/* --- VARIABLES --- */
:root {
    --primary: #FF4500; --secondary: #FFD700; --dark: #1a1a1a; --light: #f4f4f4;
    --gradient: linear-gradient(135deg, #FF4500, #FF8C00, #FFD700);
    --insta-grad: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
body { font-family: 'Segoe UI', sans-serif; margin: 0; padding: 0; background: var(--light); color: var(--dark); scroll-behavior: smooth; }

/* --- NAV & HEADER --- */
nav { background: white; padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.logo { font-size: 1.5rem; font-weight: 800; background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--primary); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; }
.nav-links a { text-decoration: none; color: #333; margin-left: 20px; font-weight: 500; transition: color 0.3s; }
.nav-links a:hover { color: var(--primary); }
.btn-cta { background: var(--gradient); color: white !important; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; border: none; cursor: pointer; box-shadow: 0 4px 15px rgba(255, 69, 0, 0.3); transition: transform 0.2s; }
.btn-cta:hover { transform: scale(1.05); }

/* --- VARIABLES --- */
:root {
    --primary: #FF4500; --secondary: #FFD700; --dark: #1a1a1a; --light: #f4f4f4;
    --gradient: linear-gradient(135deg, #FF4500, #FF8C00, #FFD700);
}
body { font-family: 'Segoe UI', sans-serif; margin: 0; padding: 0; background: var(--light); color: var(--dark); scroll-behavior: smooth; }

nav { background: white; padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.logo { font-size: 1.5rem; font-weight: 800; background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--primary); text-transform: uppercase; }
.nav-links { display: flex; align-items: center; }
.nav-links a { text-decoration: none; color: #333; margin-left: 20px; font-weight: 500; transition: 0.3s; }
.btn-cta { background: var(--gradient); color: white !important; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; border: none; cursor: pointer; }

/* --- HEADER AVEC VIDÉO --- */
header { 
    background: var(--dark); 
    color: white; 
    padding: 100px 5%; 
    text-align: center; 
    position: relative; 
    overflow: hidden; 
    min-height: 400px; /* Assure une hauteur mini pour la vidéo */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* La vidéo en arrière-plan */
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Remplit tout l'espace sans déformer */
    z-index: 0; /* Tout au fond */
    filter: blur(8px); /* L'effet flou demandé */
    transform: scale(1.1); /* Zoom léger pour cacher les bords flous */
}

/* Le voile noir pour la lisibilité */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Noir transparent à 40% */
    z-index: 1;
}

/* Le contenu texte par-dessus tout */
.header-content {
    position: relative;
    z-index: 2; /* Au premier plan */
    width: 100%;
}

/* --- LE RESTE DU SITE (INCHANGÉ) --- */
.about-section { background: white; padding: 80px 5%; display: flex; gap: 50px; align-items: center; justify-content: center; flex-wrap: wrap; }
.about-img { flex: 1; min-width: 300px; height: 400px; border-radius: 20px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }

.dj-section { background: #111; color: white; padding: 80px 5%; border-bottom: 4px solid var(--secondary); }
.dj-container { max-width: 1200px; margin: auto; display: flex; align-items: center; gap: 50px; flex-wrap: wrap-reverse; }
.gear-tag { background: #333; padding: 5px 15px; border-radius: 20px; font-size: 0.8rem; border: 1px solid #555; color: var(--secondary); margin-right: 5px; }

.packs-section { padding: 80px 5%; background: #fff; }
.packs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.pack-card { border: 2px solid var(--secondary); border-radius: 20px; overflow: hidden; transition: 0.3s; text-align: center; cursor: pointer; background: white; }
.pack-header { background: var(--secondary); color: #000; padding: 12px; font-weight: bold; text-transform: uppercase; }

.carousel-wrapper { position: relative; height: 420px; overflow: hidden; padding: 10px 0; }
.carousel-track { display: flex; transition: transform 0.5s ease; list-style: none; padding: 0; }
.carousel-slide { min-width: 300px; margin-right: 30px; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.6); color: white; border: none; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; z-index: 100; display: flex; align-items: center; justify-content: center; }
.prev-btn { left: 10px; } .next-btn { right: 10px; }

.simulator-box { background: white; padding: 40px; border-radius: 20px; margin-top: 80px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border-top: 6px solid var(--primary); }
.category-title { margin: 30px 0 15px; color: var(--dark); font-size: 1.1rem; border-left: 4px solid var(--secondary); padding: 10px 15px; background: #f4f4f4; border-radius: 0 10px 10px 0; font-weight: 800; }
.product-row { display: grid; grid-template-columns: 50px 1fr auto 100px; align-items: center; padding: 12px 20px; margin-bottom: 8px; border: 1px solid #eee; border-radius: 12px; position: relative; }
.product-row.active-row { border-color: var(--primary); background: #fff5f0; }

.btn-info { 
    background: #eee; color: #666; width: 30px; height: 30px; border-radius: 50%; border: none; cursor: pointer; 
    display: inline-flex; align-items: center; justify-content: center; 
    pointer-events: auto !important; position: relative; z-index: 20; transition: 0.3s;
}
.btn-info:hover { background: var(--secondary); color: white; transform: scale(1.1); }

.modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); backdrop-filter: blur(5px); }
.modal-content, .product-modal-content { background: white; margin: 5vh auto; border-radius: 20px; width: 90%; max-width: 600px; max-height: 85vh; overflow-y: auto; position: relative; }
.pm-header { background: #1a1a1a; color: white; padding: 30px; text-align: center; border-bottom: 4px solid var(--primary); }
.pm-body { padding: 30px; }
.close { position: absolute; right: 20px; top: 20px; color: white; font-size: 2rem; cursor: pointer; z-index: 100; }

.hamburger { display: none; font-size: 1.8rem; cursor: pointer; }
@media screen and (max-width: 992px) {
    .hamburger { display: block; }
    .nav-links { position: absolute; top: 100%; left: 0; width: 100%; background: white; flex-direction: column; padding: 0; max-height: 0; overflow: hidden; transition: 0.4s; opacity: 0; z-index: 2000; }
    .nav-links.mobile-menu-active { max-height: 600px; opacity: 1; padding: 30px 0; }
    .nav-links a { margin: 10px 0; }
}

/* Grille Profil */
.profile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; }
.hidden { display: none !important; }

/* --- SECTIONS --- */
.about-section { background: white; padding: 60px 5%; display: flex; gap: 50px; align-items: center; justify-content: center; flex-wrap: wrap; }
.about-img { flex: 1; min-width: 300px; height: 350px; background: #ddd; border-radius: 20px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-text { flex: 1; min-width: 300px; }
.about-text h2 { font-size: 2.5rem; margin-bottom: 20px; color: var(--dark); }

/* --- SECTION DJ --- */
.dj-section { background: #111; color: white; padding: 80px 5%; position: relative; border-bottom: 4px solid var(--secondary); }
.dj-container { max-width: 1200px; margin: auto; display: flex; align-items: center; gap: 50px; flex-wrap: wrap-reverse; }
.dj-text { flex: 1; min-width: 300px; }
.dj-text h2 { font-size: 2.5rem; color: var(--secondary); margin-bottom: 20px; }
.dj-text p { color: #ccc; line-height: 1.6; margin-bottom: 20px; }
.dj-gear-list { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 20px; }
.gear-tag { background: #333; padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; border: 1px solid #555; color: var(--secondary); }
.dj-img { flex: 1; min-width: 300px; height: 400px; background: #222; border-radius: 20px; overflow: hidden; box-shadow: 0 0 30px rgba(255, 215, 0, 0.2); position: relative; }
.dj-img img { width: 100%; height: 100%; object-fit: cover; }

/* --- SECTION PACKS --- */
.packs-section { padding: 60px 5%; background: #fff; }
.packs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; }
.pack-card { border: 2px solid var(--secondary); background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.3s; text-align: center; }
.pack-card:hover { transform: translateY(-10px); }
.pack-header { background: var(--secondary); color: #000; padding: 15px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }

/* --- CARROUSEL --- */
.container { padding: 60px 5%; max-width: 1200px; margin: auto; }
.section-title { text-align: center; font-size: 2rem; margin-bottom: 40px; }
.carousel-wrapper { position: relative; height: 420px; width: 100%; margin: 0 auto; overflow: hidden; }
.carousel-track-container { height: 100%; width: 100%; overflow: hidden; }
.carousel-track { padding: 10px 0; margin: 0; list-style: none; display: flex; transition: transform 0.5s ease-in-out; }
.carousel-slide { min-width: 300px; margin-right: 30px; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0, 0, 0, 0.6); color: white; border: none; width: 45px; height: 45px; border-radius: 50%; cursor: pointer; z-index: 100; font-size: 1.2rem; transition: 0.3s; display: flex; align-items: center; justify-content: center; }
.carousel-btn:hover { background: var(--primary); transform: translateY(-50%) scale(1.1); }
.prev-btn { left: 10px; } .next-btn { right: 10px; }
.card { background: white; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; border: 1px solid #eee; height: 100%; position: relative; }
.card-header { height: 150px; background: #f9f9f9; display: flex; align-items: center; justify-content: center; }
.card-body { padding: 20px; }
.price { font-size: 1.5rem; color: var(--primary); font-weight: bold; margin: 10px 0; }
.badge { position: absolute; top: 10px; right: 10px; background: var(--secondary); color: #000; padding: 3px 10px; border-radius: 10px; font-size: 0.7rem; font-weight: bold; }
.btn-details { display: inline-block; margin-top: 15px; padding: 8px 20px; border: 2px solid #ddd; color: #555; border-radius: 50px; font-size: 0.85rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; background: transparent; cursor: pointer; }
.card:hover .btn-details { border-color: var(--primary); background: var(--primary); color: white; transform: translateY(-2px); }

/* --- MODAL --- */
.product-modal-content { background-color: white; margin: 2% auto; padding: 0; border-radius: 15px; width: 95%; max-width: 600px; position: relative; box-shadow: 0 15px 40px rgba(0,0,0,0.6); overflow: hidden; max-height: 90vh; overflow-y: auto; display: flex; flex-direction: column; }
.pm-header { background: #1a1a1a; color: white; padding: 25px 20px; text-align: center; border-bottom: 4px solid var(--primary); flex-shrink: 0; }
.pm-header h2 { margin: 0; font-size: 1.8rem; text-transform: uppercase; letter-spacing: 1px; color: var(--secondary); }
.pm-body { padding: 25px; overflow-y: auto; }
.pm-section { margin-bottom: 25px; }
.pm-section h3 { color: var(--primary); border-bottom: 2px solid #eee; padding-bottom: 10px; margin-bottom: 15px; }
.pm-list li { margin-bottom: 12px; line-height: 1.5; color: #444; padding-left: 25px; position: relative; }
.pm-list li::before { content: "✔"; color: var(--secondary); font-weight: bold; position: absolute; left: 0; }
.close { position: absolute; right: 15px; top: 15px; color: white; font-size: 2rem; opacity: 0.7; z-index: 10; width: 40px; height: 40px; text-align: center; line-height: 40px; }
.close:hover { opacity: 1; color: var(--primary); }

/* --- SIMULATEUR (DESIGN PREMIUM) --- */
.simulator-box {
    background: white;
    padding: 40px;
    border-radius: 20px;
    margin-top: 80px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    border-top: 6px solid var(--primary);
    position: relative;
    overflow: hidden;
}

/* Titre et Dates */
.simulator-box h2 { text-align: center; color: var(--dark); font-size: 2rem; margin-bottom: 30px; }

.sim-dates {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    flex-wrap: wrap;
}

.input-group label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.input-group input, .input-group select {
    padding: 12px 15px;
    border: 2px solid #eee;
    border-radius: 10px;
    font-size: 1rem;
    background: #f9f9f9;
    transition: 0.3s;
    outline: none;
}
.input-group input:focus, .input-group select:focus {
    border-color: var(--primary);
    background: white;
}

/* Liste des produits (Refonte) */
.product-list-form { max-width: 900px; margin: 0 auto; }

.category-title {
    margin: 30px 0 15px;
    color: var(--dark);
    font-size: 1.2rem;
    border-left: 4px solid var(--secondary);
    padding-left: 15px;
    font-weight: 800;
    text-transform: uppercase;
    background: #f4f4f4;
    padding: 10px 15px;
    border-radius: 0 10px 10px 0;
}

.product-row {
    display: grid;
    grid-template-columns: 50px 1fr auto 100px; /* Checkbox | Nom+Info | Prix | Qté */
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: white;
    transition: all 0.2s ease;
}

/* Effet quand on passe la souris ou qu'on coche */
.product-row:hover { transform: translateX(5px); border-color: #ddd; }
.product-row.active-row {
    border-color: #FF4500;
    background: #fff5f0;
}
.hidden { display: none !important; }

/* Checkbox personnalisée */
.chk-item {
    width: 22px;
    height: 22px;
    cursor: pointer;
    accent-color: var(--primary);
}

/* Nom du produit */
.prod-name {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- BOUTONS INFO ET DÉTAILS --- */
.btn-info { 
    background: #eee; 
    color: #666; 
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    border: none; 
    cursor: pointer; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    /* Force le bouton à être au-dessus des autres éléments de la ligne */
    position: relative; 
    z-index: 10; 
    pointer-events: auto !important; 
    transition: 0.3s;
}

.btn-info:hover { 
    background: var(--secondary); 
    color: white; 
    transform: scale(1.1); 
}

.btn-details {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    border: 2px solid #ddd;
    color: #555;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    z-index: 5;
    pointer-events: auto !important;
}

/* --- STRUCTURE DES MODALES --- */
.modal { 
    display: none; 
    position: fixed; 
    z-index: 2000; /* Doit être au-dessus de tout */
    left: 0; top: 0; 
    width: 100%; height: 100%; 
    background: rgba(0,0,0,0.8); 
}

.product-modal-content { 
    background: white; 
    margin: 5vh auto; 
    border-radius: 20px; 
    width: 90%; 
    max-width: 600px; 
    max-height: 85vh; 
    overflow-y: auto; 
    position: relative; 
}

/* Prix */
.prod-price {
    font-weight: bold;
    color: var(--primary);
    font-size: 1.1rem;
    margin-right: 20px;
}

/* Quantité */
.qty-item {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    width: 60px;
    text-align: center;
    font-weight: bold;
}

/* Zone Résultat */
#resultArea {
    text-align: center;
    margin-top: 50px;
    padding: 40px;
    background: #1a1a1a;
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

#resultArea p { margin: 0; color: #aaa; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 2px; }

#totalPriceDisplay {
    font-size: 3.5rem;
    color: var(--secondary);
    font-weight: 800;
    margin: 10px 0 30px;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}

/* Bouton Réserver amélioré */
#btnReserver {
    background: var(--gradient);
    color: white;
    padding: 15px 50px;
    font-size: 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(255, 69, 0, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-block;
}
#btnReserver:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 69, 0, 0.6);
}

/* --- RESPONSIVE SPECIFIQUE SIMULATEUR --- */
@media screen and (max-width: 768px) {
    .product-row {
        grid-template-columns: 40px 1fr; /* Mobile : Checkbox | Reste */
        gap: 10px;
        padding: 15px;
    }
    
    .prod-name {
        grid-column: 2 / -1; /* Prend toute la largeur */
        justify-content: space-between;
        font-size: 1rem;
    }
    
    .prod-price {
        grid-column: 2; 
        grid-row: 2;
        margin: 0;
        font-size: 1rem;
    }
    
    .qty-item {
        grid-column: 2;
        grid-row: 2;
        justify-self: end; /* Pousse à droite */
        width: 50px;
    }
}
/* --- RESPONSIVE & BURGER --- */
.hamburger { display: none; }

@media screen and (max-width: 768px) {
    /* 1. NAVIGATION BURGER */
    .hamburger { display: block; font-size: 1.8rem; cursor: pointer; color: var(--dark); position: relative; z-index: 2001; padding: 10px; }
    
    .nav-links {
        position: absolute; top: 100%; left: 0; width: 100%;
        background: white; flex-direction: column; align-items: center;
        padding: 0; box-shadow: 0 10px 15px rgba(0,0,0,0.1); z-index: 2000;
        max-height: 0; overflow: hidden;
        transition: max-height 0.4s ease-out, padding 0.4s ease;
        opacity: 0;
    }
    
    .nav-links.mobile-menu-active {
        max-height: 600px; opacity: 1; padding: 30px 0; border-top: 1px solid #eee;
    }

    .nav-links a { margin: 15px 0; font-size: 1.2rem; width: 100%; text-align: center; }
    
    .user-nav { margin: 20px 0 0 0; flex-direction: column; gap: 15px; width: 100%; align-items: center; }

    /* 2. LAYOUT */
    header { padding: 60px 5%; } header h1 { font-size: 2.2rem; }
    .about-section { flex-direction: column; } .about-img, .about-text { width: 100%; min-width: auto; } .about-img { height: 250px; } 
    .dj-container { flex-direction: column-reverse; gap: 30px; }
    .carousel-btn { width: 35px; height: 35px; font-size: 1rem; }
    
    /* 3. SIMULATEUR MOBILE */
    .sim-dates { flex-direction: column; gap: 15px; } .input-group { width: 100%; }
    .header-row { display: none; }
    .product-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 15px 0; gap: 10px; border-bottom: 1px solid #ddd; }
    .product-row .chk-item { width: 10%; margin: 0; transform: scale(1.3); }
    .product-row span:nth-of-type(1) { width: 85%; font-weight: bold; font-size: 1.1rem; }
    .product-row span:nth-of-type(2) { width: 45%; margin-left: 10%; color: #666; }
    .product-row .qty-item { width: 35%; height: 40px; font-size: 1.2rem; }
    
    .modal-content, .product-modal-content { width: 95%; margin: 15% auto; }
}

@media screen and (max-width: 380px) {
    header h1 { font-size: 1.8rem; }
    .price { font-size: 1.2rem; }
    .card-body { padding: 15px; }
}
/* --- PAGE PROFIL --- */
.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.profile-page .simulator-box {
    margin-top: 0; /* Aligner les boites */
}

.profile-page h3 {
    color: var(--primary);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 768px) {
    .profile-grid {
        grid-template-columns: 1fr;
    }
}
/* --- TYPOGRAPHIE HEADER (TEXTE SUR VIDÉO) --- */
.header-content h1 {
    font-size: 4rem; /* Taille augmentée (était 3.5rem avant) */
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 4px 15px rgba(0,0,0,0.6); /* Ombre noire pour la lisibilité */
    color: white;
}

.header-content p {
    font-size: 1.5rem; /* Taille augmentée (était 1.2rem avant) */
    font-weight: 500;
    color: #f4f4f4;
    margin-top: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6); /* Ombre légère */
}

/* Adaptation Mobile (pour ne pas que ça déborde sur petit écran) */
@media screen and (max-width: 768px) {
    .header-content h1 { font-size: 2.5rem; }
    .header-content p { font-size: 1.2rem; }
}
/* --- FOOTER PREMIUM --- */
.main-footer {
    background: #111;
    color: #bbb;
    padding: 80px 5% 20px;
    margin-top: 100px;
    border-top: 4px solid var(--primary);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-col h3 {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--gradient);
    border-radius: 2px;
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 20px 0;
}

/* Liens Sociaux */
.social-links { display: flex; gap: 15px; }
.social-links a {
    width: 40px; height: 40px;
    background: #222;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}
.social-links a:hover { background: var(--primary); transform: translateY(-3px); }

/* Listes de liens */
.footer-links, .contact-info { list-style: none; padding: 0; }
.footer-links li, .contact-info li { margin-bottom: 15px; display: flex; align-items: flex-start; gap: 10px; }
.footer-links a { color: #bbb; text-decoration: none; transition: 0.3s; }
.footer-links a:hover { color: var(--secondary); padding-left: 5px; }

.contact-info a { color: #bbb; text-decoration: none; }
.contact-info a:hover { color: var(--primary); text-decoration: underline; }
.contact-info i { color: var(--primary); margin-top: 5px; }

/* --- CARTE AVIS GOOGLE --- */
.google-review-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
.google-review-card:hover { transform: translateY(-5px); }

.review-header { display: flex; justify-content: center; align-items: center; gap: 10px; margin-bottom: 5px; }
.review-header i { color: #4285F4; font-size: 1.5rem; } /* Bleu Google */
.stars { color: #FFD700; letter-spacing: 2px; }

.google-review-card p { color: #333; margin: 5px 0; font-size: 0.9rem; }
.review-text { font-style: italic; color: #666 !important; margin-bottom: 15px !important; }

.btn-review {
    display: inline-block;
    background: #111;
    color: white;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: bold;
    transition: 0.3s;
}
.btn-review:hover { background: var(--primary); }

/* --- BAS DE PAGE --- */
.footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 60px;
    padding-top: 20px;
    font-size: 0.85rem;
}
.footer-bottom a { color: #777; text-decoration: none; margin: 0 10px; }
.footer-bottom a:hover { color: white; }
/* --- BOUTONS RÉSEAUX SOCIAUX (HEADER) --- */
.hero-socials {
    margin-top: 40px;
    animation: fadeIn 1.5s ease-in-out;
}

.social-text {
    font-size: 1rem !important; /* Force la taille pour ce texte spécifique */
    color: #ddd !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px); /* Effet flou derrière le bouton */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Couleurs spécifiques au survol */
.social-pill.insta { background: rgba(255, 255, 255, 0.1); }
.social-pill.insta:hover { background: var(--insta-grad); border-color: transparent; transform: translateY(-3px); }

.social-pill.fb { background: rgba(255, 255, 255, 0.1); }
.social-pill.fb:hover { background: #1877F2; border-color: transparent; transform: translateY(-3px); }

.social-pill.tiktok { background: rgba(255, 255, 255, 0.1); }
.social-pill.tiktok:hover { background: black; border-color: transparent; transform: translateY(-3px); }

/* Petite animation d'apparition */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Adaptation Mobile */
@media screen and (max-width: 768px) {
    .hero-socials { margin-top: 30px; }
    .social-pill { padding: 8px 15px; font-size: 0.9rem; }
}
/* --- CORRECTION ULTIME : PLUS AUCUN FOND NOIR --- */

/* 1. Le Header est totalement transparent */
header {
    background: transparent !important;
    background-color: rgba(0,0,0,0) !important;
}

/* 2. Le bloc de texte est totalement transparent (pas de boîte) */
.header-content {
    background: none !important;
    background-color: rgba(0,0,0,0) !important;
    box-shadow: none !important;
    border: none !important;
}

/* 3. LE CHANGEMENT EST ICI : On rend le voile totalement invisible */
.video-overlay {
    background: transparent !important; /* Avant c'était rgba(0,0,0,0.4) */
    background-color: transparent !important;
    box-shadow: none !important;
}

/* 4. La vidéo reste en arrière-plan */
.background-video {
    z-index: -1 !important;
    position: absolute !important;
}

/* --- BOUTONS SECONDAIRES (Devis) --- */
.action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.btn-secondary {
    background: transparent;
    border: 2px solid #555;
    color: #ccc;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.btn-secondary:hover {
    border-color: var(--secondary);
    color: var(--secondary);
}

/* --- STYLE D'IMPRESSION (Devis A4) --- */
/* Par défaut, la zone d'impression est cachée à l'écran */
#printableInvoice { display: none; }

@media print {
    /* 1. On cache TOUT le site normal */
    nav, header, section, footer, .container, .carousel-wrapper, #productModal, .hamburger { 
        display: none !important; 
    }
    
    body { background: white; color: black; font-size: 12pt; }

    /* 2. On affiche uniquement la zone de facture */
    #printableInvoice {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
    }

    /* Mise en page du Devis Papier */
    .invoice-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #FF4500;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .invoice-logo { font-size: 2rem; font-weight: bold; color: #FF4500; }
    .invoice-title { font-size: 1.5rem; text-transform: uppercase; }
    
    .invoice-details { margin-bottom: 30px; line-height: 1.6; }
    
    .invoice-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
    .invoice-table th { background: #eee; padding: 10px; text-align: left; border-bottom: 1px solid #ddd; }
    .invoice-table td { padding: 10px; border-bottom: 1px solid #eee; }
    .invoice-total { text-align: right; font-size: 1.5rem; font-weight: bold; color: #FF4500; }
    
    .invoice-footer { text-align: center; margin-top: 50px; font-size: 0.8rem; color: #666; border-top: 1px solid #eee; padding-top: 20px; }
}