.elementor-2114 .elementor-element.elementor-element-b8d92df{margin-top:020px;margin-bottom:0100px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2114 .elementor-element.elementor-element-d4a45a4{margin-top:100px;margin-bottom:100px;}.elementor-bc-flex-widget .elementor-2114 .elementor-element.elementor-element-7c64e80.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2114 .elementor-element.elementor-element-7c64e80.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2114 .elementor-element.elementor-element-57dfd92{margin-top:10px;margin-bottom:10px;}.elementor-2114 .elementor-element.elementor-element-a57e0e6 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2114 .elementor-element.elementor-element-a57e0e6{margin-top:100px;margin-bottom:100px;}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-2114 .elementor-element.elementor-element-3c59b5a .elementor-button{background-color:#1E88E5;}/* Start custom CSS for section, class: .elementor-element-b8d92df *//* --- SECTION HERO (BLOC 1) --- */

/* 1. Typographie du Titre (Style Serif Premium) */
.bloc1 h1 {
    font-family: 'DM Serif Display', serif !important; /* Importez cette police via Google Fonts si possible */
    font-size: clamp(2.5rem, 5vw, 4rem) !important;
    color: #001A41 !important;
    line-height: 1.1 !important;
    margin-bottom: 25px !important;
    font-weight: 400 !important;
}

/* 2. Le texte d'introduction (Eyebrow) */
.bloc1 .eyebrow {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 13px;
    color: #1A56DB !important;
    display: block;
    margin-bottom: 15px;
}

/* 3. Le paragraphe descriptif */
.bloc1 .hero__lead {
    font-size: 18px !important;
    color: #6B7280 !important;
    line-height: 1.6;
    max-width: 500px;
}

/* 4. Liste à puces (Points bleus) */
.bloc1 .hero-points {
    list-style: none !important;
    padding: 0 !important;
    margin: 30px 0 !important;
}

.bloc1 .hero-points li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #4B5563;
    font-weight: 500;
}

.bloc1 .hero-points li::before {
    content: "•";
    color: #1A56DB;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    font-size: 1.5em;
    vertical-align: middle;
}

/* 5. L'image principale (Bords arrondis) */
.bloc1 .elementor-widget-image img {
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* 6. La carte flottante "50+" (Stat Card) */
.stat-card {
    background: #ffffff !important;
    padding: 20px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    position: absolute !important;
    bottom: -20px;
    right: 20px;
    z-index: 10;
    text-align: center;
}

.stat-card h2 { /* Le chiffre 50+ */
    color: #1A56DB !important;
    font-size: 32px !important;
    margin: 0 !important;
}

/* 7. Boutons (Standardisation) */
.bloc1 .elementor-button {
    border-radius: 8px !important;
    padding: 16px 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s !important;
}

/* Bouton Principal (Bleu) */
.bloc1 .elementor-button-link.elementor-size-md {
    background-color: #1A56DB !important;
}

/* Bouton Secondaire (Blanc/Bordure) */
.bloc1 .elementor-button.elementor-button-secondary {
    background-color: transparent !important;
    color: #1A56DB !important;
    border: 1px solid #E5E7EB !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .bloc1 {
        text-align: center;
    }
    .bloc1 .hero__lead {
        margin: 0 auto;
    }
    .bloc1 .hero-points {
        display: inline-block;
        text-align: left;
    }
    .stat-card {
        position: relative !important;
        right: 0;
        bottom: 0;
        margin-top: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-d4a45a4 *//* --- SECTION TEXTE ET LISTE (BLOC-P-LISTE) --- */

/* 1. Style de la partie texte (Gauche) */
.bloc-p-liste h2 {
    font-family: 'DM Serif Display', serif !important;
    color: #001A41 !important;
    font-size: 42px !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
}

.bloc-p-liste .eyebrow {
    font-family: 'Montserrat', sans-serif !important;
    color: #1A56DB !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    display: block;
    margin-bottom: 15px;
}

.bloc-p-liste p {
    font-family: 'Montserrat', sans-serif !important;
    color: #6B7280 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

/* 2. Style de la Checklist (Droite) */
.bloc-p-liste ul.checklist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bloc-p-liste ul.checklist li {
    position: relative !important;
    padding: 18px 0 18px 45px !important; /* Espace pour l'icône */
    border-bottom: 1px solid #E5E7EB !important; /* Ligne de séparation grise */
    color: #4B5563 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    transition: all 0.3s ease;
}

/* Supprimer la ligne sur le dernier élément */
.bloc-p-liste ul.checklist li:last-child {
    border-bottom: none !important;
}

/* 3. Création de l'icône "Check" bleue */
.bloc-p-liste ul.checklist li::before {
    content: '✓' !important; /* Icône check simple */
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: #EBF2FF !important; /* Fond bleu clair */
    color: #1A56DB !important; /* Couleur du check */
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important; /* Cercle parfait */
    font-weight: bold !important;
    font-size: 14px !important;
}

/* 4. Alignement vertical des colonnes */
.bloc-p-liste .elementor-container {
    align-items: center !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 767px) {
    .bloc-p-liste h2 {
        font-size: 30px !important;
    }
    
    .bloc-p-liste .elementor-column {
        margin-bottom: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-75f7dab *//* --- CARTES D'INFORMATION / ÉTAPES (CARD-INFO) --- */

/* 1. Style du conteneur de la carte (Cadre blanc) */
.card-info .elementor-widget-wrap {
    background: #ffffff !important;
    border: 1px solid #E5E7EB !important; /* Bordure grise très claire */
    border-radius: 15px !important;
    padding: 40px 30px !important; /* Espacement intérieur généreux */
    text-align: left !important; /* Aligné à gauche comme le modèle */
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 2. Le Numéro (Badge carré bleu clair) */
.card-info .step-card__num, 
.card-info h2.step-card__num {
    background-color: #EBF2FF !important; /* Fond bleu très clair */
    color: #1A56DB !important; /* Chiffre en bleu vif */
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important; /* Coins du badge */
    font-size: 20px !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
}

/* Forcer la couleur du span à l'intérieur du numéro */
.card-info .step-card__num span {
    color: #1A56DB !important;
}

/* 3. Titre de l'étape (Style Sans-Serif gras) */
.card-info h3 {
    font-family: 'Montserrat', sans-serif !important;
    color: #001A41 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

/* 4. Description de l'étape */
.card-info p {
    font-family: 'Montserrat', sans-serif !important;
    color: #6B7280 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* 5. Espacement entre les cartes */
.card-info .elementor-container {
    gap: 25px !important;
}

/* --- RESPONSIVE --- */
@media (max-width: 767px) {
    .card-info .elementor-column {
        margin-bottom: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-a57e0e6 *//* --- ZONE ENGAGEMENT 4 (BANNER SOMBRE 66/33) --- */

/* 1. Fond et coins arrondis de la section */
.engagement4 {
    background-color: #0B1D33 !important; /* Bleu nuit profond */
    border-radius: 25px !important;
    padding: 60px 50px !important;
}

/* 2. Style des textes (Colonne 66) */
.engagement4 .eyebrow {
    color: #94A3B8 !important; /* Gris bleuté */
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    display: block;
    margin-bottom: 15px;
}

.engagement4 h2 {
    font-family: 'DM Serif Display', serif !important;
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

/* 3. Style des boutons (Colonne 33) */

/* Alignement des deux boutons l'un à côté de l'autre */
.engagement4 .elementor-column-33 .elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px !important;
    align-items: center !important;
    justify-content: flex-end !important; /* Aligné à droite sur desktop */
}

/* Suppression globale du soulignement */
.engagement4 .elementor-button,
.engagement4 .elementor-button-text {
    text-decoration: none !important;
}

/* Bouton 1 : Demande de service (Bleu plein) */
.engagement4 .elementor-element-3c59b5a .elementor-button {
    background-color: #1A56DB !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 16px 25px !important;
    font-weight: 600 !important;
    transition: all 0.3s;
}

/* Bouton 2 : Candidature (Style Contour / Outline) */
.engagement4 .elementor-element-bc0ebe1 .elementor-button {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #374151 !important; /* Bordure sombre discrète */
    border-radius: 8px !important;
    padding: 16px 25px !important;
    font-weight: 600 !important;
    transition: all 0.3s;
}

/* Effet au survol */
.engagement4 .elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* 4. Alignement vertical global de la section */
.engagement4 .elementor-container {
    align-items: center !important;
}

/* --- RESPONSIVE (MOBILE) --- */
@media (max-width: 991px) {
    .engagement4 .elementor-column-33 .elementor-widget-wrap {
        justify-content: center !important; /* Centre les boutons sur tablette */
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .engagement4 {
        padding: 40px 20px !important;
        text-align: center;
    }
    
    .engagement4 .elementor-column-33 .elementor-widget-wrap {
        flex-direction: column !important; /* Empile les boutons sur mobile */
        width: 100% !important;
    }

    .engagement4 .elementor-button {
        width: 100% !important; /* Boutons pleine largeur */
    }
    
    .engagement4 h2 {
        font-size: 26px !important;
    }
}/* End custom CSS */