/* ================================================================= */
/* CABINET DSV - STYLE GLOBAL ET COMPOSANTS (V1.0 - 2026)            */
/* ================================================================= */

/* --- 1. VARIABLES & RESET --- */
:root {
    --col-terra: #cf8464;
    --col-beige: #dbc8b0;
    --col-bg: #FDFBF7;
    --col-text: #1A1A1A;
    --font-title: 'Tenor Sans', sans-serif;
    --font-serif: 'Playfair Display', serif;
    --font-body: 'Mulish', sans-serif;
    --pad-x: 8vw;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background-color: var(--col-bg);
    color: var(--col-text);
    font-family: var(--font-body);
    overflow-x: hidden;
    line-height: 1.6;
}

a { text-decoration: none; color: inherit; transition: 0.3s; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

/* --- 2. TYPOGRAPHIE GLOBALE --- */
h1, h2, h3 { 
    font-family: var(--font-title); 
    color: var(--col-terra); 
    text-transform: uppercase; 
    line-height: 1.2; 
    word-wrap: break-word; 
}
p, li { 
    font-family: var(--font-body); 
    font-size: 1rem; 
    color: #333; 
}

/* --- 3. HEADER & MENU --- */
header { 
    position: fixed; top: 0; left: 0; width: 100%; padding: 1rem var(--pad-x); 
    display: flex; justify-content: space-between; align-items: center; 
    gap: 3vw; /* LA BARRIÈRE DE SÉCURITÉ AJOUTÉE ICI */
    z-index: 1000; background-color: var(--col-terra); box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}
.logo-container a { display: flex; flex-direction: column; align-items: flex-start; }
.logo-container a span { color: #ffffff !important; }
.logo-top { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }
.logo-sub { font-family: var(--font-body); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 2px; white-space: nowrap; }

nav ul { display: flex; gap: 2.5rem; align-items: center; }
.nav-link { font-family: var(--font-title); color: white; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; position: relative; white-space: nowrap; }
.nav-link::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 1px; background: white; transition: width 0.3s; }
.nav-link:hover::after { width: 100%; }

.dropdown { position: relative; }
.dropdown-content { 
    display: none; position: absolute; top: 100%; left: 0; 
    background-color: var(--col-bg); min-width: 250px; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1); z-index: 1001; padding: 10px 0; border-radius: 2px; 
}
.dropdown-content li { border-bottom: 1px solid rgba(0,0,0,0.05); }
.dropdown-content li:last-child { border-bottom: none; }
.dropdown-content a { color: var(--col-text); padding: 12px 20px; display: block; font-family: var(--font-body); font-size: 0.95rem; transition: 0.3s background-color, 0.3s color; }
.dropdown-content a:hover { background-color: var(--col-terra); color: white; }
.dropdown:hover .dropdown-content { display: block; }

.nav-cta { border: 1px solid white; padding: 8px 15px; border-radius: 2px; white-space: nowrap; }
.nav-cta:hover { background: white; color: var(--col-terra); }
.nav-cta::after { display: none; }
.menu-toggle { display: none; color: white; font-size: 1.5rem; cursor: pointer; }

/* --- 4. HERO BANNER --- */
@keyframes slowZoom { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }
.hero-custom { position: relative; height: 50vh; min-height: 400px; width: 100%; overflow: hidden; margin-top: 70px; }
.hero-custom.home-hero { height: 90vh; } /* Spécifique page d'accueil */
.hero-custom .hero-bg { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    background-color: var(--col-beige); background-image: url('./banniere-desktop-accueil.jpg'); 
    background-size: cover; background-position: center; z-index: 1; 
    animation: slowZoom 30s infinite alternate ease-in-out;
}
.hero-layout { position: relative; z-index: 3; width: 100%; height: 100%; padding: 0 var(--pad-x); display: flex; justify-content: flex-start; align-items: center; }
.hero-layout.bottom-align { align-items: flex-end; padding-bottom: 8vh; } /* Pour pages Mentions/Contact */

