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

   Source : extraction des blocs <style> de 57 fichier(s) HTML
   Blocs uniques : 34
   Blocs fusionnés : 137

   ⚠️ 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> — 21.4 Ko
   Source (appart-hotel-santa-maria-beach-2-au-cap-vert-ref-32626.html)
   ---------------------------------------------------------- */
:root {
      --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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;
    }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }

    .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); }
    .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; }

    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; }
      .cv-hero-overlay p { max-width: 100%; font-size: .9rem; }
      .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; }
    }

    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }

    .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; }

    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }

    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }

    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }

    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-budget-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-budget-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-budget-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-budget-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }

    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }

    .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,.55); 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,.4); background: var(--ocean-deep); }

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

    @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; }
      .cv-gallery-grid { grid-template-columns: repeat(3, 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; }
    }

    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #2 — dans <head> — 2.1 Ko
   Source (fusionné depuis : appart-hotel-santa-maria-beach-2-au-cap-vert-ref-32626.html, barcelo-praia-cap-vert-5-au-cap-vert-ref-16975.html, boutique-hotel-casa-evora-au-cap-vert-ref-15009.html, bed-breakfast-casa-strela-au-cap-vert-ref-96473.html, casa-colonial-mindelo-au-cap-vert-ref-49430.html, colonial-guest-house-au-cap-vert-ref-28551.html, guest-house-casa-jc-au-cap-vert-ref-61132.html, guest-house-salav-au-cap-vert-ref-52224.html, guest-house-savana-au-cap-vert-ref-96539.html, hotel-alfandega-4-au-cap-vert-ref-49005.html, hotel-big-game-maio-au-cap-vert-ref-38025.html, hotel-coracao-au-cap-vert-ref-11987.html, hotel-blue-marlin-4-au-cap-vert-ref-17208.html, hotel-bravatur-au-cap-vert-ref-46341.html, hotel-djabraba-039-s-eco-lodge-au-cap-vert-ref-57227.html, hotel-dunas-de-sal-4-au-cap-vert-ref-13746.html, hotel-luna-boutique-au-cap-vert-ref-52113.html, hotel-foya-branca-4-au-cap-vert-ref-12329.html, hotel-iberostar-5-au-cap-vert-ref-47179.html, hotel-morabeza-4-au-cap-vert-ref-49234.html, hotel-odjo-d-039-agua-4-au-cap-vert-ref-43148.html, hotel-ouril-agueda-3-au-cap-vert-ref-75723.html, hotel-paul-mar-3-au-cap-vert-ref-61858.html, hotel-pedracin-village-3-au-cap-vert-ref-77788.html, hotel-pestana-tropico-4-au-cap-vert-ref-41042.html, hotel-pontao-3-au-cap-vert-ref-40171.html, hotel-porto-antigo-3-au-cap-vert-ref-26432.html, hotel-porto-grande-4-au-cap-vert-ref-68317.html, hotel-praia-mar-4-au-cap-vert-ref-91871.html, hotel-prassa-boutique-4-au-cap-vert-ref-89971.html, hotel-riu-funana-5-au-cap-vert-ref-75517.html, hotel-riu-karamboa-5-au-cap-vert-ref-90224.html, hotel-riu-touareg-5-au-cap-vert-ref-81783.html, hotel-santa-maria-3-nl-praia--au-cap-vert-ref-38242.html, hotel-santo-antao-art-resort-4-au-cap-vert-ref-77430.html, hotel-stella-maris-village-au-cap-vert-ref-45489.html, hotel-tiduca-3-au-cap-vert-ref-79202.html, hotel-tienne-del-mar-4-au-cap-vert-ref-35794.html, hotel-viajante-3-au-cap-vert-ref-55521.html, hotel-vip-praia-4-au-cap-vert-ref-90722.html, hotel-vista-mar-3-tarrafal-au-cap-vert-ref-36330.html, hotel-xaguate-4-au-cap-vert-ref-73299.html, kasad-igreja-au-cap-vert-ref-65309.html, king-fisher-4-tarrafal-au-cap-vert-ref-54414.html, mansa-marina-hotel-4-au-cap-vert-ref-44719.html, musica-do-mar-au-cap-vert-ref-94828.html, poussada-green-palace-au-cap-vert-ref-20177.html, poussada-quinta-montanha-au-cap-vert-ref-77315.html, quinta-cochette-au-cap-vert-ref-71043.html, residencial-che-guevara-au-cap-vert-ref-73046.html, residencial-jenny-au-cap-vert-ref-34697.html, residencial-mimagui-au-cap-vert-ref-14187.html, rm-green-hotel-au-cap-vert-ref-70518.html, sheraton-sao-vicente-resort-4-au-cap-vert-ref-57038.html, strela-montain-lodge-au-cap-vert-ref-83157.html, terra-lodge-mindelo-au-cap-vert-ref-96618.html, the-casa-marel-au-cap-vert-ref-12102.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; } }


