@charset "UTF-8";
div#wpadminbar {
  display: none;
}

h1 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: bold;
}

h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: bold;
}

h3 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 500;
}

p, a, li, span {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 300;
}

button {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.highlight {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: bold;
}

.anim-title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: bold;
}
.anim-title span {
  font-weight: bold;
}

/* ===== Bloc Atouts + CTA — fidèle à la maquette ===== */
.features-cta {
  position: relative;
  padding: 6rem 13rem;
  color: #222b2c;
  /* --- gauche --- */
  /* --- droite (pile images + CTA + squiggle) --- */
  /* grande carte en haut/droite */
  /* portrait collé sur le bord droit, vers le milieu */
  /* paysage en bas-gauche, légèrement sous la grande */
  /* CTA pilule en bas-droite de la pile */
  /* --- responsive --- */
}
.features-cta .fc-wrap {
  display: grid;
  grid-template-columns: minmax(640px, 1fr) 520px; /* gauche large / droite fixe */
  gap: clamp(1.6rem, 3vw, 3rem);
  align-items: start;
}
.features-cta .fc-title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.2px;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  margin: 0 0 clamp(1rem, 2vw, 1.6rem);
}
.features-cta .fc-list {
  max-width: 60ch;
  padding-left: 1.15rem;
  flex-direction: column;
  margin: 0;
  gap: 0;
}
.features-cta .fc-list li {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.85;
  margin: 0.45rem 0;
  text-transform: math-auto;
}
.features-cta .fc-list li::marker {
  font-size: 1.05em;
}
.features-cta .fc-subtitle {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(2.05rem, 1.4vw, 1.25rem);
  margin: 6rem 0 0.45rem;
}
.features-cta .fc-text {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.9;
  opacity: 0.95;
  max-width: 72ch;
}
.features-cta .fc-text a {
  color: #fc7617;
}
.features-cta .fc-right {
  position: relative;
  min-height: 520px; /* hauteur de la pile */
  color: #C7CBCE; /* teinte du squiggle, via currentColor */
}
.features-cta .fc-squiggle {
  position: absolute;
  left: -76%;
  top: -5%;
  width: 970px;
  height: 509px;
  pointer-events: none;
}
.features-cta .fc-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  background: #f5f7f8;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
}
.features-cta .fc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.features-cta .fc-card--main {
  top: 0;
  right: 0;
  width: 360px;
  height: 350px;
  border-radius: 32px;
  z-index: 2;
}
.features-cta .fc-card--sm2 {
  right: -1px;
  top: 260px;
  width: 180px;
  height: 240px;
  border-radius: 40px 0px 40px 0px;
  z-index: 3;
}
.features-cta .fc-card--sm1 {
  left: 180px;
  bottom: 6px;
  width: 140px;
  height: 140px;
  border-radius: 24px;
  z-index: 1;
}
.features-cta .fc-cta {
  position: absolute;
  right: 0;
  bottom: -110px;
  margin: 0;
}
.features-cta .fc-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.features-cta .fc-cta .btn--primary {
  background: #fc7617;
  color: #ffffff;
}
.features-cta .fc-cta .btn--secondary {
  background: #222b2c;
  color: #ffffff;
}
.features-cta .fc-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1200px) {
  .features-cta .fc-wrap {
    grid-template-columns: minmax(520px, 1fr) 480px;
  }
  .features-cta .fc-card--main {
    width: 100%;
    height: 430px;
  }
  .features-cta .fc-card--sm2.fc-card--sm2 {
    right: 0px;
    top: -65px;
    width: 150px;
    height: 205px;
  }
  .features-cta .fc-card--sm1 {
    left: -15px;
    width: 280px;
    height: 168px;
  }
  .features-cta .fc-squiggle {
    left: -40%;
    display: none;
  }
}
@media (max-width: 1024px) {
  .features-cta .fc-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .features-cta .fc-right {
    min-height: 520px;
  }
  .features-cta .fc-card--main {
    right: 0;
    margin-left: auto;
  }
  .features-cta .fc-cta {
    position: static;
    margin-top: -5rem;
  }
  .features-cta .fc-squiggle {
    left: -10%;
    top: -2%;
    display: none;
  }
  .features-cta .features-cta {
    position: relative;
    padding: 6rem 2rem !important;
    color: #222b2c;
  }
  .features-cta .fc-subtitle {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .features-cta {
    padding: 1.5rem;
  }
  .features-cta .fc-left {
    height: 27rem;
    overflow: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .features-cta .fc-cta .btn {
    padding: 1rem 1.5rem;
    border-radius: 0rem;
    font-size: 1rem;
  }
  .features-cta .fc-right {
    min-height: 480px;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .features-cta .fc-card--main {
    width: 100%;
    height: 380px;
  }
  .features-cta .fc-card--sm2 {
    right: 0px;
    top: -65px;
    width: 150px;
    height: 205px;
  }
  .features-cta .fc-card--sm1 {
    left: -15px;
    bottom: 10px;
    width: 240px;
    height: 150px;
    z-index: 4;
  }
  .features-cta .fc-cta .btn--primary {
    background: #fc7617;
    color: #ffffff;
    font-size: 1rem;
    padding: 11px 33px;
    border-radius: 0;
    text-transform: uppercase;
  }
  .features-cta .fc-title {
    font-size: 1.5rem;
  }
}

/* ================================
   Catégories de véhicules — Carousel (Swiper)
   ================================ */
.vcats {
  position: relative;
  padding: 6rem 13rem;
  background: #f9fbfb;
  color: #222b2c;
  isolation: isolate;
  padding-bottom: 0;
  /* ---------- En-tête ---------- */
  /* ---------- Scène ---------- */
  /* Swiper container */
  /* ---------- Slide ---------- */
  /* Filet vertical à gauche des titres */
  /* Image à droite + bulle décorative */
  /* ---------- Responsive ---------- */
  /* ---------- A11y / Motion ---------- */
}
.vcats .vc-head {
  margin-bottom: clamp(1.4rem, 2.6vw, 2rem);
}
.vcats .vc-kicker {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 1rem;
  width: fit-content;
}
.vcats .vc-step {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  letter-spacing: 0.08em;
  min-width: 2ch; /* “01”, “02”… */
}
.vcats .vc-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid #222b2c;
  display: inline-block;
}
.vcats .vc-heading {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.12;
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  text-transform: uppercase;
  margin: 0;
}
.vcats .vc-stage {
  position: relative;
  height: 45rem;
}
.vcats .vc-swiper {
  position: relative;
  overflow: hidden; /* pour bulles/ombres */
}
.vcats .vc-swiper .swiper-wrapper {
  align-items: stretch; /* pour que la slide prenne la hauteur du contenu */
}
.vcats .vc-swiper .swiper-slide {
  height: auto; /* important avec autoHeight */
}
.vcats .vslide {
  position: relative;
}
.vcats .vslide__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr; /* gauche texte / droite image */
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  min-height: clamp(22rem, 34vw, 26rem);
}
.vcats .vslide__left {
  position: relative;
}
.vcats .vline {
  position: absolute;
  left: -1.6rem;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 1px;
  background: rgba(34, 43, 44, 0.25);
}
.vcats .vslide__title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  line-height: 1.08;
  margin: 0 0 clamp(1rem, 2vw, 1.4rem);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.vcats .vslide__ideal,
.vcats .vslide__desc {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
  margin: 0 0 0.9rem;
  max-width: 56ch;
}
.vcats .vslide__media {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #eef2f2;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  height: clamp(20rem, 35vw, 40rem);
}
.vcats .vslide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02); /* léger zoom de base pour les anims */
  will-change: transform;
}
.vcats .vslide__media .vslide__bubble {
  position: absolute;
  left: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 9rem;
  height: 9rem;
  filter: blur(2px);
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0) 70%);
  border-radius: 52% 48% 60% 40%/58% 45% 55% 42%;
  mix-blend-mode: screen;
  opacity: 0.9;
  pointer-events: none;
  will-change: transform;
}
@media (max-width: 980px) {
  .vcats {
    padding: 3rem 3rem 4rem 1.5rem;
    margin-bottom: 5rem;
    height: 60rem;
  }
  .vcats .vslide__grid {
    grid-template-columns: 1fr;
  }
  .vcats .vline {
    display: none;
  }
  .vcats .vc-heading {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .vcats .vslide__media {
    height: clamp(15rem, 60vw, 20rem);
    border-radius: 0;
  }
  .vcats .swiper-autoheight, .vcats .swiper-autoheight .swiper-slide {
    height: max-content;
  }
  .vcats .vcats {
    padding: 2rem 1.5rem;
    margin-bottom: 5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vcats .vslide__media img {
    transform: none !important;
  }
}

.reasons {
  position: relative;
  padding: 6rem 13rem;
  background: linear-gradient(180deg, rgb(25.1076923077, 31.7538461538, 32.4923076923) 0%, rgb(16.2153846154, 20.5076923077, 20.9846153846) 100%);
  color: #ffffff;
  isolation: isolate;
  /* responsive */
}
.reasons .reasons__head {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.reasons .reasons__title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.1;
  margin: 0 0 0.6rem;
}
.reasons .reasons__subtitle {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  opacity: 0.9;
  margin: 0;
}
.reasons .reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 3vw, 3.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
}
.reasons .rc-card {
  position: relative;
  height: clamp(30rem, 34vw, 22rem);
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  background: #0f0f0f;
  /* dégradé sombre + légère bordure interne */
  /* focus accessible */
}
.reasons .rc-card .rc-media,
.reasons .rc-card .rc-media img {
  width: 100%;
  height: 100%;
  display: block;
}
.reasons .rc-card .rc-media img {
  object-fit: cover;
  transform: scale(1.02);
  will-change: transform;
}
.reasons .rc-card .rc-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.86) 65%, rgb(19, 24, 25) 100%), radial-gradient(120% 60% at 50% 20%, rgba(255, 255, 255, 0.14), transparent 60%);
  pointer-events: none;
}
.reasons .rc-card .rc-inner {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(1rem, 1.4vw, 1.25rem);
  display: grid;
  gap: 0.55rem;
}
.reasons .rc-card .rc-title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 1.8vw, 1.6rem);
  line-height: 1.1;
  margin: 0;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: math-auto;
}
.reasons .rc-card .rc-text {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1rem);
  line-height: 1.6;
  opacity: 0.95;
  margin: 0;
  color: white;
  text-transform: math-auto;
}
.reasons .rc-card:focus-within {
  outline: 2px solid rgba(252, 118, 23, 0.8);
  outline-offset: 2px;
}
@media (max-width: 1100px) {
  .reasons .reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .reasons .reasons__grid {
    grid-template-columns: 1fr;
  }
  .reasons .rc-card .rc-title {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

@media (max-width: 640px) {
  .reasons {
    padding: 3rem 3rem;
  }
  .reasons .rc-text {
    display: none;
  }
  .reasons .rc-card {
    position: relative;
    height: 11rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    border-radius: 0 !important;
  }
}

.reasons {
  position: relative;
  isolation: isolate;
  /* contenu au-dessus des traits */
}
.reasons .reasons__head,
.reasons .reasons__grid {
  position: relative;
  z-index: 1;
}
.reasons .reasons__lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: screen;
  color: rgba(255, 255, 255, 0.0784313725);
  top: -70px; /* pour currentColor dans le SVG */
}
.reasons .reasons__lines .r-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.23);
  stroke-width: 0.5px;
  stroke-linecap: butt;
}

