:root {
    --background-color: #FDF5E6; /* Blanc cassé chaleureux */
    --background-dark: #120c08; /* Marron quasi-noir très profond */
    --background-night: #0a0510; /* Fond nuit/galaxie */
    --text-color: #412c22;
    --text-light: #fff;
    --primary-accent: #D4A373;
    --secondary-accent: #E7C8A0;
    --gold-accent: #D4A373; /* Or premium */
    --gold-hover: #E7C8A0; /* Or plus clair au survol */
    --font-family: 'Quicksand', sans-serif;
    --font-main: 'Josefin Sans', sans-serif;
}

/* Support des emojis et caractères spéciaux */
@font-face {
    font-family: 'EmojiFont';
    src: local('Apple Color Emoji'), local('Segoe UI Emoji'), local('Segoe UI Symbol'), local('Noto Color Emoji');
}

body {
    font-family: var(--font-main), 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji', sans-serif;
    background: var(--background-color);
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 100vh;
    position: relative;
    font-feature-settings: "liga" 1, "calt" 1, "kern" 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Background spécifique pour l'index - ÉCRASE le blanc cassé */
body.index-page {
    background: transparent !important;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

/* Supprimer les bords blancs sur l'index mais garder l'alignement du contenu */
body.index-page main,
body.index-page .hero-minimal {
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

/* Garder l'alignement centré du contenu principal */
body.index-page .hero-minimal-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 2rem !important;
}

/* FORCER l'élimination des bords blancs sur Netlify */
html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
}

body.index-page html {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Image de fond par défaut pour la plupart des pages (SAUF index) */
body:not(.index-page)::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to left, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.02) 100%), url('Photos/background-feuilles.jpg') center center/cover no-repeat;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
}

/* SYSTÈME CRÉATIF MOBILE - Page Headers avec backgrounds */
@media (max-width: 768px) {
    /* Espace pour le header créatif */
    main {
        padding-top: 120px;
        position: relative;
        z-index: 2;
    }
    
    /* Adaptation du header fixe */
    header {
        background: rgba(10, 5, 16, 0.98);
        backdrop-filter: blur(15px);
    }
    
    /* Sections optimisées mobile - Plus larges et mieux espacées */
    body:not(.index-page) section {
        margin: 1rem 0.5rem;
        padding: 2rem 1.2rem;
        border-radius: 15px;
    }
    
    /* Conteneurs principaux utilisent toute la largeur disponible */
    .container,
    .cta-container,
    .form-container,
    .collaboration-card {
        max-width: none !important;
        width: 100% !important;
    }
    
    /* Format cards avec marges pour éviter qu'elles collent aux bords */
    .format-card {
        max-width: none !important;
        margin: 0 0.5rem !important;
    }
    
    /* S'assurer que les sections sombres restent sombres sur mobile */
    body:not(.index-page) section:nth-of-type(even) {
        background: var(--background-dark) !important;
        color: var(--text-light) !important;
    }
    
    /* INDEX : sections complètement transparentes sans bords */
    body.index-page section,
    body.index-page .hero-minimal {
        background: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
        margin: 0 !important;
        box-shadow: none !important;
    }
}

/* Images spécifiques par page sur mobile */
@media (max-width: 768px) {
    /* Propriétés communes pour tous les backgrounds mobiles */
    body:not(.index-page)::before {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        z-index: -1 !important;
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        content: "" !important;
        display: block !important;
    }
    
    body.page-programme::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 70%, var(--background-color) 100%), url('Photos/background-feuilles-2.jpg') center/cover no-repeat !important;
    }
    
    body.page-ateliers::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 70%, var(--background-color) 100%), url('Photos/femmelibre.png') center/cover no-repeat !important;
    }
    
    body.page-apropos::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 70%, var(--background-color) 100%), url('Photos/background-femme-blur(1).png') center/cover no-repeat !important;
    }
    
    body.page-produits::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 70%, var(--background-color) 100%), url('Photos/photos-compilation.png') center/cover no-repeat !important;
    }
    
    body.page-tests::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 70%, var(--background-color) 100%), url('Photos/photos-compilation-2.png') center/cover no-repeat !important;
    }
    
    body.page-contact::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 70%, var(--background-color) 100%), url('Photos/neutral_elegant_minimalist_jewelry_logo_23.png') center/cover no-repeat !important;
    }
    
    body.page-collaborons::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.7) 70%, var(--background-color) 100%), url('Photos/design_sans_titre.png') center/cover no-repeat !important;
    }
}

/* Autres images de fond pour différentes pages - DESKTOP OPTIMISÉ */
@media (min-width: 769px) {
    body.page-programme::before {
        width: 42vw;
        min-width: 280px;
        max-width: 60vw;
        background: linear-gradient(to left, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.02) 100%), url('Photos/background-feuilles-2.jpg') right center/cover no-repeat;
    }

    body.page-ateliers::before {
        width: 42vw;
        min-width: 280px;
        max-width: 60vw;
        background: linear-gradient(to left, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.02) 100%), url('Photos/femmelibre.png') right center/cover no-repeat;
    }

    body.page-apropos::before {
        width: 42vw;
        min-width: 280px;
        max-width: 60vw;
        background: linear-gradient(to left, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.02) 100%), url('Photos/background-femme-blur(1).png') right center/cover no-repeat;
    }

    body.page-produits::before {
        width: 42vw;
        min-width: 280px;
        max-width: 60vw;
        background: linear-gradient(to left, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.02) 100%), url('Photos/photos-compilation.png') right center/cover no-repeat;
    }

    body.page-contact::before {
        width: 42vw;
        min-width: 280px;
        max-width: 60vw;
        background: linear-gradient(to left, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.02) 100%), url('Photos/neutral_elegant_minimalist_jewelry_logo_23.png') right center/cover no-repeat;
    }

    body.page-tests::before {
        width: 42vw;
        min-width: 280px;
        max-width: 60vw;
        background: linear-gradient(to left, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.02) 100%), url('Photos/photos-compilation-2.png') right center/cover no-repeat;
    }

    body.page-collaborons::before {
        width: 42vw;
        min-width: 280px;
        max-width: 60vw;
        background: linear-gradient(to left, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.02) 100%), url('Photos/design_sans_titre.png') right center/cover no-repeat;
    }
}

header, footer, main, section, nav {
    position: relative;
    z-index: 1;
}

header {
    padding: 1rem 2rem;
    background: rgba(10, 5, 16, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: none;
    transition: all 0.3s ease;
}

header.scrolled {
    background: rgba(10, 5, 16, 0.85);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(212, 163, 115, 0.1);
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

nav .logo img {
    height: 50px;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
}

/* Menu hamburger */
.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-toggle:hover span {
    background-color: var(--gold-hover);
    box-shadow: 0 0 8px rgba(212, 163, 115, 0.3);
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background-color: var(--gold-accent);
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Animation hamburger → X */
.nav-toggle.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav-toggle.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

.nav-menu li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-menu li a:hover {
    color: var(--gold-accent);
}

.nav-menu li a.active {
    color: var(--gold-accent);
    font-weight: 600;
}

main {
    padding: 100px 0 0 0;
    max-width: 100%;
    margin: 0 auto;
}

/* Exception pour l'index - pas de padding-top */
body.index-page main {
    padding-top: 0;
}

/* Page d'accueil ultra-minimaliste avec animations */
.hero-minimal {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: transparent;
    animation: fadeInUp 1.2s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation de pulsation pour le logo */
.logo-golden img {
    transition: all 0.3s ease;
    animation: gentle-pulse 3s ease-in-out infinite;
}

@keyframes gentle-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.logo-golden:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px rgba(212, 163, 115, 0.4));
}

.hero-minimal-content {
    text-align: center;
    max-width: 800px;
}

/* Index : contenu centré mais sans bords blancs */
body.index-page .hero-minimal-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    width: auto !important;
}

.logo-golden {
    margin-bottom: 2rem;
}

.logo-golden img {
    height: 96px;
}

.brand-title {
    font-family: 'Krub', sans-serif !important;
    font-size: 3rem;
    color: #bc9655;
    margin: 2rem 0 1rem 0;
    font-weight: 200;
    letter-spacing: 3px;
    text-align: center;
    text-shadow: none;
    filter: none;
    animation: fadeInScale 1.2s ease-out 0.4s both;
    text-transform: uppercase;
}

@keyframes goldShimmer {
    0%   { background-position: 0% 50%, 0 0, 0 0, 0 0; }
    50%  { background-position: 100% 50%, 18px 12px, -10px 8px, 8px -6px; }
    100% { background-position: 0% 50%, 0 0, 0 0, 0 0; }
}

.baseline {
    font-size: 1rem;
    color: #bc9655;
    margin-bottom: 3rem;
    font-weight: 400;
    font-style: italic;
}

.menu-compact {
    margin: 3rem 0;
    position: relative;
}

.menu-compact::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--gold-accent) 50%, transparent 100%);
}

.menu-compact ul {
    list-style: none;
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.menu-compact li {
    display: flex;
    align-items: center;
}

.menu-compact li:not(:last-child)::after {
    content: '|';
    color: var(--gold-accent);
    margin: 0 1.5rem;
    opacity: 0.6;
}

.menu-compact a {
    color: var(--gold-accent);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}

.menu-compact a::after {
    content: '\25BC';
    font-size: 0.6rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.menu-compact a:hover {
    color: var(--gold-hover);
    text-shadow: 0 0 8px rgba(212, 163, 115, 0.3);
}

.menu-compact a:hover::after {
    transform: rotate(180deg);
}

.tagline {
    font-size: 0.95rem;
    color: var(--text-light);
    margin: 3rem 0;
    opacity: 0.9;
    font-weight: 300;
    line-height: 1.6;
}

.cta-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--gold-accent);
    color: var(--background-night);
    padding: 0.9rem 2.25rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    animation: fadeInScale 1.5s ease-out 0.8s both;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.cta-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.cta-premium:hover::before {
    left: 100%;
}

.cta-premium:hover {
    background: var(--gold-hover);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(212, 163, 115, 0.5);
    border-color: var(--gold-hover);
}

/* Styles pour les autres pages */
section {
    min-height: auto;
    padding: 4rem 2.5rem;
    max-width: 900px;
    margin: 2rem auto;
    border-bottom: none;
    border-radius: 15px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.15);
    background: var(--background-color);
    color: var(--text-color);
    transition: all 0.6s ease;
    opacity: 0;
    transform: translateY(25px);
}

section.animate-in {
    opacity: 1;
    transform: translateY(0);
}

section:nth-of-type(even) {
    background: var(--background-dark);
    color: var(--text-light);
}

.support-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 2rem auto;
    display: block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.13);
}

.hero {
    background: none;
    color: var(--text-color);
    padding: 6rem 1rem 4rem 1rem;
    margin-bottom: 0;
}

/* Nouvelle section d'accueil */
.welcome-section {
    background: var(--background-dark);
    color: var(--text-light);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    margin-bottom: 2.5rem;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}

.welcome-content {
    text-align: center;
    max-width: 800px;
}

.logo-welcome {
    margin-bottom: 3rem;
}

.logo-welcome img {
    height: 120px;
    filter: brightness(1.2);
}