/* ----------------------------------------------------------
   Bloc #3 — dans <body> — 724 o
   Source (fusionné depuis : appart-hotel-santa-maria-beach-2-au-cap-vert-ref-32626.html, barcelo-praia-cap-vert-5-au-cap-vert-ref-16975.html, boutique-hotel-casa-evora-au-cap-vert-ref-15009.html, bed-breakfast-casa-strela-au-cap-vert-ref-96473.html, casa-colonial-mindelo-au-cap-vert-ref-49430.html, colonial-guest-house-au-cap-vert-ref-28551.html, guest-house-casa-jc-au-cap-vert-ref-61132.html, guest-house-salav-au-cap-vert-ref-52224.html, guest-house-savana-au-cap-vert-ref-96539.html, hotel-alfandega-4-au-cap-vert-ref-49005.html, hotel-big-game-maio-au-cap-vert-ref-38025.html, hotel-coracao-au-cap-vert-ref-11987.html, hotel-blue-marlin-4-au-cap-vert-ref-17208.html, hotel-bravatur-au-cap-vert-ref-46341.html, hotel-djabraba-039-s-eco-lodge-au-cap-vert-ref-57227.html, hotel-dunas-de-sal-4-au-cap-vert-ref-13746.html, hotel-luna-boutique-au-cap-vert-ref-52113.html, hotel-foya-branca-4-au-cap-vert-ref-12329.html, hotel-iberostar-5-au-cap-vert-ref-47179.html, hotel-morabeza-4-au-cap-vert-ref-49234.html, hotel-odjo-d-039-agua-4-au-cap-vert-ref-43148.html, hotel-ouril-agueda-3-au-cap-vert-ref-75723.html, hotel-paul-mar-3-au-cap-vert-ref-61858.html, hotel-pedracin-village-3-au-cap-vert-ref-77788.html, hotel-pestana-tropico-4-au-cap-vert-ref-41042.html, hotel-pontao-3-au-cap-vert-ref-40171.html, hotel-porto-antigo-3-au-cap-vert-ref-26432.html, hotel-porto-grande-4-au-cap-vert-ref-68317.html, hotel-praia-mar-4-au-cap-vert-ref-91871.html, hotel-prassa-boutique-4-au-cap-vert-ref-89971.html, hotel-riu-funana-5-au-cap-vert-ref-75517.html, hotel-riu-karamboa-5-au-cap-vert-ref-90224.html, hotel-riu-touareg-5-au-cap-vert-ref-81783.html, hotel-santa-maria-3-nl-praia--au-cap-vert-ref-38242.html, hotel-santo-antao-art-resort-4-au-cap-vert-ref-77430.html, hotel-stella-maris-village-au-cap-vert-ref-45489.html, hotel-tiduca-3-au-cap-vert-ref-79202.html, hotel-tienne-del-mar-4-au-cap-vert-ref-35794.html, hotel-viajante-3-au-cap-vert-ref-55521.html, hotel-vip-praia-4-au-cap-vert-ref-90722.html, hotel-vista-mar-3-tarrafal-au-cap-vert-ref-36330.html, hotel-xaguate-4-au-cap-vert-ref-73299.html, kasad-igreja-au-cap-vert-ref-65309.html, king-fisher-4-tarrafal-au-cap-vert-ref-54414.html, mansa-marina-hotel-4-au-cap-vert-ref-44719.html, musica-do-mar-au-cap-vert-ref-94828.html, poussada-green-palace-au-cap-vert-ref-20177.html, poussada-quinta-montanha-au-cap-vert-ref-77315.html, quinta-cochette-au-cap-vert-ref-71043.html, residencial-che-guevara-au-cap-vert-ref-73046.html, residencial-jenny-au-cap-vert-ref-34697.html, residencial-mimagui-au-cap-vert-ref-14187.html, rm-green-hotel-au-cap-vert-ref-70518.html, sheraton-sao-vicente-resort-4-au-cap-vert-ref-57038.html, strela-montain-lodge-au-cap-vert-ref-83157.html, terra-lodge-mindelo-au-cap-vert-ref-96618.html, the-casa-marel-au-cap-vert-ref-12102.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> — 22.0 Ko
   Source (barcelo-praia-cap-vert-5-au-cap-vert-ref-16975.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-room-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; }
    .cv-room-card { border: 1px solid rgba(0,0,0,.08); border-top: 3px solid var(--gold); padding: 1.4rem; }
    .cv-room-card h4 { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; margin: 0 0 .5rem; color: var(--ocean); }
    .cv-room-card p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 .6rem; }
    .cv-room-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .5rem; }
    .cv-room-tag { font-size: .65rem; background: var(--sand); color: var(--ocean); padding: .2rem .55rem; }
    .cv-room-cap { font-size: .72rem; color: var(--gold); font-weight: 600; letter-spacing: .05em; }
    .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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @media (max-width: 960px) { .cv-inclus-grid, .cv-room-grid { grid-template-columns: 1fr; } .cv-infos-grid { grid-template-columns: 1fr 1fr; } .cv-similar-grid { grid-template-columns: 1fr 1fr; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.4 Ko
   Source (boutique-hotel-casa-evora-au-cap-vert-ref-15009.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.0 Ko
   Source (fusionné depuis : bed-breakfast-casa-strela-au-cap-vert-ref-96473.html, hotel-coracao-au-cap-vert-ref-11987.html, kasad-igreja-au-cap-vert-ref-65309.html, poussada-green-palace-au-cap-vert-ref-20177.html, residencial-jenny-au-cap-vert-ref-34697.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.3 Ko
   Source (fusionné depuis : casa-colonial-mindelo-au-cap-vert-ref-49430.html, rm-green-hotel-au-cap-vert-ref-70518.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.3 Ko
   Source (fusionné depuis : colonial-guest-house-au-cap-vert-ref-28551.html, hotel-djabraba-039-s-eco-lodge-au-cap-vert-ref-57227.html, hotel-luna-boutique-au-cap-vert-ref-52113.html, hotel-xaguate-4-au-cap-vert-ref-73299.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.0 Ko
   Source (fusionné depuis : guest-house-casa-jc-au-cap-vert-ref-61132.html, guest-house-salav-au-cap-vert-ref-52224.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.3 Ko
   Source (fusionné depuis : guest-house-savana-au-cap-vert-ref-96539.html, hotel-big-game-maio-au-cap-vert-ref-38025.html, hotel-blue-marlin-4-au-cap-vert-ref-17208.html, hotel-bravatur-au-cap-vert-ref-46341.html, hotel-foya-branca-4-au-cap-vert-ref-12329.html, hotel-porto-grande-4-au-cap-vert-ref-68317.html, hotel-stella-maris-village-au-cap-vert-ref-45489.html, hotel-tiduca-3-au-cap-vert-ref-79202.html, mansa-marina-hotel-4-au-cap-vert-ref-44719.html, sheraton-sao-vicente-resort-4-au-cap-vert-ref-57038.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.0 Ko
   Source (fusionné depuis : hotel-alfandega-4-au-cap-vert-ref-49005.html, hotel-paul-mar-3-au-cap-vert-ref-61858.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.1 Ko
   Source (fusionné depuis : hotel-dunas-de-sal-4-au-cap-vert-ref-13746.html, hotel-santa-maria-3-nl-praia--au-cap-vert-ref-38242.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.4 Ko
   Source (hotel-iberostar-5-au-cap-vert-ref-47179.html)
   ---------------------------------------------------------- */
