/**
* ERREUR CONNEXION
*/

#oubli .about {
    padding: 50px 0px;
}

/**
* BANNIERE
*/

#banniere-msg .haut {
    background: url('../images_msg/fond-msg.jpg') no-repeat center center;
    background-size: cover;
}

/**
* SECTIONS MSG
*/

.section-msg li {list-style-type: disc;}
.section-msg .text {font-weight: 300;font-size: 18px;line-height: 1.5;text-align: justify;padding: 4vh;}
.section-msg img {max-width: 500px;width:100%;}

@media only screen and (min-width:767px) {
    .section-msg .content {display: flex;justify-content: center;align-items: center;}
}

/**
* FONCTIONNALITES
*/

#fonctionnalites h3 {font-weight:bold; letter-spacing:-1px;}
#fonctionnalites .moncercle {border-radius: 50%;width: 160px;height: 160px;border: 2px solid black;display: inline-block;}

/**
* UTILISATION
*/

#utilisation h3{font-weight:bold;letter-spacing:-1px;text-align:center;}
#utilisation li {list-style-type: disc;}