.welcome-section h1 {
    color: var(--primary-accent);
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.welcome-section .subtitle {
    font-size: 1rem;
    color: var(--secondary-accent);
    margin-bottom: 2rem;
    font-style: italic;
}

.welcome-message {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: var(--text-light);
    opacity: 0.9;
}

.welcome-section .cta-button {
    font-size: 0.9rem;
    padding: 1.08rem 2.7rem;
}

.hero h1 {
    color: var(--primary-accent);
    font-size: 2.4rem;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(78, 54, 41, 0.13);
}

.subtitle {
    font-size: 1rem;
    color: var(--secondary-accent);
    margin-bottom: 2rem;
}

.hero .intro-box, .hero .cta-box {
    background: rgba(255,255,255,0.45);
    color: var(--text-color);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    padding: 2rem 1.5rem;
    margin: 2rem auto;
    max-width: 600px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cta-box.closed {
    border-left: 5px solid var(--primary-accent);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--gold-accent);
    color: var(--background-night);
    padding: 0.9rem 1.8rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-size: 0.9rem;
}

.cta-button:hover {
    background: var(--gold-hover);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 163, 115, 0.4);
    border-color: var(--gold-hover);
}

h1, h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1rem;
}

#apropos p, #alunessens p {
    max-width: 700px;
    margin: 0 auto 2rem auto;
}

#alunessens ul {
    list-style: none;
    padding: 0;
    max-width: 500px;
    margin: 1rem auto;
    text-align: left;
}

#alunessens li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.image-compilation {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.image-compilation img {
    max-width: 48%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    object-fit: cover;
}

/* Quiz & Cards */
#quiz-container {
    margin-top: 2rem;
}

.question-card {
    background: rgba(253,245,230,0.97); /* Blanc cassé pour les cartes claires */
    padding: 2rem;
    border-radius: 14px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

section:nth-of-type(even) .question-card {
    background: rgba(45,27,18,0.97);
    color: var(--text-light);
}

.options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.option, .options label {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: left;
    background: transparent;
    font-size: 1.05rem;
}

.option:hover, .options label:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.option.selected, .options label.selected {
    background-color: var(--primary-accent);
    color: white;
    border-color: var(--primary-accent);
}

#quiz-results {
    background-color: #FDF5E6;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

section:nth-of-type(even) #quiz-results {
    background: var(--background-dark);
    color: var(--text-light);
}

footer {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(253,245,230,0.92);
    border-top: 1px solid rgba(78, 54, 41, 0.07);
    box-shadow: 0 -2px 12px rgba(0,0,0,0.03);
}

/* Footer spécifique pour l'index */
.footer-dark {
    background: var(--background-dark);
    border-top: 1px solid rgba(212, 163, 115, 0.3);
}

.footer-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-links a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--primary-accent);
}

.footer-links span {
    color: var(--secondary-accent);
    font-weight: 300;
}

/* Styles pour footer sombre (index uniquement) */
.footer-dark .footer-links a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-dark .footer-links a:hover {
    color: var(--gold-accent);
}

.footer-dark .footer-links span {
    color: var(--gold-accent);
    opacity: 0.6;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-links a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.3rem;
    transition: color 0.3s, transform 0.3s;
}

.social-links a:hover {
    color: var(--primary-accent);
    transform: scale(1.1);
}

/* Styles pour footer sombre (index uniquement) */
.footer-dark .social-links a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-dark .social-links a:hover {
    color: var(--gold-accent);
}

footer p {
    color: var(--text-color);
    opacity: 0.7;
    font-size: 0.9rem;
    margin-top: 1.5rem;
}

/* Styles pour footer sombre (index uniquement) */
.footer-dark p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(212, 163, 115, 0.2);
}

/* Background montagne pour l'index - OPTIMISÉ ET UNIFIÉ */
body.index-page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url('Photos/montagne.png') center/cover no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    filter: blur(0.5px) brightness(0.42);
    z-index: -10;
    pointer-events: none;
    /* Prévention des bords sur Chrome/Firefox */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* S'assurer qu'il n'y a pas d'autres backgrounds sur l'index */
body.index-page::after {
    display: none;
}