:root {
      --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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;
    }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }

    .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); }
    .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; }

    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; }
    }

    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }

    .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; }

    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }

    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }

    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }

    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }

    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }

    .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,.55); 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,.4); background: var(--ocean-deep); }

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

    @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; }
      .cv-gallery-grid { grid-template-columns: repeat(3, 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; }
    }

    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.7 Ko
   Source (fusionné depuis : hotel-morabeza-4-au-cap-vert-ref-49234.html, hotel-odjo-d-039-agua-4-au-cap-vert-ref-43148.html)
   ---------------------------------------------------------- */
:root {
      --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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;
    }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }

    .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); }
    .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; }

    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; }
    }

    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }

    .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; }

    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }

    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }

    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }

    .cv-sidebar { position: sticky; top: 110px; }
    .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.2rem; font-weight: 300; color: var(--ocean); line-height: 1; }
    .cv-price-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.2rem; }
    .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; }
    .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; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }

    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }

    .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,.55); 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,.4); background: var(--ocean-deep); }

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

    @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; }
      .cv-gallery-grid { grid-template-columns: repeat(3, 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; }
    }

    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.5 Ko
   Source (fusionné depuis : hotel-ouril-agueda-3-au-cap-vert-ref-75723.html, hotel-riu-funana-5-au-cap-vert-ref-75517.html)
   ---------------------------------------------------------- */
