@charset "UTF-8";
/* ---------------------------------------
   COME & RELAX - Alpine Light v4
   Nunito Sans + Open Sans - Deep Mountain Blue
   --------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --w:#fff;--sn:#F7F5F2;--cl:#E8E4DD;--mi:#D1CCC3;
  --ch:#2A2420;--gr:#6B6560;
  --bd:#1B3A5C;--bw:#2A5580;--ba:#3A7CB8;--bl:#D6E5F3;--bi:#EBF2F9;
  --fo:#2D5F4A;--sg:#8BB5A2;
  --hd:'Nunito Sans',sans-serif;--body:'Open Sans',sans-serif;
  --mx:1200px;--pd:clamp(1.25rem,4vw,2rem);
  --e:cubic-bezier(.25,.46,.45,.94);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{font-family:var(--body);color:var(--ch);background:var(--w);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--ba);text-decoration:none;transition:color .3s var(--e)}a:hover{color:var(--bw)}
.c{max-width:var(--mx);margin:0 auto;padding:0 var(--pd)}

h1,h2,h3,h4{font-family:var(--hd);font-weight:700;line-height:1.2;color:var(--bd)}
h1{font-size:clamp(1.8rem,4.5vw,3.2rem);letter-spacing:-.01em}
h2{font-size:clamp(1.4rem,3vw,2.1rem);margin-bottom:.8rem}
h3{font-size:clamp(1.05rem,2vw,1.35rem);margin-bottom:.6rem;color:var(--bw)}
p{margin-bottom:1rem}p:last-child{margin-bottom:0}
.su{font-family:var(--body);font-size:clamp(.95rem,1.8vw,1.15rem);font-weight:300;color:var(--gr);line-height:1.6}
.up{text-transform:uppercase;letter-spacing:.03em}

/* --- NAV --- */
nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .4s var(--e)}
nav.sc{box-shadow:0 2px 24px rgba(0,0,0,.08)}
.ni{max-width:var(--mx);margin:0 auto;padding:0 var(--pd);display:flex;align-items:center;justify-content:space-between;height:68px}
.nl{font-family:var(--hd);font-weight:800;font-size:1.05rem;color:var(--bd);letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:.45rem}
.nl svg{width:30px;height:30px}
.nk{display:flex;align-items:center;gap:0;list-style:none}
.nk a{display:block;padding:.45rem .7rem;font-size:.82rem;font-weight:600;color:var(--gr);transition:all .3s;position:relative}
.nk a::after{content:'';position:absolute;bottom:2px;left:50%;transform:translateX(-50%);width:0;height:2px;background:var(--bd);transition:width .3s}
.nk a:hover,.nk a.on{color:var(--bd)}
.nk a:hover::after,.nk a.on::after{width:55%}
.nt{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.nt span{display:block;width:22px;height:2px;background:var(--ch);transition:all .3s}

/* --- HERO --- */
.hero{position:relative;height:85vh;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:68px}
.hero.short{height:60vh;min-height:360px}
.hb{position:absolute;inset:0;background-size:cover;background-position:center;transition:opacity 1.8s var(--e)}
.hb::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.15),rgba(0,0,0,.45))}
.hc{position:relative;z-index:2;text-align:center;color:var(--w);max-width:780px;padding:0 var(--pd);animation:fu .9s var(--e) .3s both}
.hc h1{color:var(--w);margin-bottom:.8rem;text-shadow:0 2px 20px rgba(0,0,0,.35)}
.hc .su{color:rgba(255,255,255,.92);text-shadow:0 1px 12px rgba(0,0,0,.25);margin-bottom:1.8rem}
.hbtns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* --- BUTTONS --- */
.btn{display:inline-block;padding:.78rem 1.8rem;font-family:var(--hd);font-size:.85rem;font-weight:700;letter-spacing:.02em;border-radius:4px;cursor:pointer;transition:all .35s var(--e);border:2px solid transparent;text-align:center}
.bp{background:var(--bd);color:var(--w);border-color:var(--bd)}
.bp:hover{background:var(--bw);border-color:var(--bw);color:var(--w);transform:translateY(-2px);box-shadow:0 8px 25px rgba(27,58,92,.3)}
.bo{background:transparent;color:var(--w);border-color:rgba(255,255,255,.7)}
.bo:hover{background:var(--w);color:var(--bd);border-color:var(--w)}
.bs{background:transparent;color:var(--bd);border-color:var(--bd)}
.bs:hover{background:var(--bd);color:var(--w)}

