/* ==========================================================================
   TABLE DES MATIÈRES
   1. VARIABLES GLOBALES ET BASE (Couleurs, Typographie, Body)
   2. ÉLÉMENTS COMMUNS (Boutons, Panneaux en Verre, Voiles sombres)
   3. EN-TÊTE ET PIED DE PAGE (Header, Footer, Navigation)
   4. PAGE : ACCUEIL (Formulaire VTC, Autocomplétion TomTom)
   5. PAGE : RÉSULTATS (Carte, Liste des véhicules)
   6. PAGE : FLOTTE (Grille des véhicules)
   7. PAGE : SERVICES (Grille des prestations)
   8. PAGE : MENTIONS LÉGALES (Blocs de texte)
   9. PAGE : CONTACT (Formulaire, Coordonnées)
  10. RESPONSIVE MOBILE (Adaptation pour téléphones et tablettes)
   ========================================================================== */

/* ==========================================================================
   1. VARIABLES GLOBALES ET BASE
   ========================================================================== */
:root {
    --primary: #e30613;       /* Rouge standard */
    --red: #ff0000;           /* Rouge vif signature */
    --red-dark: #a30000;      /* Rouge sombre pour les dégradés */
    --gold: #d4af37;          /* Or (utilisé sur certaines anciennes pages) */
    --gold-dark: #b8860b;     /* Or sombre */
    --glass: rgba(15, 15, 15, 0.40); /* Le fond noir translucide (effet verre) */
    --white: #ffffff;         /* Blanc pur */
    --font-main: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    --header-height: 90px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    background-color: #000; /* Fond noir par défaut derrière l'effet verre */
    color: var(--white);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden; 
    padding-top: 85px; /* Compensation pour le header fixe */
}

/* ==========================================================================
   2. ÉLÉMENTS COMMUNS (Design System)
   ========================================================================== */
.hero-bg-paris, 
.legal-hero, 
.fleet-hero, 
.services-hero, 
.hero-full-glass {
    position: relative;
    min-height: 100vh;
    background: url('image/photo_paris1.jpeg') center/cover no-repeat fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 60px;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(49, 48, 48, 0.6);
    z-index: 0;
}

.glass-container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1100px;
    background: var(--glass); 
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 60px 40px;
    border-radius: 30px;
    border: 1px solid rgba(105, 55, 212, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8);
    text-align: center;
    margin: 0 auto;
}

.btn-premium {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    width: 100%; padding: 18px 30px;
    background: linear-gradient(135deg, var(--red) 0%, var(--red) 100%);
    color: var(--white); font-size: 1.1rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 1.5px; border: none; border-radius: 50px;
    cursor: pointer; box-shadow: 0 10px 20px rgba(247, 247, 247, 0.39);
    transition: all 0.3s ease; text-decoration: none; box-sizing: border-box;
}
.btn-premium:hover { 
    transform: translateY(-3px); 
    box-shadow: 0 15px 30px rgba(230, 103, 81, 0.5); 
    filter: brightness(1.1); 
}

/* ==========================================================================
   3. EN-TÊTE (Header & Navigation Prestige)
   ========================================================================== */
.modern-header {
    background: rgba(5, 5, 5, 0.85); 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: fixed; 
    top: 0; left: 0; width: 100%; z-index: 9999;
    transition: all 0.3s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
}

.modern-logo { 
    height: 45px; 
    width: auto;
    transition: transform 0.3s ease; 
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.1)); 
}
.logo-link:hover .modern-logo { transform: scale(1.05); }

/* --- Navigation PC --- */
.desktop-nav ul { 
    list-style: none; display: flex; gap: 35px; align-items: center; margin: 0; padding: 0; 
}

.modern-nav-link {
    color: #a1a1aa; font-size: 0.9rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.5px; padding: 10px 0; position: relative; text-decoration: none;
    transition: color 0.3s ease;
}

.modern-nav-link::after {
    content: ''; position: absolute; width: 0; height: 2px; bottom: 0; left: 50%;
    background-color: var(--red); transition: all 0.3s ease; transform: translateX(-50%);
}

.modern-nav-link:hover, .modern-nav-link.active-link { color: var(--white); }
.modern-nav-link:hover::after, .modern-nav-link.active-link::after { width: 100%; }