.content-left { 
    display: flex; flex-direction: column; justify-content: center; align-items: flex-start; 
    background: rgba(253, 251, 247, 0.90); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); 
    padding: 40px; max-width: 600px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); border: 1px solid rgba(255,255,255,0.8); 
}
.home-hero .content-left { margin-top: auto; margin-bottom: 10vh; }
.main-title { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.1; margin-bottom: 15px; text-align: left; text-shadow: 0 0 20px rgba(255, 255, 255, 1); text-transform: uppercase; }
.main-title { 
    font-family: var(--font-title) !important;
    text-transform: uppercase !important;
    font-size: clamp(1.5rem, 3vw, 2rem); 
    line-height: 1.1; 
    margin-bottom: 15px; 
    text-align: left; 
    text-shadow: 0 0 20px rgba(255, 255, 255, 1); 
}
.separator-line { width: 80px; height: 3px; background-color: #cf8464; margin-bottom: 0; }
.sub-title { font-family: 'Tenor Sans', sans-serif; color: #cf8464; font-size: 1.1rem; margin-bottom: 30px; font-weight: 400; text-transform: none; }
.cta-link { font-family: 'Tenor Sans', sans-serif; font-size: 1.1rem; color: #cf8464; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid #cf8464; padding-bottom: 5px; transition: 0.3s; }
.cta-link:hover { color: #1A1A1A; border-color: #1A1A1A; }

/* --- 5. GRILLES & CONTENEURS (Pages de contenu) --- */
.content-page { padding: 5rem var(--pad-x); max-width: 1200px; margin: 0 auto; background-color: var(--col-bg); }
.section-wrapper { padding: 8rem var(--pad-x); }
.grid-layout, .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }

/* --- 6. ÉLÉMENTS DE DESIGN COMMUNS --- */
.expert-article h2 { font-size: 1.8rem; margin-top: 4rem; margin-bottom: 1.5rem; border-bottom: 1px solid rgba(207, 132, 100, 0.3); padding-bottom: 10px; }
.expert-article h3 { 
    font-family: var(--font-title); 
    font-size: 1.4rem; 
    color: var(--col-terra); 
    margin-top: 2rem; 
    margin-bottom: 1.2rem; 
    text-transform: uppercase; 
    letter-spacing: 1px;
}
.highlight-box h3 { margin-top: 0; } /* Supprime la marge au-dessus du titre dans la boîte blanche */
.expert-article p { margin-bottom: 1.5rem; text-align: justify; font-size: 1.1rem; }
.expert-article ul { margin-bottom: 2rem; padding-left: 20px; }
.expert-article li { margin-bottom: 10px; position: relative; font-size: 1.05rem; }
.expert-article li::before { content: '•'; color: var(--col-terra); position: absolute; left: -15px; font-weight: bold; }

.highlight-box { background-color: white; border-left: 4px solid var(--col-terra); padding: 30px; margin: 2rem 0; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
/* Forcer le style des questions de la FAQ */
.highlight-box h3 { 
    font-family: var(--font-title) !important;
    font-size: 1.35rem !important; 
    color: var(--col-terra) !important; 
    margin-top: 0 !important; 
    margin-bottom: 15px !important; 
    line-height: 1.4 !important;
    text-transform: none !important; /* Garde la lisibilité sur les questions longues */
}
.luxury-subtitle { font-family: 'Mulish', sans-serif; color: #333; font-size: 1.1rem; font-style: italic; margin-bottom: 3rem; border-left: 3px solid #cf8464; padding-left: 15px; line-height: 1.8; }

/* Images & Effets */
.img-container img, .img-col img { width: 100%; height: auto; border-radius: 2px; box-shadow: 15px 15px 0px rgba(207, 132, 100, 0.2); transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s ease; }
.img-container:hover img, .img-col:hover img { transform: scale(1.02); box-shadow: 25px 25px 0px rgba(207, 132, 100, 0.3); }
.img-col { position: relative; height: 650px; overflow: hidden; box-shadow: 20px 20px 0px rgba(207, 132, 100, 0.2); }
.responsive-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* --- 7. COMPOSANTS SPÉCIFIQUES --- */

/* Accueil (Bio & Listes) */
.bio-title { font-size: 2.2rem; margin-bottom: 2rem; letter-spacing: 1px; }
.bio-content p { font-size: 1.05rem; line-height: 1.9; margin-bottom: 1.5rem; text-align: justify; }
.editorial-list { list-style: none; padding: 0; margin: 0; }
.editorial-list li { padding: 20px 0; border-bottom: 1px solid rgba(0,0,0,0.1); display: flex; align-items: center; }
.editorial-list li::before { display: none; } /* Enlève la puce héritée */
.editorial-list li:last-child { border-bottom: none; }
.list-item-text { font-family: 'Tenor Sans', sans-serif; font-size: 1.05rem; color: #1A1A1A; text-transform: uppercase; letter-spacing: 1px; }

/* Légal */
.legal-section { margin-bottom: 3rem; background: white; padding: 40px; border-radius: 4px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); border-top: 3px solid var(--col-terra);}
.legal-section h2 { font-size: 1.4rem; color: var(--col-terra); margin-bottom: 1.5rem; border-bottom: 1px solid rgba(207, 132, 100, 0.2); padding-bottom: 10px; }

/* Ingénierie (Cercle & Card) */
.audit-card-container { display: flex; justify-content: center; margin: 4rem 0; }
.audit-card { background: white; padding: 40px; border-radius: 6px; text-align: center; border-top: 4px solid var(--col-terra); box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; max-width: 350px; width: 100%; display: block; }
.audit-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.audit-card i { font-size: 2.5rem; color: var(--col-terra); margin-bottom: 20px; }
.audit-card h4 { font-family: var(--font-title); font-size: 1.5rem; margin-bottom: 10px; color: var(--col-text); text-transform: uppercase;}
.audit-card span { font-family: var(--font-body); color: var(--col-terra); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; }

.circular-process-container { text-align: center; margin-top: 4rem; margin-bottom: 6rem; }
.circular-process-title-wrapper { position: relative; text-align: center; margin-bottom: 9rem; }
.circular-process-title-wrapper::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background-color: rgba(207, 132, 100, 0.3); z-index: 1; }
.circular-process-title-wrapper h2 { font-size: 2rem; padding: 0 20px; background-color: var(--col-bg); display: inline-block; position: relative; z-index: 2; letter-spacing: 2px; }
.circular-diagram { position: relative; width: 450px; height: 450px; margin: 0 auto; border-radius: 50%; border: 2px dashed rgba(207, 132, 100, 0.4); }
.central-hub { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 130px; height: 130px; background-color: var(--col-bg); border-radius: 50%; z-index: 10; display: flex; justify-content: center; align-items: center; border: 1px solid rgba(207, 132, 100, 0.2); box-shadow: 0 5px 20px rgba(0,0,0,0.03); }
.central-hub span { font-family: var(--font-serif); font-size: 3.5rem; color: var(--col-terra); font-style: italic; }
.process-step { position: absolute; width: 170px; height: 170px; background-color: white; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,0.06); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 15px; transition: transform 0.3s ease; z-index: 5; }
.process-step:hover { box-shadow: 0 15px 40px rgba(207, 132, 100, 0.15); }
.process-step[data-step="1"] { top: 0; left: 50%; transform: translate(-50%, -50%); }
.process-step[data-step="2"] { top: 50%; left: 100%; transform: translate(-50%, -50%); }
.process-step[data-step="3"] { top: 100%; left: 50%; transform: translate(-50%, -50%); }
.process-step[data-step="4"] { top: 50%; left: 0; transform: translate(-50%, -50%); }
.process-step[data-step="1"]:hover, .process-step[data-step="2"]:hover, .process-step[data-step="3"]:hover, .process-step[data-step="4"]:hover { transform: translate(-50%, -50%) scale(1.05); }
.process-step i { position: relative; z-index: 2; font-size: 2.2rem; color: var(--col-terra); margin-bottom: 10px; }
.step-label { position: relative; z-index: 2; font-family: var(--font-body); font-size: 0.8rem; color: var(--col-text); text-transform: uppercase; font-weight: 600; }

/* Audit (Timeline) */
.timeline { position: relative; max-width: 1000px; margin: 0 auto; padding: 40px 0; }
.timeline::after { content: ''; position: absolute; width: 4px; background-color: rgba(207, 132, 100, 0.3); top: 0; bottom: 0; left: 50%; margin-left: -2px; border-radius: 2px; }
.timeline-item { padding: 10px 40px; position: relative; width: 50%; }
.timeline-item.left { left: 0; }
.timeline-item.right { left: 50%; }
.timeline-item::after { content: attr(data-step); position: absolute; width: 50px; height: 50px; right: -25px; background-color: white; border: 4px solid var(--col-terra); top: 20px; border-radius: 50%; z-index: 1; display: flex; justify-content: center; align-items: center; font-family: var(--font-title); font-size: 1.5rem; color: var(--col-terra); transition: all 0.3s ease; }
.timeline-item.right::after { left: -25px; }
.timeline-content { padding: 30px; background-color: white; position: relative; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-top: 4px solid var(--col-terra); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.timeline-item:hover .timeline-content { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.timeline-item:hover::after { background-color: var(--col-terra); color: white; transform: scale(1.1); }
.timeline-content h3 { font-family: var(--font-body); font-size: 1.15rem; color: var(--col-text); text-transform: none; font-weight: 600; line-height: 1.5; margin: 0; }

/* Contact (Calendly & Cards) */
.booking-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; }
.booking-info h2 { font-size: 1.8rem; margin-bottom: 1.5rem; }
.booking-info > p { font-size: 1.1rem; margin-bottom: 2.5rem; }
.steps-container { margin-bottom: 3rem; }
.step-item { display: flex; align-items: flex-start; margin-bottom: 1.5rem; }
.step-icon { min-width: 40px; height: 40px; border-radius: 50%; background-color: var(--col-terra); color: white; display: flex; justify-content: center; align-items: center; font-family: var(--font-title); font-size: 1.2rem; margin-right: 20px; }
.step-text h4 { font-family: var(--font-body); color: var(--col-text); font-size: 1.1rem; font-weight: 600; margin-bottom: 5px; text-transform: none; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.contact-card { background: white; padding: 25px 20px; border-radius: 4px; text-align: center; border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: transform 0.3s ease; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.contact-card i { font-size: 2rem; color: var(--col-terra); margin-bottom: 15px; }
.contact-card h4 { font-size: 1rem; margin-bottom: 10px; color: #1A1A1A; }
.contact-card a { color: var(--col-terra); font-weight: 600; font-size: 1.1rem; }
.calendly-wrapper { background: white; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); overflow: hidden; border: 1px solid rgba(0,0,0,0.05); height: 700px; position: relative; }

/* --- 8. FOOTER --- */
footer { background-color: #cf8464; color: #ffffff; padding: 5rem var(--pad-x) 2rem; font-family: 'Mulish', sans-serif; }
footer p, footer li, footer a { color: #ffffff; }
.footer-container { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 4rem; align-items: start; }
.footer-col h4 { font-family: 'Tenor Sans', sans-serif; font-size: 1.1rem; text-transform: uppercase; margin-bottom: 1.5rem; color: #ffffff; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 4rem; font-style: italic; line-height: 1; margin-bottom: 1rem; }
.footer-slogan { font-size: 1.05rem; opacity: 0.9; margin-bottom: 2rem; color: #ffffff !important; }
.footer-socials a, .footer-links a { color: white; transition: 0.3s; }
.footer-socials a:hover, .footer-links a:hover { opacity: 0.7; }
.footer-links li { margin-bottom: 0.8rem; }
.contact-col { text-align: right; }
.footer-btn { display: inline-block; border: 1px solid white; padding: 12px 30px; color: white; text-transform: uppercase; font-family: 'Tenor Sans', sans-serif; margin-bottom: 2rem; transition: 0.3s; }
.footer-btn:hover { background-color: white; color: #cf8464; }
.contact-info li { margin-bottom: 10px; list-style: none; }
.contact-phone { color: #ffffff; font-family: 'Tenor Sans', sans-serif; font-size: 1.4rem; display: block; margin-bottom: 5px; }
.contact-details { font-size: 0.95rem; margin-top: 15px; color: #ffffff !important; }
.footer-bottom { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.3); display: flex; justify-content: center; gap: 2rem; font-size: 0.8rem; text-transform: uppercase; }

/* --- ADAPTATION POUR ÉCRANS INTERMÉDIAIRES (Mac 13" / iPad Pro) --- */
@media (max-width: 1200px) and (min-width: 901px) {
    nav ul { 
        gap: 1.2rem; /* On réduit l'espace massif de 2.5rem entre les mots */
    }
    
    .nav-link { 
        font-size: 0.8rem; /* On diminue la police d'un chouïa */
    }

    .logo-top { 
        font-size: 1.1rem; /* On adapte la taille du logo pour faire de la place */
    }
    
    .nav-cta { 
        padding: 8px 10px; 
        font-size: 0.8rem;
    }
}

/* --- ADAPTATION ÉCRANS MOYENS (PC Portables 13 pouces / Tablettes) --- */
@media (max-width: 1350px) and (min-width: 1101px) {
    :root { 
        --pad-x: 3vw; /* On diminue fortement l'espace vide sur les côtés pour faire rentrer le bouton */
    }
    header {
        gap: 1.5vw; /* On réduit un peu la zone tampon centrale */
    }
    nav ul {
        gap: 1.2rem; /* On serre un peu plus les onglets entre eux */
    }
    .nav-link {
        font-size: 0.8rem; /* On diminue la police d'un chouïa */
    }
    .nav-cta {
        padding: 8px 12px; /* On affine le bouton */
    }
}

/* ================================================================= */
/* 📱 9. RESPONSIVE MOBILE (TOUTES PAGES FUSIONNÉES)                 */
/* ================================================================= */

.sticky-cta-mobile { display: none; } /* Caché sur PC */

@media (max-width: 900px) {
    :root { --pad-x: 5%; }
    
/* Header & Menu */
    header { flex-direction: row; justify-content: space-between; padding: 15px 5%; }
    .logo-container { align-items: flex-start; }
    .menu-toggle { display: block; } 
    .nav-menu { display: none; width: 100%; position: absolute; top: 100%; left: 0; background-color: var(--col-terra); padding: 10px 5% 30px 5%; box-shadow: 0 10px 15px rgba(0,0,0,0.1); border-top: 1px solid rgba(255,255,255,0.1); }
    .nav-menu.active { display: block; z-index: 1000;} 
    nav ul { flex-direction: column; align-items: stretch; width: 100%; gap: 0;}
    nav ul li { width: 100%; } 
    .nav-link { display: block; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.2); text-align: left; }
    .nav-menu .nav-cta { padding: 15px; margin-top: 25px; text-align: center; border: 1px solid white; border-radius: 4px; }
    .dropdown-content { position: static; display: none; background-color: transparent; box-shadow: none; padding-left: 20px; }
    .dropdown.active .dropdown-content { display: block; }
    .dropdown-content a { color: white; padding: 10px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); }
    
    /* Hero Banner */
    .hero-custom, .hero-custom.home-hero { height: 40vh; min-height: 300px; }
    .hero-layout, .hero-layout.bottom-align { padding: 20px 5%; align-items: flex-end; justify-content: center; padding-bottom: 20px; }
    .content-left, .home-hero .content-left { width: 95%; padding: 20px 15px; text-align: center; margin-bottom: 0px; align-items: center; }
.main-title { font-size: 1.3rem; text-align: center; margin-bottom: 10px; font-family: var(--font-title) !important; text-transform: uppercase !important; }
    .separator-line { margin: 10px auto 15px; }
    .sub-title { font-size: 0.95rem; margin-bottom: 0; }
    
/* Grilles et Sections */
    .content-page, .section-wrapper { padding: 3rem 5%; }
    .grid-layout, .grid-2 { grid-template-columns: 1fr; gap: 2rem; }
    
    /* Réduction de la taille des 3 images sur mobile */
    .img-container img { max-height: 300px; width: 100%; object-fit: cover; }
    .img-col { height: 220px; order: -1; }
    
    /* Textes */
    .bio-title, .circular-process-title-wrapper h2 { font-size: 1.5rem; }
    .expert-article h2, .text-container h2, .section-text h2, .booking-info h2 { font-size: 1.4rem; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.3; }
    .expert-article h3 { font-size: 1.15rem; margin-top: 1.5rem; margin-bottom: 1rem; }
    .highlight-box h3 { margin-top: 0; }
    .expert-article p, .bio-content p, .booking-info > p { font-size: 0.95rem; text-align: left; }
    .luxury-subtitle { font-size: 0.95rem; margin-bottom: 1.5rem; }
    .highlight-box, .legal-section { padding: 20px; margin: 1.5rem 0; }
.highlight-box h3 { font-size: 1.15rem !important; margin-bottom: 12px !important; }
    
/* Listes d'expertises : Réduction de l'effet massif en mobile */
    .editorial-list li { padding: 10px 0; }
    .list-item-text { font-size: 0.75rem; letter-spacing: 0.5px; line-height: 1.4; }

    /* Composants Spécifiques */
    .circular-process-title-wrapper { margin-bottom: 4rem; }
    .circular-diagram { width: 100%; height: auto; margin: 2rem 0; border: none; display: flex; flex-direction: column; gap: 1.5rem; }
    .central-hub { display: none; }
    .process-step { position: relative; top: auto !important; left: auto !important; transform: none !important; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); padding: 25px; flex-direction: row; align-items: center; text-align: left; justify-content: flex-start; }
    .process-step:hover { transform: translateY(-3px) !important; }
    .process-step i { margin-bottom: 0; margin-right: 20px; font-size: 2rem; }
    
    .timeline { padding: 20px 0; }
    .timeline::after { left: 31px; }
    .timeline-item { width: 100%; padding-left: 80px; padding-right: 0; margin-bottom: 30px;}
    .timeline-item.left, .timeline-item.right { left: 0; }
    .timeline-item::after, .timeline-item.right::after { left: 6px; top: 15px; width: 45px; height: 45px; font-size: 1.2rem;}
    .timeline-content { padding: 20px; }
    .timeline-content h3 { font-size: 1.05rem; }
    
/* Page Contact : Forcer sur 1 seule colonne */
    .booking-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .contact-cards { grid-template-columns: 1fr; gap: 1rem; }
    .calendly-wrapper { width: 100%; height: 650px; margin-top: 1rem; }

    /* Footer */
    footer { padding: 3rem 5% 1.5rem; }
    .footer-container { grid-template-columns: 1fr; text-align: center; gap: 1.5rem; }
    .footer-logo { font-size: 2.5rem; margin-bottom: 0.5rem; }
    .footer-col h4 { font-size: 1rem; margin-bottom: 0.5rem; }
    .contact-col { text-align: center; }
    .footer-bottom { flex-direction: column; align-items: center; gap: 5px; margin-top: 2rem; padding-top: 1.5rem; font-size: 0.7rem; }
    
    /* Bouton Sticky Mobile (CRO) */
    body { padding-bottom: 60px; } /* Laisse de la place pour le bouton */
    .sticky-cta-mobile { display: block; position: fixed; bottom: 0; left: 0; width: 100%; background-color: var(--col-terra); text-align: center; padding: 15px; z-index: 9999; box-shadow: 0 -4px 10px rgba(0,0,0,0.1); }
    .sticky-cta-mobile a { color: white; text-transform: uppercase; font-family: var(--font-title); letter-spacing: 1px; font-size: 1.1rem; display: block; width: 100%; font-weight: bold; }
}