#bouton-submit{
   
    background-color:  #A42C3D !important;
    color: white !important;
    border: 0px !important;
    border-radius: 0% !important;

}

#bouton-submit:hover{
background-color: #00081E !important;
color: white !important;
}

.selected{
    background-color:  #A42C3D;
    color: white;
    padding: 2%;
}