.contact-success .webform-confirmation__message{
    color: #33691E;
    background-color: #D6EEC8;
    padding: 20px 30px;
    margin-bottom: 30px;
}
/* Formulaire Contact et de Devis */
#colonneFormulaire h1{
    display: none;
}
#colonneFormulaire .webform-submission-form label{
    font-size: 14px;
    font-weight: 500;
}
#colonneFormulaire .webform-submission-form input.form-text,
#colonneFormulaire .webform-submission-form input.form-email,
#colonneFormulaire .webform-submission-form select.form-select{
    width: 100%;
    height: 40px;
}
#colonneFormulaire .webform-submission-form .champsObligatoires{
    display: flex;
    align-items: center;
}
#colonneFormulaire .webform-submission-form .champsObligatoires #edit-obligatoires{
    display: flex;
    justify-content: flex-end;
}
#colonneCoordonnees div[class^="titre-"]{
    color: #5860A6;
    background-position: left center;
    background-size: auto 24px;
    background-repeat: no-repeat;
    padding-left: 30px;
}
#colonneCoordonnees .titre-adresse{
    background-image: url('../img/formulaire/adresse.png');
}
#colonneCoordonnees .titre-telephone{
    background-image: url('../img/formulaire/telephone.png');
}
#colonneCoordonnees .titre-email{
    background-image: url('../img/formulaire/email.png');
}
#colonneCoordonnees .titre-horaires{
    background-image: url('../img/formulaire/horaires.png');
}
#colonneFormulaire .webform-submission-form .champsObligatoires #edit-obligatoires p{
    font-size: 14px;
    font-weight: 300;
}
@media screen and (max-width: 1230px) {
    #colonneFormulaire .webform-submission-form .champsObligatoires{
        flex-direction: column;
    }
    #colonneFormulaire .webform-submission-form .champsObligatoires #edit-obligatoires{
        margin-top: 15px;
    }
}
@media screen and (max-width: 1023px) {
    #colonneFormulaire{
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
}
@media screen and (max-width: 767px) {
    #colonneFormulaire .webform-submission-form .webform-flex{
        margin-top: 15px;
    }
    #colonneFormulaire .webform-submission-form .champsObligatoires #edit-obligatoires{
        margin-top: 0;
    }
}