@media (max-width: 576px) {
    body {
        font-size: 16px;
    }
    .container {
        padding: 15px;
    }
}
#divider{
width: 100% !important;
height: 2px !important;
background-color:#d82c2e !important;
margin: 0 auto 20px !important;
}


    .messageErreur{
        color: red;
        font-style: italic;
        padding-top: 20px;
    }
    .thank{
        margin-top: 25px;
        padding: 5px 5px;
        background-color: rgb(208, 243, 208);
        width: 600px;
        text-align: center;
        height: 65px;
        border-radius: 9px;
        margin-bottom: 20px;
    }
    
    .thank p{
        color: green;
        
    }
    span{
        color: red;
        
    }
