 /* General Body and Font */
        body {
            margin: 0;
            font-family: 'Roboto', sans-serif;
            /* --- MODIFICATION ICI : ARRIÈRE-PLAN DU BODY EN NOIR --- */
            background-color: #000; /* Noir pur */
            color: #333; /* Cette couleur de texte ne sera probablement plus visible sur fond noir, nous laissons à #333 pour l'instant pour d'autres contenus éventuels */
        }

        /* Section Theme (Black & Yellow Taxi) */
        /* Cette section est déjà noire, donc pas de changement ici */
        .driver-plus-section {
            background-color: #000; /* Noir pur */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        /* Header Styling */
        .main-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 5%; /* Marges sur les côtés */
            background-color: transparent; /* En-tête transparente */
            color: #fff; /* Le texte de l'en-tête reste blanc */
            position: absolute; /* Position absolue pour chevaucher l'image */
            width: 90%; /* Ajuste pour couvrir la largeur du contenu */
            top: 0;
            left: 5%; /* Aligner avec les marges de l'image en desktop */
            box-sizing: border-box; /* Inclure le padding dans la largeur */
            z-index: 100; /* Assurer que l'en-tête est au-dessus */
        }

        .logo img {
            height: 100px; /* Ajuste selon besoin */
            width: auto;
        }

        /* Main Navigation */
        .main-nav {
            display: flex;
            align-items: center;
            flex-grow: 1; /* Permet à la nav de prendre l'espace disponible */
            justify-content: flex-end; /* Aligne les boutons à droite sur desktop */
            margin-right: 30px; /* Espace entre nav et numéro de téléphone */
        }

        .nav-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            gap: 30px; /* Espace entre les éléments de navigation */
        }

        .nav-list li a {
            color: #F8F8F8; /* Couleur du texte blanc cassé */
            text-decoration: none;
            font-weight: bold;
            display: flex; /* Rend le lien un conteneur flex */
            align-items: center; /* Centre le contenu verticalement */
            padding: 10px 0; /* Garde le padding vertical */
            transition: color 0.3s ease; /* Transition pour la couleur du texte */

            /* AJOUT POUR L'EFFET DE TRAIT SOUS LE BOUTON */
            position: relative; /* Nécessaire pour positionner le pseudo-élément */
            overflow: hidden; /* Cache le trait tant qu'il n'est pas déployé */
        }

        .nav-list li a::after {
            content: ''; /* Obligatoire pour les pseudo-éléments */
            position: absolute;
            bottom: 0; /* Place le trait en bas du lien */
            left: 0;
            width: 100%; /* Le trait prend toute la largeur du lien */
            height: 2px; /* Épaisseur du trait */
            background-color: #D4AC0D; /* Couleur du trait doré */
            transform: scaleX(0); /* Commence avec une largeur de 0 (invisible) */
            transform-origin: bottom left; /* L'animation part du coin inférieur gauche */
            transition: transform 0.3s ease-out; /* Transition pour l'animation du trait */
        }

        .nav-list li a:hover::after,
        .nav-list li a:focus::after {
            transform: scaleX(1); /* Étend le trait sur toute la largeur au survol */
        }
        /* FIN AJOUT POUR L'EFFET DE TRAIT */

        .nav-list li a:hover,
        .nav-list li a:focus {
            color: #D4AC0D; /* Texte doré au survol */
        }

        /* Dropdown Menu for Services */
        .dropdown {
            position: relative;
        }

        .dropdown .dropbtn {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.9); /* Noir avec une légère transparence */
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
            z-index: 1;
            border-top: 3px solid #D4AC0D; /* Bordure supérieure #D4AF37 */
            left: 0; /* Aligne le dropdown avec le lien parent */
        }

        .dropdown-content a {
            color: #F8F8F8; /* Texte du dropdown blanc cassé */
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

        .dropdown-content a:hover {
            background-color: #222; /* Une nuance de gris très foncé au survol du dropdown */
            color: #D4AC0D; /* Texte #FFD700 au survol */
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        /* Contact Number */
        .contact-number a {
            color: #D4AC0D; /* #FFD700 pour le numéro de téléphone */
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1em;
            padding: 8px 15px;
            border: 2px solid #D4AC0D; /* Bordure #FFD700 */
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }

        .contact-number a:hover {
            background-color: #D4AC0D; /* Fond #FFD700 au survol */
            color: #000; /* Texte noir au survol */
        }

        /* Toggle Menu for Mobile (Hidden by default) */
        .menu-toggle {
            display: none; /* Cache sur desktop */
            background: none;
            border: none;
            cursor: pointer;
            padding: 10px;
            z-index: 100;
            order: 3;
        }

        .menu-toggle .bar {
            display: block;
            width: 25px;
            height: 3px;
            background-color: #fff;
            margin: 5px 0;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }

        /* Toggle Menu Animation for Open State */
        .menu-toggle.open .bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .menu-toggle.open .bar:nth-child(2) {
            opacity: 0;
        }

        .menu-toggle.open .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

        /* Hero Section */
        .hero-section {
            position: relative;
            width: 100%;
            height: 500px; /* Ajuste la hauteur selon besoin */
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 100px; /* Valeur à ajuster pour laisser de l'espace pour votre en-tête */
            box-sizing: border-box;
        }

        .hero-image {
            width: 90%; /* Largeur réduite pour les marges latérales */
            height: calc(100% - 100px); /* Hauteur ajustée pour tenir compte du padding-top de hero-section */
            object-fit: cover;
            position: absolute;
            top: 100px; /* Déplace l'image vers le bas pour commencer après le padding-top de hero-section */
            left: 50%; /* Positionne le début à 50% du parent */
            transform: translateX(-50%); /* Déplace l'image de la moitié de sa largeur vers la gauche pour la centrer */
            filter: brightness(60%); /* Assombrit l'image */
            border-radius: 3%; /* Ajoute le border-radius */
        }

        .hero-overlay {
            position: absolute;
            top: 100px; /* Aligne avec le haut de l'image */
            left: 50%; /* Positionne le début à 50% du parent */
            transform: translateX(-50%); /* Déplace l'overlay de la moitié de sa largeur vers la gauche pour le centrer */
            width: 90%; /* Aligne avec la largeur de l'image */
            height: calc(100% - 100px); /* Aligne avec la hauteur de l'image */
            background-color: rgba(0, 0, 0, 0.3); /* Superposition sombre semi-transparente */
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1; /* Au-dessus de l'image mais en dessous du contenu */
            border-radius: 3%; /* Correspond au border-radius de l'image */
        }

        .hero-content {
            text-align: center;
            color: #fff;
            z-index: 2; /* Au-dessus de la superposition */
            padding: 20px;
            max-width: 800px; /* Limite la largeur du contenu */
        }

        .hero-content h1 {
            font-size: 2.6em;
            margin-bottom: 15px;
            color: #D4AC0D; /* Titre #FFD700 */
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        .hero-content p {
            font-size: 1em;
            line-height: 1.6;
            margin-bottom: 30px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
        }

        .btn-reserve {
            display: inline-block;
            background-color: #D4AC0D; /* Bouton #D4AF37 */
            color: #000; /* Texte noir sur bouton jaune */
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            font-size: 1.1em;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }

        .btn-reserve:hover {
            background-color: #D4AC0D; /* Jaune légèrement plus foncé au survol */
            color: #000;
            transform: translateY(-2px); /* Léger effet de soulèvement */
        }

        /* Responsive Design */
        @media (max-width: 900px) {
            .nav-list {
                gap: 20px;
            }
            .hero-content h1 {
                font-size: 2.8em;
                
            }
            .hero-content p {
                font-size: 1.1em;
            }
        }

        @media (max-width: 768px) {
            .main-header {
                flex-wrap: wrap;
                justify-content: space-between;
                position: relative;
                width: auto;
                left: auto;
                padding: 15px 5%;
            }

            .logo {
                margin-bottom: 0;
                flex-basis: auto;
            }

            .contact-number {
                flex-basis: auto;
                order: 2;
                margin-top: 0;
            }

            .main-nav {
                order: 4;
                width: 100%;
                justify-content: center;
                margin-right: 0;
            }

            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background-color: #000; /* Fond du menu mobile noir */
                position: absolute;
                top: 100%;
                left: 0;
                padding: 20px 0;
                border-top: 3px solid #D4AC0D;
                transition: transform 0.3s ease-out;
                transform: translateY(-100%);
                z-index: 99;
                box-sizing: border-box;
                padding-left: 5%;
                padding-right: 5%;
            }

            .nav-list.open {
                display: flex;
                transform: translateY(0);
            }

            .nav-list li {
                margin: 10px 0;
            }

            .menu-toggle {
                display: block;
                order: 3;
            }

            .dropdown-content {
                position: static;
                background-color: #111; /* Fond du dropdown mobile un peu plus clair que le menu */
                box-shadow: none;
                width: 100%;
                text-align: center;
            }
            .dropdown.active .dropdown-content {
                display: block;
            }

            .hero-section {
                height: 400px;
                padding-top: 80px;
            }

            .hero-image {
                width: 100%;
                left: 0;
                transform: none; /* Supprime le transform pour le mobile afin qu'il prenne toute la largeur */
                border-radius: 0;
                top: 0;
                height: 100%;
            }

            .hero-overlay {
                width: 100%;
                left: 0;
                transform: none; /* Supprime le transform pour le mobile */
                border-radius: 0;
                top: 0;
                height: 100%;
            }

           .hero-content h1 {
    font-size: 1.5em;     /* Taille réduite */
    margin-top: 100px;     /* Un peu plus bas */
    
}

            .hero-content p {
                font-size: 1em;
            }

            .btn-reserve {
                padding: 12px 25px;
                font-size: 1em;
            }
        }

        @media (max-width: 480px) {
            .hero-section {
                height: 300px;
            }
            .hero-content h1 {
                font-size: 1.4em;
            }
            .hero-content p {
                font-size: 0.8em;
            }
            .btn-reserve {
                padding: 10px 20px;
                font-size: 0.8em;
            }
            .main-header {
                padding: 10px 5%;
            }
            .logo img {
                height: 40px;
            }
            .contact-number a {
                font-size: 0.9em;
                padding: 6px 10px;
            }
        }






    /* Reset et styles de base */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: 'Poppins', sans-serif;
        background-color: #000000;
        color: #FFFFFF;
        line-height: 1.6;
    }
    
    /* Section CTA Luxe */
    .cta-luxe {
        position: relative;
        padding: 80px 20px;
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                    url('') no-repeat center center/cover;
        text-align: center;
        overflow: hidden;
    }
    
    .cta-container {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        
        /* Effet Glass Morphism */
        background: linear-gradient(to right, #FFFFFF, #FFD700);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 20px;
        border: 1px solid #D4AC0D;
        box-shadow: 0 8px 32px #D4AC0D;
        padding: 60px 40px;
    }
    
    /* Nouveau cercle/anneau clignotant */
    .pulsing-ring {
        position: absolute;
        width: 100px;
        height: 100px;
        border: 3px solid #D4AC0D;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        animation: pulse-ring 2s infinite;
        pointer-events: none; /* Permet de cliquer à travers */
    }
    
    @keyframes pulse-ring {
        0% {
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 0.8;
        }
        70% {
            transform: translate(-50%, -50%) scale(1.1);
            opacity: 0.3;
        }
        100% {
            transform: translate(-50%, -50%) scale(0.8);
            opacity: 0.8;
        }
    }
    
    .cta-title {
        font-family: 'Playfair Display', serif;
        font-size: 2.8rem;
        font-weight: 700;
        color: #D4AC0D;
        margin-bottom: 20px;
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 1s ease-out 0.3s forwards;
        position: relative;
        z-index: 2; /* Au-dessus du cercle */
    }
    
    .cta-subtitle {
        color: #CCCCCC;
        font-size: 1.2rem;
        max-width: 600px;
        margin: 0 auto 40px;
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 1s ease-out 0.6s forwards;
        position: relative;
        z-index: 2; /* Au-dessus du cercle */
    }
    
    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }
    
    .cta-divider {
        width: 100px;
        height: 2px;
        background: linear-gradient(90deg, transparent, #D4AC0D, transparent);
        margin: 0 auto 40px;
        border: none;
        opacity: 0;
        animation: fadeIn 1s ease-out 0.9s forwards;
        position: relative;
        z-index: 2; /* Au-dessus du cercle */
    }
    
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    .cta-buttons {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        position: relative;
        z-index: 2; /* Au-dessus du cercle */
    }
    
    .btn-primary, .btn-secondary {
        padding: 15px 30px;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 50px;
        text-decoration: none;
        transition: all 0.4s ease;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 200px;
    }
    
    .btn-primary {
        background-color: #D4AC0D;
        color: #000000;
        border: 2px solid #D4AC0D;
    }
    
    .btn-primary:hover {
        background-color: transparent;
        color: #D4AC0D;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
    }
    
    .btn-secondary {
        background-color: transparent;
        color: #D4AC0D;
        border: 2px solid #D4AC0D;
    }
    
    .btn-secondary:hover {
        background-color: rgba(212, 175, 55, 0.1);
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
    }
    
    .btn-icon {
        margin-left: 10px;
        font-size: 0.9rem;
        transition: transform 0.3s ease;
    }
    
    .btn-primary:hover .btn-icon {
        transform: translateX(5px);
    }
    
    .btn-secondary:hover .btn-icon {
        transform: translateX(5px);
    }
    
    /* Élément décoratif */
    .decorative-element {
        position: absolute;
        width: 150px;
        height: 150px;
        border: 2px solid rgba(212, 175, 55, 0.3);
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        animation: pulse-large 6s infinite ease-in-out;
    }
    
    @keyframes pulse-large {
        0% { width: 150px; height: 150px; opacity: 0.3; }
        50% { width: 200px; height: 200px; opacity: 0.1; }
        100% { width: 150px; height: 150px; opacity: 0.3; }
    }
    
    /* Responsive */
    @media (max-width: 768px) {
        .cta-luxe {
            padding: 70px 20px;
        }
        
        .cta-container {
            padding: 40px 20px;
        }
        
        .cta-title {
            font-size: 2.2rem;
        }
        
        .cta-subtitle {
            font-size: 1rem;
        }
        
        .btn-primary, .btn-secondary {
            padding: 12px 25px;
            min-width: 160px;
            font-size: 0.9rem;
        }
    }
    
    @media (max-width: 480px) {
        .cta-buttons {
            flex-direction: column;
            gap: 15px;
        }
        
        .btn-primary, .btn-secondary {
            width: 100%;
        }
    }






          /* CSS encapsulé pour la section Driver Plus */
        .reviews-section-driverplus {
            background-color: #1a1a1a; /* Fond très sombre */
            color: #D4AC0D; /* Texte doré pour le contraste */
            padding: 60px 0;
            font-family: 'Arial', sans-serif; /* Police de secours */
            overflow: hidden; /* Cache les cartes débordantes pour l'animation */
            position: relative; /* Pour positionner les éléments internes si besoin */
        }

        .reviews-title-driverplus {
            text-align: center;
            font-size: 2.8em;
            margin-bottom: 50px;
            color: #D4AC0D; /* Titre doré */
            text-shadow: 0 0 15px #D4AC0D; /* Lueur dorée plus prononcée */
            font-weight: 700; /* Gras pour le titre */
        }

        .reviews-container-driverplus {
            display: flex;
            white-space: nowrap; /* Maintient les cartes sur une seule ligne */
            animation: scrollReviewsDriverPlus 40s linear infinite; /* Animation de défilement */
            padding: 20px 0;
            box-sizing: border-box; /* Inclut le padding dans la largeur */
        }







        /* Arrête l'animation au survol (optionnel) */
        .reviews-container-driverplus:hover {
            animation-play-state: paused;
        }

        .review-card-driverplus {
            flex: 0 0 auto; /* Ne grandit pas, ne rétrécit pas, prend sa largeur définie */
            width: 360px; /* Largeur des cartes (ajustez si nécessaire) */
            background-color: #2c2c2c; /* Couleur légèrement plus claire pour les cartes */
            border: 1px solid #444; /* Bordure subtile */
            border-radius: 12px;
            padding: 30px;
            margin: 0 20px; /* Espace entre les cartes */
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Ombre pour la profondeur */
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* Distribue l'espace verticalement */
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            position: relative;
            min-height: 220px; /* Hauteur minimale pour contenir le contenu */
            color: #f0f0f0; /* Couleur par défaut du texte des commentaires */
        }

        .review-card-driverplus:hover {
            transform: translateY(-10px) scale(1.02); /* Léger soulèvement et agrandissement au survol */
            box-shadow: 0 12px 25px #D4AC0D; /* Ombre dorée au survol */
        }

        .profile-header-driverplus {
            display: flex;
            align-items: center;
            margin-bottom: 20px; /* Espace sous l'en-tête (image + étoiles) */
        }

        .profile-image-driverplus {
            width: 60px;
            height: 60px;
            border-radius: 50%; /* Image de profil circulaire */
            object-fit: cover; /* Assure que l'image remplit le cercle */
            border: 3px solid #D4AC0D; /* Bordure dorée pour l'image de profil */
            margin-right: 15px;
            box-shadow: 0 0 8px #D4AC0D; /* Lueur dorée autour de l'image */
        }

        .stars-driverplus {
            font-size: 1.6em; /* Taille des étoiles */
            color: #D4AC0D; /* Étoiles dorées */
            letter-spacing: 2px; /* Espace entre les étoiles */
            white-space: nowrap; /* Empêche les étoiles de passer à la ligne */
        }

        .star-driverplus {
            display: inline-block; /* Pour un contrôle précis de l'espacement */
            margin-right: 2px;
        }

        .comment-driverplus {
            font-size: 1.1em; /* Taille du texte du commentaire */
            line-height: 1.6; /* Hauteur de ligne pour une meilleure lisibilité */
            color: #f0f0f0; /* Couleur du texte du commentaire (légèrement plus clair) */
            margin-bottom: 20px; /* Espace sous le commentaire */
            white-space: normal; /* Permet au texte de s'enrouler normalement */
            word-wrap: break-word; /* Assure que les mots longs ne débordent pas */
            flex-grow: 1; /* Permet au commentaire de prendre l'espace disponible */
        }

        .author-driverplus {
            font-size: 1em;
            font-weight: bold;
            color: #D4AC0D; /* Nom de l'auteur doré */
            text-align: right;
            margin-top: auto; /* Pousse l'auteur vers le bas de la carte */
        }








        /* Keyframes pour l'animation de défilement */
        @keyframes scrollReviewsDriverPlus {
            0% {
                transform: translateX(0); /* Commence à la position initiale */
            }
            50% {
                /* Déplace les cartes pour qu'elles se déplacent de droite à gauche.
                   La valeur doit être ajustée en fonction du nombre de cartes et de leur largeur/marge.
                   Ici, environ la moitié du contenu total pour un aller-retour visible.
                   (5 cartes * (360px + 40px marge) / 2) -> 2000px / 2 = 1000px */
                transform: translateX(calc(-5 * (360px + 40px) / 2)); /* Ajustez selon le nombre de cartes */
            }
            100% {
                transform: translateX(0); /* Retour à la position initiale */
            }
        }

        /* Media Queries pour la réactivité */
        @media (max-width: 1200px) {
            .reviews-title-driverplus {
                font-size: 2.5em;
            }
            .reviews-container-driverplus {
                animation-duration: 50s; /* Ralentir l'animation pour plus de visibilité */
            }
            .review-card-driverplus {
                width: 320px; /* Réduire la largeur des cartes */
                margin: 0 15px;
                padding: 25px;
                min-height: 200px;
            }
            @keyframes scrollReviewsDriverPlus {
                50% {
                    transform: translateX(calc(-5 * (320px + 30px) / 2));
                }
            }
        }

        @media (max-width: 992px) {
            .reviews-title-driverplus {
                font-size: 2.2em;
                margin-bottom: 40px;
            }
            .reviews-container-driverplus {
                animation-duration: 60s; /* Encore plus lent */
            }
            .review-card-driverplus {
                width: 280px;
                padding: 20px;
                margin: 0 10px;
                min-height: 180px;
            }
            .profile-image-driverplus {
                width: 55px;
                height: 55px;
            }
            .stars-driverplus {
                font-size: 1.4em;
            }
            .comment-driverplus {
                font-size: 1em;
            }
            @keyframes scrollReviewsDriverPlus {
                50% {
                    transform: translateX(calc(-5 * (280px + 20px) / 2));
                }
            }
        }

        @media (max-width: 768px) {
            .reviews-section-driverplus {
                padding: 40px 0;
            }
            .reviews-title-driverplus {
                font-size: 1.8em;
                margin-bottom: 30px;
            }
            .reviews-container-driverplus {
                animation-duration: 75s; /* Très lent pour les petits écrans */
                padding: 15px 0;
            }
            .review-card-driverplus {
                width: 250px;
                padding: 18px;
                margin: 0 8px;
                min-height: 170px;
            }
            .profile-image-driverplus {
                width: 50px;
                height: 50px;
            }
            .stars-driverplus {
                font-size: 1.2em;
            }
            .comment-driverplus {
                font-size: 0.95em;
            }
            @keyframes scrollReviewsDriverPlus {
                50% {
                    transform: translateX(calc(-5 * (250px + 16px) / 2));
                }
            }
        }

        @media (max-width: 480px) {
            .reviews-section-driverplus {
                padding: 30px 0;
            }
            .reviews-title-driverplus {
                font-size: 1.5em;
                margin-bottom: 25px;
            }
            .reviews-container-driverplus {
                animation-duration: 90s; /* Extrêmement lent sur très petits écrans */
                padding: 10px 0;
            }
            .review-card-driverplus {
                width: 220px;
                padding: 15px;
                margin: 0 6px;
                min-height: 160px;
            }
            .profile-image-driverplus {
                width: 45px;
                height: 45px;
            }
            .stars-driverplus {
                font-size: 1em;
            }
            .comment-driverplus {
                font-size: 0.9em;
            }
            @keyframes scrollReviewsDriverPlus {
                50% {
                    transform: translateX(calc(-5 * (220px + 12px) / 2));
                }
            }
        }



/* Reset et styles de base */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Poppins', sans-serif;
            background-color: #000000;
            color: #D4AC0D;
            line-height: 1.6;
        }

        /* Section Nos Services */
        .services-section {
            padding: 80px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
            opacity: 0;
            animation: fadeIn 1s ease-in-out forwards;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: #D4AC0D;
            margin-bottom: 20px;
        }

        .section-divider {
            width: 100px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #D4AC0D, transparent);
            margin: 0 auto 30px;
            border: none;
        }

        .section-subtitle {
            color:#cccccc;
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto;
        }

        /* Grille des services */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        .service-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(212, 175, 55, 0.2);
            border-radius: 10px;
            padding: 30px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .service-card:hover {
            transform: translateY(-10px);
            border-color: #D4AC0D;
            box-shadow: 0 10px 20px rgba(212, 175, 55, 0.1);
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .service-card:hover::before {
            opacity: 1;
        }

        .service-icon {
            font-size: 2.5rem;
            color: #D4AC0D;
            margin-bottom: 20px;
        }

        .service-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: #D4AC0D;
        }

        .service-description {
            color: #CCCCCC;
            margin-bottom: 20px;
            font-size: 0.95rem;
        }

        .service-btn {
            display: inline-block;
            padding: 10px 20px;
            background: transparent;
            color: #D4AC0D;
            border: 1px solid #D4AC0D;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }

        .service-btn:hover {
            background: #D4AC0D;
            color: #000000;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }

            .services-grid {
                grid-template-columns: 1fr;
            }

            .service-card {
                padding: 25px;
            }
        }   



/* === Variables de thème === */
:root {
  --bg-color: #000;
  --text-color: #fff;
  --accent-color: #D4AC0D; /* Or */
  --font-title: 'Playfair Display', serif;
  --font-body: 'Open Sans', sans-serif;
}

/* === Base === */
.flotte-section {
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 80px 20px;
  font-family: var(--font-body);
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.flotte-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 20px;
  font-family: var(--font-title);
}

.intro-text {
  text-align: center;
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 60px;
}

/* === Grille des véhicules === */
.vehicles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.vehicle-card {
  background-color: #111;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vehicle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.3);
}

.vehicle-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.vehicle-card h4 {
  font-size: 1.2rem;
  color: var(--accent-color);
  padding: 15px 20px 10px;
  font-family: var(--font-title);
}

.vehicle-card p {
  font-size: 0.95rem;
  color: #bbb;
  padding: 0 20px 20px;
}

/* === Cartes Options à bord === */
.amenities-cards {
  margin-bottom: 60px;
}

.amenities-cards h3 {
  font-size: 1.8rem;
  color: var(--accent-color);
  text-align: center;
  margin-bottom: 40px;
  font-family: var(--font-title);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.card {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px #D4AC0D;
}

.card .icon {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.card h4 {
  font-size: 1.2rem;
  color: var(--accent-color);
  margin-bottom: 10px;
  font-family: var(--font-title);
}

.card p {
  font-size: 0.95rem;
  color: #bbb;
}


/* Responsive */
@media (max-width: 768px) {
  .container-chauffeur {
    flex-direction: column;
    text-align: center;
  }

  .image-column {
    order: -1; /* Image vient avant le texte sur mobile */
  }
}

@media (max-width: 768px) {
  .flotte-section h2 {
    font-size: 2rem;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-card h4,
  .card h4 {
    font-size: 1.1rem;
  }

  /* Nouvelle section pour les images */
  .vehicle-card img,
  .card img {
    width: 100%; /* L'image prend toute la largeur de son conteneur */
    height: auto; /* La hauteur s'ajuste proportionnellement pour éviter la distorsion */
    display: block; /* Supprime l'espace sous l'image si elle est en ligne */
    object-fit: contain; /* S'assure que l'image est entièrement visible sans être coupée ni déformée */
    /* Alternative : object-fit: cover; si vous voulez que l'image remplisse l'espace, même si une partie est coupée */
    max-width: 100%; /* S'assure que l'image ne dépasse pas la largeur de son parent */
  }

  /* Optionnel : Si vos images sont dans un conteneur spécifique dans la carte */
  .vehicle-card .image-container,
  .card .image-wrapper {
    width: 100%;
    height: 200px; /* Ou une hauteur fixe qui vous convient pour vos images */
    overflow: hidden; /* Cache toute partie de l'image qui dépasse du conteneur */
    display: flex; /* Utilise flexbox pour centrer l'image */
    align-items: center;
    justify-content: center;
  }
}

/* === Chauffeurs === */
/* === Section Chauffeurs - Colonnes === */
.chauffeur-section {
  background-color: #000;
  padding: 60px 20px;
  color: #fff;
}

.container-chauffeur {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.text-column {
  flex: 1;
  min-width: 280px;
}

.image-column {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.image-column img {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px #D4AC0D;
  transition: transform 0.3s ease;
}

.image-column img:hover {
  transform: scale(1.03);
}

.text-column h3 {
  font-family: var(--font-title);
  color: var(--accent-color);
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.text-column p {
  font-size: 1rem;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 25px;
}

.features-list {
  list-style: none;
  padding-left: 0;
  color: #bbb;
}

.features-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.features-list li::before {
  content: "•";
  color: var(--accent-color);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .container-chauffeur {
    flex-direction: column;
    text-align: center;
  }

  .image-column {
    order: -1;
  }

  /* Ajoutez ces règles pour aligner la liste à gauche en version mobile */
  .text-column {
    text-align: left;
  }

  .features-list {
    text-align: left;
    display: inline-block;
    width: 100%;
  }
}

 /* === Variables de thème === */
:root {
  --bg-color: #000;
  --text-color: #fff;
  --accent-color: #D4AC0D; /* Or */
  --font-title: 'Playfair Display', serif;
  --font-body: 'Open Sans', sans-serif;
}

/* === Base === */
.about-section {
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 80px 20px;
  font-family: var(--font-body);
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.about-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 20px;
  font-family: var(--font-title);
}

.intro-text {
  text-align: center;
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* === Grille des valeurs === */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.value-card {
  background-color: #111;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px #D4AC0D;
}

.value-card .icon {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 15px;
  display: block;
  text-align: center;
}

.value-card h4 {
  font-size: 1.2rem;
  color: var(--accent-color);
  text-align: center;
  margin-bottom: 10px;
  font-family: var(--font-title);
}

.value-card p {
  font-size: 0.95rem;
  color: #bbb;
  text-align: center;
}

/* === Info localisation === */
.location-info {
  text-align: center;
}

.location-info h3 {
  font-size: 1.8rem;
  color: var(--accent-color);
  margin-bottom: 20px;
  font-family: var(--font-title);
}

.location-info p {
  font-size: 1rem;
  color: #ccc;
  max-width: 800px;
  margin: auto;
}
.value-card .icon i {
  font-size: 2rem;
  color: var(--accent-color);
  transition: transform 0.3s ease;
}

.value-card:hover .icon i {
  transform: rotate(10deg);
}

/* === Responsive tweaks === */
@media (max-width: 768px) {
  .about-section h2 {
    font-size: 2rem;
  }

  .value-card .icon {
    font-size: 1.8rem;
  }
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}



  /* Reset et styles de base */
        
        
        /* Section Professionnels */
        .pro-section {
            padding: 100px 20px;
            background-color: #000000;
            position: relative;
            overflow: hidden;
        }
        
        .pro-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            color: #FFFFFF;
            margin-bottom: 20px;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 1s ease-out 0.3s forwards;
        }
        
        .section-title span {
            color: #D4AC0D;
        }
        
        .section-subtitle {
            color: #CCCCCC;
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0;
            transform: translateY(20px);
            animation: fadeInUp 1s ease-out 0.6s forwards;
        }
        
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .section-divider {
            width: 100px;
            height: 3px;
            background: #D4AC0D;
            margin: 25px auto;
            border: none;
            opacity: 0;
            animation: fadeIn 1s ease-out 0.9s forwards;
        }
        
        /* Grille de contenu */
        .pro-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }
        
        .benefits-list {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .benefit-icon {
            font-size: 1.5rem;
            color: #D4AC0D;
            margin-top: 3px;
            flex-shrink: 0;
        }
        
        .benefit-text h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #FFFFFF;
            margin-bottom: 5px;
        }
        
        .benefit-text p {
            color: #CCCCCC;
            font-size: 0.95rem;
        }
        
       
        .visual {
      flex: 1;
      min-width: 280px;
      position: relative;
    }

    .visual img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(65, 105, 225, 0.2);
      transition: transform 0.3s ease;
    }

    .visual img:hover {
      transform: scale(1.03);
    }
        
        /* Boutons CTA */
        .pro-cta {
            display: flex;
            gap: 20px;
            margin-top: 50px;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .pro-btn {
            padding: 15px 30px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 220px;
        }
        
        .btn-primary {
            background-color: #D4AC0D;
            color: #FFFFFF;
            border: 2px solid #D4AC0D;
        }
        
        .btn-primary:hover {
            background-color: transparent;
            color: #D4AC0D;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(65, 105, 225, 0.3);
        }
        
        .btn-secondary {
            background-color: transparent;
            color: #D4AC0D;
            border: 2px solid #D4AC0D;
        }
        
        .btn-secondary:hover {
            background-color: rgba(65, 105, 225, 0.1);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(65, 105, 225, 0.2);
        }
        
        .btn-icon {
            margin-left: 10px;
            font-size: 0.9rem;
            transition: transform 0.3s ease;
        }
        
        .pro-btn:hover .btn-icon {
            transform: translateX(5px);
        }
        
        /* Élément décoratif */
        .pro-decor {
            position: absolute;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(65, 105, 225, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            top: -150px;
            right: -150px;
            z-index: 1;
        }
        
        /* Responsive */
        @media (max-width: 992px) {
            .pro-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .pro-image {
                max-width: 600px;
                margin: 0 auto;
                order: -1;
            }
            
            .section-title {
                font-size: 2.4rem;
            }
        }
        
        @media (max-width: 768px) {
            .pro-section {
                padding: 70px 20px;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .section-subtitle {
                font-size: 1rem;
            }
            
            .pro-cta {
                flex-direction: column;
                align-items: center;
            }
            
            .pro-btn {
                width: 100%;
                max-width: 300px;
            }
        }
        
        @media (max-width: 480px) {
            .section-title {
                font-size: 1.8rem;
            }
            
            .benefit-item {
                flex-direction: column;
                gap: 10px;
            }
        }






.footer-brand,
.footer-links,
.footer-contact {
  flex: 1 1 250px;
}

.footer-brand p {
  margin: 20px 0;
  line-height: 1.6;
}

.footer-links h3,
.footer-contact h3 {
  color: #D4AC0D;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a,
.footer-contact a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #D4AC0D;
}

.logo {
  width: 160px;
  margin-bottom: 10px;
}

.social-icons a {
  margin-right: 10px;
}

.social-icons img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-brand,
  .footer-links,
  .footer-contact {
    width: 100%;
  }
}
