:root { --foret:#2F7152; --foret-fonce:#245D43; --creme:#FAF8F2; --menthe:#E7F0E3; }
* { box-sizing: border-box; }
body { margin:0; font-family: -apple-system, "Segoe UI", Roboto, sans-serif; background:var(--creme); color:#1f2a24; line-height:1.6; }
header { background:var(--foret); color:white; padding:1.5rem 1rem; }
header a { color:white; text-decoration:none; }
header h1 { margin:0; font-family: Georgia, serif; font-size:1.6rem; }
nav { margin-top:.5rem; font-size:.95rem; }
nav a { margin-right:1rem; opacity:.9; }
main { max-width:720px; margin:0 auto; padding:1.5rem 1rem 3rem; }
h2 { font-family: Georgia, serif; color:var(--foret-fonce); }
.carte { background:var(--menthe); border-radius:12px; padding:1rem 1.2rem; margin:1rem 0; }
.aremplir { background:#fff3cd; padding:0 .2rem; }
footer { text-align:center; font-size:.85rem; color:#5b6b62; padding:2rem 1rem; }
