/* ========================================= */
/* 1. RESET & VARIABLES                      */
/* ========================================= */
:root { --blue: #004ea2; --navy: #050A18; --text: #1A1A1A; --bg: #ffffff; --off-white: #f8fafc; --border: #e2e8f0; --transition: cubic-bezier(0.16, 1, 0.3, 1); }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; background-color: var(--bg); color: var(--text); overflow-x: hidden; }

/* ========================================= */
/* 2. HEADER & NAV                           */
/* ========================================= */
header { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 20px 50px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent); transition: 0.4s; }
header.scrolled { background: rgba(5, 10, 24, 0.98); padding: 15px 50px; border-bottom: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); }
.logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.4rem; letter-spacing: -0.5px; text-transform: uppercase; text-decoration: none; color: white; position: relative; }
.logo-led { position: absolute; bottom: -8px; right: 0; font-size: 0.6rem; color: var(--blue); font-weight: 700; }

.nav-center { display: flex; gap: 30px; background: rgba(255,255,255,0.1); padding: 12px 40px; border-radius: 50px; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); }
.nav-center a { font-family: 'Syne', sans-serif; color: white; text-decoration: none; text-transform: uppercase; font-size: 0.8rem; font-weight: 600; letter-spacing: 1px; transition: 0.3s; opacity: 0.9; }
.nav-center a:hover { color: var(--blue); opacity: 1; }
.btn-header { font-family: 'Syne', sans-serif; padding: 10px 25px; border: 1px solid rgba(255,255,255,0.3); border-radius: 4px; color: white; text-transform: uppercase; font-weight: 700; text-decoration: none; font-size: 0.75rem; transition: 0.3s; }
.btn-header:hover { background: white; color: var(--navy); border-color: white; }

/* Menu Mobile */
.hamburger {
    display: none;
    font-size: 2rem; /* Plus gros pour le doigt */
    color: #ffffff !important; /* Blanc pur */
    background-color: #000000 !important; /* Fond noir pour garantir le contraste 21:1 */
    padding: 10px; /* Zone de clic plus large */
    border-radius: 4px;
    cursor: pointer;
    z-index: 1001;
    min-width: 48px; /* Norme Google Tactile */
    min-height: 48px; /* Norme Google Tactile */
    align-items: center;
    justify-content: center;
}.nav-close, .mobile-only { display: none; }

@media (max-width: 1024px) {
    .hamburger { display: block; position: fixed; top: 25px; right: 20px; z-index: 20000; background: rgba(0,0,0,0.5); padding: 8px; border-radius: 4px; }
    .desktop-only { display: none; }
    .mobile-only { display: inline-block; margin-top: 20px; text-align: center; }
    .nav-center { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: #000000; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 30px; transition: right 0.4s ease; z-index: 19999; }
    .nav-center.active { right: 0; }
    .nav-center a { font-size: 1.5rem; }
    header { 
        padding: 15px 20px; 
        background-color: #000000 !important; /* Force le noir */
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
    }
}

/* ========================================= */
/* 3. FOOTER                                 */
/* ========================================= */
.footer-clients { background: white; padding: 60px 0; overflow: hidden; border-top: 1px solid var(--border); }
.marquee-track { display: flex; width: calc(250px * 14); animation: scroll 40s linear infinite; }
.f-client-logo { width: 250px; display: flex; justify-content: center; align-items: center; opacity: 0.5; filter: grayscale(100%); transition: 0.3s; padding: 0 20px; }
.f-client-logo:hover { opacity: 1; filter: grayscale(0); transform: scale(1.1); }
.f-client-logo img { height: 80px; width: auto; max-width: 100%; object-fit: contain; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-250px * 7)); } }

