.elementor-271 .elementor-element.elementor-element-e012b64{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-271 .elementor-element.elementor-element-8ec4aba{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:70px 0px 22px 0px;text-align:center;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for wpforms, class: .elementor-element-91c4338 *//* Import de la typo Zilla Slab (au cas où ton thème ne la charge pas déjà globalement) */
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;600&display=swap');

/* 1. Le fond global du formulaire */
.wpforms-container {
    background-color: #FFDEC0;
    padding: 30px; /* Marge interne pour que le formulaire respire */
    border-radius: 24px; /* Optionnel : pour harmoniser avec tes champs */
}

/* 2. Les titres (Labels) - Format Desktop */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: 'Zilla Slab', serif !important;
    color: #F0899F !important;
    font-size: 30px !important;
    font-weight: 600; /* Un peu plus gras pour la hiérarchie visuelle */
    margin-bottom: 10px;
}

/* 3. Les champs de saisie (Inputs, Textarea, Select) */
div.wpforms-container-full .wpforms-form input[type=text], 
div.wpforms-container-full .wpforms-form input[type=email], 
div.wpforms-container-full .wpforms-form input[type=tel], 
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form select {
    font-family: 'Zilla Slab', serif !important;
    background-color: #FFF0E3 !important;
    color: #8F8F8F !important;
    border: 4px solid #00BFFF !important;
    border-radius: 24px !important;
    padding: 15px 20px !important; /* Marge interne pour aérer le texte saisi */
}

/* 4. Gestion de la typographie sur les petits écrans (Tablettes et Mobiles) */
@media (max-width: 1024px) {
    div.wpforms-container-full .wpforms-form .wpforms-field-label {
        font-size: 24px !important;
    }
}/* End custom CSS */