:root {
      --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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;
    }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }

    .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); }
    .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; }

    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; }
    }

    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }

    .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; }

    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }

    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }

    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }

    .cv-sidebar { position: sticky; top: 110px; }
    .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.2rem; font-weight: 300; color: var(--ocean); line-height: 1; }
    .cv-price-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.2rem; }
    .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; }
    .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; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }

    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }

    .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,.55); 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,.4); background: var(--ocean-deep); }

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

    @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; }
      .cv-gallery-grid { grid-template-columns: repeat(3, 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; }
    }

    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.2 Ko
   Source (fusionné depuis : hotel-pedracin-village-3-au-cap-vert-ref-77788.html, hotel-praia-mar-4-au-cap-vert-ref-91871.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.0 Ko
   Source (fusionné depuis : hotel-pestana-tropico-4-au-cap-vert-ref-41042.html, hotel-vip-praia-4-au-cap-vert-ref-90722.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.5 Ko
   Source (hotel-pontao-3-au-cap-vert-ref-40171.html)
   ---------------------------------------------------------- */
:root {
      --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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;
    }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }

    .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); }
    .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; }

    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; }
      .cv-hero-overlay p { max-width: 100%; font-size: .9rem; }
      .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; }
    }

    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }

    .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; }

    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }

    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }

    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }

    .cv-sidebar { position: sticky; top: 110px; }
    .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.2rem; font-weight: 300; color: var(--ocean); line-height: 1; }
    .cv-price-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.2rem; }
    .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; }
    .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; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }

    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }

    .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,.55); 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,.4); background: var(--ocean-deep); }

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

    @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; }
      .cv-gallery-grid { grid-template-columns: repeat(3, 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; }
    }

    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.4 Ko
   Source (hotel-porto-antigo-3-au-cap-vert-ref-26432.html)
   ---------------------------------------------------------- */
