@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.3.1/css/all.min.css);

:root {
  --noir: #212529;
  --gris: rgb(169 173 178);
  --linear: linear-gradient(180deg, #8b0621, #5f0719);
  --blanc: #fdfdfd;
  --bordeaux: #5d000e;
  --bordeaux-vif: #ee0a2c;
  --clair: #ffeeee;
  --ligne: rgb(20 16 15 / 17%);
  --ligne-inv: rgb(243 240 234 / 23%);
  --ease: cubic-bezier(.22, .68, .16, 1);
  --radius: 12px;
  --f-display: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --f-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  background: var(--blanc);
  color: var(--blanc);
  font-family: var(--f-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.p-res {
  font-weight: bold;
  text-align: center;
  font-size: 27px;
  padding-bottom: 15px;
}

.fleet-matrix-row .mbadge {
  border-radius: 40px;
  padding: 10px 20px;
  font-weight: 600;
}

.fleet-matrix-row:nth-child(1) .mbadge {
  background-color: var(--bordeaux-vif);
  color: var(--bordeaux-vif);
}

.fleet-matrix-row:nth-child(2) .mbadge {
  background-color: #ee0a2c2e;
  color: var(--bordeaux-vif);
}

.fleet-matrix-row:nth-child(3) .mbadge {
  background-color: #c2bcff;
  color: #2a25e7;
}

.fleet-matrix-row:nth-child(4) .mbadge {
  background-color: #00411333;
  color: #004619;
}

.fleet-matrix-row:nth-child(5) .mbadge {
  background-color: #edee0a73;
  color: #1f2000;
}

.fleet-matrix-row:nth-child(6) .mbadge {
  background-color: #b8b8b8;
  color: #000000;
}

.fst-italic {
  font-style: italic;
}

.text-white {
  color: var(--blanc);
}

.text-dark {
  color: var(--noir);
}

.jumbotron {
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
  background: var(--bordeaux-vif);
  line-height: 1.7;
  text-wrap: pretty;
  color: var(--blanc);
}

img {
  max-width: 100%;
  display: block;
  border-radius: var(--radius);
}

.img-show {
  height: 65vh;
  position: relative;
}

.intervention .img-show img {
  object-fit: contain
}

.img-show img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  font-family: var(--f-display);
  font-weight: bolder;
  line-height: 1.1;
  margin: 0 0 30px 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2rem, 3.5vw, 6rem);
}

h2 {
  font-size: clamp(1.5rem, 5vw, 3rem);
}

p {
  line-height: 1.7;
  color: var(--noir);
  margin: 0;
}

input:focus,
select:focus {
  outline: none !important;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
  position: relative;
  z-index: 1;
}

.section {
  padding: clamp(70px, 10vw, 100px);
  position: relative;
  background: var(--blanc);
  color: var(--noir);
}

section.section.twin .bloc-item {
  display: flex;
  flex-direction: column;
  color: var(--blanc);
  background: #ffffff0f;
  backdrop-filter: blur(5px);
  border-radius: var(--radius);
  padding: 30px;
  transition: all .3s linear;
}

section.section.twin .bloc-item:hover {
  transform: translateY(-10px);
  background: var(--bordeaux);
}

section.section.twin .bloc-item p {
  color: var(--gris);
}

section.section.twin .bloc-item i {
  font-size: 55px;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 1;
}

section.section.twin .bloc-item h3 {
  font-size: 32px;
  color: var(--blanc);
}

.jumb {
  display: flex;
  gap: 18px;
  position: relative;
  margin: 15px 0px;
  background: var(--clair);
  padding: 18px;
  border-radius: var(--radius);
}

.jumb i {
  font-size: 25px;
  position: relative;
  top: 5px;
  color: var(--bordeaux-vif);
}

.jumb span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.jumb strong {
  display: block;
  font-size: 22px;
}

.section.section-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden,
.hide {
  display: none !important;
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
  margin: 2em 0;
}

.cards .card-item {
  border: 1px solid var(--ligne);
  border-radius: var(--radius);
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 20px;
  color: var(--noir);
  transition: all .3s linear;
}

.cards .card-item:hover {
  box-shadow: 10px 10px 15px #00000036;
  transform: translateY(-8px);
  color: var(--blanc);
  background: var(--noir);
}

.cards .card-item svg {
  width: 30px;
  height: auto;
  color: var(--bordeaux-vif);
}

.section p {
  margin: 0px 0 10px;
}

.section h2,
.section h3 {
  color: var(--noir);
  text-wrap: balance;
  margin-bottom: 20px;
}

.section--dark {
  background: var(--noir);
  color: var(--clair);
}

.section--gray {
  background: var(--clair);
}

.section--dark p,
section.section--dark p.eyebrow {
  color: var(--blanc);
}

.section--dark h2,
.section--dark h3 {
  color: var(--blanc);
}

:focus-visible {
  outline: 2px solid var(--bordeaux-vif);
  outline-offset: 3px;
}

.section p.label,
p.label {
  font-size: .78rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--bordeaux-vif);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-weight: 600;
}

.label::before {
  content: '';
  width: 34px;
  height: 1px;
  background: var(--bordeaux-vif);
}

.section p.eyebrow,
.badge {
  font-family: var(--f-body);
  font-size: .74rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bordeaux-vif);
  display: flex;
  align-items: center;
  gap: .6em;
  margin-bottom: .9em;
  font-weight: 600;
  text-wrap: pretty;
}

.section--dark .badge {
  color: var(--blanc)
}

.eyebrow::before,
.badge:before {
  content: '';
  width: 26px;
  height: 1px;
  background: currentColor;
}

