.elementor-2097 .elementor-element.elementor-element-388cfb9 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2097 .elementor-element.elementor-element-388cfb9{margin-top:050px;margin-bottom:100px;}.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-2097 .elementor-element.elementor-element-e2029b9 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2097 .elementor-element.elementor-element-e2029b9{margin-top:100px;margin-bottom:100px;}.elementor-bc-flex-widget .elementor-2097 .elementor-element.elementor-element-cac44b4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2097 .elementor-element.elementor-element-cac44b4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2097 .elementor-element.elementor-element-cac44b4.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-2097 .elementor-element.elementor-element-2df7f9c > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2097 .elementor-element.elementor-element-2df7f9c{margin-top:100px;margin-bottom:100px;}.elementor-2097 .elementor-element.elementor-element-940b183 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2097 .elementor-element.elementor-element-940b183{margin-top:100px;margin-bottom:100px;}.elementor-bc-flex-widget .elementor-2097 .elementor-element.elementor-element-3ffaa46.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2097 .elementor-element.elementor-element-3ffaa46.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2097 .elementor-element.elementor-element-3ffaa46.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2097 .elementor-element.elementor-element-3628084 .elementor-button{background-color:#1E88E5;}/* Start custom CSS for section, class: .elementor-element-388cfb9 *//* --- 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-e2029b9 *//* --- 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-2df7f9c *//* --- ZONE DE STATISTIQUES (BLOC-CARD) --- */

/* 1. Style du conteneur global (Le cadre blanc) */
.bloc-card .elementor-container {
    background: #ffffff !important;
    border: 1px solid #E5E7EB !important; /* Bordure grise très claire */
    border-radius: 15px !important;
    padding: 40px 20px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important; /* Ombre très légère */
}

/* 2. Création des séparateurs verticaux entre les colonnes */
.bloc-card .elementor-column:not(:last-child) {
    border-right: 1px solid #E5E7EB !important;
}

/* 3. Style des Titres / Chiffres (Style Serif comme le modèle) */
.bloc-card h2, 
.bloc-card h3, 
.bloc-card .elementor-heading-title {
    font-family: 'DM Serif Display', serif !important; /* Police élégante */
    color: #1A56DB !important; /* Bleu du modèle */
    font-size: 28px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}

/* 4. Style des descriptions (Sous les chiffres) */
.bloc-card p, 
.bloc-card .elementor-text-editor {
    font-family: 'Montserrat', sans-serif !important;
    color: #6B7280 !important; /* Gris doux */
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* 5. Alignement au centre de chaque colonne */
.bloc-card .elementor-widget-wrap {
    text-align: center !important;
    padding: 10px 20px !important;
}

/* --- RESPONSIVE (MOBILE & TABLETTE) --- */

@media (max-width: 1024px) {
    /* Sur tablette, on garde les séparateurs mais on réduit l'espace */
    .bloc-card .elementor-column {
        padding: 10px !important;
    }
}

@media (max-width: 767px) {
    /* Sur mobile, on enlève les séparateurs verticaux et on en met des horizontaux */
    .bloc-card .elementor-column:not(:last-child) {
        border-right: none !important;
        border-bottom: 1px solid #E5E7EB !important;
        margin-bottom: 20px;
        padding-bottom: 20px !important;
    }
    
    .bloc-card .elementor-container {
        padding: 30px 15px !important;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-940b183 *//* --- ZONE ENGAGEMENT 3 (BANNER LARGE 66/33) --- */

/* 1. Style du conteneur principal */
.engagement3 {
    background-color: #0B1D33 !important; /* Bleu nuit profond */
    border-radius: 25px !important;
    padding: 60px 50px !important;
}

/* 2. Style des textes (Gauche) */
.engagement3 .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;
}

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

/* 3. Style des boutons (Droite) */

/* Alignement des boutons côte à côte sur desktop */
.engagement3 .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 du soulignement sur tous les boutons */
.engagement3 .elementor-button,
.engagement3 .elementor-button-text {
    text-decoration: none !important;
}

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

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

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

/* 4. Alignement vertical global */
.engagement3 .elementor-container {
    align-items: center !important;
}

/* --- RESPONSIVE (MOBILE) --- */
@media (max-width: 767px) {
    .engagement3 {
        padding: 40px 20px !important;
        text-align: center;
    }
    
    .engagement3 .elementor-column-33 .elementor-widget-wrap {
        flex-direction: column !important; /* Empile les boutons sur mobile */
        justify-content: center !important;
        margin-top: 30px;
    }
    
    .engagement3 h2 {
        font-size: 28px !important;
    }

    .engagement3 .elementor-button {
        width: 100% !important; /* Boutons pleine largeur sur mobile */
    }
}/* End custom CSS */