/* --- SECTIONS --- */
.s{padding:clamp(3rem,7vw,6.5rem) 0}
.sa{background:var(--sn)}
.sd{background:var(--bd);color:var(--w)}
.sd h2,.sd h3{color:var(--bl)}
.sd .su{color:rgba(255,255,255,.75)}
.sh{text-align:center;max-width:680px;margin:0 auto 2.5rem}
.sh p{color:var(--gr);font-size:1rem}

/* --- GRIDS --- */
.g2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}
.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cr{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem);align-items:center}
.cr.rv{direction:rtl}.cr.rv>*{direction:ltr}

/* --- CARDS --- */
.cd{background:var(--w);border-radius:8px;overflow:hidden;transition:all .35s var(--e);box-shadow:0 2px 12px rgba(0,0,0,.06);text-decoration:none;color:var(--ch);display:block}
.cd:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.1);color:var(--ch)}
.ci{width:100%;height:210px;object-fit:cover}
.cb{padding:1.3rem}.cb h3{font-size:1.05rem;margin-bottom:.4rem}.cb p{font-size:.88rem;color:var(--gr)}

/* --- AMENITIES - 4 per row, SVG MONOCHROME --- */
.am{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;text-align:center}
.ai{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:default}
.ai svg{width:36px;height:36px;stroke:var(--bd);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:all .3s;color:var(--bd)}
.ai:hover svg{stroke:var(--ba);transform:scale(1.15)}
.at{font-size:.78rem;color:var(--gr);font-weight:500;line-height:1.3}

/* --- ROOM - ENLARGED GALLERY --- */
.rm{padding:2.5rem 0;border-bottom:1px solid var(--cl)}.rm:last-of-type{border-bottom:none}
.rh{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem}
.rh svg{width:24px;height:24px;stroke:var(--bd);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.rh h3{margin:0}
.rg{display:grid;grid-template-columns:1.6fr 1fr;gap:.8rem;margin-bottom:1.2rem}
.rm-m{grid-row:span 2;height:480px;object-fit:cover;border-radius:6px;cursor:pointer;transition:filter .3s}
.rm-m:hover{filter:brightness(1.05)}
.rm-t{height:236px;object-fit:cover;border-radius:6px;cursor:pointer;transition:filter .3s}
.rm-t:hover{filter:brightness(1.05)}

/* --- PLACEHOLDER --- */
.ph{display:flex;align-items:center;justify-content:center;background:var(--bi);border:2px dashed var(--bl);border-radius:6px;color:var(--mi);font-size:.82rem;min-height:236px}
.pt{min-height:480px}

/* --- SDB --- */
.sdb{display:grid;grid-template-columns:160px 1fr;gap:1rem;align-items:start;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--bl)}
.sdb img{width:160px;height:120px;object-fit:cover;border-radius:6px}
.sdb h4{font-family:var(--hd);font-size:.88rem;font-weight:700;color:var(--bw);margin-bottom:.2rem}
.sdb p{font-size:.88rem;color:var(--gr);margin:0}

