
    :root {
      --primary-color: #0565b0;
      --secondary-color: #0565b0bf;
      --accent-color: #ff9900;
      --light-bg: #f5f5f5;
      --dark-color: #1e2837;
    }
    a {
    text-decoration: none !important; /* Supprime le soulignement */
    transition: color 0.3s; /* Animation couleur */
    }

    /* Lien au survol */
    a:hover {
        text-decoration: underline !important; /* Soulignement au survol */
    }
        
    body {
      background-color: var(--light-bg);
      padding-top: 76px;
    }
/* Floating Contact Buttons */
    .floating-contact {
      position: fixed;
      bottom: 30px;
      right: 30px;
      z-index: 1000;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .whatsapp-btn, .phone-btn {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 1.5rem;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      text-decoration: none;
    }

    .whatsapp-btn {
      background-color: #25D366;
    }

    .phone-btn {
      background-color: var(--primary-color);
    }

    .whatsapp-btn:hover, .phone-btn:hover {
      transform: translateY(-5px) scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .contact-tooltip {
      position: absolute;
      right: 70px;
      background: white;
      padding: 8px 15px;
      border-radius: 4px;
      font-size: 0.9rem;
      color: var(--dark-color);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      white-space: nowrap;
      pointer-events: none;
    }

    .whatsapp-btn:hover .contact-tooltip,
    .phone-btn:hover .contact-tooltip {
      opacity: 1;
      visibility: visible;
      right: 75px;
    }
    
    .btn-custom {
      display: inline-block;
      padding: 14px 28px;
      font-size: 18px;
      font-weight: 600;
      color: #ffffff;
      background: linear-gradient(135deg, #007BFF, #00C6FF);
      border: none;
      border-radius: 50px;
      text-decoration: none;
      box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
      transition: all 0.3s ease-in-out;
      position: relative;
      overflow: hidden;
    }
    
    /* Media Queries pour l'affichage mobile */
    @media (max-width: 768px) {
      .floating-contact {
        bottom: 20px;
        right: 20px;
      }
      
      .whatsapp-btn, .phone-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
      }
      
      .contact-tooltip {
        font-size: 0.8rem;
        padding: 6px 12px;
        right: 60px;
      }
      
      .whatsapp-btn:hover .contact-tooltip,
      .phone-btn:hover .contact-tooltip {
        right: 65px;
      }
    }
    
    @media (max-width: 480px) {
      .floating-contact {
        bottom: 15px;
        right: 15px;
      }
      
      .whatsapp-btn, .phone-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
      }
      
      .contact-tooltip {
        display: none; /* On cache les tooltips sur très petits écrans */
      }
    }

    .btn-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 123, 255, 0.4);
    background: linear-gradient(135deg, #0056b3, #00a6ff);
    }

    .btn-custom:active {
    transform: scale(0.98);
    }
    .cars-container{
        margin-bottom: 60px;
    }
    /* Hero Section About */
    .hero-section-about {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/banner.jpg');
      background-size: cover;
      background-position: center;
      color: white;
      padding: 100px 0;
      margin-bottom: 40px;
      text-align: center;
    }
    
    .hero-section-about h1 {
      font-weight: 700;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .hero-section-about p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 30px;
    }
    /* Hero Section contact */
    .hero-section-contact {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/contact.jpg');
      background-size: cover;
      background-position: center;
      color: white;
      padding: 100px 0;
      margin-bottom: 40px;
      text-align: center;
    }
    
    .hero-section-contact h1 {
      font-weight: 700;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .hero-section-contact p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 30px;
    }
        /* Hero Section faq */
    .hero-section-faq {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/faq.jpg');
      background-size: cover;
      background-position: center;
      color: white;
      padding: 100px 0;
      margin-bottom: 40px;
      text-align: center;
    }
    
    .hero-section-faq h1 {
      font-weight: 700;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .hero-section-faq p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 30px;
    }

    

    /* Hero Section */
    .hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/banner.jpg');
      background-size: cover;
      background-position: center;
      color: white;
      padding: 140px 0;
      margin-bottom: 40px;
      text-align: center;
    }
    
    .hero-section h1 {
      font-weight: 700;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .hero-section p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 30px;
    }
    
    .btn-primary {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      transition: all 0.3s ease;
    }
    
    .btn-primary:hover {
      background-color: var(--secondary-color);
      border-color: var(--secondary-color);
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
    



    /* Car Cards */
    .car-card {
      background-color: white;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      transition: transform 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    .car-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }

    .car-info-box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .left-section h5 {
      font-weight: 700;
      margin-bottom: 5px;
      color: #333;
      text-transform: uppercase;
    }

    .left-section p {
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 14px;
      color: #6c757d;
    }

    .price-box {
      background-color: var(--primary-color);
      color: white;
      padding: 8px 12px;
      border-radius: 4px;
      font-weight: bold;
      font-size: 14px;
      display: inline-block;
    }

    .right-section {
      font-size: 14px;
    }

    .info-item {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      color: #333;
      text-transform: capitalize;
    }

    .info-item i {
      color: var(--primary-color);
      width: 20px;
      margin-right: 8px;
      text-align: center;
    }

    .car-image {
      /*margin-top: 20px;*/
      text-align: center;
    }

    .car-image img {
      max-width: 100%;
      height: auto;
      max-height: 200px;
      object-fit: contain;
      transition: transform 0.3s ease;
    }
    
    .car-card:hover .car-image img {
      transform: scale(1.05);
    }
    
    .car-actions {
      margin-top: 15px;
      display: flex;
      justify-content: space-between;
    }
    
    .btn-details {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    }

    .btn-details:hover {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .btn-reserve {
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    }

    .btn-reserve:hover {
    background-color: #e58900;
    border-color: #e58900;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    }

    
    /* About Us Section */
    .about-us-section {
      padding: 80px 0;
      background-color: white;
    }
    
    .about-content {
      display: flex;
      align-items: center;
    }
    
    .about-image {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }
    
    .about-image img {
      width: 100%;
      height: auto;
      transition: transform 0.5s ease;
    }
    
    .about-image:hover img {
      transform: scale(1.03);
    }
    
    .about-text {
      padding-left: 30px;
    }
    
    .section-title {
      text-align: center;
      margin-bottom: 30px;
      margin-top: 20px;
      color: var(--primary-color);
      position: relative;
      padding-bottom: 15px;
      text-transform: uppercase;
    }
    
    .section-title:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: var(--accent-color);
    }
    
    /* Why Choose Us Section */
    .why-choose-us {
      padding: 80px 0;
      background-color: var(--light-bg);
    }
    
    .benefit-card {
      text-align: center;
      padding: 30px 20px;
      border-radius: 10px;
      transition: transform 0.3s ease;
      height: 100%;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }
    
    .benefit-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }
    
    .benefit-icon {
      font-size: 2.5rem;
      color: var(--primary-color);
      margin-bottom: 20px;
      display: inline-block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      border-radius: 50%;
      background-color: rgba(5, 101, 176, 0.1);
    }
    
    .benefit-title {
      font-weight: 600;
      margin-bottom: 15px;
      color: #333;
    }
    
    .benefit-description {
      color: #6c757d;
    }
    
    /* Testimonials */
    .testimonials-section {
      padding: 80px 0;
      background-color: white;
    }
    
    .testimonial-card {
      background-color: var(--light-bg);
      border-radius: 10px;
      padding: 25px;
      margin: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      position: relative;
    }
    
    .testimonial-card:before {
      content: '"';
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 40px;
      color: var(--primary-color);
      opacity: 0.2;
      font-family: Georgia, serif;
    }
    
    .testimonial-text {
      font-style: italic;
      margin-bottom: 15px;
      position: relative;
      z-index: 1;
    }
    
    .testimonial-author {
      font-weight: 600;
      color: var(--primary-color);
    }
    
    /* Footer */
    footer {
      background-color: #1a1a1a;
      color: white;
      padding: 60px 0 20px;
    }
    
    .footer-title {
      color: white;
      font-weight: 700;
      margin-bottom: 25px;
      font-size: 1.3rem;
      position: relative;
      padding-bottom: 10px;
    }
    
    .footer-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 2px;
      background-color: var(--primary-color);
    }
    
    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .footer-links li {
      margin-bottom: 12px;
    }
    
    .footer-links a {
      color: #b0b0b0;
      text-decoration: none;
      transition: all 0.3s ease;
      position: relative;
      padding-left: 15px;
    }
    
    .footer-links a:before {
      content: "→";
      position: absolute;
      left: 0;
      opacity: 0;
      transition: all 0.3s ease;
    }
    
    .footer-links a:hover {
      color: white;
      padding-left: 20px;
    }
    
    .footer-links a:hover:before {
      opacity: 1;
      left: 5px;
    }
    
    .footer-contact-info {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .footer-contact-info li {
      margin-bottom: 15px;
      display: flex;
      align-items: flex-start;
      color: #b0b0b0;
    }
    
    .footer-contact-info i {
      color: var(--primary-color);
      margin-right: 12px;
      margin-top: 4px;
      min-width: 16px;
    }
    
    .footer-divider {
      border-top: 1px solid #333;
      margin: 40px 0 20px;
    }
    
    .copyright {
      text-align: center;
      color: #777;
      font-size: 0.9rem;
    }
    
    .social-icons {
      margin-top: 20px;
    }
    
    .social-icons a {
      display: inline-block;
      width: 36px;
      height: 36px;
      background-color: #333;
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 36px;
      margin-right: 8px;
      transition: all 0.3s ease;
    }
    
    .social-icons a:hover {
      background-color: var(--primary-color);
      transform: translateY(-3px);
    }

    /* Navbar */
    .navbar {
      background-color: #f3f3f3;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      padding: 10px 20px;
    }

    .logo-img {
      height: 75px;
    }

    .navbar-toggler {
      border: none;
      font-size: 1.5rem;
    }

    .navbar-nav .nav-link {
      font-weight: 600;
      padding: 10px 15px;
      color: #333;
      transition: all 0.3s ease;
    }
    
    .navbar-nav .nav-link:hover {
      color: var(--primary-color);
      transform: translateY(-2px);
    }

    .nav-item .flag-icon {
      width: 27px;
      margin-right: 5px;
      
    }

    .phone-contact {
      font-weight: bold;
      color: #111;
    }

    .phone-contact i {
      color: var(--primary-color);
      margin-right: 5px;
    }

    /* Mobile menu full-screen drawer style */
    @media (max-width: 991.98px) {
      .offcanvas.offcanvas-end {
        width: 260px;
      }

      .offcanvas-body .nav-link {
        font-size: 16px;
        padding: 10px 0;
      }
      
      .hero-section {
        padding: 60px 0;
      }
      
      .hero-section h1 {
        font-size: 1.8rem;
      }

      .hero-section-contact {
        padding: 60px 0;
      }
      
      .hero-section-contact h1 {
        font-size: 1.8rem;
      }
      .hero-section-about {
        padding: 60px 0;
      }
      
      .hero-section-about h1 {
        font-size: 1.8rem;
      }
      
      .benefit-card {
        margin-bottom: 20px;
      }
      
      .footer-title {
        margin-top: 30px;
      }
      
      .footer-title:after {
        width: 40px;
      }
      
      .about-content {
        flex-direction: column;
      }
      
      .about-text {
        padding-left: 0;
        margin-top: 30px;
        text-align: justify;
      }
            
      .contact-info-card {
        margin-bottom: 20px;
      }
            .car-thumbnails {
        flex-wrap: wrap;
        justify-content: center;
      }
      
   
      
      .floating-contact {
        bottom: 20px;
        right: 20px;
      }
      
      .whatsapp-btn, .phone-btn {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
      }
    }
