.elementor-11869 .elementor-element.elementor-element-0d0f01b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11869 .elementor-element.elementor-element-bf96956{--display:flex;}.elementor-11869 .elementor-element.elementor-element-d44b0b3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11869 .elementor-element.elementor-element-62ee148{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-f59cab7 *//* --- LA CARTE DU FORMULAIRE --- */
.at-contact-card {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08) !important;
    border-top: 4px solid #1e4526 !important; /* Vert ATINKOU */
    padding: 40px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    font-family: 'Century Gothic', 'Montserrat', sans-serif !important;
}

/* --- EN-TÊTE DU FORMULAIRE --- */
.at-form-title {
    color: #1e4526 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.at-title-separator {
    height: 3px !important;
    width: 50px !important;
    background-color: #ea5a0b !important; /* Orange ATINKOU */
    margin-bottom: 30px !important;
}

/* --- LABELS ET GROUPES --- */
.at-form-group {
    margin-bottom: 25px !important;
}

.at-label {
    display: block !important;
    color: #555555 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.5px !important;
}

.at-required {
    color: #ea5a0b !important;
}

/* --- CHAMPS DE SAISIE (Textes, Select, Nombres) --- */
.at-contact-card .at-input,
.at-contact-card select.at-input,
.at-contact-card .wpcf7-form-control {
    width: 100% !important;
    padding: 14px 15px !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 4px !important;
    background-color: #fdfdfd !important;
    font-size: 14px !important;
    color: #333333 !important;
    box-sizing: border-box !important;
    font-family: 'Century Gothic', 'Montserrat', sans-serif !important;
}

/* Hauteur spécifique pour la zone des missions */
.at-textarea {
    height: 120px !important;
    resize: vertical !important;
}

/* Effet au clic (Focus) */
.at-contact-card .at-input:focus, 
.at-contact-card .at-textarea:focus,
.at-contact-card select.at-input:focus {
    border-color: #1e4526 !important;
    background-color: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 5px rgba(30, 69, 38, 0.2) !important;
}

/* Champ grisé (Lecture seule) */
.at-contact-card input[readonly].at-input {
    background-color: #f0f0f0 !important;
    color: #777777 !important;
    border: 1px dashed #cccccc !important;
    cursor: not-allowed !important;
}

/* --- BOUTON D'ENVOI --- */
.at-submit-container {
    text-align: right !important;
    margin-top: 30px !important;
}

.at-contact-card .at-btn-submit {
    background-color: #1e4526 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    padding: 15px 35px !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.at-contact-card .at-btn-submit:hover {
    background-color: #ea5a0b !important; /* Passe à l'orange au survol */
    transform: translateY(-2px) !important;
}

/* --- BOUTON RADIO (Vous êtes ?) --- */
.wpcf7-list-item {
    display: inline-block !important;
    margin-right: 20px !important;
    font-size: 14px !important;
    color: #333 !important;
}
.wpcf7-list-item input[type="radio"] {
    margin-right: 5px !important;
}

/* --- GESTION DES ETAPES DU WIZARD --- */
.at-step {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}
.at-step.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- BARRE DE PROGRESSION --- */
.at-progress-container {
    margin-bottom: 30px;
    position: relative;
    background: #f0f0f0;
    height: 6px;
    border-radius: 4px;
}
.at-progress-bar {
    position: absolute;
    top: 0; left: 0; height: 100%;
    background: #ea5a0b; /* Orange Atinkou */
    width: 33.33%; /* Commence au tiers */
    transition: width 0.4s ease;
    border-radius: 4px;
}
.at-progress-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.at-step-dot {
    font-size: 11px;
    font-weight: bold;
    color: #a0a0a0;
    text-transform: uppercase;
    transition: color 0.3s;
}
.at-step-dot.active {
    color: #1e4526; /* Vert Atinkou */
}

/* --- BOUTONS SUIVANT / PRECEDENT --- */
.at-step-footer {
    display: flex;
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.at-step-footer.right {
    justify-content: flex-end;
}
.at-step-footer.double {
    justify-content: space-between;
}
.at-btn-next, .at-btn-prev {
    background-color: transparent;
    border: 2px solid #1e4526;
    color: #1e4526;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.at-btn-next:hover {
    background-color: #1e4526;
    color: #fff;
}
.at-btn-prev {
    border-color: #ccc;
    color: #666;
}
.at-btn-prev:hover {
    background-color: #f0f0f0;
    color: #333;
}

/* =========================================================
   PATCH DE CORRECTION UX/UI (FORMULAIRE MULTI-ÉTAPES)
   ========================================================= */

/* 1. CORRECTION DE LA BARRE DE PROGRESSION (Écritures confondues) */
.at-progress-container {
    margin-top: 20px !important;
    margin-bottom: 50px !important; /* Force un grand espace sous la barre */
    position: relative !important;
    display: block !important;
}

.at-progress-steps {
    display: flex !important;
    justify-content: space-between !important;
    padding-top: 15px !important; /* Pousse le texte vers le bas pour ne pas toucher la barre */
    width: 100% !important;
}

.at-step-dot {
    background-color: #ffffff !important; /* Évite la transparence si le texte se superpose */
    padding: 2px 5px !important;
    line-height: 1.4 !important;
}

/* 2. FORCER LE MASQUAGE STRICT DES ÉTAPES (Anti-superposition) */
.at-wizard-form .at-step {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.at-wizard-form .at-step.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    animation: fadeIn 0.4s ease-in-out forwards !important;
}

/* 3. CORRECTION DES BOUTONS COLLÉS (Le Footer) */
.at-step-footer {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important; /* LA MAGIE EST ICI : Force 20px d'espace minimum entre les boutons */
    flex-wrap: wrap !important; /* Sur mobile, les boutons se mettront l'un sous l'autre proprement */
    width: 100% !important;
    margin-top: 30px !important;
    padding-top: 20px !important;
}

.at-step-footer.double {
    justify-content: space-between !important;
}

.at-step-footer.right {
    justify-content: flex-end !important;
}

/* Bouton d'envoi final CF7 (Garantir sa taille) */
.at-step-footer .wpcf7-submit {
    margin: 0 !important;
    width: auto !important;
}

/* 4. NEUTRALISER LES BUGS DE CONTACT FORM 7 */
/* CF7 ajoute souvent des <br> invisibles qui cassent le flexbox */
.at-wizard-form br {
    display: none !important;
}
.at-progress-container br, .at-step-footer br {
    display: none !important;
}

/* =========================================================
   DESIGN DES MESSAGES DE RETOUR (SUCCESS / ERREUR)
   ========================================================= */

/* Structure de base de l'alerte */
.wpcf7 form .wpcf7-response-output {
    margin-top: 25px !important;
    padding: 18px 30px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-align: center !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08) !important;
    border: none !important;
    font-family: 'Century Gothic', 'Montserrat', sans-serif !important;
}

/* 🟢 Message de Succès (Vert ATINKOU) */
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #f1f8f3 !important;
    color: #1e4526 !important;
    border-left: 6px solid #1e4526 !important;
}

/* 🟠 Message d'Erreur ou Spam (Orange ATINKOU) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    background-color: #fffaf7 !important;
    color: #ea5a0b !important;
    border-left: 6px solid #ea5a0b !important;
}

/* Petits textes d'erreur sous les champs vides */
.wpcf7-not-valid-tip {
    font-size: 11px !important;
    color: #ea5a0b !important;
    margin-top: 5px !important;
    font-weight: bold !important;
}/* End custom CSS */