/**
* BANNIERE
*/

#banniere-alternateur .haut {
    background: url('../images_ma/fond-monalternateur.png') no-repeat center center;
    background-size: cover;
}

/**
* SECTIONS ALTERNATEUR
*/

.section-alternateur li {list-style-type: disc;}
.section-alternateur .text {font-weight: 300;font-size: 18px;line-height: 1.5;text-align: justify;padding: 4vh;}
.section-alternateur img {max-width: 500px;width:100%;}

@media only screen and (min-width:767px) {
    .section-alternateur .content {display: flex;justify-content: center;align-items: center;}
}

/**
* THEMES
*/

.moncercle {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: inline-block;
    font-weight: 600;
    letter-spacing:-1px;
}
#themes .moncercle{background-color:#046197;color:white;}
#notions .moncercle{background-color:#F0F0F0;color:black;}

/**
* UTILISATION
*/

#utilisation h3{font-weight:bold;letter-spacing:-1px;text-align:center;}
#utilisation li {list-style-type: disc;}