:root {
      --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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;
    }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }

    .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); }
    .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; }

    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; }
    }

    .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; } }

    .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; }

    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }

    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }

    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }

    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }

    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }

    .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,.55); 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,.4); background: var(--ocean-deep); }

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

    @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; }
      .cv-gallery-grid { grid-template-columns: repeat(3, 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; }
    }

    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.4 Ko
   Source (hotel-prassa-boutique-4-au-cap-vert-ref-89971.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-todo-note { background: #fff3cd; border-left: 3px solid #d4a017; padding: .8rem 1.1rem; font-size: .78rem; color: #6b5300; line-height: 1.6; margin: 1.2rem 0; }
    .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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.9 Ko
   Source (hotel-riu-karamboa-5-au-cap-vert-ref-90224.html)
   ---------------------------------------------------------- */
:root {
      --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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;
    }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }

    .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); }
    .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; }

    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; }
    }

    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }

    .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; }

    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }

    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }

    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }

    .cv-sidebar { position: sticky; top: 110px; }
    .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.2rem; font-weight: 300; color: var(--ocean); line-height: 1; }
    .cv-price-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.2rem; }
    .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; }
    .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; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .cv-adults-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }

    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }

    .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,.55); 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,.4); background: var(--ocean-deep); }

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

    .cv-todo-note { margin: 0 0 2rem; padding: 1rem 1.2rem; background: var(--gold-pale); border-left: 3px solid var(--gold); font-size: .78rem; color: var(--ocean-deep); line-height: 1.6; }

    @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; }
      .cv-gallery-grid { grid-template-columns: repeat(3, 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; }
    }

    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.8 Ko
   Source (hotel-riu-touareg-5-au-cap-vert-ref-81783.html)
   ---------------------------------------------------------- */