.services-carousel {
  position: relative;
  padding: 6rem 13rem;
  padding-bottom: 0;
  /* Tête de section */
  /* Slider */
  /* Responsive */
}
.services-carousel h3 {
  font-size: 1.4rem;
}
.services-carousel .sc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.services-carousel .sc-head .sc-overtitle {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #222b2c;
  margin: 0;
  font-size: 4rem;
}
.services-carousel .sc-head .sc-head-right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
  flex-direction: column;
}
.services-carousel .sc-head .sc-fraction {
  font-family: "Oswald", Arial, sans-serif;
  color: #222b2c;
  line-height: 1;
  font-size: clamp(1.2rem, 3.3vw, 2.35rem);
}
.services-carousel .sc-head .sc-fraction .cur {
  font-weight: 800;
  font-size: 4rem;
}
.services-carousel .sc-head .sc-fraction .tot {
  opacity: 0.6;
}
.services-carousel .sc-head .sc-nav {
  display: flex;
  gap: 0.5rem;
}
.services-carousel .sc-head .sc-nav .sc-prev, .services-carousel .sc-head .sc-nav .sc-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  position: relative;
  transition: 0.18s ease;
}
.services-carousel .sc-head .sc-nav .sc-prev::before, .services-carousel .sc-head .sc-nav .sc-next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(135deg);
}
.services-carousel .sc-head .sc-nav .sc-next::before {
  transform: rotate(-45deg);
}
.services-carousel .sc-head .sc-nav .sc-prev:hover, .services-carousel .sc-head .sc-nav .sc-next:hover {
  transform: translateY(-1px);
}
.services-carousel .services-swiper .swiper-wrapper {
  align-items: stretch;
}
.services-carousel .services-swiper .swiper-slide {
  height: auto;
}
.services-carousel .services-swiper .service-card {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 4rem;
  border-radius: 3rem;
  transform: translateY(14px) scale(0.985);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.5s ease;
}
.services-carousel .services-swiper .swiper-slide-active .service-card {
  transform: none;
  opacity: 1;
}
.services-carousel .services-swiper .media-wrap {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  isolation: isolate;
  min-height: 320px;
  /* sticker réel (ton PNG) collé au bord du visuel */
  /* déborde légèrement vers la gauche */
}
.services-carousel .services-swiper .media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.services-carousel .services-swiper .media-wrap .decor-peel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 92px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.16));
}
.services-carousel .services-swiper .media-wrap.decor-left .decor-peel {
  left: -30px;
}
.services-carousel .services-swiper .media-wrap.decor-right .decor-peel {
  right: -30px;
  transform: translateY(-50%) scaleX(-1);
}
.services-carousel .services-swiper .content .kicker {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #222b2c;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  font-size: 2rem;
}
.services-carousel .services-swiper .content .title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: bold;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  color: #222b2c;
  margin: 0 0 1rem 0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.services-carousel .services-swiper .content .excerpt {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #222b2c;
  font-size: 1.05rem;
  line-height: 1.72;
  margin: 0 0 2rem 0;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.services-carousel .services-swiper .content .btn {
  display: inline-block;
  border-radius: 1rem;
  padding: 0.95rem 3.5rem;
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.services-carousel .services-swiper .content .btn--primary {
  background: #222b2c;
  color: #ffffff;
}
.services-carousel .services-swiper .content .btn--secondary {
  background: #fc7617;
  color: #222b2c;
}
.services-carousel .services-swiper .content .btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
@media (max-width: 1100px) {
  .services-carousel {
    padding: 3rem 1rem 0rem 1rem;
    height: 62rem;
    max-height: 62rem;
    min-height: 62rem;
  }
  .services-carousel .sc-head {
    margin-bottom: 1.5rem;
  }
  .services-carousel .services-swiper .service-card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0.5rem;
  }
  .services-carousel .services-swiper .media-wrap {
    min-height: 240px;
    border-radius: 0;
  }
  .services-carousel .sc-overtitle {
    font-size: 2rem !important;
  }
  .services-carousel .kicker {
    font-size: 1rem !important;
  }
  .services-carousel .title {
    font-size: 1.5rem;
  }
  .services-carousel .sc-fraction .cur {
    font-weight: 800;
    font-size: 2.9rem !important;
  }
  .services-carousel .services-swiper .content .btn--primary {
    background: #222b2c;
    color: #ffffff;
    border-radius: 0;
    font-size: 1rem;
  }
  .services-carousel .services-swiper .content .excerpt {
    height: 14rem;
    overflow: auto;
  }
  .services-carousel .services-swiper .media-wrap img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    display: block;
    min-height: 15rem;
    max-height: 15rem;
  }
}

