.elementor-4345 .elementor-element.elementor-element-8da60c4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4345 .elementor-element.elementor-element-96d89eb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4345 .elementor-element.elementor-element-47faabe{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4345 .elementor-element.elementor-element-1b0b668{width:var( --container-widget-width, 33.401% );max-width:33.401%;--container-widget-width:33.401%;--container-widget-flex-grow:0;}.elementor-4345 .elementor-element.elementor-element-1b0b668.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4345 .elementor-element.elementor-element-b65672a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4345 .elementor-element.elementor-element-a22a0d3{width:var( --container-widget-width, 101.142% );max-width:101.142%;--container-widget-width:101.142%;--container-widget-flex-grow:0;}.elementor-4345 .elementor-element.elementor-element-a22a0d3.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for wpforms, class: .elementor-element-a22a0d3 *//* Container : Fond Beige Douceur */
.wpforms-container {
    background-color: #f5f2ed !important; /* Beige sable */
    padding: 40px !important;
    border-radius: 15px;
    border: none !important;
}

/* Labels : Couleur Bronze */
.wpforms-field-label {
    color: #a67c52 !important; /* Bronze */
    font-weight: 500 !important; /* Pas trop gras, pour l'élégance */
    font-size: 15px !important;
    margin-bottom: 8px !important;
}

/* Champs de saisie : Blanc pur avec bordure bronze fine */
.wpforms-field input, 
.wpforms-field select, 
.wpforms-field textarea {
    background-color: #ffffff !important;
    border: 1px solid #d4c3b3 !important; /* Bronze très clair */
    border-radius: 8px !important;
    color: #5d4a37 !important; /* Texte marron foncé pour la lecture */
    height: 50px !important;
    font-weight: 400 !important; /* Écriture fine (not bold) */
}

/* Focus : La bordure s'intensifie légèrement */
.wpforms-field input:focus, 
.wpforms-field select:focus {
    border-color: #a67c52 !important;
    outline: none !important;
}

/* Menu déroulant (Select) : Visibilité du texte */
.wpforms-field select {
    padding: 10px 15px !important;
    line-height: 1.5 !important;
}

/* Bouton : Marron Doux (not bold) */
.wpforms-submit-container button {
    background-color: #8e735b !important; /* Marron doux */
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important; /* Bouton arrondi pour la douceur */
    padding: 15px 40px !important;
    font-size: 16px !important;
    font-weight: 400 !important; /* Écriture non grasse */
    letter-spacing: 1px;
    transition: background 0.3s ease !important;
    cursor: pointer;
}

.wpforms-submit-container button:hover {
    background-color: #7a634e !important; /* Marron un peu plus chaud au survol */
}/* End custom CSS */