:root{--vert:#2D6A2D;--vert-fonce:#245424;--vert-bg:#EBF5EB;--terre:#7A5C2A;--terre-bg:#F5EEE3;
--ciel:#2563A8;--note-bg:#FBF6E7;--note-bord:#EADFC0;--text:#1D1D1B;--text-2:#5D5D56;
--border:#E5E2DA;--bg:#F7F6F2;--white:#FFF;--r-s:8px;--r-m:14px;--r-pill:999px;
--sh-1:0 1px 2px rgba(25,28,20,.05),0 2px 8px rgba(25,28,20,.05);
--sh-2:0 10px 30px rgba(25,28,20,.13);--h-header:64px}
*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
color:var(--text);background:var(--bg);line-height:1.6;font-size:16px}
img{max-width:100%}
a{color:var(--vert-fonce)}
:focus-visible{outline:3px solid var(--ciel);outline-offset:2px}
h1{font-weight:700;letter-spacing:-.02em;line-height:1.15}
h2{font-weight:700;letter-spacing:-.01em;line-height:1.25}
.wrap{max-width:1160px;margin:0 auto;padding:0 20px}
/* ---- en-tête ---- */
header.site{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);
-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}
.hwrap{max-width:1160px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:16px;
min-height:var(--h-header)}
.logo{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--vert-fonce)}
.logo svg{width:34px;height:34px;flex:none}
.logo .lname{font-size:1.13rem;font-weight:700;letter-spacing:-.01em;line-height:1.2}
.logo .lname small{display:block;font-size:.68rem;font-weight:400;color:var(--text-2);letter-spacing:.03em}
nav.main{margin-left:auto;display:flex;gap:2px}
nav.main a{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;
border-radius:var(--r-pill);font-size:.94rem;color:var(--text);text-decoration:none}
nav.main a:hover{color:var(--vert-fonce);background:var(--vert-bg)}
nav.main a.actif{background:var(--vert-bg);color:var(--vert-fonce);font-weight:600}
#nav-toggle{display:none;margin-left:auto;width:44px;height:44px;border:0;background:none;
color:var(--vert-fonce);cursor:pointer;border-radius:10px;align-items:center;justify-content:center}
@media (max-width:919px){
#nav-toggle{display:inline-flex}
nav.main{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);
border-bottom:1px solid var(--border);box-shadow:var(--sh-2);flex-direction:column;
padding:8px 12px 14px;gap:2px}
nav.main.ouvert{display:flex}
nav.main a{min-height:48px;font-size:1.02rem;border-radius:10px}
}
/* ---- hero ---- */
.hero{background:linear-gradient(170deg,var(--vert-bg),var(--bg) 78%);padding:64px 0 48px}
.hero.mince{padding:40px 0 28px}
.hero h1{font-size:clamp(1.85rem,4.5vw,2.7rem);color:var(--vert-fonce);max-width:780px}
.hero p{max-width:660px;margin-top:16px;font-size:1.12rem;color:var(--text-2)}
.hero.mince p{margin-top:10px;font-size:1.02rem}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero .fine{margin-top:16px;font-size:.88rem;color:var(--text-2)}
@media (max-width:640px){.hero{padding:40px 0 32px}}
/* ---- boutons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;
padding:0 28px;border-radius:var(--r-pill);background:var(--vert);color:var(--white);
text-decoration:none;font-weight:600;font-size:1rem;border:0;cursor:pointer;
transition:background .18s ease,transform .18s ease}
.btn:hover{background:var(--vert-fonce)}
.btn.sec{background:var(--white);color:var(--vert-fonce);border:1.5px solid var(--vert)}
.btn.sec:hover{background:var(--vert-bg)}
/* ---- barre catégories + tri (catalogue) ---- */
.toolbar{position:sticky;top:var(--h-header);z-index:40;background:rgba(247,246,242,.96);
-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);
padding:10px 0}
.toolbar .wrap{display:flex;gap:12px;align-items:center}
.cats{display:flex;gap:8px;overflow-x:auto;flex:1;padding:2px;scrollbar-width:none}
.cats::-webkit-scrollbar{display:none}
.cats button{flex:none;display:inline-flex;align-items:center;gap:7px;min-height:44px;
padding:0 16px;border-radius:var(--r-pill);border:1px solid var(--border);background:var(--white);
font:inherit;font-size:.9rem;color:var(--text);cursor:pointer;transition:border-color .15s,color .15s}
.cats button:hover{border-color:var(--vert);color:var(--vert-fonce)}
.cats button .n{font-size:.76rem;color:var(--text-2);background:var(--bg);
border-radius:var(--r-pill);padding:2px 8px}
.cats button.actif{background:var(--vert);border-color:var(--vert);color:var(--white);font-weight:600}
.cats button.actif .n{background:rgba(255,255,255,.22);color:var(--white)}
.tri{flex:none;display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--text-2);
padding-left:12px;border-left:1px solid var(--border)}
.tri select{min-height:44px;border-radius:10px;border:1px solid var(--border);background:var(--white);
padding:0 10px;font:inherit;font-size:.9rem;color:var(--text);cursor:pointer}
@media (max-width:640px){.tri span{display:none}}
/* ---- sections catalogue ---- */
section.cat{padding:40px 0 8px}
section.cat[hidden]{display:none}
.cat-tete{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
section.cat h2{color:var(--vert-fonce);font-size:1.5rem;scroll-margin-top:calc(var(--h-header) + 76px)}
.count{color:var(--text-2);font-size:.92rem}
section.cat p.intro{color:var(--text-2);max-width:680px;margin:6px 0 24px}
/* ---- grille et cartes produit ---- */
.grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px 20px;
margin-bottom:32px}
.carte{background:var(--white);border:1px solid var(--border);border-radius:var(--r-m);
overflow:hidden;box-shadow:var(--sh-1);display:flex;flex-direction:column;cursor:pointer;
transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.carte:hover{transform:translateY(-3px);box-shadow:var(--sh-2);border-color:#D8D4C9}
.carte:focus-visible{outline:3px solid var(--ciel);outline-offset:2px}
.carte svg{width:100%;height:auto;display:block}
.carte img{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:contain;
background:var(--white);padding:8px}
.cbody{padding:14px 16px 18px;display:flex;flex-direction:column;flex:1;border-top:1px solid #F0EEE8}
.cbody h3{font-size:.98rem;font-weight:600;line-height:1.35}
.dims{color:var(--text-2);font-size:.84rem;margin-top:4px}
.badge{display:inline-block;align-self:flex-start;background:var(--terre-bg);color:var(--terre);
font-size:.76rem;padding:3px 10px;border-radius:var(--r-pill);margin-top:8px}
ul.points{margin:10px 0 0 18px;font-size:.86rem;color:#3E3E38}
ul.points li{margin-bottom:4px}
.prix{font-size:1.32rem;font-weight:700;color:var(--text);margin-top:auto;padding-top:12px}
.prix small{font-size:.76rem;font-weight:400;color:var(--text-2)}
details{margin-top:10px;font-size:.86rem}
details summary{cursor:pointer;color:var(--ciel);padding:11px 0}
details table{width:100%;border-collapse:collapse;margin-top:8px}
details td{padding:4px 6px;border-bottom:1px solid var(--border);vertical-align:top}
details td:first-child{color:var(--text-2);white-space:nowrap}
@media (max-width:560px){
.grille{grid-template-columns:1fr 1fr;gap:12px}
.cbody{padding:10px 12px 14px}
.cbody h3{font-size:.9rem}
ul.points{display:none}
.prix{font-size:1.18rem}
}
/* ---- fiche produit en surimpression ---- */
#fiche-overlay{position:fixed;inset:0;background:rgba(22,28,20,.52);display:none;
align-items:flex-start;justify-content:center;padding:5vh 16px;z-index:80;overflow:auto}
#fiche-overlay.ouvert{display:flex}
#fiche-panneau{background:var(--white);border-radius:16px;max-width:680px;width:100%;
padding:20px 22px 28px;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.3)}
#fiche-panneau img,#fiche-panneau svg{width:100%;height:auto;aspect-ratio:4/3;
object-fit:contain;background:var(--white);border-radius:var(--r-s)}
#fiche-panneau .cbody{border-top:0;padding:14px 2px 0}
#fiche-panneau h3{font-size:1.25rem}
#fiche-panneau ul.points{display:block;font-size:.95rem}
#fiche-panneau .prix{font-size:1.5rem}
#fiche-fermer{position:absolute;top:12px;right:12px;border:0;background:var(--bg);
border-radius:50%;width:44px;height:44px;font-size:20px;cursor:pointer;line-height:1;z-index:2}
#fiche-fermer:hover{background:var(--vert-bg)}
#fiche-panneau details{margin-top:10px}
#fiche-panneau details[open] summary{margin-bottom:6px}
#fiche-panneau table{width:100%;border-collapse:collapse}
#fiche-panneau td{padding:4px 6px;border-bottom:1px solid #EEE}
@media (max-width:640px){
#fiche-overlay{padding:0;align-items:stretch}
#fiche-panneau{border-radius:0;max-width:none;min-height:100%;padding:16px 16px 40px}
#fiche-fermer{position:fixed;top:10px;right:10px;background:var(--white);
border:1px solid var(--border);box-shadow:var(--sh-1)}
}
/* ---- blocs de contenu ---- */
.note{background:var(--note-bg);border:1px solid var(--note-bord);border-radius:var(--r-m);
padding:16px 20px;font-size:.92rem;margin:28px 0}
.etapes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;padding:48px 0 8px}
.etape{background:var(--white);border:1px solid var(--border);border-radius:var(--r-m);
padding:24px;box-shadow:var(--sh-1)}
.etape .num{width:36px;height:36px;border-radius:50%;background:var(--vert);color:var(--white);
display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:14px}
.etape h3{font-size:1.05rem;margin-bottom:6px}
.etape p{font-size:.95rem;color:#3E3E38}
h2.sect{color:var(--vert-fonce);font-size:clamp(1.35rem,2.5vw,1.6rem);margin-top:48px}
.sect-tete{display:flex;align-items:baseline;justify-content:space-between;gap:16px;
flex-wrap:wrap;margin-top:48px}
.sect-tete h2{color:var(--vert-fonce);font-size:clamp(1.35rem,2.5vw,1.6rem);margin-top:0}
.sect-tete a{font-size:.94rem;white-space:nowrap}
.apercu{margin-top:24px}
.apercu ul.points,.apercu details{display:none}
.bloc{background:var(--white);border:1px solid var(--border);border-radius:var(--r-m);
padding:24px 26px;margin:18px 0;box-shadow:var(--sh-1)}
.bloc h3{color:var(--vert-fonce);font-size:1.08rem;line-height:1.35;margin-bottom:8px}
.bloc p{margin-top:8px}
/* ---- pied de page ---- */
footer.site{margin-top:64px;background:#20301F;color:#D9E4D6;padding:48px 0 36px;font-size:.92rem}
footer.site a{color:#BFE3BC}
footer.site .wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:32px 26px}
footer.site h4{color:var(--white);margin-bottom:10px;font-size:.98rem}
footer.site p{margin-bottom:4px}
.legal{margin-top:28px;padding-top:18px;border-top:1px solid #3A4E38;grid-column:1/-1;
color:#A9BCA6;font-size:.8rem}
/* ---- accessibilité mouvement ---- */
@media (prefers-reduced-motion:reduce){
*,*::before,*::after{transition:none!important;animation:none!important}
html{scroll-behavior:auto}
.carte:hover{transform:none}
}