footer { background-color: #050505; color: white; padding-top: 50px; }
.footer-content { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; max-width: 1400px; margin: 0 auto; padding: 0 50px 80px 50px; }
.f-brand h2 { font-family: 'Syne'; font-size: 2rem; margin-bottom: 20px; font-weight: 800; letter-spacing: -1px; position: relative; display: inline-block; }
.f-brand p { 
    color: #888; 
    line-height: 1.6; 
    font-size: 0.9rem; 
    max-width: 300px; 
    margin-bottom: 20px; /* Ligne à ajouter */
}
.f-col h4 { font-family: 'Syne'; font-size: 0.9rem; color: white; text-transform: uppercase; margin-bottom: 25px; font-weight: 700; letter-spacing: 1px; }
.f-links a { display: block; color: #888; text-decoration: none; margin-bottom: 12px; transition: 0.3s; font-size: 0.9rem; }
.f-links a:hover { color: white; padding-left: 5px; }
.footer-bottom { border-top: 1px solid #222; padding: 40px 0; text-align: center; }
.main-logo-footer { height: auto; max-width: 200px; opacity: 1; margin-bottom: 20px; filter: none; }
.copyright { color: #444; font-size: 0.8rem; font-family: 'Manrope', sans-serif; }

/* === CORRECTION ICONES RESEAUX SOCIAUX === */
/* Force la couleur BLANCHE (#ffffff) par défaut */
.social-bar { display: flex; justify-content: center; gap: 25px; margin-bottom: 30px; }
.social-link { 
    color: #ffffff !important; /* BLANC PUR */
    font-size: 1.2rem; 
    transition: 0.3s; 
    opacity: 0.8;
}
/* Bleu uniquement au survol */
.social-link:hover { 
    color: var(--blue) !important; 
    transform: translateY(-3px); 
    opacity: 1;
}

@media (max-width: 1024px) { .footer-content { grid-template-columns: 1fr; gap: 40px; } }

/* ========================================= */
/* 4. BOUTONS FLOTTANTS (GAUCHE & DROITE)    */
/* ========================================= */

/* GAUCHE : Devis & Téléphone */
.floating-left-group { position: fixed; bottom: 30px; left: 30px; z-index: 990; display: flex; flex-direction: column; gap: 15px; align-items: flex-start; }
.float-btn-left { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; border-radius: 50px; color: white; text-decoration: none; font-weight: 600; font-size: 0.8rem; box-shadow: 0 5px 15px rgba(0,0,0,0.2); transition: transform 0.3s ease; font-family: 'Manrope', sans-serif; }
.float-btn-left:hover { transform: translateY(-3px); }
.btn-phone { background: var(--blue); }
.btn-quote { background: #111; border: 1px solid rgba(255,255,255,0.2); }

/* DROITE : Scroll Top */
#scrollTop { position: fixed; bottom: 100px; right: 20px; width: 50px; height: 50px; background: #111; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; z-index: 9998; opacity: 0; visibility: hidden; transition: 0.3s; }
#scrollTop.visible { opacity: 1; visibility: visible; }
#scrollTop:hover { background: white; color: var(--navy); }

/* DROITE : Chat Trigger */
#chatbot-btn { position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; background: var(--blue); color: white; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 30px; cursor: pointer; box-shadow: 0 5px 15px rgba(0,0,0,0.3); z-index: 9999; transition: transform 0.3s; }
#chatbot-btn:hover { transform: scale(1.1); }

/* ========================================= */
/* 5. FENÊTRE DE CHAT (CORRIGÉE A 100%)      */
/* ========================================= */
#chat-window {
    display: none; 
    position: fixed; 
    bottom: 90px; 
    right: 20px; 
    width: 350px; 
    height: 450px; 
    background: white; 
    border-radius: 10px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.2); 
    z-index: 10000; 
    flex-direction: column; 
    overflow: hidden; 
    font-family: 'Manrope', sans-serif;
}

/* Header aligné avec Flexbox strict */
.chat-header {
    background: #111;
    color: white;
    padding: 0 20px; /* Padding latéral uniquement */
    height: 60px; /* Hauteur fixe */
    display: flex;
    justify-content: space-between;
    align-items: center; /* Centre verticalement le texte */
    flex-shrink: 0; 
}
.chat-header span { font-weight: 700; margin: 0; line-height: 1; }

#chat-messages {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Zone de saisie fixée en bas */
.chat-footer {
    padding: 15px;
    display: flex;
    gap: 10px;
    background: white;
    border-top: 1px solid #eee;
    align-items: center;
    flex-shrink: 0;
    min-height: 70px; /* Hauteur minimale garantie */
}

.chat-input { flex: 1; padding: 12px 15px; border: 1px solid #ddd; border-radius: 25px; background: #f8f8f8; outline: none; font-family: 'Manrope', sans-serif; font-size: 0.9rem; transition: 0.3s; margin: 0; }
.chat-input:focus { background: white; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0, 78, 162, 0.1); }
.chat-send { width: 45px; height: 45px; background: var(--blue); color: white; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.3s; font-size: 1.1rem; flex-shrink: 0; }
.chat-send:hover { transform: scale(1.1); }

.message { padding: 12px; border-radius: 10px; max-width: 85%; font-size: 0.9rem; line-height: 1.4; word-wrap: break-word; }
.bot-message { background: #e0e0e0; color: #333; align-self: flex-start; border-bottom-left-radius: 2px; }
.user-message { background: var(--blue); color: white; align-self: flex-end; border-bottom-right-radius: 2px; }
.ticket-btn { display: inline-block; background: #111; color: white; padding: 10px 15px; border-radius: 4px; text-decoration: none; font-size: 0.85rem; font-weight: 600; margin-top: 10px; }
/* =========================================
   CORRECTIFS RESTAURATION (FOOTER & CHAT)
   ========================================= */

/* =========================================
   CORRECTIFS FINAUX (ICÔNES + CHATBOT)
   ========================================= */

/* --- 1. ICÔNES FOOTER (Force blancheur absolue) --- */
/* Cible précisément les liens DANS la barre sociale du footer */
.social-bar a,
.social-bar i,
.social-link,
.social-link i {
    color: #ffffff !important; /* BLANC PUR */
    text-decoration: none;
}

/* Effet au survol (Bleu VisionAir) */
.social-bar a:hover,
.social-bar a:hover i {
    color: #004ea2 !important; 
    transform: translateY(-3px);
}

/* --- 2. RÉPARATION CHATBOT (Compatible JS et HTML) --- */
/* Supporte à la fois les classes .msg-bubble (HTML) et .message (JS) */

.chat-window {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 350px;
    height: 450px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    z-index: 10000;
    flex-direction: column;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
}

.chat-header {
    background: #111;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-family: 'Syne', sans-serif;
}

.chat-body {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Style commun des bulles */
.msg-bubble, .message {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 80%;
    word-wrap: break-word;
}

/* Style Robot (Gris) */
.msg-bot, .bot-message {
    background: #e0e0e0;
    color: #333;
    align-self: flex-start;
    border-bottom-left-radius: 0;
}

/* Style Utilisateur (Bleu) */
.msg-user, .user-message {
    background: #004ea2; /* var(--blue) */
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 0;
    text-align: right;
}

/* Zone de saisie */
.chat-footer {
    padding: 10px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    background: white;
}

.chat-input {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    font-family: 'Manrope', sans-serif;
}

.chat-send {
    background: #004ea2;
    color: white;
    border: none;
    width: 40px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: flex; /* Centrage icône */
    align-items: center;
    justify-content: center;
}/* Style spécifique pour le texte d'assistance technique dans le chat */
.tech-text {
    display: block;        /* Force le texte à aller à la ligne */
    margin-top: 15px;      /* Espace au-dessus */
    font-size: 0.7rem;     /* Taille réduite (environ 11-12px) */
    color: #000000;        /* Noir pur */
    font-weight: 700;      /* Gras pour que ça reste lisible en petit */
    line-height: 1.3;      /* Interligne serré */
    border-top: 1px solid #eee; /* Ligne de séparation très discrète (optionnel) */
    padding-top: 10px;
}/* BLOC ASSISTANCE TECHNIQUE (Version Dark) */
.tech-alert-box {
    background-color: #1a1a1a; /* Fond gris très sombre (presque noir) */
    padding: 15px;             /* Espace intérieur pour aérer */
    border-radius: 8px;        /* Coins arrondis */
    margin-top: 15px;          /* Espace par rapport au texte du dessus */
    border: 1px solid #333;    /* Légère bordure pour la finition */
    text-align: center;        /* Tout centrer à l'intérieur */
}

.tech-text-white {
    display: block;
    color: #ffffff;            /* Texte en BLANC pur */
    font-size: 0.8rem;         /* Taille fine */
    font-family: 'Manrope', sans-serif;
    font-weight: 500;          /* Graisse moyenne pour la lisibilité */
    margin-bottom: 12px;       /* Espace avant le bouton */
    line-height: 1.4;
}

/* Nouveau style du bouton Ticket */
.ticket-btn-dark {
    display: inline-block;
    background-color: #000000; /* Fond NOIR pour le bouton */
    color: white;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 50px;       /* Forme de pilule */
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #444;    /* Bordure grise subtile */
    transition: 0.3s;
    font-family: 'Syne', sans-serif;
}

.ticket-btn-dark:hover {
    background-color: #ffffff; /* Devient blanc au survol */
    color: #000000;            /* Texte devient noir */
    border-color: #ffffff;
}/* --- NOUVEAUX STYLES (INDEX & GLOBAL) --- */

/* 1. Contour Blanc pour le texte 2026 */
.text-outline-white {
    color: var(--blue); /* Intérieur Bleu */
    /* Contour blanc de 1.5px */
    -webkit-text-stroke: 1.5px #ffffff; 
    /* Paint-order assure que le contour ne mange pas le texte */
    paint-order: stroke fill; 
    font-weight: 800;
}

/* 2. Styles des Boutons Flottants (Version AJA) */
.floating-left-group { 
    position: fixed; 
    bottom: 30px; 
    left: 30px; 
    z-index: 999; 
    display: flex; 
    flex-direction: column; 
    gap: 15px; 
    align-items: flex-start; 
}

.float-btn-left { 
    display: inline-flex; 
    align-items: center; 
    gap: 10px; 
    padding: 10px 20px; 
    border-radius: 50px; 
    color: white; 
    text-decoration: none; 
    font-weight: 600; 
    font-size: 0.8rem; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); 
    transition: 0.3s; 
    font-family: 'Manrope', sans-serif; 
}

.btn-phone { background: var(--blue); }
.btn-quote { background: #111; border: 1px solid rgba(255,255,255,0.2); }

.float-btn-left:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 8px 20px rgba(0,0,0,0.3); 
    color: white !important; /* Force le blanc au survol */
}/* ========================================= */
/* ANIMATIONS GLOBALES (LOGOS & TEXTE)       */
/* ========================================= */

/* Correction Ping-Pong (Aller-retour sans blanc) */
.marquee-track {
    display: flex;
    width: max-content;
    /* !important pour surcharger d'anciennes règles éventuelles */
    animation: scroll-pingpong 40s linear infinite alternate !important;
}

.tech-track {
    display: flex;
    gap: 60px;
    width: max-content;
    /* Plus lent pour le texte */
    animation: scroll-pingpong 60s linear infinite alternate !important;
}

@keyframes scroll-pingpong {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(100vw - 100%)); }
}/* ========================================= */
/* PAGES LÉGALES (Mentions, CGV...)          */
/* ========================================= */
.legal-section {
    padding: 80px 20px;
    background-color: #f8fafc;
}

.legal-container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.legal-block {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.legal-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.legal-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    color: var(--navy);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.legal-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.legal-text strong {
    color: var(--blue);
    font-weight: 700;
}

@media (max-width: 768px) {
    .legal-container { padding: 30px; }
    .legal-title { font-size: 1.5rem; }
}/* ========================================= */
/* PAGE QUI SOMMES-NOUS                      */
/* ========================================= */
.about-section {
    padding: 100px 20px;
    background: white;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Bloc Texte + Image (ZigZag) */
.about-block {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}
.about-block.reverse {
    flex-direction: row-reverse;
}

.about-content {
    flex: 1;
}
.about-visual {
    flex: 1;
    position: relative;
}
.about-visual img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.ab-subtitle {
    font-family: 'Syne', sans-serif;
    color: var(--blue);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    display: block;
}

.ab-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    color: var(--navy);
    line-height: 1.1;
    margin-bottom: 25px;
}

.ab-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Grille des Valeurs */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.value-card {
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #eee;
}
.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: white;
    border-color: var(--blue);
}
.val-icon {
    font-size: 2.5rem;
    color: var(--blue);
    margin-bottom: 20px;
}
.val-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--navy);
}
.val-desc {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 1024px) {
    .about-block, .about-block.reverse {
        flex-direction: column;
        gap: 30px;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .ab-title { font-size: 2rem; }
}/* ========================================= */
/* SECTION : HISTOIRE FONDATEUR (J.P MIGNOT) */
/* ========================================= */
.founder-section {
    padding: 80px 20px;
    background-color: #fff;
}

.founder-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.founder-visual {
    flex: 1;
    position: relative;
}

/* Cadre photo stylisé */
.founder-visual img {
    width: 100%;
    max-width: 450px;
    border-radius: 4px;
    box-shadow: 20px 20px 0px var(--blue); /* Effet graphique */
    display: block;
    margin: 0 auto;
}

.founder-content {
    flex: 1.2;
}

.founder-role {
    font-family: 'Syne', sans-serif;
    color: #888;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.founder-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    color: var(--navy);
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.founder-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
}

.clubs-bar {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 20px;
}
.clubs-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--blue);
    text-transform: uppercase;
}
.club-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    color: #ccc;
    font-weight: 700;
    text-transform: uppercase;
}
.club-name.active { color: var(--navy); } /* Pour mettre en valeur */