/* --- Bouton Réserver du Header --- */
.btn-header-reserver {
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: var(--white) !important; padding: 12px 28px; border-radius: 50px; 
    font-size: 0.9rem; font-weight: 800; text-decoration: none;
    text-transform: uppercase; box-shadow: 0 5px 15px rgba(227, 6, 19, 0.3);
    transition: all 0.3s ease; border: none; letter-spacing: 1px;
}
.btn-header-reserver:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 8px 25px rgba(227, 6, 19, 0.5); 
}

/* --- Bouton Hamburger (Mobile) --- */
.hamburger-btn {
    display: none; background: transparent; border: none; cursor: pointer;
    width: 30px; height: 20px; position: relative; z-index: 10000;
}
.hamburger-btn span {
    display: block; position: absolute; height: 2px; width: 100%;
    background: var(--white); border-radius: 2px; transition: all 0.3s ease;
}
.hamburger-btn span:nth-child(1) { top: 0; }
.hamburger-btn span:nth-child(2) { top: 9px; }
.hamburger-btn span:nth-child(3) { top: 18px; }

.hamburger-btn.is-active span:nth-child(1) { top: 9px; transform: rotate(45deg); }
.hamburger-btn.is-active span:nth-child(2) { opacity: 0; }
.hamburger-btn.is-active span:nth-child(3) { top: 9px; transform: rotate(-45deg); }

@media (max-width: 900px) {
    .hamburger-btn { display: block; }
    
    .desktop-nav {
        position: fixed; top: 0; right: -100%; width: 80%; max-width: 400px; height: 100vh;
        background: rgba(5, 5, 5, 0.98); backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        display: flex; align-items: center; justify-content: center;
        transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -10px 0 30px rgba(0,0,0,0.7); z-index: 9999;
        border-left: 1px solid rgba(255,255,255,0.05);
    }
    
    .desktop-nav.is-open { right: 0; }
    
    .desktop-nav ul { flex-direction: column; gap: 35px; text-align: center; }
    .modern-nav-link { font-size: 1.2rem; }
    .nav-cta-item { margin-top: 20px; }
}

/* ==========================================================================
   4. PAGE : ACCUEIL
   ========================================================================== */
.booking-card {
    background: rgba(20, 20, 20, 0.75);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5); 
    max-width: 500px; 
    margin: 0 auto;
}

.input-control { position: relative; width: 100%; }
.modern-icon { position: absolute; left: 15px; top: 15px; z-index: 10; font-size: 1.2rem; }

.modern-input {
    width: 100%; padding: 16px 16px 16px 45px;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px; color: var(--white); font-size: 1rem;
    transition: all 0.3s ease; box-sizing: border-box; outline: none;
}
.modern-input:focus { border-color: var(--red); background-color: rgba(255, 255, 255, 0.08); }

/* Liste TomTom (Autocomplétion) */
.modern-autocomplete {
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(15, 15, 15, 0.95); backdrop-filter: blur(15px);
    border-radius: 0 0 12px 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.8);
    z-index: 1000; padding: 5px 0; list-style: none; max-height: 280px; overflow-y: auto;
    border: 1px solid rgba(105, 55, 212, 0.3); border-top: none;
}
.modern-autocomplete::-webkit-scrollbar { width: 6px; }
.modern-autocomplete::-webkit-scrollbar-thumb { background: var(--red); border-radius: 10px; }

.prediction-item {
    display: flex; align-items: center; padding: 14px 20px;
    cursor: pointer; transition: all 0.3s ease; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 3px solid transparent;
}
.prediction-item:hover { 
    background: rgba(212, 175, 55, 0.1); border-left: 3px solid #5937d4; 
}
.prediction-icon { font-size: 1.3rem; margin-right: 15px; filter: drop-shadow(0 0 8px rgba(29, 92, 186, 0.4)); }
.prediction-title { font-weight: 700; color: var(--white); font-size: 0.95rem; }
.prediction-subtitle { font-size: 0.75rem; color: #aaa; margin-top: 3px; text-transform: uppercase; }

/* ==========================================================================
   5. PAGE : RÉSULTATS (Carte et Sélection VTC Luxe)
   ========================================================================== */
.results-header { text-align: center; margin-bottom: 30px; }
.results-header h1 { font-size: 2.5rem; color: var(--white); text-transform: uppercase; margin-bottom: 10px; }
.results-header h1 span { color: var(--red); }
.results-details { color: #aaa; font-size: 1.1rem; font-weight: 500; }

.recap-box {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--white);
}
.recap-box strong { color: var(--gold); text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; margin-right: 5px; }

#map {
    height: 350px; width: 100%; border-radius: 16px; margin-bottom: 40px; 
    border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.vehicle-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 40px; }