/* MOBILE - Index avec montagne optimisé */
@media (max-width: 768px) {
    body.index-page::before {
        background-attachment: scroll;
        background-size: cover !important;
        background-position: center center !important;
        /* Supprime le flou pour éviter le halo sur bords */
        filter: brightness(0.42) !important;
        /* Étend l'overlay hors écran pour gommer les bords clairs */
        top: -2px !important;
        left: -2px !important;
        right: -2px !important;
        bottom: -2px !important;
        width: auto !important;
        height: auto !important;
        /* Correction spécifique Chrome/Firefox mobile */
        -webkit-transform: translate3d(0, 0, 0) scale(1.02) !important;
        transform: translate3d(0, 0, 0) scale(1.02) !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* TÉLÉPHONES TRÈS ÉTROITS - Forcer tous les backgrounds */
@media (max-width: 480px) {
    /* Background montagne pour l'index - FORCER L'AFFICHAGE */
    body.index-page {
        position: relative !important;
        overflow-x: hidden !important;
    }

    body.index-page::before {
        /* Supprime le flou pour éviter le halo sur bords */
        filter: brightness(0.42) !important;
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
        /* Étend l'overlay hors écran pour gommer les bords clairs */
        left: -2px !important;
        right: -2px !important;
        top: -2px !important;
        bottom: -2px !important;
        width: auto !important;
        height: auto !important;
        /* Légère mise à l'échelle pour éviter toute frange résiduelle */
        -webkit-transform: translate3d(0, 0, 0) scale(1.02) !important;
        transform: translate3d(0, 0, 0) scale(1.02) !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Backgrounds pour les autres pages sur téléphones étroits */
    body:not(.index-page)::before {
        content: "" !important;
        display: block !important;
        position: fixed !important;
        background-attachment: scroll !important;
        height: 100vh !important;
        width: 100% !important;
        z-index: -1 !important;
    }
    
    /* Optimisation mobile pour l'index */
    body.index-page main {
        padding-top: 120px;
        position: relative;
        z-index: 1;
    }
    
    /* Padding ajusté pour les autres pages */
    body:not(.index-page) main {
        padding-top: 35vh;
    }
    
    /* Sections de l'index adaptées mobile */
    body.index-page .hero-minimal {
        min-height: 85vh;
        padding: 2rem 1.5rem;
        background: transparent !important;
        border-radius: 0;
        margin: 0;
        backdrop-filter: none;
        position: relative;
        z-index: 1;
    }
}

/* Section zones d'intervention avec carte interactive */
.map-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin: 3rem 0;
    align-items: flex-start;
}

.france-map {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

section:nth-of-type(even) .france-map {
    background: rgba(45,27,18,0.9);
}

.interactive-map {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.region-zone {
    transition: all 0.3s ease;
    cursor: pointer;
}

.region-zone:hover {
    opacity: 0.8;
    stroke-width: 3;
    filter: brightness(1.1);
}

.city-point {
    transition: all 0.3s ease;
}

.city-point:hover {
    r: 4;
    filter: brightness(1.2);
}

.city-label {
    font-family: var(--font-main);
    font-weight: 500;
    pointer-events: none;
}

section:nth-of-type(even) .city-label {
    fill: var(--text-light);
}

.region-info {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    min-height: 250px;
}

section:nth-of-type(even) .region-info {
    background: rgba(45,27,18,0.9);
    color: var(--text-light);
}

.region-details h3 {
    color: var(--primary-accent);
    margin-bottom: 1rem;
}

.region-details ul {
    list-style: none;
    padding: 0;
}

.region-details li {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(78, 54, 41, 0.1);
}

section:nth-of-type(even) .region-details li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.region-details li:last-child {
    border-bottom: none;
}

.intervention-note {
    background: rgba(212,163,115,0.1);
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 2rem;
    border-left: 4px solid var(--primary-accent);
    text-align: left;
}

section:nth-of-type(even) .intervention-note {
    background: rgba(45,27,18,0.7);
    color: var(--text-light);
}

/* Nouvelles classes pour les pages */
.active {
    color: var(--primary-accent) !important;
    font-weight: 600;
}

/* Grilles et listes pour les nouvelles pages */
.products-grid, .atelier-list, .event-list, .corporate-services, .collaboration-types, .corporate-collabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.product-item, .atelier-item, .event-item, .service-item, .collab-item, .corporate-item {
    background: rgba(255,255,255,0.8);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

section:nth-of-type(even) .product-item,
section:nth-of-type(even) .atelier-item,
section:nth-of-type(even) .event-item,
section:nth-of-type(even) .service-item,
section:nth-of-type(even) .collab-item,
section:nth-of-type(even) .corporate-item {
    background: rgba(45,27,18,0.9);
    color: var(--text-light);
}

.product-item:hover, .atelier-item:hover, .event-item:hover, .service-item:hover, .collab-item:hover, .corporate-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.product-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-accent);
    margin-bottom: 1rem;
}

.product-features ul, .atelier-item ul, .collab-item ul {
    text-align: left;
    margin: 1rem 0;
}

.product-item.premium {
    border: 2px solid var(--primary-accent);
    position: relative;
}

.product-item.premium::before {
    content: "✨ PREMIUM";
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--primary-accent);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Phases du programme */
.phase-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.phase-item {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 12px;
    border-left: 5px solid var(--primary-accent);
}

section:nth-of-type(even) .phase-item {
    background: rgba(45,27,18,0.9);
    color: var(--text-light);
}

.phase-result {
    margin-top: 1rem;
    font-style: italic;
    color: var(--primary-accent);
    font-weight: 500;
}

/* Méthode ALUNA */
.method-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin: 2rem 0;
}

.step {
    background: rgba(255,255,255,0.9);
    padding: 1.5rem;
    border-radius: 12px;
    max-width: 200px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

section:nth-of-type(even) .step {
    background: rgba(45,27,18,0.9);
    color: var(--text-light);
}

/* Ressources gratuites */
.free-resources {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.free-item {
    background: rgba(212,163,115,0.1);
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px dashed var(--primary-accent);
}

.cta-button.secondary {
    background: transparent;
    color: var(--primary-accent);
    border: 2px solid var(--primary-accent);
}

.cta-button.secondary:hover {
    background: var(--primary-accent);
    color: white;
}

/* Témoignages */
.testimonials, .partner-testimonials {
    margin: 2rem 0;
}

.testimonial-item {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    border-left: 4px solid var(--secondary-accent);
    font-style: italic;
}

section:nth-of-type(even) .testimonial-item {
    background: rgba(45,27,18,0.9);
    color: var(--text-light);
}

/* Processus de collaboration */
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.step-item {
    text-align: center;
    padding: 1.5rem;
}

.step-item h3 {
    color: var(--primary-accent);
    margin-bottom: 1rem;
}

/* Partenariats marques */
.brand-partnerships {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
}

.brand-criteria, .brand-offerings {
    background: rgba(255,255,255,0.9);
    padding: 2rem;
    border-radius: 12px;
}

section:nth-of-type(even) .brand-criteria,
section:nth-of-type(even) .brand-offerings {
    background: rgba(45,27,18,0.9);
    color: var(--text-light);
}

/* Items inclus */
.included-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.item-category {
    background: rgba(255,255,255,0.9);
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

section:nth-of-type(even) .item-category {
    background: rgba(45,27,18,0.9);
    color: var(--text-light);
}

.item-category h3 {
    color: var(--primary-accent);
    margin-bottom: 1rem;
}

/* CTA collaboration */
.collaboration-cta {
    text-align: center;
}

.contact-options {
    margin-top: 1rem;
}

.contact-note {
    margin-top: 1rem;
    font-size: 0.9rem;
    opacity: 0.8;
    font-style: italic;
}

/* Responsive */
@media (max-width: 900px) {
    body::before {
        width: 60vw;
        min-width: 180px;
    }
    section {
        padding: 3rem 0.5rem;
    }
    .hero {
        padding: 3rem 0.5rem 2rem 0.5rem;
    }
}

@media (max-width: 768px) {
    .products-grid, .atelier-list, .event-list, .corporate-services, .collaboration-types, .corporate-collabs, .included-items {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .phase-container {
        gap: 1.5rem;
    }
    
    .method-steps {
        flex-direction: column;
        align-items: center;
    }
    
    .step {
        max-width: 300px;
    }
    
    .brand-partnerships {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .welcome-section h1 {
        font-size: 2.5rem;
    }
    
    .logo-welcome img {
        height: 80px;
    }
}

@media (max-width: 1024px) {
    /* Menu Hamburger apparaît dès que l'écran devient trop étroit */
    .nav-toggle {
        display: flex;
        z-index: 1002;
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    
    /* Ajuster le nav pour accommoder le hamburger positionné */
    nav {
        position: relative;
        padding-right: 4rem;
    }
    
    /* Maintenir la position du hamburger quand actif */
    .nav-toggle.active {
        position: absolute;
        right: 2rem;
        top: 50%;
        transform: translateY(-50%);
    }
    
    /* Menu normal caché dès 1024px */
    .nav-menu {
        display: none;
    }
    
    /* Menu affiché quand actif */
    .nav-menu.active {
        display: flex !important;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background: var(--background-dark);
        width: 100%;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(212, 163, 115, 0.2);
        border-top: none;
        z-index: 999;
        gap: 0;
        padding: 2rem 0;
        border-bottom: 1px solid rgba(78, 54, 41, 0.1);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-menu li {
        margin: 1rem 0;
    }
    
    .nav-menu li a {
        font-size: 0.95rem;
        font-weight: 500;
        padding: 1rem;
        display: block;
        color: rgba(255, 255, 255, 0.9);
        transition: color 0.3s ease;
    }
    
    .nav-menu li a:hover {
        color: var(--gold-accent);
    }
    
    .nav-menu li a.active {
        color: var(--gold-accent);
        font-weight: 600;
    }
}

@media (max-width: 600px) {
    body::before {
        display: none;
    }
    section, #quiz-results {
        max-width: 100vw;
        padding: 1.5rem 0.8rem;
        margin: 0.8rem 0.3rem;
    }
    
    /* Question cards spécifiques pour TOUS les tests - priorité maximale */
    .test-section .question-card,
    .impact-test-section .question-card {
        max-width: calc(100vw - 1rem) !important;
        padding: 1.2rem !important;
        margin: 0.8rem auto !important;
        background: var(--background-dark) !important;
        color: var(--text-light) !important;
        border: 1px solid rgba(212, 163, 115, 0.2) !important;
        border-radius: 12px !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        display: block !important;
        width: calc(100vw - 2rem) !important;
    }
    
    /* Titres des questions optimisés pour mobile - TOUS les tests */
    .test-section .question-title,
    .impact-test-section .question-title {
        font-size: 0.95rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1.2rem !important;
        word-wrap: break-word !important;
        hyphens: auto !important;
    }
    
    /* Container des options ajusté - TOUS les tests */
    .test-section .options,
    .impact-test-section .options {
        gap: 0.8rem !important;
        margin-top: 1.2rem !important;
        text-align: left !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* S'assurer que les question-cards sont centrées - TOUS les tests */
    .test-section .test-form .question-card,
    .impact-test-section .impact-form .question-card {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left !important;
    }
    
    /* Logo index agrandi pour écrans 600px */
    .logo-golden img {
        height: 176px !important;
        width: auto !important;
        max-width: 88vw !important;
    }
    
    /* Titre brand pour 600px */
    .brand-title {
        font-family: 'Krub', sans-serif !important;
        font-size: 2.3rem !important;
        letter-spacing: 2.2px !important;
        margin: 1.6rem 0 0.9rem 0 !important;
    }
    .image-compilation img {
        max-width: 98vw;
    }
    
    .products-grid, .free-resources {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .welcome-section h1 {
        font-size: 2rem;
    }
    
    .welcome-message {
        font-size: 0.95rem;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-links span {
        display: none;
    }
    
    .map-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .france-map {
        order: 2;
        padding: 1rem;
    }
    
    .region-info {
        order: 1;
        min-height: auto;
    }
    
    /* Optimisations mobiles pour la carte */
    .interactive-map {
        max-height: 280px;
        width: 100%;
    }
    
    .city-label {
        font-size: 7px !important;
        font-weight: 600 !important;
    }
    
    .legend {
        display: none;
    }
    
    /* Touch-friendly zones pour mobile */
    .region-zone {
        stroke-width: 3;
    }
    
    .city-point {
        r: 5;
    }
    
    /* Info panel plus compact sur mobile */
    .region-info {
        padding: 1.5rem;
    }
    
    .region-details h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .region-details li {
        font-size: 0.9rem;
        padding: 0.2rem 0;
    }
}

/* Optimisation des textes pour mobile */
@media (max-width: 480px) {
    h1 {
        font-size: 1rem;
    }
    
    h2 {
        font-size: 1.4rem;
    }
    
    .welcome-section h1 {
        font-size: 1rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .hero .intro-box, .hero .cta-box {
        padding: 1.5rem 1rem;
    }
    
    .product-item, .atelier-item, .event-item {
        padding: 1.5rem;
    }
    
    .nav-menu li a {
        font-size: 1rem;
    }
    
    .phase-item, .testimonial-item {
        padding: 1.5rem;
    }
    
    main {
        padding: 0 1rem;
    }
    
    section {
        padding: 3rem 1.5rem;
    }
}

/* === STYLES PAGE À PROPOS === */

/* Section Vision */
.vision-section {
    background: var(--background-night);
    color: var(--text-light);
    padding: 6rem 2rem;
}

.vision-card {
    max-width: 800px;
    margin: 0 auto;
    background: var(--background-dark);
    padding: 4rem 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.4);
    text-align: center;
    border: 1px solid rgba(212, 163, 115, 0.2);
}

.vision-card h2 {
    color: var(--gold-accent);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

.vision-statement {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: var(--text-light);
}

.vision-subtitle {
    font-size: 0.95rem;
    color: var(--gold-hover);
    font-style: italic;
    opacity: 0.9;
}

/* Section besoins clients */
.clients-needs {
    background: var(--background-dark);
    color: var(--text-light);
}

.clients-needs h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 3rem;
    text-align: center;
}

.needs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.need-item {
    background: rgba(26, 15, 10, 0.8);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 163, 115, 0.1);
}

.need-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    border-color: rgba(212, 163, 115, 0.3);
}

.need-item i {
    font-size: 2.5rem;
    color: var(--gold-accent);
    margin-bottom: 1.5rem;
}

.need-item h3 {
    color: var(--gold-hover);
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.need-item p {
    color: var(--text-light);
    opacity: 0.9;
    line-height: 1.6;
}

/* Section différence */
.difference-section {
    background: var(--background-color);
    color: var(--text-color);
}

.difference-section h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 3rem;
    text-align: center;
}

.difference-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.difference-card {
    background: var(--background-color);
    padding: 2.5rem 1.8rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 8px 35px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 163, 115, 0.2);
}

.difference-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
}

.card-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.difference-card h3 {
    color: var(--gold-accent);
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.difference-card p {
    line-height: 1.7;
    color: var(--text-color);
}

/* Section fondatrice */
.founder-section {
    background: var(--background-dark);
    color: var(--text-light);
}

.founder-section h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 3rem;
    text-align: center;
}

.founder-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
    align-items: flex-start;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.founder-media {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.founder-image {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.future-video-placeholder {
    background: rgba(26, 15, 10, 0.8);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    border: 2px dashed var(--gold-accent);
    opacity: 0.7;
}

.future-video-placeholder i {
    font-size: 2rem;
    color: var(--gold-accent);
    margin-bottom: 1rem;
}

.founder-bio h3 {
    color: var(--gold-accent);
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.founder-title {
    color: var(--gold-hover);
    font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 2rem;
}

.founder-bio p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: var(--text-light);
}

/* Galerie de citations */
.quotes-gallery {
    margin-top: 4rem;
}

.quotes-gallery h3 {
    color: var(--gold-accent);
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

.quotes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.quote-card {
    background: rgba(26, 15, 10, 0.6);
    padding: 2.5rem 2rem;
    border-radius: 15px;
    border-left: 4px solid var(--gold-accent);
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.quote-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(0,0,0,0.3);
}

.quote-card blockquote {
    font-size: 0.95rem;
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 1rem 0;
    color: var(--text-light);
}

.quote-author {
    color: var(--gold-accent);
    font-weight: 500;
    text-align: right;
}

/* Section CTA */
.cta-section {
    background: var(--background-color);
    color: var(--text-color);
    text-align: center;
    padding: 4rem 2rem;
}

.cta-section h2 {
    color: var(--gold-accent);
    font-size: 2rem;
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button.secondary {
    background: transparent;
    color: var(--gold-accent);
    border: 2px solid var(--gold-accent);
}

.cta-button.secondary:hover {
    background: var(--gold-accent);
    color: var(--background-night);
}

/* Responsive pour page à propos */
@media (max-width: 768px) {
    .founder-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .founder-media {
        order: -1;
    }
    
    .needs-grid,
    .difference-cards,
    .quotes-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .vision-card {
        padding: 2.5rem 1.5rem;
    }
    
    .vision-card h2 {
        font-size: 2rem;
    }
    
    .vision-statement {
        font-size: 1rem;
    }
}

/* Amélioration pour très grands écrans */
@media (min-width: 1800px) {
    main {
        max-width: 1800px;
    }
    
    section {
        max-width: 1600px;
        padding: 6rem 3rem;
    }
    
    .map-container {
        gap: 4rem;
    }
    
    .welcome-content {
        max-width: 1000px;
    }
}

/* === STYLES PAGE CONTACT === */

/* Hero contact */
.hero-contact {
    background: var(--background-night);
    color: var(--text-light);
    padding: 6rem 2rem 4rem;
    text-align: center;
}

.contact-hero-content h1 {
    color: var(--gold-accent);
    font-size: 2.8rem;
    margin-bottom: 3rem;
    font-weight: 300;
}

.offer-highlight {
    max-width: 800px;
    margin: 0 auto;
    background: var(--background-dark);
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.4);
    border: 1px solid rgba(212, 163, 115, 0.3);
    display: flex;
    align-items: center;
    gap: 2rem;
}

.offer-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.4);
}

.offer-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.offer-content {
    text-align: left;
}

.offer-content h2 {
    color: var(--gold-accent);
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.offer-subtitle {
    color: var(--gold-hover);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.offer-content p {
    color: var(--text-light);
    line-height: 1.6;
    opacity: 0.9;
}

/* Section formulaire */
.contact-form-section {
    background: var(--background-dark);
    color: var(--text-light);
}

.contact-form-section h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.email-direct {
    background: rgba(26, 15, 10, 0.8);
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid var(--gold-accent);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.email-direct i {
    font-size: 1rem;
    color: var(--gold-accent);
    margin-top: 0.5rem;
}

.email-direct h3 {
    color: var(--gold-accent);
    margin-bottom: 0.5rem;
}

.email-direct a {
    color: var(--gold-hover);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 0.5rem;
}

.email-direct a:hover {
    text-decoration: underline;
}

.email-direct p {
    color: var(--text-light);
    opacity: 0.8;
    font-size: 0.9rem;
}

.contact-benefits {
    background: rgba(26, 15, 10, 0.6);
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid rgba(212, 163, 115, 0.2);
}

.contact-benefits h3 {
    color: var(--gold-accent);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.contact-benefits ul {
    list-style: none;
    padding: 0;
}

.contact-benefits li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--text-light);
}

.contact-benefits li i {
    color: var(--gold-accent);
    font-size: 1rem;
}

/* Formulaire */
.contact-form {
    background: rgba(26, 15, 10, 0.8);
    padding: 3rem;
    border-radius: 18px;
    border: 1px solid rgba(212, 163, 115, 0.2);
    box-shadow: 0 8px 35px rgba(0,0,0,0.3);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    color: var(--gold-accent);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(212, 163, 115, 0.3);
    border-radius: 8px;
    background: rgba(10, 5, 16, 0.8);
    color: var(--text-light);
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold-accent);
    background: rgba(10, 5, 16, 0.95);
    box-shadow: 0 0 15px rgba(212, 163, 115, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form .cta-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    padding: 1.08rem;
    margin-top: 1rem;
}

/* Zones d'intervention */
.intervention-zones {
    background: var(--background-color);
    color: var(--text-color);
}

.intervention-zones h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.zones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.zone-card {
    background: var(--background-color);
    padding: 3rem 2rem;
    border-radius: 18px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
}

.zone-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 45px rgba(0,0,0,0.15);
}

.zone-icon {
    width: 70px;
    height: 70px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
}

.zone-icon i {
    font-size: 1rem;
    color: var(--background-night);
}

.zone-card h3 {
    color: var(--gold-accent);
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.zone-subtitle {
    color: var(--gold-hover);
    text-align: center;
    font-style: italic;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.zone-details h4 {
    color: var(--text-color);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.zone-details ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.zone-details li {
    color: var(--text-color);
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.zone-details li::before {
    content: '•';
    color: var(--gold-accent);
    position: absolute;
    left: 0;
    font-weight: bold;
}

.cities-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.region h5 {
    color: var(--gold-accent);
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.zone-highlight {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(212, 163, 115, 0.1);
    padding: 1rem;
    border-radius: 8px;
    color: var(--gold-accent);
    font-weight: 500;
    margin-top: 1rem;
}

.zone-highlight i {
    font-size: 1rem;
}

/* CTA final */
.final-cta {
    background: var(--background-dark);
    color: var(--text-light);
    text-align: center;
    padding: 4rem 2rem;
}

.cta-content h2 {
    color: var(--gold-accent);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.cta-content > p {
    font-size: 0.95rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.cta-note {
    color: var(--gold-hover);
    font-style: italic;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cta-note i {
    color: var(--gold-accent);
}

/* Responsive page contact */
@media (max-width: 768px) {
    .offer-highlight {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
    }
    
    .offer-content {
        text-align: center;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .zones-grid {
        grid-template-columns: 1fr;
    }
    
    .cities-list {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .contact-form {
        padding: 2rem 1.5rem;
    }
    
    .email-direct {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-hero-content h1 {
        font-size: 1.8rem;
    }
}

/* === STYLES PAGE PROGRAMMES === */

/* Hero programmes */
.programs-hero {
    background: var(--background-night);
    color: var(--text-light);
    text-align: center;
    padding: 6rem 2rem 4rem;
}

.programs-hero h1 {
    color: var(--gold-accent);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.hero-subtitle {
    color: var(--gold-hover);
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-description {
    font-size: 0.95rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.8;
}

/* Section formats */
.programs-formats {
    background: var(--background-dark);
    color: var(--text-light);
}

.programs-formats h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.formats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1300px;
    margin: 0 auto;
}

/* Cartes formats */
.format-card {
    background: var(--background-dark);
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 8px 35px rgba(0,0,0,0.3);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.format-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.4);
    border-color: rgba(212, 163, 115, 0.4);
}

/* Carte premium */
.format-card.premium-card {
    background: var(--background-dark);
    border: 2px solid var(--gold-accent);
    position: relative;
    box-shadow: 0 12px 45px rgba(212, 163, 115, 0.2);
}

.premium-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--gold-accent);
    color: var(--background-night);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(212, 163, 115, 0.4);
}

.premium-badge i {
    font-size: 0.9rem;
}

/* En-tête de carte */
.format-header {
    text-align: center;
    margin-bottom: 2rem;
}

.format-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
    transition: all 0.3s ease;
}

.format-icon.premium {
    background: linear-gradient(135deg, var(--gold-accent) 0%, var(--gold-hover) 100%);
    box-shadow: 0 6px 25px rgba(212, 163, 115, 0.4);
}

.format-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.format-card:hover .format-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(212, 163, 115, 0.4);
}

.format-header h3 {
    color: var(--gold-accent);
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.format-subtitle {
    color: var(--gold-hover);
    font-style: italic;
    font-size: 1rem;
}

/* Contenu de carte */
.format-content {
    flex-grow: 1;
    margin-bottom: 2rem;
}

.format-duration {
    color: var(--gold-accent);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    text-align: center;
    background: rgba(212, 163, 115, 0.1);
    padding: 0.8rem;
    border-radius: 8px;
}

.format-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.format-content li {
    color: var(--text-light);
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.4;
}

.format-content li::before {
    content: '✓';
    color: var(--gold-accent);
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1rem;
}

.format-audience {
    background: rgba(26, 15, 10, 0.6);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid var(--gold-accent);
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.4;
}

.format-audience.premium {
    background: rgba(212, 163, 115, 0.1);
    border-left-color: var(--gold-hover);
}

.premium-guarantee {
    background: rgba(212, 163, 115, 0.15);
    color: var(--gold-accent);
    padding: 0.8rem;
    border-radius: 8px;
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.premium-guarantee i {
    color: var(--gold-accent);
}

/* CTA de carte */
.format-cta {
    margin-top: auto;
}

.format-cta .cta-button.premium {
    background: linear-gradient(135deg, var(--gold-accent) 0%, var(--gold-hover) 100%);
    box-shadow: 0 6px 25px rgba(212, 163, 115, 0.4);
    font-weight: 700;
}

.format-cta .cta-button.premium:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 35px rgba(212, 163, 115, 0.5);
}

/* Méthode ALUNA */
.aluna-method {
    background: var(--background-color);
    color: var(--text-color);
}

.aluna-method h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.method-intro {
    text-align: center;
    font-size: 0.95rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
    opacity: 0.9;
}

/* Timeline */
.timeline-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        var(--gold-accent) 0%, 
        var(--gold-hover) 25%, 
        var(--gold-accent) 50%, 
        var(--gold-hover) 75%, 
        var(--gold-accent) 100%);
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.3;
}

.timeline-item {
    flex: 1;
    min-width: 200px;
    position: relative;
    padding: 0 1rem;
    text-align: center;
}

.timeline-icon {
    width: 70px;
    height: 70px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-icon {
    transform: scale(1.15);
    box-shadow: 0 6px 30px rgba(212, 163, 115, 0.4);
}

.timeline-icon i {
    font-size: 1rem;
    color: var(--background-night);
}

.timeline-content {
    background: var(--background-color);
    padding: 2rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
    height: 100%;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.timeline-content h3 {
    color: var(--gold-accent);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.timeline-content .letter {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold-accent);
}

.timeline-content p {
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.timeline-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.timeline-skills span {
    background: rgba(212, 163, 115, 0.2);
    color: var(--gold-accent);
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Témoignages programmes */
.testimonials {
    background: var(--background-dark);
    color: var(--text-light);
}

.testimonials h2 {
    color: var(--gold-accent);
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.testimonial-card {
    background: rgba(26, 15, 10, 0.8);
    padding: 2rem;
    border-radius: 15px;
    border-left: 4px solid var(--gold-accent);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}

.testimonial-content p {
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--text-light);
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.testimonial-author strong {
    color: var(--gold-accent);
    font-size: 1rem;
}

.testimonial-author span {
    color: var(--gold-hover);
    font-size: 0.9rem;
    opacity: 0.8;
}

/* CTA final programmes */
.final-programs-cta {
    background: var(--background-color);
    color: var(--text-color);
    text-align: center;
    padding: 4rem 2rem;
}

.cta-container h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.cta-container > p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-note {
    color: var(--gold-hover);
    font-style: italic;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-size: 0.95rem;
}

.cta-note i {
    color: var(--gold-accent);
}

/* Responsive programmes */
@media (max-width: 1024px) {
    .timeline {
        flex-direction: column;
        gap: 2rem;
    }
    
    .timeline::before {
        top: 0;
        bottom: 0;
        left: 35px;
        right: auto;
        width: 3px;
        height: auto;
        background: linear-gradient(180deg, 
            var(--gold-accent) 0%, 
            var(--gold-hover) 25%, 
            var(--gold-accent) 50%, 
            var(--gold-hover) 75%, 
            var(--gold-accent) 100%);
        transform: none;
    }
    
    .timeline-item {
        padding-left: 6rem;
        text-align: left;
    }
    
    .timeline-icon {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .formats-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin: 0 0.5rem;
    }
    
    .programs-hero h1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .timeline-item {
        padding-left: 5rem;
    }
    
    .timeline::before {
        left: 25px;
    }
    
    .timeline-icon {
        width: 50px;
        height: 50px;
    }
    
    .timeline-icon i {
        font-size: 1rem;
    }
}

/* === STYLES PAGE ATELIERS & ÉVÉNEMENTS === */

/* Hero ateliers */
.workshops-hero {
    background: var(--background-night);
    color: var(--text-light);
    text-align: center;
    padding: 6rem 2rem 4rem;
}

.workshops-hero h1 {
    color: var(--gold-accent);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

/* Zones d'ateliers */
.workshops-zones {
    background: var(--background-dark);
    color: var(--text-light);
}

.workshops-zones h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.zones-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

/* Zone d'atelier */
.workshop-zone {
    background: var(--background-dark);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 45px rgba(0,0,0,0.3);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
}

/* Carte interactive des régions */
.interactive-map-container {
    margin-bottom: 3rem;
}

.map-header {
    text-align: center;
    margin-bottom: 2rem;
}

.map-header h4 {
    color: var(--gold-accent);
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.map-subtitle {
    color: var(--text-light);
    font-size: 0.9rem;
    opacity: 0.8;
    font-style: italic;
}

.map-wrapper {
    position: relative;
    background: rgba(26, 15, 10, 0.3);
    border-radius: 15px;
    padding: 1.5rem;
    border: 1px solid rgba(212, 163, 115, 0.2);
    margin-bottom: 2rem;
}

.interactive-map {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

/* Styles SVG */
.region-group {
    cursor: pointer;
    transition: all 0.3s ease;
}

.region-path {
    transition: all 0.3s ease;
    cursor: pointer;
}

.region-path:hover {
    fill: rgba(212, 163, 115, 0.4) !important;
    stroke-width: 3 !important;
    filter: url(#glow) !important;
}

.city-dot {
    transition: all 0.3s ease;
    cursor: pointer;
}

.city-dot:hover {
    r: 5;
    filter: url(#glow);
}

.region-label {
    pointer-events: none;
    transition: all 0.3s ease;
}

.region-group:hover .region-label {
    font-size: 14;
    filter: url(#glow);
}

/* Panneau d'informations */
.map-info-panel {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(26, 15, 10, 0.95);
    border: 1px solid var(--gold-accent);
    border-radius: 10px;
    padding: 1rem;
    min-width: 200px;
    max-width: 250px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
}

.map-info-panel.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.info-title {
    color: var(--gold-accent);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.info-description {
    color: var(--text-light);
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
}

/* Liste mobile des villes */
.cities-mobile-list {
    display: none;
}

.region-mobile {
    margin-bottom: 1.5rem;
}

.region-mobile h5 {
    color: var(--gold-accent);
    font-size: 1rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.region-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.region-mobile li {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.region-mobile li i {
    color: var(--gold-accent);
    font-size: 0.8rem;
}

.workshop-zone:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 60px rgba(0,0,0,0.4);
    border-color: rgba(212, 163, 115, 0.4);
}

.workshop-zone.online {
    background: linear-gradient(135deg, var(--background-dark) 0%, rgba(26, 15, 10, 0.95) 50%, rgba(212, 163, 115, 0.05) 100%);
}

/* En-tête de zone */
.zone-header {
    text-align: center;
    margin-bottom: 3rem;
}

.zone-icon {
    width: 100px;
    height: 100px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 6px 30px rgba(212, 163, 115, 0.4);
    transition: all 0.3s ease;
}

.workshop-zone:hover .zone-icon {
    transform: scale(1.1);
    box-shadow: 0 8px 40px rgba(212, 163, 115, 0.5);
}

.zone-icon i {
    font-size: 2.5rem;
    color: var(--background-night);
}

.zone-header h3 {
    color: var(--gold-accent);
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.zone-subtitle {
    color: var(--gold-hover);
    font-size: 1rem;
    font-style: italic;
}

/* Contenu de zone */
.zone-regions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.region-block h4 {
    color: var(--gold-accent);
    font-size: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cities {
    list-style: none;
    padding: 0;
}

.cities li {
    color: var(--text-light);
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    opacity: 0.9;
}

.cities i {
    color: var(--gold-accent);
    font-size: 0.9rem;
    width: 12px;
}

.online-coverage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.coverage-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.coverage-item i {
    color: var(--gold-accent);
    font-size: 1rem;
    margin-top: 0.3rem;
}

.coverage-item h4 {
    color: var(--gold-accent);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.coverage-item p {
    color: var(--text-light);
    opacity: 0.9;
    font-size: 0.95rem;
}

/* Types d'ateliers */
.workshop-types {
    margin-bottom: 2rem;
}

.workshop-types h4 {
    color: var(--gold-accent);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.workshop-formats {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.format-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(26, 15, 10, 0.6);
    padding: 1.2rem;
    border-radius: 10px;
    border-left: 3px solid var(--gold-accent);
}

.format-item i {
    color: var(--gold-accent);
    font-size: 0.95rem;
    margin-top: 0.2rem;
    min-width: 20px;
}

.format-item h5 {
    color: var(--gold-hover);
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

.format-item p {
    color: var(--text-light);
    opacity: 0.85;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Avantages de zone */
.zone-benefits {
    background: rgba(212, 163, 115, 0.15);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    color: var(--gold-accent);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.zone-benefits.online {
    background: rgba(212, 163, 115, 0.1);
}

.zone-benefits i {
    font-size: 1rem;
    color: var(--gold-accent);
}

/* Thématiques */
.workshop-themes {
    background: var(--background-color);
    color: var(--text-color);
}

.workshop-themes h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.theme-card {
    background: var(--background-color);
    padding: 2.5rem 2rem;
    border-radius: 18px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.theme-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.theme-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
    transition: all 0.3s ease;
}

.theme-card:hover .theme-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(212, 163, 115, 0.4);
}

.theme-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.theme-card h3 {
    color: var(--gold-accent);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.theme-card p {
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.theme-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.theme-card li {
    color: var(--text-color);
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
    position: relative;
    font-size: 0.9rem;
}

.theme-card li::before {
    content: '•';
    color: var(--gold-accent);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Section Facebook */
.facebook-section {
    background: var(--background-dark);
    color: var(--text-light);
}

.facebook-container {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(135deg, #1877f2 0%, #42a5f5 100%);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 50px rgba(0,0,0,0.3);
    text-align: center;
    border: 2px solid rgba(24, 119, 242, 0.3);
}

.facebook-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.facebook-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.facebook-icon i {
    font-size: 2rem;
    color: white;
}

.facebook-text {
    text-align: left;
}

.facebook-text h3 {
    color: white;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.facebook-text p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 1rem;
}

.facebook-button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: white;
    color: #1877f2;
    padding: 0.9rem 1.8rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.facebook-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.3);
    background: rgba(255, 255, 255, 0.95);
}

.facebook-button i:first-child {
    font-size: 1rem;
}

.facebook-button i:last-child {
    font-size: 0.9rem;
    opacity: 0.7;
}

/* Rappel programmes */
.programs-reminder {
    background: var(--background-color);
    color: var(--text-color);
    text-align: center;
}

.reminder-content h2 {
    color: var(--gold-accent);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.reminder-content p {
    font-size: 0.95rem;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    opacity: 0.9;
}

.reminder-content .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.85rem;
    padding: 1.08rem 1.8rem;
}

/* CTA final ateliers */
.final-workshops-cta {
    background: var(--background-dark);
    color: var(--text-light);
    text-align: center;
    padding: 4rem 2rem;
}

.final-workshops-cta .cta-container h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.final-workshops-cta .cta-container > p {
    font-size: 0.95rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0.9;
}

/* Responsive ateliers */
@media (max-width: 768px) {
    .zone-regions,
    .online-coverage {
        grid-template-columns: 1fr;
    }
    
    .themes-grid {
        grid-template-columns: 1fr;
    }
    
    .facebook-content {
        flex-direction: column;
        text-align: center;
    }
    
    .facebook-text {
        text-align: center;
    }
    
    .workshops-hero h1 {
        font-size: 2.5rem;
    }
    
    .workshop-zone {
        padding: 2rem;
    }
    
    /* Carte interactive mobile */
    .interactive-map-container {
        margin-bottom: 2rem;
    }
    
    .map-wrapper {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .interactive-map {
        max-width: 100%;
    }
    
    .map-info-panel {
        position: static;
        margin-top: 1rem;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        background: rgba(26, 15, 10, 0.8);
    }
    
    /* Afficher la liste mobile */
    .cities-mobile-list {
        display: block;
    }
    
    .map-wrapper {
        display: none;
    }
    
    .facebook-container {
        padding: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* === STYLES PAGE RESSOURCES & BOUTIQUE === */

/* Hero ressources */
.resources-hero {
    background: var(--background-night);
    color: var(--text-light);
    text-align: center;
    padding: 6rem 2rem 4rem;
}

.resources-hero h1 {
    color: var(--gold-accent);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

/* Section principale */
.resources-main {
    background: var(--background-dark);
    color: var(--text-light);
    padding: 6rem 2rem;
}

.resources-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    max-width: 850px;
    margin: 0 auto;
}

/* En-têtes de colonnes */
.column-header {
    text-align: center;
    margin-bottom: 3rem;
}

.header-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 6px 30px rgba(212, 163, 115, 0.4);
    transition: all 0.3s ease;
}

.header-icon.premium {
    background: linear-gradient(135deg, var(--gold-accent) 0%, var(--gold-hover) 100%);
    box-shadow: 0 8px 35px rgba(212, 163, 115, 0.5);
}

.header-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.column-header h2 {
    color: var(--gold-accent);
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.column-subtitle {
    color: var(--gold-hover);
    font-style: italic;
    font-size: 1rem;
    opacity: 0.9;
}

/* === COLONNE RESSOURCES GRATUITES === */
.free-resources-column {
    background: var(--background-color) !important;
    color: var(--text-color) !important;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 45px rgba(0,0,0,0.3);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
}

.free-resources-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 60px rgba(0,0,0,0.4);
}

.free-resources-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.free-resource-card {
    background: rgba(26, 15, 10, 0.7);
    border-radius: 15px;
    padding: 2rem;
    border-left: 4px solid var(--gold-accent);
    transition: all 0.3s ease;
    position: relative;
}

.free-resource-card:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    border-left-width: 6px;
}

.resource-icon {
    width: 50px;
    height: 50px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(212, 163, 115, 0.3);
}

.resource-icon i {
    font-size: 0.95rem;
    color: var(--background-night);
}

.resource-content h3 {
    color: var(--gold-accent);
    font-size: 0.95rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.resource-content p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.resource-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.resource-benefits span {
    color: var(--gold-hover);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.resource-link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--gold-accent);
    text-decoration: none;
    font-weight: 500;
    padding: 0.8rem 1.5rem;
    border: 2px solid var(--gold-accent);
    border-radius: 25px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.resource-link:hover {
    background: var(--gold-accent);
    color: var(--background-night);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212, 163, 115, 0.3);
}

.free-resources-footer {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(212, 163, 115, 0.2);
}

.free-resources-footer p {
    color: var(--gold-hover);
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    opacity: 0.8;
}

.free-resources-footer i {
    color: var(--gold-accent);
}

/* === COLONNE PRODUITS PREMIUM === */
.premium-products-column {
    background: #0F4D3A !important;
    color: #fff !important;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 10px 45px rgba(212, 163, 115, 0.2);
    border: 2px solid rgba(212, 163, 115, 0.3);
    transition: all 0.3s ease;
}

.premium-products-column:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 60px rgba(212, 163, 115, 0.3);
}

.premium-products-list {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.premium-product-card {
    background: var(--background-dark);
    border-radius: 18px;
    padding: 2.5rem;
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

.premium-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.4);
    border-color: rgba(212, 163, 115, 0.4);
}

.premium-product-card.featured {
    background: linear-gradient(135deg, rgba(26, 15, 10, 0.95) 0%, rgba(212, 163, 115, 0.1) 100%) !important;
    color: #fff !important;
}

.premium-product-card.exclusive {
    border: 2px solid var(--gold-hover);
    background: linear-gradient(135deg, rgba(26, 15, 10, 0.95) 0%, rgba(212, 163, 115, 0.1) 100%);
}

/* Badges */
.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold-accent);
    color: var(--background-night);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(212, 163, 115, 0.4);
}

.exclusive-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, var(--gold-accent) 0%, var(--gold-hover) 100%);
    color: var(--background-night);
    padding: 0.5rem 1.2rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(212, 163, 115, 0.4);
}

/* Image produit */
.product-image {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 6px 25px rgba(212, 163, 115, 0.4);
    transition: all 0.3s ease;
}

.premium-product-card:hover .product-image {
    transform: scale(1.1);
    box-shadow: 0 8px 35px rgba(212, 163, 115, 0.5);
}

.product-image i {
    font-size: 2rem;
    color: var(--background-night);
}

/* Contenu produit */
.premium-product-card h3 {
    color: var(--gold-accent);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.product-price {
    color: var(--gold-hover);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.product-description {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.product-features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 2rem;
    background: rgba(26, 15, 10, 0.6);
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 3px solid var(--gold-accent);
}

.product-features li {
    color: var(--text-light);
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
    position: relative;
    opacity: 0.9;
}

.product-features li::before {
    content: '✓';
    color: var(--gold-accent);
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1rem;
}

/* Boutons premium */
.premium-button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    background: var(--gold-accent);
    color: var(--background-night);
    padding: 0.9rem 1.8rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(212, 163, 115, 0.3);
    margin-top: auto;
    font-size: 0.9rem;
}

.premium-button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 35px rgba(212, 163, 115, 0.4);
    background: var(--gold-hover);
}

.premium-button.exclusive {
    background: linear-gradient(135deg, var(--gold-accent) 0%, var(--gold-hover) 100%);
    box-shadow: 0 8px 30px rgba(212, 163, 115, 0.4);
}

.premium-button.exclusive:hover {
    box-shadow: 0 12px 40px rgba(212, 163, 115, 0.5);
}

/* Section confiance */
.trust-section {
    background: var(--background-color);
    color: var(--text-color);
}

.trust-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.guarantee-box,
.testimonial-box {
    background: var(--background-color);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
}

.guarantee-box:hover,
.testimonial-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.guarantee-icon {
    width: 60px;
    height: 60px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 15px rgba(212, 163, 115, 0.3);
}

.guarantee-icon i {
    font-size: 1rem;
    color: var(--background-night);
}

.guarantee-box h3 {
    color: var(--gold-accent);
    text-align: center;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.guarantee-box p {
    text-align: center;
    line-height: 1.6;
    color: var(--text-color);
}

.testimonial-content p {
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.testimonial-author strong {
    color: var(--gold-accent);
    display: block;
    margin-bottom: 0.3rem;
}

.testimonial-author span {
    color: var(--gold-hover);
    font-size: 0.9rem;
    opacity: 0.8;
}

/* CTA final ressources */
.final-resources-cta {
    background: var(--background-dark);
    color: var(--text-light);
    text-align: center;
    padding: 4rem 2rem;
}

.final-resources-cta .cta-container h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.final-resources-cta .cta-container > p {
    font-size: 0.95rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0.9;
}

/* Responsive ressources */
@media (max-width: 1024px) {
    .resources-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .premium-products-column {
        order: 0;
    }
    
    .free-resources-column {
        order: -1;
    }
}

@media (max-width: 768px) {
    .resources-hero h1 {
        font-size: 2.5rem;
    }
    
    .trust-container {
        grid-template-columns: 1fr;
    }
    
    .free-resources-column,
    .premium-products-column {
        padding: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .premium-product-card {
        padding: 2rem;
    }
}

/* === STYLES PAGE COLLABORONS === */

/* Hero collaboration */
.collaboration-hero {
    background: var(--background-night);
    color: var(--text-light);
    text-align: center;
    padding: 6rem 2rem 4rem;
}

.collaboration-hero h1 {
    color: var(--gold-accent);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

/* Manifeste de collaboration */
.collaboration-manifesto {
    background: var(--background-dark);
    color: var(--text-light);
}

.manifesto-card {
    max-width: 800px;
    margin: 0 auto;
    background: var(--background-dark);
    padding: 4rem 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0,0,0,0.4);
    text-align: center;
    border: 1px solid rgba(212, 163, 115, 0.3);
    transition: all 0.3s ease;
}

.manifesto-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 60px rgba(0,0,0,0.5);
}

.manifesto-icon {
    width: 100px;
    height: 100px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 8px 35px rgba(212, 163, 115, 0.4);
    transition: all 0.3s ease;
}

.manifesto-card:hover .manifesto-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 45px rgba(212, 163, 115, 0.5);
}

.manifesto-icon i {
    font-size: 2.5rem;
    color: var(--background-night);
}

.manifesto-card h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.manifesto-card p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: var(--text-light);
    opacity: 0.9;
}

.manifesto-values {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(212, 163, 115, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 25px;
    color: var(--gold-accent);
    font-weight: 500;
    transition: all 0.3s ease;
}

.value-item:hover {
    background: rgba(212, 163, 115, 0.2);
    transform: translateY(-2px);
}

.value-item i {
    font-size: 1rem;
}

/* Types de collaborations */
.collaboration-types {
    background: var(--background-color);
    color: var(--text-color);
}

.collaboration-types h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

.collaboration-card {
    background: var(--background-color);
    padding: 2rem 1.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.1);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

.collaboration-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    border-color: rgba(212, 163, 115, 0.4);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
    transition: all 0.3s ease;
}

.collaboration-card:hover .card-icon {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(212, 163, 115, 0.4);
}

.card-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.collaboration-card h3 {
    color: var(--gold-accent);
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.collaboration-card p {
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.collaboration-examples {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
    margin-top: auto;
    padding-top: 1rem;
}

.collaboration-examples span {
    color: var(--text-color);
    font-size: 0.9rem;
    opacity: 0.8;
    padding-left: 1rem;
    position: relative;
}

.collaboration-examples span::before {
    content: '•';
    color: var(--gold-accent);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Processus de collaboration */
.collaboration-process {
    background: var(--background-dark);
    color: var(--text-light);
}

.collaboration-process h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.process-timeline {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    background: rgba(26, 15, 10, 0.8);
    border-radius: 15px;
    border-left: 4px solid var(--gold-accent);
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}

.timeline-step:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    border-left-width: 6px;
}

.step-number {
    width: 60px;
    height: 60px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--background-night);
    font-size: 1rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(212, 163, 115, 0.3);
}

.step-content h3 {
    color: var(--gold-accent);
    font-size: 0.95rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.step-content p {
    color: var(--text-light);
    line-height: 1.6;
    opacity: 0.9;
}

/* Formulaire de collaboration */
.collaboration-form-section {
    background: var(--background-color);
    color: var(--text-color);
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: var(--background-color);
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 45px rgba(0,0,0,0.1);
    border: 1px solid rgba(212, 163, 115, 0.2);
}

.form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.form-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 6px 25px rgba(212, 163, 115, 0.3);
}

.form-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.form-header h2 {
    color: var(--gold-accent);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.form-header p {
    color: var(--text-color);
    opacity: 0.8;
    font-size: 1rem;
}

.collaboration-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: var(--gold-accent);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    border: 2px solid rgba(212, 163, 115, 0.3);
    border-radius: 8px;
    background: rgba(253, 245, 230, 0.8);
    color: var(--text-color);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold-accent);
    background: rgba(253, 245, 230, 0.95);
    box-shadow: 0 0 15px rgba(212, 163, 115, 0.2);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-footer {
    text-align: center;
    margin-top: 1rem;
}

.form-footer .cta-button {
    margin-bottom: 1rem;
}

.form-note {
    color: var(--gold-hover);
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.8;
}

.form-note i {
    color: var(--gold-accent);
}

/* Témoignages collaboration */
.collaboration-testimonials {
    background: var(--background-dark);
    color: var(--text-light);
}

.collaboration-testimonials h2 {
    color: var(--gold-accent);
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

/* CTA final collaboration */
.final-collaboration-cta {
    background: var(--background-color);
    color: var(--text-color);
    text-align: center;
    padding: 4rem 2rem;
}

.final-collaboration-cta .cta-container h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.final-collaboration-cta .cta-container > p {
    font-size: 0.95rem;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0.9;
}

.final-note {
    color: var(--gold-hover);
    font-style: italic;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-size: 1rem;
    opacity: 0.8;
}

.final-note i {
    color: var(--gold-accent);
}

/* Responsive collaborons */
@media (max-width: 768px) {
    .collaboration-hero h1 {
        font-size: 2.5rem;
    }
    
    .types-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
        gap: 1.5rem;
        max-width: 100%;
    }
    
    .manifesto-values {
        flex-direction: column;
        align-items: center;
    }
    
    .manifesto-card {
        padding: 3rem 2rem;
    }
    
    .form-container {
        padding: 2rem;
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .form-group {
        width: 100%;
        box-sizing: border-box;
    }

    .collaboration-form {
        width: 100%;
        box-sizing: border-box;
    }

    /* Centrage spécifique du bouton d'envoi */
    .form-footer {
        text-align: center !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .form-footer .cta-button {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 1rem auto 0 !important;
        text-align: center !important;
    }
    
    .timeline-step {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 1.5rem;
        gap: 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    .step-number {
        margin-bottom: 1rem;
        flex-shrink: 0;
    }

    .step-content {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

/* === STYLES PAGE TESTS === */

/* Hero tests */
.tests-hero {
    background: var(--background-night);
    color: var(--text-light);
    text-align: center;
    padding: 6rem 2rem 4rem;
}

.tests-hero h1 {
    color: var(--gold-accent);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.tests-intro {
    max-width: 850px;
    margin: 2.5rem auto 0;
    background: var(--background-dark);
    padding: 2.5rem;
    border-radius: 18px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.3);
    border: 1px solid rgba(212, 163, 115, 0.2);
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.intro-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: var(--text-light);
    text-align: left;
    opacity: 0.9;
}

.intro-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--gold-hover);
    font-weight: 500;
}

.benefit-item i {
    color: var(--gold-accent);
    font-size: 1rem;
    width: 20px;
}

.intro-cta {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.intro-cta .cta-button {
    font-size: 0.9rem;
    padding: 1.08rem 1.8rem;
    margin: 0;
}

.cta-note {
    color: var(--gold-hover);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    opacity: 0.8;
}

.cta-note i {
    color: var(--gold-accent);
}

/* Section de test */
.test-section {
    background: var(--background-dark);
    color: var(--text-light);
}

/* FORCER l'affichage sur la page test - PRIORITÉ ABSOLUE */
body.page-tests section,
body.page-tests .question-card,
body.page-tests .test-form,
body.page-tests .test-header,
body.page-tests .impact-test-section,
body.page-tests .impact-form {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

/* FORCER l'affichage sur la page produits - PRIORITÉ ABSOLUE pour Chrome mobile */
body.page-produits section,
body.page-produits .resources-main,
body.page-produits .resources-container,
body.page-produits .free-resource-card,
body.page-produits .premium-product-card,
body.page-produits .column-header {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

.test-header {
    text-align: center;
    margin-bottom: 3rem;
}

.test-header h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.test-subtitle {
    color: var(--text-light);
    font-size: 0.95rem;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.9;
}

.test-form {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}

.test-section .question-card {
    background: var(--background-dark);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.3);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
    color: var(--text-light);
    opacity: 1 !important;
    transform: translateY(0) !important;
    margin: 1rem auto;
    max-width: 600px;
    text-align: left;
}

.test-section .question-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 45px rgba(0,0,0,0.4);
    border-color: rgba(212, 163, 115, 0.3);
}

.question-title {
    color: var(--gold-accent);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.options label {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(26, 15, 10, 0.6);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    color: var(--text-light);
    line-height: 1.5;
    width: calc(100% - 3rem);
    box-sizing: border-box;
    margin: 0;
}

.options label:hover {
    background: rgba(26, 15, 10, 0.8);
    transform: translateX(5px);
    border-color: rgba(212, 163, 115, 0.3);
}

.options label.selected {
    background: rgba(212, 163, 115, 0.2);
    border-color: var(--gold-accent);
    color: var(--gold-hover);
}

.options input[type="radio"],
.options input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: var(--gold-accent);
    flex-shrink: 0;
    margin-top: 2px;
}

.test-submit {
    text-align: center;
    margin-top: 2rem;
}

.test-submit .cta-button {
    font-size: 0.9rem;
    padding: 1.08rem 2.25rem;
}

/* Résultats du test */
.test-results {
    max-width: 750px;
    margin: 2.5rem auto 0;
    background: var(--background-dark);
    padding: 2.5rem;
    border-radius: 18px;
    box-shadow: 0 10px 45px rgba(0,0,0,0.4);
    border: 2px solid var(--gold-accent);
    text-align: center;
}

.results-header {
    margin-bottom: 3rem;
}

.results-header h3 {
    color: var(--gold-accent);
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.results-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 6px 30px rgba(212, 163, 115, 0.4);
}

.results-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.result-profile {
    text-align: left;
    padding: 2rem;
    background: rgba(26, 15, 10, 0.7);
    border-radius: 15px;
    border-left: 4px solid var(--gold-accent);
}

.profile-badge {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.profile-badge i {
    font-size: 1rem;
    color: white;
}

.profile-badge.red {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.profile-badge.orange {
    background: linear-gradient(135deg, #f39c12, #d68910);
}

.profile-badge.blue {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.profile-badge.purple {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.result-profile h4 {
    color: var(--gold-accent);
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.profile-description {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.profile-advice {
    color: var(--gold-hover);
    font-size: 1rem;
    line-height: 1.6;
    background: rgba(212, 163, 115, 0.1);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid var(--gold-accent);
}

/* Section next steps */
.next-steps {
    background: var(--background-color);
    color: var(--text-color);
}

.next-steps-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.next-steps h2 {
    color: var(--gold-accent);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.next-steps > p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 3rem;
}

.step-card {
    background: var(--background-color);
    padding: 2.5rem 1.8rem;
    border-radius: 15px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.1);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
    text-align: center;
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: var(--gold-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 4px 20px rgba(212, 163, 115, 0.3);
}

.step-icon i {
    font-size: 2rem;
    color: var(--background-night);
}

.step-card h3 {
    color: var(--gold-accent);
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.step-card p {
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.step-button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--gold-accent);
    text-decoration: none;
    font-weight: 500;
    padding: 0.9rem 1.8rem;
    border: 2px solid var(--gold-accent);
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.step-button:hover {
    background: var(--gold-accent);
    color: var(--background-night);
    transform: translateY(-2px);
}

.testimonial-reminder {
    background: rgba(212, 163, 115, 0.1);
    padding: 2.5rem;
    border-radius: 15px;
    border-left: 4px solid var(--gold-accent);
    margin-top: 2rem;
}

.testimonial-reminder .testimonial-content p {
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--text-color);
}

.testimonial-author strong {
    color: var(--gold-accent);
    display: block;
    margin-bottom: 0.3rem;
}

.testimonial-author span {
    color: var(--gold-hover);
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Test impact */
.impact-test-section {
    background: var(--background-dark);
    color: var(--text-light);
}

.impact-form {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
}

.impact-test-section .question-card {
    background: var(--background-dark);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.3);
    border: 1px solid rgba(212, 163, 115, 0.2);
    transition: all 0.3s ease;
    color: var(--text-light);
    opacity: 1 !important;
    transform: translateY(0) !important;
    margin: 1rem auto;
    max-width: 600px;
    text-align: left;
}

.impact-header {
    text-align: center;
    margin-bottom: 3rem;
}

.impact-header h2 {
    color: var(--gold-accent);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.impact-subtitle {
    color: var(--text-light);
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

.impact-note {
    color: var(--gold-hover);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-style: italic;
    opacity: 0.8;
}

.impact-note i {
    color: var(--gold-accent);
}

.impact-form {
    max-width: 800px;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.impact-reflection {
    max-width: 600px;
    margin: 0 auto;
}

.reflection-card {
    background: var(--background-dark);
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 6px 30px rgba(0,0,0,0.3);
    border: 1px solid rgba(212, 163, 115, 0.2);
    text-align: center;
}

.reflection-card h3 {
    color: var(--gold-accent);
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.reflection-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.reflection-cta {
    margin-top: 1rem;
}

/* Responsive tests */
@media (max-width: 768px) {
    .tests-hero {
        padding: 4rem 1rem 3rem !important;
    }
    
    .tests-hero h1 {
        font-size: 2rem;
        margin-bottom: 1rem !important;
    }
    
    .tests-intro {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem !important;
        margin-bottom: 2rem !important;
        line-height: 1.4 !important;
    }
    
    .intro-content p {
        text-align: center;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .question-card:not(.test-section .question-card) {
        padding: 1.8rem;
    }
    
    /* Tests spécifiques sur mobile - TOUS les tests */
    .test-section .question-card,
    .impact-test-section .question-card {
        padding: 1.3rem !important;
        margin: 0.8rem auto !important;
        max-width: calc(100vw - 1.5rem) !important;
        width: auto !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        display: block !important;
    }
    
    /* Optimisation des options pour TOUS les tests - écrans 768px */
    .test-section .options,
    .impact-test-section .options {
        gap: 0.7rem !important;
        margin-top: 1rem !important;
        text-align: left !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Centrage des question-cards pour TOUS les tests - 768px */
    .test-section .test-form .question-card,
    .impact-test-section .impact-form .question-card {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: left !important;
    }
    
    .test-section .options label,
    .impact-test-section .options label {
        display: flex !important;
        align-items: flex-start !important;
        gap: 0.7rem !important;
        padding: 0.8rem !important;
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
        background: rgba(26, 15, 10, 0.6) !important;
        border: 1px solid rgba(212, 163, 115, 0.2) !important;
        border-radius: 10px !important;
        color: var(--text-light) !important;
        width: calc(100% - 1.6rem) !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    
    .test-section .options input[type="radio"],
    .test-section .options input[type="checkbox"],
    .impact-test-section .options input[type="radio"],
    .impact-test-section .options input[type="checkbox"] {
        width: 16px !important;
        height: 16px !important;
        flex-shrink: 0 !important;
        margin-top: 1px !important;
    }
    
    /* Bouton de soumission du test optimisé */
    .test-section .test-submit {
        text-align: center !important;
        margin: 2rem auto !important;
        max-width: 300px !important;
    }
    
    .test-section .test-submit .cta-button {
        width: 100% !important;
        max-width: 252px !important;
        padding: 0.9rem 1.35rem !important;
        font-size: 0.85rem !important;
    }
    
    /* Formulaire de test optimisé - TOUS les tests */
    .test-section .test-form,
    .impact-test-section .impact-form {
        max-width: calc(100vw - 1rem) !important;
        margin: 0 auto !important;
        padding: 0 0.5rem !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    .test-results {
        padding: 1.8rem;
    }
    
    /* Options optimisées pour mobile - reproduire la vue PC - TOUS les tests */
    .test-section .options label,
    .impact-test-section .options label {
        display: flex !important;
        align-items: flex-start !important;
        gap: 0.8rem !important;
        padding: 0.8rem !important;
        background: rgba(26, 15, 10, 0.6) !important;
        border: 1px solid rgba(212, 163, 115, 0.2) !important;
        border-radius: 12px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        color: var(--text-light) !important;
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        text-align: left !important;
        width: calc(100% - 1.6rem) !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    
    .test-section .options input[type="radio"],
    .test-section .options input[type="checkbox"],
    .impact-test-section .options input[type="radio"],
    .impact-test-section .options input[type="checkbox"] {
        margin: 0 !important;
        width: 16px !important;
        height: 16px !important;
        accent-color: var(--gold-accent) !important;
        flex-shrink: 0 !important;
        margin-top: 2px !important;
    }
    
    .test-section .options label:hover,
    .impact-test-section .options label:hover {
        background: rgba(26, 15, 10, 0.8) !important;
        transform: translateX(3px) !important;
        border-color: rgba(212, 163, 115, 0.3) !important;
    }
    
    .test-section .options label.selected,
    .impact-test-section .options label.selected {
        background: rgba(212, 163, 115, 0.2) !important;
        border-color: var(--gold-accent) !important;
        color: var(--gold-hover) !important;
    }
    
    /* Test form container pour très petits écrans - TOUS les tests */
    .test-section .test-form,
    .impact-test-section .impact-form {
        max-width: calc(100vw - 0.6rem) !important;
        margin: 0 auto !important;
        padding: 0 0.3rem !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }
    
    /* Header de test optimisé */
    .test-section .test-header {
        padding: 0 0.5rem !important;
        margin-bottom: 2rem !important;
    }
    
    .test-section .test-header h2 {
        font-size: 1.3rem !important;
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    .test-section .test-subtitle {
        font-size: 0.9rem !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }
    
    .reflection-card {
        padding: 1.8rem;
    }
}

/* === OPTIMISATIONS BACKGROUNDS - ULTRA LARGE SCREENS === */
@media (min-width: 1400px) {
    /* Backgrounds plus visibles sur très grands écrans mais moins extrême */
    body:not(.index-page)::before {
        width: 45vw;
        min-width: 400px;
        height: 100vh;
        left: 0;
    }

    body.page-programme::before,
    body.page-ateliers::before,
    body.page-apropos::before,
    body.page-produits::before,
    body.page-contact::before,
    body.page-tests::before,
    body.page-collaborons::before {
        width: 45vw;
        min-width: 400px;
        height: 100vh;
        left: 0;
    }
}

/* ============================
   OPTIMISATION MOBILE COMPLÈTE
   ============================ */

/* === MOBILE GÉNÉRAL (max 768px) === */
@media (max-width: 768px) {
    /* Base et Performance */
    html {
        scroll-behavior: smooth;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
    
    body {
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    /* Menu Hamburger Positionné Normalement */
    .nav-toggle {
        display: flex !important;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1003;
        background: none;
        border: none;
        padding: 8px;
        transition: all 0.3s ease;
    }
    
    /* Ajuster le nav sur mobile */
    nav {
        padding-right: 3.5rem;
    }
    
    .nav-toggle:hover {
        transform: translateY(-50%) scale(1.05);
    }
    
    /* Maintenir la position quand le menu est actif */
    .nav-toggle.active {
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .nav-toggle.active:hover {
        transform: translateY(-50%) scale(1.05);
    }
    
    .nav-toggle span {
        width: 22px;
        height: 2px;
        background-color: var(--gold-accent);
        margin: 2px 0;
        transition: all 0.3s ease;
        border-radius: 2px;
    }
    
    /* Menu Mobile (comme avant) */
    .nav-menu {
        position: fixed !important;
        left: -100%;
        top: 80px;
        flex-direction: column;
        background: var(--background-dark);
        width: 100%;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(212, 163, 115, 0.2);
        z-index: 1001;
    }
    
    .nav-menu.active {
        left: 0 !important;
    }
    
    .nav-menu li {
        margin: 1rem 0;
    }
    
    .nav-menu li a {
        font-size: 0.95rem;
        font-weight: 500;
        padding: 1rem;
        display: block;
        color: rgba(255, 255, 255, 0.9);
        transition: color 0.3s ease;
    }
    
    .nav-menu li a:hover {
        color: var(--gold-accent);
    }
    
    /* Header Mobile Optimisé */
    header {
        padding: 1rem;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        background: rgba(10, 5, 16, 0.95);
        backdrop-filter: blur(15px);
    }
    
    .logo img {
        height: 50px;
    }
    
    /* Layout Mobile */
    main {
        padding: 80px 1rem 2rem;
    }
    
    section {
        margin: 1rem auto !important;
        padding: 2rem 1.5rem !important;
        max-width: 100% !important;
        border-radius: 12px !important;
    }
    
    /* Typographie Mobile */
    h1 {
        font-size: 2rem !important;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    h2 {
        font-size: 1.5rem !important;
        margin-bottom: 0.8rem;
    }
    
    h3 {
        font-size: 1.2rem !important;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Images Responsive FORCÉES */
    img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto;
    }
    
    /* Logo dans header */
    .logo img {
        height: 50px !important;
        width: auto !important;
    }
    
    /* Logo de l'index agrandi sur mobile */
    .logo-golden img {
        height: 192px !important;
        width: auto !important;
        max-width: 90vw !important;
    }
    
    /* Titre brand responsive */
    .brand-title {
        font-family: 'Krub', sans-serif !important;
        font-size: 2.5rem !important;
        letter-spacing: 2.5px !important;
        margin: 1.8rem 0 1rem 0 !important;
    }
    
    /* Galeries d'images mobile */
    .gallery-grid,
    .quotes-grid,
    .image-compilation {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }
    
    .gallery-item img,
    .quote-card img,
    .founder-media img {
        width: 100% !important;
        height: auto !important;
        max-height: 300px !important;
        object-fit: cover !important;
    }
    
    /* Grilles Mobile */
    .difference-cards,
    .formats-grid,
    .resources-container,
    .types-grid,
    .quotes-grid,
    .timeline-container,
    .products-grid,
    .zone-regions,
    .themes-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
        padding: 0 1rem !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
    /* Cards Mobile */
    .difference-card,
    .format-card,
    .collaboration-card,
    .premium-product-card,
    .step-card {
        padding: 1.5rem !important;
        margin-bottom: 1rem;
        width: 100% !important;
        box-sizing: border-box !important;
        min-width: 0 !important;
    }
    
    /* Boutons Touch-Friendly - Centrés et taille optimisée (réduite de 10%) */
    .cta-button,
    .cta-premium,
    .premium-button,
    .step-button,
    .facebook-button {
        min-height: 40px !important;
        padding: 0.63rem 1.08rem !important;
        font-size: 0.81rem !important;
        width: auto !important;
        max-width: 234px !important;
        margin: 0.5rem auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        line-height: 1.2 !important;
        gap: 0.5rem !important;
    }
    
    /* Boutons de formulaire restent full width (réduits de 10%) */
    button[type="submit"],
    input[type="submit"] {
        min-height: 43px !important;
        padding: 0.72rem 1.8rem !important;
        font-size: 0.9rem !important;
        width: 100% !important;
        margin: 0.5rem 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        line-height: 1.2 !important;
        gap: 0.5rem !important;
    }
    
    /* Conteneurs de boutons centrés */
    .cta-buttons,
    .format-cta,
    .intro-cta {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0.8rem !important;
    }
    
    /* Formulaires Mobile */
    input,
    textarea,
    select {
        font-size: 16px !important; /* Évite le zoom sur iOS */
        padding: 0.8rem !important;
        width: 100% !important;
        border-radius: 8px;
    }
    
    /* Footer Mobile */
    footer {
        padding: 2rem 1rem !important;
        text-align: center;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .social-links {
        justify-content: center;
        gap: 1.5rem;
    }
    
    .social-links a {
        font-size: 1.5rem;
    }
    
    /* Menu Compact Index Mobile - Style Original Parfaitement Centré */
    .menu-compact {
        margin: 3rem auto;
        position: relative;
        text-align: center;
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    
    .menu-compact::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 2px;
        background: var(--gold-accent);
    }
    
    .menu-compact ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem 0;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .menu-compact li {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        justify-content: center;
    }
    
    /* Pas de séparateurs "|" sur mobile pour éviter les problèmes de retour à la ligne */
    .menu-compact li:not(:last-child)::after {
        display: none;
    }
    
    .menu-compact a {
        color: var(--gold-accent);
        text-decoration: none;
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        padding: 0.5rem 0.8rem;
        border-radius: 4px;
        text-align: center;
        margin: 0.3rem 0.5rem;
    }
    
    .menu-compact a::after {
        content: '\25BC';
        font-size: 0.5rem;
        margin-left: 0.4rem;
        transition: transform 0.3s ease;
    }
    
    .menu-compact a:hover {
        color: var(--gold-hover);
        text-shadow: 0 0 8px rgba(212, 163, 115, 0.3);
        background: rgba(212, 163, 115, 0.1);
    }
    
    .menu-compact a:hover::after {
        transform: rotate(180deg);
    }
    
    /* Timeline Mobile */
    .timeline {
        flex-direction: column;
    }
    
    .timeline::before {
        width: 3px !important;
        height: 100% !important;
        left: 20px !important;
        top: 0 !important;
    }
    
    .timeline-step {
        margin-left: 40px;
        margin-bottom: 2rem;
    }
    
    /* Animations Mobile */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Backgrounds Mobiles Corrigés */
    body:not(.index-page)::before {
        position: fixed !important;
        width: 100% !important;
        height: 100vh !important;
        top: 0 !important;
        left: 0 !important;
        z-index: -1 !important;
        background-size: cover !important;
        background-position: center !important;
        content: "" !important;
        display: block !important;
    }
    
    /* CRITICAL FIX: Background montagne pour index mobile */
    body.index-page::before {
        position: fixed !important;
        width: 100vw !important;
        height: 100vh !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: -1 !important;
        background: url('Photos/montagne.png') center/cover no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
        background-attachment: fixed !important;
        filter: blur(2px) brightness(0.42) !important;
        min-width: 100vw !important;
        min-height: 100vh !important;
        content: "" !important;
        display: block !important;
    }
    
    /* Hero Mobile */
    .hero-minimal {
        min-height: calc(100vh - 80px);
        padding: 2rem 1rem !important;
    }
    
    .brand-title {
        font-family: 'Krub', sans-serif !important;
        font-size: 2.2rem !important;
        letter-spacing: 2px !important;
        margin: 1.5rem 0 0.8rem 0 !important;
    }
    
    .baseline {
        font-size: 0.9rem !important;
    }
    
    .tagline {
        font-size: 0.85rem !important;
        padding: 0 1rem;
    }
    
    /* Swipe Hint pour Carousels */
    .swipe-hint {
        display: block;
        text-align: center;
        color: var(--gold-accent);
        font-size: 0.8rem;
        margin-top: 1rem;
        opacity: 0.7;
    }
}

/* === TÉLÉPHONES TRÈS ÉTROITS === */
@media (max-width: 480px) {
    /* Corrections timeline pour très petits écrans */
    .timeline-step {
        padding: 1rem !important;
        gap: 0.8rem !important;
        margin: 0.5rem 0 !important;
    }

    .step-number {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 0.8rem !important;
    }

    .step-content {
        padding: 0 0.5rem !important;
    }

    .step-content h3 {
        font-size: 0.9rem !important;
        margin-bottom: 0.8rem !important;
    }

    .step-content p {
        font-size: 0.85rem !important;
        line-height: 1.5 !important;
    }

    /* Corrections formulaire pour très petits écrans */
    .form-container {
        padding: 1.5rem !important;
        margin: 0 0.5rem !important;
    }

    .form-header h2 {
        font-size: 0.9rem !important;
    }

    .form-header p {
        font-size: 0.9rem !important;
    }

    .form-icon {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 1rem !important;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.8rem !important;
        font-size: 0.9rem !important;
    }

    /* Centrage renforcé du bouton sur très petits écrans */
    .form-footer .cta-button {
        width: 100% !important;
        max-width: 280px !important;
        margin: 0.8rem auto 0 !important;
        padding: 0.7rem 1.2rem !important;
        font-size: 0.85rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
}

/* === TÉLÉPHONES AVEC RATIOS EXTRÊMES === */
@media (max-aspect-ratio: 9/20) {
    /* FORCE backgrounds sur téléphones très étroits (20:9 et plus étroit) */
    body.index-page::before {
        content: "" !important;
        display: block !important;
        position: fixed !important;
        z-index: -1 !important;
        background-image: url('Photos/montagne.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        filter: blur(2px) brightness(0.42) !important;
        min-width: 100vw !important;
        min-height: 100vh !important;
        width: 100vw !important;
        height: 100vh !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
    }
    
    /* Autres pages backgrounds sur ratios extrêmes */
    body:not(.index-page)::before {
        content: "" !important;
        display: block !important;
        width: 100% !important;
        height: 100vh !important;
        position: fixed !important;
        z-index: -1 !important;
    }
    
    /* Ajustements typographiques */
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 1.8rem !important;
    }
    
    h2 {
        font-size: 1.3rem !important;
    }
    
    section {
        padding: 1.5rem 1rem !important;
        margin: 0.5rem !important;
    }
    
    .nav-menu li a {
        font-size: 0.95rem;
    }
    
    .cta-button,
    .cta-premium {
        font-size: 0.81rem !important;
        padding: 0.63rem 1.35rem !important;
    }
    
    /* Logo index encore plus grand sur très petits écrans */
    .logo-golden img {
        height: 160px !important;
        width: auto !important;
        max-width: 85vw !important;
    }
    
    /* Titre brand pour très petits écrans */
    .brand-title {
        font-family: 'Krub', sans-serif !important;
        font-size: 1.8rem !important;
        letter-spacing: 1.8px !important;
        margin: 1.2rem 0 0.8rem 0 !important;
        padding: 0 0.5rem !important;
    }
    
    /* Tests ultra optimisés pour très petits écrans - TOUS les tests */
    .test-section .question-card,
    .impact-test-section .question-card {
        padding: 1rem !important;
        margin: 0.5rem auto !important;
        max-width: calc(100vw - 1rem) !important;
        width: auto !important;
        display: block !important;
    }
    
    .test-section .question-title,
    .impact-test-section .question-title {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
    }
    
    .test-section .options label,
    .impact-test-section .options label {
        padding: 0.7rem !important;
        gap: 0.6rem !important;
        font-size: 0.85rem !important;
        width: calc(100% - 1.4rem) !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    
    .test-section .options input[type="radio"],
    .test-section .options input[type="checkbox"],
    .impact-test-section .options input[type="radio"],
    .impact-test-section .options input[type="checkbox"] {
        width: 14px !important;
        height: 14px !important;
    }
}

/* === ORIENTATION PAYSAGE MOBILE === */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-minimal {
        min-height: calc(100vh - 60px);
    }
    
    .nav-menu {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 2rem;
    }
    
    .nav-menu li {
        margin: 0.5rem;
    }
}

/* === SUPPORT TACTILE === */
@media (hover: none) and (pointer: coarse) {
    /* Supprime les effets hover sur tactile */
    .cta-button:hover,
    .cta-premium:hover {
        transform: none !important;
    }
    
    /* Augmente les zones tactiles */
    a, button {
        min-height: 44px;
        min-width: 44px;
    }
    
    /* Feedback visuel pour toucher */
    .touch-active {
        opacity: 0.8;
        transform: scale(0.98);
    }
    
    /* Désactive la sélection de texte sur les boutons */
    button, .cta-button, .cta-premium {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
}

/* === OPTIMISATIONS POUR MOBILE === */
body.is-mobile {
    /* Désactive les animations complexes */
    * {
        animation-duration: 0.3s !important;
    }
    
    /* Optimise le rendu */
    section {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* === PRINT STYLES === */
@media print {
    .nav-toggle,
    .nav-menu,
    header,
    footer,
    .social-links {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        color: #000;
        background: #fff;
    }
    
    section {
        page-break-inside: avoid;
    }
}

@media (max-width: 768px) {
    /* ...règles existantes... */
    .resources-container {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        box-sizing: border-box !important;
    }
    .free-resources-column,
    .premium-products-column {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 95vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

.page-apropos section:first-of-type h1.brand-title {
    color: var(--gold-accent);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
    text-align: center;
    font-family: var(--font-main) !important;
    letter-spacing: 0;
    text-shadow: none;
}

@media (max-width: 768px) {
    body.page-produits .resources-main {
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    body.page-produits .resources-container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        justify-items: center !important;
        box-sizing: border-box !important;
    }
    body.page-produits .free-resources-column,
    body.page-produits .premium-products-column {
        width: calc(100% - 2rem) !important;
        max-width: 680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}

/* Supprimer le fond derrière les colonnes sur la page Produits */
body.page-produits .resources-main {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

@media (max-width: 768px) {
    /* Override mobile qui force les sections paires en sombre */
    body.page-produits .resources-main {
        background: transparent !important;
    }
}

/* Produits: couleurs texte/icônes adaptées au fond clair du bloc Ressources Offertes */
body.page-produits .free-resources-column h2,
body.page-produits .free-resources-column .column-subtitle,
body.page-produits .free-resources-column .resource-content h3,
body.page-produits .free-resources-column .resource-content p,
body.page-produits .free-resources-column .resource-benefits span,
body.page-produits .free-resources-column .free-resources-footer p {
    color: var(--text-color) !important;
}

body.page-produits .free-resources-column i,
body.page-produits .free-resources-column .resource-icon i,
body.page-produits .free-resources-column .resource-link i,
body.page-produits .free-resources-column .free-resources-footer i {
    color: var(--text-color) !important;
}

/* Produits: titres dorés pour les mini-blocs Ressources Offertes */
body.page-produits .free-resources-column .resource-content h3 {
    color: var(--gold-accent) !important;
}

/* Produits: texte complet doré dans les mini-blocs Ressources Offertes */
body.page-produits .free-resources-column .resource-content p,
body.page-produits .free-resources-column .resource-benefits span,
body.page-produits .free-resources-column .resource-link,
body.page-produits .free-resources-column .resource-link span,
body.page-produits .free-resources-column .resource-link i {
    color: var(--gold-accent) !important;
}

/* Hero premier bloc - page À Propos */
.page-apropos section:first-of-type {
    background: var(--background-night);
    color: var(--text-light);
    text-align: center;
    padding: 6rem 2rem 4rem;
}

.page-apropos section:first-of-type h1.brand-title {
    color: var(--gold-accent);
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

/* A Propos: titres de section en doré */
.page-apropos h2 {
    color: var(--gold-accent) !important;
}

/* A Propos: sous-titre "L'art de faire l'Être" en doré */
.page-apropos .brand-title + h3 {
    color: var(--gold-accent) !important;
}
