/* 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;
            }
        }
        .driveplus-h2-wrapper {
      padding: 1.5rem 1rem 0.5rem;
      background-color: #000;
      text-align: center;
    }

    .driveplus-h2 {
      font-size: 1.6rem;
      color: #D4AC0D;
      margin: 0;
      font-weight: 700;
    }

    @media (min-width: 768px) {
      .driveplus-h2 {
        font-size: 2rem;
      }
    }
  
    #driveplus-blog-section {
      background-color: #000;
      padding: 2rem 1rem;
      font-family: Arial, sans-serif;
    }

    .driveplus-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      justify-content: center;
    }

    .driveplus-card {
      background-color: #111;
      border: 1px solid #D4AC0D;
      border-radius: 10px;
      overflow: hidden;
      width: 100%;
      max-width: 340px;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .driveplus-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(212, 172, 13, 0.4);
    }

    .driveplus-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .driveplus-card-content {
      padding: 1rem;
      color: #fff;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .driveplus-card h3 {
      font-size: 1.2rem;
      margin: 0 0 0.5rem;
      color: #D4AC0D;
    }

    .driveplus-card p {
      font-size: 0.95rem;
      flex-grow: 1;
      margin-bottom: 1rem;
      line-height: 1.5;
    }

    .driveplus-card a {
      align-self: flex-start;
      padding: 0.5rem 1rem;
      background-color: #D4AC0D;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .driveplus-card a:hover {
      background-color: #b48f0b;
    }

    @media (min-width: 600px) {
      .driveplus-card {
        flex: 1 1 calc(50% - 1.5rem);
      }
    }

    @media (min-width: 900px) {
      .driveplus-card {
        flex: 1 1 calc(33.333% - 1.5rem);
      }
    }
        
.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;
}
        
.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%;
  }
}