/* ===========================================================
   Réseaux sociaux flottants — .social-float
   Système de design <strong>Ho Rent Car</strong>
   =========================================================== */

.social-float {
  position: fixed;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 900;
}

.social-float-link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--noir);
  border: 1px solid rgba(243, 240, 234, .15);
  color: var(--gris-clair, #F3F0EA);
  font-size: .9rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(20, 16, 15, .25);
  transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.social-float-link:hover {
  background: var(--bordeaux-vif, #B23A4E);
  color: #fff;
  transform: translateX(-4px) scale(1.06);
  box-shadow: 0 10px 24px rgba(178, 58, 78, .35);
}

/* Petite pastille de couleur au survol selon le réseau (subtil clin d'œil) */
/* ---------- Responsive ---------- */

@media (max-width: 780px) {
  .social-float {
    right: 0;
    transform: none;
    top: auto;
    gap: 10px;
    bottom: 0vh;
    flex-direction: row;
    background: var(--noir);
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }

  .social-float-link {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
}

/* ===========================================================
   Sélecteur de langue — .lang-switch
   Système de design <strong>Ho Rent Car</strong>
   =========================================================== */

.lang-switch {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
}

.lang-trigger {
  display: flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  border: 1px solid rgba(20, 16, 15, .18);
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease;
}

.lang-trigger:hover {
  border-color: var(--bordeaux-vif, #B23A4E);
}

.lang-switch.is-open .lang-trigger {
  border-color: var(--bordeaux-vif, #B23A4E);
  background: var(--gris-clair, #F3F0EA);
}

.lang-flag {
  font-size: 1.05rem;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lang-code {
  font-family: "JetBrains Mono", monospace;
  font-size: .78rem;
  letter-spacing: .06em;
  color: var(--noir, #14100F);
}

.lang-arrow {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--bordeaux-vif, #B23A4E);
  border-bottom: 1.5px solid var(--bordeaux-vif, #B23A4E);
  transform: rotate(45deg);
  transition: transform .3s ease;
  margin-top: -3px;
}

.lang-switch.is-open .lang-arrow {
  transform: rotate(225deg);
  margin-top: 3px;
}

/* ---------- Menu déroulant ---------- */

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 190px;
  list-style: none;
  margin: 0;
  padding: 8px;
  background: var(--clair);
  border: 1px solid rgba(20, 16, 15, .1);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(20, 16, 15, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 50;
}

.lang-switch.is-open .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 10px 12px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: .92rem;
  color: var(--anthracite, #2E2B29);
  transition: background .2s ease, color .2s ease;
}

.lang-option:hover {
  background: var(--gris-clair, #F3F0EA);
}

.lang-option.is-active {
  color: var(--bordeaux-profond, #6B1220);
  font-weight: 600;
}

.lang-option.is-active .lang-name::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--bordeaux-vif, #B23A4E);
  border-radius: 50%;
  margin-left: 8px;
  vertical-align: middle;
}

.lang-option .lang-flag {
  font-size: 1.1rem;
}

/* ===========================================================
   Quartiers détaillés — .district-list
   Système de design <strong>Ho Rent Car</strong>
   =========================================================== */

.district-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.district-list li {
  background: #dfdfdf;
  border-left: 3px solid var(--bordeaux-vif, #B23A4E);
  border-radius: 0 4px 4px 0;
  padding: 18px 20px;
  transition: background .3s ease, transform .3s ease;
}

.district-list li:hover {
  background: #fff;
  transform: translateX(4px);
  box-shadow: 0 4px 18px rgba(20, 16, 15, .08);
}

.district-list h4 {
  font-family: "JetBrains Mono", monospace;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--bordeaux-profond, #6B1220);
  margin: 0 0 8px;
}

.district-list p {
  font-family: "Inter", sans-serif;
  font-size: .92rem;
  line-height: 1.6;
  color: var(--anthracite, #2E2B29);
  margin: 0;
}

/* ---------- Phrase de clôture ---------- */

.district-closing {
  font-style: italic;
  color: var(--anthracite, #2E2B29);
  border-top: 1px solid rgba(20, 16, 15, .12);
  padding-top: 22px;
  margin-top: 8px;
}

/* ---------- Responsive ---------- */

@media (max-width: 720px) {
  .district-list {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   SECTION "QUARTIERS CASABLANCA"
   Design system <strong>Ho Rent Car</strong>
   ============================================ */

.quartiers-section {
  background: #F3F0EA;
  padding: 80px 0;
}

.quartiers-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  color: #14100F;
  max-width: 800px;
  margin: 0 0 28px;
  line-height: 1.2;
}

.quartiers-text--highlight {
  font-weight: 600;
  color: var(--bordeaux);
  border-left: 2px solid #B23A4E;
  padding-left: 14px;
  margin-top: 32px;
}

/* Tags quartiers, Ã©cho visuel au sous-menu "billet de voyage" */
.quartiers-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 30px 0;
  padding: 0;
}

.quartiers-tags li {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #6B1220;
  background: rgba(178, 58, 78, 0.08);
  border: 1px solid rgba(178, 58, 78, 0.3);
  border-radius: 2px;
  padding: 8px 14px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .quartiers-section {
    padding: 56px 0;
  }

  .quartiers-tags li {
    font-size: 12px;
    padding: 7px 12px;
  }
}

/* ===========================================================
   Tags de quartiers — .district-tags / .district-closing
   Système de design <strong>Ho Rent Car</strong>
   =========================================================== */

.district-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
}

.district-tags li {
  font-size: .8rem;
  letter-spacing: .04em;
  color: var(--bordeaux-profond, #6B1220);
  background: var(--gris-clair, #F3F0EA);
  border: 1px solid rgba(107, 18, 32, .18);
  border-radius: 999px;
  padding: 8px 16px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.district-tags li:hover {
  background: var(--bordeaux-vif, #B23A4E);
  border-color: var(--bordeaux-vif, #B23A4E);
  color: #fff;
}

.district-closing {
  font-style: italic;
  color: var(--anthracite, #2E2B29);
  border-top: 1px solid rgba(20, 16, 15, .12);
  padding-top: 22px;
  margin-top: 32px;
}

/* ---------- Responsive ---------- */

@media (max-width: 600px) {
  .district-tags li {
    font-size: .74rem;
    padding: 7px 13px;
  }
}

/*==========================================================
   CTA final — .cta-final
   Système de design <strong>Ho Rent Car</strong>
   =========================================================== */

.cta-final {
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  text-align: center;
  background: var(--blanc);
}

.cta-final.gray {
  background: var(--clair);
}

.cta-final-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.cta-final-inner h2 {
  margin-bottom: 10px;
  color: var(--noir);
}

.cta-final p {
  font-size: 1.1em;
}

.cta-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

/* ---------- Boutons ---------- */
.btn {
  display: inline-block;
  align-items: center;
  gap: .6em;
  font-family: var(--f-body);
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .45s var(--ease), background .3s, color .3s, border-color .3s;
  white-space: nowrap;
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--bordeaux-vif);
  color: var(--blanc);
}

.btn-primary:hover {
  background: var(--bordeaux);
}

.btn-outline {
  border-color: var(--ligne);
  color: var(--noir);
}

.btn-outline:hover {
  background: var(--bordeaux);
  color: var(--blanc);
  border-color: var(--bordeaux);
}

.btn-outline-white {
  border-color: rgb(243 240 234 / 65%);
  color: var(--blanc);
}

.btn-outline-white:hover {
  background: var(--blanc);
  color: var(--noir);
  border-color: var(--blanc);
}

.btn-ghost-light {
  border-color: var(--ligne-inv);
  color: var(--clair);
}

.btn-ghost-light:hover {
  background: var(--clair);
  color: var(--noir);
}

.whatsapp-float {
  background-color: #25D366;
  font-size: 2.5rem;
  z-index: 3;
  position: fixed;
  bottom: 2vh;
  right: 2vh;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
  z-index: 9999;
  color: var(--blanc);
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 18px 0;
  transition: background .4s var(--ease), padding .4s var(--ease), border-color .4s;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: var(--blanc);
  backdrop-filter: blur(10px);
  padding: 20px 0;
  border-color: var(--ligne-inv);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1600px;
  padding: 0 10%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 30px 0;
  transition: padding .4s var(--ease), background .4s var(--ease), border-color .4s;
  border-bottom: 1px solid transparent;
}

.header.is-scrolled {
  padding: 16px 0;
  background: rgba(11, 11, 12, .85);
  backdrop-filter: blur(14px);
  border-color: var(--ligne);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.logo {
  font-family: var(--f-display);
  font-size: 2rem;
  letter-spacing: .06em;
  font-weight: bold;
  color: var(--blanc);
}

.logocm2s {
  width: 70px;
  border-radius: 0;
}

.logo img {
  width: 230px;
  border-radius: 0%;
}

footer .logo img {
  filter: grayscale(1) invert(1);
  margin-bottom: 1.2em;
}

.logo span {
  color: var(--bordeaux-vif);
}

.nav-main {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-main a {
  font-family: var(--f-body);
  font-size: 1rem;
  letter-spacing: .04em;
  color: var(--noir);
  position: relative;
  padding: 4px 0;
  transition: color .3s;
  font-weight: 600;
}

.nav-main a:hover,
.nav-main a.active {
  color: var(--bordeaux);
}

.nav-main a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--bordeaux-vif);
  transition: width .35s var(--ease);
}

.nav-main a:hover::after,
.nav-main a.active::after {
  width: 100%;
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 18px;
}


.nav {
  display: flex;
  gap: 40px;
}

.nav a {
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gris);
  position: relative;
  padding: 4px 0;
  transition: color .3s;
}

.nav a:hover,
.nav a.active {
  color: var(--blanc);
}

.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--bordeaux);
  transition: width .4s var(--ease);
}

.nav a:hover::after,
.nav a.active::after {
  width: 100%;
}

/* ============================================
   SOUS-MENU "NOS AGENCES"
   Design system <strong>Ho Rent Car</strong> :
   bordeaux profond #6B1220 / noir #14100F / anthracite #2E2B29
   gris clair #F3F0EA / bordeaux vif #B23A4E
   Fraunces (titres) / Inter (corps) / JetBrains Mono (codes)
   ============================================ */

.nav-item.has-submenu {
  position: relative;
}

.nav-parent-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.submenu-caret {
  transition: transform 0.25s ease;
  color: currentColor;
  opacity: 0.7;
}

.nav-item.has-submenu:hover .submenu-caret,
.nav-item.has-submenu:focus-within .submenu-caret {
  transform: rotate(180deg);
}

/* Panneau du sous-menu
   IMPORTANT : top est collÃ© Ã  100% (pas de gap) pour que la zone de hover
   reste continue entre le lien et le sous-menu. Le dÃ©calage visuel de 14px
   est simulÃ© par un padding-top interne, pas par une marge externe. */
.submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 18px;
  /* zone tampon invisible mais toujours "hoverable" */
  min-width: 220px;
  z-index: 100;
  pointer-events: none;
}

.nav-item.has-submenu:hover .submenu,
.nav-item.has-submenu:focus-within .submenu {
  pointer-events: auto;
}

/* Le fond, la bordure, l'ombre et les liens vivent dans un conteneur
   interne : Ã§a permet d'avoir le padding-top "tampon" au-dessus sans
   casser l'apparence visuelle du panneau. */
.submenu-inner {
  background: var(--blanc);
  border: 1px solid rgb(137 137 137 / 22%);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.nav-item.has-submenu:hover .submenu-inner,
.nav-item.has-submenu:focus-within .submenu-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Petite flÃ¨che dÃ©corative au-dessus du panneau interne */
.submenu-inner::before {
  content: "";
  position: absolute;
  top: 8px;
  /* remonte dans le padding-top tampon */
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: #14100F;
  border-left: 1px solid rgba(243, 240, 234, 0.12);
  border-top: 1px solid rgba(243, 240, 234, 0.12);
  display: none;
}

/* Liens du sous-menu, style "billet de voyage" */
.nav-main a.submenu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 5px;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 0.18s ease, padding-left 0.18s ease;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
}

.nav-main a.submenu-link:hover,
.nav-main a.submenu-link:focus {
  background: rgba(178, 58, 78, 0.16);
  padding-left: 10px;
}

/* SÃ©parateur + lien "Toutes nos agences" */
.submenu-link--all {
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(243, 240, 234, 0.12);
  color: #B23A4E;
  font-weight: 600;
  justify-content: center;
}

.submenu-link--all:hover {
  padding-left: 12px;
  background: rgba(178, 58, 78, 0.1);
}

.burger {
  display: none;
  background: none;
  border: 1px solid var(--ligne);
  color: var(--blanc);
  padding: 10px 16px;
  border-radius: var(--radius);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Bandeaux internes */
.section--banner {
  position: relative;
  display: flex;
  grid-gap: 4em;
  align-items: flex-end;
  height: 70vh;
}

.section--banner h1 {
  color: var(--blanc);
  font-size: 2.5em;
}

.section--banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000000e6, #000000ad, #0000000f, #fffffff2);
}

.banner-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 100%;
  padding: 0;
  width: 1200px;
}

.banner-container p {
  color: var(--blanc);
}

.ban-agence {
  background-image: url(../images/location-voiture-facile.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.ban-mar {
  background-image: url(../images/louer-une-voiture-a-Koutoubia-Marrakech.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 72%;
}

.ban-fes {
  background-image: url(../images/location-de-voiture-Palais-Bahia-Marrakech.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 82%;
}

.ban-rab {
  background-image: url(../images/louer-une-voiture-pres-du-Jardins-de-la-Menara-Marrakech.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 80%;
}

.ban-mek {
  background-image: url(../images/location-voiture-pas-cher-meknes.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 74%;
}

.ban-vehicle {
  position: relative;
  background: url(../images/voiture-a-louer.jpeg);
  background-size: cover;
  background-position: center bottom;
}

.booking-widget {
  background: var(--blanc);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  border-radius: var(--radius);
}

.booking-widget h4 {
  margin: 0 0 10px 0;
  font-size: 1.5em;
}

.booking-widget form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.booking-widget form button {
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: .9em;
  margin-top: 1em;
}

.booking-widget form .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.booking-widget form .grid-2 {
  gap: 15px;
}

.booking-widget form label {
  font-weight: 500;
  font-size: .9em;
}

.booking-widget form input,
.booking-widget form select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid var(--ligne);
  font-size: .8em;
  font-family: var(--f-body);
}

/* Bandeaux internes */
/* ---------- Hero slideshow ---------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.6s var(--ease);
  background-size: cover;
  background-position: center;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide.is-active .hero-slide-img {
  animation: kenburns 9s var(--ease) forwards;
}

.hero-slide-img {
  position: absolute;
  inset: 0%;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

@keyframes kenburns {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.12);
  }
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000000cf, #000000a6, #ffffffc7);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.hero-title-wrap {
  max-width: 100%;
  text-shadow: 2px 2px 45px #0000008f;
}

.section--banner h1 {
  text-shadow: 2px 2px 45px #0000008f;
  margin-bottom: 2px;
}

.hero-title-wrap .label {
  opacity: .8;
  color: var(--blanc);
}

.hero-title-wrap .label::before {
  background: var(--blanc);
}

.hero-title em,
h1 em {
  font-style: normal;
  color: var(--bordeaux-vif);
}

.hero-sub {
  color: var(--blanc);
  margin-top: 18px;
  font-size: 1.2em;
  /* max-width: 700px; */
  text-wrap: balance;
}

/* ---------- Booking bar (chevauche le hero) ---------- */
.booking-bar {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -20vh);
  width: 100%;
}

section.booking-bar.ban {
  position: relative;
  transform: none;
  left: auto;
  padding-top: 4em;
  z-index: 99;
}

.booking-bar .container .bookings {
  background: var(--blanc);
  border: 1px solid var(--noir);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  align-items: center;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .7);
}

section.booking-bar.ban .container .bookings {
  border-color: var(--ligne);
  box-shadow: 1px 2px 10px #00000038;
}

.booking-field {
  padding: 22px 26px;
  border-right: 1px solid var(--noir);
}

section.booking-bar.ban .booking-field {
  border-color: var(--ligne);
}

.booking-field:last-of-type {
  border-right: none;
}

.booking-field label {
  display: block;
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bordeaux);
  margin-bottom: 8px;
  font-weight: bold;
}

.booking-field select,
.booking-field input {
  background: transparent;
  border: none;
  color: var(--noir);
  font-size: .95rem;
  width: 100%;
  padding: 0;
}

.booking-field select:focus,
.booking-field input:focus {
  outline: none;
}

.booking-bar .btn {
  margin: 14px;
  border-radius: var(--radius);
}

@media (max-width: 980px) {
  .booking-bar .container .bookings {
    grid-template-columns: 1fr 1fr;
  }

  .booking-field {
    border-right: none;
    border-bottom: 1px solid var(--ligne);
    width: 100%;
  }

  .booking-bar .btn {
    grid-column: span 2;
    justify-content: center;
  }
}

.presentation {
  position: relative;
}


.presentation::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 36%;
  background: url(../images/palm.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  right: 0;
  opacity: .03;
  bottom: 0;
}

.t-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  margin-top: 3em;
}

.t-section .t-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 5px solid var(--blanc);
  border-radius: var(--radius);
  box-shadow: 1px 2px 10px #00000026;
  min-height: 370px;
  position: relative;
}

.t-section .t-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #00000000, #ffe3e300);
  z-index: 1;
}

.t-section .t-item:hover:before {
  background: linear-gradient(45deg, #000000c7, transparent);
  backdrop-filter: blur(2px);
}

.t-section .t-item img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform .3s linear;
}

.t-section .t-item:hover img {
  transform: scale(1.2);
}

.t-section .t-item h3 {
  position: relative;
  color: var(--blanc);
  z-index: 2;
  opacity: 0;
  transition: all .3s linear;
  font-size: 2em;
  text-align: center;
}

.t-section .t-item:hover h3 {
  opacity: 1;
}

/* POURQUOI NOUS CHOISIR ? */

.atout-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2em;
  margin-top: 3em;
}

.atout-item {
  border: 1px solid var(--ligne);
  border-radius: var(--radius);
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: .5em;
  align-items: center;
  text-align: center;
  /* background: var(--blanc); */
  /* box-shadow: 5px 10px 20px #00000021; */
}

.atout-item:hover {
  transform: translateY(-10px) !important;
  background: var(--blanc);
  box-shadow: 5px 10px 20px #00000021;
}

.atout-item i {
  margin-bottom: 20px;
  font-size: 35px;
  color: var(--bordeaux);
}

.atout-item h3 {
  margin-bottom: 12px;
}

.whu-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "i1 i5 i2"
    "i3 i5 i4"
    "i6 i5 i7";
  width: 100% !important;
  gap: 40px;
  margin-top: 8vh;
  align-items: center;
}

.whu::before,
.faq::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 36%;
  background: url(../images/palmier.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  right: 0;
  opacity: .03;
  bottom: 0;
}

.whu::after,
.faq::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 36%;
  background: url(../images/palmier.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  left: 0;
  opacity: .03;
  bottom: 0;
}

.whu-container .feature:nth-child(1) {
  grid-area: i1
}

.whu-container .feature:nth-child(2) {
  grid-area: i2;
}

.whu-container .feature:nth-child(2),
.whu-container .feature:nth-child(5),
.whu-container .feature:nth-child(7) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.whu-container .img-feature {
  grid-area: i5;
  border-radius: var(--radius);
  height: 50vh;
}

.whu-container .img-feature img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.whu-container .feature:nth-child(3) {
  grid-area: i3
}

.whu-container .feature:nth-child(4) {
  grid-area: i4
}

.whu-container .feature:nth-child(7) {
  grid-area: i7
}

.whu-container .feature:nth-child(6) {
  grid-area: i6
}

.feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex-direction: column;
  border-bottom: 2px dotted #ff000036;
  padding-bottom: 10px;
}

.feature h4 {
  margin: 0 0 10px;
  font-size: 1.2em;
  color: var(--bordeaux);
}

.feature .idx {
  font-family: var(--f-body);
  font-size: 1.2rem;
  color: var(--blanc);
  padding-top: 4px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  background: var(--bordeaux-vif);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

/* ---------- Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--linear);
}

.stat {
  padding: 44px 30px;
  border-right: 1px solid var(--ligne-inv);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat:last-child {
  border-right: none;
}

.stat .num {
  font-family: var(--f-display);
  font-size: clamp(2.6rem, 5vw, 4rem);
  color: var(--blanc);
  line-height: 1;
}

.stat .txt {
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blanc);
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}

@media (max-width:760px) {
  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .stat {
    border-bottom: 1px solid var(--ligne);
  }
}

/* ---------- Grilles ---------- */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 6vw, 60px);
  align-items: center;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: clamp(30px, 6vw, 60px);
  align-items: center;
}

section.section.twin {
  position: relative;
  background: url(../images/voiture-a-louer.jpeg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

section.section.twin .grid-2 {
  align-items: normal;
}

section.section.twin:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000bd;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width:900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:600px) {

  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ---------- Cartes villes (codes aÃƒÂ©roport) ---------- */
.cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 40px;
}

.city-card {
  position: relative;
  background: var(--clair);
  aspect-ratio: 4/5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: var(--blanc);
  border-radius: var(--radius);
}

.city-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}

.city-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0000003b 30%, rgba(20, 16, 15, .88) 100%);
}

.city-card:hover img {
  transform: scale(1.07);
}

.city-card .tag {
  position: relative;
  z-index: 2;
  font-family: var(--f-body);
  font-size: .8rem;
  letter-spacing: .14em;
  opacity: .85;
  margin: 10px 0;
}

.city-card h3 {
  position: relative;
  z-index: 2;
  color: var(--blanc);
  margin: 6px 0 4px;
  font-family: var(--f-body);
  font-weight: bold;
  font-size: 2em;
}

.city-card .arrow {
  position: relative;
  z-index: 2;
  font-family: var(--f-body);
  font-size: .8rem;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(5px);
  transition: all .4s var(--ease);
  letter-spacing: 2px;
}

.city-card:hover .arrow {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .cities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .cities-grid {
    grid-template-columns: 1fr;
  }
}

/* ======== temoignages ========*/
.temoignages {
  position: relative;
  background: url('../images/voiture-a-louer.jpeg');
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.temoignages::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #67040dc9, #000000b5);
}

.temoignages p.eyebrow,
.temoignages h2 {
  text-align: center;
  justify-content: center;
}

.quote-card {
  width: 380px;
  background: #3d3d3d70;
  color: #ffffff;
  padding: 40px;
  border-radius: var(--radius);
  margin: 0%;
  box-shadow: 1px 1px 10px #0000001a;
  backdrop-filter: blur(2px);
  position: relative;
  border: 1px solid var(--ligne-inv);
  transition: all .3s linear;
}

.quote-card:hover {
  background: var(--bordeaux);
  transform: skew(1deg, 1deg) !important;
}

.quote-card p {
  font-family: var(--f-display);
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  max-height: 160px;
  overflow-y: scroll;
  padding-right: 10px;
}

.quote-card .who {
  font-family: var(--f-body);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gris);
  margin-top: 18px;
}

.quote-card p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.205);
  background-color: transparent;
}

.quote-card p::-webkit-scrollbar {
  width: 2px;
  background-color: transparent;
}

.quote-card p::-webkit-scrollbar-thumb {
  background-color: rgba(255, 0, 0, 0.235);
}

/* ======== faq ========*/
.faq {
  position: relative;
}

.faq .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.faq-title {
  text-align: center;
  margin-bottom: 30px;
  text-wrap: balance;
}

.accordion {
  border-top: 1px solid rgba(20, 16, 15, .12);
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
}

.accordion-item {
  /* border-bottom: 1px solid rgba(20, 16, 15, .12); */
  margin: 15px 0;
}

h3.accordion-header {
  margin: 0;
}

.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 20px;
  text-align: left;
  font-family: system-ui;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--noir);
  transition: color .25s ease;
  background: var(--blanc);
  border-radius: var(--radius);
}

