.contact-success .webform-confirmation__message{
    color: #33691E;
    background-color: #D6EEC8;
    padding: 20px 30px;
    margin-bottom: 30px;
}
/* Formulaire Contact et de Devis */
#colonneFormulaire{
    width: 50%;
}
#colonneFormulaire #block-titredepage{
    display: none;
}
#colonneFormulaire .webform-submission-form legend{
    font-size: 14px;
    font-weight: 500;
    margin: 2px 10px 0 0;
}
#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 .form-actions{
    text-align: right;
}
#colonneFormulaire .webform-submission-form .consentementButton{
    display: flex;
    align-items: center;
}
#colonneCoordonnees{
    width: 50%;
}
#colonneCoordonnees *{
    font-size: 14px;
}
#colonneCoordonnees .titreCoordonnees{
    font-size: 25px;
    font-weight: 600;
}
#colonneCoordonnees .titreCoordonnees{
    display: block;
    font-size: 25px;
    font-weight: 600;
    background: linear-gradient(180deg,#E9FF15,#E9FF15);
    background-repeat: no-repeat;
    background-size: 6px 18px;
    background-position: left 9px;
    padding-left: 13px;
}
#colonneCoordonnees .telSociete{
    background-image: url('../img/formulaire/telSociete.png');
    background-position: left center;
    background-size: auto 16px;
    background-repeat: no-repeat;
    padding-left: 25px;
}
#colonneCoordonnees .emailSociete{
    background-image: url('../img/formulaire/emailSociete.png');
    background-position: left center;
    background-size: auto 16px;
    background-repeat: no-repeat;
    padding-left: 25px;
}
@media screen and (max-width: 1350px) {
    #colonneFormulaire .webform-submission-form .consentementButton{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
@media screen and (max-width: 1023px) {
    #colonneFormulaire{
        width: 100%;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    #colonneCoordonnees{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #colonneFormulaire .webform-submission-form .webform-flex{
        margin-top: 15px;
    }
    #colonneFormulaire .webform-submission-form .consentementButton{
        gap: 0;
    }
}