html,body{overflow-x: hidden; max-width: 100%;  }
/* ============================================================
   AVENTURES PASSION — feuille de style globale
   Design premium clair : ivoire / vert pin / terracotta / or
   Approche library-first : Bootstrap gère la grille, on ne
   style ici que l'identité (BEM, préfixe ap-).
   ============================================================ */

/* ---------- 1. Tokens & surcharge Bootstrap ---------- */
:root {
  --ap-ivory: #F8F5EF;      /* fond principal */
  --ap-cream: #F1EAE0;      /* fond secondaire */
  --ap-white: #FFFFFF;
  --ap-pine: #14342B;       /* vert pin profond (titres, panneaux) */
  --ap-pine-2: #1C4638;
  --ap-terra: #E2603C;      /* accent principal */
  --ap-terra-d: #C24A28;
  --ap-gold: #C9A24B;       /* accent secondaire */
  --ap-sage: #7C9070;
  --ap-ink: #3E4A42;        /* texte courant */
  --ap-muted: #6E7A70;
  --ap-line: #E6DECF;

  --ap-font-display: "Fraunces", Georgia, serif;
  --ap-font-body: "Manrope", "Segoe UI", sans-serif;

  --ap-radius: 1.25rem;
  --ap-radius-lg: 1.75rem;
  --ap-shadow: 0 18px 45px rgba(20, 52, 43, .10);
  --ap-shadow-lg: 0 28px 70px rgba(20, 52, 43, .18);

  /* Harmonisation Bootstrap avec la charte */
  --bs-body-bg: var(--ap-ivory);
  --bs-body-color: var(--ap-ink);
  --bs-body-font-family: var(--ap-font-family, "Manrope", sans-serif);
  --bs-link-color: var(--ap-terra);
  --bs-link-hover-color: var(--ap-terra-d);
  --bs-border-color: var(--ap-line);
}

/* ---------- 2. Base ---------- */
html { scroll-behavior: smooth; }

body {
  background: var(--ap-ivory);
  color: var(--ap-ink);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden; /* les blobs décoratifs débordent volontairement */
}

h1, h2, h3, .ap-font-display {
  font-family: "Fraunces", Georgia, serif;
  color: var(--ap-pine);
  font-weight: 600;
  letter-spacing: -.01em;
}

::selection { background: var(--ap-terra); color: #fff; }

img { max-width: 100%; }

/* Les photos sont injectées plus tard : on garde un fond chaud
   derrière chaque <img> pour éviter l'effet "cassé" avant build. */
.ap-media {
  background: linear-gradient(135deg, #E9E1D2 0%, #F4EEE2 55%, #EADFC9 100%);
  overflow: hidden;
}
.ap-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- 3. Titres de section & kickers ---------- */
.ap-kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ap-terra);
  margin-bottom: 1rem;
}
.ap-kicker::before {
  content: "";
  width: 2.2rem; height: 2px;
  background: var(--ap-terra);
  border-radius: 2px;
}
.ap-section--pine .ap-kicker { color: var(--ap-gold); }
.ap-section--pine .ap-kicker::before { background: var(--ap-gold); }