/* --- WEBCAM --- */
.wf{border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:.8rem}
.wf iframe{width:100%;height:380px;border:none}
.wl{display:flex;align-items:center;gap:.45rem;margin-bottom:.6rem;font-weight:600;font-size:.9rem}
.lv{width:8px;height:8px;background:#e74c3c;border-radius:50%;animation:pu 2s infinite;flex-shrink:0}

/* --- DOWNLOAD CARDS --- */
.dl{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.3rem;background:var(--sn);border-radius:8px;transition:all .35s var(--e);border:1px solid transparent;text-decoration:none;color:var(--ch)}
.dl:hover{border-color:var(--bd);background:var(--bi);color:var(--ch)}
.dl svg{width:28px;height:28px;stroke:var(--bd);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.dl h4{font-size:.9rem;margin-bottom:.1rem;color:inherit}
.dl p{font-size:.78rem;color:var(--gr);margin:0}

/* --- FORMS --- */
.fr{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.fg{margin-bottom:1rem}
label{font-size:.82rem;font-weight:600;display:block;margin-bottom:.2rem}
input,select,textarea{width:100%;padding:.65rem .9rem;border:1px solid var(--cl);border-radius:4px;font-family:var(--body);font-size:.92rem;transition:border-color .3s}
input:focus,select:focus,textarea:focus{outline:none;border-color:var(--ba)}
textarea{resize:vertical}
.ib{background:var(--sn);padding:1.8rem;border-radius:8px;margin-bottom:1.5rem}
.ib h3{font-size:1.05rem;margin-bottom:.8rem}.ib p{font-size:.88rem;margin-bottom:.4rem}

/* --- FOOTER - DEEP BLUE --- */
.ft{background:var(--bd);color:rgba(255,255,255,.75);padding:3.5rem 0 1.5rem}
.ft h4{font-family:var(--hd);font-weight:700;color:var(--w);font-size:.95rem;margin-bottom:.8rem}
.ft a{color:rgba(255,255,255,.7);font-size:.85rem}.ft a:hover{color:var(--w)}
.fg2{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.fb{border-top:1px solid rgba(255,255,255,.15);padding-top:1.2rem;text-align:center;font-size:.78rem}
.fl{list-style:none;display:flex;flex-direction:column;gap:.4rem}

/* --- RECIPE MODAL --- */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;cursor:pointer;pointer-events:none}
.modal-overlay.show{opacity:1;pointer-events:auto}
.modal-box{background:var(--w);border-radius:12px;max-width:560px;width:92%;max-height:85vh;overflow-y:auto;padding:2.5rem;position:relative;cursor:default;transform:translateY(20px);transition:transform .3s}
.modal-overlay.show .modal-box{transform:translateY(0)}
.modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:var(--sn);border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .3s}
.modal-close:hover{background:var(--bl)}
.modal-box h3{font-size:1.3rem;margin-bottom:.3rem}
.modal-box h4{font-size:.95rem;margin-top:1.2rem;margin-bottom:.5rem;color:var(--bd)}
.modal-box ul{padding-left:1.2rem;margin-bottom:1rem}
.modal-box li{font-size:.9rem;margin-bottom:.3rem;color:var(--ch)}
.modal-box ol{padding-left:1.2rem;margin-bottom:1rem}
.modal-box ol li{font-size:.9rem;margin-bottom:.5rem}

/* --- CLICKABLE DISH CARDS --- */
.dish{cursor:pointer;transition:all .35s var(--e);padding:1.5rem;border-radius:8px}
.dish:hover{background:var(--bi);transform:translateY(-2px)}
.dish svg{margin:0 auto .5rem;display:block}
.dish h4{font-size:.88rem;margin-bottom:.3rem}
.dish p{font-size:.8rem;color:var(--gr)}
.dish .see{font-size:.75rem;color:var(--ba);font-weight:600;margin-top:.4rem}

/* --- ACTIVITY CARDS - hover photo swap --- */
.act-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.8rem}
.act{border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:all .35s var(--e);text-decoration:none;color:var(--ch);display:block;background:var(--w)}
.act:hover{transform:translateY(-4px);box-shadow:0 12px 35px rgba(0,0,0,.12);color:var(--ch)}
.act-img{position:relative;width:100%;height:220px;overflow:hidden}
.act-img img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:opacity .5s var(--e)}
.act-img .act-fun{opacity:0}
.act:hover .act-img .act-fun{opacity:1}
.act:hover .act-img .act-srs{opacity:0}
.act-body{padding:1.3rem}
.act-body h3{font-size:1.05rem;margin-bottom:.4rem}
.act-body p{font-size:.88rem;color:var(--gr)}

