.navbar[data-astro-cid-5blmo7yk]{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05);height:70px;display:flex;align-items:center;transition:all .3s ease}.nav-content[data-astro-cid-5blmo7yk]{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-brand[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{display:flex;align-items:center;transition:transform .2s ease}.nav-brand[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{transform:scale(1.05)}.brand-logo[data-astro-cid-5blmo7yk]{width:auto;height:55px;object-fit:contain}.nav-links[data-astro-cid-5blmo7yk]{display:flex;gap:var(--gap)}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{text-decoration:none;color:var(--noir);font-weight:700;font-size:.95rem;text-transform:uppercase;transition:color .2s;letter-spacing:.5px}.nav-links[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{color:var(--blue-perche)}.nav-socials[data-astro-cid-5blmo7yk]{display:flex;gap:1.5rem;align-items:center}.nav-socials[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]{color:var(--noir);opacity:.9;transition:opacity .2s,transform .2s;display:flex;align-items:center}.nav-socials[data-astro-cid-5blmo7yk] a[data-astro-cid-5blmo7yk]:hover{opacity:1;transform:scale(1.5);color:var(--blue-perche)}@media (max-width:768px){.navbar[data-astro-cid-5blmo7yk]{height:60px}.nav-links[data-astro-cid-5blmo7yk]{display:none}.nav-socials[data-astro-cid-5blmo7yk]{gap:1rem}.brand-logo[data-astro-cid-5blmo7yk]{height:40px}}:root{--rouge-festif:#e61126;--vert-vegetal:#558310;--orange-festival:#bf5800;--blue-perche:#007d9e;--noir:#000;--blanc:#fff;--gap:2rem}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background:var(--blanc);color:var(--noir);scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;line-height:1.6}h1,h2,h3{line-height:1.2;margin:1rem 0}*{box-sizing:border-box}.skip-to-content{position:absolute;top:-100px;left:0;background:var(--blue-perche);color:#fff;padding:1rem;z-index:2000;transition:top .2s}.skip-to-content:focus{top:0}img{max-width:100%;height:auto}.container{width:100%;max-width:1600px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:9999px;text-decoration:none;font-weight:700;transition:transform .2s ease}.btn:hover{transform:scale(1.05)}