.vehicle-card {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px; padding: 25px 20px; text-align: center; 
    cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden;
}
.vehicle-card:hover { background: rgba(255, 255, 255, 0.06); transform: translateY(-5px); }
.vehicle-card.active { background: rgba(227, 6, 19, 0.1); border-color: var(--red); box-shadow: 0 10px 25px rgba(227, 6, 19, 0.2); transform: scale(1.02); }

.vehicle-card img { width: 100%; border-radius: 10px; margin-bottom: 15px; transition: transform 0.3s ease; }
.vehicle-card.active img { transform: scale(1.05); }

.v-name { color: var(--white); font-weight: 800; text-transform: uppercase; font-size: 1.1rem; margin-bottom: 10px; }
.v-price { color: var(--red); font-size: 1.4rem; font-weight: 900; }

.form-finalisation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }

/* ==========================================================================
   6. PAGE : FLOTTE (Aérée et parfaitement alignée)
   ========================================================================== */
.fleet-header h1 { font-size: 2.5rem; font-weight: 900; text-transform: uppercase; color: var(--white); }
.fleet-header h1 span { color: var(--red); }

.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin-top: 50px; }

.fleet-card {
    background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px; padding: 35px 30px; transition: all 0.3s ease;
    border-left: 3px solid transparent; display: flex; flex-direction: column; height: 100%;
}
.fleet-card:hover { background: rgba(212, 175, 55, 0.1); border-left: 3px solid #5937d4; transform: translateY(-5px); }

.fleet-card img { width: 100%; border-radius: 15px; margin-bottom: 25px; }

.fleet-info { display: flex; flex-direction: column; flex-grow: 1; }
.fleet-info h2 { color: var(--white); font-size: 1.4rem; text-transform: uppercase; margin-bottom: 15px; }
.fleet-desc { color: #ccc; line-height: 1.6; margin-bottom: 25px; }

.vehicle-meta { 
    background: rgba(0,0,0,0.3); padding: 12px; border-radius: 10px; color: #ddd; 
    font-size: 0.9rem; display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; 
}
.fleet-info .btn-premium { margin-top: auto; padding: 16px 20px; }

/* ==========================================================================
   7. PAGE : SERVICES (Équilibre et Espacement)
   ========================================================================== */
.services-header { text-align: center; margin-bottom: 60px; }
.services-header h1 { font-size: 2.5rem; color: var(--white); text-transform: uppercase; }
.services-header h1 span { color: var(--red); }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-bottom: 60px; }

.service-card {
    background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px; padding: 45px; transition: all 0.4s ease; text-align: left;
    display: flex; flex-direction: column; height: 100%;
}
.service-card:hover { 
    background: rgba(227, 6, 19, 0.05); border-color: var(--red); 
    transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.service-img-wrapper { width: 100%; height: 220px; border-radius: 16px; overflow: hidden; margin-bottom: 30px; border: 1px solid rgba(255,255,255,0.1); }
.service-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.service-card:hover img { transform: scale(1.08); }

.service-card h3 { color: var(--red); font-size: 1.6rem; text-transform: uppercase; margin-bottom: 20px; font-weight: 800; letter-spacing: 1px; }
.service-card p { color: #d1d1d1; line-height: 1.8; font-size: 1rem; margin: 0; }

.services-cta { text-align: center; margin-top: 20px; }
.services-cta .btn-premium { display: inline-flex; width: auto; min-width: 350px; }

/* ==========================================================================
   8. PAGE : MENTIONS LÉGALES
   ========================================================================== */
.legal-header { text-align: center; margin-bottom: 60px; }
.legal-header h1 { font-size: 2.5rem; font-weight: 900; color: var(--white); text-transform: uppercase; }
.legal-header h1 span { color: var(--red); }
.legal-header p { color: #ccc; font-size: 1.1rem; margin-top: 10px; }

.legal-content { max-width: 850px; margin: 0 auto; }
.legal-section {
    background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px; padding: 45px 50px; margin-bottom: 35px; transition: all 0.3s ease; text-align: left;
}
.legal-section:hover { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.15); }

.legal-section h2 { color: var(--white); font-size: 1.4rem; text-transform: uppercase; margin-bottom: 25px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 15px; letter-spacing: 1px; }
.legal-section p { color: #b0b0b0; line-height: 1.8; font-size: 1.05rem; margin-bottom: 15px; }
.legal-section strong { color: #ffffff; font-weight: 600; letter-spacing: 0.5px; }

.legal-section ul { list-style: none; padding: 0; margin-top: 20px; }
.legal-section li { color: #b0b0b0; line-height: 1.8; font-size: 1.05rem; margin-bottom: 12px; padding-left: 25px; position: relative; }
.legal-section li::before { content: "■"; color: #d4af37; position: absolute; left: 0; top: -2px; font-size: 0.8rem; }

/* ==========================================================================
   9. PAGE : CONTACT
   ========================================================================== */
.premium-contact-wrapper {
    display: grid; grid-template-columns: 1fr 1.5fr; gap: 0; 
    background: rgba(255, 255, 255, 0.02); border-radius: 24px; overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08); text-align: left; padding: 0;
}

.side-panel-contact { background: rgba(5, 5, 5, 0.7); padding: 50px 40px; border-right: 1px solid rgba(255, 255, 255, 0.05); }
.side-panel-contact h2 { color: var(--white); font-size: 1.8rem; text-transform: uppercase; margin-bottom: 40px; font-weight: 800; letter-spacing: 1px; }

.info-item { display: flex; align-items: flex-start; margin-bottom: 35px; gap: 20px; }
.info-icon { font-size: 1.4rem; background: rgba(255, 255, 255, 0.04); width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.08); transition: transform 0.3s ease; }
.info-item:hover .info-icon { transform: scale(1.1); border-color: var(--red); }
.info-text strong { display: block; color: #888; font-size: 0.85rem; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 1px; }
.info-text p, .info-text a { color: var(--white); font-size: 1.1rem; font-weight: 600; text-decoration: none; transition: color 0.3s; margin: 0; }
.info-text a:hover { color: var(--red); }

.main-content-contact { padding: 50px 60px; }
.contact-form-container h1 { font-size: 2.5rem; margin-bottom: 10px; text-transform: uppercase;}
.contact-form-container h1 span { color: var(--red); }
.contact-form-container .subtitle { color: #aaa; margin-bottom: 40px; font-size: 1.05rem; }

.grid-2-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.input-luxe { position: relative; margin-bottom: 40px; }
.input-luxe input, .input-luxe textarea { width: 100%; padding: 10px 0; background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); color: var(--white); font-size: 1.1rem; outline: none; transition: all 0.3s ease; font-family: inherit; }
.input-luxe textarea { height: 80px; resize: none; }
.input-luxe label { position: absolute; top: 10px; left: 0; color: #888; font-size: 1rem; transition: all 0.3s ease; pointer-events: none; }

.input-luxe input:focus, .input-luxe textarea:focus { border-bottom-color: var(--red); }
.input-luxe input:focus ~ label, .input-luxe textarea:focus ~ label, .input-luxe input:not(:placeholder-shown) ~ label, .input-luxe textarea:not(:placeholder-shown) ~ label {
    top: -20px; font-size: 0.8rem; color: var(--red); font-weight: 700; text-transform: uppercase;
}

@media (max-width: 900px) {
    .premium-contact-wrapper { grid-template-columns: 1fr; }
    .main-content-contact { padding: 40px 20px; }
    .side-panel-contact { padding: 40px 20px; border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    .grid-2-cols { grid-template-columns: 1fr; gap: 0; }
}

/* ==========================================================================
   10. RESPONSIVE MOBILE
   ========================================================================== */
@media (max-width: 900px) {
    .desktop-nav { display: none; }
    .bottom-nav { 
        display: flex; position: fixed; bottom: 0; left: 0; right: 0; 
        background: rgba(15, 15, 15, 0.95); height: 70px; justify-content: space-around; 
        align-items: center; z-index: 1000; border-top: 1px solid #333;
    }
    .nav-item { color: #888; text-decoration: none; font-size: 11px; display: flex; flex-direction: column; align-items: center; }
    .nav-item.active { color: var(--red); }

    .fleet-grid, .services-grid, .premium-wrapper, .vehicle-options { grid-template-columns: 1fr; }
    
    .glass-container { padding: 30px 20px; }
    .hero-bg-paris { padding-top: 80px; }
    
    .modern-footer { padding-bottom: 100px; }
}

/* ==========================================================================
   PIED DE PAGE (Footer Luxe & Bouton Mobile)
   ========================================================================== */
.modern-footer {
    background: linear-gradient(to bottom, #0a0a0a, #000000);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 80px 20px 20px;
    margin-top: auto;
    color: #a1a1aa;
    position: relative;
    z-index: 10;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr; 
    gap: 40px;
    margin-bottom: 60px;
}

.footer-column h4 { color: var(--white); font-size: 1.1rem; text-transform: uppercase; margin-bottom: 25px; letter-spacing: 1px; font-weight: 800; }
.footer-column p { line-height: 1.8; font-size: 0.95rem; }
.footer-column ul { list-style: none; padding: 0; }
.footer-column ul li { margin-bottom: 12px; }
.footer-column ul li a { color: #a1a1aa; text-decoration: none; transition: all 0.3s ease; font-size: 0.95rem; display: inline-block; }
.footer-column ul li a:hover { color: var(--red); transform: translateX(5px); }
.footer-logo { margin-bottom: 20px; filter: drop-shadow(0 0 10px rgba(255,255,255,0.1)); }

.footer-tel { display: inline-block; font-size: 1.4rem; color: var(--white); font-weight: 800; text-decoration: none; margin-bottom: 10px; transition: color 0.3s; }
.footer-tel:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 25px; text-align: center; font-size: 0.85rem; color: #555; }

.fab-reserve-mobile {
    display: none; position: fixed; bottom: 25px; right: 20px;
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    color: var(--white) !important; padding: 16px 32px; border-radius: 50px;
    font-weight: 800; text-decoration: none; box-shadow: 0 10px 25px rgba(227, 6, 19, 0.4);
    z-index: 9999; text-transform: uppercase; letter-spacing: 1px; transition: transform 0.3s ease;
}
.fab-reserve-mobile:hover { transform: translateY(-3px); }

@media (max-width: 900px) {
    .footer-container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .footer-column ul li a:hover { transform: translateX(0); color: var(--red); }
    .modern-footer { padding-bottom: 100px; }
    .fab-reserve-mobile { display: inline-block; } 
}

/* ==========================================================================
   AUTOCOMPLÉTION (Adresses TomTom - Accueil)
   ========================================================================== */
.input-control { position: relative; }
.modern-autocomplete {
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(15, 15, 15, 0.98); backdrop-filter: blur(20px);
    border-radius: 0 0 12px 12px; border: 1px solid rgba(255, 255, 255, 0.15);
    border-top: none; z-index: 9999; padding: 10px 0; max-height: 250px; overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8); list-style: none; margin: 0;
}
.prediction-item {
    padding: 12px 20px; cursor: pointer; border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex; align-items: center; transition: background 0.3s ease;
}
.prediction-item:last-child { border-bottom: none; }
.prediction-item:hover { background: rgba(227, 6, 19, 0.2); }
.prediction-icon { font-size: 1.3rem; margin-right: 15px; }
.prediction-title { color: var(--white); font-weight: 700; display: block; font-size: 0.95rem; }
.prediction-subtitle { color: #888; font-size: 0.8rem; margin-top: 3px; }

/* =========================================================
   MENU HAMBURGER UNIVERSEL (Toutes les pages)
   ========================================================= */
.mobile-overlay-menu {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    z-index: 999999;
    display: none; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.mobile-overlay-menu.is-open { display: flex; }

.mobile-overlay-menu a {
    display: block; /* INDISPENSABLE pour que la bordure s'affiche ! */
    width: 80%; /* Prend bien la largeur de l'écran */
    text-align: center; /* Centre le texte */
    color: white; 
    font-size: 1.8rem; 
    font-weight: 900;
    text-transform: uppercase; 
    text-decoration: none;
    margin: 10px auto; 
    padding: 12px 20px; 
    letter-spacing: 2px;
    border-left: 4px solid transparent; /* Bordure préparée */
    transition: all 0.3s ease;
}

/* Effet au survol ou toucher (Trait rouge & texte Or avec !important) */
.mobile-overlay-menu a:active,
.mobile-overlay-menu a:hover { 
    color: var(--gold) !important; 
    border-left: 4px solid var(--red) !important; 
    background: rgba(227, 6, 19, 0.1) !important; 
}

.close-menu {
    position: absolute; 
    top: 20px; 
    right: 20px;
    font-size: 2.5rem; 
    color: var(--red); 
    font-weight: bold; 
    cursor: pointer;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }