/* ===============================================
   ATYPIKIA — CSS PAGE INDEX v6
   Migré depuis blocs <style> inline index.php
   =============================================== */

/* ── Section "Comment ça marche" ────────────────────────── */
/* Section Comment ça marche */
.how-it-works {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: transparent;
}

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

.step-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 4rem 2rem 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.step-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
    border-color: var(--primary-color);
}

.step-number {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    color: white;
    width: 64px;
    height: 48px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(13, 115, 119, 0.3);
    z-index: 2;
}

.step-icon {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
}

.step-card:hover .step-icon {
    transform: rotate(10deg) scale(1.1);
}

.step-icon i {
    background: linear-gradient(160deg, var(--primary), #E8836B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 10px rgba(13, 115, 119, 0.2));
}

.step-card h3 {
    font-size: 1.6rem;
    color: #1F2937;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.step-card p {
    color: #4B5563;
    line-height: 1.7;
    font-size: 1.05rem;
}

/* Animations pulse pour les badges */
.pulse-primary {
    background: var(--primary);
    box-shadow: 0 0 0 0 rgba(13, 115, 119, 0.4);
    animation: pulse-primary 2s infinite;
}

@keyframes pulse-primary {
    0% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(99, 102, 241, 0); }
    100% { box-shadow: 0 0 0 0 rgba(99, 102, 241, 0); }
}

[data-theme="dark"] .step-card {
    background: rgba(31, 41, 55, 0.8);
    border-color: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .step-card h3 {
    color: #F9FAFB;
}

[data-theme="dark"] .step-card p {
    color: #9CA3AF;
}

/* Vidéo "Comment ça marche" */
.how-it-works-video {
    margin-top: 3rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hiw-video {
    width: 100%;
    display: block;
    border-radius: 16px;
}

[data-theme="dark"] .how-it-works-video {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* ── Hero vidéo + sections principales ──────────────────── */
/* Vidéo Hero en fond */
.hero-video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

/* Ajuster le z-index du contenu pour qu'il soit au-dessus */
.hero-content-modern {
    position: relative;
    z-index: 3;
}

.hero-particles {
    z-index: 2;
}

.hero-shapes {
    z-index: 2;
}

/* Amélioration de la lisibilité des textes sur le diaporama */
.hero-modern .version-disclaimer .disclaimer-text {
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-modern .version-disclaimer strong {
    color: #fb923c !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-modern .badge-text {
    color: white !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-modern .hero-subtitle-modern {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

/* S'assurer que les badges sont sur des lignes séparées et les réduire de 25% */
.hero-modern .version-disclaimer {
    display: block;
    width: fit-content;
    margin: 0 auto 1.2rem auto;
    transform: scale(0.75);
}

.hero-modern .version-disclaimer .disclaimer-text {
    font-size: 0.75em !important;
}

.hero-modern .version-disclaimer .disclaimer-icon {
    font-size: 0.85em !important;
    margin-top: 0 !important;
    align-self: center !important;
}

.hero-modern .version-disclaimer {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content;
    margin: 0 auto 1.2rem auto;
    transform: scale(0.75);
}

/* Badge supprimé - styles nettoyés */

/* Styles pour le test DYS dans l'index */
.autre-test-icon.dys {
    background: #D97706;
    position: relative;
}

/* Styles pour les nouveaux tests dans l'index */
.autre-test-icon.depressifs {
    background: #0284C7;
    color: white;
}

.autre-test-icon.anxieux {
    background: #059669;
    color: white;
}

.autre-test-icon.schizophrenia {
    background: #7C3AED;
    color: white;
}

.child-indicator {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: white;
    color: #D97706;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 2px solid #D97706;
}

/* Styles pour le badge de version et optimisé */
.version-badge {
    display: inline-block;
    color: white;
    font-size: 0.6em;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: top;
    animation: version-pulse 2s ease-in-out infinite;
}

/* Couleurs badges par version */
.version-badge {
    background: linear-gradient(135deg, #10B981, #059669); /* V3 par défaut */
    box-shadow: 0 1px 3px rgba(16, 185, 129, 0.3);
}

.version-badge.v2 {
    background: linear-gradient(135deg, #3B82F6, #2563EB) !important;
    box-shadow: 0 1px 3px rgba(59, 130, 246, 0.3);
}

.version-badge.v1 {
    background: linear-gradient(135deg, #6B7280, #4B5563) !important;
    box-shadow: 0 1px 3px rgba(107, 114, 128, 0.3);
}

.version-badge.v4 {
    background: linear-gradient(135deg, #F59E0B, #D97706) !important;
    box-shadow: 0 1px 3px rgba(245, 158, 11, 0.3);
}

.badge--nouveau {
    background: linear-gradient(135deg, #F59E0B, #D97706);
    color: white;
    border: none;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(245, 158, 11, 0.3);
    animation: nouveau-glow 3s ease-in-out infinite;
}

@keyframes version-pulse {
    0%, 100% { 
        box-shadow: 0 1px 3px rgba(16, 185, 129, 0.3);
        transform: scale(1);
    }
    50% { 
        box-shadow: 0 2px 8px rgba(16, 185, 129, 0.5);
        transform: scale(1.05);
    }
}

@keyframes nouveau-glow {
    0%, 100% { 
        box-shadow: 0 1px 3px rgba(245, 158, 11, 0.3);
    }
    50% { 
        box-shadow: 0 2px 8px rgba(245, 158, 11, 0.6);
    }
}

/* Styles pour les annonces de développement */
.test-announcement {
    background: linear-gradient(135deg, #E0F2FE, #BAE6FD);
    border: 1px solid #0EA5E9;
    border-radius: 8px;
    padding: 8px 12px;
    margin: 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #0C4A6E;
    font-weight: 500;
}

.test-announcement i {
    color: #0EA5E9;
    font-size: 0.9rem;
}

/* Responsive Mobile pour Hero Slideshow */
@media (max-width: 768px) {
    .hero-slide {
        background-size: cover !important; /* Force cover sur mobile */
        background-position: center !important;
    }
    
    .hero-slide.active {
        background-size: cover !important; /* Maintenir cover même pour slide active */
    }
}

/* RÉDUCTION MOBILE - Toutes les cards et textes 2x plus petits */
@media (max-width: 768px) {
    /* Hero Section - AJUSTEMENTS SPÉCIFIQUES */
    .hero-content-modern h1 {
        font-size: 1.5rem !important; /* Taille de base */
    }
    
    /* Ajustement spécifique du titre principal - RENFORCÉ */
    .hero-title-modern .title-line:first-child {
        font-size: 0.91rem !important; /* "L'Intelligence artificielle au service des" - augmenté de 30% */
        font-weight: 300 !important;
        display: block !important;
    }
    
    .hero-title-modern .title-line:last-child,
    .hero-title-modern .title-line:last-child .text-gradient {
        font-size: 2.8rem !important; /* "Neuroatypiques" - encore plus grand */
        font-weight: 900 !important;
        display: block !important;
    }
    
    /* Description "Plateforme..." plus petite */
    .hero-content-modern .hero-description,
    .hero-content-modern p {
        font-size: 0.6rem !important; /* "Plateforme..." - encore plus petit */
        line-height: 1.3 !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-badge-modern {
        font-size: 0.6rem !important;
        padding: 0.25rem 0.5rem !important;
    }
    
    /* Statistics Cards */
    .stat-card-modern {
        padding: 0.75rem !important; /* ~2x plus petit */
        border-radius: 0.5rem !important;
    }
    
    .stat-number-modern {
        font-size: 1.25rem !important; /* ~2x plus petit */
    }
    
    .stat-label-modern {
        font-size: 0.6rem !important; /* ~2x plus petit */
    }
    
    .stat-icon i {
        font-size: 1rem !important; /* ~2x plus petit */
    }
    
    /* Test Cards */
    .test-card-modern {
        padding: 0.75rem !important; /* ~2x plus petit */
        border-radius: 0.75rem !important;
    }
    
    .test-card-modern h3 {
        font-size: 0.875rem !important; /* ~2x plus petit */
        margin-bottom: 0.25rem !important;
    }
    
    .test-card-modern p {
        font-size: 0.625rem !important; /* ~2x plus petit */
        line-height: 1.2 !important;
    }
    
    .test-icon-modern i {
        font-size: 1rem !important; /* ~2x plus petit */
    }
    
    .test-badge {
        font-size: 0.5rem !important; /* ~2x plus petit */
        padding: 0.125rem 0.375rem !important;
    }
    
    /* CENTRE D'ORIENTATION MOBILE - Ajustements spécifiques */
    
    /* Badges animés dans les test cards - décalés le plus possible vers la droite */
    .test-card-modern .test-badges {
        position: absolute !important;
        top: 0.5rem !important;
        right: 0.5rem !important;
        margin-left: 0 !important;
        justify-content: flex-end !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        gap: 0.25rem !important;
        z-index: 10 !important;
    }
    
    .test-badges .badge {
        font-size: 0.35rem !important; /* 30% plus petit */
        padding: 0.08rem 0.25rem !important; /* 30% plus petit */
        margin-left: 0.25rem !important;
    }
    
    /* Bulles grises (section-badge-modern) - 30% plus petites */
    .section-badge-modern {
        font-size: 0.525rem !important; /* 30% plus petit (était ~0.75rem) */
        padding: 0.35rem 0.7rem !important; /* 30% plus petit */
    }
    
    /* Boutons des test cards - 30% plus petits */
    .test-buttons-modern .btn-modern {
        font-size: 0.49rem !important; /* 30% plus petit (était ~0.7rem) */
        padding: 0.49rem 0.7rem !important; /* 30% plus petit */
    }
    
    .badge-dot {
        width: 4.2px !important; /* 30% plus petit (était 6px) */
        height: 4.2px !important; /* 30% plus petit */
    }
    
    /* Boutons des test cards - 30% plus petits */
    .test-card-modern .test-actions .btn,
    .test-card-modern .btn-primary-modern,
    .test-card-modern .btn-secondary-modern {
        font-size: 0.49rem !important; /* 30% plus petit (était 0.7rem) */
        padding: 0.35rem 0.7rem !important; /* 30% plus petit */
        min-height: 21px !important; /* 30% plus petit */
    }
    
    /* SECTION AUTRES TESTS MOBILE - Ajustements spécifiques */
    
    /* Boutons "Complet" - Augmenter de 30% sur mobile uniquement */
    .autre-test-link:not(.express) {
        font-size: 0.55rem !important; /* 30% plus grand */
        padding: 0.36rem 0.73rem !important; /* 30% plus grand */
    }
    
    /* Boutons "Express" et "Analyse" - Réduire de 30% sur mobile uniquement */
    .autre-test-link.express,
    .btn-modern--outline {
        font-size: 0.35rem !important; /* 30% plus petit */
        padding: 0.245rem 0.49rem !important; /* 30% plus petit */
    }
    
    /* Badges couleur informations tests - Augmenter de 30% sur mobile uniquement */
    .test-badge {
        font-size: 0.52rem !important; /* 30% plus grand */
        padding: 0.26rem 0.52rem !important; /* 30% plus grand */
    }
    
    /* Masquer badges "parents", "recommandé", "populaire" sur mobile uniquement */
    .test-popularity,
    .popularity-badge,
    .popularity-badge--parents {
        display: none !important;
    }
    
    /* Badges de protocoles - Réduire de 30% sur mobile uniquement */
    .feature-pill,
    .protocol-badge {
        font-size: 0.35rem !important; /* 30% plus petit */
        padding: 0.14rem 0.28rem !important; /* 30% plus petit */
    }
    
    /* Disorder Cards */
    .disorder-card-modern {
        padding: 0.75rem !important; /* ~2x plus petit */
        border-radius: 0.75rem !important;
    }
    
    .disorder-card-modern h4 {
        font-size: 0.875rem !important; /* ~2x plus petit */
        margin-bottom: 0.25rem !important;
    }
    
    .disorder-card-modern p {
        font-size: 0.625rem !important; /* ~2x plus petit */
        line-height: 1.2 !important;
    }
    
    .disorder-icon-modern i {
        font-size: 1rem !important; /* ~2x plus petit */
    }
    
    /* Section Headers */
    .section-header-modern h2 {
        font-size: 1.25rem !important; /* ~2x plus petit */
        margin-bottom: 0.5rem !important;
    }
    
    .section-description-modern {
        font-size: 0.75rem !important; /* ~2x plus petit */
        line-height: 1.3 !important;
    }
    
    /* Stats Visual (Neurodiversity) - AJUSTÉ pour lisibilité */
    .stat-circle {
        width: 60px !important;
        height: 60px !important;
        overflow: hidden !important; /* clippe le SVG pour éviter le débordement du stroke */
    }
    
    .stat-percent {
        font-size: 0.9rem !important; /* Plus lisible que 0.6rem */
        font-weight: 600 !important;
    }
    
    .stat-number-big {
        font-size: 1.1rem !important; /* Plus lisible que 0.875rem */
    }
    
    .stat-label {
        font-size: 0.7rem !important; /* Plus lisible que 0.5rem */
    }
    
    /* Card Titles */
    .card-title-modern {
        font-size: 0.75rem !important; /* ~2x plus petit */
        margin-bottom: 0.5rem !important;
    }
    
    /* Feature Cards */
    .feature-card-modern {
        padding: 0.75rem !important; /* ~2x plus petit */
        border-radius: 0.75rem !important;
    }
    
    .feature-card-modern h3 {
        font-size: 0.875rem !important; /* ~2x plus petit */
        margin-bottom: 0.25rem !important;
    }
    
    .feature-card-modern p {
        font-size: 0.625rem !important; /* ~2x plus petit */
        line-height: 1.2 !important;
    }
    
    /* Icônes des feature cards - 2x plus petites */
    .feature-card-modern .feature-icon-modern i,
    .feature-card-modern .feature-icon i,
    .feature-icon-modern i {
        font-size: 1rem !important; /* ~2x plus petit */
    }
    
    .feature-icon-modern {
        width: 30px !important; /* ~2x plus petit */
        height: 30px !important;
    }
    
    /* Buttons */
    .btn-primary-modern, .btn-secondary-modern {
        font-size: 0.7rem !important; /* ~2x plus petit */
        padding: 0.5rem 1rem !important;
        border-radius: 0.375rem !important;
    }
    
    /* Bouton CTA principal hero - AJUSTÉ +30% */
    .hero-cta-modern,
    .hero-cta-container .hero-cta-modern,
    .cta-btn-modern {
        font-size: 0.715rem !important; /* Augmenté de 30% */
        padding: 0.455rem 0.91rem !important; /* Augmenté de 30% */
        border-radius: 0.325rem !important;
        min-height: 41px !important; /* Augmenté de 30% */
    }
    
    .hero-cta-modern .cta-text,
    .cta-btn-modern .btn-text {
        font-size: 0.715rem !important; /* Augmenté de 30% */
    }
    
    .hero-cta-modern .cta-icon i,
    .cta-btn-modern .btn-icon i {
        font-size: 0.65rem !important; /* Augmenté de 30% */
    }
    
    /* Autres boutons CTA */
    .hero-content-modern .btn-primary-modern,
    .hero-cta .btn-primary-modern {
        font-size: 0.715rem !important; /* Augmenté de 30% */
        padding: 0.455rem 0.91rem !important; /* Augmenté de 30% */
        border-radius: 0.325rem !important;
    }
    
    /* Containers */
    .container {
        padding: 0 0.75rem !important; /* ~2x plus petit */
    }
    
    /* Spacing between sections */
    .hero-modern, .stats-modern, .tests-modern, .neurodiversity-modern, .features-modern {
        padding: 2rem 0 !important; /* ~2x plus petit */
    }
    
    /* Grids */
    .stats-grid-modern {
        gap: 0.75rem !important; /* ~2x plus petit */
    }
    
    .tests-grid-modern {
        gap: 0.5rem !important; /* ~2x plus petit */
    }
    
    .features-grid-modern {
        gap: 0.75rem !important; /* ~2x plus petit */
    }
    
    /* SECTION BLOG - Réduction complète */
    .blog-card {
        padding: 0.5rem !important; /* ~2x plus petit */
        border-radius: 0.5rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .blog-card-image {
        height: 80px !important; /* ~2x plus petit */
        border-radius: 0.375rem !important;
    }
    
    .blog-card-content {
        padding: 0.5rem !important; /* ~2x plus petit */
    }
    
    .blog-card-category {
        font-size: 0.5rem !important; /* ~2x plus petit */
        padding: 0.125rem 0.375rem !important;
        border-radius: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    
    .blog-card-title {
        font-size: 0.75rem !important; /* ~2x plus petit */
        line-height: 1.2 !important;
        margin-bottom: 0.25rem !important;
    }
    
    .blog-card-excerpt {
        font-size: 0.625rem !important; /* ~2x plus petit */
        line-height: 1.3 !important;
        margin-bottom: 0.5rem !important;
    }
    
    .blog-card-link {
        font-size: 0.6rem !important; /* ~2x plus petit */
        padding: 0.25rem 0.5rem !important;
        border-radius: 0.25rem !important;
    }
    
    .blog-card-link i {
        font-size: 0.5rem !important; /* ~2x plus petit */
    }
    
    .blog-empty-state {
        padding: 1rem !important; /* ~2x plus petit */
        border-radius: 0.5rem !important;
    }
    
    .blog-empty-state i {
        font-size: 1.5rem !important; /* ~2x plus petit */
        margin-bottom: 0.5rem !important;
    }
    
    .blog-empty-state h3 {
        font-size: 0.875rem !important; /* ~2x plus petit */
        margin-bottom: 0.25rem !important;
    }
    
    .blog-empty-state p {
        font-size: 0.625rem !important; /* ~2x plus petit */
    }
    
    /* BADGES - Réduction supplémentaire */
    .badge, .badge--nouveau, .badge--version {
        font-size: 0.45rem !important; /* ~2x plus petit */
        padding: 0.1rem 0.3rem !important;
        border-radius: 0.2rem !important;
    }
    
    .achievement-badge {
        font-size: 0.45rem !important; /* ~2x plus petit */
        padding: 0.1rem 0.3rem !important;
        border-radius: 0.2rem !important;
    }
    
    /* BOUTONS - Réduction supplémentaire de tous les boutons */
    .btn, .btn-primary, .btn-secondary, .btn-outline, 
    .btn-primary-modern, .btn-secondary-modern,
    .dashboard-btn, .user-menu-btn, .mobile-menu-btn {
        font-size: 0.6rem !important; /* ~2x plus petit */
        padding: 0.4rem 0.8rem !important;
        border-radius: 0.3rem !important;
        min-height: 30px !important; /* ~2x plus petit */
    }
    
    .btn i, .btn-primary i, .btn-secondary i {
        font-size: 0.55rem !important; /* ~2x plus petit */
    }
    
    /* Boutons de navigation carousel/slider */
    .carousel-btn, .slider-btn, .nav-btn {
        width: 25px !important; /* ~2x plus petit */
        height: 25px !important;
        font-size: 0.6rem !important;
        border-radius: 50% !important;
        padding: 0 !important;
    }
    
    /* Pagination et indicateurs */
    .carousel-indicators .indicator,
    .slider-indicators .indicator {
        width: 6px !important; /* ~2x plus petit */
        height: 6px !important;
        border-radius: 50% !important;
        margin: 0 2px !important;
    }
    
    /* Actions et liens */
    .blog-card-meta, .card-actions, .test-actions {
        margin-top: 0.5rem !important;
    }
    
    .card-actions .btn {
        font-size: 0.55rem !important; /* Plus petit pour actions */
        padding: 0.3rem 0.6rem !important;
    }
    
    /* TITRES DE SECTIONS - Réduction supplémentaire */
    h1, .hero-title, .page-title {
        font-size: 1.5rem !important; /* ~2x plus petit */
        line-height: 1.2 !important;
        margin-bottom: 0.5rem !important;
    }
    
    h2, .section-title {
        font-size: 1.125rem !important; /* ~2x plus petit */
        line-height: 1.3 !important;
        margin-bottom: 0.5rem !important;
    }
    
    h3, .subsection-title {
        font-size: 0.875rem !important; /* ~2x plus petit */
        line-height: 1.3 !important;
        margin-bottom: 0.375rem !important;
    }
    
    h4 {
        font-size: 0.75rem !important; /* ~2x plus petit */
        line-height: 1.3 !important;
        margin-bottom: 0.25rem !important;
    }
    
    h5, h6 {
        font-size: 0.625rem !important; /* ~2x plus petit */
        line-height: 1.3 !important;
        margin-bottom: 0.25rem !important;
    }
    
    /* Titres spécifiques des sections */
    .hero-modern h1,
    .stats-modern h2,
    .tests-modern h2,
    .features-modern h2,
    .neurodiversity-modern h2 {
        font-size: 1.25rem !important; /* ~2x plus petit */
        margin-bottom: 0.5rem !important;
    }
    
    /* Sous-titres et descriptions */
    .hero-subtitle, .section-subtitle {
        font-size: 0.75rem !important; /* ~2x plus petit */
        line-height: 1.4 !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* FOOTER MOBILE - Réduction complète des polices */
    .footer {
        padding: 1rem 0 !important; /* ~2x plus petit */
    }
    
    .footer h3, .footer h4 {
        font-size: 0.75rem !important; /* ~2x plus petit */
        margin-bottom: 0.5rem !important;
    }
    
    .footer p, .footer li, .footer a {
        font-size: 0.625rem !important; /* ~2x plus petit */
        line-height: 1.4 !important;
    }
    
    .footer-section {
        margin-bottom: 1rem !important; /* ~2x plus petit */
        padding: 0.5rem !important;
    }
    
    .footer-links {
        margin-bottom: 0.5rem !important;
    }
    
    .footer-links a {
        margin-right: 0.75rem !important; /* ~2x plus petit */
        font-size: 0.6rem !important;
    }
    
    .footer-bottom {
        padding: 0.5rem 0 !important; /* ~2x plus petit */
        font-size: 0.55rem !important; /* ~2x plus petit */
    }
    
    .footer-copyright {
        font-size: 0.55rem !important; /* ~2x plus petit */
    }
    
    .footer-social {
        margin-top: 0.5rem !important;
    }
    
    .footer-social a {
        font-size: 0.7rem !important; /* ~2x plus petit */
        padding: 0.25rem !important;
        margin: 0 0.25rem !important;
    }
    
    /* Footer grid sur mobile */
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }
    
    .footer-column {
        margin-bottom: 0.75rem !important;
    }
    
    /* MENU MOBILE - Icône 2x plus grande */
    .mobile-menu-btn {
        font-size: 1.2rem !important; /* 2x plus grand */
        padding: 0.75rem !important;
        width: 48px !important;
        height: 48px !important;
    }
    
    .mobile-menu-btn i {
        font-size: 1.2rem !important; /* 2x plus grand */
    }
}

/* Responsive Mobile Paysage */
@media (max-width: 768px) and (orientation: landscape) {
    .hero-slide {
        background-size: cover !important;
        background-position: center !important;
    }
    
    .hero-slide.active {
        background-size: cover !important;
    }
}
