/*
Theme Name: Les Roues Libres
Theme URI: https://assroueslibres.org
Description: Thème officiel de l'Association Les Roues Libres — Actions Solidaires
Author: Association Les Roues Libres
Version: 1.0
Tags: association, handicap, solidarité, responsive
*/


*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:#f7f5f0;color:#1c2b20;overflow-x:hidden}
/* NAV */
header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,0.97);backdrop-filter:blur(14px);border-bottom:1px solid #dde8e0;padding:0 1.5rem}
nav{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}
.logo{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:900;color:#0f4526;text-decoration:none;white-space:nowrap;cursor:pointer}
.logo span{color:#2d9e5f}
.nav-links{display:flex;align-items:center;list-style:none;flex-wrap:nowrap}
.nav-links li a{display:inline-block;padding:.38rem .65rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1c2b20;text-decoration:none;border-radius:6px;transition:all .18s;white-space:nowrap;cursor:pointer}
.nav-links li a:hover,.nav-links li a.active{background:#1a6b3c;color:#fff}
.nav-links li a.btn-don{background:#f5a623;color:#fff!important;border-radius:50px;margin-left:.4rem}
.nav-links li a.btn-don:hover{background:#d4880a}
.page{display:none;padding-top:64px;min-height:100vh}
.page.active{display:block}

/* ─── HERO ─── */
.hero{position:relative;height:calc(100vh - 64px);min-height:520px;overflow:hidden;
  background:linear-gradient(135deg,#0a2812 0%,#1a6b3c 50%,#2d9e5f 100%)}
.hero-shapes{position:absolute;inset:0;overflow:hidden}
.hero-shapes::before{content:'';position:absolute;top:-20%;right:-10%;width:60%;height:120%;
  background:radial-gradient(ellipse,rgba(45,158,95,.4) 0%,transparent 70%)}
.hero-shapes::after{content:'';position:absolute;bottom:-20%;left:-10%;width:50%;height:80%;
  background:radial-gradient(ellipse,rgba(245,166,35,.15) 0%,transparent 70%)}
.hero-dots{position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:40px 40px}
.hero-text{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;
  height:100%;padding:3rem 5rem;max-width:780px}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.12);
  color:#fff;border:1px solid rgba(255,255,255,.25);padding:.3rem .9rem;border-radius:50px;
  font-size:.74rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.4rem;width:fit-content}
.hero-text h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,4.5vw,3.8rem);
  font-weight:900;color:#fff;line-height:1.1;margin-bottom:1.2rem}
.hero-text h1 em{font-style:italic;color:#7de0a8}
.hero-text p{font-size:1.05rem;color:rgba(255,255,255,.88);line-height:1.75;margin-bottom:2rem;max-width:500px}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.hero-visual{position:absolute;right:5%;top:50%;transform:translateY(-50%);z-index:2;
  display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:380px}
.hv-card{background:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);
  border-radius:16px;padding:1.4rem;text-align:center}
.hv-num{font-family:'Playfair Display',serif;font-size:2rem;font-weight:900;color:#fff}
.hv-lbl{font-size:.78rem;color:rgba(255,255,255,.75);margin-top:.2rem}
.hv-icon{font-size:2rem;margin-bottom:.6rem;display:block}

/* ─── STRIP ─── */
.strip{background:#1a6b3c;padding:1.8rem}
.strip-in{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.sn{font-family:'Playfair Display',serif;font-size:2.2rem;font-weight:900;color:#fff;line-height:1}
.sl{font-size:.8rem;color:rgba(255,255,255,.75);margin-top:.2rem}

/* ─── SECTIONS ─── */
.sec{padding:5rem 2rem}
.cnt{max-width:1200px;margin:0 auto}
.lbl{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2d9e5f;margin-bottom:.6rem}
.ttl{font-family:'Playfair Display',serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;color:#0f4526;line-height:1.15;margin-bottom:1rem}
.sub{font-size:.97rem;color:#4a6354;line-height:1.75;max-width:540px}
.g2{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}

/* ─── ILLUSTRATION CARDS ─── */
.illu{border-radius:20px;overflow:hidden;position:relative}

/* Hero section illustration */
.illu-hero{width:100%;height:260px;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#eaf4ee,#c0dd97);position:relative;overflow:hidden}
.illu-hero::before{content:'🌿';position:absolute;top:-10px;right:-10px;font-size:80px;opacity:.15}

/* Solidarity illustration */
.illu-solidarity{width:100%;height:380px;
  background:linear-gradient(160deg,#eaf4ee 0%,#c0dd97 60%,#a0c878 100%);
  display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem;
  border-radius:20px;position:relative;overflow:hidden}
.illu-solidarity::after{content:'';position:absolute;bottom:-30px;right:-30px;width:180px;height:180px;
  border-radius:50%;background:rgba(26,107,60,.12)}

/* Scene CSS — people holding hands */
.scene{display:flex;align-items:flex-end;gap:1.5rem}
.person{display:flex;flex-direction:column;align-items:center;gap:4px}
.head{border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem}
.body-rect{border-radius:8px 8px 2px 2px}
.legs{display:flex;gap:4px}
.leg{width:8px;border-radius:0 0 6px 6px}

/* ─── SECTION VISUAL PANELS ─── */
.panel{border-radius:20px;overflow:hidden;height:100%}

/* Équipement */
.panel-equip{background:linear-gradient(145deg,#e6f1fb,#b5d4f4);
  min-height:240px;display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:.8rem;padding:2rem;position:relative}
.panel-equip::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#185fa5,#378add)}

/* Voeux */
.panel-voeux{background:linear-gradient(145deg,#faeeda,#fac775);
  min-height:240px;display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:.8rem;padding:2rem;position:relative}
.panel-voeux::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ba7517,#ef9f27)}

/* Médical */
.panel-med{background:linear-gradient(145deg,#fcebeb,#f7c1c1);
  min-height:240px;display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:.8rem;padding:2rem;position:relative}
.panel-med::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#a32d2d,#e24b4a)}

/* Action panels */
.panel-nature{background:linear-gradient(145deg,#eaf3de,#c0dd97);
  min-height:220px;display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:.6rem;padding:1.5rem}
.panel-art{background:linear-gradient(145deg,#faeeda,#fac775);
  min-height:220px;display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:.6rem;padding:1.5rem}
.panel-talk{background:linear-gradient(145deg,#eeedfe,#cec bf6);
  min-height:220px;display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:.6rem;padding:1.5rem}
.panel-team{background:linear-gradient(145deg,#eaf4ee,#2d9e5f22);
  min-height:220px;display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:.6rem;padding:1.5rem}
.panel-map{background:linear-gradient(145deg,#e6f1fb,#b5d4f4);
  min-height:220px;display:flex;align-items:center;justify-content:center;
  flex-direction:column;gap:.6rem;padding:1.5rem}

.panel-icon{font-size:3.5rem;line-height:1}
.panel-icon-sm{font-size:2.5rem;line-height:1}
.panel-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:#0f4526;text-align:center}
.panel-sub{font-size:.8rem;color:#4a6354;text-align:center;line-height:1.5;max-width:200px}

/* ─── CARDS ─── */
.card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #dde8e0;transition:all .25s;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(26,107,60,.1);border-color:transparent}
.card-panel{flex-shrink:0}
.cb{padding:1.4rem;flex:1}
.ctag{display:inline-block;font-size:.69rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2d9e5f;background:rgba(26,107,60,.09);padding:.2rem .6rem;border-radius:50px;margin-bottom:.5rem}
.cb h3{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:#1c2b20;margin-bottom:.45rem;line-height:1.3}
.cb p{font-size:.85rem;color:#4a6354;line-height:1.65}
.meta{font-size:.75rem;color:#4a6354;margin-top:.7rem;opacity:.7}

/* ─── PILLAR ─── */
.pil{display:flex;align-items:flex-start;gap:1.1rem;padding:1.3rem;background:#fff;border-radius:16px;border:1px solid #dde8e0;transition:all .25s}
.pil:hover{border-color:#2d9e5f;transform:translateX(3px)}
.pic{width:50px;height:50px;background:rgba(26,107,60,.1);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}
.pil h3{font-size:.96rem;font-weight:600;color:#0f4526;margin-bottom:.25rem}
.pil p{font-size:.86rem;color:#4a6354;line-height:1.6}
.pg{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:2.5rem}

/* ─── DON ─── */
.don{background:#0f4526;padding:5rem 2rem;position:relative;overflow:hidden}
.don::before{content:'';position:absolute;top:-30%;right:-10%;width:60%;height:160%;
  background:radial-gradient(ellipse,rgba(45,158,95,.2) 0%,transparent 70%)}
.don-in{max-width:820px;margin:0 auto;text-align:center;position:relative;z-index:2}
.don .lbl{color:#f5a623}
.don .ttl{color:#fff}
.don .sub{color:rgba(255,255,255,.75);margin:0 auto 2.4rem}
.damts{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}
.da{background:rgba(255,255,255,.09);border:1.5px solid rgba(255,255,255,.2);color:#fff;
  padding:.68rem 1.6rem;border-radius:50px;font-size:.97rem;font-weight:600;text-decoration:none;transition:all .2s}
.da:hover,.da.active{background:#f5a623;border-color:#f5a623}
.dg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-bottom:2.4rem}
.di{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.3rem 1rem;text-align:center}
.di .ico{font-size:1.7rem;margin-bottom:.5rem}
.di p{font-size:.8rem;color:rgba(255,255,255,.72);line-height:1.5}
.di strong{color:#fff}
.btn-dm{background:#f5a623;color:#fff;padding:1rem 2.8rem;border-radius:50px;text-decoration:none;
  font-weight:700;font-size:1rem;display:inline-flex;align-items:center;gap:.5rem;
  transition:all .2s;box-shadow:0 6px 24px rgba(245,166,35,.38)}
.btn-dm:hover{background:#d4880a;transform:translateY(-2px)}

/* ─── TEMO ─── */
.tg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2.8rem}
.tc{background:#fff;border-radius:16px;padding:1.7rem;border:1px solid #dde8e0;border-left:4px solid #2d9e5f}
.ts{color:#f5a623;font-size:.9rem;margin-bottom:.7rem}
.tt{font-size:.88rem;color:#4a6354;line-height:1.75;margin-bottom:1.1rem;font-style:italic}
.ta{display:flex;align-items:center;gap:.75rem}
.tav{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#1a6b3c,#2d9e5f);
  display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.88rem;flex-shrink:0}
.tn{font-weight:600;font-size:.87rem;color:#1c2b20}
.tr{font-size:.76rem;color:#4a6354}

/* ─── VALUES ─── */
.vs{background:#0f4526;padding:5rem 2rem}
.vs .ttl{color:#fff}
.vg{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2.5rem}
.vc{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.7rem;text-align:center}
.vi{font-size:2rem;margin-bottom:.9rem}
.vc h3{font-size:.97rem;font-weight:600;color:#fff;margin-bottom:.45rem}
.vc p{font-size:.83rem;color:rgba(255,255,255,.68);line-height:1.6}

/* ─── PAGE HERO ─── */
.ph{position:relative;height:360px;overflow:hidden;display:flex;align-items:center}
.ph-bg{position:absolute;inset:0}
.ph-txt{position:relative;z-index:2;padding:3rem 5rem;max-width:700px}
.ph-txt h1{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:.8rem}
.ph-txt p{font-size:.97rem;color:rgba(255,255,255,.85);line-height:1.72}
.phf{padding:4.5rem 2rem;text-align:center;background:linear-gradient(135deg,#0f4526,#1a6b3c)}
.phf h1{font-family:'Playfair Display',serif;font-size:2.6rem;font-weight:900;color:#fff;margin-bottom:.8rem}
.phf p{font-size:1rem;color:rgba(255,255,255,.8);max-width:540px;margin:0 auto}

/* ─── GALERIE ─── */
.gf{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;padding:2.2rem 2rem 1.2rem}
.fb{background:#fff;border:1.5px solid #dde8e0;color:#4a6354;padding:.42rem 1.05rem;border-radius:50px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .18s}
.fb:hover,.fb.active{background:#1a6b3c;color:#fff;border-color:#1a6b3c}
.gg{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:0 2rem 4rem;max-width:1200px;margin:0 auto}
.gi{border-radius:14px;overflow:hidden;position:relative;cursor:pointer;aspect-ratio:4/3}
.gi.wide{grid-column:span 2;aspect-ratio:2/1}
.gi-panel{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;position:relative;overflow:hidden;transition:transform .4s}
.gi:hover .gi-panel{transform:scale(1.04)}
.gc{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.55);color:#fff;
  padding:1rem .9rem .6rem;font-size:.78rem;font-weight:500;
  transform:translateY(100%);transition:transform .3s}
.gi:hover .gc{transform:translateY(0)}

/* ─── ACTION BLOCK ─── */
.ab{background:#fff;border-radius:20px;overflow:hidden;margin-bottom:1.8rem;
  display:grid;grid-template-columns:1fr 1fr;border:1px solid #dde8e0;min-height:280px}
.ab.rev{direction:rtl}
.ab.rev>*{direction:ltr}
.ab-panel{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:2rem}
.abd{padding:2.4rem;display:flex;flex-direction:column;justify-content:center}
.abn{font-family:'Playfair Display',serif;font-size:3.5rem;font-weight:900;color:rgba(26,107,60,.1);line-height:1;margin-bottom:.3rem}
.abd h3{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:700;color:#0f4526;margin:.4rem 0 .7rem}
.abd p{font-size:.88rem;color:#4a6354;line-height:1.72;margin-bottom:1.1rem}

/* ─── CONTACT ─── */
.cgrid{display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start;padding:4rem 2rem;max-width:1200px;margin:0 auto}
.ci{display:flex;flex-direction:column;gap:.9rem}
.cit{display:flex;align-items:flex-start;gap:.95rem;padding:1.1rem;background:#fff;border-radius:13px;border:1px solid #dde8e0}
.cion{width:42px;height:42px;background:rgba(26,107,60,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.cit h4{font-size:.82rem;font-weight:600;color:#1c2b20;margin-bottom:.15rem}
.cit p,.cit a{font-size:.84rem;color:#4a6354}
.cit a{color:#2d9e5f;text-decoration:none}
.cf{background:#fff;border-radius:20px;padding:2.3rem;border:1px solid #dde8e0}
.cf h3{font-family:'Playfair Display',serif;font-size:1.45rem;font-weight:700;color:#0f4526;margin-bottom:1.4rem}
.fr2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.fg{margin-bottom:1rem}
.fg label{display:block;font-size:.81rem;font-weight:600;color:#1c2b20;margin-bottom:.35rem}
.fg input,.fg textarea,.fg select{width:100%;padding:.7rem .95rem;border:1.5px solid #dde8e0;border-radius:9px;font-family:'DM Sans',sans-serif;font-size:.88rem;color:#1c2b20;background:#f7f5f0;transition:border-color .2s;outline:none}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:#2d9e5f;background:#fff}
.fg textarea{resize:vertical;min-height:115px}
.bsub{background:#1a6b3c;color:#fff;padding:.85rem 2rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:.92rem;font-weight:600;border:none;cursor:pointer;width:100%;transition:all .2s}
.bsub:hover{background:#0f4526;transform:translateY(-1px)}

/* ─── POLITIQUE ─── */
.pol{max-width:800px;margin:0 auto;padding:5rem 2rem}
.pol h1{font-family:'Playfair Display',serif;font-size:2rem;font-weight:900;color:#0f4526;margin-bottom:.4rem}
.pol-d{font-size:.83rem;color:#4a6354;margin-bottom:2.2rem;padding-bottom:1.3rem;border-bottom:1px solid #dde8e0}
.pol h2{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:#0f4526;margin:1.8rem 0 .7rem}
.pol p{font-size:.9rem;color:#4a6354;line-height:1.8;margin-bottom:.7rem}
.pol ul{margin:.4rem 0 .9rem 1.4rem}
.pol ul li{font-size:.9rem;color:#4a6354;line-height:1.8}

/* ─── BTNS ─── */
.bg{background:#1a6b3c;color:#fff;padding:.78rem 1.8rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:.88rem;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s;box-shadow:0 4px 14px rgba(26,107,60,.26);cursor:pointer;border:none}
.bg:hover{background:#0f4526;transform:translateY(-1px)}
.bgo{background:transparent;color:#1a6b3c;padding:.78rem 1.8rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:.88rem;border:2px solid #1a6b3c;transition:all .2s;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer}
.bgo:hover{background:#1a6b3c;color:#fff}
.bw{background:#fff;color:#1a6b3c;padding:.82rem 2rem;border-radius:50px;font-weight:700;font-size:.9rem;transition:all .2s;display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;text-decoration:none}
.bw:hover{background:#eaf4ee}
.bow{background:transparent;color:#fff;padding:.82rem 2rem;border-radius:50px;font-weight:600;font-size:.9rem;border:2px solid rgba(255,255,255,.6);transition:all .2s;display:inline-flex;align-items:center;cursor:pointer}
.bow:hover{background:rgba(255,255,255,.15)}

/* ─── FOOTER ─── */
footer{background:#0d1f10;color:rgba(255,255,255,.65);padding:4rem 2rem 2rem}
.fg4{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.flo{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:900;color:#fff;margin-bottom:.8rem}
.flo span{color:#2d9e5f}
.fd{font-size:.83rem;line-height:1.72;margin-bottom:1.2rem}
.fco h4{font-size:.73rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:1rem}
.fco ul{list-style:none}
.fco ul li{margin-bottom:.5rem}
.fco ul li a{color:rgba(255,255,255,.55);text-decoration:none;font-size:.83rem;transition:color .2s;cursor:pointer}
.fco ul li a:hover{color:#fff}
.fbot{max-width:1200px;margin:0 auto;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:.76rem;color:rgba(255,255,255,.32);flex-wrap:wrap;gap:.5rem}

@media(max-width:900px){
.g2,.g3,.pg,.vg,.dg,.tg{grid-template-columns:1fr}
.ab{grid-template-columns:1fr}.ab.rev{direction:ltr}
.cgrid{grid-template-columns:1fr}
.fg4{grid-template-columns:1fr 1fr}
.gg{grid-template-columns:repeat(2,1fr)}
.gi.wide{grid-column:span 2}
.hero-text,.ph-txt{padding:2rem}
.hero-visual{display:none}
.nav-links li a{padding:.3rem .42rem;font-size:.67rem}
.strip-in{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
.gg{grid-template-columns:1fr}.gi.wide{grid-column:span 1}
.fg4{grid-template-columns:1fr}
.fbot{flex-direction:column;text-align:center}
.fr2{grid-template-columns:1fr}
}

/* ─── FOOTER REDESIGN (bhal l'image) ─── */
footer { padding: 0; background: transparent; }

.footer-top {
  background: #e8edf0;
  padding: 3rem 2rem 2.5rem;
  border-top: 1px solid #d0d8de;
}
.footer-top-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
.ft-col {}
.ft-title {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: #1c2b20;
  margin-bottom: 1.1rem;
  padding-bottom: .6rem;
  border-left: 3px solid #1a6b3c;
  padding-left: .7rem;
  line-height: 1.3;
}
.ft-item {
  font-size: .87rem;
  color: #3a4a40;
  margin-bottom: .35rem;
  line-height: 1.6;
}
.ft-item a {
  color: #1a6b3c;
  text-decoration: none;
  transition: color .2s;
}
.ft-item a:hover { color: #0f4526; text-decoration: underline; }
.ft-small { color: #5a6a60; font-size: .8rem; margin-top: .5rem; }
.ft-links {
  margin-top: .8rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.ft-links a {
  font-size: .83rem;
  color: #1a6b3c;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s;
}
.ft-links a:hover { color: #0f4526; text-decoration: underline; }
.ft-links span { color: #8a9a90; font-size: .8rem; }

.ft-newsletter {
  display: flex;
  gap: 0;
  margin-bottom: .8rem;
}
.ft-email-input {
  flex: 1;
  padding: .65rem 1rem;
  border: 1.5px solid #c0ccc5;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-family: 'DM Sans', sans-serif;
  font-size: .87rem;
  color: #1c2b20;
  background: #fff;
  outline: none;
  transition: border-color .2s;
}
.ft-email-input:focus { border-color: #1a6b3c; }
.ft-go-btn {
  background: #1a6b3c;
  color: #fff;
  border: none;
  padding: .65rem 1.2rem;
  border-radius: 0 6px 6px 0;
  font-family: 'DM Sans', sans-serif;
  font-size: .87rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
  letter-spacing: .05em;
}
.ft-go-btn:hover { background: #0f4526; }
.ft-gdpr {
  display: flex;
  align-items: center;
  font-size: .78rem;
  color: #5a6a60;
  cursor: pointer;
}

.footer-bot {
  background: #1a6b3c;
  padding: 1.1rem 2rem;
}
.footer-bot-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.fb-left {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .8rem;
  color: rgba(255,255,255,.9);
}
.fb-cookie {
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,.15);
  border: 1.5px solid rgba(255,255,255,.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  flex-shrink: 0;
}
.fb-nav {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}
.fb-nav a {
  font-size: .78rem;
  color: rgba(255,255,255,.88);
  text-decoration: none;
  cursor: pointer;
  transition: color .2s;
  white-space: nowrap;
}
.fb-nav a:hover { color: #fff; text-decoration: underline; }
.fb-sep { color: rgba(255,255,255,.4); font-size: .75rem; }

/* Remove old footer styles that conflict */
.fg4, .flo, .fd, .frna, .fco, .fbot { display: none !important; }

@media(max-width:900px){
  .footer-top-inner { grid-template-columns: 1fr 1fr; }
  .footer-bot-inner { flex-direction: column; align-items: flex-start; }
  .fb-nav { gap: .3rem; }
}
@media(max-width:600px){
  .footer-top-inner { grid-template-columns: 1fr; }
}


/* ─── TOP BAR (barre sombre en haut) ─── */
.top-bar {
  background: #1c2b20;
  padding: .42rem 2rem;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1001;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.top-bar-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.top-bar-left {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.top-bar-item {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  color: rgba(255,255,255,.82);
  text-decoration: none;
  transition: color .2s;
}
.top-bar-item:hover { color: #f5a623; }
.top-bar-item svg { flex-shrink: 0; }
.top-bar-phone { color: #f5a623 !important; font-weight: 600; }
.top-bar-right {
  font-size: .75rem;
  color: rgba(255,255,255,.6);
  letter-spacing: .02em;
}

/* ─── HEADER REDESIGN ─── */
header {
  position: fixed;
  top: 34px; /* height of top-bar */
  left: 0; right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e8edf0;
  padding: 0 2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
nav {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  gap: 1rem;
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: #0f4526;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: -.01em;
}
.logo span { color: #2d9e5f; }
.logo em {
  font-style: normal;
  color: #f5a623;
}

.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  gap: 0;
}
.nav-links li a {
  display: inline-block;
  padding: .42rem .75rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #2a3a30;
  text-decoration: none;
  border-radius: 6px;
  transition: all .18s;
  white-space: nowrap;
  cursor: pointer;
}
.nav-links li a:hover { color: #1a6b3c; background: rgba(26,107,60,.07); }
.nav-links li a.active {
  background: #1a6b3c;
  color: #fff;
  border-radius: 6px;
}
.nav-links li a.active:hover { background: #0f4526; }
.nav-links li a.btn-don {
  background: #f5a623;
  color: #fff !important;
  border-radius: 50px;
  margin-left: .5rem;
  padding: .42rem 1.1rem;
  box-shadow: 0 2px 8px rgba(245,166,35,.35);
}
.nav-links li a.btn-don:hover { background: #d4880a; }

/* Search box in nav */
.nav-search {
  display: flex;
  align-items: center;
  border: 1.5px solid #d8e4db;
  border-radius: 50px;
  overflow: hidden;
  height: 34px;
  background: #f7f9f7;
  transition: border-color .2s;
  margin-left: .4rem;
}
.nav-search:focus-within { border-color: #1a6b3c; background: #fff; }
.nav-search input {
  border: none;
  outline: none;
  background: transparent;
  padding: 0 .7rem;
  font-family: 'DM Sans', sans-serif;
  font-size: .78rem;
  color: #1c2b20;
  width: 110px;
}
.nav-search button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 .6rem;
  color: #4a6354;
  display: flex;
  align-items: center;
  height: 100%;
  transition: color .2s;
}
.nav-search button:hover { color: #1a6b3c; }

/* Adjust page padding for double header */
.page { padding-top: 96px; }



/* WordPress specific overrides */
.wp-block { max-width: 100% !important; }
body.wp-admin { font-family: 'DM Sans', sans-serif; }
