/* ============================================================
   styles_circuit_randonnee.css — Feuille de style locale
   Généré automatiquement le 2026-09-25
   ============================================================

   Source : extraction des blocs <style> de 4 fichier(s) HTML
   Blocs uniques : 4
   Blocs fusionnés : 8

   ⚠️ Ne pas modifier manuellement sans précaution.
   Les modifications peuvent être écrasées par une nouvelle
   extraction depuis les fichiers HTML d'origine.
   ============================================================ */

/* ============================================================
   1. STYLES EXTRAITS DES PAGES HTML
   ============================================================ */

/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 25.9 Ko
   Source (circuit-cap-vert-trek-2-iles-sao-vicente-santo-antao-ref-73744.html)
   ---------------------------------------------------------- */
:root {
      --gold:       #b89856;
      --gold-light: #d4b87a;
      --gold-pale:  #f0e8d0;
      --ocean:      #0d3d56;
      --ocean-deep: #071e2b;
      --sand:       #f5f0e8;
      --white:      #ffffff;
      --text:       #1a1a1a;
      --text-muted: #4a4a4a;
      --green:      #2d6a4f;
      --serif: 'Lora', Georgia, serif;
      --sans:  'Jost', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
    body { font-family: var(--sans); color: var(--text); overflow-x: hidden; background: var(--white); margin: 0;   font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }

    /* ── NAV ── */
    .cv-nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 200;
      display: flex; align-items: center; justify-content: space-between;
      padding: .9rem 2.5rem;
      background: rgba(7,30,43,.95); backdrop-filter: blur(10px);
    }
    .cv-logo { font-family: var(--serif); font-size: 1.55rem; font-weight: 400;
               color: #fff; text-decoration: none; letter-spacing: .05em; }
    .cv-logo span { color: var(--gold); }
    .cv-nav-links { display: flex; gap: 1.8rem; list-style: none; margin: 0; padding: 0; align-items: center; }
    .cv-nav-links > li { position: relative; }
    .cv-nav-links > li > a { 
      color: rgba(255,255,255,.82); text-decoration: none;
      font-size: .78rem; font-weight: 500; letter-spacing: .12em;
      text-transform: uppercase; transition: color .2s;
      display: flex; align-items: center; gap: 4px;
      cursor: pointer;
      background: none;
      border: none;
      font-family: inherit;
      padding: 0;
    }
    .cv-nav-links > li > a:hover { color: var(--gold-light); }
    .cv-nav-links > li > a .arrow { font-size: .5rem; transition: transform .25s; margin-left: 2px; }
    .cv-nav-links > li:hover > a .arrow { transform: rotate(180deg); }

    /* Dropdown */
    .cv-dropdown {
      position: absolute; top: 100%; left: 0; 
      background: rgba(7,30,43,.98); backdrop-filter: blur(10px);
      min-width: 200px; padding: .5rem 0;
      border-radius: 4px;
      opacity: 0; pointer-events: none;
      transform: translateY(-4px);
      transition: opacity .2s ease, transform .2s ease;
      box-shadow: 0 12px 32px rgba(0,0,0,.3);
    }
    .cv-nav-links > li:hover .cv-dropdown {
      opacity: 1; pointer-events: auto; transform: translateY(0);
    }
    .cv-dropdown a {
      display: block; padding: .6rem 1.2rem;
      color: rgba(255,255,255,.75); text-decoration: none;
      font-size: .75rem; font-weight: 400; letter-spacing: .04em;
      transition: color .2s, background .2s;
    }
    .cv-dropdown a:hover { color: #fff; background: rgba(184,152,86,.15); }

    .cv-nav-cta {
      background: var(--gold) !important;
      color: var(--ocean-deep) !important;
      padding: .6rem 1.8rem !important;
      font-weight: 600 !important;
      border-radius: 4px;
      font-size: .75rem !important;
      letter-spacing: .12em !important;
    }
    .cv-nav-cta:hover { background: var(--gold-light) !important; color: var(--ocean-deep) !important; }

    /* ── HERO UNIQUE AVEC TITRE ── */
    .cv-hero-single {
      margin-top: 60px;
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
      background: var(--ocean-deep);
    }
    .cv-hero-single img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s ease;
    }
    .cv-hero-single:hover img {
      transform: scale(1.03);
      filter: brightness(.9);
    }
    .cv-hero-single .cv-cat-pill {
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      z-index: 3;
      background: var(--gold);
      color: var(--ocean-deep);
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      padding: .4rem 1rem;
      border-radius: 2px;
    }
    .cv-hero-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      padding: 3rem 3rem 2.5rem;
      background: linear-gradient(to top, rgba(7,30,43,.92) 0%, rgba(7,30,43,.6) 50%, transparent 100%);
    }
    .cv-hero-overlay h1 {
      font-family: var(--serif);
      font-size: clamp(1.8rem, 4vw, 3.2rem);
      font-weight: 400;
      color: #fff;
      margin: 0 0 .6rem;
      line-height: 1.15;
      max-width: 80%;
    }
    .cv-hero-overlay h1 em {
      font-style: italic;
      color: var(--gold-light);
    }
    .cv-hero-overlay p {
      font-size: clamp(1rem, 1.2vw, 1.2rem);
      color: rgba(255,255,255,.85);
      font-weight: 300;
      max-width: 70%;
      margin: 0;
      line-height: 1.6;
    }
    .cv-hero-overlay .cv-hero-meta {
      display: flex;
      gap: 1.8rem;
      flex-wrap: wrap;
      margin-top: 1.2rem;
      font-size: .8rem;
      color: rgba(255,255,255,.75);
    }
    .cv-hero-overlay .cv-hero-meta span {
      display: flex;
      align-items: center;
      gap: .4rem;
    }
    .cv-hero-overlay .cv-hero-meta strong {
      color: #fff;
      font-weight: 500;
    }
    @media (max-width: 640px) {
      .cv-hero-single {
        height: 380px;
        margin-top: 60px;
      }
      .cv-hero-single .cv-cat-pill {
        top: 1rem;
        left: 1rem;
        font-size: .55rem;
        padding: .3rem .7rem;
      }
      .cv-hero-overlay {
        padding: 2rem 1.2rem 1.5rem;
      }
      .cv-hero-overlay h1 {
        max-width: 100%;
        font-size: 1.6rem;
      }
      .cv-hero-overlay p {
        max-width: 100%;
        font-size: .9rem;
      }
      .cv-hero-overlay .cv-hero-meta {
        gap: .8rem;
        font-size: .7rem;
      }
    }

    /* ── GALERIE INTERNE ── */
    .cv-gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
    }
    .cv-gallery-item {
      overflow: hidden;
      aspect-ratio: 4 / 3;
      background: var(--ocean-deep);
      cursor: pointer;
    }
    .cv-gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .4s ease, filter .4s ease;
      filter: brightness(.9);
      display: block;
    }
    .cv-gallery-item:hover img {
      transform: scale(1.06);
      filter: brightness(.75);
    }
    @media (max-width: 640px) {
      .cv-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
      }
    }

    /* ── STICKY ANCHOR NAV ── */
    .cv-anchor-nav {
      position: sticky; top: 60px; z-index: 100;
      background: var(--white); border-bottom: 1px solid rgba(0,0,0,.09);
      display: flex; align-items: center; overflow-x: auto; scrollbar-width: none;
      padding: 0 2.5rem;
    }
    .cv-anchor-nav::-webkit-scrollbar { display: none; }
    .cv-anchor-btn {
      padding: 1rem 1.4rem; border: none; border-bottom: 2px solid transparent;
      background: none; cursor: pointer; white-space: nowrap;
      font-family: var(--sans); font-size: .78rem; font-weight: 500;
      letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted);
      transition: color .2s, border-color .2s; text-decoration: none; display: block;
    }
    .cv-anchor-btn:hover { color: var(--ocean); }
    .cv-anchor-btn.active { color: var(--ocean); border-bottom-color: var(--gold); font-weight: 600; }

    /* ── LAYOUT ── */
    .cv-wrap { max-width: 1260px; margin: 0 auto; padding: 2.5rem; }
    .cv-breadcrumb {
      font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
      color: var(--text-muted); margin-bottom: 1.5rem;
    }
    .cv-breadcrumb a { color: var(--ocean); text-decoration: none; }
    .cv-breadcrumb a:hover { text-decoration: underline; }

    /* ── TITRE CIRCUIT ── */
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: .5rem; }
    .cv-circuit-head h1 { font-family: var(--serif); font-size: clamp(1.9rem,3.5vw,3rem); font-weight: 400; line-height: 1.2; margin: 0 0 1rem; }
    .cv-circuit-head h1 em { font-style: italic; color: var(--ocean); }
    .cv-meta-strip {
      display: flex; gap: 2rem; flex-wrap: wrap; align-items: center;
      padding: 1.2rem 1.5rem; background: var(--sand); margin-bottom: 1.5rem;
    }
    .cv-meta-item { display: flex; align-items: center; gap: .4rem; font-size: .85rem; color: var(--text-muted); }
    .cv-meta-item strong { color: var(--text); font-weight: 600; }
    .cv-stars-inline { color: var(--gold); font-size: .85rem; letter-spacing: 2px; }

    /* ── INCLUDES BADGES ── */
    .cv-includes-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 2rem; }
    .cv-inc { background: var(--ocean); color: #fff; font-size: .68rem; font-weight: 500; letter-spacing: .06em; padding: .35rem .8rem; }
    .cv-inc-opt { background: var(--sand); color: var(--ocean); border: 1px solid rgba(13,61,86,.2); font-size: .68rem; font-weight: 500; letter-spacing: .06em; padding: .35rem .8rem; }

    /* ── TABS CONTENT ── */
    .cv-tab-panel { display: none; }
    .cv-tab-panel.active { display: block; }

    /* ── PROGRAMME ── */
    .cv-programme { position: relative; }
    .cv-programme::before {
      content: ''; position: absolute; left: 22px; top: 0; bottom: 0;
      width: 1px; background: linear-gradient(to bottom, var(--gold), rgba(184,152,86,.1));
    }
    .cv-day {
      display: flex; gap: 1.5rem; margin-bottom: 0; position: relative;
    }
    .cv-day-marker {
      flex-shrink: 0; width: 44px; height: 44px;
      background: var(--ocean-deep); border: 2px solid var(--gold);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-family: var(--serif); font-size: .85rem; color: var(--gold);
      font-style: italic; z-index: 1; margin-top: .2rem;
    }
    .cv-day-content {
      flex: 1; padding-bottom: 2rem;
    }
    .cv-day-header {
      display: flex; align-items: baseline; gap: .8rem; margin-bottom: .6rem; flex-wrap: wrap;
    }
    .cv-day-num {
      font-size: .65rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
      color: var(--gold); white-space: nowrap;
    }
    .cv-day-title {
      font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--text);
    }
    .cv-day-ile {
      font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
      background: var(--sand); color: var(--ocean); padding: .15rem .6rem;
    }
    .cv-day-body {
      font-size: .9rem; color: var(--text-muted); line-height: 1.75; font-weight: 400;
    }
    .cv-day-body p { margin: 0 0 .6rem; }
    .cv-day-highlight {
      border-left: 2px solid var(--gold); padding: .6rem 1rem;
      background: var(--gold-pale); margin: .8rem 0; font-size: .86rem;
      color: var(--ocean-deep); line-height: 1.65;
    }
    .cv-day-img {
      width: 100%; max-height: 200px; object-fit: cover; margin-top: .8rem;
      filter: brightness(.9);
    }

    /* ── INCLUS / NON INCLUS ── */
    .cv-inclus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .cv-inclus-box { padding: 1.5rem; }
    .cv-inclus-box h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; margin: 0 0 1rem; }
    .cv-inclus-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; }
    .cv-inclus-box li { font-size: .86rem; color: var(--text-muted); display: flex; gap: .6rem; line-height: 1.5; }
    .cv-check { color: var(--green); font-weight: 700; flex-shrink: 0; }
    .cv-cross  { color: #c0392b; font-weight: 700; flex-shrink: 0; }
    .cv-inclus-note {
      margin-top: 1.5rem; padding: 1rem 1.2rem;
      background: var(--sand); border-left: 3px solid var(--gold);
      font-size: .84rem; color: var(--text-muted); line-height: 1.65;
    }

    /* ── INFOS PRATIQUES ── */
    .cv-infos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .cv-info-card {
      padding: 1.4rem; border: 1px solid rgba(0,0,0,.08);
      border-top: 2px solid var(--gold);
    }
    .cv-info-card h4 {
      font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
      color: var(--gold); margin: 0 0 .6rem;
    }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    /* ── AVIS ── */
    .cv-avis-list { display: flex; flex-direction: column; gap: 1.2rem; }
    .cv-avis-item {
      padding: 1.5rem; border: 1px solid rgba(0,0,0,.08); position: relative;
      border-top: 2px solid var(--gold);
    }
    .cv-stars { color: var(--gold); font-size: .88rem; letter-spacing: 2px; margin-bottom: .6rem; }
    .cv-avis-text { font-family: var(--serif); font-size: 1rem; font-style: italic; line-height: 1.65; margin-bottom: .8rem; }
    .cv-avis-footer { display: flex; align-items: center; gap: .6rem; }
    .cv-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--ocean); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: .85rem; color: var(--gold-light); font-style: italic; }
    .cv-avis-name { font-size: .76rem; font-weight: 600; }
    .cv-avis-date { font-size: .7rem; color: var(--text-muted); }

    /* ── SIDEBAR STICKY ── */
    .cv-sidebar { position: sticky; top: 110px; }

    /* Prix box */
    .cv-price-box {
      border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold);
      padding: 1.8rem; margin-bottom: 1.2rem;
    }
    .cv-price-label { font-size: .65rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: .3rem; }
    .cv-price-big { font-family: var(--serif); font-size: 2.5rem; font-weight: 300; color: var(--ocean); line-height: 1; }
    .cv-price-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.2rem; }
    .cv-price-detail { border-top: 1px solid rgba(0,0,0,.07); padding-top: 1rem; margin-bottom: 1.2rem; }
    .cv-price-row { display: flex; justify-content: space-between; font-size: .8rem; margin-bottom: .4rem; color: var(--text-muted); }
    .cv-price-row strong { color: var(--text); }

    .cv-btn-cta {
      display: block; width: 100%; background: var(--gold); color: var(--ocean-deep);
      border: none; padding: 1rem; font-family: var(--sans); font-size: .78rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase; cursor: pointer; text-align: center;
      text-decoration: none; transition: background .2s; margin-bottom: .7rem;
    }
    .cv-btn-cta:hover { background: var(--gold-light); }
    .cv-btn-cta-outline {
      display: block; width: 100%; background: none; color: var(--ocean);
      border: 1px solid var(--ocean); padding: .9rem; font-family: var(--sans); font-size: .78rem; font-weight: 600;
      letter-spacing: .12em; text-transform: uppercase; cursor: pointer; text-align: center;
      text-decoration: none; transition: background .2s, color .2s;
    }
    .cv-btn-cta-outline:hover { background: var(--ocean); color: #fff; }
    .cv-price-reassure { font-size: .74rem; color: var(--text-muted); text-align: center; margin-top: .8rem; line-height: 1.5; }
    .cv-price-reassure span { display: block; }

    /* Expert box */
    .cv-expert-box { padding: 1.5rem; background: var(--ocean-deep); margin-bottom: 1.2rem; }
    .cv-expert-box h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; color: #fff; margin: 0 0 .5rem; }
    .cv-expert-box p { font-size: .78rem; color: rgba(255,255,255,.55); line-height: 1.6; margin: 0 0 1rem; font-weight: 400; }
    .cv-expert-phone { font-size: .85rem; color: var(--gold-light); font-weight: 600; }

    /* Trust mini */
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0 0 .8rem; }
    .cv-trust-mini ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
    .cv-trust-mini li { font-size: .78rem; color: var(--text-muted); display: flex; gap: .4rem; }
    .cv-trust-mini li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }

    /* ── CIRCUITS SIMILAIRES ── */
    .cv-similar { background: var(--sand); padding: 3.5rem 2.5rem; }
    .cv-similar h2 { font-family: var(--serif); font-size: 1.8rem; font-weight: 500; margin: 0 0 2rem; }
    .cv-similar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
    .cv-sim-card { background: var(--white); text-decoration: none; color: inherit; display: block; transition: box-shadow .3s, transform .2s; }
    .cv-sim-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); transform: translateY(-3px); }
    .cv-sim-img { height: 160px; overflow: hidden; }
    .cv-sim-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; filter: brightness(.88); }
    .cv-sim-card:hover .cv-sim-img img { transform: scale(1.06); }
    .cv-sim-body { padding: 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.1rem; margin: 0 0 .4rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .75rem; color: var(--text-muted); }
    .cv-sim-price { font-family: var(--serif); font-size: 1.2rem; color: var(--ocean); float: right; }

    /* ── FOOTER ── */
    .cv-footer { background: var(--ocean-deep); padding: 3rem 2.5rem; }
    .cv-footer-logo { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; color: #fff; letter-spacing: .05em; display: block; margin-bottom: .7rem; }
    .cv-footer-logo span { color: var(--gold); }
    .cv-footer p, .cv-footer a { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.7; font-weight: 300; text-decoration: none; transition: color .2s; }
    .cv-footer a:hover { color: var(--gold-light); }
    .cv-footer h5 { font-size: .65rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 0 0 1rem; }
    .cv-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
    .cv-footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 1.1rem 2.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .7rem; color: rgba(255,255,255,.28); background: var(--ocean-deep); }

    /* ── REVEAL ── */
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }

    /* ── RESPONSIVE ── */
    @media (max-width: 960px) {
      .cv-inclus-grid { grid-template-columns: 1fr; }
      .cv-infos-grid { grid-template-columns: 1fr 1fr; }
      .cv-similar-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 640px) {
      .cv-wrap { padding: 1.2rem; }
      .cv-infos-grid { grid-template-columns: 1fr; }
      .cv-similar-grid { grid-template-columns: 1fr; }
      .cv-meta-strip { gap: 1rem; }
      .cv-similar { padding: 2.5rem 1.2rem; }
      .cv-anchor-nav { padding: 0 0.5rem; }
    }
  
    /* ── HAMBURGER ── */
    .cv-hamburger {
      display: none; flex-direction: column; justify-content: center; gap: 5px;
      width: 36px; height: 36px; cursor: pointer;
      background: none; border: none; padding: 4px; z-index: 300;
    }
    .cv-hamburger span {
      display: block; height: 2px; background: #fff; border-radius: 2px;
      transition: transform .3s, opacity .3s, width .3s;
      transform-origin: center;
    }
    .cv-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .cv-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
    .cv-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ── DRAWER MOBILE ── */
    .cv-drawer {
      position: fixed; inset: 0; z-index: 250;
      background: var(--ocean-deep);
      display: flex; flex-direction: column;
      padding: 5rem 2rem 2rem;
      transform: translateX(100%);
      transition: transform .35s cubic-bezier(.4,0,.2,1);
      overflow-y: auto;
    }
    .cv-drawer.open { transform: translateX(0); }
    .cv-drawer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
    .cv-drawer-links li { border-bottom: 1px solid rgba(255,255,255,.07); }
    .cv-drawer-links a {
      display: block; padding: 1.1rem 0;
      color: rgba(255,255,255,.85); text-decoration: none;
      font-size: 1rem; font-weight: 500; letter-spacing: .08em;
      text-transform: uppercase; transition: color .2s;
    }
    .cv-drawer-links a:hover { color: var(--gold-light); }
    .cv-drawer-cta {
      margin-top: 2rem;
      display: block; background: var(--gold); color: var(--ocean-deep) !important;
      text-align: center; padding: 1rem; font-weight: 700 !important;
      font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
    }
    .cv-drawer-contact {
      margin-top: auto; padding-top: 2rem;
      font-size: .8rem; color: rgba(255,255,255,.4); line-height: 1.8;
    }
    .cv-drawer-contact a { color: var(--gold-light); text-decoration: none; }
    .cv-drawer-sub { flex-direction: column; gap: 0; padding-left: 1rem; display: none; }
    .cv-drawer-sub.open { display: flex; }
    .cv-drawer-sub a {
      font-size: .82rem !important; padding: .7rem 0 !important;
      color: rgba(255,255,255,.55) !important; letter-spacing: .06em !important;
      text-transform: none !important;
    }
    .cv-drawer-toggle {
      display: flex; justify-content: space-between; align-items: center;
      cursor: pointer; width: 100%; background: none; border: none;
      text-align: left; padding: 1.1rem 0;
      color: rgba(255,255,255,.85); font-family: var(--sans);
      font-size: 1rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
    }
    .cv-drawer-arrow { color: var(--gold); font-size: .75rem; transition: transform .25s; }
    .cv-drawer-arrow.open { transform: rotate(180deg); }

    /* ── BOUTON FERMER DRAWER ── */
    .cv-drawer-close {
      position: absolute; top: 1rem; right: 1.2rem;
      background: none; border: none; cursor: pointer;
      width: 40px; height: 40px;
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.6);
      transition: color .2s, transform .2s;
    }
    .cv-drawer-close:hover { color: var(--gold-light); transform: rotate(90deg); }
    .cv-drawer-close svg { width: 22px; height: 22px; }
    @media (max-width: 900px) {
      .cv-nav-links { display: none !important; }
      .cv-hamburger { display: flex; }
    }

    /* ── BLOC SIDEBAR MOBILE ── */
    .cv-mobile-sidebar {
      margin: 2rem 0 1.5rem;
    }
    .cv-mobile-sidebar .cv-price-box {
      margin-bottom: 1.2rem;
    }
    @media (min-width: 993px) {
      .cv-mobile-sidebar {
        display: none !important;
      }
    }

  
    /* ═══════ CORRECTIONS SEO / A11Y / CRO ═══════ */
    :root { --gold-dark: #8a6e30; }.cv-tag, .cv-day-num, .cv-info-card h4, .cv-trust-mini h4, .cv-sim-tag,
    .cv-stars, .cv-stars-inline, .cv-why-icon { color: var(--gold-dark); }
    .cv-trust-mini li::before { color: var(--gold-dark); }
    /* Esprit du voyage */
    .cv-intro { margin: 0 0 2.5rem; }
    .cv-intro h2 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; margin: 0 0 1rem; }
    .cv-intro p { font-size:  1rem; line-height: 1.85; color: #2a2a2a; margin: 0 0 1rem; font-weight: 400; max-width: 70ch; }
    /* Encart incohérence source (back-office) */
    .cv-todo-note {
      background: #fff8db; border: 1px solid #e6c84f; border-left: 4px solid #d4a200;
      color: #5c4a00; padding: .9rem 1.1rem; margin: 0 0 2rem 3.6rem; font-size: .8rem; line-height: 1.6;
    }
    /* FAQ */
    .cv-faq { display: flex; flex-direction: column; gap: .6rem; }
    .cv-faq details { border: 1px solid rgba(0,0,0,.09); background: #fff; }
    .cv-faq details[open] { border-color: var(--gold); }
    .cv-faq summary {
      cursor: pointer; list-style: none; padding: 1rem 2.6rem 1rem 1.2rem; position: relative;
      font-family: var(--serif); font-size: 1.08rem; color: var(--text);
    }
    .cv-faq summary::-webkit-details-marker { display: none; }
    .cv-faq summary::after {
      content: '+'; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
      font-family: var(--sans); font-size: 1.2rem; color: var(--gold-dark); transition: transform .2s;
    }
    .cv-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
    .cv-faq summary:focus-visible { outline: 2px solid var(--ocean); outline-offset: 2px; }
    .cv-faq-answer { padding: 0 1.2rem 1.1rem; font-size: .9rem; line-height: 1.75; color: var(--text-muted); margin: 0; }
    /* Note de l'équipe */
    .cv-team-note { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); padding: 1.6rem; }
    .cv-team-note-lead { font-size: .92rem; line-height: 1.75; color: var(--text-muted); margin: 0 0 1.2rem; }
    .cv-why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .8rem; }
    .cv-why-list li { display: flex; gap: .8rem; font-size: .92rem; line-height: 1.6; color: var(--text); }
    .cv-why-icon { flex-shrink: 0; font-size: 1.1rem; line-height: 1.4; }
    /* Conseiller */
    .cv-expert-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
    .cv-expert-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); flex-shrink: 0; }
    .cv-expert-name { font-family: var(--serif); font-size: 1.2rem; color: #fff; line-height: 1.2; }
    .cv-expert-role { font-size: .7rem; letter-spacing: .08em; color: var(--gold-light); margin-top: .2rem; }
    a.cv-expert-phone { text-decoration: none; display: inline-block; }
    a.cv-expert-phone:hover { color: #fff; }


/* ----------------------------------------------------------
   Bloc #2 — dans <head> — 2.2 Ko
   Source (fusionné depuis : circuit-cap-vert-trek-2-iles-sao-vicente-santo-antao-ref-73744.html, circuit-cap-vert-2-iles-trek-santiago-fogo-ref-96312.html, circuit-cap-vert-trek-4-iles-santiago-fogo-sao-vicente-santo-antao-ref-75374.html, circuit-cap-vert-trek-3-iles-sao-vicente-santo-antao-santiago-7-excursions-avec-guide-ref-66917.html)
   ---------------------------------------------------------- */
/* ============================================================
   CSS W3.CSS minimal — généré automatiquement
   Seules les classes réellement utilisées sont incluses
   Remplace : https://www.w3schools.com/w3css/4/w3.css
   ============================================================ */

/* --- w3-row-padding --- */
.w3-row-padding,
.w3-row-padding > .w3-half,
.w3-row-padding > .w3-third,
.w3-row-padding > .w3-twothird,
.w3-row-padding > .w3-threequarter,
.w3-row-padding > .w3-quarter,
.w3-row-padding > .w3-col {
  padding: 0 8px;
}
.w3-row-padding::after {
  content: "";
  display: table;
  clear: both;
}

/* --- w3-col --- */
.w3-col { float: left; width: 100%; }
.w3-col.s1  { width: 8.33333%; }
.w3-col.s2  { width: 16.66666%; }
.w3-col.s3  { width: 24.99999%; }
.w3-col.s4  { width: 33.33333%; }
.w3-col.s5  { width: 41.66666%; }
.w3-col.s6  { width: 49.99999%; }
.w3-col.s7  { width: 58.33333%; }
.w3-col.s8  { width: 66.66666%; }
.w3-col.s9  { width: 74.99999%; }
.w3-col.s10 { width: 83.33333%; }
.w3-col.s11 { width: 91.66666%; }
.w3-col.s12 { width: 99.99999%; }
@media (min-width: 601px) {
  .w3-col.m1  { width: 8.33333%; }
  .w3-col.m2  { width: 16.66666%; }
  .w3-col.m3  { width: 24.99999%; }
  .w3-col.m4  { width: 33.33333%; }
  .w3-col.m5  { width: 41.66666%; }
  .w3-col.m6  { width: 49.99999%; }
  .w3-col.m7  { width: 58.33333%; }
  .w3-col.m8  { width: 66.66666%; }
  .w3-col.m9  { width: 74.99999%; }
  .w3-col.m10 { width: 83.33333%; }
  .w3-col.m11 { width: 91.66666%; }
  .w3-col.m12 { width: 99.99999%; }
}
@media (min-width: 993px) {
  .w3-col.l1  { width: 8.33333%; }
  .w3-col.l2  { width: 16.66666%; }
  .w3-col.l3  { width: 24.99999%; }
  .w3-col.l4  { width: 33.33333%; }
  .w3-col.l5  { width: 41.66666%; }
  .w3-col.l6  { width: 49.99999%; }
  .w3-col.l7  { width: 58.33333%; }
  .w3-col.l8  { width: 66.66666%; }
  .w3-col.l9  { width: 74.99999%; }
  .w3-col.l10 { width: 83.33333%; }
  .w3-col.l11 { width: 91.66666%; }
  .w3-col.l12 { width: 99.99999%; }
}

/* --- w3-hide-small --- */
@media (max-width: 600px) { .w3-hide-small { display: none !important; } }

/* --- w3-hide-medium --- */
@media (max-width: 992px) and (min-width: 601px) { .w3-hide-medium { display: none !important; } }


/* ----------------------------------------------------------
   Bloc #3 — dans <body> — 851 o
   Source (fusionné depuis : circuit-cap-vert-trek-2-iles-sao-vicente-santo-antao-ref-73744.html, circuit-cap-vert-2-iles-trek-santiago-fogo-ref-96312.html, circuit-cap-vert-trek-4-iles-santiago-fogo-sao-vicente-santo-antao-ref-75374.html, circuit-cap-vert-trek-3-iles-sao-vicente-santo-antao-santiago-7-excursions-avec-guide-ref-66917.html)
   ---------------------------------------------------------- */
#cvBackToTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .2rem;
    background: var(--ocean-deep);
    border: 1px solid var(--gold);
    color: var(--gold);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease, background .2s, color .2s;
    font-family: var(--sans);
    font-size: .52rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    padding: 0;
  }
  #cvBackToTop.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  #cvBackToTop:hover {
    background: var(--gold);
     color: var(--ocean-deep);
  }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 25.7 Ko
   Source (fusionné depuis : circuit-cap-vert-2-iles-trek-santiago-fogo-ref-96312.html, circuit-cap-vert-trek-4-iles-santiago-fogo-sao-vicente-santo-antao-ref-75374.html, circuit-cap-vert-trek-3-iles-sao-vicente-santo-antao-santiago-7-excursions-avec-guide-ref-66917.html)
   ---------------------------------------------------------- */