.ap-title { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; }
.ap-lead { font-size: 1.12rem; color: var(--ap-muted, #5C675E); }

/* ---------- 4. Sections ---------- */
.ap-section { position: relative; padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.ap-section--cream { background: var(--ap-cream, #F2ECE1); }
.ap-section--white { background: var(--ap-white); }
.ap-section--pine { background: var(--ap-pine); color: #EDE8DC; }
.ap-section--pine h1, .ap-section--pine h2, .ap-section--pine h3 { color: #fff; }
.ap-section--pine .ap-lead { color: rgba(255, 255, 255, .78); }

/* Section à fond image : l'overlay + url(../../images/aventurespassion_600c0a1a4ea46.61691655.jpg) vide sont en inline (consigne) */
.ap-section--cover { color: #fff; }
.ap-section--cover h1, .ap-section--cover h2, .ap-section--cover h3 { color: #fff; }
.ap-section--cover .ap-lead { color: rgba(255, 255, 255, .85); }

/* ---------- 5. Décor (100 % CSS, zéro SVG) ---------- */
.ap-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  pointer-events: none;
  z-index: 0;
}
.ap-blob--terra { background: #F5C9B5; }
.ap-blob--sage  { background: #D5E2C8; }
.ap-blob--gold  { background: #F0E0B4; }
.ap-blob--pine  { background: #2C6B54; }

.ap-dots {
  position: absolute;
  background-image: radial-gradient(rgba(20, 52, 43, .16) 1.6px, transparent 1.6px);
  background-size: 20px 20px;
  pointer-events: none;
}
.ap-dots--light {
  background-image: radial-gradient(rgba(255, 255, 255, .22) 1.6px, transparent 1.6px);
}

.ap-ring {
  position: absolute;
  border: 2px solid rgba(201, 162, 75, .5);
  border-radius: 50%;
  pointer-events: none;
}

/* Grand mot en contour derrière les sections */
.ap-outline-word {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.35em;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: clamp(4.5rem, 12vw, 11rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(20, 52, 43, .12);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.ap-section--pine .ap-outline-word,
.ap-section--cover .ap-outline-word {
  -webkit-text-stroke-color: rgba(255, 255, 255, .14);
}

/* Badge "sticker" incliné */
.ap-sticker {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--ap-gold);
  color: var(--ap-pine);
  font-weight: 800;
  font-size: .85rem;
  padding: .55rem 1.1rem;
  border-radius: 999px;
  box-shadow: var(--ap-shadow);
  transform: rotate(-6deg);
  z-index: 3;
}
.ap-sticker--terra { background: var(--ap-terra); color: #fff; }

/* Image à cadre décalé */
.ap-frame { position: relative; display: block; }
.ap-frame::before {
  content: "";
  position: absolute;
  inset: 1.4rem -1.4rem -1.4rem 1.4rem;
  border: 2px solid var(--ap-gold);
  border-radius: var(--ap-radius);
  pointer-events: none;
}
.ap-frame > * { position: relative; z-index: 1; }

/* Bandeau 18+ réutilisable */
.ap-badge18 {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 2px solid var(--ap-terra);
  color: var(--ap-terra);
  font-weight: 800;
  letter-spacing: .1em;
  border-radius: .8rem;
  padding: .45rem .9rem;
  font-size: .85rem;
}
.ap-section--pine .ap-badge18,
.ap-section--cover .ap-badge18 { border-color: #fff; color: #fff; }

/* ---------- 6. Boutons ---------- */
.ap-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  padding: .8rem 1.7rem;
  font-weight: 800;
  font-size: .95rem;
  border: 2px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  text-decoration: none;
  cursor: pointer;
}
.ap-btn:hover { transform: translateY(-2px); }

.ap-btn--primary { background: var(--ap-terra); border-color: var(--ap-terra); color: #fff; }
.ap-btn--primary:hover { background: var(--ap-terra-d); border-color: var(--ap-terra-d); color: #fff; }

.ap-btn--pine { background: var(--ap-pine); border-color: var(--ap-pine); color: #fff; }
.ap-btn--pine:hover { background: var(--ap-pine-2); color: #fff; }

.ap-btn--outline { background: transparent; border-color: var(--ap-pine); color: var(--ap-pine); }
.ap-btn--outline:hover { background: var(--ap-pine); color: #fff; }

.ap-btn--light { background: #fff; border-color: #fff; color: var(--ap-pine); }
.ap-btn--outline-light { background: transparent; border-color: rgba(255, 255, 255, .7); color: #fff; }
.ap-btn--outline-light:hover { background: #fff; color: var(--ap-pine); }

/* ---------- 7. Topbar + Navbar ---------- */
.ap-topbar {
  background: var(--ap-pine);
  color: #EAE4D6;
  font-size: .82rem;
  font-weight: 600;
  padding: .55rem 0;
}
.ap-topbar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1.6rem;
  justify-content: flex-end;
  align-items: center;
}
.ap-topbar__item { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; color: #E7E1D3; }
.ap-topbar__ico { color: var(--ap-gold); }
.ap-topbar__link:hover { color: var(--ap-gold); }

.ap-navbar {
  background: rgba(248, 245, 239, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: .8rem 0;
  transition: box-shadow .25s ease, padding .2s ease;
}
.ap-navbar.is-scrolled { box-shadow: 0 10px 30px rgba(20, 52, 43, .08); }

/* FIX : le header entier reste collé en haut et passe AU-DESSUS du contenu.
   Sans z-index ici, les blobs/décors des sections passaient par-dessus
   le menu déroulant et rendaient les liens du dropdown inclicables. */
.ap-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.ap-brand { display: inline-flex; align-items: center; gap: .7rem; }
.ap-brand__logo { width: 46px; height: 46px; object-fit: contain; }
.ap-brand__text {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--ap-pine);
}
.ap-brand__accent { color: var(--ap-terra); font-style: italic; }

.ap-nav__link {
  font-weight: 700;
  color: var(--ap-ink) !important;
  font-size: .95rem;
  padding: .5rem 1rem !important;
  border-radius: 999px;
}
.ap-nav__link:hover, .ap-nav__link.active { color: var(--ap-terra); }
.ap-nav__ico { color: var(--ap-gold); }

.ap-burger { border: 1.5px solid var(--ap-line); border-radius: .8rem; padding: .45rem .7rem; color: var(--ap-pine); font-size: 1.15rem; }
.ap-burger:focus { box-shadow: 0 0 0 .2rem rgba(226, 96, 60, .18); }

.ap-dropdown {
  border: 1px solid var(--ap-line);
  border-radius: 1rem;
  padding: .5rem;
  box-shadow: var(--ap-shadow);
  background: #fff;
}
.ap-dropdown .dropdown-item { border-radius: .7rem; font-weight: 700; color: var(--ap-ink); padding: .55rem .9rem; }
.ap-dropdown .dropdown-item:hover { background: #F6EFE3; color: var(--ap-terra); }

/* ---------- 8. Hero ---------- */
.ap-hero { position: relative; padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 7vw, 6rem); }
.ap-hero__title { font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1.04; }
.ap-hero__media-main {
  border-radius: var(--ap-radius);
  aspect-ratio: 4 / 5;
  box-shadow: var(--ap-shadow-lg);
}
.ap-hero__img-sub {
  position: absolute;
  width: 52%;
  bottom: -2.2rem;
  left: -2.5rem;
  border: 6px solid #fff;
  border-radius: 1.1rem;
  box-shadow: var(--ap-shadow);
}
.ap-hero__stats {
  border-top: 1px solid var(--ap-line);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.6rem;
}
.ap-stat__num {
  font-family: "Fraunces", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--ap-terra);
}
.ap-stat__label { font-size: .85rem; font-weight: 600; color: #6E7A6F; }

/* ---------- 9. Marquee ---------- */
.ap-marquee {
  background: var(--ap-pine);
  color: #fff;
  overflow: hidden;
  padding: 1.05rem 0;
  transform: rotate(-1.1deg) scale(1.02);
  box-shadow: var(--ap-shadow);
}
.ap-marquee__track {
  display: flex;
  width: max-content;
  animation: ap-marquee 30s linear infinite;
}
.ap-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding-right: 2.2rem;
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
  white-space: nowrap;
}
.ap-marquee__item i { color: var(--ap-gold); font-size: .9rem; }
@keyframes ap-marquee-move { to { transform: translateX(-50%); } }
.ap-marquee__track { animation: ap-marquee 30s linear infinite; }

/* ---------- 10. Cartes génériques ---------- */
.ap-card {
  background: var(--ap-white);
  border: 1px solid var(--ap-line);
  border-radius: var(--ap-radius);
  overflow: hidden;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ap-card:hover { transform: translateY(-6px); box-shadow: var(--ap-shadow-lg); }

.ap-card__media { aspect-ratio: 4 / 3; }
.ap-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ap-card__body { padding: 1.5rem; background: var(--ap-line);}

/* Pastille de prix / durée */
.ap-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--ap-ivory);
  border: 1px solid var(--ap-line);
  color: var(--ap-pine);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
  padding: .35rem .85rem;
}
.ap-chip--gold { background: #F7EDD6; border-color: #EAD9A8; }
.ap-chip--dark { background: var(--ap-pine); color: #fff; border-color: var(--ap-pine); }

/* Carte séjour / destination */
.ap-trip__price { font-family: "Fraunces", serif; font-size: 1.35rem; color: var(--ap-terra); font-weight: 700; }

/* Icônes en tuile */
.ap-ico {
  width: 3.2rem; height: 3.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #F6EFE2;
  color: var(--ap-terra);
  font-size: 1.25rem;
  flex: 0 0 auto;
}
.ap-ico--pine { background: var(--ap-pine); color: var(--ap-gold); }
.ap-ico--outline { background: transparent; border: 1.5px solid var(--ap-line); }

/* Panneau sombre réutilisable */
.ap-panel {
  background: var(--ap-pine);
  color: #EDE8DC;
  border-radius: var(--ap-radius-lg);
  position: relative;
  overflow: hidden;
}
.ap-panel h2, .ap-panel h3 { color: #fff; }

/* Encadré info (pages légales, notes) */
.ap-note {
  background: #FBF7EE;
  border: 1px dashed #D8CBAE;
  border-radius: 1rem;
  padding: 1.25rem 1.5rem;
}

/* ---------- 11. Étapes / timeline / stats ---------- */
.ap-step__num {
  font-family: "Fraunces", serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.6px var(--ap-gold);
}

.ap-timeline { list-style: none; margin: 0; padding: 0 0 0 1.4rem; border-left: 2px solid var(--ap-line); }
.ap-timeline__item { position: relative; padding: 0 0 1.8rem 1.4rem; }
.ap-timeline__item:last-child { padding-bottom: 0; }
.ap-timeline__item::before {
  content: "";
  position: absolute;
  left: -1.85rem; top: .35rem;
  width: .9rem; height: .9rem;
  border-radius: 50%;
  background: var(--ap-terra);
  border: 3px solid var(--ap-ivory);
  box-shadow: 0 0 0 2px var(--ap-terra);
}
.ap-timeline__year { font-family: "Fraunces", serif; font-weight: 700; color: var(--ap-terra); font-size: 1.15rem; }

/* Avis */
.ap-stars { color: var(--ap-gold); letter-spacing: .15em; font-size: .9rem; }
.ap-review__author { font-weight: 800; color: var(--ap-pine); }

/* ---------- 12. Formulaires ---------- */
.form-control, .form-select {
  border-radius: .9rem;
  border: 1px solid var(--ap-line);
  padding: .85rem 1.1rem;
  background-color: #fff;
  font-weight: 500;
}
.form-control:focus, .form-select:focus {
  border-color: var(--ap-terra);
  box-shadow: 0 0 0 .22rem rgba(226, 96, 60, .15);
}
.form-label { font-weight: 700; font-size: .9rem; color: var(--ap-pine); }

/* Accordéon FAQ */
.accordion-item { background: transparent; border: 0; border-bottom: 1px solid var(--ap-line); }
.accordion-button {
  background: transparent;
  color: var(--ap-pine);
  font-weight: 800;
  font-family: "Fraunces", serif;
  font-size: 1.08rem;
  padding: 1.25rem .5rem;
}
.accordion-button:not(.collapsed) { background: transparent; color: var(--ap-terra); box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-button::after { filter: hue-rotate(120deg) saturate(2); }
.accordion-body { color: #5C675E; padding-top: 0; }

/* ---------- 13. Toasts (notification simple, jamais d'alert) ---------- */
.ap-toast-wrap {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1090;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  max-width: min(92vw, 380px);
}
.ap-toast {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  background: var(--ap-pine);
  color: #fff;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  box-shadow: var(--ap-shadow-lg);
  animation: ap-toast-in .3s ease;
  font-weight: 600;
  font-size: .95rem;
}
.ap-toast__ico { color: var(--ap-gold); margin-top: .1rem; }
.ap-toast--error { background: var(--ap-terra-d); }
.ap-toast.is-leaving { opacity: 0; transform: translateY(8px); transition: opacity .3s ease; }
@keyframes ap-toast-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* ---------- 14. Modale réservation ---------- */
.ap-modal .modal-content {
  border: 0;
  border-radius: var(--ap-radius-lg);
  box-shadow: var(--ap-shadow-lg);
  background: var(--ap-ivory);
}
.ap-modal .modal-header { border: 0; }
.ap-modal .modal-title { font-family: "Fraunces", serif; color: var(--ap-pine); font-weight: 700; }

/* ---------- 15. Bandeau cookies (accueil uniquement) ---------- */
.ap-cookie {
  position: fixed;
  z-index: 1085;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: min(94vw, 620px);
  background: #fff;
  border: 1px solid var(--ap-line);
  border-radius: 1.4rem;
  box-shadow: var(--ap-shadow-lg);
  padding: 1.4rem 1.5rem;
  display: none;
}
.ap-cookie.is-visible { display: block; animation: ap-toast-in .35s ease; }

/* ---------- 16. Footer ---------- */
.ap-footer {
  background: var(--ap-pine);
  color: #D9D4C5;
  padding: clamp(3rem, 6vw, 5rem) 0 0;
  font-size: .95rem;
}
.ap-brand--footer .ap-brand__text { color: #fff; }

.ap-footer__title {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}
.ap-footer__title::after {
  content: "";
  display: block;
  width: 2rem; height: 2px;
  background: var(--ap-gold);
  margin-top: .5rem;
  border-radius: 2px;
}

.ap-footer__blurb { color: rgba(255, 255, 255, .72); max-width: 30ch; }

.ap-footer__list, .ap-footer__contacts, .ap-footer__legal {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ap-footer__list li + li, .ap-footer__contacts li + li { margin-top: .55rem; }

.ap-footer a { color: rgba(255, 255, 255, .78); text-decoration: none; transition: color .2s ease; }
.ap-footer a:hover { color: var(--ap-gold); }

.ap-footer__contacts li { display: flex; gap: .7rem; align-items: baseline; color: rgba(255, 255, 255, .85); font-weight: 600; }
.ap-footer__ico { color: var(--ap-gold); width: 1.1rem; }

.ap-footer__small { color: rgba(255, 255, 255, .62); font-size: .85rem; line-height: 1.7; }

.ap-social {
  display: flex;
  gap: .6rem;
  margin-top: 1.1rem;
}
.ap-social a {
  width: 2.6rem; height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  color: #fff;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.ap-social a:hover { background: var(--ap-terra); border-color: var(--ap-terra); color: #fff; transform: translateY(-3px); }

.ap-footer__bottom {
  margin-top: 3rem;
  padding: 1.3rem 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.ap-footer__copy { color: rgba(255, 255, 255, .6); font-size: .88rem; }
.ap-footer__legal { display: flex; gap: 1.4rem; flex-wrap: wrap; font-size: .88rem; }

/* ---------- 17. Responsive ---------- */
@media (max-width: 991.98px) {
  .ap-navbar__cta { margin-top: .75rem; }
  .ap-topbar__inner { justify-content: center; gap: .4rem 1.2rem; }
  .ap-hero__img-stack { margin-top: 2.5rem; }
}

@media (max-width: 575.98px) {
  .ap-topbar { font-size: .74rem; }
  .ap-topbar__inner { justify-content: flex-start; }
  .ap-sticker { font-size: .72rem; padding: .4rem .8rem; }
  .ap-footer__contacts li{font-size: .6rem;}
}

/* Accessibilité : on respecte la préférence de réduction d'animations */
@media (prefers-reduced-motion: reduce) {
  .ap-marquee__track { animation: none; }
  html { scroll-behavior: auto; }
}

/* TODO (retours design à prévoir) :
   - ajuster l'opacité des blobs selon les vraies photos,
   - vérifier le contraste des chips sur fond image sombre,
   - prévoir un état hover spécifique mobile (pas de hover). */

/* ============================================================
   COMPOSANTS DE PAGES — ajoutés après relecture des maquettes
   (aliases + variantes utilisées dans les pages internes)
   ============================================================ */

/* Titres & textes utilitaires */
.ap-title-lg { font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.1; }
.ap-text-sm { font-size: .95rem; color: #5C675E; }
.ap-section--pine .ap-text-sm,
.ap-section--cover .ap-text-sm,
.ap-panel .ap-text-sm { color: rgba(255, 255, 255, .8); }

/* Boutons : alias + petite taille */
.ap-btn--dark { background: var(--ap-pine); border-color: var(--ap-pine); color: #fff; }
.ap-btn--dark:hover { background: var(--ap-pine-2); border-color: var(--ap-pine-2); color: #fff; }
.ap-btn--sm { padding: .55rem 1.2rem; font-size: .85rem; }

/* Kicker clair sur fond image / panneau sombre */
.ap-kicker--light { color: var(--ap-gold); }
.ap-kicker--light::before { background: var(--ap-gold); }

/* Hero : images superposées + stickers + stats */
.ap-hero__img-main {
  width: 100%; height: auto; aspect-ratio: 4 / 4.6; object-fit: cover;
  border-radius: var(--ap-radius); box-shadow: var(--ap-shadow-lg); display: block;
}
.ap-hero__img-side {
  width: 100%; height: auto; aspect-ratio: 4 / 3.4; object-fit: cover;
  border-radius: 1.2rem; border: 5px solid #fff; box-shadow: var(--ap-shadow); display: block;
}
.ap-hero__sticker { top: -1rem; right: -.6rem; }
.ap-hero__trust { color: var(--ap-pine); font-weight: 700; font-size: .92rem; }
.ap-hero__trust i { color: var(--ap-terra); margin-right: .45rem; }
.ap-hero__stats { border-top: 1px solid var(--ap-line); padding-top: 1.4rem; }
.ap-hero__stats dt { margin-bottom: .15rem; }
dl.ap-hero__stats, dl.ap-hero__stats > div { margin: 0; }

/* Positions des blobs */
.ap-blob--tl { top: -8rem; left: -8rem; width: 26rem; height: 26rem; }
.ap-blob--br { bottom: -10rem; right: -8rem; width: 30rem; height: 30rem; }
.ap-dots--hero { top: 8%; right: 4%; width: 220px; height: 160px; opacity: .5; }

/* Cartes : variantes */
.ap-card--flat { box-shadow: none; }
.ap-card--flat:hover { transform: none; box-shadow: var(--ap-shadow); }
.ap-card--media .ap-card__media { background: linear-gradient(135deg, #E7DFCE, #F3EDDF); }
.ap-card--trip .ap-card__body { display: flex; flex-direction: column; }
.ap-card--trip .ap-card__media { background: linear-gradient(135deg, #E7DFCE, #F3EDDF); }
.ap-card--event .ap-card__media { background: linear-gradient(135deg, #E7DFCE, #F3EDDF); }
.ap-card--event .ap-card__body { display: flex; flex-direction: column; gap: .35rem; }
.ap-card--review { font-style: italic; }
.ap-card--cta { background: var(--ap-pine); border-color: var(--ap-pine); }
.ap-card--cta:hover { transform: none; }
.ap-card__media--short { aspect-ratio: 16 / 9; }

/* Mini-carte (teaser casino) */
.ap-mini-card {
  position: relative; background: #fff; border-radius: 1.1rem; overflow: hidden;
  box-shadow: var(--ap-shadow); height: 100%; padding: 1rem; font-size: .88rem; color: var(--ap-ink);
}
.ap-mini-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: .8rem; background: #E7DFCE; }
.ap-mini-card__tag {
  position: absolute; top: .8rem; left: .8rem;
  background: var(--ap-gold); color: var(--ap-pine);
  font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: .3rem .7rem; border-radius: 999px;
}
.ap-mini-card p { margin-top: .7rem; }

/* Lien fléché */
.ap-link-arrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-weight: 800; color: var(--ap-terra); text-decoration: none; font-size: .95rem;
}
.ap-link-arrow i { transition: transform .2s ease; }
.ap-link-arrow:hover i { transform: translateX(4px); }
.ap-link-arrow:hover { color: var(--ap-terra-d); }

/* Note / évaluation */
.ap-rating { display: flex; flex-direction: column; gap: .3rem; }
.ap-rating__num {
  font-family: "Fraunces", serif; font-size: 3.2rem; font-weight: 700;
  color: var(--ap-terra); line-height: 1;
}
.ap-event__date { position: relative; z-index: 2; margin: -1rem 0 0 1.25rem; box-shadow: var(--ap-shadow); }

/* Checklists (inclus / non inclus) */
.ap-checklist li { display: flex; gap: .7rem; align-items: baseline; padding: .4rem 0; color: var(--ap-ink); font-size: .95rem; }
.ap-checklist li i { color: var(--ap-sage, #7C9070); }
.ap-checklist--muted li i { color: #B9AE97; }

/* Étapes en cartes */
.ap-step { display: flex; gap: 1.1rem; align-items: flex-start; }
.ap-step + .ap-step { margin-top: 1.6rem; }
.ap-step--card {
  background: #fff; border: 1px solid var(--ap-line); border-radius: var(--ap-radius);
  padding: 1.5rem; height: 100%; display: block; transition: transform .2s ease, box-shadow .2s ease;
}
.ap-step--card:hover { transform: translateY(-4px); box-shadow: var(--ap-shadow); }

/* Panneau à image de fond (teaser casino) */
.ap-panel--img {
  background-size: cover; background-position: center;
  padding: clamp(2rem, 4.5vw, 3.75rem);
}
.ap-panel--img .ap-lead { color: rgba(255, 255, 255, .85); }
.ap-panel__legal {
  border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 1.1rem;
  color: rgba(255, 255, 255, .75); font-size: .82rem;
}
.ap-panel--cta { padding: clamp(1.75rem, 3.5vw, 2.75rem); }
.ap-panel--cta .ap-lead { color: rgba(255, 255, 255, .82); }

/* Carte verre (sur fond image) */
.ap-glass-card {
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 1.2rem; padding: 1.4rem; height: 100%;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.ap-glass-card .ap-text-sm { color: rgba(255, 255, 255, .8); }

/* Image arrondie simple */
.ap-img-rounded { width: 100%; object-fit: cover; border-radius: var(--ap-radius); box-shadow: var(--ap-shadow); display: block; }

/* Accordion : respiration sur fond sombre */
.ap-accordion .accordion-item { border-bottom-color: rgba(255, 255, 255, .18); }
.ap-section--cover .accordion-button { color: #fff; }
.ap-section--cover .accordion-button:not(.collapsed) { color: var(--ap-gold); }
.ap-section--cover .accordion-body { color: rgba(255, 255, 255, .8); }
.ap-section--cover .accordion-button::after { filter: brightness(4); }

/* Timeline : liste des étapes numérotées */
.ap-steps { counter-reset: apsteps; }
.ap-steps .ap-step + .ap-step { margin-top: 1.4rem; }

/* TODO design :
   - harmoniser ap-btn--dark / ap-btn--pine (doublon volontaire pour lisibilité des pages),
   - ajuster ap-hero__sticker en mobile (passer en statique si chevauchement). */

/* Blocs "feature" simples (pages destinations / à propos) */
.ap-feature {
  background: #fff; border: 1px solid var(--ap-line); border-radius: 1.2rem;
  padding: 1.5rem; height: 100%;
}

/* Galerie */
.ap-gallery__item { margin: 0; overflow: hidden; border-radius: var(--ap-radius); box-shadow: var(--ap-shadow); }
.ap-gallery__item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  aspect-ratio: 4 / 3; background: linear-gradient(135deg, #E7DFCE, #F3EDDF);
  transition: transform .35s ease;
}
.ap-gallery__item:hover img { transform: scale(1.04); }
.ap-gallery__item--wide img { aspect-ratio: 16 / 7; }

/* Cartes équipe (page à propos) */
.ap-card--team .ap-card__body { padding: 1.25rem 1.5rem 1.5rem; }
.ap-card__media--portrait { aspect-ratio: 3 / 3.4; background: linear-gradient(135deg, #E7DFCE, #F3EDDF); }

/* Carte Google Maps (page contacts) */
.ap-map { border-radius: var(--ap-radius-lg); overflow: hidden; box-shadow: var(--ap-shadow); border: 1px solid var(--ap-line); }
.ap-map iframe { border: 0; display: block; }

/* Lien social carré (hors footer) */
.ap-social__link {
  width: 3rem; height: 3rem; display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--ap-line); border-radius: 1rem; color: var(--ap-pine);
  font-size: 1.1rem; text-decoration: none; transition: all .2s ease;
}
.ap-social__link:hover { background: var(--ap-terra); border-color: var(--ap-terra); color: #fff; transform: translateY(-3px); }

/* Tableaux (page cookies) */
.ap-table { border-radius: 1.2rem; border: 1px solid var(--ap-line); background: #fff; box-shadow: var(--ap-shadow); }
.ap-table .table { margin: 0; --bs-table-color: var(--ap-ink); }
.ap-table thead th { font-family: "Fraunces", serif; color: var(--ap-pine); font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.ap-table td { font-size: .92rem; color: #5C675E; }
.ap-table code { color: var(--ap-terra); background: #F6EFE3; padding: .15rem .45rem; border-radius: .5rem; }