/* ========================================= */
/* CORRECTION : BANDEAU "UN PROJET ?" (f-top) */
/* ========================================= */
.f-top {
    background-color: var(--navy); /* Fond sombre */
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f-cta h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    color: white;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 40px;
}

.f-btn-big {
    display: inline-block;
    background-color: white;
    color: var(--navy);
    padding: 18px 50px;
    border-radius: 50px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.f-btn-big:hover {
    background-color: var(--blue);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 78, 162, 0.4);
}

/* Mobile */
@media (max-width: 1024px) {
    .founder-container { flex-direction: column; text-align: center; }
    .founder-visual img { box-shadow: 10px 10px 0px var(--blue); width: 80%; }
    .clubs-bar { justify-content: center; flex-wrap: wrap; }
    .f-cta h2 { font-size: 2rem; }
}/* ========================================= */
/* NOUVEAUX STYLES : PAGE QUI SOMMES-NOUS    */
/* ========================================= */

/* --- SECTION FONDATEUR (Jean-Pascal Mignot) --- */
.founder-section {
    padding: 100px 20px;
    background-color: #fff;
}

.founder-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.founder-visual {
    flex: 1;
    position: relative;
}

/* Cadre photo stylisé avec ombre portée bleue */
.founder-visual img {
    width: 100%;
    max-width: 480px;
    border-radius: 4px;
    box-shadow: 25px 25px 0px var(--blue); /* Effet graphique signature */
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
}
.founder-visual img:hover {
    transform: translate(-5px, -5px);
    box-shadow: 30px 30px 0px var(--blue);
}

