.elementor-19469 .elementor-element.elementor-element-6c9d297{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-19469 .elementor-element.elementor-element-6c9d297.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-19469 .elementor-element.elementor-element-9319f75{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-591cf35{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-591cf35 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-19469 .elementor-element.elementor-element-103c688{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-103c688 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-19469 .elementor-element.elementor-element-51fd412{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-24ba25a{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-d7dd6f9{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-6397465{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-8b67b29{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-2e6b3c6{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-d789ebf{width:100%;max-width:100%;}.elementor-19469 .elementor-element.elementor-element-8e748f1{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-19469 .elementor-element.elementor-element-6c9d297{--width:100%;}}/* Start custom CSS */<style>
    /* ==========================================================================
       SECTION CSS (STYLE)
       Ici, on définit l'apparence visuelle (couleurs, tailles, polices).
       ========================================================================== */

    /* Import de la police d'écriture "Montserrat" depuis Google Fonts */
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
    /* Import de la police "Chillax" depuis Fontshare */
    @import url('https://api.fontshare.com/v2/css?f[]=chillax@400,500,600,700&display=swap');

    /* Conteneur principal de toute la page pour éviter les conflits avec le reste du site */
    .nxlvl-lp-wrapper {
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Police utilisée */
        color: #333; /* Couleur de texte par défaut (Gris foncé) */
        line-height: 1.6; /* Espacement entre les lignes */
        max-width: 98%; /* Largeur quasi-totale pour les bandeaux */
        margin: 0 auto; /* Centre le contenu horizontalement */
        padding: 0 20px; /* Marges intérieures sur les côtés */
    }

    /* --- UTILS & COMPOSANTS GLOBAUX (REUTILISABLES) --- */
    
    /* Classe utilitaire pour recentrer le contenu texte/formulaire (Encadré) */
    .nxlvl-container-boxed {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    /* --- UTILS & COMPOSANTS GLOBAUX (REUTILISABLES) --- */
    
    /* Fond gris clair pour alterner les sections */
    .nxlvl-bg-light {
        background-color: #f9f9f9; /* Gris très clair */
        padding: 40px 30px; /* Espace interne */
        border-radius: 30px; /* Coins arrondis */
        margin-bottom: 50px; /* Espace externe */
    }

    /* Styles de base pour les titres dans le wrapper */
    .nxlvl-lp-wrapper h1,
    .nxlvl-lp-wrapper h2,
    .nxlvl-lp-wrapper h3,
    .nxlvl-lp-wrapper h4,
    .nxlvl-lp-wrapper h5,
    .nxlvl-lp-wrapper h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        color: #111;
        line-height: 1.2;
        margin-top: 0;
    }

    .nxlvl-lp-wrapper h1 {
        font-size: 3.5rem;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .nxlvl-lp-wrapper h2 {
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .nxlvl-lp-wrapper h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    /* Styles de base pour le texte courant (Paragraphes et Listes) */
    .nxlvl-lp-wrapper p, 
    .nxlvl-lp-wrapper li {
        font-family: 'Chillax', sans-serif;
        font-size: 1.15rem;
        color: #000;
        line-height: 1.5;
        font-weight: 500;
    }

    .nxlvl-lp-wrapper p {
        margin-bottom: 20px;
    }

    /* Sous-titre italique spécifique */
    .nxlvl-section-subtitle {
        font-family: 'Montserrat', sans-serif; /* Garde Montserrat pour les sous-titres */
        font-style: italic;
        margin: 0;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 1.8rem;
        color: #111;
    }

    /* Liste à puces personnalisée (Ronds jaunes) */
    .nxlvl-custom-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left; /* Force l'alignement à gauche */
    }
    .nxlvl-custom-list li {
        position: relative;
        padding-left: 50px !important; /* Force l'espace avec !important pour éviter les conflits */
        margin-bottom: 20px;
        /* Font styles hérités de .nxlvl-lp-wrapper li */
    }
    .nxlvl-custom-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 12px;
        height: 12px;
        background-color: #F8C730;
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(248, 199, 48, 0.2);
    }

    @media (max-width: 768px) {
        .nxlvl-lp-wrapper h1 { font-size: 2.2rem; }
        .nxlvl-lp-wrapper h2 { font-size: 2.2rem; }
        .nxlvl-lp-wrapper h3 { font-size: 1.4rem; }
        .nxlvl-section-subtitle { font-size: 1.4rem; }
    }

    /* --- LOGO AU DESSUS DE LA COUVERTURE --- */
    .nxlvl-top-logo-container {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .nxlvl-top-logo {
        width: 180px !important; /* Taille du logo forcée */
        max-width: 100%;
        height: auto;
    }

    /* --- MENU DE NAVIGATION (ANCRAGES) --- */
    .nxlvl-nav-menu {
        display: flex;
        justify-content: center;
        align-items: center; /* Centrage vertical */
        flex-wrap: wrap;
        gap: 10px 40px; /* Espacement ajusté */
        margin-bottom: 50px;
        list-style: none;
        padding: 0;
    }
    .nxlvl-nav-link {
        text-decoration: none !important;
        color: #333;
        font-weight: 700; /* Un peu moins gras pour le texte normal */
        text-transform: uppercase;
        font-size: 0.85rem; /* Légèrement plus petit pour l'élégance */
        transition: all 0.3s ease;
        letter-spacing: 1px;
        padding: 5px 0; /* Zone de clic un peu plus grande */
        position: relative;
    }
    
    /* Petit effet de soulignement au survol pour les liens classiques */
    .nxlvl-nav-link:not(.nxlvl-nav-cta)::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #F8C730;
        transition: width 0.3s;
    }
    .nxlvl-nav-link:not(.nxlvl-nav-cta):hover::after {
        width: 100%;
    }
    .nxlvl-nav-link:hover {
        color: #000; /* Reste noir au survol, c'est le trait qui fait la couleur */
    }

    /* Style spécifique pour le bouton CONTACT */
    .nxlvl-nav-cta {
        background-color: #F8C730;
        color: #000 !important;
        padding: 12px 25px !important;
        border-radius: 50px;
        font-weight: 800;
        box-shadow: 0 4px 15px rgba(248, 199, 48, 0.3);
        transform: translateY(0);
    }
    .nxlvl-nav-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(248, 199, 48, 0.5);
        background-color: #f9d055; /* Légèrement plus clair au survol */
    }

    @media (max-width: 768px) {
        .nxlvl-nav-menu {
            flex-direction: column;
            gap: 20px;
        }
        .nxlvl-nav-cta {
            width: 100%;
            text-align: center;
            max-width: 200px;
        }
    }

    /* --- 1. BANNIÈRE PRINCIPALE (HERO) --- */
    .nxlvl-hero {
        position: relative;
        height: 500px; /* Hauteur de la bannière */
        border-radius: 20px; /* Arrondi des coins */
        overflow: hidden;
        display: flex;
        align-items: center; /* Centre verticalement */
        justify-content: center; /* Centre horizontalement */
        text-align: center;
        color: white;
        margin-bottom: 60px; /* Espace sous la bannière */
        /* IMAGE DE FOND DE LA BANNIÈRE : Changez l'URL ci-dessous */
        background-image: url('https://nxlvl.fr/wp-content/uploads/2025/11/groupescaillan-112-scaled.jpg');
        background-size: cover; /* L'image couvre toute la zone */
        background-position: center 45%; /* Décalé vers le haut pour éviter de couper les visages */
    }

    .nxlvl-hero-overlay {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        /* FILTRE SOMBRE SUR L'IMAGE : Ajustez les valeurs rgba pour plus ou moins de transparence */
        background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 100%);
    }

    .nxlvl-hero-content {
        position: relative;
        z-index: 2; /* S'assure que le texte est au-dessus de l'image */
        padding: 40px;
        max-width: 800px;
    }

    /* --- DÉCORATION LOSANGES (Image transparente par dessus) --- */
    .nxlvl-diamonds {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
        background-image: url('https://nxlvl.fr/wp-content/uploads/2025/11/losanges.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        opacity: 0.6; /* Transparence des losanges */
    }

    .nxlvl-hero-logo {
        width: 150px; /* Largeur du logo */
        height: auto;
        margin-bottom: 30px;
        display: inline-block;
        filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3)); /* Ombre portée sous le logo */
    }

    .nxlvl-hero h1 {
        color: #fff; /* Surcharge spécifique pour le Hero */
    }

    .nxlvl-hero p {
        font-size: 1.3rem; /* Taille du sous-titre */
        margin: 0 auto;
        color: #f0f0f0;
        font-weight: 400;
    }

    /* --- 2. SECTION QUI SOMMES-NOUS ? (Remplace l'intro) --- */
    .nxlvl-about-section {
        margin-bottom: 50px;
        position: relative;
    }

    /* En-tête de section avec Titre centré et Qualiopi en absolu ou flex */
    .nxlvl-about-header {
        position: relative;
        text-align: center;
        margin-bottom: 50px;
        padding-top: 20px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .nxlvl-about-header h2 {
        display: inline-block;
        position: relative;
        z-index: 1;
    }
    
    /* Petit soulignement stylé sous le titre */
    .nxlvl-about-header h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 6px;
        background-color: #F8C730;
        margin: 15px auto 0;
        border-radius: 3px;
    }

    .nxlvl-qualiopi-logo {
        position: absolute;
        right: 0;
        top: 0;
        width: 160px; /* Agrandissement du logo (100px -> 160px) */
        height: auto;
        cursor: pointer;
        transition: transform 0.3s;
        z-index: 2;
    }
    .nxlvl-qualiopi-logo:hover {
        transform: scale(1.05);
    }

    @media (max-width: 768px) {
        .nxlvl-about-header {
            display: flex;
            flex-direction: column-reverse; /* Logo au dessus du titre sur mobile ? ou en dessous ? */
            /* Le client n'a pas précisé l'ordre mobile, mais souvent le logo de certif est mieux en dessous ou au dessus. 
               Précédemment j'avais mis column-reverse dans ma pensée mais le code précédent avait column.
               Gardons column pour avoir Titre puis Logo, ou l'inverse.
               Le code précédent avait:
               display: flex;
               flex-direction: column;
               align-items: center;
            */
            flex-direction: column; 
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }
        .nxlvl-about-header h2 {
            font-size: 2rem; /* Titre plus petit sur mobile */
        }
        .nxlvl-qualiopi-logo {
            position: static; /* Sur mobile, on le remet dans le flux */
            margin-bottom: 10px;
            width: 120px; /* Taille adaptée au mobile */
        }
    }

    .nxlvl-about-container {
        display: flex;
        gap: 50px;
        align-items: stretch;
        margin-bottom: 40px;
        max-width: 1200px; /* Contenu encadré */
        margin-left: auto;
        margin-right: auto;
    }

    .nxlvl-about-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Texte en Chillax */
    .nxlvl-about-text p {
        /* Styles hérités de .nxlvl-lp-wrapper p */
    }

    .nxlvl-inline-logo {
        height: 1.3em !important; /* Taille relative à la police pour s'adapter parfaitement */
        width: auto !important;
        display: inline-block !important;
        vertical-align: middle !important;
        margin: 0 4px 0 0 !important;
        transform: translateY(-2px);
        border: none !important;
        box-shadow: none !important;
    }

    .nxlvl-about-visuals {
        flex: 1;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Centre l'image verticalement */
    }

    /* L'image prend toute la place disponible dans la colonne de droite */
    .nxlvl-about-main-img {
        width: 100%;
        height: 100%;
        min-height: 350px;
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    /* MODALE QUALIOPI */
    .nxlvl-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.8);
        align-items: center;
        justify-content: center;
    }
    .nxlvl-modal-content {
        margin: auto;
        display: block;
        max-width: 90%;
        max-height: 90%;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(255,255,255,0.2);
    }
    .nxlvl-modal-close {
        position: absolute;
        top: 20px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
        cursor: pointer;
    }
    .nxlvl-modal-close:hover,
    .nxlvl-modal-close:focus {
        color: #F8C730;
        text-decoration: none;
        cursor: pointer;
    }

    .nxlvl-about-banner {
        max-width: 1200px;
        margin: 0 auto;
    }

    .nxlvl-about-banner img {
        width: 100%;
        height: auto;
        border-radius: 20px;
        display: block;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    @media (max-width: 768px) {
        .nxlvl-about-header {
            flex-direction: column-reverse; /* Qualiopi au dessus ou en dessous ? Le mockup a Qualiopi à droite. Sur mobile, on peut centrer. */
            align-items: center;
            gap: 20px;
            text-align: center;
        }
        .nxlvl-about-container {
            flex-direction: column;
        }
        .nxlvl-about-visuals {
            width: 100%;
            height: 300px;
        }
        .nxlvl-about-main-img {
            min-height: 300px;
        }
    }

    /* --- 3. GRILLE DES CARTES FORMATIONS --- */
    .nxlvl-formations-section {
        background-color: #f9f9f9; /* Fond gris clair */
        padding: 60px 40px;
        border-radius: 30px;
        margin-bottom: 50px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .nxlvl-cards-grid {
        display: grid;
        /* Configuration automatique des colonnes : s'adapte à la largeur */
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px; /* Espace entre les cartes */
        margin-bottom: 0;
    }

    .nxlvl-card {
        background: white;
        border-radius: 15px; /* Coins arrondis des cartes */
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08); /* Ombre douce */
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation au survol */
        text-decoration: none !important; /* Enlève le soulignement des liens */
        color: inherit;
        display: flex;
        flex-direction: column;
        border: 1px solid #f0f0f0;
    }

    /* Effet au survol de la souris sur une carte */
    .nxlvl-card:hover {
        transform: translateY(-5px); /* La carte remonte légèrement */
        box-shadow: 0 20px 40px rgba(0,0,0,0.12); /* L'ombre grandit */
        border-color: #F8C730; /* La bordure devient jaune */
    }

    .nxlvl-card-img {
        height: 200px; /* Hauteur de l'image de la carte */
        background-color: #eee;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    /* Badge "Alternance" jaune sur l'image */
    .nxlvl-card-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: #F8C730; /* Fond jaune */
        color: #000; /* Texte noir */
        padding: 4px 12px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 0.75rem;
        text-transform: uppercase;
    }

    .nxlvl-card-content {
        padding: 25px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

    .nxlvl-card h3 {
        font-size: 1.3rem;
        margin: 0 0 10px 0;
        color: #222;
        font-weight: 800;
        text-transform: uppercase;
        min-height: 110px; /* Hauteur augmentée pour aligner les blocs "Rentrée" (4 lignes) */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nxlvl-card p {
        font-size: 0.95rem;
        color: #666;
        margin-bottom: 20px;
        line-height: 1.5;
        /* Coupe le texte après 4 lignes et ajoute "..." */
        /* display: -webkit-box; */
        /* -webkit-line-clamp: 4; */
        /* -webkit-box-orient: vertical; */
        /* overflow: hidden; */
    }

    /* Bouton "Découvrir" */
    .nxlvl-cta-button {
        display: inline-block;
        margin-top: auto;
        padding: 10px 25px;
        background-color: #F8C730; /* Fond jaune */
        color: #000;
        border-radius: 50px;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 0.85rem;
        transition: all 0.3s;
        border: 2px solid #F8C730;
    }

    .nxlvl-card:hover .nxlvl-cta-button {
        background-color: transparent; /* Devient transparent au survol */
        color: #000;
        border-color: #000;
    }

    /* --- 4. SECTION DIRECTEUR (Fond sombre) --- */
    .nxlvl-director-section {
        display: flex;
        align-items: center;
        justify-content: center; /* Centre le contenu dans le bandeau large */
        background-color: #2C2C2C; /* Fond gris foncé */
        color: white;
        border-radius: 30px;
        padding: 40px;
        margin-bottom: 50px;
        gap: 40px;
        position: relative;
        overflow: hidden;
    }

    /* Élément décoratif géométrique (carré jaune transparent) */
    .nxlvl-director-section::before {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 200px;
        height: 200px;
        border: 20px solid rgba(248, 199, 48, 0.1);
        transform: rotate(45deg);
    }

    .nxlvl-director-img {
        flex: 0 0 280px;
        width: 280px;
        height: 280px;
        border-radius: 50%; /* Image ronde */
        background-size: cover;
        background-position: center;
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        border: 5px solid #F8C730; /* Bordure jaune autour de la photo */
        z-index: 1;
    }

    .nxlvl-director-text {
        flex: 1;
        z-index: 1;
        max-width: 800px; /* Limite la largeur du texte pour la lisibilité */
    }

    .nxlvl-director-text h2 {
        margin-top: 0;
        font-size: 2.2rem; /* Légèrement plus petit que le standard */
        color: #ffffff !important; /* Texte blanc forcé */
    }
    
    .nxlvl-director-role {
        color: #F8C730; /* Texte jaune */
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 25px;
        display: block;
        font-size: 0.9rem;
    }

    .nxlvl-director-text p {
        font-size: 1.1rem;
        color: #ffffff !important;
        font-style: italic;
    }

    /* --- 5. SECTION EQUIPE --- */
    .nxlvl-team-section {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .nxlvl-team-section h2 {
        font-size: 2rem; /* Plus petit que le standard */
        margin-bottom: 50px;
    }

    .nxlvl-team-grid {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 50px;
    }

    .nxlvl-team-member {
        text-align: center;
        width: 180px;
    }

    .nxlvl-team-img {
        width: 140px;
        height: 140px;
        border-radius: 50%; /* Photo ronde */
        background-color: #eee;
        margin: 0 auto 20px auto;
        background-size: cover;
        background-position: center;
        border: 3px solid white;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .nxlvl-team-member h4 {
        margin: 0 0 5px 0;
        font-size: 1.2rem;
        font-weight: 700;
    }
    .nxlvl-team-member span {
        font-size: 0.9rem;
        color: #777;
        text-transform: uppercase;
        font-weight: 600;
    }

    /* --- RESPONSIVE (ADAPTATION MOBILE) --- */
    /* Pour les tablettes et petits écrans (< 768px) */
    @media (max-width: 768px) {
        .nxlvl-hero { height: auto; padding: 60px 0; }
        .nxlvl-hero h1 { font-size: 2.2rem; }
        .nxlvl-director-section { flex-direction: column; text-align: center; padding: 40px 20px; }
        .nxlvl-director-img { margin-bottom: 30px; width: 200px; height: 200px; }
        .nxlvl-director-section::before { display: none; }
    }

    /* Pour les téléphones (< 480px) */
    @media (max-width: 480px) {
        .nxlvl-lp-wrapper { padding: 0 15px; } /* Marges réduites sur mobile */
        .nxlvl-hero h1 { font-size: 1.8rem; }
        .nxlvl-intro h2 { font-size: 1.8rem; }
        .nxlvl-director-section { padding: 30px 15px; }
        .nxlvl-cards-grid { gap: 20px; }
        
        /* Fix Mobile Formulaire & Map */
        .nxlvl-contact-right, .nxlvl-contact-left, .nxlvl-map-info, .nxlvl-map-frame { 
            min-width: 100% !important; 
        }
        .nxlvl-contact-card {
            padding: 25px 15px; /* Padding réduit dans le formulaire */
        }
        .nxlvl-form-input, .nxlvl-form-textarea {
            font-size: 16px; /* Évite le zoom automatique sur iPhone */
        }
    }

    /* --- 6. NOUVEAUX STYLES (DATES, AVIS, PARTENAIRES, MAP) --- */
    
    /* Dates dans les cartes */
    .nxlvl-card-date {
        margin-bottom: 15px;
        font-size: 0.85rem;
        color: #333;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 10px;
        background: #fff9e6; /* Fond jaune très pâle */
        padding: 10px 15px;
        border-radius: 8px;
        border-left: 4px solid #F8C730;
    }
    .nxlvl-card-date svg {
        width: 16px;
        height: 16px;
        fill: #F8C730;
    }

    /* Section Avis / Témoignages */
    .nxlvl-testimonials-section {
        background-color: #f9f9f9; /* Fond gris clair */
        padding: 40px 30px;
        border-radius: 30px;
        margin-bottom: 50px;
        text-align: center;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .nxlvl-testimonials-grid {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
    .nxlvl-testimonial-card {
        background: #fff;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        flex: 1;
        min-width: 280px;
        max-width: 350px;
        position: relative;
        text-align: left;
        border: 1px solid #f0f0f0;
    }
    .nxlvl-testimonial-card::before {
        content: '“';
        font-size: 5rem;
        color: #F8C730;
        position: absolute;
        top: 10px;
        right: 20px;
        opacity: 0.2;
        font-family: serif;
        line-height: 1;
    }
    .nxlvl-testimonial-author {
        display: flex;
        align-items: center;
        margin-top: 20px;
        gap: 15px;
    }
    .nxlvl-testimonial-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #eee;
        background-size: cover;
    }

    /* Section Partenaires (Fond sombre) */
    .nxlvl-partners-section {
        background-color: #2C2C2C;
        padding: 40px 20px;
        border-radius: 20px;
        margin-bottom: 50px;
        text-align: center;
        color: white;
        overflow: hidden;
    }
    .nxlvl-partners-section h2 {
        color: #ffffff !important; /* Force le blanc */
        margin-bottom: 10px;
    }
    .nxlvl-partners-section p {
        color: #cccccc !important; /* Gris clair */
    }
    .nxlvl-partners-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .nxlvl-partner-logo {
        max-height: 90px; /* Logos plus grands */
        max-width: 200px;
        object-fit: contain;
        opacity: 0.9; /* Plus visibles */
        transition: all 0.3s ease;
        filter: grayscale(100%) brightness(200%); /* Rend les logos blancs si pas déjà blancs */
    }
    .nxlvl-partner-logo:hover {
        opacity: 1;
        transform: scale(1.1);
        filter: none;
    }

    /* Section Infos Pratiques (Map) */
    .nxlvl-map-section {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        align-items: center;
        margin-bottom: 50px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.05);
        padding: 30px;
        max-width: 1200px; /* Contenu encadré */
        margin-left: auto;
        margin-right: auto;
    }
    .nxlvl-map-info {
        flex: 1;
        min-width: 300px;
    }
    .nxlvl-map-info h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .nxlvl-info-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 20px;
        font-size: 1.1rem;
        color: #555;
    }
    .nxlvl-info-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
        background-color: #F8C730;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 0.8rem;
        margin-top: 3px;
    }
    .nxlvl-map-frame {
        flex: 1;
        min-width: 300px;
        height: 350px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    
    @media (max-width: 768px) {
        .nxlvl-map-section { flex-direction: column-reverse; padding: 20px; }
        .nxlvl-map-frame { width: 100%; height: 300px; }
    }

    /* --- 9. FORMULAIRE DE CONTACT (NOUVEAU DESIGN) --- */
    .nxlvl-contact-wrapper {
        margin-bottom: 50px;
    }
    .nxlvl-contact-title {
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 40px;
    }
    .nxlvl-contact-container {
        display: flex;
        flex-wrap: wrap;
        background: #2C2C2C; /* Fond sombre */
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0,0,0,0.1);
        max-width: 1200px; /* Contenu encadré */
        margin-left: auto;
        margin-right: auto;
    }
    .nxlvl-contact-left {
        flex: 1;
        min-width: 300px;
        padding: 60px;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .nxlvl-contact-left h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        font-weight: 400;
        line-height: 1.3;
        color: #ffffff !important;
    }
    
    .nxlvl-contact-left small,
    .nxlvl-contact-left strong {
        color: #ffffff !important;
    }

    .nxlvl-contact-info-item {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
    }
    .nxlvl-contact-icon {
        width: 40px;
        height: 40px;
        background: #F8C730; /* Jaune Charte */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-size: 1.2rem;
        flex-shrink: 0;
    }
    .nxlvl-contact-text small {
        display: block;
        font-size: 0.8rem;
        opacity: 0.8;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 3px;
    }
    .nxlvl-contact-text strong {
        font-size: 1.1rem;
    }

    .nxlvl-contact-right {
        flex: 1.5;
        min-width: 300px; /* Réduit de 350px pour mieux passer sur mobile */
        background: #2C2C2C; /* Même fond que le conteneur pour fondre */
        padding: 20px;
        display: flex;
        align-items: center;
    }
    .nxlvl-contact-card {
        background: #fff;
        border-radius: 20px;
        padding: 40px;
        width: 100%;
        box-sizing: border-box;
    }

    .nxlvl-form-row {
        display: flex;
        gap: 20px;
    }
    .nxlvl-form-col {
        flex: 1;
    }
    .nxlvl-form-group {
        margin-bottom: 25px;
    }
    .nxlvl-form-label {
        font-size: 0.9rem;
        color: #EC6636; /* Orange Charte */
        margin-bottom: 8px;
        display: block;
        font-weight: 600;
    }
    .nxlvl-form-input, .nxlvl-form-textarea {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #EC6636; /* Bordure Orange */
        border-radius: 8px;
        font-family: inherit;
        font-size: 1rem;
        transition: all 0.3s;
        box-sizing: border-box;
        background: #fff;
        color: #333;
    }
    .nxlvl-form-input:focus, .nxlvl-form-textarea:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(236, 102, 54, 0.2);
    }
    .nxlvl-form-textarea {
        resize: vertical;
        min-height: 120px;
    }
    .nxlvl-submit-btn {
        background-color: #F8C730; /* Jaune Charte */
        color: #000;
        border: none;
        padding: 15px 50px;
        font-size: 1rem;
        font-weight: 800;
        text-transform: uppercase;
        border-radius: 50px;
        cursor: pointer;
        transition: transform 0.2s, box-shadow 0.2s;
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .nxlvl-submit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(248, 199, 48, 0.3);
    }

    @media (max-width: 768px) {
        .nxlvl-contact-container { flex-direction: column; }
        .nxlvl-contact-left { padding: 40px 20px; text-align: center; }
        .nxlvl-contact-info-item { justify-content: center; text-align: left; }
        .nxlvl-form-row { flex-direction: column; gap: 0; }
        .nxlvl-contact-right { padding: 0; }
        .nxlvl-contact-card { border-radius: 0; }
    }

    /* --- 10. SECTION ARENA --- */
    .nxlvl-arena-section {
        background-color: #f9f9f9; /* Fond gris clair */
        padding: 40px 30px; /* Padding ajusté */
        border-radius: 30px;
        margin-bottom: 50px; /* Marge externe */
        text-align: center;
    }

    .nxlvl-arena-header {
        margin-bottom: 50px;
        position: relative;
    }

    .nxlvl-arena-header h2 {
        display: inline-block;
        position: relative;
    }

    /* Soulignement jaune identique à "Qui sommes-nous" */
    .nxlvl-arena-header h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 6px;
        background-color: #F8C730;
        margin: 15px auto 0;
        border-radius: 3px;
    }

    /* Grille d'images */
    .nxlvl-arena-images {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-bottom: 50px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .nxlvl-arena-img {
        height: 250px;
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }

    .nxlvl-arena-img:hover {
        transform: translateY(-5px);
    }

    /* Contenu texte en 2 colonnes */
    .nxlvl-arena-content {
        display: flex;
        gap: 50px;
        text-align: left;
        max-width: 1200px; /* Contenu encadré */
        margin: 0 auto;
    }

    .nxlvl-arena-col {
        flex: 1;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .nxlvl-arena-images {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .nxlvl-arena-content {
            flex-direction: column;
            gap: 30px;
        }
        .nxlvl-arena-images {
            grid-template-columns: 1fr; /* Une seule colonne sur mobile pour bien voir les photos */
            gap: 15px;
        }
        .nxlvl-arena-img {
            height: 200px;
        }
    }

    /* =========================================
       11. SECTION NOS FORCES
       ========================================= */
    .nxlvl-forces-section {
        margin-bottom: 50px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .nxlvl-forces-section-header {
        text-align: center;
        margin-bottom: 50px;
        position: relative;
    }

    .nxlvl-forces-section-header h2 {
        display: inline-block;
        position: relative;
    }

    .nxlvl-forces-section-header h2::after {
        content: '';
        display: block;
        width: 80px;
        height: 6px;
        background-color: #F8C730;
        margin: 15px auto 0;
        border-radius: 3px;
    }
    
    .nxlvl-forces-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 30px;
    }

    .nxlvl-force-card {
        background: #fff;
        border: 2px solid #000;
        padding: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 180px;
    }

    /* Variantes de couleurs */
    .nxlvl-force-card.purple { border-color: #9b59b6; }
    .nxlvl-force-card.black { border-color: #000; }
    .nxlvl-force-card.orange { border-color: #EC6636; }
    .nxlvl-force-card.yellow { border-color: #F8C730; }

    .nxlvl-force-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .nxlvl-force-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-style: italic;
        text-transform: uppercase;
        font-size: 1.3rem;
        line-height: 1.2;
        margin: 0;
        max-width: 80%;
    }

    /* Couleurs des titres */
    .nxlvl-force-card.purple .nxlvl-force-title { color: #e74c3c; }
    .nxlvl-force-card.black .nxlvl-force-title { color: #000; }
    .nxlvl-force-card.orange .nxlvl-force-title { color: #EC6636; }
    .nxlvl-force-card.yellow .nxlvl-force-title { color: #F8C730; }

    .nxlvl-force-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid currentColor;
        padding: 8px;
        box-sizing: border-box;
    }
    
    .nxlvl-force-card.purple .nxlvl-force-icon { color: #e74c3c; border-color: #e74c3c; }
    .nxlvl-force-card.black .nxlvl-force-icon { color: #000; border-color: #000; }
    .nxlvl-force-card.orange .nxlvl-force-icon { color: #EC6636; border-color: #EC6636; }
    .nxlvl-force-card.yellow .nxlvl-force-icon { color: #F8C730; border-color: #F8C730; }

    .nxlvl-force-icon svg {
        width: 100%;
        height: 100%;
        stroke-width: 2;
    }

    .nxlvl-force-card p {
        font-family: 'Chillax', sans-serif;
        font-size: 1rem;
        color: #000;
        margin: 0;
        line-height: 1.4;
    }

    /* Carte large (Team) */
    .nxlvl-force-card-wide {
        grid-column: 1 / -1;
        border: 2px solid #000;
        padding: 30px;
        text-align: center;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .nxlvl-force-card-wide .nxlvl-force-header {
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
        width: 100%;
    }

    .nxlvl-force-card-wide .nxlvl-force-title {
        font-size: 1.5rem;
        color: #000;
        max-width: none;
    }

    .nxlvl-force-card-wide .nxlvl-force-icon {
        position: static;
        color: #000;
        border-color: #000;
        width: 50px;
        height: 50px;
    }

    .nxlvl-forces-banner-img {
        width: 100%;
        height: auto;
        display: block;
        margin-top: 40px;
        border-radius: 0;
    }

    @media (max-width: 768px) {
        .nxlvl-forces-grid {
            grid-template-columns: 1fr;
        }
        .nxlvl-force-card {
            min-height: auto;
        }
    }

    /* Ajustement padding sections gris clair sur mobile */
    @media (max-width: 768px) {
        .nxlvl-arena-section,
        .nxlvl-formations-section,
        .nxlvl-testimonials-section {
            padding: 40px 20px;
        }
    }
    /* =========================================
       12. SECTION POURQUOI NXLVL VENDÉE
       ========================================= */
    .nxlvl-lp-wrapper .nxlvl-why-section {
        background-color: #ffffff;
        padding: 60px 20px 0 20px;
        color: #333333;
        position: relative;
        overflow: hidden;
    }

    /* Title */
    .nxlvl-lp-wrapper .nxlvl-why-title {
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 42px;
        text-transform: uppercase;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        line-height: 1;
        font-style: italic;
    }
    
    .nxlvl-lp-wrapper .nxlvl-why-title img {
        height: 50px;
        width: auto;
        display: inline-block;
        vertical-align: middle;
    }

    /* List */
    .nxlvl-lp-wrapper .nxlvl-why-list {
        max-width: 1200px; /* Contenu encadré */
        margin: 0 auto 60px auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .nxlvl-lp-wrapper .nxlvl-why-item {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .nxlvl-lp-wrapper .nxlvl-why-icon {
        flex-shrink: 0;
        width: 35px;
        text-align: center;
    }

    .nxlvl-lp-wrapper .nxlvl-why-icon img {
        width: 100%;
        height: auto;
        max-width: 35px;
    }

    .nxlvl-lp-wrapper .nxlvl-why-content {
        flex: 1;
    }

    .nxlvl-lp-wrapper .nxlvl-why-item-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #000;
        font-style: italic;
    }

    .nxlvl-lp-wrapper .nxlvl-why-item-text {
        font-size: 1.15rem;
        line-height: 1.5;
        color: #333;
    }

    /* Banner */
    .nxlvl-lp-wrapper .nxlvl-why-banner {
        display: block;
        line-height: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
    }

    .nxlvl-lp-wrapper .nxlvl-why-banner img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 20px;
    }

    /* Part 2 Layout */
    .nxlvl-lp-wrapper .nxlvl-why-part2 {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        max-width: 1200px; /* Contenu encadré */
        margin: 60px auto;
        align-items: stretch;
    }

    .nxlvl-lp-wrapper .nxlvl-why-part2-content {
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        justify-content: center;
    }

    .nxlvl-lp-wrapper .nxlvl-why-part2-image {
        flex: 1;
        min-width: 300px;
        position: relative;
        min-height: 400px;
    }

    .nxlvl-lp-wrapper .nxlvl-why-part2-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Specific bold list style */
    .nxlvl-lp-wrapper .nxlvl-why-list-bold {
        color: #000;
    }
    
    .nxlvl-lp-wrapper .nxlvl-why-list-bold ul {
        margin: 0;
        padding-left: 20px;
    }

    .nxlvl-lp-wrapper .nxlvl-why-list-bold li {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: italic;
        font-size: 1.1rem;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .nxlvl-lp-wrapper .nxlvl-why-part2 {
            flex-direction: column;
        }

        .nxlvl-lp-wrapper .nxlvl-why-part2-image {
            min-height: auto;
            height: auto;
        }

        .nxlvl-lp-wrapper .nxlvl-why-part2-image img {
            position: relative;
            height: auto;
            min-height: 250px;
        }
        
        .nxlvl-lp-wrapper .nxlvl-why-title {
            font-size: 28px;
            flex-direction: column;
            gap: 10px;
        }
        
        .nxlvl-lp-wrapper .nxlvl-why-title img {
            height: 40px;
        }

        .nxlvl-lp-wrapper .nxlvl-why-item {
            gap: 15px;
        }
        
        .nxlvl-lp-wrapper .nxlvl-why-icon {
            width: 30px;
        }
    }

    /* =========================================
       13. SECTION CHIFFRES CLÉS
       ========================================= */
    .nxlvl-stats-section {
        margin-bottom: 50px;
        text-align: center;
    }

    .nxlvl-stats-header {
        margin-bottom: 30px; /* Réduit pour moins d'espace */
    }

    .nxlvl-stats-header h2 {
        font-size: 2.5rem;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #ffffff;
        display: inline-block;
    }

    .nxlvl-stats-divider {
        width: 80px;
        height: 6px;
        background-color: #F8C730;
        margin: 0 auto;
        border-radius: 3px;
    }

    .nxlvl-stats-banner {
        background-color: #2C2C2C; /* Fond sombre comme demandé */
        color: #ffffff;
        padding: 20px; /* Padding réduit drastiquement */
        border-radius: 30px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    }

    /* Background decoration (optional) */
    .nxlvl-stats-banner::before {
        content: '';
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background-image: url('https://nxlvl.fr/wp-content/uploads/2025/11/losanges.png');
        background-size: cover;
        opacity: 0.05;
        pointer-events: none;
    }

    .nxlvl-stats-grid {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 40px;
        max-width: 1400px; /* Un peu plus large pour les stats */
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .nxlvl-stat-item {
        flex: 1;
        min-width: 200px;
        text-align: center;
    }

    .nxlvl-stat-number {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 4.5rem;
        line-height: 1;
        margin-bottom: 15px;
        color: #F8C730; /* Yellow numbers */
    }

    .nxlvl-stat-label {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1rem;
        letter-spacing: 1px;
        color: #ffffff;
    }

    .nxlvl-stat-label span {
        display: block;
        font-family: 'Chillax', sans-serif;
        font-weight: 400;
        font-size: 0.9rem;
        text-transform: none;
        color: #cccccc;
        margin-top: 5px;
        letter-spacing: 0;
    }

    @media (max-width: 768px) {
        .nxlvl-stat-number {
            font-size: 3.5rem;
        }
        .nxlvl-stats-grid {
            flex-direction: column;
            gap: 50px;
        }
    }

    /* --- 14. BOUTON FLOTTANT "ÇA M'INTÉRESSE" --- */
    /* Conteneur qui réserve l'espace en bas de page pour l'atterrissage du bouton */
    .nxlvl-floating-container {
        position: relative;
        min-height: 150px; /* Espace réservé pour que le bouton ne chevauche pas le contenu précédent */
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none; /* Laisse passer les clics au travers du conteneur vide */
    }

    .nxlvl-floating-wrapper {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 9999; /* Au dessus de tout */
        transition: all 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Transition ralentie (0.5s -> 1.2s) */
        pointer-events: auto; /* Réactive les clics sur le bouton */
    }

    /* État "Docké" : Le bouton atterrit au centre */
    .nxlvl-floating-wrapper.nxlvl-docked {
        position: absolute; /* Devient relatif au conteneur parent */
        bottom: 50px; /* Centré verticalement dans le conteneur de 150px */
        right: 50%; /* Position horizontale au centre */
        transform: translateX(50%); /* Correction du centrage */
        z-index: 1;
    }

    .nxlvl-floating-btn {
        display: flex;
        align-items: center;
        gap: 12px;
        background-color: #F8C730; /* Jaune Marque */
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        text-decoration: none !important;
        padding: 15px 35px;
        border-radius: 50px;
        font-size: 1rem;
        letter-spacing: 1px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        border: 3px solid #fff; /* Bordure blanche pour détacher du fond */
        transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        z-index: 2; /* Au dessus des options */
    }

    /* Options du bouton flottant */
    .nxlvl-floating-options {
        position: absolute;
        bottom: 100%; /* Au dessus du bouton */
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 15px; /* Espace entre options et bouton */
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease;
        align-items: center;
    }

    /* Affichage des options au survol (Desktop) ou classe active (Mobile) */
    .nxlvl-floating-wrapper:hover .nxlvl-floating-options,
    .nxlvl-floating-wrapper.active .nxlvl-floating-options {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .nxlvl-floating-option-btn {
        background-color: #fff;
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none !important;
        padding: 12px 20px;
        border-radius: 50px;
        font-size: 0.9rem;
        box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        border: 2px solid #F8C730;
        white-space: nowrap;
        cursor: pointer;
        transition: all 0.2s;
        display: block;
        width: auto;
        min-width: 180px;
        text-align: center;
    }

    .nxlvl-floating-option-btn:hover {
        background-color: #F8C730;
        transform: translateY(-2px);
    }

    /* Animation de pulsation pour attirer l'attention */
    .nxlvl-floating-btn::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        border-radius: 50px;
        box-shadow: 0 0 0 0 rgba(248, 199, 48, 0.7);
        animation: nxlvl-pulse-yellow 2s infinite;
        z-index: -1;
    }

    @keyframes nxlvl-pulse-yellow {
        0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(248, 199, 48, 0.7); }
        70% { transform: scale(1); box-shadow: 0 0 0 20px rgba(248, 199, 48, 0); }
        100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(248, 199, 48, 0); }
    }

    /* Animation de vibration de l'icône au scroll */
    @keyframes nxlvl-shake-icon {
        0% { transform: rotate(0deg) scale(1); }
        25% { transform: rotate(15deg) scale(1.2); }
        50% { transform: rotate(0deg) scale(1); }
        75% { transform: rotate(-15deg) scale(1.2); }
        100% { transform: rotate(0deg) scale(1); }
    }

    .nxlvl-floating-wrapper.nxlvl-is-scrolling .nxlvl-floating-icon {
        animation: nxlvl-shake-icon 0.4s ease-in-out infinite;
    }

    /* Effet au survol (État normal) */
    .nxlvl-floating-wrapper:not(.nxlvl-docked) .nxlvl-floating-btn:hover {
        /* transform: translateY(-5px) scale(1.05);  <-- Conflit avec le menu qui apparait au dessus */
        /* On garde juste l'effet visuel sans déplacement vertical pour ne pas casser le hover du menu */
        transform: scale(1.05);
        background-color: #fff;
        color: #000;
        border-color: #F8C730;
        box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    }

    /* Effet au survol (État Docké - Centré) */
    /* On doit conserver le translateX(50%) du parent ou l'appliquer ici ? 
       Le parent a le transform. L'enfant (btn) a son propre transform.
       Pas de conflit car le transform de positionnement est sur le wrapper.
    */
    .nxlvl-floating-wrapper.nxlvl-docked .nxlvl-floating-btn:hover {
        transform: scale(1.1); /* Juste un grossissement */
        background-color: #fff;
        color: #000;
        border-color: #F8C730;
    }

    .nxlvl-floating-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }

    /* Adaptation Mobile */
    @media (max-width: 768px) {
        .nxlvl-floating-wrapper {
            bottom: 20px;
            right: 20px;
            left: 20px; /* Prend toute la largeur en bas */
            display: flex;
            justify-content: center;
        }
        
        /* Sur mobile, quand c'est docké, on garde le centrage mais on adapte la largeur */
        .nxlvl-floating-wrapper.nxlvl-docked {
            width: 100%;
            left: 0;
            right: 0;
            transform: none;
            bottom: 40px;
        }

        .nxlvl-floating-btn {
            width: 100%;
            justify-content: center;
            padding: 15px 20px;
            font-size: 0.9rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.4); /* Ombre plus forte sur mobile */
        }
    }

    /* ==========================================================================
       OPTIMISATION MOBILE EXPERTE (OVERRIDE)
       Ces règles s'appliquent uniquement sur les écrans < 768px
       pour corriger les tailles, les espaces et les alignements.
       ========================================================================== */
    @media (max-width: 768px) {
        
        /* --- 0. RESET & BOX-SIZING --- */
        .nxlvl-lp-wrapper * {
            box-sizing: border-box; /* Indispensable pour éviter les débordements */
        }
        
        /* --- 1. TYPOGRAPHIE & STRUCTURE GLOBALE --- */
        .nxlvl-lp-wrapper {
            padding: 0 15px; /* On gagne de la place sur les bords */
            overflow-x: hidden; /* Empêche le scroll horizontal indésirable */
        }

        /* Réduction harmonieuse des titres */
        .nxlvl-lp-wrapper h1 { font-size: 1.8rem; line-height: 1.2; margin-bottom: 15px; }
        .nxlvl-lp-wrapper h2 { font-size: 1.5rem; line-height: 1.3; margin-bottom: 15px; }
        .nxlvl-lp-wrapper h3 { font-size: 1.3rem; line-height: 1.3; margin-bottom: 10px; }
        .nxlvl-section-subtitle { font-size: 1.2rem; margin-bottom: 10px; }
        
        /* Texte courant plus lisible (16px standard) */
        .nxlvl-lp-wrapper p, 
        .nxlvl-lp-wrapper li,
        .nxlvl-form-input, 
        .nxlvl-form-textarea,
        .nxlvl-form-label {
            font-size: 1rem; /* 16px */
            line-height: 1.5;
        }

        /* Réduction des paddings de section pour gagner de la place */
        .nxlvl-bg-light,
        .nxlvl-director-section,
        .nxlvl-partners-section,
        .nxlvl-map-section,
        .nxlvl-contact-left,
        .nxlvl-contact-card,
        .nxlvl-arena-section,
        .nxlvl-formations-section,
        .nxlvl-testimonials-section {
            padding: 30px 20px !important; /* Force le padding réduit */
            border-radius: 20px; /* Arrondis moins prononcés sur mobile */
        }

        /* --- 1.5 MENU NAVIGATION (Grille Compacte) --- */
        .nxlvl-nav-menu {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
            gap: 10px;
            margin-bottom: 30px;
            padding: 0;
            flex-direction: row; /* Reset du flex-direction column précédent */
        }
        .nxlvl-nav-menu li {
            width: 100%;
            margin: 0;
            padding: 0 !important;
        }
        .nxlvl-nav-menu li::before {
            display: none; /* Sécurité contre les puces */
        }
        .nxlvl-nav-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding: 12px 5px;
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 10px;
            font-size: 0.85rem;
            text-align: center;
            color: #333;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            box-sizing: border-box;
            text-decoration: none !important;
        }
        /* Le dernier élément (Contact) en pleine largeur */
        .nxlvl-nav-menu li:last-child {
            grid-column: 1 / -1;
        }
        .nxlvl-nav-cta {
            background-color: #F8C730 !important;
            border-color: #F8C730 !important;
            font-weight: 800;
            color: #000 !important;
            box-shadow: 0 4px 10px rgba(248, 199, 48, 0.2);
            max-width: 100%; /* Override l'ancien max-width */
        }

        /* --- 2. HERO & INTRO --- */
        .nxlvl-hero {
            height: auto;
            min-height: 400px; /* Hauteur minimale garantie */
            padding: 40px 15px;
        }
        .nxlvl-hero-content { padding: 0; }
        .nxlvl-hero-logo { width: 120px; margin-bottom: 20px; }

        /* --- 3. CARTES FORMATIONS (Fix des titres tronqués/énormes) --- */
        .nxlvl-cards-grid {
            display: flex; /* Utilisation de Flexbox au lieu de Grid pour éviter les bugs de largeur */
            flex-direction: column;
            gap: 25px;
            width: 100%;
            margin: 0 auto;
        }
        .nxlvl-card {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            min-height: auto !important;
            height: auto;
            margin-bottom: 0;
        }
        .nxlvl-card h3 {
            min-height: auto !important;
            height: auto;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }
        .nxlvl-card-content {
            padding: 20px;
        }

        /* --- 4. CHIFFRES CLÉS (Réduction taille) --- */
        .nxlvl-stat-number {
            font-size: 3rem; /* Réduit de 4.5rem à 3rem */
        }
        .nxlvl-stats-grid {
            gap: 30px;
            align-items: center;
        }

        /* --- 5. DIRECTEUR & ÉQUIPE --- */
        .nxlvl-director-section {
            flex-direction: column;
            text-align: center;
            gap: 30px;
        }
        .nxlvl-director-img {
            width: 180px;
            height: 180px;
            flex: 0 0 180px;
            margin: 0 auto;
        }
        .nxlvl-team-grid {
            gap: 30px;
        }
        .nxlvl-team-member {
            width: 45%; /* Permet de mettre 2 membres par ligne sur les "gros" mobiles */
            min-width: 140px;
        }
        .nxlvl-team-img {
            width: 100px;
            height: 100px;
        }

        /* --- 6. POURQUOI NXLVL (Alignement) --- */
        .nxlvl-lp-wrapper .nxlvl-why-title {
            font-size: 1.8rem; /* Plus petit */
            flex-direction: column;
        }
        .nxlvl-lp-wrapper .nxlvl-why-item {
            align-items: flex-start; /* Aligne l'icône en haut */
        }
        .nxlvl-lp-wrapper .nxlvl-why-part2 {
            flex-direction: column;
        }
        .nxlvl-lp-wrapper .nxlvl-why-part2-image {
            min-height: 250px;
        }
        /* Masquer les bandeaux images trop petits */
        .nxlvl-why-banner, .nxlvl-forces-banner-img {
            display: none !important;
        }

        /* --- 7. CONTACT & MAP --- */
        .nxlvl-contact-container,
        .nxlvl-map-section {
            flex-direction: column;
        }
        .nxlvl-contact-left, 
        .nxlvl-contact-right,
        .nxlvl-map-info,
        .nxlvl-map-frame {
            width: 100%;
            min-width: 0; /* Important pour éviter l'overflow flex */
        }
        .nxlvl-contact-title {
            font-size: 1.8rem;
        }
        .nxlvl-form-row {
            flex-direction: column;
            gap: 0;
        }
        
        /* --- 8. BOUTON FLOTTANT --- */
        .nxlvl-floating-wrapper.nxlvl-docked {
            width: 90%; /* Prend presque toute la largeur */
            left: 5%;
            right: auto;
            transform: none;
            bottom: 20px;
        }
        .nxlvl-floating-btn {
            justify-content: center;
            width: 100%;
        }

        /* --- 9. NOS FORCES (Fix Troncature & Centrage) --- */
        .nxlvl-forces-grid {
            display: flex; /* Flexbox plus robuste que Grid sur mobile */
            flex-direction: column;
            width: 100%;
            margin: 0;
            gap: 20px;
        }
        .nxlvl-force-card, .nxlvl-force-card-wide {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box; /* Règle d'or pour que le padding ne casse pas la largeur */
            padding: 20px;
            text-align: center;
            align-items: center;
            display: flex;
            flex-direction: column;
        }
        .nxlvl-force-header {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-bottom: 20px;
            width: 100%;
        }
        .nxlvl-force-title {
            max-width: 100%;
            font-size: 1.2rem;
            text-align: center;
            white-space: normal; /* Force le retour à la ligne si nécessaire */
        }
        .nxlvl-force-icon {
            margin: 0 auto;
            flex-shrink: 0; /* Empêche l'icône de s'écraser */
        }
    }

    /* Optimisation pour les très petits écrans (iPhone SE, etc.) */
    @media (max-width: 380px) {
        .nxlvl-team-member { width: 100%; } /* 1 par ligne */
        .nxlvl-lp-wrapper h1 { font-size: 1.5rem; }
        .nxlvl-stat-number { font-size: 2.5rem; }
    }

    /* --- FIX ANCRAGES (HEADER FIXE) --- */
    #qui-sommes-nous,
    #formations,
    #pourquoi,
    #ou-nous-trouver,
    #contact {
        scroll-margin-top: 140px; /* Ajustement pour le header fixe */
    }
</style>/* End custom CSS */