.contact-success .webform-confirmation__message{
    color: #33691E;
    background-color: #D6EEC8;
    padding: 20px 30px;
    margin-bottom: 30px;
}
/* Formulaire Contact */
#colonneFormulaire h1{
    display: none;
}
#colonneFormulaire .webform-submission-form label,
#colonneFormulaire .webform-submission-form .fieldset-legend,
#edit-fichier-joint--description{
    font-size: 14px;
    font-weight: 400;
}
#colonneFormulaire .webform-submission-form input.form-text,
#colonneFormulaire .webform-submission-form input.form-email,
#colonneFormulaire .webform-submission-form input.form-file,
#colonneFormulaire .webform-submission-form select.form-select{
    width: 100%;
    height: 40px;
}
#colonneFormulaire .webform-submission-form .champsObligatoires{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
#colonneFormulaire .webform-submission-form #edit-actions{
    display: flex;
    justify-content: flex-end;
}
#colonneFormulaire .webform-submission-form select[name="sujet[select]"] option[value="_other_"]{
    display: none;
}
#colonneCoordonnees div[class^="titre-"]{
    color: #000000;
    font-weight: 500 !important;
    background-position: left center;
    background-size: auto 24px;
    background-repeat: no-repeat;
    padding-left: 30px;
}
#colonneCoordonnees .titre-adresse{
    background-image: url('../img/formulaire/adresse.svg');
}
#colonneCoordonnees .titre-email{
    background-image: url('../img/formulaire/email.svg');
}
#colonneCoordonnees .titre-telephone{
    background-image: url('../img/formulaire/telephone.svg');
}
#colonneCoordonnees .titre-horaires{
    background-image: url('../img/formulaire/horaires.svg');
}
#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 #edit-actions{
        margin-top: 15px;
    }
}
@media screen and (max-width: 1023px) {
    #colonneFormulaire{
        background-color: inherit;
    }
}