:root {
      --gold:       #b89856;
      --gold-light: #d4b87a;
      --gold-pale:  #f0e8d0;
      --ocean:      #0d3d56;
      --ocean-deep: #071e2b;
      --sand:       #f5f0e8;
      --white:      #ffffff;
      --text:       #1a1a1a;
      --text-muted: #4a4a4a;
      --green:      #2d6a4f;
      --serif: 'Lora', Georgia, serif;
      --sans:  'Jost', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
    body { font-family: var(--sans); color: var(--text); overflow-x: hidden; background: var(--white); margin: 0; 
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
    }

    /* ── NAV ── */
    .cv-nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 200;
      display: flex; align-items: center; justify-content: space-between;
      padding: .9rem 2.5rem;
      background: rgba(7,30,43,.95); backdrop-filter: blur(10px);
    }
    .cv-logo { font-family: var(--serif); font-size: 1.55rem; font-weight: 400;
               color: #fff; text-decoration: none; letter-spacing: .05em; }
    .cv-logo span { color: var(--gold); }
    .cv-nav-links { display: flex; gap: 1.8rem; list-style: none; margin: 0; padding: 0; align-items: center; }
    .cv-nav-links > li { position: relative; }
    .cv-nav-links > li > a { 
      color: rgba(255,255,255,.82); text-decoration: none;
      font-size: .78rem; font-weight: 500; letter-spacing: .12em;
      text-transform: uppercase; transition: color .2s;
      display: flex; align-items: center; gap: 4px;
      cursor: pointer;
      background: none;
      border: none;
      font-family: inherit;
      padding: 0;
    }
    .cv-nav-links > li > a:hover { color: var(--gold-light); }
    .cv-nav-links > li > a .arrow { font-size: .5rem; transition: transform .25s; margin-left: 2px; }
    .cv-nav-links > li:hover > a .arrow { transform: rotate(180deg); }

    /* Dropdown */
    .cv-dropdown {
      position: absolute; top: 100%; left: 0; 
      background: rgba(7,30,43,.98); backdrop-filter: blur(10px);
      min-width: 200px; padding: .5rem 0;
      border-radius: 4px;
      opacity: 0; pointer-events: none;
      transform: translateY(-4px);
      transition: opacity .2s ease, transform .2s ease;
      box-shadow: 0 12px 32px rgba(0,0,0,.3);
    }
    .cv-nav-links > li:hover .cv-dropdown {
      opacity: 1; pointer-events: auto; transform: translateY(0);
    }
    .cv-dropdown a {
      display: block; padding: .6rem 1.2rem;
      color: rgba(255,255,255,.75); text-decoration: none;
      font-size: .75rem; font-weight: 400; letter-spacing: .04em;
      transition: color .2s, background .2s;
    }
    .cv-dropdown a:hover { color: #fff; background: rgba(184,152,86,.15); }

    .cv-nav-cta {
      background: var(--gold) !important;
      color: var(--ocean-deep) !important;
      padding: .6rem 1.8rem !important;
      font-weight: 600 !important;
      border-radius: 4px;
      font-size: .75rem !important;
      letter-spacing: .12em !important;
    }
    .cv-nav-cta:hover { background: var(--gold-light) !important; color: var(--ocean-deep) !important; }

    /* ── HERO UNIQUE ── */
    .cv-hero-single {
      margin-top: 60px;
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
      background: var(--ocean-deep);
    }
    .cv-hero-single img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .5s ease;
    }
    .cv-hero-single:hover img {
      transform: scale(1.03);
      filter: brightness(.9);
    }
    .cv-hero-single .cv-cat-pill {
      position: absolute;
      top: 1.5rem;
      left: 1.5rem;
      z-index: 3;
      background: var(--gold);
      color: var(--ocean-deep);
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      padding: .4rem 1rem;
      border-radius: 2px;
    }
    .cv-hero-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      padding: 3rem 3rem 2.5rem;
      background: linear-gradient(to top, rgba(7,30,43,.92) 0%, rgba(7,30,43,.6) 50%, transparent 100%);
    }
    .cv-hero-overlay h1 {
      font-family: var(--serif);
      font-size: clamp(1.8rem, 4vw, 3.2rem);
      font-weight: 400;
      color: #fff;
      margin: 0 0 .6rem;
      line-height: 1.15;
      max-width: 80%;
    }
    .cv-hero-overlay h1 em {
      font-style: italic;
      color: var(--gold-light);
    }
    .cv-hero-overlay p {
      font-size: clamp(1rem, 1.2vw, 1.2rem);
      color: rgba(255,255,255,.85);
      font-weight: 300;
      max-width: 70%;
      margin: 0;
      line-height: 1.6;
    }
    .cv-hero-overlay .cv-hero-meta {
      display: flex;
      gap: 1.8rem;
      flex-wrap: wrap;
      margin-top: 1.2rem;
      font-size: .8rem;
      color: rgba(255,255,255,.75);
    }
    .cv-hero-overlay .cv-hero-meta span {
      display: flex;
      align-items: center;
      gap: .4rem;
    }
    .cv-hero-overlay .cv-hero-meta strong {
      color: #fff;
      font-weight: 500;
    }
    @media (max-width: 640px) {
      .cv-hero-single { height: 380px; margin-top: 60px; }
      .cv-hero-single .cv-cat-pill { top: 1rem; left: 1rem; font-size: .55rem; padding: .3rem .7rem; }
      .cv-hero-overlay { padding: 2rem 1.2rem 1.5rem; }
      .cv-hero-overlay h1 { max-width: 100%; font-size: 1.6rem; }
      .cv-hero-overlay p { max-width: 100%; font-size: .9rem; }
      .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; }
    }

    /* ── GALERIE INTERNE ── */
    .cv-gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px;
    }
    .cv-gallery-item {
      overflow: hidden;
      aspect-ratio: 4 / 3;
      background: var(--ocean-deep);
      cursor: pointer;
    }
    .cv-gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .4s ease, filter .4s ease;
      filter: brightness(.9);
      display: block;
    }
    .cv-gallery-item:hover img {
      transform: scale(1.06);
      filter: brightness(.75);
    }
    @media (max-width: 640px) {
      .cv-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
    }

    /* ── STICKY ANCHOR NAV ── */
    .cv-anchor-nav {
      position: sticky; top: 60px; z-index: 100;
      background: var(--white); border-bottom: 1px solid rgba(0,0,0,.09);
      display: flex; align-items: center; overflow-x: auto; scrollbar-width: none;
      padding: 0 2.5rem;
    }
    .cv-anchor-nav::-webkit-scrollbar { display: none; }
    .cv-anchor-btn {
      padding: 1rem 1.4rem; border: none; border-bottom: 2px solid transparent;
      background: none; cursor: pointer; white-space: nowrap;
      font-family: var(--sans); font-size: .78rem; font-weight: 500;
      letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted);
      transition: color .2s, border-color .2s; text-decoration: none; display: block;
    }
    .cv-anchor-btn:hover { color: var(--ocean); }
    .cv-anchor-btn.active { color: var(--ocean); border-bottom-color: var(--gold); font-weight: 600; }

    /* ── LAYOUT ── */
    .cv-wrap { max-width: 1260px; margin: 0 auto; padding: 2.5rem; }
    .cv-breadcrumb {
      font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
      color: var(--text-muted); margin-bottom: 1.5rem;
    }
    .cv-breadcrumb a { color: var(--ocean); text-decoration: none; }
    .cv-breadcrumb a:hover { text-decoration: underline; }

    /* ── TITRE CIRCUIT ── */
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: .5rem; }
    .cv-circuit-head h1 { font-family: var(--serif); font-size: clamp(1.9rem,3.5vw,3rem); font-weight: 400; line-height: 1.2; margin: 0 0 1rem; }
    .cv-circuit-head h1 em { font-style: italic; color: var(--ocean); }
    .cv-meta-strip {
      display: flex; gap: 2rem; flex-wrap: wrap; align-items: center;
      padding: 1.2rem 1.5rem; background: var(--sand); margin-bottom: 1.5rem;
    }
    .cv-meta-item { display: flex; align-items: center; gap: .4rem; font-size: .85rem; color: var(--text-muted); }
    .cv-meta-item strong { color: var(--text); font-weight: 600; }
    .cv-stars-inline { color: var(--gold); font-size: .85rem; letter-spacing: 2px; }

    /* ── INCLUDES BADGES ── */
    .cv-includes-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 2rem; }
    .cv-inc { background: var(--ocean); color: #fff; font-size: .68rem; font-weight: 500; letter-spacing: .06em; padding: .35rem .8rem; }
    .cv-inc-opt { background: var(--sand); color: var(--ocean); border: 1px solid rgba(13,61,86,.2); font-size: .68rem; font-weight: 500; letter-spacing: .06em; padding: .35rem .8rem; }

    /* ── TABS CONTENT ── */
    .cv-tab-panel { display: none; }
    .cv-tab-panel.active { display: block; }

    /* ── PROGRAMME ── */
    .cv-programme { position: relative; }
    .cv-programme::before {
      content: ''; position: absolute; left: 22px; top: 0; bottom: 0;
      width: 1px; background: linear-gradient(to bottom, var(--gold), rgba(184,152,86,.1));
    }
    .cv-day {
      display: flex; gap: 1.5rem; margin-bottom: 0; position: relative;
    }
    .cv-day-marker {
      flex-shrink: 0; width: 44px; height: 44px;
      background: var(--ocean-deep); border: 2px solid var(--gold);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-family: var(--serif); font-size: .85rem; color: var(--gold);
      font-style: italic; z-index: 1; margin-top: .2rem;
    }
    .cv-day-content {
      flex: 1; padding-bottom: 2rem;
    }
    .cv-day-header {
      display: flex; align-items: baseline; gap: .8rem; margin-bottom: .6rem; flex-wrap: wrap;
    }
    .cv-day-num {
      font-size: .65rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
      color: var(--gold); white-space: nowrap;
    }
    .cv-day-title {
      font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--text);
    }
    .cv-day-ile {
      font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
      background: var(--sand); color: var(--ocean); padding: .15rem .6rem;
    }
    .cv-day-body {
      font-size: .9rem; color: var(--text-muted); line-height: 1.75; font-weight: 400;
    }
    .cv-day-body p { margin: 0 0 .6rem; }
    .cv-day-highlight {
      border-left: 2px solid var(--gold); padding: .6rem 1rem;
      background: var(--gold-pale); margin: .8rem 0; font-size: .86rem;
      color: var(--ocean-deep); line-height: 1.65;
    }
    .cv-day-img {
      width: 100%; max-height: 200px; object-fit: cover; margin-top: .8rem;
      filter: brightness(.9);
    }

    /* ── INCLUS / NON INCLUS ── */
    .cv-inclus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .cv-inclus-box { padding: 1.5rem; }
    .cv-inclus-box h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; margin: 0 0 1rem; }
    .cv-inclus-box ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .6rem; }
    .cv-inclus-box li { font-size: .86rem; color: var(--text-muted); display: flex; gap: .6rem; line-height: 1.5; }
    .cv-check { color: var(--green); font-weight: 700; flex-shrink: 0; }
    .cv-cross  { color: #c0392b; font-weight: 700; flex-shrink: 0; }
    .cv-inclus-note {
      margin-top: 1.5rem; padding: 1rem 1.2rem;
      background: var(--sand); border-left: 3px solid var(--gold);
      font-size: .84rem; color: var(--text-muted); line-height: 1.65;
    }

    /* ── INFOS PRATIQUES ── */
    .cv-infos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .cv-info-card {
      padding: 1.4rem; border: 1px solid rgba(0,0,0,.08);
      border-top: 2px solid var(--gold);
    }
    .cv-info-card h4 {
      font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
      color: var(--gold); margin: 0 0 .6rem;
    }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    /* ── AVIS ── */
    .cv-avis-list { display: flex; flex-direction: column; gap: 1.2rem; }
    .cv-avis-item {
      padding: 1.5rem; border: 1px solid rgba(0,0,0,.08); position: relative;
      border-top: 2px solid var(--gold);
    }
    .cv-stars { color: var(--gold); font-size: .88rem; letter-spacing: 2px; margin-bottom: .6rem; }
    .cv-avis-text { font-family: var(--serif); font-size: 1rem; font-style: italic; line-height: 1.65; margin-bottom: .8rem; }
    .cv-avis-footer { display: flex; align-items: center; gap: .6rem; }
    .cv-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--ocean); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: .85rem; color: var(--gold-light); font-style: italic; }
    .cv-avis-name { font-size: .76rem; font-weight: 600; }
    .cv-avis-date { font-size: .7rem; color: var(--text-muted); }

    /* ── SIDEBAR STICKY ── */
    .cv-sidebar { position: sticky; top: 110px; }

    /* Prix box */
    .cv-price-box {
      border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold);
      padding: 1.8rem; margin-bottom: 1.2rem;
    }
    .cv-price-label { font-size: .65rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: .3rem; }
    .cv-price-big { font-family: var(--serif); font-size: 2.5rem; font-weight: 300; color: var(--ocean); line-height: 1; }
    .cv-price-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.2rem; }
    .cv-price-detail { border-top: 1px solid rgba(0,0,0,.07); padding-top: 1rem; margin-bottom: 1.2rem; }
    .cv-price-row { display: flex; justify-content: space-between; font-size: .8rem; margin-bottom: .4rem; color: var(--text-muted); }
    .cv-price-row strong { color: var(--text); }

    .cv-btn-cta {
      display: block; width: 100%; background: var(--gold); color: var(--ocean-deep);
      border: none; padding: 1rem; font-family: var(--sans); font-size: .78rem; font-weight: 700;
      letter-spacing: .12em; text-transform: uppercase; cursor: pointer; text-align: center;
      text-decoration: none; transition: background .2s; margin-bottom: .7rem;
    }
    .cv-btn-cta:hover { background: var(--gold-light); }
    .cv-btn-cta-outline {
      display: block; width: 100%; background: none; color: var(--ocean);
      border: 1px solid var(--ocean); padding: .9rem; font-family: var(--sans); font-size: .78rem; font-weight: 600;
      letter-spacing: .12em; text-transform: uppercase; cursor: pointer; text-align: center;
      text-decoration: none; transition: background .2s, color .2s;
    }
    .cv-btn-cta-outline:hover { background: var(--ocean); color: #fff; }
    .cv-price-reassure { font-size: .74rem; color: var(--text-muted); text-align: center; margin-top: .8rem; line-height: 1.5; }
    .cv-price-reassure span { display: block; }

    /* Expert box */
    .cv-expert-box { padding: 1.5rem; background: var(--ocean-deep); margin-bottom: 1.2rem; }
    .cv-expert-box h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; color: #fff; margin: 0 0 .5rem; }
    .cv-expert-box p { font-size: .78rem; color: rgba(255,255,255,.55); line-height: 1.6; margin: 0 0 1rem; font-weight: 400; }
    .cv-expert-phone { font-size: .85rem; color: var(--gold-light); font-weight: 600; }

    /* Trust mini */
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0 0 .8rem; }
    .cv-trust-mini ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
    .cv-trust-mini li { font-size: .78rem; color: var(--text-muted); display: flex; gap: .4rem; }
    .cv-trust-mini li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; }

    /* ── CIRCUITS SIMILAIRES ── */
    .cv-similar { background: var(--sand); padding: 3.5rem 2.5rem; }
    .cv-similar h2 { font-family: var(--serif); font-size: 1.8rem; font-weight: 500; margin: 0 0 2rem; }
    .cv-similar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
    .cv-sim-card { background: var(--white); text-decoration: none; color: inherit; display: block; transition: box-shadow .3s, transform .2s; }
    .cv-sim-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); transform: translateY(-3px); }
    .cv-sim-img { height: 160px; overflow: hidden; }
    .cv-sim-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; filter: brightness(.88); }
    .cv-sim-card:hover .cv-sim-img img { transform: scale(1.06); }
    .cv-sim-body { padding: 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.1rem; margin: 0 0 .4rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .75rem; color: var(--text-muted); }
    .cv-sim-price { font-family: var(--serif); font-size: 1.2rem; color: var(--ocean); float: right; }

    /* ── FOOTER ── */
    .cv-footer { background: var(--ocean-deep); padding: 3rem 2.5rem; }
    .cv-footer-logo { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; color: #fff; letter-spacing: .05em; display: block; margin-bottom: .7rem; }
    .cv-footer-logo span { color: var(--gold); }
    .cv-footer p, .cv-footer a { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.7; font-weight: 300; text-decoration: none; transition: color .2s; }
    .cv-footer a:hover { color: var(--gold-light); }
    .cv-footer h5 { font-size: .65rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 0 0 1rem; }
    .cv-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .45rem; }
    .cv-footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 1.1rem 2.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; font-size: .7rem; color: rgba(255,255,255,.28); background: var(--ocean-deep); }

    /* ── REVEAL ── */
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }

    /* ── RESPONSIVE ── */
    @media (max-width: 960px) {
      .cv-inclus-grid { grid-template-columns: 1fr; }
      .cv-infos-grid { grid-template-columns: 1fr 1fr; }
      .cv-similar-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 640px) {
      .cv-wrap { padding: 1.2rem; }
      .cv-infos-grid { grid-template-columns: 1fr; }
      .cv-similar-grid { grid-template-columns: 1fr; }
      .cv-meta-strip { gap: 1rem; }
      .cv-similar { padding: 2.5rem 1.2rem; }
      .cv-anchor-nav { padding: 0 0.5rem; }
    }
  
    /* ── HAMBURGER ── */
    .cv-hamburger {
      display: none; flex-direction: column; justify-content: center; gap: 5px;
      width: 36px; height: 36px; cursor: pointer;
      background: none; border: none; padding: 4px; z-index: 300;
    }
    .cv-hamburger span {
      display: block; height: 2px; background: #fff; border-radius: 2px;
      transition: transform .3s, opacity .3s, width .3s;
      transform-origin: center;
    }
    .cv-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .cv-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
    .cv-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ── DRAWER MOBILE ── */
    .cv-drawer {
      position: fixed; inset: 0; z-index: 250;
      background: var(--ocean-deep);
      display: flex; flex-direction: column;
      padding: 5rem 2rem 2rem;
      transform: translateX(100%);
      transition: transform .35s cubic-bezier(.4,0,.2,1);
      overflow-y: auto;
    }
    .cv-drawer.open { transform: translateX(0); }
    .cv-drawer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
    .cv-drawer-links li { border-bottom: 1px solid rgba(255,255,255,.07); }
    .cv-drawer-links a {
      display: block; padding: 1.1rem 0;
      color: rgba(255,255,255,.85); text-decoration: none;
      font-size: 1rem; font-weight: 500; letter-spacing: .08em;
      text-transform: uppercase; transition: color .2s;
    }
    .cv-drawer-links a:hover { color: var(--gold-light); }
    .cv-drawer-cta {
      margin-top: 2rem;
      display: block; background: var(--gold); color: var(--ocean-deep) !important;
      text-align: center; padding: 1rem; font-weight: 700 !important;
      font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none;
    }
    .cv-drawer-contact {
      margin-top: auto; padding-top: 2rem;
      font-size: .8rem; color: rgba(255,255,255,.4); line-height: 1.8;
    }
    .cv-drawer-contact a { color: var(--gold-light); text-decoration: none; }
    .cv-drawer-sub { flex-direction: column; gap: 0; padding-left: 1rem; display: none; }
    .cv-drawer-sub.open { display: flex; }
    .cv-drawer-sub a {
      font-size: .82rem !important; padding: .7rem 0 !important;
      color: rgba(255,255,255,.55) !important; letter-spacing: .06em !important;
      text-transform: none !important;
    }
    .cv-drawer-toggle {
      display: flex; justify-content: space-between; align-items: center;
      cursor: pointer; width: 100%; background: none; border: none;
      text-align: left; padding: 1.1rem 0;
      color: rgba(255,255,255,.85); font-family: var(--sans);
      font-size: 1rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
    }
    .cv-drawer-arrow { color: var(--gold); font-size: .75rem; transition: transform .25s; }
    .cv-drawer-arrow.open { transform: rotate(180deg); }

    /* ── BOUTON FERMER DRAWER ── */
    .cv-drawer-close {
      position: absolute; top: 1rem; right: 1.2rem;
      background: none; border: none; cursor: pointer;
      width: 40px; height: 40px;
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.6);
      transition: color .2s, transform .2s;
    }
    .cv-drawer-close:hover { color: var(--gold-light); transform: rotate(90deg); }
    .cv-drawer-close svg { width: 22px; height: 22px; }
    @media (max-width: 900px) {
      .cv-nav-links { display: none !important; }
      .cv-hamburger { display: flex; }
    }

    /* ── BLOC SIDEBAR MOBILE ── */
    .cv-mobile-sidebar {
      margin: 2rem 0 1.5rem;
    }
    .cv-mobile-sidebar .cv-price-box {
      margin-bottom: 1.2rem;
    }
    @media (min-width: 993px) {
      .cv-mobile-sidebar {
        display: none !important;
      }
    }
  
    /* ═══════ CORRECTIONS SEO / A11Y / CRO ═══════ */
    :root { --gold-dark: #8a6e30; }.cv-tag, .cv-day-num, .cv-info-card h4, .cv-trust-mini h4, .cv-sim-tag,
    .cv-stars, .cv-stars-inline, .cv-why-icon { color: var(--gold-dark); }
    .cv-trust-mini li::before { color: var(--gold-dark); }
    /* Esprit du voyage */
    .cv-intro { margin: 0 0 2.5rem; }
    .cv-intro h2 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; margin: 0 0 1rem; }
    .cv-intro p { font-size:  1rem; line-height: 1.85; color: #2a2a2a; margin: 0 0 1rem; font-weight: 400; max-width: 70ch; }
    /* Encart incohérence source (back-office) */
    .cv-todo-note {
      background: #fff8db; border: 1px solid #e6c84f; border-left: 4px solid #d4a200;
      color: #5c4a00; padding: .9rem 1.1rem; margin: 0 0 2rem 3.6rem; font-size: .8rem; line-height: 1.6;
    }
    /* FAQ */
    .cv-faq { display: flex; flex-direction: column; gap: .6rem; }
    .cv-faq details { border: 1px solid rgba(0,0,0,.09); background: #fff; }
    .cv-faq details[open] { border-color: var(--gold); }
    .cv-faq summary {
      cursor: pointer; list-style: none; padding: 1rem 2.6rem 1rem 1.2rem; position: relative;
      font-family: var(--serif); font-size: 1.08rem; color: var(--text);
    }
    .cv-faq summary::-webkit-details-marker { display: none; }
    .cv-faq summary::after {
      content: '+'; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%);
      font-family: var(--sans); font-size: 1.2rem; color: var(--gold-dark); transition: transform .2s;
    }
    .cv-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
    .cv-faq summary:focus-visible { outline: 2px solid var(--ocean); outline-offset: 2px; }
    .cv-faq-answer { padding: 0 1.2rem 1.1rem; font-size: .9rem; line-height: 1.75; color: var(--text-muted); margin: 0; }
    /* Note de l'équipe */
    .cv-team-note { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); padding: 1.6rem; }
    .cv-team-note-lead { font-size: .92rem; line-height: 1.75; color: var(--text-muted); margin: 0 0 1.2rem; }
    .cv-why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .8rem; }
    .cv-why-list li { display: flex; gap: .8rem; font-size: .92rem; line-height: 1.6; color: var(--text); }
    .cv-why-icon { flex-shrink: 0; font-size: 1.1rem; line-height: 1.4; }
    /* Conseiller */
    .cv-expert-head { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
    .cv-expert-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); flex-shrink: 0; }
    .cv-expert-name { font-family: var(--serif); font-size: 1.2rem; color: #fff; line-height: 1.2; }
    .cv-expert-role { font-size: .7rem; letter-spacing: .08em; color: var(--gold-light); margin-top: .2rem; }
    a.cv-expert-phone { text-decoration: none; display: inline-block; }
    a.cv-expert-phone:hover { color: #fff; }

