.contact-button
{
    background-color:#ED1C25;
}

.contact-button .libelle-box .libelle,
.contact-button .fleche
{
    color: white;
}

.contact-button .fiche .boutons .bouton
{
    background: black;
    border-radius: 10px !important;
    border: 2px solid white;
}

.contact-button .fiche .boutons .bouton .texte
{
    color:white;
}

.contact-button .fiche .boutons .bouton.selected
{
    background: #31E325 !important;
}

.btn
{
    border-radius: 10px !important;
}

.contact-bouton-envoi
{
    background-color:black !important;
    border-color:black !important;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    color:white;
}

.contact-bloc-champs .titre
{
    font-weight: bold;
    color: black;
}