:root{
    --header:#ce4b38;
    --header-dark:#a83a2b;
    --bg:#ffffff;
    --paper:#f7f4ef;
    --blue:#cbe2f1;
    --yellow:#fff5c6;
    --ink:#221d1a;
    --ink-soft:#5f5854;
    --line: rgba(34,29,26,.12);

    --u-halle:#8d82b8;
    --u-village:#5e7447;
    --u-terroirs:#5f2513;
    --u-food:#c05235;
    --u-maison:#92a8a0;
    --u-auto:#3172b5;

    --font-body: 'Inter', sans-serif;
    --font-num: 'Inter', sans-serif;
    --radius: 8px;
    --radius-pill: 999px;
  }

  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{ font-family:var(--font-body); color:var(--ink); background:var(--bg); -webkit-font-smoothing:antialiased; }
  a{color:inherit;text-decoration:none;}
  ul{list-style:none;}
  img{display:block;width:100%;height:100%;object-fit:cover;}
  .wrap{max-width:1200px;margin:0 auto;padding:0 32px;}
  section{position:relative;}

  .photo-ph{
    background: repeating-linear-gradient(135deg, #ddd0b8 0px, #ddd0b8 2px, #cdbc9b 2px, #cdbc9b 4px);
    display:flex; align-items:center; justify-content:center;
    color:#6b5c3f; font-size:12px; font-weight:600; text-align:center; padding:14px; line-height:1.4;
  }
  .photo-ph.tone-blue{ background:repeating-linear-gradient(135deg,#b9d3e6 0,#b9d3e6 2px,#a8c4da 2px,#a8c4da 4px); color:#3a5a72; }
  .photo-ph.tone-green{ background:repeating-linear-gradient(135deg,#a9bb95 0,#a9bb95 2px,#96aa80 2px,#96aa80 4px); color:#38431f; }
  .photo-ph.tone-rust{ background:repeating-linear-gradient(135deg,#d99f89 0,#d99f89 2px,#c88b73 2px,#c88b73 4px); color:#5a2a16; }
  .photo-ph.tone-yellow{ background:repeating-linear-gradient(135deg,#f0e2ab 0,#f0e2ab 2px,#e3d28c 2px,#e3d28c 4px); color:#5c4c15; }

  .eyebrow{ font-size:12.5px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--header); }

  .btn{
    display:inline-flex; align-items:center; gap:8px; padding:13px 26px; border-radius:4px;
    font-weight:700; font-size:14.5px; border:1.5px solid transparent; cursor:pointer; transition:opacity .15s ease;
  }
  .btn-primary{ background:var(--header); color:#fff; }
  .btn-primary:hover{ opacity:.88; }
  .btn-ghost{ background:transparent; border-color:var(--ink); color:var(--ink); }
  .btn-ghost:hover{ background:var(--ink); color:#fff; }
  .btn-light{ background:#fff; color:var(--header); }
  .btn-light:hover{ opacity:.88; }
  .btn-link{ font-weight:700; font-size:13.5px; color:var(--header); display:inline-flex; align-items:center; gap:6px; }
  .btn-link:hover{ text-decoration:underline; }

  /* ================= HERO BANNER ================= */
  .hero{ position:relative; height:74vh; min-height:480px; overflow:hidden; }
  .hero .photo-ph{ position:absolute; inset:0; height:100%; }
  .hero::after{
    content:""; position:absolute; inset:0;
    background:linear-gradient(0deg, rgba(20,15,12,.72) 0%, rgba(20,15,12,.15) 55%, rgba(20,15,12,.05) 100%);
  }
  .hero-content{
    position:relative; z-index:2; height:100%;
    max-width:1200px; margin:0 auto; padding:0 32px 56px;
    display:flex; flex-direction:column; justify-content:flex-end;
  }
  .hero-date-tag{
    display:inline-flex; align-items:center; gap:8px; align-self:flex-start;
    background:var(--header); color:#fff; font-weight:700; font-size:13px;
    padding:9px 16px; border-radius:4px; margin-bottom:22px; letter-spacing:.02em;
  }
  .hero-content h1{
    color:#fff; font-size:clamp(32px,4.6vw,56px); font-weight:800; letter-spacing:-.02em; line-height:1.06;
    max-width:760px; margin-bottom:24px;
  }
  .hero-actions{ display:flex; gap:14px; flex-wrap:wrap; }
  .hero-dots{ position:absolute; bottom:24px; right:32px; z-index:2; display:flex; gap:8px; }
  .hero-dots span{ width:7px;height:7px;border-radius:50%; background:rgba(255,255,255,.4); }
  .hero-dots span:first-child{ background:#fff; width:20px; border-radius:4px; }

  /* ================= CHIFFRES CLÉS ================= */
  .chiffres{ background:var(--paper); border-bottom:1px solid var(--line); }
  .chiffres .wrap{ display:flex; justify-content:space-between; padding:52px 32px; flex-wrap:wrap; gap:32px; }
  .chiffre{ text-align:center; flex:1; min-width:130px; }
  .chiffre .num{ font-family:var(--font-num); font-weight:900; font-size:clamp(28px,3.4vw,44px); color:var(--header); letter-spacing:-.01em; line-height:1; }
  .chiffre .lbl{ margin-top:8px; font-size:13px; color:var(--ink-soft); font-weight:600; }

  /* ================= SECTION HEADERS ================= */
  .sec-head{ margin-bottom:40px; max-width:640px; }
  .sec-head h2{
    display:block;
    width:100%;
    max-width:640px;
    margin:10px 0 0;
    font-size:clamp(26px,3vw,38px);
    font-weight:800;
    line-height:1.1;
    letter-spacing:-.02em;
    white-space:normal !important;
}
  .sec-head p{ margin-top:14px; color:var(--ink-soft); font-size:15px; line-height:1.6; }
  section.pad{ padding:96px 0; }
  @media (max-width:700px){ section.pad{ padding:60px 0; } }

  /* ================= UNIVERS — grille conventionnelle ================= */
  .univers-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px 24px; }
  @media (max-width:900px){ .univers-grid{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .univers-grid{ grid-template-columns:1fr; } }
  .u-card{ display:block; }
  .u-photo{ height:190px; border-radius:var(--radius); overflow:hidden; margin-bottom:16px; position:relative; }
  .u-photo .swatch{ position:absolute; top:12px; left:12px; width:34px; height:34px; border-radius:50%; border:2px solid #fff; box-shadow:0 2px 6px rgba(0,0,0,.2); }
  .u-card h3{ font-size:18px; font-weight:800; margin-bottom:8px; letter-spacing:-.01em; }
  .u-card p{ font-size:13.5px; color:var(--ink-soft); line-height:1.55; margin-bottom:12px; }

  /* ================= VILLAGE HDF — bandeau événement ================= */
  .village{ background:var(--paper); }
  .village-grid{ display:grid; grid-template-columns:1fr 1fr; align-items:center; }
  @media (max-width:900px){ .village-grid{ grid-template-columns:1fr; } }
  .village-photo{ height:460px; }
  @media (max-width:900px){ .village-photo{ height:300px; order:-1; } }
  .village-copy{ padding:64px; }
  @media (max-width:900px){ .village-copy{ padding:44px 32px; } }
  .village-copy .eyebrow{ display:inline-block; background:var(--u-village); color:#fff; padding:6px 13px; border-radius:4px; margin-bottom:20px; }
  .village-copy h2{ font-size:clamp(26px,3.2vw,38px); font-weight:800; letter-spacing:-.02em; margin-bottom:18px; }
  .village-copy p.lead{ font-size:15px; color:var(--ink-soft); line-height:1.65; margin-bottom:24px; max-width:460px; }
  .village-list{ margin-bottom:28px; }
  .village-list li{ display:flex; gap:10px; align-items:flex-start; font-size:14px; padding:9px 0; border-top:1px solid var(--line); }
  .village-list li:first-child{ border-top:none; }
  .village-list li::before{ content:"—"; color:var(--u-village); font-weight:700; flex-shrink:0; }
  .village-partner-note{
    display:flex; align-items:center; gap:14px; margin-top:8px;
    border:1px solid var(--line); border-radius:var(--radius); padding:14px 16px; background:#fff;
  }
  .partner-slot{ width:90px;height:40px;border-radius:4px; background:var(--paper); display:flex;align-items:center;justify-content:center; font-size:10px; font-weight:700; color:var(--ink-soft); text-align:center; }
  .logo-slot{ background:#fff; border:1px solid var(--line); padding:6px; }
  .logo-slot img{ width:100%; height:100%; object-fit:contain; }
  .village-partner-note span{ font-size:12.5px; color:var(--ink-soft); }

  /* ================= CTA BILLETTERIE ================= */
  .cta-band{ background:var(--blue); }
  .cta-grid{ display:grid; grid-template-columns:1.1fr .9fr; align-items:center; }
  @media (max-width:900px){ .cta-grid{ grid-template-columns:1fr; } }
  .cta-copy{ padding:70px 64px; }
  @media (max-width:900px){ .cta-copy{ padding:48px 32px; } }
  .cta-copy h2{ font-size:clamp(24px,3vw,34px); font-weight:800; letter-spacing:-.02em; margin-bottom:14px; max-width:420px; }
  .cta-copy p{ font-size:14.5px; color:var(--ink-soft); max-width:400px; margin-bottom:26px; line-height:1.6; }
  .cta-photo{ height:340px; }
  @media (max-width:900px){ .cta-photo{ height:220px; order:-1; } }

  /* ================= GALERIE ================= */
  /* ---- exemples exposants + partner note (page Univers) ---- */
  .u-exemples{ margin-top:40px; }
  .u-ex-label{ display:block; font-size:11.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-soft); margin-bottom:16px; }
  .u-ex-row{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
  @media (max-width:700px){ .u-ex-row{ grid-template-columns:1fr; } }
  .u-ex-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:16px 18px; }
  .u-ex-card b{ display:block; font-size:14px; font-weight:800; margin-bottom:4px; }
  .u-ex-card span{ font-size:12.5px; color:var(--ink-soft); }
  .u-ex-card.u-ex-dark{ background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.22); }
  .u-ex-card.u-ex-dark b{ color:#fff; }
  .u-ex-card.u-ex-dark span{ color:rgba(255,255,255,.75); }
  .u-partner-note{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; margin-top:28px; border:1px dashed rgba(255,255,255,.4); border-radius:var(--radius); padding:16px 20px; }
  .u-partner-note .partner-slot{ width:100px;height:44px;border-radius:6px; background:rgba(255,255,255,.9); display:flex;align-items:center;justify-content:center; color:var(--u-village); font-weight:800; font-size:11px; text-align:center; }
  .u-partner-note p{ font-size:12.5px; color:rgba(255,255,255,.85); max-width:340px; }

  .galerie-grid{
    display:grid; grid-template-columns:repeat(4, 1fr); grid-auto-rows:150px; gap:14px;
  }
  .galerie-grid .g-item:nth-child(1){ grid-column:span 2; grid-row:span 2; }
  .galerie-grid .g-item:nth-child(4){ grid-column:span 2; }
  @media (max-width:860px){
    .galerie-grid{ grid-template-columns:repeat(2,1fr); grid-auto-rows:130px; }
    .galerie-grid .g-item:nth-child(4){ grid-column:span 1; }
  }
  .g-item{ border-radius:var(--radius); overflow:hidden; }

  /* ================= INFOS PRATIQUES ================= */
  .infos{ background:var(--paper); }
  .infos-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
  @media (max-width:900px){ .infos-grid{ grid-template-columns:1fr; gap:32px; } }
  .infos-list{ display:grid; grid-template-columns:1fr 1fr; gap:28px 24px; }
  @media (max-width:480px){ .infos-list{ grid-template-columns:1fr; } }
  .infos-item h4{ font-size:12.5px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:var(--header); margin-bottom:8px; }
  .infos-item p{ font-size:15px; font-weight:600; line-height:1.4; }
  .infos-item span{ display:block; font-size:12.5px; color:var(--ink-soft); font-weight:400; margin-top:4px; }
  .infos-photo{ height:420px; border-radius:var(--radius); overflow:hidden; }
  @media (max-width:900px){ .infos-photo{ height:280px; } }

  .infos-callouts{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:32px; }
  @media (max-width:700px){ .infos-callouts{ grid-template-columns:1fr; } }
  .callout-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:22px 24px; }
  .callout-top{ display:flex; align-items:center; gap:12px; margin-bottom:12px; }
  .callout-top b{ font-size:14.5px; font-weight:800; }
  .callout-icon{ width:36px; height:36px; border-radius:50%; background:var(--blue); display:flex; align-items:center; justify-content:center; font-size:16px; flex-shrink:0; }
  .callout-card p{ font-size:13px; color:var(--ink-soft); line-height:1.55; margin-top:6px; }
  .callout-card p:first-of-type{ margin-top:0; }
  .callout-note{ font-style:italic; opacity:.8; }

  .infos-photo img{ width:100%; height:100%; object-fit:cover; }

  .plan-discover{
    margin-top:24px; background:#fff; border:1px solid var(--line); border-radius:var(--radius);
    padding:22px 26px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  }
  .plan-discover b{ display:block; font-size:14.5px; font-weight:800; margin-bottom:4px; }
  .plan-discover span{ font-size:12.5px; color:var(--ink-soft); }

  .parking-schema-block{ display:grid; grid-template-columns:1.5fr 1fr; gap:20px; margin-top:20px; background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
  @media (max-width:700px){ .parking-schema-block{ grid-template-columns:1fr; } }
  .parking-schema-photo{
    background: repeating-linear-gradient(135deg, #ddd0b8 0px, #ddd0b8 2px, #cdbc9b 2px, #cdbc9b 4px);
    min-height:320px; display:flex; align-items:center; justify-content:center; padding:20px;
    color:#6b5c3f; font-size:12px; font-weight:600; text-align:center; line-height:1.4;
  }
  .parking-schema-text{ padding:22px 24px 22px 0; }
  @media (max-width:700px){ .parking-schema-text{ padding:22px 24px; } }
  .parking-schema-text b{ display:block; font-size:14.5px; font-weight:800; margin-bottom:10px; }
  .parking-schema-text p{ font-size:13px; color:var(--ink-soft); line-height:1.55; margin-top:8px; }
  .parking-schema-text p:first-of-type{ margin-top:0; }

  .conseil-card{
    margin-top:20px;
    background:var(--yellow); border-radius:var(--radius); padding:22px 26px;
  }
  .conseil-card b{ display:block; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; margin-bottom:6px; }
  .conseil-card p{ font-size:13.5px; line-height:1.55; color:var(--ink); }

  .ticket-options{ display:flex; align-items:center; gap:28px; margin-bottom:40px; }
  @media (max-width:700px){ .ticket-options{ flex-direction:column; align-items:stretch; } }
  .ticket-option{ flex:1; background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px 24px; text-align:center; }
  .ticket-option-icon{ width:52px; height:52px; border-radius:50%; background:var(--blue); display:flex; align-items:center; justify-content:center; font-size:22px; margin:0 auto 14px; }
  .ticket-option b{ display:block; font-size:16px; font-weight:800; margin-bottom:8px; }
  .ticket-option p{ font-size:13px; color:var(--ink-soft); line-height:1.55; }
  .ticket-option-sep{ font-size:12px; font-weight:700; color:var(--ink-soft); text-transform:uppercase; letter-spacing:.06em; }
  @media (max-width:700px){ .ticket-option-sep{ text-align:center; } }

  .ticket-cta-band{
    background:var(--ink); color:#fff; border-radius:var(--radius); padding:26px 30px;
    display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap;
  }
  .ticket-cta-band b{ display:block; font-size:15.5px; font-weight:800; margin-bottom:4px; }
  .ticket-cta-band span{ font-size:13px; opacity:.75; }

  /* ================= NOCTURNES ================= */
  /* ---- offre tarifs (page Espace pro) ---- */
  .tarifs-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
  @media (max-width:900px){ .tarifs-grid{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .tarifs-grid{ grid-template-columns:1fr; } }
  .tarif-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:24px; display:flex; flex-direction:column; gap:12px; }
  .tarif-top{ display:flex; align-items:center; gap:10px; }
  .tarif-top .dot{ width:10px;height:10px;border-radius:50%; flex-shrink:0; }
  .tarif-top h4{ font-size:15.5px; font-weight:800; }
  .tarif-tags{ font-size:12.5px; color:var(--ink-soft); line-height:1.5; min-height:38px; }
  .tarif-price{ font-family:var(--font-num); font-weight:900; font-size:22px; color:var(--header); }
  .tarif-price b{ font-size:26px; }
  .tarif-note{ font-size:11px; color:var(--ink-soft); font-style:italic; }

  /* ---- FAQ accordeon (page Infos pratiques) — HTML/CSS pur, sans JS ---- */
  .faq-list{ max-width:760px; }
  .faq-item{ border-bottom:1px solid var(--line); }
  .faq-item summary{
    display:flex; align-items:center; justify-content:space-between; gap:16px; cursor:pointer; list-style:none;
    padding:20px 0; font-size:15px; font-weight:700;
  }
  .faq-item summary::-webkit-details-marker{ display:none; }
  .faq-item summary .chev{ font-size:13px; color:var(--ink-soft); transition:transform .2s ease; flex-shrink:0; }
  .faq-item[open] summary .chev{ transform:rotate(180deg); }
  .faq-item p{ font-size:14px; color:var(--ink-soft); line-height:1.65; padding:0 0 20px; max-width:640px; }

  .noct-band{ background:var(--ink); color:#fff; }
  .noct-grid{ display:flex; align-items:center; justify-content:space-between; gap:32px; padding:44px 0; flex-wrap:wrap; }
  .noct-copy h3{ font-size:22px; font-weight:800; margin-bottom:8px; }
  .noct-copy p{ font-size:14px; opacity:.7; max-width:420px; }
  .noct-dates{ display:flex; gap:14px; }
  .noct-date{ background:rgba(255,255,255,.08); border-radius:var(--radius); padding:16px 22px; text-align:center; }
  .noct-date .d{ font-family:var(--font-num); font-weight:900; font-size:24px; }
  .noct-date .m{ font-size:11px; opacity:.65; text-transform:uppercase; letter-spacing:.06em; margin-top:2px; }

  /* ================= JOURNAL ================= */
  /* ---- article a la une + pagination (page Journal) ---- */
  .j-featured{ display:grid; grid-template-columns:1.1fr .9fr; gap:36px; align-items:center; margin-bottom:56px; padding-bottom:48px; border-bottom:1px solid var(--line); }
  @media (max-width:860px){ .j-featured{ grid-template-columns:1fr; } }
  .j-featured-photo{ height:320px; border-radius:var(--radius); }
  .j-featured-body .j-tag{ margin-bottom:16px; }
  .j-featured-body h3{ font-size:clamp(20px,2.4vw,28px); font-weight:800; letter-spacing:-.01em; line-height:1.2; margin-bottom:12px; }
  .j-featured-body p{ font-size:14px; color:var(--ink-soft); line-height:1.6; margin-bottom:16px; }
  .j-pagination{ display:flex; justify-content:center; align-items:center; gap:8px; margin-top:52px; }
  .j-page{ width:36px;height:36px;border-radius:50%; display:flex;align-items:center;justify-content:center; font-size:13px; font-weight:700; color:var(--ink-soft); border:1px solid var(--line); }
  .j-page.active{ background:var(--ink); border-color:var(--ink); color:#fff; }

  .j-filters{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom:40px; }
  .j-filter{ padding:9px 17px; border-radius:4px; font-size:13px; font-weight:700; border:1px solid var(--line); background:#fff; color:var(--ink-soft); cursor:pointer; }
  .j-filter.active{ background:var(--ink); border-color:var(--ink); color:#fff; }
  .j-tag{ display:inline-flex; align-items:center; gap:6px; font-size:10.5px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; padding:5px 11px; border-radius:4px; }
  .j-tag.t-actu{ background:var(--blue); color:var(--ink); }
  .j-tag.t-annonce{ background:var(--yellow); color:var(--ink); }
  .j-tag.t-exclu{ background:var(--header); color:#fff; }
  .j-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
  @media (max-width:860px){ .j-grid{ grid-template-columns:repeat(2,1fr); } }
  @media (max-width:560px){ .j-grid{ grid-template-columns:1fr; } }
  .j-card-photo{ height:180px; border-radius:var(--radius); margin-bottom:16px; }
  .j-card .j-tag{ margin-bottom:12px; }
  .j-card h4{ font-size:16px; font-weight:800; line-height:1.3; margin-bottom:8px; }
  .j-card p{ font-size:13px; color:var(--ink-soft); line-height:1.55; margin-bottom:12px; }
  .j-meta{ font-size:11.5px; color:var(--ink-soft); }
  .j-more{ text-align:center; margin-top:48px; }

  /* ================= REJOINDRE / ESPACE PRO ================= */
  .join-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
  @media (max-width:800px){ .join-grid{ grid-template-columns:1fr; } }
  .join-card{ border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
  .join-photo{ height:200px; }
  .join-body{ padding:30px; }
  .join-body h3{ font-size:20px; font-weight:800; margin-bottom:10px; }
  .join-body p{ font-size:14px; color:var(--ink-soft); line-height:1.6; margin-bottom:20px; }

  /* ================= EXPOSANTS ================= */
  .exposants{ border-radius:var(--radius); border:1.5px dashed var(--line); padding:56px 40px; text-align:center; }
  .exposants .lock{ width:48px;height:48px;border-radius:50%; background:var(--yellow); margin:0 auto 18px; display:flex;align-items:center;justify-content:center; font-size:18px; }
  .exposants h3{ font-size:20px; font-weight:800; margin-bottom:10px; }
  .exposants p{ font-size:14px; color:var(--ink-soft); max-width:420px; margin:0 auto 20px; }
  .exposants-note{ display:inline-block; font-size:11.5px; font-weight:700; color:var(--header); background:rgba(206,75,56,.08); padding:6px 14px; border-radius:4px; }

  /* ================= FOOTER (fonce, partenaires integres) ================= */
  footer{ background:var(--ink); color:#fff; }
  .footer-top{ padding:60px 0 44px; display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:40px; }
  @media (max-width:900px){ .footer-top{ grid-template-columns:1fr 1fr; } }
  @media (max-width:560px){ .footer-top{ grid-template-columns:1fr; } }
  .foot-brand .logo-chip{ display:inline-flex; align-items:center; background:var(--header); border-radius:8px; padding:10px 16px; margin-bottom:16px; }
  .foot-brand p{ font-size:13px; color:rgba(255,255,255,.65); line-height:1.6; max-width:260px; margin-bottom:18px; }
  .foot-social{ display:flex; gap:10px; }
  .foot-social a{ width:32px;height:32px;border-radius:50%; background:rgba(255,255,255,.08); display:flex;align-items:center;justify-content:center; font-size:11px; font-weight:700; }
  .foot-col h4{ font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.55); margin-bottom:16px; }
  .foot-col ul li{ margin-bottom:11px; }
  .foot-col ul li a{ font-size:13.5px; color:rgba(255,255,255,.85); }
  .foot-col ul li a:hover{ color:#fff; }

  /* ---- partenaires : incrustes dans le footer, en blanc, sans cadre ---- */
  .footer-partners{ border-top:1px solid rgba(255,255,255,.1); padding:34px 0; }
  .footer-partners span.lbl{ display:block; font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.45); margin-bottom:20px; }
  .partner-row{ display:flex; align-items:center; flex-wrap:wrap; gap:32px; }
  .p-logo{ height:32px; display:flex; align-items:center; }
  .p-logo img{ height:100%; width:auto; object-fit:contain; }

  .footer-bottom{ border-top:1px solid rgba(255,255,255,.1); padding:20px 0; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12px; color:rgba(255,255,255,.5); }

  .mock-note{
    position:fixed; bottom:18px; right:18px; z-index:150; background:var(--ink); color:#fff;
    font-size:11.5px; font-weight:600; padding:10px 16px; border-radius:4px; opacity:.85; max-width:230px; line-height:1.4;
  }

  @media (max-width:640px){
    .wrap{ padding:0 20px; }
    .header-inner{ padding:12px 16px; }
    .hero{ height:64vh; }
    .hero-content{ padding:0 20px 36px; }
    .chiffres .wrap{ padding:36px 20px; gap:20px; }
    section.pad{ padding:52px 0; }
    .village-copy{ padding:36px 20px; }
    .cta-copy{ padding:36px 20px; }
    .noct-grid{ flex-direction:column; align-items:flex-start; padding:32px 20px; }
    .footer-top{ padding:44px 0 30px; }
    .mock-note{ left:12px; right:12px; max-width:none; text-align:center; bottom:12px; }
  }