/* =========================================================================
   Vaucluse Tourisme — identité visuelle
   Palette Provence : pierre calcaire, lavande, ocre de Roussillon, olivier.
   Deux familles : Fraunces (titres, caractère éditorial) + Mulish (lecture).
   ========================================================================= */

:root{
  --paper:#f7f5ef;        /* pierre calcaire, base */
  --card:#ffffff;
  --ink:#23303a;          /* ardoise profonde, texte */
  --ink-soft:#586570;
  --lavender:#6c5b9e;     /* accent principal */
  --lavender-deep:#4f4179;
  --ochre:#c0842b;        /* accent secondaire, parcimonie */
  --sage:#6e7e5b;         /* nature */
  --line:#e6e1d4;
  --line-strong:#d8d2c2;
  --shadow:0 12px 30px -18px rgba(35,48,58,.45);
  --radius:14px;
  --wrap:1140px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Mulish",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size:1.0625rem;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--lavender-deep);text-decoration:none}
a:hover{text-decoration:underline}

h1,h2,h3,h4{font-family:"Fraunces",Georgia,serif;line-height:1.12;color:var(--ink);font-weight:600}
.container{max-width:var(--wrap);margin-inline:auto;padding-inline:20px}

/* Accessibilité */
.vt-skip{position:absolute;left:-999px;top:0;background:var(--ink);color:#fff;padding:.6rem 1rem;z-index:1000}
.vt-skip:focus{left:8px;top:8px}
a:focus-visible,button:focus-visible,.vt-btn:focus-visible{outline:3px solid var(--ochre);outline-offset:2px}

/* ---------- Bouton ------------------------------------------------------- */
.vt-btn{
  display:inline-block;background:var(--lavender);color:#fff;
  padding:.7rem 1.4rem;border-radius:999px;font-weight:700;
  font-family:"Mulish",sans-serif;letter-spacing:.01em;
  transition:background .18s ease, transform .18s ease;
}
.vt-btn:hover{background:var(--lavender-deep);color:#fff;text-decoration:none;transform:translateY(-1px)}
.vt-btn--booking{background:var(--ochre)}
.vt-btn--booking:hover{background:#a56e1f}

/* ---------- En-tête / navigation ---------------------------------------- */
.vt-header{position:sticky;top:0;z-index:900;background:rgba(247,245,239,.94);
  backdrop-filter:saturate(1.2) blur(6px);border-bottom:1px solid var(--line)}
.vt-navbar{padding-block:.5rem}
.vt-brand{display:flex;flex-direction:column;line-height:1}
.vt-brand__name{font-family:"Fraunces",serif;font-weight:900;font-size:1.5rem;color:var(--ink);letter-spacing:-.01em}
.vt-brand__sub{font-size:.72rem;color:var(--ink-soft);margin-top:.15rem}
.vt-nav .nav-link{color:var(--ink);font-weight:600;padding:.5rem .9rem;border-radius:8px}
.vt-nav .nav-link:hover{color:var(--lavender-deep);text-decoration:none;background:rgba(108,91,158,.08)}

/* ---------- Hero accueil ------------------------------------------------- */
.vt-hero{position:relative;margin-bottom:2.5rem}
.vt-hero__media{
  min-height:62vh;background-size:cover;background-position:center;
  position:relative;
}
.vt-hero__media::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(35,48,58,0) 30%,rgba(35,48,58,.78) 100%)}
.vt-hero__media--ph{
  background:linear-gradient(135deg,var(--lavender) 0%,var(--lavender-deep) 45%,var(--ochre) 120%);
  display:flex;align-items:center;justify-content:center;
}
.vt-hero__media--ph::after{background:linear-gradient(180deg,rgba(35,48,58,0) 40%,rgba(35,48,58,.55) 100%)}
.vt-hero__phlabel{position:relative;z-index:1;color:rgba(255,255,255,.85);font-weight:700;
  border:2px dashed rgba(255,255,255,.6);padding:.6rem 1.2rem;border-radius:10px}
.vt-hero__panel{position:absolute;left:0;right:0;bottom:0;padding-bottom:2rem}
.vt-hero__kicker{color:#fff;opacity:.9;font-weight:700;margin:0 0 .4rem}
.vt-hero__title{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:900;margin:0 0 .6rem;max-width:20ch}
.vt-hero__title a{color:#fff}
.vt-hero__title a:hover{color:#fff;text-decoration:none}
.vt-hero__excerpt{color:rgba(255,255,255,.92);max-width:60ch;margin:0 0 1.1rem;font-size:1.1rem}

/* ---------- Intro accueil ----------------------------------------------- */
.vt-intro{max-width:72ch;margin:0 auto 2.5rem;text-align:center;font-size:1.18rem;color:var(--ink-soft)}
.vt-intro p{margin:0}

/* ---------- Sections ----------------------------------------------------- */
.vt-section{margin-block:3rem}
.vt-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;
  border-bottom:2px solid var(--line-strong);padding-bottom:.6rem;margin-bottom:1.6rem}
.vt-section__title{font-size:1.6rem;margin:0}
.vt-section__title a{color:var(--ink)}
.vt-section__title a:hover{color:var(--lavender-deep);text-decoration:none}
.vt-section__more{font-weight:700;white-space:nowrap;color:var(--lavender-deep)}

/* ---------- Cartes ------------------------------------------------------- */
.vt-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}
.vt-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}
.vt-card__media{display:block;aspect-ratio:3/2;overflow:hidden;background:#ece7db}
.vt-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.vt-card:hover .vt-card__media img{transform:scale(1.04)}
.vt-card__ph{display:flex;align-items:center;justify-content:center;height:100%;
  background:repeating-linear-gradient(45deg,#efeadd,#efeadd 12px,#e9e3d3 12px,#e9e3d3 24px);color:var(--ink-soft)}
.vt-card__ph span{border:2px dashed var(--line-strong);padding:.35rem .8rem;border-radius:8px;font-weight:700;background:rgba(255,255,255,.5)}
.vt-card__body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.5rem}
.vt-card__cat{color:var(--sage);font-weight:700;font-size:.85rem}
.vt-card__title{font-size:1.28rem;margin:0}
.vt-card__title a{color:var(--ink)}
.vt-card__title a:hover{color:var(--lavender-deep);text-decoration:none}
.vt-card__excerpt{margin:0;color:var(--ink-soft);font-size:.97rem}

/* ---------- En-tête de rubrique ----------------------------------------- */
.vt-cathead{max-width:74ch;margin:2.4rem auto 2rem;text-align:center}
.vt-cathead__kicker{color:var(--ochre);font-weight:700;margin:0 0 .3rem}
.vt-cathead__title{font-size:clamp(2rem,4vw,2.8rem);margin:0 0 .6rem}
.vt-cathead__desc{color:var(--ink-soft);font-size:1.12rem;margin:0}
.vt-empty{text-align:center;color:var(--ink-soft);padding:3rem 0}

/* ---------- Article ------------------------------------------------------ */
.vt-article__hero{min-height:56vh;background-size:cover;background-position:center;position:relative;margin-bottom:2rem}
.vt-article__hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(35,48,58,0) 55%,rgba(35,48,58,.25))}
.vt-article__hero--ph{background:linear-gradient(135deg,var(--sage),var(--lavender-deep));display:flex;align-items:center;justify-content:center}
.vt-article__phlabel{position:relative;z-index:1;color:#fff;font-weight:700;border:2px dashed rgba(255,255,255,.6);padding:.7rem 1.3rem;border-radius:10px;max-width:80%;text-align:center}
.vt-article__herocredit{position:absolute;right:10px;bottom:8px;color:rgba(255,255,255,.9);font-size:.78rem;z-index:1}

.vt-article__wrap{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:2.5rem;align-items:start}
.vt-article__main{min-width:0}
.vt-crumbs{color:var(--ink-soft);font-size:.9rem;margin-bottom:.8rem}
.vt-article__title{font-size:clamp(1.9rem,3.6vw,2.9rem);margin:0 0 .7rem;max-width:22ch}
.vt-article__meta{display:flex;gap:1.2rem;color:var(--ink-soft);font-size:.9rem;font-weight:600;margin:0 0 1.3rem}
.vt-article__lead{font-size:1.22rem;line-height:1.5;color:var(--ink);font-family:"Fraunces",serif;font-weight:400;
  border-left:3px solid var(--ochre);padding-left:1rem;margin:0 0 1.6rem}
.vt-article__side{position:sticky;top:90px}

/* Prose */
.vt-prose{font-size:1.09rem;line-height:1.72;max-width:70ch}
.vt-prose h2{font-size:1.7rem;margin:2.2rem 0 .8rem}
.vt-prose h3{font-size:1.32rem;margin:1.8rem 0 .6rem}
.vt-prose p{margin:0 0 1.15rem}
.vt-prose ul,.vt-prose ol{margin:0 0 1.2rem;padding-left:1.3rem}
.vt-prose li{margin-bottom:.4rem}
.vt-prose a{color:var(--lavender-deep);text-decoration:underline;text-underline-offset:2px}
.vt-prose blockquote{margin:1.6rem 0;padding:.4rem 0 .4rem 1.3rem;border-left:4px solid var(--lavender);
  font-family:"Fraunces",serif;font-size:1.2rem;color:var(--ink)}
.vt-prose code{background:#efeadd;padding:.1rem .35rem;border-radius:5px;font-size:.9em}
.vt-prose hr{border:0;border-top:1px solid var(--line-strong);margin:2rem 0}
.vt-figure{margin:1.8rem 0}
.vt-figure .vt-img{width:100%;border-radius:10px}
.vt-figure figcaption{font-size:.85rem;color:var(--ink-soft);margin-top:.5rem;text-align:center}

/* Emplacement photo (image manquante) */
.vt-photo__box{border:2px dashed var(--line-strong);border-radius:10px;background:
  repeating-linear-gradient(45deg,#f0ebde,#f0ebde 14px,#eae4d4 14px,#eae4d4 28px);
  min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;color:var(--ink-soft);text-align:center;padding:1.5rem}
.vt-photo__tag{font-weight:800;color:var(--lavender-deep)}
.vt-photo__hint{font-size:.95rem}
.vt-photo__path{background:rgba(255,255,255,.7);padding:.2rem .5rem;border-radius:6px;font-size:.8rem}

/* Tags */
.vt-tags{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:2rem 0 0}
.vt-tags li{background:#efeadd;color:var(--ink-soft);padding:.25rem .7rem;border-radius:999px;font-size:.82rem;font-weight:600}

.vt-related{margin:3.5rem 0 2rem;border-top:1px solid var(--line-strong);padding-top:2rem}

/* ---------- Publicité ---------------------------------------------------- */
.vt-ad{margin:2rem 0;text-align:center}
.vt-ad__mention{display:block;font-size:.7rem;letter-spacing:.08em;color:var(--ink-soft);margin-bottom:.3rem}
.vt-ad--ph{border:1px dashed var(--line-strong);border-radius:10px;background:rgba(255,255,255,.5);
  padding:1.4rem;color:var(--ink-soft)}
.vt-ad--ph .vt-ad__hint{font-weight:700}
.vt-ad--top.vt-ad--ph{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.vt-ad--sidebar.vt-ad--ph{min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center}

/* ---------- Affiliation -------------------------------------------------- */
.vt-affil{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  padding:1.5rem 1.6rem;margin:2.2rem 0;box-shadow:var(--shadow)}
.vt-affil__kicker{color:var(--ochre);font-weight:700;margin:0 0 .2rem;font-size:.9rem}
.vt-affil__title{font-size:1.4rem;margin:0 0 .5rem}
.vt-affil__text{color:var(--ink-soft);margin:0 0 1rem}
.vt-affil__disc{font-size:.78rem;color:var(--ink-soft);margin:.9rem 0 0}
.vt-affil--ph{border-style:dashed;box-shadow:none;background:rgba(255,255,255,.55)}
.vt-affil__badge{display:inline-block;background:#efeadd;color:var(--ink-soft);font-weight:700;
  padding:.4rem .8rem;border-radius:8px;font-size:.88rem}

/* ---------- Pages statiques / 404 --------------------------------------- */
.vt-page{max-width:72ch;margin:2.5rem auto}
.vt-page__title{font-size:clamp(2rem,4vw,2.8rem);margin:0 0 1.4rem}
.vt-404{text-align:center;padding:5rem 0}
.vt-404__code{font-family:"Fraunces",serif;font-weight:900;font-size:5rem;color:var(--lavender);margin:0;line-height:1}
.vt-404__title{font-size:2rem;margin:.4rem 0 1rem}
.vt-404__text{color:var(--ink-soft);max-width:52ch;margin:0 auto 1.6rem}

/* ---------- Pied de page ------------------------------------------------- */
.vt-footer{background:var(--ink);color:#cfd7dd;margin-top:4rem;padding:3rem 0 2rem}
.vt-footer a{color:#e7ecef}
.vt-footer a:hover{color:#fff}
.vt-footer__brand{font-family:"Fraunces",serif;font-weight:900;font-size:1.5rem;color:#fff;margin-bottom:.6rem}
.vt-footer__desc{color:#a7b2bb;font-size:.95rem;max-width:40ch}
.vt-footer__title{font-size:1rem;color:#fff;margin:0 0 .8rem;font-family:"Mulish",sans-serif;font-weight:700}
.vt-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}
.vt-footer__legal{border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1.2rem;
  color:#8794a0;font-size:.82rem}

/* ---------- Responsive --------------------------------------------------- */
@media (max-width:991px){
  .vt-article__wrap{grid-template-columns:1fr}
  .vt-article__side{position:static;order:2}
  .vt-ad--sidebar.vt-ad--ph{min-height:120px}
}
@media (max-width:575px){
  body{font-size:1rem}
  .vt-hero__media{min-height:56vh}
  .vt-section__head{flex-direction:column;align-items:flex-start;gap:.2rem}
}

@media (prefers-reduced-motion:reduce){
  *{transition:none!important;scroll-behavior:auto!important}
}

/*masque aside adsense*/
.vt-article__wrap { grid-template-columns: 1fr; }
.vt-article__side { display: none; }
.vt-prose{ max-width:none !important; }