/* Villes d’activité — Scroll sync */
.cities-scroll {
  position: relative;
  background: rgb(16.2153846154, 20.5076923077, 20.9846153846);
  color: #ffffff;
  padding: 6rem 13rem;
  overflow: hidden;
  /* Liserés SVG (se “dessinent” à l’entrée) */
  /* Grille */
  /* Colonne gauche (texte) */
  /* Colonne droite (pile d’images qui défile au scroll) */
  /* Responsive */
  /* Accessibilité : réduire animations si demandé */
}
.cities-scroll ul {
  display: flex;
  flex-direction: column;
  text-transform: none;
  color: white !important;
  margin: 0 1rem;
}
.cities-scroll ul li {
  color: white !important;
}
.cities-scroll .cs-lines {
  position: absolute;
  inset: 0;
  opacity: 0.15;
}
.cities-scroll .cs-lines .line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  transition: stroke-dashoffset 1.2s ease;
}
.cities-scroll.is-in .cs-lines .line {
  stroke-dashoffset: 0;
}
.cities-scroll .cs-wrap {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 8rem;
  align-items: start;
}
.cities-scroll .cs-left .cs-title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  line-height: 1.1;
  margin: 0 0 1.5rem 0;
}
.cities-scroll .cs-left .cs-content {
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.85;
  opacity: 0.92;
}
.cities-scroll .cs-left .cs-content p {
  margin: 0 0 1rem 0;
}
.cities-scroll .cs-left .cs-content strong {
  color: #ffffff;
}
.cities-scroll .cs-right {
  position: relative;
}
.cities-scroll .cs-scroller {
  height: clamp(520px, 72vh, 760px);
  overflow: hidden;
  /* fade top/bottom pour un rendu premium */
  mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
}
.cities-scroll .cs-scroller .cs-track {
  display: grid;
  gap: 1.5rem;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.15s linear;
}
.cities-scroll .cs-scroller .cs-card {
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  background: rgb(7.3230769231, 9.2615384615, 9.4769230769);
  aspect-ratio: 4/3;
  width: 30rem;
}
.cities-scroll .cs-scroller .cs-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1100px) {
  .cities-scroll {
    padding: 3rem 1.2rem;
    margin-top: 2rem;
  }
  .cities-scroll .cs-left .cs-content {
    height: 15rem;
    overflow: auto;
  }
  .cities-scroll .cs-scroller .cs-card {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    background: rgb(7.3230769231, 9.2615384615, 9.4769230769);
    aspect-ratio: 6/3;
    width: 30rem;
  }
  .cities-scroll .cs-wrap {
    gap: 2rem;
    padding: 0rem;
    display: flex;
    flex-direction: column;
  }
  .cities-scroll .cs-card {
    width: 23rem !important;
  }
  .cities-scroll .cs-right .cs-scroller {
    height: 380px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cities-scroll .cs-right .cs-scroller .cs-track {
    transition: none;
  }
  .cities-scroll .cs-lines .line {
    transition: none;
    stroke-dashoffset: 0;
  }
}

:root {
  --hx-accent: #fc7617 ; /* ta couleur marque (dégradé à droite si besoin) */
  --hx-accent-2: #fc7617 ; /* seconde teinte du gradient */
  --hx-base: #222b2c; /* couleur du texte de base */
}

/* base */
h1, h2 {
  letter-spacing: -0.015em;
}

/* conteneur animé */
.hx {
  position: relative;
  display: inline-block;
  will-change: transform, opacity, filter;
}

/* calque texte de base */
.hx-base {
  color: var(--hx-base);
  display: block;
}

/* calque accent en background-clip:text + MASQUE animé */
.hx-accent {
  position: absolute;
  inset: 0;
  display: block;
  color: transparent;
  background: linear-gradient(90deg, var(--hx-accent) 0%, var(--hx-accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* masque = bande qui passe de 0% à 100% */
  -webkit-mask-image: linear-gradient(#000 0 0);
  mask-image: linear-gradient(#000 0 0);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0% 100%;
  mask-size: 0% 100%;
  -webkit-mask-position: left center;
  mask-position: left center;
}

/* soulignement gradient synchronisé */
.hx-underline {
  display: none;
}

/* titres très courts : underline plus fin & centré */
.hx--short .hx-underline {
  display: none;
}

/* accessibilité & prefs */
body.high-contrast .hx-accent {
  background: #ff0;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (prefers-reduced-motion: reduce) {
  .hx, .hx-underline {
    transition: none !important;
  }
}
.tmup-preinsc {
  border-radius: 16px;
  padding: clamp(16px, 2vw, 28px);
  width: 80%;
  margin: auto;
  padding-top: 10rem;
}

.tmup-preinsc .pi-title {
  margin: 0 0 3.6rem 0;
  color: #0e2b2f;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-size: clamp(3rem, 1.1rem + 1vw, 1.8rem);
}

.tmup-preinsc .pi-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

option {
  padding: 0.5rem;
  color: #000000;
}

@media (max-width: 900px) {
  .tmup-preinsc .pi-grid {
    grid-template-columns: 1fr;
  }
  span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: wrap;
  }
}
.tmup-preinsc .pi-subtitle {
  margin: 2.25rem 0 0.6rem;
  color: #3c595c;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
}

.tmup-preinsc .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.tmup-preinsc .grid-2 .span-2 {
  grid-column: 1/-1;
}

.tmup-preinsc .pi-note {
  margin: 0.2rem 0 0.6rem;
  color: #3c595c;
  font-size: 0.95rem;
  opacity: 0.9;
}

.tmup-preinsc input[type=text],
.tmup-preinsc input[type=email],
.tmup-preinsc input[type=tel],
.tmup-preinsc input[type=date],
.tmup-preinsc textarea,
.tmup-preinsc select {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.tmup-preinsc input:focus,
.tmup-preinsc textarea:focus,
.tmup-preinsc select:focus {
  border-color: rgba(217, 91, 84, 0.55);
  box-shadow: 0 0 0 4px rgba(217, 91, 84, 0.1);
}

.tmup-preinsc .pi-right .pi-select select {
  height: 370;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
}

.tmup-preinsc .pi-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.tmup-preinsc .pi-radio input[type=radio] {
  transform: translateY(1px);
}

.tmup-preinsc .pi-actions {
  margin-top: 18px;
}

.tmup-preinsc input.wpcf7-submit {
  display: inline-block;
  background: #D95B54;
  color: #fff;
  border: 0;
  border-radius: 54px;
  padding: 0.9rem 5.4rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(217, 91, 84, 0.22);
  transition: transform 0.15s, background 0.2s, box-shadow 0.2s;
  font-size: 1.5rem;
  margin-top: 3rem;
}

option:checked {
  background: #222b2c;
  padding: 1rem;
  border-radius: 2rem;
}

option {
  padding: 0.5rem;
  color: #ffffff;
  background: #222b2c !important;
}

.wpcf7-not-valid-tip {
  color: #fc7617;
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  margin-top: 6px;
}

.tmup-preinsc input.wpcf7-submit:hover,
.tmup-preinsc input.wpcf7-submit:focus {
  transform: translateY(-1px);
  background: #222b2c;
  box-shadow: 0 12px 26px rgba(217, 91, 84, 0.28);
  outline: none;
}

.tmup-preinsc .pi-legal {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
}

.tmup-preinsc .pi-legal a {
  color: #c04c45;
  text-decoration: underline;
}

.tmup-preinsc .wpcf7-not-valid {
  border-color: #d64545 !important;
}

.tmup-preinsc .wpcf7-not-valid-tip {
  color: #d64545;
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
}

.tmup-preinsc .wpcf7-response-output {
  margin-top: 14px;
  border-radius: 12px;
}

.tmup-gmi {
  margin-top: 5rem;
}

.tmup-gmi.alignfull {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.tmup-gmi__title {
  margin: 0 0 0.75rem 0;
}

.tmup-gmi__wrap {
  width: 100%;
  height: var(--map-h, 520px);
  background: #e9ecef;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.tmup-gmi__frame {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

@media (max-width: 768px) {
  .tmup-gmi__wrap {
    height: 360px;
    border-radius: 12px;
  }
}
.tmup-contact {
  --bubble: #222b2c;
  width: 80%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.tmup-contact[data-bubble] {
  --bubble: attr(data-bubble color, #222b2c);
}
.tmup-contact .tc-wrap {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.05fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 900px) {
  .tmup-contact .tc-wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.tmup-contact .tc-left {
  padding: clamp(0.5rem, 1vw, 1rem);
}
.tmup-contact .tc-title {
  font-weight: 600;
  color: #1B515B;
  letter-spacing: -0.015em;
  font-size: clamp(3rem, 1.1rem + 1.2vw, 2.1rem);
  margin-bottom: 1rem;
}
.tmup-contact .tc-intro {
  margin: 0 0 5rem 0;
  color: #222b2c;
  opacity: 0.9;
}
.tmup-contact .tc-form .wpcf7 form > p:nth-of-type(5),
.tmup-contact .tc-form .wpcf7 form textarea,
.tmup-contact .tc-form .wpcf7 form .wpcf7-submit {
  grid-column: 1/-1;
}
.tmup-contact .tc-form .tmup-cf7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.tmup-contact .tc-form .tmup-cf7 .span-2 {
  grid-column: 1/-1;
}
@media (max-width: 900px) {
  .tmup-contact .tc-form .tmup-cf7 {
    grid-template-columns: 1fr;
  }
}
.tmup-contact .tc-form .tmup-cf7 .field input[type=text],
.tmup-contact .tc-form .tmup-cf7 .field input[type=email],
.tmup-contact .tc-form .tmup-cf7 .field input[type=tel],
.tmup-contact .tc-form .tmup-cf7 .field textarea {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fff;
  padding: 0.85rem 1rem;
  font-size: 1.2rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.tmup-contact .tc-form .tmup-cf7 .field textarea {
  min-height: 160px;
  resize: vertical;
}
.tmup-contact .tc-form .wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}
.tmup-contact .tc-form .tmup-cf7 .actions .wpcf7-submit {
  display: block;
  width: 100%;
  margin-top: 1rem;
  background: #222b2c;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 0.95rem 1.6rem;
  font-weight: 700;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(217, 91, 84, 0.22);
  transition: transform 0.15s, background 0.2s, box-shadow 0.2s;
}
.tmup-contact .tc-right {
  position: relative;
}
.tmup-contact .tc-figure {
  height: 100%;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.tmup-contact .tc-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tmup-contact .tc-bubble {
  position: absolute;
  top: clamp(-35px, 0vw, -26px);
  width: clamp(64px, 12vw, 130px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: var(--bubble, #DB5C4D);
  box-shadow: 0 10px 26px rgba(217, 91, 84, 0.25);
  pointer-events: none;
  z-index: 2;
  right: -60px;
}
@media (max-width: 900px) {
  .tmup-contact .tc-form .wpcf7 form {
    grid-template-columns: 1fr;
  }
  .tmup-contact .tc-form .wpcf7 .wpcf7-submit {
    justify-self: stretch;
    text-align: center;
  }
  .tmup-contact .tc-bubble {
    right: -8px;
    top: -8px;
  }
  .tmup-contact .tmup-contact .tc-figure img {
    height: auto;
  }
  .tmup-contact .tmup-contact .tc-figure {
    height: auto;
  }
  .tmup-contact .tc-right {
    display: none;
  }
}
body.high-contrast .tmup-contact .tc-title, body.high-contrast .tmup-contact .tc-intro {
  color: #fff;
}
body.high-contrast .tmup-contact .tc-form .wpcf7 input, body.high-contrast .tmup-contact .tc-form .wpcf7 textarea {
  background: #111;
  color: #fff;
  border-color: #666;
}
body.high-contrast .tmup-contact .tc-form .wpcf7 .wpcf7-submit {
  background: #ff0;
  color: #000;
  box-shadow: none;
}

.tmup-history {
  --line: #222b2c;
  border-radius: 1.2rem;
  width: 80%;
  margin: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.tmup-history[data-line-color] {
  --line: attr(data-line-color color, #222b2c);
}
.tmup-history .his-wrap {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 900px) {
  .tmup-history .his-wrap {
    grid-template-columns: 1fr;
    gap: 3rem;
    background: none;
  }
  .tmup-history .his-wrap .his-card {
    height: auto;
    width: auto;
  }
}
.tmup-history .his-left {
  position: relative;
  padding-right: 3rem;
}
.tmup-history .his-title {
  margin: 0 0 6.5rem 0;
  color: #1B515B;
  letter-spacing: -0.015em;
  font-size: clamp(3rem, 1.2rem + 1vw, 2rem);
}
.tmup-history .his-timeline {
  position: relative;
  padding-left: 26px;
}
.tmup-history .his-line {
  position: absolute;
  left: 2px;
  top: 0;
  width: 15px;
  height: 40rem;
  background: var(--line);
  border-radius: 4px;
  transform-origin: top;
  transform: scaleY(0);
}
.tmup-history .his-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: clamp(4.5rem, 7.5vw, 2rem);
}
.tmup-history .his-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding-left: 1rem;
}
.tmup-history .his-dot {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--line);
  position: absolute;
  left: -30px;
  transform: scale(0);
}
.tmup-history .his-right {
  margin-top: 5rem;
}
.tmup-history .his-text {
  opacity: 0;
  transform: translateX(-12px);
}
.tmup-history .his-year {
  font-weight: 600;
  color: #1b515b;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.tmup-history .his-desc {
  color: #222b2c;
  opacity: 0.9;
}
.tmup-history .his-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.tmup-history .his-card {
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  height: 21rem;
  width: 100%;
}
.tmup-history .his-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.high-contrast .tmup-history .his-title, body.high-contrast .tmup-history .his-year, body.high-contrast .tmup-history .his-desc {
  color: #fff;
}
body.high-contrast .tmup-history .his-line, body.high-contrast .tmup-history .his-dot {
  background: #ff0;
}
@media (max-width: 900px) {
  .tmup-history {
    display: none;
  }
  .tmup-history .his-grid {
    gap: 1rem;
  }
  .tmup-history .his-line {
    height: 30rem;
  }
  .tmup-history .features-cta {
    position: relative;
    padding: 0rem 2rem;
  }
}

/* ===========================
   HERO VTC — Mise en page
   =========================== */
.hero {
  position: relative;
  min-height: 90vh;
  isolation: isolate; /* pour les pseudo-éléments */
}

.hero .box-size {
  display: grid;
  grid-template-columns: 1fr 586px;
  gap: 11rem;
  align-items: start;
  padding: 7rem 6rem;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

/* Fond via variable CSS --hero-bg passée en inline style depuis PHP */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-bg, #0b0f10) center/cover no-repeat;
  z-index: -2;
}

/* Dégradé pour lisibilité de la colonne gauche */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 78%);
  z-index: -1;
}

/* ===========================
   Colonne texte gauche
   =========================== */
.hero .hero-content {
  color: #ffffff;
  padding-top: 5rem;
}

.hero .hero-content h1 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 1rem 0;
}

.hero .hero-content .surtitre {
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.92;
  margin: 0 0 2.2rem 0;
}

.hero .hero-content .accroche {
  font-size: 2rem;
  line-height: 1.1;
  opacity: 0.95;
  margin: 0 0 1.6rem 0;
  letter-spacing: 0.02em;
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  width: 30rem;
}

.hero .hero-content .btn-cta {
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.55);
  padding: 0.9rem 2.6rem;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 1.05rem;
}

.hero .hero-content .btn-cta:hover {
  border-color: #ffffff;
  transform: translateY(-1px);
}

/* Masque média si on utilise l'image de fond plein écran */
.hero .hero-image,
.hero .hero-video-wrapper {
  display: none;
}

/* ===========================
   Carte de réservation
   =========================== */
.booking-card {
  background: linear-gradient(180deg, rgb(22, 28, 31) 0%, rgb(18, 23, 26) 100%);
  color: #ffffff;
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-card h2 {
  font-family: "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 1rem 0;
  font-size: 2rem;
}

/* Tabs (type de trajet) */
.booking-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}

.booking-tabs .tab {
  flex: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.6rem 0.8rem;
  border-radius: 0.8rem;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: 0.2s ease;
}

.booking-tabs .tab:hover {
  transform: translateY(-1px);
}

.booking-tabs .tab.is-active,
.booking-tabs .tab[aria-selected=true] {
  background: #2c3a3f;
  border-color: rgba(255, 255, 255, 0.22);
}

/* ===========================
   Styles CF7
   =========================== */
.booking-card .wpcf7 .wpcf7-form .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.booking-card .wpcf7 .wpcf7-form .field {
  margin-bottom: 1rem;
}

.booking-card .wpcf7 .wpcf7-form label {
  display: block;
  font-size: 0.95rem;
  opacity: 0.9;
}

.booking-card .wpcf7 .wpcf7-form input,
.booking-card .wpcf7 .wpcf7-form select,
.booking-card .wpcf7 .wpcf7-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border-radius: 0.8rem;
  padding: 0.85rem 1rem;
  outline: none;
  transition: 0.2s ease;
  font-size: 1.05rem;
}

.booking-card .wpcf7 .wpcf7-form textarea {
  min-height: 110px;
  height: 3rem;
  resize: vertical;
}

.booking-card .wpcf7 .wpcf7-form input::placeholder,
.booking-card .wpcf7 .wpcf7-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.booking-card .wpcf7 .wpcf7-form input:focus,
.booking-card .wpcf7 .wpcf7-form select:focus,
.booking-card .wpcf7 .wpcf7-form textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12) inset;
}

/* Étapes */
.booking-card .wpcf7 .wpcf7-form .cfstep {
  display: none;
}

.booking-card .wpcf7 .wpcf7-form .cfstep.is-active {
  display: block;
}

/* Affichage conditionnel selon type de trajet (contrôlé par JS en ajoutant trip-*) */
.booking-card .wpcf7 .wpcf7-form .only-aller,
.booking-card .wpcf7 .wpcf7-form .only-journee,
.booking-card .wpcf7 .wpcf7-form .only-heure {
  display: none;
}

.booking-card .wpcf7 .wpcf7-form.trip-aller .only-aller {
  display: block;
}

.booking-card .wpcf7 .wpcf7-form.trip-journee .only-journee {
  display: block;
}

.booking-card .wpcf7 .wpcf7-form.trip-heure .only-heure {
  display: block;
}

/* Navigation boutons */
.booking-card .wpcf7 .wpcf7-form .nav {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.booking-card .wpcf7 .wpcf7-form .nav.final {
  margin-top: 0.8rem;
}

.nav.final p {
  display: flex;
  width: 100%;
  gap: 1rem;
}

.booking-card .wpcf7 .wpcf7-form .nav p {
  display: flex;
  width: 100%;
  gap: 1rem;
}

.booking-card .wpcf7 .wpcf7-form .btn {
  appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.95rem 3.3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background-color: #fc7617;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 1rem;
  width: 14rem;
}

.booking-card .wpcf7 .wpcf7-form .btn.btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.booking-card .wpcf7 .wpcf7-form .btn.btn--primary {
  background: #fc7617; /* ta $color-secondary */
  color: #111111;
  font-size: 0.85rem;
  font-weight: bold;
}

/* Note sous la carte */
.booking-card .dest-note {
  margin-top: 0.7rem;
  opacity: 0.82;
  font-size: 0.95rem;
}

/* Messages succès/erreur (si utilisés côté JS) */
.booking-success h3 {
  margin: 0 0 0.5rem 0;
}

.booking-success ul {
  margin: 0.4rem 0 1rem 1.2rem;
}

.booking-error {
  background: #3b0f0f;
  color: #ffdede;
  border: 1px solid #7a2a2a;
  padding: 1rem;
  border-radius: 0.6rem;
  margin-bottom: 1rem;
}

/* Inline errors optionnelles */
.has-error {
  border-color: #ff7979 !important;
}

.inline-tip {
  color: #ffb4b4;
  font-size: 0.95rem;
  margin-top: 0.35rem;
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 1100px) {
  .hero .box-size {
    grid-template-columns: 1fr;
    padding: 4.5rem 1rem 1rem 1rem;
    gap: 0;
    display: flex;
    flex-direction: column-reverse;
    min-height: 90vh;
  }
  .booking-card {
    order: 2;
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(180deg, rgba(22, 28, 31, 0.71) 0%, rgb(18, 23, 26) 100%);
    margin-top: 21px;
  }
  .hero .hero-content h1 {
    display: none;
  }
  .hero .hero-content {
    padding-top: 1rem;
    align-self: center;
  }
  .hero .booking-card h2 {
    font-size: 1.3rem;
  }
  .hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0) 85%);
  }
}
@media (max-width: 640px) {
  .booking-card .wpcf7 .wpcf7-form label {
    display: none;
  }
  input[type=checkbox] {
    width: 15px !important;
  }
  .booking-card .wpcf7 .wpcf7-form label {
    display: none;
  }
  .booking-card .wpcf7 .wpcf7-form .grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero .hero-content .accroche {
    display: none;
  }
  .booking-tabs .tab {
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
  }
  .booking-card .wpcf7 .wpcf7-form .btn {
    padding: 0.95rem 2.3rem;
  }
  .wpcf7-list-item {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 2rem;
  }
  .hero .hero-content .btn-cta {
    display: none;
  }
  span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.booking-success ul {
  margin: 0.4rem 0 1rem 1.2rem;
  display: block;
  padding: 2rem;
  background: #1c353e;
  margin: 2rem;
}

.booking-success ul li {
  color: white;
  text-transform: math-auto;
  font-size: 1rem;
}

button.btn.btn--primary.new-request {
  background: #2c3a3f;
  padding: 1rem;
  color: white;
  border: solid 1px #556064;
  border-radius: 1rem;
}

.tmup-calendar {
  --bg-cream: #fffbf4;
  background: var(--bg-cream);
  border-radius: 1.2rem;
  padding: 5rem 13rem;
  position: relative;
  margin-top: 4rem;
}
.tmup-calendar .cal-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 6rem;
}
.tmup-calendar .cal-title {
  color: #222b2c;
  font-size: clamp(4rem, 1.2rem + 1vw, 2rem);
  margin: 0;
  line-height: 1.2;
}
.tmup-calendar .cal-nav {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.tmup-calendar .cal-nav .cal-current {
  min-width: 12ch;
  text-align: center;
  font-weight: 600;
  color: #222b2c;
}
.tmup-calendar .cal-nav .cal-nav-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.tmup-calendar .cal-nav .cal-nav-btn:hover, .tmup-calendar .cal-nav .cal-nav-btn:focus-visible {
  outline: none;
  transform: translateY(-1px);
}
.tmup-calendar .cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}
.tmup-calendar .cal-weekdays .cal-weekday {
  color: #ADBDBC;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  justify-self: center;
}
.tmup-calendar .cal-daynum.is-today {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #DB5C4D;
  color: #fff;
  font-weight: 700;
}
.tmup-calendar .cal-grid {
  --cell-gap: 2rem;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 110px;
  gap: var(--cell-gap);
  position: relative;
}
.tmup-calendar .cal-cell {
  position: relative;
  border-radius: 1.2rem;
  justify-items: center;
}
.tmup-calendar .cal-cell.is-out {
  opacity: 0.25;
}
.tmup-calendar .cal-daynum {
  font-weight: 500;
  color: #8f8f8f;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}
.tmup-calendar .cal-event {
  --lane: 0;
  --span: 1;
  --h: 70px;
  --thumb-overhang: 20px;
  position: absolute;
  left: 0;
  top: calc(3.6rem + var(--lane) * (var(--h) + 0.5rem));
  height: var(--h);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: clamp(0.6rem, 2vw, 1rem);
  background: var(--ev-color, #222b2c);
  color: #fff;
  border-radius: 16px;
  padding-inline: clamp(0.9rem, 2vw, 1.2rem);
  width: calc(100% * var(--span) + (var(--span) - 1) * var(--cell-gap));
  overflow: visible !important;
  z-index: 1;
}
.tmup-calendar .cal-event {
  width: calc(100% * var(--span) + (var(--span) - 1) * var(--cell-gap));
  overflow: hidden;
  z-index: 3;
}
.tmup-calendar .cal-event__label {
  font-weight: 700;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tmup-calendar .cal-event__thumb {
  position: absolute;
  top: 50%;
  right: calc(-1 * var(--thumb-overhang));
  transform: translate(0px, -16px);
  width: clamp(92px, 16vw, 168px);
  height: 151px;
  border-radius: 18px 62px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  z-index: 3;
  pointer-events: none;
}
.tmup-calendar .cal-event__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tmup-calendar .tmup-calendar .cal-thumb--float {
  position: absolute;
  z-index: 5;
  width: clamp(92px, 12vw, 120px);
  height: calc(var(--h) + 24px);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
body.high-contrast .tmup-calendar {
  background: #363636;
  border-radius: 0;
}
body.high-contrast .tmup-calendar .cal-title, body.high-contrast .tmup-calendar .cal-current, body.high-contrast .tmup-calendar .cal-weekday, body.high-contrast .tmup-calendar .cal-daynum {
  color: #fff;
}
body.high-contrast .tmup-calendar .cal-cell {
  background: #111;
}
body.high-contrast .tmup-calendar .cal-event {
  color: #000;
  background: #ff0;
}
@media (max-width: 960px) {
  .tmup-calendar .cal-grid {
    grid-auto-rows: 120px;
    --cell-gap: 1rem;
  }
  .tmup-calendar .cal-event {
    --h: 52px;
  }
  .tmup-calendar .cal-header {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .tmup-calendar {
    padding: 2rem 1rem;
  }
  .tmup-calendar .cal-grid {
    grid-auto-rows: 130px;
  }
  .tmup-calendar .cal-event__thumb {
    display: none;
  }
  .tmup-calendar .cal-header {
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .tmup-calendar .cal-event__thumb {
    display: none;
  }
  .tmup-calendar .cal-weekdays {
    gap: 0rem;
  }
  .tmup-calendar .cal-header {
    flex-direction: column;
  }
}

.bloc-image-2-pictos {
  padding: 6rem 0;
  width: 80%;
  margin: auto;
  /* tablette large */
  /* tablette */
  /* mobile */
}
.bloc-image-2-pictos .image-2-pictos-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: flex-start;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .image-card,
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col {
  flex: 1 1 400px;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .image-card {
  max-width: 420px;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .image-card img {
  width: 100%;
  height: 729px;
  object-fit: cover;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(312deg, rgb(0, 0, 0), rgba(255, 255, 255, 0) 67%, rgba(173, 189, 188, 0.7));
  z-index: 1;
  pointer-events: none;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .image-card .texte-sur-image {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
  color: #ffffff;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  width: 17rem;
  margin: auto;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos .picto-item {
  flex: 1 1 170px;
  min-width: 170px;
  text-align: left;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos .picto-item img {
  width: 120px;
  height: 120px;
  margin-bottom: 1rem;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos .picto-item h3 {
  font-size: 1.8rem;
  color: #222b2c;
  margin-bottom: 0.5rem;
  font-weight: 700;
  margin: auto;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos .picto-item p {
  font-size: 1.2rem;
  color: #222b2c;
  margin-top: 2rem;
  line-height: 30px;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col .texte-global a {
  color: #fc7617;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col .texte-global h2 {
  font-size: 3rem;
  color: #222b2c;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.bloc-image-2-pictos .image-2-pictos-wrapper .content-col .texte-global p {
  font-size: 1.2rem;
  color: #222b2c;
  line-height: 30px;
}
@media (max-width: 1290px) {
  .bloc-image-2-pictos {
    padding: 13rem 0;
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .bloc-image-2-pictos {
    padding: 0;
    height: auto;
  }
  .bloc-image-2-pictos .texte-sur-image {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    z-index: 2;
    color: #ffffff;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    width: 17rem;
    margin: auto;
    text-transform: uppercase;
  }
  .bloc-image-2-pictos .image-2-pictos-wrapper {
    flex-direction: column;
  }
  .bloc-image-2-pictos .image-2-pictos-wrapper .image-card,
  .bloc-image-2-pictos .image-2-pictos-wrapper .content-col {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .bloc-image-2-pictos .image-2-pictos-wrapper img {
    height: 245px !important;
  }
  .bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos {
    justify-content: center;
    gap: 2rem;
  }
  .bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos .picto-item {
    padding: 0;
  }
  .bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos .picto-item h3 {
    font-size: 1.3rem;
    width: auto;
  }
  .bloc-image-2-pictos .image-2-pictos-wrapper .content-col .pictos .picto-item img {
    width: 190px;
    height: 190px !important;
  }
  .bloc-image-2-pictos .image-2-pictos-wrapper .content-col .texte-global {
    display: none;
  }
}
@media (max-width: 768px) {
  .bloc-image-2-pictos {
    width: 90%;
  }
  .bloc-image-2-pictos img.parallax-img {
    display: none;
  }
}

.bloc-partenaires {
  padding: 4rem 0;
  width: 80%;
  margin: auto;
}
.bloc-partenaires .btn-information {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #1b515b;
  border-radius: 1rem;
  text-decoration: none;
}
.bloc-partenaires .container {
  margin: 0 auto;
}
.bloc-partenaires .partenaires-titre {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 700;
  color: #222b2c;
}
.bloc-partenaires .partenaires-intro {
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #222b2c;
}
.bloc-partenaires .partenaire-swiper {
  position: relative;
  height: 25rem;
  overflow-y: visible;
}
.bloc-partenaires .swiper-wrapper {
  padding-bottom: 3rem;
}
.bloc-partenaires .swiper-slide {
  display: flex;
  justify-content: start;
}
.bloc-partenaires .partenaire-card {
  position: relative;
  width: 290px;
  height: 19rem;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.bloc-partenaires .partenaire-card:hover {
  transform: translateY(-5px);
}
.bloc-partenaires .partenaire-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bloc-partenaires .partenaire-card img {
  width: 100%;
  height: 19rem;
  object-fit: cover;
}
.bloc-partenaires .partenaire-card h3 {
  position: absolute;
  bottom: 20px;
  z-index: 55;
  width: 290px;
  margin: 1rem auto 0;
  font-size: 1.5rem;
  font-weight: 100;
  color: #ffffff;
  text-shadow: 0 2px #4c4c4c;
}
.bloc-partenaires .partenaire-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  padding-left: 0.5rem;
}
.bloc-partenaires .swiper-nav {
  position: absolute;
  right: 0;
  bottom: 30px;
  display: flex;
  gap: 1rem;
  width: 10rem;
}
.bloc-partenaires .swiper-nav .swiper-button-prev,
.bloc-partenaires .swiper-nav .swiper-button-next {
  width: 55px;
  height: 55px;
  color: #1b515b;
  background: #fff;
  border: 2px solid #1b515b;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transform: translate(-45px, -8px);
}
.bloc-partenaires .swiper-nav .swiper-button-prev::after,
.bloc-partenaires .swiper-nav .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.bloc-partenaires .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 84px;
  background: #1b515b;
  border-radius: 4px;
}
.bloc-partenaires .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid;
}

/* TABLETTE */
@media (max-width: 992px) {
  .bloc-partenaires .partenaire-card {
    width: 100% !important;
  }
  .bloc-partenaires .partenaire-card h3 {
    width: 100% !important;
  }
  .bloc-partenaires .swiper-nav {
    right: -53px;
  }
}
/* MOBILE */
@media (max-width: 576px) {
  .bloc-partenaires .partenaire-card {
    width: 100% !important;
  }
  .bloc-partenaires .partenaire-card h3 {
    width: 100% !important;
  }
  .bloc-partenaires .swiper-nav {
    right: -53px;
  }
}
.bloc-reassurance {
  padding: 0 13rem;
  display: flex;
  justify-content: space-between;
  gap: 0;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 5rem auto;
}
.bloc-reassurance .reassurance-item {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  max-width: 430px;
}
.bloc-reassurance .reassurance-item .icon {
  margin-bottom: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.bloc-reassurance .reassurance-item .icon img {
  width: 71px;
  height: 74px;
  object-fit: contain;
}
.bloc-reassurance .reassurance-item .value {
  font-size: 3rem;
  font-weight: bold;
  color: #fc7617;
  line-height: 51px;
  margin-bottom: 0.4rem;
  text-align: left;
}
.bloc-reassurance .reassurance-item .label {
  font-size: 1.05rem;
  color: #222b2c;
  line-height: 1.2;
  font-family: "Oswald", Arial, sans-serif;
}
@media (max-width: 768px) {
  .bloc-reassurance {
    gap: 3rem;
  }
  .bloc-reassurance .reassurance-item {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .bloc-reassurance {
    display: none;
  }
  .bloc-reassurance .value {
    font-size: 2rem !important;
  }
  .bloc-reassurance .reassurance-item .icon {
    flex-direction: column;
  }
}
.bloc-clair-kevin {
  padding: 6rem 13rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  margin: 0rem auto;
}
.bloc-clair-kevin strong {
  font-weight: bold;
  display: contents;
}
.bloc-clair-kevin li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #db5c4d;
  border-radius: 100%;
  display: block;
}
.bloc-clair-kevin li {
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-transform: none;
  font-size: 1.1rem;
}
.bloc-clair-kevin ul {
  flex-direction: column;
  margin-left: 1rem;
}
.bloc-clair-kevin .content {
  flex: 1;
  max-width: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.bloc-clair-kevin .content .surtitre {
  color: #222b2c;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Oswald", Arial, sans-serif;
}
.bloc-clair-kevin .content h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #222b2c;
  margin-bottom: 1.5rem;
  padding-right: 90px;
}
.bloc-clair-kevin .content p {
  font-size: 1.2rem;
  color: #222b2c;
  line-height: 1.6;
}
.bloc-clair-kevin .content .puce {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.bloc-clair-kevin .content .puce p {
  margin: 0;
  font-size: 1.2rem;
  color: #222b2c;
}
.bloc-clair-kevin .image-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
}
.bloc-clair-kevin .image-wrapper img {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0% 0% 0% 40%;
  height: 880px;
}
.bloc-clair-kevin .image-wrapper .cta-circle {
  position: absolute;
  bottom: 3rem;
  right: 8rem;
  background-color: #222b2c;
  color: #ffffff;
  border-radius: 50%;
  width: 215px;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
  flex-direction: column-reverse;
  gap: 7px;
  text-decoration: none;
}
.bloc-clair-kevin .image-wrapper .cta-circle::after {
  content: "↗";
  display: block;
  margin-left: 0.3rem;
}
.bloc-clair-kevin .image-wrapper .cta-circle:hover {
  background-color: rgb(11.7692307692, 14.8846153846, 15.2307692308);
}
@media (max-width: 768px) {
  .bloc-clair-kevin {
    padding: 3rem 0 0;
    flex-direction: column-reverse;
    text-align: center;
    height: auto;
    margin: auto;
    width: 90%;
  }
  .bloc-clair-kevin .content {
    max-width: 100%;
    text-align: left;
    height: 30rem;
    max-height: 30rem;
    overflow: auto;
  }
  .bloc-clair-kevin li {
    text-align: left;
  }
  .bloc-clair-kevin .image-wrapper {
    margin-bottom: 2rem;
  }
  .bloc-clair-kevin .image-wrapper img {
    width: 100%;
    max-width: 538px;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 15% 0% 0% 15%;
    height: 230px;
  }
  .bloc-clair-kevin .image-wrapper .cta-circle {
    width: 155px;
    height: 155px;
    font-size: 1rem;
    bottom: 1rem;
    right: 1rem;
  }
  .bloc-clair-kevin .puce {
    justify-content: center;
  }
  .bloc-clair-kevin .puce::before {
    margin-top: 0.3rem;
  }
}
@media (max-width: 770px) {
  .bloc-clair-kevin .image-wrapper img {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 15% 0% 0% 15%;
    height: 210px;
  }
  .bloc-clair-kevin .content h2 {
    padding-right: 0;
    font-size: 2rem;
    text-align: left;
  }
}

.bloc-specifiques {
  padding: 6rem 0;
  text-align: center;
  width: 100%;
  margin: auto;
  background-color: #131717;
}
.bloc-specifiques h2 {
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.bloc-specifiques .cartes-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  justify-items: center;
}
.bloc-specifiques .carte {
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 480px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(30px);
  opacity: 1;
}
.bloc-specifiques .carte .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.bloc-specifiques .carte .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bloc-specifiques .carte .image-container .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
  z-index: 1;
}
.bloc-specifiques .carte .image-container .carte-content {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bloc-specifiques .carte .image-container .texte {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}
.bloc-specifiques .carte .image-container:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(295deg, rgba(4, 0, 0, 0.44), rgba(255, 146, 107, 0.09) 67%, rgba(255, 255, 255, 0.7));
  z-index: 1;
}
.bloc-specifiques .carte .image-container .btn-carte {
  background-color: #222b2c;
  color: #ffffff;
  border-radius: 4rem;
  padding: 1.2rem 2rem;
  font-weight: 500;
  font-size: 1.05rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.3s ease;
}
.bloc-specifiques .carte .image-container .btn-carte:hover {
  background-color: rgb(11.7692307692, 14.8846153846, 15.2307692308);
}
.bloc-specifiques .carte .image-container .btn-carte .fleche {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .bloc-specifiques {
    padding: 5rem 0rem;
    margin-top: 5rem;
  }
  .bloc-specifiques h2 {
    font-size: 2rem;
    text-transform: uppercase;
  }
  .bloc-specifiques .carte {
    height: 200px;
    border-radius: 0;
  }
  .bloc-specifiques .carte .carte-content {
    bottom: 2rem;
  }
  .bloc-specifiques .carte .texte {
    font-size: 1.2rem;
  }
  .bloc-specifiques .carte .btn-carte {
    font-size: 0.95rem;
    padding: 0.5rem 1.2rem;
  }
}

.bloc-pattern-paragraphe {
  padding: 6rem 0;
  margin-top: 7rem;
  width: 80%;
  margin: auto;
}
.bloc-pattern-paragraphe ul {
  flex-direction: column;
}
.bloc-pattern-paragraphe .anim-title span {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: bold;
}
.bloc-pattern-paragraphe li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bloc-pattern-paragraphe li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fc7617;
  border-radius: 100%;
  display: block;
}
.bloc-pattern-paragraphe h2 {
  font-size: 3rem;
  color: #222b2c;
  text-transform: uppercase;
  margin-bottom: 7rem;
}
.bloc-pattern-paragraphe h2 .highlight {
  color: #222b2c;
  display: inline-flex;
}
.bloc-pattern-paragraphe h2 span.hx-accent {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 3rem;
  color: #222b2c;
  text-transform: uppercase;
  font-family: "Oswald", Arial, sans-serif;
}
.bloc-pattern-paragraphe .content-wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
.bloc-pattern-paragraphe .content-wrapper .left {
  position: relative;
  flex: 1;
}
.bloc-pattern-paragraphe .content-wrapper .left .bulle-bg {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 250px;
  height: 250px;
  border-radius: 40% 40% 40% 1%;
  background-color: #222b2c;
  opacity: 1;
  z-index: 0;
}
.bloc-pattern-paragraphe .content-wrapper .left .image-principale {
  position: relative;
  z-index: 1;
}
.bloc-pattern-paragraphe .content-wrapper .left .image-principale img {
  border-radius: 50%;
  width: 440px;
  max-width: 440px;
  height: 471px;
  object-fit: cover;
}
.bloc-pattern-paragraphe .content-wrapper .left .pattern-image {
  position: absolute;
  top: -4rem;
  left: 45%;
  transform: translateX(-125%);
  width: 210px;
}
.bloc-pattern-paragraphe .content-wrapper .left .pattern-image img {
  width: 241px;
  height: 181px;
  object-fit: cover;
}
.bloc-pattern-paragraphe .content-wrapper .right {
  flex: 1;
}
.bloc-pattern-paragraphe .content-wrapper .right h3 {
  color: #222b2c;
  font-size: 2rem;
  margin-top: 1.5rem;
}
.bloc-pattern-paragraphe .content-wrapper .right a {
  color: #fc7617;
}
.bloc-pattern-paragraphe .content-wrapper .right p {
  font-size: 1.2rem;
  color: #222b2c;
  margin-top: 1rem;
  line-height: 20px;
}
@media (max-width: 48em) {
  .bloc-pattern-paragraphe {
    width: 90% !important;
    padding: 0 !important;
    margin-top: 0rem;
  }
  .bloc-pattern-paragraphe .content-wrapper {
    flex-direction: column;
  }
  .bloc-pattern-paragraphe .content-wrapper .left,
  .bloc-pattern-paragraphe .content-wrapper .right {
    width: 100%;
    text-align: center;
  }
  .bloc-pattern-paragraphe .content-wrapper .left .image-principale img {
    max-width: 100%;
    height: 24rem;
  }
  .bloc-pattern-paragraphe .content-wrapper .right h2,
  .bloc-pattern-paragraphe .content-wrapper .right h3,
  .bloc-pattern-paragraphe .content-wrapper .right p {
    font-size: 1.2rem;
    color: #000000;
    width: 100%;
    margin-bottom: 0rem;
    text-align: left;
    line-height: normal;
  }
  .bloc-pattern-paragraphe ul {
    text-align: left;
  }
  .bloc-pattern-paragraphe .content-wrapper .left .pattern-image {
    left: 20%;
  }
  .bloc-pattern-paragraphe span.hx-accent {
    font-size: 2rem !important;
  }
  .bloc-pattern-paragraphe h2 {
    font-size: 2rem;
    width: 90%;
    text-align: left;
  }
}

.bloc-nos-locaux {
  padding: 0;
  width: 80%;
  margin: 7rem auto 0;
}
.bloc-nos-locaux h2 {
  font-size: 4rem;
  color: #222b2c;
  text-align: left;
  margin-bottom: 3rem;
}
.bloc-nos-locaux h2 span {
  color: #222b2c;
  margin-left: 0.4rem;
}
.bloc-nos-locaux .grille-locaux {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 200px;
  gap: 3rem;
  margin: 0 auto;
}
.bloc-nos-locaux .grille-locaux .image-locaux {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.bloc-nos-locaux .grille-locaux .image-locaux:nth-child(1), .bloc-nos-locaux .grille-locaux .image-locaux:nth-child(4) {
  grid-row: span 2;
}
.bloc-nos-locaux .grille-locaux .image-locaux img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .bloc-nos-locaux {
    display: none;
  }
}
@media (max-width: 768px) {
  .bloc-nos-locaux .grille-locaux {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 1rem;
  }
  .bloc-nos-locaux .grille-locaux .image-locaux {
    grid-row: auto;
  }
}
@media (max-width: 480px) {
  .bloc-nos-locaux .grille-locaux {
    grid-template-columns: 1fr 1fr;
  }
}

.bloc-cta-inscription {
  padding: 0 0;
  width: 80%;
  margin: auto;
}
.bloc-cta-inscription .cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.bloc-cta-inscription .cta-text {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}
.bloc-cta-inscription .cta-text .intro {
  color: #222b2c;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 8rem;
}
.bloc-cta-inscription .cta-text h2 {
  font-size: 4rem;
  color: #222b2c;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.bloc-cta-inscription .cta-text h2 .highlight {
  color: #fc7617;
  display: inline-block;
}
.bloc-cta-inscription .cta-text .description {
  max-width: 90%;
}
.bloc-cta-inscription .cta-text .description p {
  font-size: 1.2rem;
  color: #072F45;
  margin-top: 2rem;
  line-height: 30px;
}
.bloc-cta-inscription .cta-image {
  flex: 1 1 45%;
  position: relative;
  display: flex;
  justify-content: end;
}
.bloc-cta-inscription .cta-image .image-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 50% 50% 0 50%;
  overflow: visible;
  width: 510px;
  height: 510px;
  background-color: #ffffff;
}
.bloc-cta-inscription .cta-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 50% 0 50%;
  display: block;
}
.bloc-cta-inscription .cta-image .image-wrapper .cta-circle {
  position: absolute;
  bottom: 3rem;
  right: 8rem;
  background-color: #222b2c;
  color: #ffffff;
  border-radius: 50%;
  width: 215px;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
  flex-direction: column-reverse;
  gap: 7px;
  text-decoration: none;
}
.bloc-cta-inscription .cta-image .image-wrapper .cta-circle::after {
  content: "↗";
  display: block;
  margin-left: 0.3rem;
}
.bloc-cta-inscription .cta-image .image-wrapper .cta-circle:hover {
  background-color: rgb(11.7692307692, 14.8846153846, 15.2307692308);
}
@media (max-width: 768px) {
  .bloc-cta-inscription {
    padding: 2rem 0rem;
    width: 90%;
  }
  .bloc-cta-inscription .cta-text h2 {
    font-size: 2rem;
    color: #222b2c;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .bloc-cta-inscription .description p {
    margin-top: 0;
  }
  .bloc-cta-inscription .cta-wrapper {
    flex-direction: column;
    text-align: center;
    flex-wrap: unset;
  }
  .bloc-cta-inscription .intro {
    margin-bottom: 2rem !important;
  }
  .bloc-cta-inscription .cta-circle {
    right: 9rem !important;
  }
  .bloc-cta-inscription .cta-text,
  .bloc-cta-inscription .cta-image {
    flex: 1 1 45%;
    position: relative;
    text-align: left;
  }
  .bloc-cta-inscription .cta-image .image-wrapper {
    width: 20rem;
    height: 20rem;
  }
  .bloc-cta-inscription .cta-image .image-wrapper .btn-bulle {
    width: 100px;
    height: 100px;
    font-size: 0.95rem;
  }
  .bloc-cta-inscription .cta-text .description {
    max-width: 100%;
    margin: 0 auto;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

strong {
  font-weight: bold;
}

p a {
  text-decoration: unset;
  border-bottom: solid 1px white;
  color: white;
}

.debug-oswald {
  font-family: "Oswald", sans-serif !important;
  font-weight: 700 !important;
  font-size: 48px;
}

.ha-ready {
  will-change: transform, opacity, filter;
  transform: translateY(0);
  opacity: 1;
}

.ha-wrap--short .ha-underline {
  height: 0.12em;
  transform-origin: center center;
  opacity: 0.95;
  box-shadow: 0 4px 12px rgba(217, 91, 84, 0.22);
}

.sidebar-nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0rem;
  margin-left: 0;
}
.sidebar-nav-list ul.sub-menu li {
  font-size: 0.8rem;
  text-transform: none;
  line-height: 1;
}
.sidebar-nav-list li {
  list-style: none;
  font-size: 1rem;
}
.sidebar-nav-list li a {
  color: white;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #222b2c;
  z-index: 1000;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.site-header li.page_item {
  list-style: none;
  display: inline-flex;
}
.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
  margin: auto;
  padding: 1rem 0rem;
}
.site-header .logo a {
  font-size: 2rem;
  font-family: "Oswald", Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
}
.site-header .main-nav .nav-list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.site-header .main-nav .nav-list li a {
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
  padding: 0.25rem 0;
}
.site-header .main-nav .nav-list li a:hover::after {
  width: 100%;
}
.site-header .menu-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header .menu-right .btn-contact {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 1.2rem;
  padding: 0.5rem 2rem;
  font-weight: 600;
  font-family: "Oswald", Arial, sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}
.site-header .menu-right .btn-contact:hover {
  background: #ffffff;
  color: #222b2c;
}
.site-header .menu-right .accessibility-toggle {
  background: #ffffff;
  color: #222b2c;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .menu-right .accessibility-toggle:hover {
  background: #fc7617;
  color: #ffffff;
}
.site-header .menu-right .burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-header .menu-right .burger span {
  width: 24px;
  height: 2px;
  background: #ffffff;
  display: block;
}
.site-header .menu-right .burger:hover span {
  background: #fc7617;
}

/* Responsive */
@media (max-width: 1280px) {
  .hero-content {
    max-width: 570px;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .box-size {
    margin-top: 0rem;
  }
  .main-nav {
    display: none !important;
  }
  .site-header .burger {
    display: flex !important;
  }
  .site-header .logo a {
    font-size: 1.3rem;
  }
  .site-header .menu-right .btn-contact {
    padding: 0.5rem 1rem;
    font-weight: 100;
  }
  .sidebar-nav-list ul {
    margin-left: 2rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
/* Sidebar mobile + accessibilité */
.sidebar-menu,
.accessibility-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 30%;
  background: #222b2c;
  padding: 2rem 1.5rem;
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 0.8rem 0 0 0.8rem;
}
.sidebar-menu.visible,
.accessibility-sidebar.visible {
  right: 0;
  height: 100vh;
}
.sidebar-menu .close-sidebar,
.accessibility-sidebar .close-sidebar {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  color: #222b2c;
  font-size: 1.2rem;
  transition: background 0.3s;
}
.sidebar-menu .close-sidebar:hover,
.accessibility-sidebar .close-sidebar:hover {
  background: rgb(98, 149, 159);
  color: white;
}
.sidebar-menu h3,
.accessibility-sidebar h3 {
  font-size: 1.4rem;
  font-family: "Oswald", Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 1.5rem;
  position: relative;
}
.sidebar-menu h3::before,
.accessibility-sidebar h3::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  background-color: #fc7617;
  border-radius: 50%;
  top: -40px;
  left: -60px;
  z-index: -1;
  opacity: 0.4;
}
.sidebar-menu .accessibility-options,
.accessibility-sidebar .accessibility-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sidebar-menu .accessibility-options button,
.accessibility-sidebar .accessibility-options button {
  padding: 1rem 1.5rem;
  background: #ffffff;
  color: #222b2c;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(34, 43, 44, 0.2);
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.sidebar-menu .accessibility-options button:hover,
.accessibility-sidebar .accessibility-options button:hover {
  background: #fc7617;
  color: #ffffff;
}
.sidebar-menu .accessibility-options button::after,
.accessibility-sidebar .accessibility-options button::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #fc7617;
  border-radius: 50%;
  top: -80px;
  right: -60px;
  opacity: 0.2;
}

/* Menu déroulant principal */
/* base */
.site-header .main-nav .nav-list > li {
  position: relative;
}

/* chevron sur les items parents */
.site-header .main-nav .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* panneau niveau 2 */
.site-header .main-nav ul.sub-menu {
  --dd-scale: .96;
  --dd-y: -6px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  padding: 0.6rem;
  margin: 0;
  list-style: none;
  background: #fff;
  color: #222b2c;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(34, 43, 44, 0.06);
  transform-origin: top left;
  transform: translateY(var(--dd-y)) scale(var(--dd-scale));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.2, 0.65, 0.3, 1), visibility 0.18s step-end, box-shadow 0.18s ease;
  z-index: 1000;
  flex-direction: column;
}

/* items du panneau */
.site-header .main-nav ul.sub-menu > li {
  position: relative;
  /* chevron pour 3e niveau */
}
.site-header .main-nav ul.sub-menu > li > a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.8rem;
  border-radius: 0.5rem;
  color: #222b2c;
  text-decoration: none;
  font: 600 0.95rem/1.2 "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}
.site-header .main-nav ul.sub-menu > li > a:hover {
  background: rgba(34, 43, 44, 0.06);
  color: rgb(16.2153846154, 20.5076923077, 20.9846153846);
}
.site-header .main-nav ul.sub-menu > li.menu-item-has-children > a::after {
  content: "";
  margin-left: auto;
  inline-size: 0.45rem;
  block-size: 0.45rem;
  border-right: 2px solid rgba(34, 43, 44, 0.7);
  border-bottom: 2px solid rgba(34, 43, 44, 0.7);
  transform: rotate(-45deg);
  transition: transform 0.18s ease;
}

/* panneau niveau 3 (volant à droite) */
.site-header .main-nav ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0.4rem;
  transform-origin: top left;
  z-index: 1001;
}

/* état ouvert (desktop : hover/focus ; mobile : classe .open) */
@media (min-width: 992px) {
  .site-header .main-nav .menu-item-has-children:hover > a::after,
  .site-header .main-nav .menu-item-has-children:focus-within > a::after {
    transform: rotate(225deg) translateY(1px);
  }
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu,
  .site-header .main-nav .menu-item-has-children:focus-within > .sub-menu {
    --dd-scale: 1;
    --dd-y: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.18s ease, transform 0.22s cubic-bezier(0.2, 0.65, 0.3, 1), visibility 0s linear;
  }
  /* 3e niveau : ouverture quand on survole l’item parent dans le panneau */
  .site-header .main-nav ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu,
  .site-header .main-nav ul.sub-menu > li.menu-item-has-children:focus-within > ul.sub-menu {
    --dd-scale: 1;
    --dd-y: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
/* Mobile / tablette : ouverture par classe .open (gérée en JS) */
@media (max-width: 991.98px) {
  /* On laisse ton off-canvas/sidebars, on stylise seulement l’ouverture */
  .sidebar-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 1.6rem;
  }
  .sidebar-menu .menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(225deg);
  }
  .sidebar-menu ul.sub-menu {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    margin: 0.35rem 0 0.35rem 1rem;
    padding: 0.25rem 0 0.25rem 0.25rem;
    border-left: 2px dashed rgba(255, 255, 255, 0.25);
    background: #293537;
    box-shadow: none;
    border: 0;
    padding: 10px 8px;
  }
  .sidebar-menu ul.sub-menu > li > a {
    color: #fff !important;
    opacity: 0.95;
    padding: 0.45rem 0.2rem;
    line-height: 1.3rem;
  }
  .sidebar-menu ul.sub-menu ul.sub-menu {
    margin-left: 1rem;
    border-left: 2px dashed rgba(255, 255, 255, 0.2);
  }
  .sidebar-menu .menu-item-has-children > a::before {
    content: " - - ";
    margin-right: 11px;
    width: 11px;
    height: 11px;
    color: #4e5556;
    font-weight: bold;
  }
}
/* Stagger léger des items au reveal (desktop) */
@media (min-width: 992px) {
  .site-header .main-nav .menu-item-has-children > .sub-menu > li {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu > li,
  .site-header .main-nav .menu-item-has-children:focus-within > .sub-menu > li {
    opacity: 1;
    transform: none;
  }
  /* 6 premiers items avec léger delay progressif */
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu > li:nth-child(1) {
    transition-delay: 0s;
  }
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu > li:nth-child(2) {
    transition-delay: 0.02s;
  }
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu > li:nth-child(3) {
    transition-delay: 0.04s;
  }
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu > li:nth-child(4) {
    transition-delay: 0.06s;
  }
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu > li:nth-child(5) {
    transition-delay: 0.08s;
  }
  .site-header .main-nav .menu-item-has-children:hover > .sub-menu > li:nth-child(6) {
    transition-delay: 0.1s;
  }
}
/* Accessibilité / motion */
@media (prefers-reduced-motion: reduce) {
  .site-header .main-nav ul.sub-menu {
    transition: none !important;
  }
  .site-header .main-nav .menu-item-has-children > a::after,
  .site-header .main-nav ul.sub-menu > li.menu-item-has-children > a::after {
    transition: none !important;
  }
}
ul {
  margin-left: 5rem;
  display: flex;
  gap: 0rem;
  text-transform: uppercase;
  align-items: flex-start;
}

li {
  font-size: 1.2rem;
  color: #072F45;
  margin-top: 0rem;
  line-height: 30px;
}

/* =======================================================
   LANG SWITCHER – Accessibilité + Quick switch (header)
   ======================================================= */
/* Bloc Langues dans la sidebar d’accessibilité */
.accessibility-sidebar {
  /* contraste élevé */
}
.accessibility-sidebar .acc-sep {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 1rem 0 1.25rem;
}
.accessibility-sidebar .acc-languages {
  margin-top: 1.5rem;
}
.accessibility-sidebar .acc-lbl {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.05rem;
  color: #ffffff;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.9;
}
.accessibility-sidebar .acc-lang-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  /* reset UL/LI internes (tes UL globaux sont forts) */
  /* TranslatePress */
  /* Pills */
  /* actif */
}
.accessibility-sidebar .acc-lang-switcher ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.accessibility-sidebar .acc-lang-switcher li {
  margin: 0 !important;
}
.accessibility-sidebar .acc-lang-switcher .trp-language-switcher,
.accessibility-sidebar .acc-lang-switcher .trp-language-switcher-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.accessibility-sidebar .acc-lang-switcher a.trp-ls-shortcode-language,
.accessibility-sidebar .acc-lang-switcher .trp-ls-shortcode-current-language,
.accessibility-sidebar .acc-lang-switcher .wg-default a,
.accessibility-sidebar .acc-lang-switcher .gtranslate_wrapper a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: #ffffff;
  color: #222b2c;
  text-decoration: none;
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.accessibility-sidebar .acc-lang-switcher a.trp-ls-shortcode-language:hover,
.accessibility-sidebar .acc-lang-switcher .trp-ls-shortcode-current-language:hover,
.accessibility-sidebar .acc-lang-switcher .wg-default a:hover,
.accessibility-sidebar .acc-lang-switcher .gtranslate_wrapper a:hover {
  background: #fc7617;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
}
.accessibility-sidebar .acc-lang-switcher .trp-ls-shortcode-current-language {
  background: #fc7617;
  color: #ffffff;
  border-color: rgba(252, 118, 23, 0.9);
}
.accessibility-sidebar .acc-lang-switcher img.trp-flag-image,
.accessibility-sidebar .acc-lang-switcher .wg-flag,
.accessibility-sidebar .acc-lang-switcher .gt-current-lang img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
body.high-contrast .accessibility-sidebar .acc-lang-switcher a.trp-ls-shortcode-language,
body.high-contrast .accessibility-sidebar .acc-lang-switcher .trp-ls-shortcode-current-language,
body.high-contrast .accessibility-sidebar .acc-lang-switcher .wg-default a,
body.high-contrast .accessibility-sidebar .acc-lang-switcher .gtranslate_wrapper a {
  background: #222b2c !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
body.high-contrast .accessibility-sidebar .acc-lang-switcher a.trp-ls-shortcode-language:hover,
body.high-contrast .accessibility-sidebar .acc-lang-switcher .trp-ls-shortcode-current-language:hover,
body.high-contrast .accessibility-sidebar .acc-lang-switcher .wg-default a:hover,
body.high-contrast .accessibility-sidebar .acc-lang-switcher .gtranslate_wrapper a:hover {
  background: #fc7617 !important;
  color: #ffffff !important;
}

body.high-contrast .excerpt {
  color: white !important;
}
body.high-contrast .sc-fraction {
  color: white !important;
}
body.high-contrast .vcats {
  background-color: unset;
}
body.high-contrast ul.sub-menu {
  background-color: #333 !important;
}
body.high-contrast .highlight {
  color: white;
}
body.high-contrast .reassurance-item .label {
  color: white;
}
body.high-contrast .surtitre {
  color: white !important;
}
body.high-contrast .bulle-bg {
  background: #fc7617 !important;
}
body.high-contrast span.vc-step {
  color: white;
}

/* Quick switch compact dans le header */
.menu-right .lang-quick {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  /* reset UL/LI ici aussi */
}
.menu-right .lang-quick .trp-language-switcher,
.menu-right .lang-quick .trp-language-switcher-container {
  display: flex;
  gap: 0.4rem;
}
.menu-right .lang-quick a.trp-ls-shortcode-language,
.menu-right .lang-quick .trp-ls-shortcode-current-language,
.menu-right .lang-quick .wg-default a,
.menu-right .lang-quick .gtranslate_wrapper a {
  padding: 0.35rem 0.55rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.18s ease, transform 0.18s ease;
}
.menu-right .lang-quick a.trp-ls-shortcode-language:hover,
.menu-right .lang-quick .trp-ls-shortcode-current-language:hover,
.menu-right .lang-quick .wg-default a:hover,
.menu-right .lang-quick .gtranslate_wrapper a:hover {
  background: #fc7617;
  transform: translateY(-1px);
}
.menu-right .lang-quick .trp-ls-shortcode-current-language {
  background: #fc7617;
  border-color: #fc7617;
  color: #ffffff;
}
.menu-right .lang-quick ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  gap: 0.4rem;
}
.menu-right .lang-quick li {
  margin: 0 !important;
}
.menu-right .lang-quick img.trp-flag-image,
.menu-right .lang-quick .wg-flag {
  width: 16px;
  height: 11px;
  border-radius: 2px;
}

/* RTL (arabe) */
html[dir=rtl] .accessibility-sidebar .acc-lang-switcher {
  direction: rtl;
}
html[dir=rtl] .menu-right .lang-quick {
  direction: rtl;
}

/* Neutralise tes UL globaux dans ces zones */
.accessibility-sidebar .acc-lang-switcher ul,
.menu-right .lang-quick ul {
  margin-left: 0 !important;
  gap: 0.5rem !important;
  text-transform: none !important;
  align-items: center !important;
}

/* ===== Footer style “maquette VTC” ===== */
.tmup-footer {
  --bg: #0d1a1d; /* fond sombre */
  --fg: #c9d1d3; /* texte */
  --fg-soft: #9fb0b5;
  --line: rgba(255,255,255,.06);
  --accent: #ff7a21; /* bouton orange */
  background: var(--bg);
  color: var(--fg);
  position: relative;
  z-index: 1;
  /* Grid 3 colonnes desktop / stack mobile */
  /* --- Col 1 : Brand --- */
  /* --- Col 2 : Quick Links --- */
  /* --- Col 3 : Contact + réseaux + CTA --- */
  /* --- Bas de page --- */
  /* Responsive */
  /* --- Responsive --- */
}
.tmup-footer a {
  color: var(--fg);
  text-decoration: none;
}
.tmup-footer a:hover {
  color: #fff;
}
.tmup-footer .ft-wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 3.5rem 0 2rem;
}
.tmup-footer .ft-col {
  min-width: 0;
}
.tmup-footer .ft-brand {
  grid-area: brand;
}
.tmup-footer .ft-links {
  grid-area: links;
}
.tmup-footer .ft-links li {
  text-transform: none;
  font-size: 1rem;
}
.tmup-footer .ft-contact {
  grid-area: contact;
}
.tmup-footer .ft-wrap {
  display: grid;
  grid-template-areas: "brand links contact" "bottom bottom bottom";
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
}
.tmup-footer .ft-logo {
  display: inline-block;
}
.tmup-footer .ft-logo img {
  width: 170px;
  max-width: 100%;
  height: auto;
  display: block;
}
.tmup-footer .ft-logo--text {
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.03em;
}
.tmup-footer .ft-tagline {
  margin-top: 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg-soft);
}
.tmup-footer .ft-title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e6eef0;
  margin: 0 0 0.9rem 0;
}
.tmup-footer .ft-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}
.tmup-footer .ft-menu li a {
  color: var(--fg);
  font-size: 0.98rem;
  opacity: 0.95;
}
.tmup-footer .ft-menu li a:hover {
  opacity: 1;
}
.tmup-footer .ft-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem 0;
  text-transform: none;
  display: grid;
  gap: 0.35rem;
}
.tmup-footer .ft-contact-list a {
  color: var(--fg);
}
.tmup-footer .ft-contact-list a:hover {
  color: #fff;
}
.tmup-footer .ft-social {
  list-style: none;
  padding: 0;
  margin: 0.2rem 0 1rem 0;
  display: flex;
  gap: 0.6rem;
  /* Google “G” (monochrome via mask) */
  /* TikTok note (monochrome via mask) */
}
.tmup-footer .ft-social .icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #12252a;
  position: relative;
  box-shadow: inset 0 0 0 1px var(--line);
}
.tmup-footer .ft-social .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #e6eef0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tmup-footer .ft-social .icon--fb::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M15 3h-2a5 5 0 0 0-5 5v2H6v3h2v6h3v-6h2.2L14 10H11V8a2 2 0 0 1 2-2h2z"/></svg>');
}
.tmup-footer .ft-social .icon--ig::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm5 5a5 5 0 1 0 0 10 5 5 0 0 0 0-10zm6-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/></svg>');
}
.tmup-footer .ft-social .icon--in::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M20.45 20.45h-3.56v-5.57c0-1.33-.03-3.04-1.86-3.04-1.86 0-2.14 1.45-2.14 2.95v5.66H9.33V9h3.41v1.56h.05c.47-.9 1.64-1.86 3.38-1.86 3.62 0 4.29 2.38 4.29 5.47v6.28zM5.34 7.43a2.06 2.06 0 1 1 0-4.12 2.06 2.06 0 0 1 0 4.12zM7.13 20.45H3.55V9h3.58v11.45z"/></svg>');
}
.tmup-footer .ft-social .icon--x::before {
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M4 3l8 9.4L4.7 21H7l5.3-7.1L18 21h4l-9.1-10.8L21.8 3h-2.7l-6 6.9L9.6 3H4z"/></svg>');
}
.tmup-footer .ft-social .icon--google::before {
  mask-image: url('data:image/svg+xml;utf8,  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">    <path fill="white" d="M12 2a10 10 0 1 0 0 20c5.1 0 9.2-3.8 9.2-8.7 0-.6-.1-1.3-.2-1.9H12v3.6h5.4c-.6 2-2.5 3.4-5.4 3.4-3.3 0-6-2.7-6-6s2.7-6 6-6c1.5 0 2.9.5 4 1.5l2.4-2.3C16.7 3 14.5 2 12 2z"/>  </svg>');
}
.tmup-footer .ft-social .icon--tiktok::before {
  mask-image: url('data:image/svg+xml;utf8,  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">    <path fill="white" d="M15 3h2.1c.2 1.2 1 2.3 2 3v2c-1.6-.1-3-.7-4.1-1.7v7.8c0 3-2.4 5.5-5.5 5.5S4 17.1 4 14s2.4-5.5 5.5-5.5c.5 0 1 .1 1.5.2V11c-.4-.2-.9-.3-1.5-.3-1.8 0-3.2 1.4-3.2 3.2S7.7 17 9.5 17s3.2-1.4 3.2-3.2V3z"/>  </svg>');
}
.tmup-footer .ft-social a:hover .icon {
  background: #19343a;
}
.tmup-footer .ft-cta {
  margin-top: 0.6rem;
}
.tmup-footer .btn-news {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 0.85rem 1.2rem;
  border-radius: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  box-shadow: 0 12px 26px rgba(255, 122, 33, 0.25);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.tmup-footer .btn-news:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(255, 122, 33, 0.35);
  background: #ff8a3e;
}
.tmup-footer .ft-bottom {
  grid-area: bottom;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--fg-soft);
}
.tmup-footer .ft-legal {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.tmup-footer .ft-legal a {
  color: var(--fg-soft);
}
.tmup-footer .ft-legal a:hover {
  color: #fff;
}
.tmup-footer .ft-payments {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1rem;
  align-items: center;
}
.tmup-footer .ft-payments__title {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(0.95rem, 1vw, 1rem);
  color: #ffffff;
  opacity: 0.9;
  white-space: nowrap;
}
.tmup-footer .ft-payments__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.tmup-footer .ft-payments__item {
  display: inline-flex;
  align-items: center;
}
.tmup-footer .ft-payments__item img {
  height: 60px; /* visuel compact et propre */
  width: auto;
  filter: grayscale(10%) contrast(105%); /* léger lissage */
  opacity: 0.95;
  transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
  display: block;
}
.tmup-footer .ft-payments__item a:hover img,
.tmup-footer .ft-payments__item img:hover {
  transform: translateY(-1px);
  opacity: 1;
  filter: none;
}
@media (max-width: 900px) {
  .tmup-footer .ft-payments {
    grid-template-columns: 1fr;
  }
  .tmup-footer .ft-payments__title {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 1024px) {
  .tmup-footer .ft-wrap {
    grid-template-areas: "brand" "links" "contact" "bottom";
    grid-template-columns: 1fr;
  }
  .tmup-footer .ft-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .tmup-footer .ft-logo img {
    width: 150px;
  }
}
@media (max-width: 560px) {
  .tmup-footer .btn-news {
    width: 100%;
  }
}

.tmup-wa {
  position: fixed;
  left: 7px;
  bottom: 7px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: #25D366; /* Vert WhatsApp */
  color: #fff;
  text-decoration: none;
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.tmup-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
  background: #21c25c;
}
.tmup-wa__icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
}
.tmup-wa__icon svg {
  display: block;
}
.tmup-wa__label {
  font-size: 0.95rem;
  line-height: 1;
  white-space: nowrap;
}

/* Mode compact mobile */
@media (max-width: 420px) {
  .tmup-wa {
    padding: 0.75rem 0.8rem;
  }
  .tmup-wa .tmup-wa__label {
    display: none;
  }
}
/* Masquer via JS (ex: si data-wa-desktop="0" sur desktop) */
.tmup-wa.is-hidden {
  display: none !important;
}

/* ========= 404 — styles encapsulés ========= */
.not-found {
  --accent: #1b515b; /* change si besoin */
  --text: #072f45; /* change si besoin */
  --muted: #536473;
  --bg-soft: #f6f9fb;
  max-width: 880px;
  margin: 60px auto;
  padding: 0 20px 40px;
  color: var(--text);
}

.not-found .error-404 {
  background: var(--bg-soft);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 32px;
}

/* Titres & paragraphes */
.not-found h1 {
  font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem);
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--accent);
}

.not-found h2 {
  font-size: clamp(1.2rem, 1rem + 1vw, 1.5rem);
  margin: 28px 0 10px;
  color: var(--text);
}

.not-found p {
  margin: 0 0 16px;
  color: var(--muted);
}

/* Liens */
.not-found a {
  color: var(--accent);
  text-decoration: none;
}

.not-found a:hover,
.not-found a:focus {
  text-decoration: underline;
  outline: none;
}

/* Liste de liens utiles / articles récents */
.not-found ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: grid;
  gap: 8px;
}

.not-found ul li::before {
  content: "↗";
  margin-right: 8px;
  color: var(--accent);
  font-weight: 700;
}

/* Formulaire de recherche WordPress natif */
.not-found .search-form {
  display: flex;
  gap: 10px;
  margin: 18px 0 10px;
}

.not-found .search-form .search-field,
.not-found .search-form input[type=search] {
  flex: 1 1 auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 1rem;
  min-width: 0;
  color: var(--text);
  background: #fff;
}

.not-found .search-form .search-submit,
.not-found .search-form input[type=submit] {
  background: var(--accent);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
}

.not-found .search-form .search-submit:hover,
.not-found .search-form .search-submit:focus {
  filter: brightness(1.05);
}

/* Focus visibles (accessibilité) */
.not-found a:focus,
.not-found button:focus,
.not-found input:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Petits écrans */
@media (max-width: 600px) {
  .not-found .error-404 {
    padding: 22px;
    border-radius: 12px;
  }
  .not-found .search-form {
    flex-direction: column;
  }
  .not-found .search-form .search-submit {
    width: 100%;
  }
}
body.dyslexic-font {
  font-family: "OpenDyslexic", sans-serif;
}

:root {
  --dys-font: "OpenDyslexic", "OpenDyslexic3", "OpenDyslexic Alta",
              system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

html.dyslexic-font body,
html.dyslexic-font body *:not(i):not([class*=icon]):not(.dashicons):not(.material-icons),
body.dyslexic-font,
body.dyslexic-font *:not(i):not([class*=icon]):not(.dashicons):not(.material-icons) {
  font-family: var(--dys-font) !important;
  letter-spacing: 0.02em;
  font-variation-settings: normal;
}

body.high-contrast {
  background: #3c3c3c;
  color: #fff;
}
body.high-contrast a, body.high-contrast h1, body.high-contrast h2, body.high-contrast h3, body.high-contrast h4, body.high-contrast h5, body.high-contrast h6, body.high-contrast p, body.high-contrast li {
  color: #fff !important;
}
body.high-contrast .site-header {
  background-color: #2d2d2d;
}
body.high-contrast .surtitre {
  color: white;
}
body.high-contrast .close-sidebar {
  color: black;
}
body.high-contrast .accessibility-options button {
  color: black;
}

/* Parallax helpers */
[data-parallax] {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/* Bulles orange (exemple : tu adaptes aux tiennes) */
.bubble {
  position: absolute;
  width: clamp(48px, 8vw, 120px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #ffb59e 0%, #ff855f 40%, #ff6f49 75%, #ff6f49 100%);
  box-shadow: 0 18px 48px rgba(217, 91, 84, 0.25);
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