.founder-content {
    flex: 1.2;
}

.founder-role {
    font-family: 'Syne', sans-serif;
    color: #888;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}

.founder-title {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    color: var(--navy);
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: none; /* Pas de majuscules forcées */
}
.founder-title span { color: var(--blue); }

.founder-text {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Barre des logos de clubs */
.career-logos {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.cl-label {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 15px;
    white-space: nowrap;
}

.club-logo {
    height: 60px; /* Taille harmonisée */
    width: auto;
    filter: grayscale(100%); /* Noir et blanc élégant par défaut */
    opacity: 0.7;
    transition: all 0.3s ease;
}

.club-logo:hover {
    filter: grayscale(0%); /* Couleur au survol */
    opacity: 1;
    transform: scale(1.1);
}

/* --- BANDEAU CTA DU BAS (CORRECTION) --- */
.f-top {
    background-color: var(--navy); /* Fond Bleu Nuit */
    padding: 100px 20px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f-cta h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    color: white;
    text-transform: none; /* Sentence case */
    line-height: 1.1;
    margin-bottom: 40px;
}

/* --- CORRECTION FINALE BOUTON (Style Accueil) --- */
.f-btn-big {
    display: inline-block;
    background-color: white;
    color: var(--navy);
    padding: 16px 45px;      /* Taille équilibrée */
    border-radius: 50px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;        /* Gras mais pas trop (800 c'était trop) */
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9rem;       /* Taille de police maîtrisée */
    letter-spacing: 1px;     /* Espacement pour l'élégance */
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15); /* Ombre douce */
    border: 2px solid transparent; /* Prêt pour effet bordure */
}

.f-btn-big:hover {
    background-color: var(--blue);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 78, 162, 0.4);
    border-color: var(--blue);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .founder-container { flex-direction: column; text-align: center; gap: 40px; }
    .founder-visual img { box-shadow: 15px 15px 0px var(--blue); width: 90%; }
    .founder-content { text-align: left; }
    .career-logos { flex-wrap: wrap; justify-content: center; gap: 25px; }
    .f-cta h2 { font-size: 2.2rem; }
    .club-logo { height: 45px; }
}/* ========================================= */
/* CORRECTION TITRES SECTEURS (Location...)  */
/* ========================================= */
.ic-content .ic-title {
    /* Permet de couper le mot proprement si besoin */
    overflow-wrap: break-word; 
    word-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    /* Ajustement de la taille pour éviter que ça déborde */
    font-size: 1.5rem !important; 
    line-height: 1.2 !important;
}

/* Sur mobile, on réduit encore un peu si nécessaire */
@media (max-width: 400px) {
    .ic-content .ic-title {
        font-size: 1.3rem !important;
    }
}