/* --- UTILITIES --- */
.dv{width:50px;height:3px;background:var(--bd);margin:1.2rem 0;border-radius:2px}
.rn{border-radius:8px}.sw{box-shadow:0 8px 30px rgba(0,0,0,.12)}
.ic{width:100%;object-fit:cover;border-radius:6px}
.tc{text-align:center}

/* --- FAQ --- */
.faq-section{max-width:1100px;margin:0 auto;padding:0 var(--pd)}
.faq-section-header{text-align:center;margin-bottom:3rem}
.faq-section-header h2{font-family:var(--hd);font-size:clamp(1.4rem,3vw,2.1rem);font-weight:700;color:var(--bd);margin-bottom:.5rem}
.faq-section-header h2 span{color:var(--ba)}
.faq-section-header p{font-size:1rem;color:var(--gr);max-width:520px;margin:0 auto;font-weight:300}
.faq-divider{width:60px;height:3px;background:linear-gradient(90deg,var(--bd),var(--ba));margin:1rem auto 0;border-radius:2px}
.faq-item{display:flex;align-items:stretch;background:var(--w);border-radius:14px;margin-bottom:1.1rem;box-shadow:0 2px 12px rgba(0,0,0,.04);border:1px solid var(--cl);overflow:hidden;transition:box-shadow .3s var(--e),transform .2s var(--e);opacity:0;transform:translateY(20px);cursor:pointer}
.faq-item.faq-vis{animation:fu .5s var(--e) forwards}
.faq-item:hover{box-shadow:0 8px 28px rgba(27,58,92,.1);transform:translateY(-2px)}
.faq-item[data-direction="row"]{flex-direction:row}
.faq-item[data-direction="row-reverse"]{flex-direction:row-reverse}
.faq-image-col{flex:0 0 240px;display:flex;align-items:center;justify-content:center;background:var(--w);padding:1rem;overflow:hidden}
.faq-marcelline-img{object-fit:contain;transition:transform .4s var(--e)}
.faq-item:hover .faq-marcelline-img{transform:scale(1.05)}
.faq-content-col{flex:1;display:flex;flex-direction:column}
.faq-header{display:flex;align-items:center;gap:.8rem;padding:1.3rem 1.5rem;cursor:pointer;user-select:none;transition:background .2s;background:transparent}
.faq-header:hover{background:transparent}
.faq-question{font-family:var(--hd);font-size:1.05rem;font-weight:700;color:var(--bd);flex:1;line-height:1.4}
.faq-chevron{font-size:1.4rem;color:var(--ba);transition:transform .35s var(--e);transform:rotate(-90deg);flex-shrink:0;font-weight:300}
.faq-header.active .faq-chevron{transform:rotate(-270deg)}
.faq-body{max-height:0;overflow:hidden;transition:max-height .45s var(--e),padding .35s ease;padding:0 1.5rem}
.faq-body.open{max-height:400px;padding:0 1.5rem 1.3rem}
.faq-answer{font-size:.92rem;color:var(--gr);line-height:1.75;margin-bottom:.9rem}
.faq-answer strong{color:var(--ch);font-weight:600}
.faq-map-link{color:var(--ba);text-decoration:none;font-weight:500;border-bottom:1px solid var(--bl);transition:color .2s,border-color .2s}
.faq-map-link:hover{color:var(--bw);border-color:var(--bw)}
.marcelline-bubble{position:relative;background:#FFF8E7;border:1px solid #E8D5A8;border-radius:10px;padding:.7rem 1rem;margin-top:.2rem}
.bubble-tail{position:absolute;top:-7px;left:24px;width:14px;height:14px;background:#FFF8E7;border-left:1px solid #E8D5A8;border-top:1px solid #E8D5A8;transform:rotate(45deg)}
[data-direction="row-reverse"] .bubble-tail{left:auto;right:24px}
.bubble-text{font-size:.84rem;font-style:italic;color:#C49530;font-weight:500;line-height:1.5;position:relative;z-index:1}
.faq-contact-hint{text-align:center;margin-top:2rem;padding:1.5rem;background:var(--bi);border-radius:12px;border:1px solid var(--bl)}
.faq-contact-hint p{font-size:.95rem;color:var(--gr);margin:0}
.faq-contact-hint a{color:var(--ba);font-weight:600;border-bottom:1px solid var(--bl)}
.faq-contact-hint a:hover{color:var(--bw)}

/* --- ANIMATIONS --- */
@keyframes fu{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}
@keyframes pu{0%,100%{opacity:1}50%{opacity:.4}}
.fi{opacity:0;transform:translateY(20px);transition:all .7s var(--e)}.fi.vi{opacity:1;transform:translateY(0)}

/* --- RESPONSIVE --- */
@media(max-width:1024px){.g4{grid-template-columns:repeat(2,1fr)}.fg2{grid-template-columns:repeat(2,1fr)}.am{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){
  .nk{display:none;position:absolute;top:68px;left:0;right:0;background:var(--w);flex-direction:column;padding:1rem 0;box-shadow:0 10px 30px rgba(0,0,0,.1)}
  .nk.op{display:flex}.nt{display:flex}
  .cr{grid-template-columns:1fr;gap:1.8rem}.cr.rv{direction:ltr}
  .g2,.g3{grid-template-columns:1fr}.act-grid{grid-template-columns:1fr}
  .rg{grid-template-columns:1fr}.rm-m{grid-row:auto;height:280px}.rm-t{height:200px}.ph{min-height:200px}.pt{min-height:280px}
  .hero{height:70vh}.hero.short{height:50vh}
  .fg2{grid-template-columns:1fr;gap:1.5rem}
  .wf iframe{height:260px}.fr{grid-template-columns:1fr}
  .sdb{grid-template-columns:1fr}
  .faq-item,.faq-item[data-direction="row"],.faq-item[data-direction="row-reverse"]{flex-direction:column!important}
  .faq-image-col{flex:0 0 auto;max-height:180px;padding:.7rem}
  
  .faq-header{padding:1rem 1.1rem}
  .faq-body{padding:0 1.1rem}.faq-body.open{padding:0 1.1rem 1.1rem}
  .faq-question{font-size:.98rem}
}
@media(max-width:480px){.am{grid-template-columns:repeat(2,1fr);gap:1rem}.hero{height:60vh;min-height:380px}}

/* Marcelline floating illustrations - gastronomy page */
.marcelline-float-right{float:right;clear:right;width:150px;height:auto;margin:-2rem -0.5rem 0.5rem 1.2rem;opacity:.92;transition:opacity .3s,transform .3s;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}
.marcelline-float-left{float:left;clear:left;width:150px;height:auto;margin:-2rem 1.2rem 0.5rem -0.5rem;opacity:.92;transition:opacity .3s,transform .3s;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}
.marcelline-float-right:hover,.marcelline-float-left:hover{opacity:1;transform:scale(1.05)}
@media(max-width:768px){.marcelline-float-right,.marcelline-float-left{width:120px;margin-top:-1.5rem}}
@media(max-width:600px){.marcelline-float-right,.marcelline-float-left{display:none}}

/* Histoire page - stacked images column */
.hist-imgs{display:flex;flex-direction:column;gap:1rem}
.hist-imgs img{width:100%;height:auto;object-fit:cover;border-radius:8px}
@media(max-width:768px){.hist-imgs{gap:.8rem}}

/* ── BANDEAU SLOGAN ── */
.bandeau-slogan{background:var(--bi);border-top:1px solid var(--bl);border-bottom:1px solid var(--bl);padding:2rem clamp(1.5rem,4vw,3.5rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.bandeau-inner{flex:1;min-width:0}
.bandeau-eyebrow{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ba);margin-bottom:.5rem}
.bandeau-title{font-family:'Playfair Display',Georgia,serif;font-size:clamp(1.3rem,2.2vw,1.9rem);font-weight:400;color:var(--bd);line-height:1.2;margin-bottom:.4rem}
.bandeau-title em{font-style:italic;color:var(--ba)}
.bandeau-sub{font-size:.8rem;color:var(--gr);letter-spacing:.04em}
.bandeau-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.8rem;background:var(--bd);color:#fff;border-radius:6px;font-family:var(--hd);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:background .3s,transform .3s}
.bandeau-cta:hover{background:var(--bw);transform:translateX(3px);color:#fff}
@media(max-width:600px){.bandeau-slogan{flex-direction:column;align-items:flex-start}}

/* ── BANDEAU INLINE (gastronomie, histoire) ── */

.bandeau-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 2.5rem 3rem;
  background: var(--bd);
  border-radius: 12px;
  flex-wrap: wrap;
}
.bandeau-inline-text { flex: 1; min-width: 0; }
.bandeau-eyebrow {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: .4rem;
}
.bandeau-inline-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  margin: .4rem 0 .6rem;
}
.bandeau-inline-title em { font-style: italic; color: var(--bl); }
.bandeau-inline-sub {
  font-size: .88rem;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
}
.bandeau-inline-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .85rem 1.8rem;
  background: #fff;
  color: var(--bd);
  border-radius: 6px;
  font-family: var(--hd);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .3s, transform .3s, color .3s;
}
.bandeau-inline-cta:hover { background: var(--bi); transform: translateX(3px); color: var(--bd); }
@media (max-width: 640px) {
  .bandeau-inline { flex-direction: column; align-items: flex-start; padding: 1.8rem; }
}

/* ═══════════════════════════════════════════════════════════════════════
   MOBILE — max-width 768px
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* Masquer la carte commodités et sa section parente */
  .carte-section[data-carte] { display: none !important; }
  .carte-section[data-carte] ~ * { display: none !important; }
  section:has(.carte-section[data-carte]) { display: none !important; }

  /* Masquer le widget Marcelline (tête flottante) */
  .marcelline-widget { display: none !important; }

  /* Masquer les paragraphes de texte sous les titres des season-cards */
  .season-desc { display: none !important; }

  /* Webcams homepage : 2 par ligne */
  .wc-cards {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: .6rem !important;
    flex: none !important;
  }
  .wc-card { width: auto !important; }

}

/* ── LANGUAGE SWITCHER ── */
.lang-switch{display:flex;align-items:center;gap:.3rem;margin-left:1.2rem;font-size:.72rem;font-weight:700;letter-spacing:.08em}
.lang-sep{color:var(--gr);opacity:.5}
.lang-active{color:var(--bd);cursor:default}
.lang-link{color:var(--gr);text-decoration:none;transition:color .2s}
.lang-link:hover{color:var(--bd)}
.lang-switch-footer .lang-active{color:rgba(255,255,255,.9)}
.lang-switch-footer .lang-link{color:rgba(255,255,255,.5)}
.lang-switch-footer .lang-link:hover{color:#fff}
.lang-switch-footer .lang-sep{color:rgba(255,255,255,.3)}
.lang-switch-footer{margin-bottom:.8rem}
@media(max-width:768px){.lang-switch{margin-left:.5rem;font-size:.68rem}}
