    /* ===== BASE ===== */

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 80px;
    }

    body {
      background-color: #f8f9fa;
      color: #1d1d1f;
    }

    /* ===== NAVBAR ===== */
    .navbar {
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      padding: 0;
    }

    .navbar-brand { font-size: 1.4rem; letter-spacing: -0.5px; }

    .navbar-nav .nav-link {
      font-size: 0.9rem;
      font-weight: 500;
      color: #1d1d1f;
      padding: 0.5rem 1rem;
      transition: color 0.2s;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus { color: #1000c7; }

    .dropdown-menu {
      border-radius: 12px;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 8px 30px rgba(0,0,0,0.1);
      font-size: 0.88rem;
    }
    .dropdown-item { font-weight: 500; padding: 0.55rem 1.25rem; }
    .dropdown-item:hover { color: #1000c7; background: #f0f7ff; }

    .btn-cta-nav {
      background-color: #1000c7;
      color: #fff;
      border: none;
      border-radius: 980px;
      padding: 0.45rem 1.2rem;
      font-size: 0.85rem;
      font-weight: 500;
      transition: background 0.2s, transform 0.2s;
    }
    .btn-cta-nav:hover { background-color: #005bbf; color: #fff; transform: translateY(-1px); }

    .btn-cta-nav-phone {
      background: transparent;
      border: 1.5px solid #1000c7;
      color: #1000c7;
    }

    .btn-cta-nav-phone:hover,
    .btn-cta-nav-phone:focus {
      background: rgba(16, 0, 199, 0.06);
      color: #1000c7;
    }

    .language-switcher .lang-full {
      display: none;
    }

    /* ===== HERO ===== */
    #hero {
      background: url('/images/hero_image.avif') center center / cover no-repeat;
      min-height: 100vh;
      display: flex;
      align-items: center;
      position: relative;
    }
    #hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.48);
    }
    #hero .hero-content {
      position: relative;
      z-index: 1;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      background: rgba(255, 255, 255, 0.14);
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #fff;
      font-size: 0.8rem;
      font-weight: 500;
      padding: 0.35rem 1rem;
      border-radius: 980px;
      letter-spacing: 0.5px;
      margin-bottom: 1.5rem;
    }

    #hero h1 {
      font-size: clamp(2.2rem, 5vw, 3.8rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      letter-spacing: -1px;
      margin-bottom: 1.25rem;
    }
    #hero .hero-lead {
      font-size: 1.05rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.85);
      max-width: 560px;
      margin-bottom: 2.5rem;
    }

    .btn-hero-primary {
      background-color: #1000c7;
      color: #fff;
      border: none;
      border-radius: 980px;
      padding: 0.8rem 2rem;
      font-size: 0.95rem;
      font-weight: 600;
      transition: background 0.2s, transform 0.2s;
      text-decoration: none;
    }
    .btn-hero-primary:hover { background-color: #005bbf; color: #fff; transform: translateY(-2px); }

    .btn-hero-secondary {
      background: transparent;
      color: #fff;
      border: 1.5px solid rgba(255, 255, 255, 0.65);
      border-radius: 980px;
      padding: 0.8rem 2rem;
      font-size: 0.95rem;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, transform 0.2s;
      text-decoration: none;
    }
    .btn-hero-secondary:hover {
      background: rgba(255,255,255,0.15);
      color: #fff;
      border-color: rgba(255,255,255,0.95);
      transform: translateY(-2px);
    }

    .scroll-arrow {
      position: absolute;
      bottom: 2.5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.6rem;
      text-decoration: none;
      animation: bounce 2s ease-in-out infinite;
    }
    @keyframes bounce {
      0%, 100% { transform: translateX(-50%) translateY(0); }
      50%       { transform: translateX(-50%) translateY(9px); }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      .scroll-arrow {
        animation: none;
      }

      .btn-cta-nav,
      .btn-hero-primary,
      .btn-hero-secondary,
      .pricing-card,
      .mobilier-card,
      .form-control,
      .form-select,
      .btn-submit {
        transition: none;
      }
    }

    /* ===== SECTIONS COMMUNES ===== */
    section { padding: 100px 0; }

    .section-label {
      font-size: 0.78rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #1000c7;
      margin-bottom: 0.6rem;
    }
    .section-title {
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 700;
      color: #1d1d1f;
      letter-spacing: -0.5px;
      margin-bottom: 0;
    }

    /* ===== FORMULES AUTO ===== */
    .pricing-card {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 20px;
      padding: 2.5rem 2rem;
      height: 100%;
      transition: transform 0.3s, box-shadow 0.3s;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .pricing-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
    }
    .pricing-card.featured {
      background: #1000c7;
      color: #fff;
      border-color: transparent;
    }

    .popular-badge {
      display: inline-block;
      background: rgba(255,255,255,0.2);
      color: #fff;
      font-size: 0.72rem;
      font-weight: 600;
      padding: 0.2rem 0.8rem;
      border-radius: 980px;
      margin-bottom: 0.9rem;
      letter-spacing: 0.4px;
    }

    .pricing-name  { font-size: 1.35rem; font-weight: 700; margin-bottom: 0.15rem; }
    .pricing-from  { font-size: 0.82rem; color: #6e6e73; }
    .pricing-card.featured .pricing-from { color: rgba(255,255,255,0.7); }

    .pricing-price {
      font-size: 2.8rem;
      font-weight: 800;
      letter-spacing: -1px;
      margin: 0.4rem 0 1.5rem;
    }
    .pricing-price span { font-size: 1.1rem; font-weight: 500; }

    .pricing-features {
      list-style: none;
      padding: 0;
      margin: 0 0 2rem;
    }
    .pricing-features li {
      font-size: 0.87rem;
      padding: 0.5rem 0;
      border-bottom: 1px solid rgba(0,0,0,0.06);
      display: flex;
      align-items: center;
      gap: 0.55rem;
      color: #3d3d3f;
    }
    .pricing-card.featured .pricing-features li {
      color: rgba(255,255,255,0.9);
      border-bottom-color: rgba(255,255,255,0.15);
    }
    .pricing-features li::before {
      content: '';
      width: 18px;
      height: 18px;
      min-width: 18px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2334c759' d='M13.854 3.646a.5.5 0 010 .708l-7 7a.5.5 0 01-.708 0l-3.5-3.5a.5.5 0 11.708-.708L6.5 10.293l6.646-6.647a.5.5 0 01.708 0z'/%3E%3C/svg%3E") center / contain no-repeat;
    }
    .pricing-card.featured .pricing-features li::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M13.854 3.646a.5.5 0 010 .708l-7 7a.5.5 0 01-.708 0l-3.5-3.5a.5.5 0 11.708-.708L6.5 10.293l6.646-6.647a.5.5 0 01.708 0z'/%3E%3C/svg%3E");
    }

    /* ===== SUPPLEMENTS ===== */
    #tarifs-detail { background-color: #f5f5f7; }

    .suppl-card {
      background: #fff;
      border-radius: 16px;
      padding: 2rem;
      height: 100%;
      border: 1px solid rgba(0,0,0,0.06);
    }
    .suppl-card h5 { font-weight: 700; margin-bottom: 1.25rem; font-size: 0.97rem; }

    .suppl-list { list-style: none; padding: 0; margin: 0; }
    .suppl-list li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.6rem 0;
      border-bottom: 1px solid rgba(0,0,0,0.05);
      font-size: 0.87rem;
    }
    .suppl-list li:last-child { border-bottom: none; }
    .suppl-price { font-weight: 600; color: #1000c7; white-space: nowrap; }

    .calc-example {
      background: #f0f7ff;
      border-radius: 10px;
      padding: 0.75rem 1rem;
      margin-bottom: 0.5rem;
      font-size: 0.87rem;
    }
    .calc-example strong { color: #1000c7; }

    .tarifs-detail-intro {
      font-size: 0.95rem;
      max-width: 650px;
      margin: auto;
    }

    .tarifs-detail-note {
      font-size: 1rem;
      color: #6e6e73;
    }

    /* ===== COMMENT ÇA FONCTIONNE ===== */
    .step-card {
      text-align: center;
      padding: 2rem 1.5rem;
      background: #fff;
      border-radius: 16px;
      border: 1px solid rgba(0,0,0,0.06);
      height: 100%;
    }
    .step-number {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: #1000c7;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.25rem;
    }
    .step-card h5 { font-weight: 700; margin-bottom: 0.75rem; font-size: 1rem; }
    .step-card p  { font-size: 0.87rem; color: #6e6e73; margin: 0; line-height: 1.65; }

    /* ===== MOBILIER ===== */
    #mobilier { background: #f5f5f7; }

    .mobilier-card {
      background: #fff;
      border-radius: 20px;
      padding: 2.5rem 2rem;
      height: 100%;
      border: 1px solid rgba(0,0,0,0.08);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .mobilier-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    }
    .mobilier-price { font-size: 2rem; font-weight: 800; color: #1000c7; letter-spacing: -0.5px; }
    .mobilier-price small { font-size: 0.88rem; font-weight: 400; color: #6e6e73; }
    .mobilier-desc { font-size: 0.87rem; color: #6e6e73; margin-bottom: 1.25rem; line-height: 1.6; }

    .mobilier-features {
      list-style: none;
      padding: 0;
      margin: 0 0 2rem;
    }
    .mobilier-features li {
      font-size: 0.87rem;
      color: #3d3d3f;
      padding: 0.45rem 0;
      border-bottom: 1px solid rgba(0,0,0,0.05);
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .mobilier-features li:last-child { border-bottom: none; }
    .mobilier-features li::before {
      content: '';
      width: 16px;
      height: 16px;
      min-width: 16px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2334c759' d='M13.854 3.646a.5.5 0 010 .708l-7 7a.5.5 0 01-.708 0l-3.5-3.5a.5.5 0 11.708-.708L6.5 10.293l6.646-6.647a.5.5 0 01.708 0z'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    /* ===== AVIS ===== */
    .review-card {
      background: #fff;
      border-radius: 16px;
      padding: 2rem;
      height: 100%;
      border: 1px solid rgba(0,0,0,0.06);
    }
    .review-stars  { color: #ffc107; font-size: 0.9rem; margin-bottom: 1rem; }
    .review-text   { font-size: 0.92rem; color: #3d3d3f; font-style: italic; margin-bottom: 1.25rem; line-height: 1.65; }
    .reviewer-name { font-weight: 600; font-size: 0.9rem; }

    .rating-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: #fff;
      border: 1px solid rgba(0,0,0,0.1);
      padding: 0.65rem 1.6rem;
      border-radius: 980px;
      font-size: 0.85rem;
      font-weight: 500;
    }

    /* ===== AVANT / APRES ===== */
    .before-after-card {
      background: #fff;
      border-radius: 16px;
      padding: 1.5rem;
      border: 1px solid rgba(0,0,0,0.06);
      height: 100%;
    }

    .before-after-title {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 1rem;
      color: #1d1d1f;
    }

    .compare-media {
      border-radius: 12px;
      width: 100%;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      background: #fff;
    }

    .compare-media-img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    .compare-media.is-placeholder {
      min-height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 0.95rem;
      letter-spacing: 0.3px;
      color: #1d1d1f;
    }

    .before-placeholder { background: #ffd84d; }
    .after-placeholder  { background: #ff4d4d; color: #fff; }

    /* ===== FORMULAIRE ===== */
    #reservation { background: #f5f5f7; }

    .form-wrapper {
      background: #fff;
      border-radius: 24px;
      padding: 3rem;
      border: 1px solid rgba(0,0,0,0.08);
    }

    .form-label { font-size: 0.85rem; font-weight: 600; color: #1d1d1f; }

    .form-control,
    .form-select {
      border-radius: 10px;
      border: 1.5px solid rgba(0,0,0,0.12);
      padding: 0.65rem 1rem;
      font-size: 0.9rem;
      font-family: 'Poppins', sans-serif;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .form-control:focus,
    .form-select:focus {
      border-color: #1000c7;
      box-shadow: 0 0 0 3.5px rgba(0, 113, 227, 0.15);
      outline: none;
    }

    .btn-submit {
      background: #1000c7;
      color: #fff;
      border: none;
      border-radius: 980px;
      padding: 0.85rem 3rem;
      font-size: 1rem;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      transition: background 0.2s, transform 0.2s;
      cursor: pointer;
    }
    .btn-submit:hover { background: #005bbf; transform: translateY(-1px); }

    .reservation-contact-intro {
      font-size: 0.92rem;
      color: #6e6e73;
    }

    .reservation-phone-link {
      color: #1000c7;
    }

    .reservation-whatsapp-link {
      color: #25d366;
    }

    .electric-check-label {
      font-size: 0.87rem;
    }

    .trust-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-size: 0.8rem;
      color: #6e6e73;
      font-weight: 500;
    }
    .trust-badge i { color: #34c759; }

    /* ===== FOOTER ===== */
    footer {
      background: #1d1d1f;
      padding: 3rem 0;
      color: rgba(255,255,255,0.55);
    }
    footer .footer-logo { font-size: 1.3rem; font-weight: 700; }
    footer .footer-links a {
      color: rgba(255,255,255,0.55);
      text-decoration: none;
      font-size: 0.85rem;
      transition: color 0.2s;
    }
    footer .footer-links a:hover { color: #fff; }
    footer .footer-copy { font-size: 0.82rem; }

    .footer-hours {
      color: rgba(255,255,255,0.75);
      font-size: 0.85rem;
      font-weight: 500;
    }

    .footer-social-link {
      color: rgba(255,255,255,0.65);
      font-size: 1.35rem;
      line-height: 1;
      transition: color 0.2s;
    }

    .footer-social-link:hover,
    .footer-social-link:focus {
      color: #fff;
    }

    .footer-social-link-whatsapp:hover,
    .footer-social-link-whatsapp:focus {
      color: #25d366;
    }

    /* ═══════════════════════════════════════════
       RESPONSIVE — tous écrans
    ═══════════════════════════════════════════ */

    /* xxl : grands moniteurs ≥ 1400px */
    @media (min-width: 1400px) {
      section { padding: 120px 0; }
    }

    /* lg→md : tablette paysage / petit bureau ≤ 991px */
    @media (max-width: 991.98px) {
      section { padding: 70px 0; }
      .form-wrapper { padding: 2rem 1.5rem; }
      .hero-lead { max-width: 100%; }
      #hero { min-height: 85vh; }
      .pricing-card { padding: 2rem 1.5rem; }

      #navbarMain {
        padding: 0.75rem 0 1rem;
        text-align: center;
      }

      #navbarMain .navbar-nav {
        align-items: center;
      }

      #navbarMain .nav-item,
      #navbarMain .btn-cta-nav,
      #navbarMain .language-switcher,
      #navbarMain .btn-cta-nav-phone {
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    /* md→sm : tablette portrait ≤ 767px */
    @media (max-width: 767.98px) {
      section { padding: 60px 0; }
       #navbarMain{ padding-bottom: 1rem;}
      .form-wrapper  { padding: 1.75rem 1.25rem; }
      .mobilier-card { padding: 2rem 1.5rem; }
      .suppl-card    { padding: 1.75rem 1.25rem; }
      .review-card   { padding: 1.75rem 1.25rem; }
      .step-card     { padding: 1.75rem 1.25rem; }
      /* Boutons hero empilés */
      .hero-btns { flex-direction: column; }
      .btn-hero-primary,
      .btn-hero-secondary { width: 100%; text-align: center; }
      /* Footer : centrer tous les blocs */
      footer .text-md-start,
      footer .text-md-end { text-align: center !important; }
      footer .footer-logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
      }
    }

    /* xs/sm : mobile ≤ 575px */
    @media (max-width: 575.98px) {
      section { padding: 50px 0; }
      /* Hero */
      #hero { min-height: 100dvh; padding-top: 80px; }
      .hero-badge { font-size: 0.72rem; padding: 0.3rem 0.85rem; }
      #hero h1 { letter-spacing: -0.5px; margin-bottom: 1rem; }
      #hero .hero-lead { font-size: 0.97rem; margin-bottom: 2rem; }
      /* Navbar */
      .btn-cta-nav  { padding: 0.65rem 1.4rem; font-size: 0.9rem; }
      .dropdown-item { padding: 0.75rem 1.25rem; } /* touch targets */

      .language-switcher .lang-short {
        display: none;
      }

      .language-switcher .lang-full {
        display: inline;
      }

      .language-switcher-btn {
        min-width: 8.5rem;
      }
      /* Cartes pricing */
      .pricing-card  { padding: 1.75rem 1.25rem; }
      .pricing-price { font-size: 2.2rem; }
      /* Mobilier */
      .mobilier-card  { padding: 1.75rem 1.25rem; }
      .mobilier-price { font-size: 1.7rem; }
      /* Étapes */
      .step-card   { padding: 1.5rem 1rem; }
      .step-number { width: 44px; height: 44px; font-size: 1rem; }
      /* Suppléments */
      .suppl-card  { padding: 1.5rem 1.25rem; }
      /* Avis */
      .review-card   { padding: 1.5rem 1.25rem; }
      .rating-badge  { font-size: 0.78rem; padding: 0.55rem 1.2rem; }
      /* Formulaire */
      .form-wrapper { border-radius: 16px; padding: 1.5rem 1rem; }
      .btn-submit   { width: 100%; padding: 0.85rem 1.5rem; }
      .trust-badge  { font-size: 0.75rem; }
      /* Typo */
      .section-title { letter-spacing: 0; }
      /* Footer */
      footer { padding: 2rem 0; }
    }

/* ===== ANIMATIONS HERO ===== */
.hero-anim {
  opacity: 0;
  transform: translateY(22px);
  animation: heroFadeUp 0.65s ease forwards;
}
.hero-anim--1 { animation-delay: 0.05s; }
.hero-anim--2 { animation-delay: 0.20s; }
.hero-anim--3 { animation-delay: 0.35s; }
.hero-anim--4 { animation-delay: 0.50s; }
.hero-anim--5 { animation-delay: 0.70s; }

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== ANIMATIONS SCROLL (reveal) ===== */
.reveal-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Respecte les préférences de réduction de mouvement */
@media (prefers-reduced-motion: reduce) {
  .hero-anim,
  .reveal-section {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}