:root {
      --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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;
    }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }

    .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); }
    .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; }

    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; }
    }

    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }

    .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; }

    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }

    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }

    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }

    .cv-sidebar { position: sticky; top: 110px; }
    .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.2rem; font-weight: 300; color: var(--ocean); line-height: 1; }
    .cv-price-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.2rem; }
    .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; }
    .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; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .cv-adults-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }

    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }

    .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,.55); 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,.4); background: var(--ocean-deep); }

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

    .cv-todo-note { margin: 0 0 2rem; padding: 1rem 1.2rem; background: var(--gold-pale); border-left: 3px solid var(--gold); font-size: .78rem; color: var(--ocean-deep); line-height: 1.6; }

    @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; }
      .cv-gallery-grid { grid-template-columns: repeat(3, 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; }
    }

    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.9 Ko
   Source (hotel-santo-antao-art-resort-4-au-cap-vert-ref-77430.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-room-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
    .cv-room-card { border: 1px solid rgba(0,0,0,.08); border-top: 3px solid var(--gold); padding: 1.2rem; }
    .cv-room-card h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; margin: 0 0 .5rem; color: var(--ocean); }
    .cv-room-card p { font-size: .78rem; color: var(--text-muted); line-height: 1.55; margin: 0 0 .5rem; }
    .cv-room-cap { font-size: .7rem; color: var(--gold); font-weight: 600; letter-spacing: .05em; }
    .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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @media (max-width: 960px) { .cv-inclus-grid, .cv-room-grid { grid-template-columns: 1fr; } .cv-infos-grid { grid-template-columns: 1fr 1fr; } .cv-similar-grid { grid-template-columns: 1fr 1fr; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.2 Ko
   Source (hotel-tienne-del-mar-4-au-cap-vert-ref-35794.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .cv-todo-note { background: #fff3cd; border-left: 3px solid #d4a017; padding: .8rem 1.1rem; font-size: .78rem; color: #6b5300; line-height: 1.6; margin: 1.2rem 0; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.0 Ko
   Source (fusionné depuis : hotel-viajante-3-au-cap-vert-ref-55521.html, hotel-vista-mar-3-tarrafal-au-cap-vert-ref-36330.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.1 Ko
   Source (king-fisher-4-tarrafal-au-cap-vert-ref-54414.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .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.2rem; font-weight: 300; color: var(--ocean); line-height: 1; }
    .cv-price-sub { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.7 Ko
   Source (musica-do-mar-au-cap-vert-ref-94828.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-room-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
    .cv-room-card { border: 1px solid rgba(0,0,0,.08); border-top: 3px solid var(--gold); padding: 1.1rem 1.3rem; }
    .cv-room-card h4 { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; margin: 0 0 .3rem; color: var(--ocean); }
    .cv-room-card p { font-size: .78rem; color: var(--text-muted); line-height: 1.55; margin: 0; }
    .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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @media (max-width: 960px) { .cv-inclus-grid, .cv-room-grid { grid-template-columns: 1fr; } .cv-infos-grid { grid-template-columns: 1fr 1fr; } .cv-similar-grid { grid-template-columns: 1fr 1fr; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.1 Ko
   Source (poussada-quinta-montanha-au-cap-vert-ref-77315.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-size: .85rem; letter-spacing: 2px; }
    .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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.0 Ko
   Source (quinta-cochette-au-cap-vert-ref-71043.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.3 Ko
   Source (residencial-che-guevara-au-cap-vert-ref-73046.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 19.8 Ko
   Source (residencial-mimagui-au-cap-vert-ref-14187.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 420px; 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, 3rem); 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 .cv-hero-title { 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 .cv-hero-title 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: 360px; 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.5rem; } .cv-hero-overlay .cv-hero-title { max-width: 100%; font-size: 1.5rem; } .cv-hero-overlay p { max-width: 100%; font-size: .9rem; } .cv-hero-overlay .cv-hero-meta { gap: .8rem; font-size: .7rem; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .cv-room-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; }
    .cv-room-card { border: 1px solid rgba(0,0,0,.08); border-top: 3px solid var(--gold); padding: 1.3rem; }
    .cv-room-card h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; margin: 0 0 .4rem; color: var(--ocean); }
    .cv-room-card p { font-size: .78rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 .5rem; }
    .cv-room-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
    .cv-room-tag { font-size: .65rem; background: var(--sand); color: var(--ocean); padding: .2rem .55rem; }
    .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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @media (max-width: 960px) { .cv-room-grid { grid-template-columns: 1fr; } .cv-infos-grid { grid-template-columns: 1fr 1fr; } .cv-similar-grid { grid-template-columns: 1fr 1fr; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.2 Ko
   Source (strela-montain-lodge-au-cap-vert-ref-83157.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.4 Ko
   Source (terra-lodge-mindelo-au-cap-vert-ref-96618.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @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; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }


/* ----------------------------------------------------------
   Bloc #1 — dans <head> — 21.8 Ko
   Source (the-casa-marel-au-cap-vert-ref-12102.html)
   ---------------------------------------------------------- */
:root { --gold: #b89856; --gold-light: #d4b87a; --gold-dark: #8a6e30; --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; }
html {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-rendering: optimizeLegibility;
      font-feature-settings: "kern" 1, "liga" 1;
    }
        *, *::before, *::after { box-sizing: border-box; }
    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;
    }
    .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); }
    .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; }
    .cv-hero-single { margin-top: 60px; position: relative; width: 100%; height: 460px; 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 .cv-hero-title { 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 .cv-hero-title 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 .cv-hero-title { 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; } }
    .cv-gallery-grid { display: grid; grid-template-columns: repeat(4, 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; } }
    .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; }
    .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; }
    .cv-circuit-head { margin-bottom: 2rem; }
    .cv-tag { font-size: .65rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); 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-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; }
    .cv-heritage-badge { background: var(--ocean-deep); color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .5rem 1rem; display: inline-block; margin-bottom: 1rem; }
    .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: 1.1rem; color: var(--gold); 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-dark); 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-room-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; }
    .cv-room-card { border: 1px solid rgba(0,0,0,.08); border-top: 3px solid var(--gold); padding: 1.4rem; }
    .cv-room-card h4 { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; margin: 0 0 .5rem; color: var(--ocean); }
    .cv-room-card p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 .6rem; }
    .cv-room-cap { font-size: .72rem; color: var(--gold); font-weight: 600; letter-spacing: .05em; }
    .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-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-dark); margin: 0 0 .6rem; }
    .cv-info-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.65; margin: 0; }
    .cv-map-frame { width: 100%; height: 320px; border: 0; margin-top: .5rem; filter: grayscale(.15); }
    .cv-distance-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
    .cv-distance-list li { font-size: .85rem; color: var(--text-muted); display: flex; gap: .5rem; }
    .cv-distance-list li strong { color: var(--text); min-width: 150px; }
    .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-stars-inline { color: var(--gold-dark); font-size: .85rem; letter-spacing: 2px; }
    .cv-avis-text { font-family: var(--serif); font-size:  1.05rem; 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: .78rem; font-weight: 600; }
    .cv-avis-date { font-size: .72rem; color: var(--text-muted); }
    .cv-sidebar { position: sticky; top: 110px; }
    .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; }
    .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; }
    .cv-family-box { border: 1px solid rgba(0,0,0,.1); border-top: 3px solid var(--gold); padding: 1.8rem; margin-bottom: 1.2rem; text-align: center; }
    .cv-family-box .icon { font-size: 2rem; margin-bottom: .5rem; }
    .cv-family-box h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; margin: 0 0 .6rem; color: var(--ocean); }
    .cv-family-box p { font-size: .8rem; color: var(--text-muted); line-height: 1.6; margin: 0 0 1.2rem; }
    .cv-trust-mini { padding: 1.2rem; border: 1px solid rgba(0,0,0,.07); margin-bottom: 1.2rem; }
    .cv-trust-mini h4 { font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); 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-dark); font-weight: 700; flex-shrink: 0; }
    .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: 150px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
    .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.1rem 1.2rem; }
    .cv-sim-tag { font-size: .6rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .3rem; }
    .cv-sim-title { font-family: var(--serif); font-size: 1.05rem; margin: 0 0 .3rem; line-height: 1.25; }
    .cv-sim-meta { font-size: .74rem; color: var(--text-muted); }
    .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,.55); 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,.4); background: var(--ocean-deep); }
    .cv-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
    .cv-reveal.visible { opacity: 1; transform: translateY(0); }
    @media (max-width: 960px) { .cv-inclus-grid, .cv-room-grid { grid-template-columns: 1fr; } .cv-infos-grid { grid-template-columns: 1fr 1fr; } .cv-similar-grid { grid-template-columns: 1fr 1fr; } .cv-gallery-grid { grid-template-columns: repeat(3, 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; } }
    .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); }
    .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); }
    .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; } }
    .cv-mobile-sidebar { margin: 2rem 0 1.5rem; }
    .cv-mobile-sidebar .cv-family-box { margin-bottom: 1.2rem; }
    @media (min-width: 993px) { .cv-mobile-sidebar { display: none !important; } }
    .cv-faq-list { display: flex; flex-direction: column; gap: .8rem; }
    .cv-faq-item { border: 1px solid rgba(0,0,0,.08); border-top: 2px solid var(--gold); }
    .cv-faq-item summary { cursor: pointer; padding: 1rem 1.2rem; font-family: var(--serif); font-size: 1.05rem; font-weight: 500; color: var(--ocean); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
    .cv-faq-item summary::-webkit-details-marker { display: none; }
    .cv-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--gold-dark); flex-shrink: 0; }
    .cv-faq-item[open] summary::after { content: '\2212'; }
    .cv-faq-item p { margin: 0 1.2rem 1.1rem; font-size: .9rem; color: var(--text-muted); line-height: 1.65; }

