.elementor-1822 .elementor-element.elementor-element-172133f{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1822 .elementor-element.elementor-element-2e13bf5{text-align:center;}.elementor-1822 .elementor-element.elementor-element-2e13bf5 .elementor-heading-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-text );}body.elementor-page-1822:not(.elementor-motion-effects-element-type-background), body.elementor-page-1822 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-1822 .elementor-element.elementor-element-2e13bf5{text-align:center;}}/* Start custom CSS for wpforms, class: .elementor-element-d98956c *//*
================================================================
REFONTE GRAPHIQUE COMPLÈTE - WPFORMS (V3)
Charte graphique "La Dent Creuse"
================================================================
*/

/* --- 1. Titre du formulaire (Widget Elementor) --- */
/* On s'assure que le titre est visible sur fond sombre */
.elementor-widget-heading .elementor-heading-title {
    color: #FFFFFF !important;
    margin-bottom: 25px !important; /* Ajoute un espace sous le titre */
}

/* --- 2. Conteneur principal du formulaire --- */
.wpforms-form {
    background-color: transparent !important;
}

/* --- 3. Style des libellés (Labels) --- */
.wpforms-form .wpforms-field-label {
    color: #adb5bd !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

/*
==================================================
   NOUVELLE RÈGLE : Correction du champ "Nom"
==================================================
*/
/* On cible les deux moitiés du champ "Nom" pour les empiler */
.wpforms-form .wpforms-field-name-container .wpforms-one-half {
    float: none !important;      /* Annule le système de colonnes */
    width: 100% !important;     /* Force chaque champ à prendre toute la largeur */
    margin-left: 0 !important;  /* Supprime la marge entre les deux champs */
}

/* On ajoute un espace sous le champ "Prénom" pour l'aérer */
.wpforms-form .wpforms-field-name-container .wpforms-first {
    margin-bottom: 22px !important; /* Espace équivalent aux autres champs */
}
/* ================================================== */


/* --- 4. Style des champs de saisie (inputs, select, textarea) --- */
.wpforms-form .wpforms-field-container input[type="text"],
.wpforms-form .wpforms-field-container input[type="email"],
.wpforms-form .wpforms-field-container select,
.wpforms-form .wpforms-field-container textarea {
    background-color: #2a2e34 !important;
    border: 2px solid #4A5058 !important;
    border-radius: 8px !important;
    color: #f8f9fa !important;
    padding: 0 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease-in-out;
}

/* Hauteur spécifique pour les champs simples */
.wpforms-form .wpforms-field-container input[type="text"],
.wpforms-form .wpforms-field-container input[type="email"],
.wpforms-form .wpforms-field-container select {
    height: 50px !important;
}

/* Style spécifique pour la zone de texte (textarea) */
.wpforms-form .wpforms-field-container textarea {
    height: 150px !important;
    padding-top: 15px !important;
}

/* Style des placeholders */
.wpforms-form .wpforms-field-container input::placeholder,
.wpforms-form .wpforms-field-container textarea::placeholder {
    color: #6c757d !important;
}

/* --- 5. Style des champs au focus --- */
.wpforms-form .wpforms-field-container input:focus,
.wpforms-form .wpforms-field-container select:focus,
.wpforms-form .wpforms-field-container textarea:focus {
    border-color: #F97316 !important;
    box-shadow: none !important;
}

/* --- 6. Style de la liste déroulante --- */
.wpforms-form .wpforms-field-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23adb5bd%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.4-5.4-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

/* --- 7. Style du bouton d'envoi --- */
.wpforms-form .wpforms-submit {
    background-color: #F97316 !important;
    color: #FFFFFF !important;
    font-weight: 700 !important;
    height: 48px !important;
    width: 100% !important;
    border-radius: 8px !important;
    border: none !important;
    transition: background-color 0.2s ease;
}

.wpforms-form .wpforms-submit:hover {
    background-color: #FB923C !important;
}

/* --- 8. Style des messages d'erreur --- */
.wpforms-form .wpforms-field .wpforms-error {
    color: #f8d7da !important;
    background-color: #721c24 !important;
    border: 1px solid #f5c6cb !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    margin-top: 8px !important;
}/* End custom CSS */