.accordion-trigger.gray {
  background: var(--clair);
}

.accordion-trigger:hover {
  color: var(--bordeaux-vif);
}

.accordion-icon {
  flex: 0 0 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--bordeaux-vif, #B23A4E);
  position: relative;
  transition: background .3s ease, transform .35s ease;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--bordeaux-vif, #B23A4E);
  transition: background .3s ease, transform .35s ease;
}

.accordion-icon::before {
  width: 10px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}

.accordion-icon::after {
  width: 1.5px;
  height: 10px;
  transform: translate(-50%, -50%);
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
  background: var(--bordeaux-vif, #B23A4E);
  transform: rotate(135deg);
}

.accordion-trigger[aria-expanded="true"] .accordion-icon::before,
.accordion-trigger[aria-expanded="true"] .accordion-icon::after {
  background: #fff;
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  padding: 7px 10px;
}

.accordion-panel p {
  font-size: .96rem;
  line-height: 1.7;
  color: #000;
  margin: 0;
  padding: 0 4px 24px;
}

.accordion-item.is-open .accordion-trigger {
  color: var(--bordeaux-vif);
}

/* ===========================================================
   Page Conditions Générales — .legal-page
   Système de design <strong>Ho Rent Car</strong>
   =========================================================== */

.legal-page {
  padding: 96px 0 120px;
}

.legal-page h2 {
  color: var(--noir);
}

.legal-page .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-page .eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bordeaux-vif, #B23A4E);
  margin-bottom: 14px;
  display: block;
}

.legal-page h1 {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  color: var(--noir, #14100F);
  margin: 0 0 56px;
}

/* ---------- Sections numérotées ---------- */

.legal-sections {
  counter-reset: legal-counter;
  border-top: 1px solid rgba(20, 16, 15, .12);
}

.legal-section {
  counter-increment: legal-counter;
  position: relative;
  padding: 34px 0 34px 64px;
  border-bottom: 1px solid rgba(20, 16, 15, .12);
}

.legal-section::before {
  content: counter(legal-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 34px;
  font-family: "JetBrains Mono", monospace;
  font-size: .85rem;
  letter-spacing: .04em;
  color: var(--bordeaux-vif, #B23A4E);
  border: 1px solid rgba(178, 58, 78, .35);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-section h3 {
  font-family: var(--f-body);
  font-weight: 500;
  font-size: 1.35rem;
  color: var(--noir);
  margin: 0 0 16px;
}

.legal-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-section li {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: .96rem;
  line-height: 1.65;
  color: rgba(46, 43, 41, .82);
  padding-left: 18px;
}

.legal-section li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--bordeaux-vif, #B23A4E);
}

.legal-section a {
  color: var(--bordeaux-profond, #6B1220);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-section a:hover {
  color: var(--bordeaux-vif, #B23A4E);
}

/* ---------- Responsive ---------- */

@media (max-width: 600px) {
  .legal-page {
    padding: 64px 0 88px;
  }

  .legal-page h1 {
    margin-bottom: 40px;
  }

  .legal-section {
    padding: 26px 0 26px 50px;
  }

  .legal-section::before {
    width: 32px;
    height: 32px;
    font-size: .74rem;
    top: 26px;
  }
}

/* ---------- Formulaire ---------- */
.formulaire {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background: var(--clair);
  border-radius: var(--radius);
  padding: 2em;
}

.map {
  position: relative;
  border-radius: var(--radius);
  border: 5px solid var(--blanc);
  border-radius: var(--radius);
  box-shadow: 1px 2px 10px #00000026;
  padding: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.map iframe {
  width: 100%;
  border-radius: var(--radius);
  height: 100%;
}

.ticket-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ticket-field input,
.ticket-field select,
.ticket-field textarea {
  width: 100%;
  background: #3d3d3d08;
  border: 1px solid var(--ligne);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: var(--noir);
  outline: none;
  transition: border-color .25s ease;
  padding: 12px 20px;
  border-radius: 8px;
}

.ticket-field input:focus,
.ticket-field select:focus,
.ticket-field textarea:focus {
  border-color: var(--bordeaux-vif, #B23A4E) !important;
}

.ticket-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--bordeaux-vif, #B23A4E) 50%),
    linear-gradient(135deg, var(--bordeaux-vif, #B23A4E) 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 3px), calc(100% - 8px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ticket-field textarea {
  border-radius: 2px;
  border-radius: 8px;
}

.ticket-field input::placeholder,
.ticket-field textarea::placeholder {
  color: rgba(46, 43, 41, .4);
}

/* ---------- Info-strip (téléphones par ville) ---------- */

.info-strip {
  display: grid;
  gap: 1px;
  background: rgba(20, 16, 15, .08);
  border: 1px solid rgba(20, 16, 15, .08);
}

.info-strip>div {
  background: var(--gris-clair, #F3F0EA);
  font-family: "Inter", sans-serif;
  font-size: .9rem;
  color: var(--anthracite, #2E2B29);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background .25s ease;
}

.info-strip>div:hover {
  background: #fff;
}

.info-strip .k {
  font-family: "JetBrains Mono", monospace;
  font-size: .74rem;
  letter-spacing: .06em;
  color: #fff;
  background: var(--bordeaux-profond, #6B1220);
  border-radius: 2px;
  padding: 3px 8px;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  section.section.twin .bloc-item h3 {
    font-size: 25px;
  }

  .lang-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }


  .submenu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    box-shadow: none;
    border: none;
    border-left: 2px solid #B23A4E;
    border-radius: 0;
    margin: 6px 0 6px 12px;
    padding: 6px 0 6px 10px;
    background: transparent;
  }

  .submenu::before {
    display: none;
  }

  .nav-item.has-submenu.open .submenu {
    display: flex;
  }

  .submenu-link {
    padding: 8px 10px;
  }
}

@media (max-width: 780px) {

  .info-strip {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 480px) {
  .info-strip {
    grid-template-columns: 1fr !important;
  }
}

/* ---------- Bloc contact ---------- */

p.faq-contact {
  font-size: 1.3rem;
  line-height: 1.7;
  margin: 30px 0 0;
  color: var(--noir);
  text-wrap: balance;
  text-align: center;
}

/* ---------- Responsive ---------- */

@media (max-width: 600px) {
  .faq {
    padding: 64px 16px;
  }

  .accordion-trigger {
    font-size: .94rem;
    padding: 18px 2px;
  }
}

/* ---------- Reveal (au scroll, JS ajoute .is-visible) ---------- */

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */

@media (max-width: 640px) {
  .section--dark {
    padding: 64px 0;
  }

  .attraction-card {
    flex-basis: 78vw;
  }

  .slider-nav {
    justify-content: center;
  }
}

/* ===========================================================
   Bloc de prÃ©sentation ville â€” .city-intro / .needs-list
   SystÃ¨me de design <strong>Ho Rent Car</strong>
   =========================================================== */
.bloc-intro {
  position: relative;
  background: url(../images/voiture-a-louer.jpeg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.bloc-intro.m1 {
  background: url(../images/location-de-voiture-de-luxe-a-Marrakech.jpg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.bloc-intro.m2 {
  background: url(../images/livraison-voiture-aeroport-Marrakech-Menara.jpg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.bloc-intro.m3 {
  background: url(../images/rent-car-meknes.jpeg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.bloc-intro.m4 {
  background: url(../images/rent-car-Rabat.jpeg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.bloc-intro.m5 {
  background: url(../images/rent-car-fes.jpeg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}

.bloc-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000bd;
}

.city-intro {
  margin: 0 auto;
}

.city-intro p strong {
  color: var(--bordeaux-vif);
  font-weight: 600;
}

.city-intro h3 {
  margin: 25px 0;
  padding: 0;
  position: relative;
  font-size: 2em;
}

/* ---------- Liste des profils ---------- */

.needs-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.needs-list li {
  font-size: .92rem;
  line-height: 1.6;
  background: #ffe2e21c;
  border: 1px solid #e9e9e957;
  border-radius: var(--radius);
  padding: 18px 20px;
  transition: background .3s ease, transform .3s ease;
  backdrop-filter: blur(4px);
  color: var(--gris);
}

.needs-list li:hover {
  background: var(--bordeaux);
  transform: translateX(4px);
  box-shadow: 3px 7px 22px rgb(8 8 8 / 32%);
  color: var(--clair);
}

.needs-list li strong {
  display: block;
  font-family: var(--f-body);
  font-size: .9rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--clair);
  margin-bottom: 6px;
}

/* ---------- Responsive ---------- */

@media (max-width: 720px) {
  .city-intro {
    padding: 2em 0;
  }

  .needs-list {
    grid-template-columns: 1fr;
  }
}

/* ---------- Flotte : slider ---------- */
.fleet-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.slider {
  position: relative;
}

.slider-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.slider-track>* {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.slider-nav {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.slider-nav.text-center,
.justify-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.slider-nav button {
  width: 45px;
  height: 45px;
  border-radius: var(--radius);
  border: 1px solid var(--ligne);
  background: var(--noir);
  color: var(--blanc);
  cursor: pointer;
  transition: background .3s, border-color .3s, transform .3s;
}

.section--dark .slider-nav button {
  background: #a1a1a12b;
  border: 1px solid var(--ligne-inv);
}

.slider-nav button:hover {
  background: var(--bordeaux);
  border-color: var(--bordeaux);
  color: var(--blanc);
  transform: scale(1.06);
}

.car-card {
  width: 380px;
  background: var(--blanc);
  border: 1px solid var(--ligne);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .4s;
}

.car-card:hover {
  border-color: var(--bordeaux);
}

.car-card figure {
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
  background-color: #e3e3e3;
}

.car-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
  border-radius: 0;
  mix-blend-mode: darken;
}

.car-card:hover img {
  transform: scale(1.08);
}

.car-card .tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--blanc);
  color: var(--noir);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--radius);
}

.car-card .info {
  padding: 24px;
}

.car-card h4 {
  font-family: var(--f-body);
  font-size: 1.1rem;
  letter-spacing: .01em;
  margin: 0;
}

.car-card .specs {
  display: flex;
  gap: 16px;
  margin: 12px 0 18px;
  font-size: .78rem;
  color: var(--gris);
}

.car-card .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--ligne);
  padding-top: 16px;
}

.car-card .price b {
  font-size: 1rem;
  color: var(--bordeaux);
}

@media (max-width:820px) {
  .process {
    grid-template-columns: 1fr;
  }
}

/* ---------- Bandeau CTA plein écran ---------- */
.cta-full {
  position: relative;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(45deg, #67040d94, #0000006e), url(../images/location-voiture-facile.jpeg) center / cover;
  background-attachment: fixed;
}

section.cta-full p.label {
  color: var(--blanc);
}

section.cta-full p.label:before {
  background: var(--blanc);
}

.cta-full h2 {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 3.5em;
}

/* ---------- Reveal ---------- */

[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Footer ---------- */

.site-footer {
  background: url(../images/morocco.jpeg);
  color: rgba(243, 240, 234, .7);
  padding: 50px 0 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.site-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000d9
}

.site-footer p {
  color: rgba(243, 240, 234, .7);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--ligne-inv);
}

.footer-grid h4 {
  color: var(--blanc);
  font-family: var(--f-body);
  font-size: 1.3rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.footer-grid li {
  margin-bottom: 15px;
}

.footer-grid li i {
  color: var(--bordeaux-vif);
  margin-right: 10px;
}

.footer-grid a:hover {
  color: var(--blanc);
}

.footer-bottom {
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  font-family: var(--f-body);
  font-size: .75rem;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom span {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Responsive nav */
@media (max-width: 980px) {
  .atout-section {
    grid-template-columns: 1fr 1fr;
  }

  .nav-main {
    display: none;
  }

  .burger {
    display: block;
    background: none;
    border: none;
    color: var(--noir);
    font-family: var(--f-body);
    font-size: 1.5rem;
    cursor: pointer;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ticket-body {
    grid-template-columns: 1fr 1fr;
  }
}

.intervention::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/zone.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  opacity: 1;
  width: 100%;
}

@media (max-width: 767px) {
  .p-res {
    font-size: 18px;
  }

  .hero-content {
    padding-top: 7vh;
  }

  .intervention .img-show {
    padding-top: 2vh;
  }

  .img-show {
    height: auto;
  }

  .section.section-img {
    padding: 2% 0%;
  }

  footer.site-footer {
    padding-bottom: 90px;
  }

  .whatsapp-float {
    font-size: 1.7em;
    width: 50px;
    height: 50px;
    bottom: 15vh;
  }

  .site-header.is-scrolled {
    padding: 10px 0;
  }

  .hero-title-wrap {
    max-width: 100%;
  }

  .atout-section,
  .cards,
  .footer-grid,
  .accordion {
    grid-template-columns: 1fr;
  }

  .booking-bar .container .bookings {
    display: flex;
    flex-direction: column;
  }

  .booking-bar {
    position: relative;
    z-index: 3;
    left: 0;
    transform: none;
    width: 100%;
    padding: 3em 0 2em;
  }

  .hero {
    height: 500px;
    min-height: 100px;
  }

  .section {
    padding: 2em 2em;
  }

  section.faq {
    padding: 2em 1em;
  }

  .accordion {
    grid-gap: 0em;
  }

  .site-header .container {
    padding: 0% 2em;
    max-width: 100%;
  }

  .site-header {
    max-width: 100%;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .section .container {
    padding: 0%;
  }

  .section .container.grid-2 {
    display: flex;
    flex-direction: column;
  }

  .car-card,
  .quote-card {
    width: fit-content;
  }

  .cta-full h2,
  .section--banner h1 {
    font-size: 2em;
  }

  .hero-sub {
    text-wrap: pretty;
    font-size: 16px
  }

  .t-section {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }

  .t-section .t-item {
    height: 150px;
    min-height: 150px;
  }

  .accordion-panel {
    padding: 0%;
  }

  .accordion-item {
    margin: 10px 0;
  }

  p.faq-contact,
  .t-section .t-item h3 {
    font-size: 1em;
  }

  .nav-item.has-submenu .submenu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .35s ease, opacity .25s ease;
  }

  .nav-item.has-submenu.submenu-open .submenu {
    max-height: 410px;
    /* assez grand pour contenir toutes les villes */
    opacity: 1;
    display: flex;
    border: none;
    padding: 0%;
    margin: 2px 0;
  }

  .nav-item.has-submenu .submenu-caret {
    transition: transform .3s ease;
  }

  .nav-item.has-submenu.submenu-open .submenu-caret {
    transform: rotate(180deg);
  }

  .nav-item.has-submenu.submenu-open .submenu .submenu-inner {
    width: 100%;
    opacity: 1;
  }

  .lang-arrow {
    width: 6px;
    height: 6px;
    margin-top: -6px;
  }

  .lang-code {
    display: none;
  }

  .lang-trigger {
    padding: 8px 10px;
  }
}