@font-face{font-family:Caveat;src:url('./fonts/Caveat-500-normal-latin.woff2') format('woff2');font-weight:500;font-display:swap}

/* Une gazette composée : papier, gravure, cartographie et caractères vivants. */
.gazette{--paper:#f8f5ee;--light:#fcfaf5;--ink:#1d3545;--red:#af4437;--blue:#42748a;--sage:#9ab4a3;--line:#d9d6cc;--muted:#697680;--gutter:clamp(24px,4.5vw,86px);background:var(--paper)}
.gazette:after{opacity:.075}
.gazette h2,.gazette h3{letter-spacing:-.045em}
.g-shell{width:calc(100% - 2*var(--gutter));max-width:1560px;margin-inline:auto}
.g-icon{width:30px;height:30px;display:block;flex:none;stroke:none!important}
.g-eyebrow{font:500 10px/1.55 var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--red)}
.g-eyebrow>span{margin-right:12px;font-size:20px;vertical-align:-1px}
.g-button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:49px;padding:13px 21px;border:1px solid transparent;border-radius:2px;font:400 14px/1.3 var(--serif);position:relative;transition:background .25s,color .25s,border-color .25s,box-shadow .25s;white-space:nowrap}
.g-button svg{width:20px;height:20px;transition:translate .3s cubic-bezier(.2,.7,.3,1)}
.g-button:hover svg{translate:4px 0}
.g-button-red{background:var(--red);color:var(--light);box-shadow:inset 0 0 0 3px #ffffff0a}
.g-button-red:hover{background:#94382f;box-shadow:0 5px 15px #af44371f}
.g-button-outline{border-color:#af44376b;color:var(--ink);background:#f8f5ee66}
.g-button-outline:hover{background:#af443709;border-color:var(--red)}
.g-button-outline .g-icon{width:21px;height:21px}
.g-button-blue{background:var(--ink);color:var(--paper)}
.g-button-blue:hover{background:#34596b}
.g-button-paper{background:var(--paper);color:var(--red)}
.g-button-paper:hover{background:white}
.g-button-light-outline{border-color:#f8f5ee66;color:var(--paper)}
.g-button-light-outline:hover{background:#ffffff0e;border-color:var(--paper)}
.g-text-link{display:inline-flex;gap:14px;align-items:center;min-height:32px;padding:2px 0;border:0;color:var(--red);font:12px/1.4 var(--serif);text-decoration:underline;text-decoration-color:#af443744;text-underline-offset:4px;transition:text-decoration-color .2s}
.g-text-link:hover{text-decoration-color:var(--red)}
.g-text-link svg{width:17px;height:17px;transition:translate .25s}.g-text-link:hover svg{translate:3px 0}
.g-handwriting{font:500 26px/1.03 Caveat,cursive;color:var(--blue);transform:rotate(-7deg);letter-spacing:.01em}
.g-handwriting svg{display:block;width:85%;height:18px;stroke:currentColor;stroke-width:1;stroke-dasharray:200;stroke-dashoffset:0}
.g-logo{display:flex;flex-direction:column;flex:none;width:max-content}
.g-logo-name{font:700 46px/.95 var(--display);letter-spacing:-.065em}.g-logo-name>span{display:none}
.g-logo-caption{font:500 7px/1.5 var(--sans);text-transform:uppercase;letter-spacing:.17em;margin-top:9px}
.g-header{background:#f8f5eef2;border-color:var(--line);backdrop-filter:blur(14px)}
.g-header-inner{width:calc(100% - 2*var(--gutter));max-width:1560px;margin:auto;min-height:93px;display:flex;align-items:center;justify-content:space-between;gap:35px}
.g-header .g-nav{display:flex;align-items:center;justify-content:center;gap:27px;margin:0}
.g-header .g-nav a{font:12px var(--serif);white-space:nowrap}
.g-header-actions{display:flex;gap:18px;align-items:center}
.g-header-actions .g-button{min-height:41px;font-size:13px;min-width:116px;padding:10px 18px}
.g-search-button{display:grid;place-items:center;width:32px;height:38px}.g-search-button svg{width:21px;height:21px}
.g-method{font:11px var(--serif);border-left:1px solid var(--line);padding-left:18px;white-space:nowrap}

/* Les images, le disque, les ondes et le placard ont leur propre plan. */
.g-hero{position:relative;isolation:isolate;display:block;height:clamp(590px,44vw,760px);min-height:0;border-bottom:1px solid var(--line);overflow:hidden}
.g-hero-inner{height:100%;position:relative}
.g-hero-copy{position:relative;z-index:5;padding-top:clamp(45px,4.5vw,77px);width:51%;pointer-events:none}
.g-hero-copy a{pointer-events:auto}
.g-hero-copy>.g-eyebrow{font-size:9px;letter-spacing:.19em;margin-bottom:16px}
.g-hero h1{font:700 clamp(62px,6.5vw,106px)/1 var(--display);letter-spacing:-.063em;margin:0 0 22px}
.g-hero h1 span,.g-hero h1 em{display:block;white-space:nowrap}
.g-hero h1 em{font:italic 400 1.015em/.98 var(--serif);letter-spacing:-.07em;color:var(--red)}
.g-hero-intro{font:400 16px/1.4 var(--serif);letter-spacing:-.015em;max-width:440px}
.g-hero-buttons{display:flex;align-items:center;gap:17px;margin-top:26px}
.g-hero-buttons .g-button:first-child{min-width:221px}
.g-hero-buttons .g-button:last-child{gap:12px;min-width:150px}
.g-stats{display:grid;grid-template-columns:repeat(3,1fr);max-width:405px;border-top:1px solid var(--line);margin-top:34px;padding-top:19px}
.g-stats>span{display:flex;flex-direction:column;padding-inline:25px;border-left:1px solid var(--line);gap:7px;white-space:nowrap}
.g-stats>span:first-child{padding-left:0;border-left:0}.g-stats>span:last-child{padding-right:0}
.g-stats b{font:700 23px/.9 var(--display);letter-spacing:-.045em}
.g-stats small{font:500 7px/1.1 var(--sans);text-transform:uppercase;letter-spacing:.12em}
.g-hero-scenery{position:absolute;z-index:1;left:27%;right:0;bottom:-1px;height:90%;pointer-events:none;overflow:hidden}
.g-hero-scenery>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center bottom;mix-blend-mode:multiply;transform:translate3d(0,var(--scene-y,0px),0) scale(1.025);transform-origin:center bottom}
.g-scenery-wash{position:absolute;inset:0;background:linear-gradient(90deg,var(--paper) 0%,#f8f5eef0 7%,#f8f5ee00 28%),linear-gradient(var(--paper) 0%,#f8f5ee00 28%);pointer-events:none}
.g-hero-illustration{position:absolute;z-index:3;left:43%;right:9%;top:0;bottom:0;pointer-events:none}
.g-hero-illustration .crieur{height:96%;width:auto;bottom:-25px;left:50%;transform:translateX(-50%);filter:grayscale(.45) contrast(1.08);z-index:3;max-width:none}
.g-hero-orbit{position:absolute;z-index:1;width:min(27.5vw,440px);aspect-ratio:1;left:50%;top:13%;transform:translateX(-48%)}
.g-hero-disc{position:absolute;inset:0;background:#b84d40;border-radius:50%;overflow:hidden;box-shadow:inset 0 0 70px #7b2e1822}
.g-hero-disc:after{content:'';position:absolute;inset:0;background:url('./papier.jpg');opacity:.2;mix-blend-mode:multiply}
.g-hero-disc>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:.19;filter:brightness(0) invert(1);transform:rotate(-13deg) scale(1.15)}
.g-voice-waves{position:absolute;width:145%;height:145%;left:-40%;top:-23%;stroke:#b84d40;stroke-width:1;overflow:visible;opacity:.7}
.g-voice-waves path:nth-child(1){opacity:.22}.g-voice-waves path:nth-child(2){opacity:.4}.g-voice-waves path:nth-child(3){opacity:.65}
.g-street-poster{position:absolute;z-index:4;left:4%;bottom:6%;width:190px;background:#f1eadc;border:1px solid #8d8d79;padding:15px 17px 17px;box-shadow:4px 7px 10px #1d354518;transform:rotate(-5deg);text-align:center}
.g-street-poster:before{content:'';position:absolute;inset:6px;border:1px solid #a7a18e;pointer-events:none}
.g-street-poster>span{display:block;font:italic 9px var(--serif);border-bottom:1px solid #bdb5a1;padding-bottom:9px;margin-bottom:8px}
.g-street-poster>b{display:block;font:700 37px/.94 var(--display);letter-spacing:-.04em;text-transform:uppercase}
.g-street-poster>b>span{display:block;white-space:nowrap}.g-street-poster>b>span:nth-child(2){font-size:.72em;line-height:1.3}
.g-street-poster>.g-icon{width:35px;height:40px;margin:15px auto 7px}.g-street-poster>small{font:italic 9px var(--serif)}
.g-hero-margin{position:absolute;z-index:5;top:47px;right:-1%;width:180px;display:flex;align-items:center;flex-direction:column;gap:37px}
.g-hero-margin>.g-handwriting{color:var(--red);font-size:26px;text-align:left;align-self:flex-end}
.g-words{display:flex;flex-direction:column;align-self:flex-end;gap:7px;margin-right:26px;font:500 8px/1.4 var(--sans);letter-spacing:.18em;text-transform:uppercase;color:#7b8990}
.g-words:after{content:'';width:23px;height:1px;background:#849aa5;margin-top:5px}
.g-stamp{width:133px;height:133px;border:1px dashed var(--red);border-radius:50%;color:var(--red);background:#f8f5ee70;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;transform:rotate(8deg);transition:transform .5s cubic-bezier(.2,.7,.3,1),background .3s}
.g-stamp:hover{transform:rotate(0);background:var(--paper)}
.g-stamp>span{font:500 9px var(--sans);text-transform:uppercase;letter-spacing:.2em}.g-stamp>b{font:500 9px/1.5 var(--sans);text-transform:uppercase;letter-spacing:.15em}
.g-stamp .g-icon{width:25px;height:27px}
.g-birds{position:absolute;right:10%;top:30%;width:100px;height:45px;z-index:2;stroke:var(--ink);stroke-width:1.8;transform:rotate(-7deg)}

/* L'atlas communal, dessiné à partir des contours réels. */
.g-territory{border-bottom:1px solid var(--line);position:relative;overflow:clip}
.g-territory-layout{position:relative;display:grid;grid-template-columns:37% 63%;padding-top:50px;padding-bottom:22px;align-items:center}
.g-territory-copy{position:relative;z-index:3;align-self:start;padding-top:4px}
.g-territory-copy>.g-eyebrow{margin-bottom:19px}
.g-territory h2{font-size:clamp(44px,4.1vw,68px);line-height:.99;margin-bottom:17px}
.g-territory-copy>p:not(.g-eyebrow){font:14px/1.45 var(--serif);color:var(--muted)}
.g-territory .commune-search{max-width:420px;margin-top:23px;margin-right:16px}
.g-territory .search-field{border:1px solid #c1c7c2;border-radius:3px;background:#fcfaf588;overflow:hidden}
.g-territory .search-field>svg{width:19px;height:19px;stroke:var(--ink);stroke-width:1.3;margin-left:15px;flex:none}
.g-territory .search-field input{font:11px var(--sans);padding:13px 10px;min-height:42px}
.g-territory .search-field button{background:var(--ink);color:var(--paper);width:46px;height:44px;transition:background .2s}.g-territory .search-field button:hover{background:var(--blue)}
.g-territory-copy>.g-text-link{margin-top:5px;font-size:11px}
.g-atlas-stats{max-width:420px;margin-top:12px;padding-top:17px}.g-atlas-stats>span{padding-inline:19px}.g-atlas-stats small{font-size:7px;letter-spacing:.08em}
.g-territory-art{position:relative;height:502px;min-width:0}
.g-atlas{pointer-events:none;position:absolute;inset:-15px 14% -15px -7%;isolation:isolate;scroll-margin-top:120px}
.g-atlas .atlas-map{position:absolute;inset:0;width:100%;height:100%;padding:0;overflow:hidden}
.g-atlas .atlas-map a{pointer-events:auto}.g-atlas .atlas-map a path{fill:var(--land);stroke:#f8f5ee;stroke-width:1.3;transition:fill .3s,stroke .3s}
.g-atlas .atlas-map a:hover path,.g-atlas .atlas-map a.active path,.g-atlas .atlas-map a:focus-visible path{fill:#af4437;stroke:#f8f5ee;stroke-width:2}
.g-map-wash{pointer-events:none;position:absolute;inset:10% -15% -4% 5%;background:radial-gradient(ellipse at 65% 85%,#abc8d2ab 0%,#bed4db80 29%,#f8f5ee00 64%);transform:rotate(-9deg);mask-image:radial-gradient(ellipse at center,#000 20%,transparent 70%);z-index:-1}
.g-atlas figcaption{position:absolute;bottom:10px;left:11%;right:28%;display:flex;justify-content:space-between;gap:10px;font:10px var(--sans);color:var(--muted)}
.g-sea-name{font:italic 19px var(--serif);color:var(--blue);transform:rotate(-12deg);position:absolute;bottom:32px;right:-65px}
.g-compass{position:absolute;bottom:40px;right:10%;height:83px;width:52px;stroke:var(--blue);stroke-width:.8;fill:var(--blue)}.g-compass text{font:14px var(--serif);stroke:none}
.g-map-note{position:absolute;right:26%;top:6px;font-size:24px;z-index:2;pointer-events:none}
.g-commune-card{position:absolute;right:0;top:4px;bottom:40px;width:24%;padding:8px 8px 17px;border:1px solid var(--line);background:var(--paper);z-index:3;transition:box-shadow .35s,translate .35s}
.g-commune-card:hover{translate:0 -4px;box-shadow:0 12px 24px #1d35450c}
.g-commune-card>div{width:100%;height:65%;overflow:hidden}
.g-commune-card img{width:100%;height:100%;object-fit:cover;object-position:65% center;transition:scale 1s cubic-bezier(.2,.7,.3,1);filter:saturate(.76)}.g-commune-card:hover img{scale:1.04}
.g-commune-card h3{font-size:25px;margin:15px 7px 6px}.g-commune-card p{font:13px/1.25 var(--serif);margin:0 7px 8px}
.g-commune-card>span{display:flex;gap:8px;align-items:center;font:11px var(--serif);color:var(--red);margin:0 7px}.g-commune-card>span svg{width:15px;height:15px}
.g-territory .communes-directory{grid-column:1/-1;margin-top:5px;border-color:var(--line)}.g-territory .communes-directory summary{font:11px var(--serif);padding-block:12px;min-height:40px}.g-territory .commune-directory-grid{padding-top:10px}

/* Un vrai sommaire de journal : une une, deux brèves et un mot d'esprit. */
.g-news{padding-top:34px;padding-bottom:23px;scroll-margin-top:110px}
.g-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.g-section-head h2{font:500 10px/1.5 var(--sans);letter-spacing:.17em}.g-section-head>div{display:flex;align-items:center;gap:9px}.g-section-head .g-text-link{margin-right:10px;font-size:11px}
.g-round{border:1px solid #c2cccd;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;font:20px/1 var(--serif);padding:0;transition:background .25s,color .25s,border-color .25s;flex:none}
.g-round:hover{background:var(--ink);border-color:var(--ink);color:var(--paper)}.g-round:disabled{opacity:.35;cursor:default}
.g-news-grid{display:grid;grid-template-columns:1.4fr 1.05fr .85fr;gap:22px;align-items:stretch}
.g-story{padding:0;border:1px solid var(--line);background:#fcfaf552;position:relative;min-width:0;transition:border-color .3s,box-shadow .4s}
.g-story:hover{border-color:#b8beb8;box-shadow:0 8px 22px #1d354506}
.g-story>a{display:block;padding:0;height:100%;position:relative}
.g-story-image{position:relative;overflow:hidden;isolation:isolate}
.g-story-image>img{width:100%;height:100%;object-fit:cover;filter:saturate(.78);transition:transform 1s cubic-bezier(.2,.7,.3,1),filter .8s}
.g-story:hover .g-story-image>img{transform:scale(1.035);filter:saturate(.95)}
.g-category{font:500 8px/1.45 var(--sans);text-transform:uppercase;letter-spacing:.15em;color:var(--red)}
.g-story-lead .g-story-copy>.g-category,.g-story-side .g-story-image>.g-category{display:none}
.g-story-image>.g-category{position:absolute;top:13px;left:13px;padding:6px 8px;background:var(--paper);font-size:7px}
.g-story-lead .g-story-image{height:246px;margin:5px 5px 0}
.g-story-copy{padding:17px 18px 14px}
.g-story h3{font:400 29px/1.04 var(--serif);letter-spacing:-.05em;max-width:none}
.g-story-lead h3{font-size:39px;line-height:.98}
.g-story-excerpt{font:14px/1.35 var(--serif);margin-top:10px;color:#445969}
.g-story-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:17px;font:9px var(--serif);color:var(--muted)}
.g-story-meta svg{color:var(--red);width:18px;height:18px;flex:none;transition:translate .25s}.g-story:hover .g-story-meta svg{translate:3px 0}
.g-story-source{display:block;font:8px var(--sans);color:var(--muted);margin-top:5px;line-height:1.4}
.g-side-stories{display:flex;flex-direction:column;gap:22px;min-width:0}.g-side-stories>.g-story{flex:1}
.g-story-side .g-story-link{display:grid;grid-template-columns:40% 60%;min-height:230px;padding:5px;gap:0}
.g-story-side .g-story-copy{padding:9px 10px 11px 16px;display:flex;flex-direction:column}
.g-story-side .g-story-image{height:100%;min-height:210px}
.g-story-side h3{font-size:24px;line-height:1.06;margin-top:7px}
.g-story-side .g-story-excerpt{font-size:12px;line-height:1.4;margin-top:10px}
.g-story-side .g-story-meta{margin-top:auto;padding-top:12px;font-size:8px;align-items:flex-end}
.g-story-side .g-story-source{font-size:7px;margin-top:5px}
.g-editorial-quote{position:relative;isolation:isolate;overflow:hidden;background:var(--ink);color:var(--paper);margin:0;padding:43px 20px 0;text-align:center;min-height:465px}
.g-quote-mark{font:400 44px/1 var(--serif);color:#d6997e;display:block;height:36px}
.g-editorial-quote>p{position:relative;z-index:2;font:italic 25px/1.13 var(--serif);letter-spacing:-.03em;margin-top:14px}
.g-quote-rule{display:block;width:31px;height:1px;background:var(--red);margin:20px auto}
.g-editorial-quote>.g-quote-rule{background:#b49478}
.g-editorial-quote>cite{font:italic 14px var(--serif);position:relative;z-index:2}
.g-editorial-quote>img{position:absolute;bottom:-12%;left:-35%;width:155%;max-width:none;height:70%;object-fit:cover;filter:grayscale(1) invert(1) contrast(1.2);mix-blend-mode:screen;opacity:.68;mask-image:linear-gradient(transparent,#000 55%);z-index:0;pointer-events:none}
.g-press-more{margin-top:20px;border-bottom:1px solid var(--line);font:12px var(--serif)}
.g-press-more>summary{list-style:none;display:flex;justify-content:space-between;gap:15px;cursor:pointer;padding:12px 0;color:var(--muted)}
.g-press-more>summary>span{font-size:18px;color:var(--red)}
.g-press-more>div{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:20px 0 28px}
.g-press-more a>span{font:9px var(--sans);color:var(--muted)}.g-press-more h3{font:24px/1.15 var(--serif);margin:10px 0}.g-press-more a>svg{color:var(--red);width:18px}

/* Des encadrés pour participer, sans fausses statistiques ni témoignages. */
.g-participation{display:grid;grid-template-columns:1.4fr 1.2fr .7fr;gap:22px;padding-bottom:33px}
.g-submit-card{position:relative;isolation:isolate;overflow:hidden;padding:26px;background:var(--red);color:var(--paper);border:1px solid #b65043;border-radius:2px;min-height:279px}
.g-submit-card h2{font:400 31px/.98 var(--serif);letter-spacing:-.035em;position:relative;z-index:2}.g-submit-card h2 em{color:inherit;white-space:nowrap}
.g-submit-card>p:not(.g-handwriting){font:13px/1.35 var(--serif);margin-top:15px;position:relative;z-index:2;max-width:355px;color:#f6ded4}
.g-submit-card>.g-button{min-height:43px;padding:10px 17px;margin-top:23px;position:relative;z-index:2;font-size:12px}
.g-submit-card>.g-handwriting{position:absolute;bottom:27px;right:19px;font-size:23px;color:var(--paper);z-index:2}
.g-pen-drawing{position:absolute;right:-23px;top:12px;width:180px;height:150px;color:#f8e8d4;opacity:.75;transform:rotate(-7deg);z-index:0}
.g-citizens-card{border:1px solid var(--line);padding:24px 21px 15px;background:#fcfaf544}
.g-citizens-card h2{font-size:35px;line-height:.97}
.g-citizen-actions{display:grid;grid-template-columns:repeat(3,1fr);margin-top:21px}
.g-citizen-actions a{display:flex;flex-direction:column;align-items:flex-start;padding-inline:16px;border-left:1px solid var(--line);font:12px var(--serif);transition:color .2s}.g-citizen-actions a:first-child{padding-left:0;border:0}.g-citizen-actions a:last-child{padding-right:0}
.g-citizen-actions .g-icon{width:31px;height:31px;color:var(--red);margin-bottom:10px;transition:translate .25s}.g-citizen-actions a:hover .g-icon{translate:0 -3px}
.g-citizen-actions b{font-weight:400;margin-bottom:5px}.g-citizen-actions span{font-size:11px;line-height:1.3;color:var(--muted)}
.g-citizens-card>.g-text-link{font-size:11px;margin-top:11px}
.g-citizen-quote{border:1px solid var(--line);margin:0;padding:20px 22px;display:flex;flex-direction:column;background:#fcfaf544}
.g-citizen-quote>.g-quote-mark{height:25px;font-size:36px}
.g-citizen-quote>p{font:italic 20px/1.2 var(--serif);letter-spacing:-.02em;margin-top:10px}.g-citizen-quote>.g-quote-rule{margin:14px 0}
.g-citizen-quote>cite{display:flex;align-items:center;gap:10px;font:11px var(--serif);margin-top:auto}
.g-cite-mark{display:grid;place-items:center;width:39px;height:39px;background:#e8ede7;border-radius:50%;color:var(--red);flex:none}.g-cite-mark>.g-icon{width:24px;height:28px}
.g-citizen-quote cite small{display:block;font-size:9px;line-height:1.3;color:var(--muted);margin-top:3px}

/* Agenda horizontal natif : défilement tactile et commandes clavier. */
.g-agenda{border-top:1px solid var(--line);padding-top:29px;padding-bottom:39px;display:grid;grid-template-columns:25% 75%;gap:0}
.g-agenda-intro{padding-right:30px}.g-agenda-intro h2{font:500 10px/1.5 var(--sans);letter-spacing:.17em}
.g-agenda-intro>p{font:13px/1.4 var(--serif);color:var(--muted);margin-top:20px}
.g-agenda-intro>.g-button{margin-top:28px;min-height:42px;font-size:12px;padding:10px 17px}
.g-agenda-filters{margin-top:16px;font-size:11px;max-width:280px}
.g-agenda-filters summary{font:11px var(--serif);display:flex;align-items:center;justify-content:space-between;padding:8px 0;cursor:pointer;border-bottom:1px solid var(--line)}
.g-agenda-filters .period-tabs{margin-block:15px;display:flex;gap:4px;flex-wrap:wrap}.g-agenda-filters .period-tabs button{font-size:9px;padding:7px 8px;flex:auto}
.g-agenda-filters label{display:flex;flex-direction:column;gap:8px;font-size:9px}.g-agenda-filters select{width:100%;border:1px solid var(--line);background:var(--paper);font-size:10px;padding:7px}
.g-agenda #agenda-status{display:block;margin:12px 0 0;font:9px var(--sans);color:var(--muted)}
.g-agenda-content{min-width:0}
.g-agenda-nav{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;min-height:31px}.g-agenda-nav>span{font:11px var(--serif);color:var(--muted)}.g-agenda-nav>div{display:flex;gap:8px}
.g-agenda .agenda-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#bcc9ca transparent;padding-bottom:12px;align-items:stretch;scroll-padding-inline:0}
.g-event{position:relative;flex:0 0 calc((100% - 48px)/4);min-width:0;border:1px solid var(--line);background:#fcfaf54d;padding:6px 6px 0;scroll-snap-align:start;transition:border-color .3s}
.g-event:hover{border-color:#abb9ba}.g-event>a{display:block}
.g-event-top{display:grid;grid-template-columns:37px 1fr;gap:8px;align-items:stretch}
.g-event-top time{display:flex;align-items:center;flex-direction:column;gap:5px;padding-top:2px;line-height:1}
.g-event-top time b{font:400 29px/.9 var(--serif);color:var(--red)}.g-event-top time span{font:500 8px var(--sans);letter-spacing:.06em;text-transform:uppercase}
.gazette .g-event .event-image{height:118px;background:#e0e7e1;aspect-ratio:auto;display:grid;place-items:center;overflow:hidden}
.gazette .g-event .event-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.3,1);filter:saturate(.85)}.g-event:hover .event-image img{transform:scale(1.04)}
.gazette .g-event .event-image.portrait img{object-fit:contain;padding:5px;transform:none}.gazette .g-event .event-image>.g-icon{width:40px;height:40px;color:var(--blue)}
.g-event-copy{padding:12px 6px 10px}.g-event-copy .g-category{font-size:7px;letter-spacing:.11em}
.gazette .g-event h3{font:400 19px/1.08 var(--serif);letter-spacing:-.035em;margin-top:5px;max-width:none}
.g-event-copy>p:last-child{font:10px/1.35 var(--serif);color:var(--muted);margin-top:7px}
.g-event details{margin-top:0;border-top:1px solid #d9d6cc66;padding:7px 6px}
.g-event summary{display:flex;justify-content:space-between;gap:7px;align-items:center;font:8px/1.3 var(--sans);min-height:24px;cursor:pointer}.g-event summary>span{color:var(--red);font-size:14px}
.g-event details>p{font:10px/1.5 var(--serif);margin:8px 0}.g-event details .small{font:9px/1.4 var(--sans);color:var(--muted)}
.g-agenda #agenda-more{font-size:10px;float:right;margin-top:2px}

.g-support{position:relative;isolation:isolate;background:var(--ink);color:var(--paper);overflow:hidden}
.g-support-inner{display:grid;grid-template-columns:48% 33% 19%;align-items:center;min-height:335px;padding-block:39px;position:relative}
.g-support-copy{position:relative;z-index:2}.g-support-copy>.g-eyebrow{color:#d37968;font-size:9px;margin-bottom:15px}
.g-support h2{font:400 43px/1.04 var(--serif);letter-spacing:-.035em;max-width:590px}
.g-support-copy>p:not(.g-eyebrow){font:13px/1.4 var(--serif);color:#c5d0d5;margin-top:16px;max-width:500px}
.g-support-copy>div{display:flex;gap:13px;margin-top:23px}.g-support-copy .g-button{min-height:44px;font-size:12px;padding:11px 18px}
.g-support-art{position:relative;align-self:stretch;min-height:250px;pointer-events:none}
.g-support-art img{position:absolute;left:-45%;bottom:-10%;width:148%;max-width:none;height:113%;object-fit:cover;filter:grayscale(1) invert(1) contrast(1.2);mix-blend-mode:screen;opacity:.7;mask-image:radial-gradient(ellipse at 52% 66%,#000 12%,#000 20%,transparent 69%)}
.g-support-art .g-handwriting{position:absolute;right:7%;top:0;color:#d7e0de;font-size:27px;text-align:center;transform:rotate(-10deg)}
.g-support-principles{padding:0 0 0 29px;margin:0;border-left:1px solid #8ea4aa44;list-style:none;display:flex;flex-direction:column;gap:0;align-self:center}
.g-support-principles li{display:flex;gap:15px;align-items:center;font:12px/1.35 var(--serif);color:#c5d0d5;border-bottom:1px solid #8ea4aa26;padding:15px 0}.g-support-principles li:first-child{padding-top:0}.g-support-principles li:last-child{border:0;padding-bottom:0}
.g-support-principles .g-icon{width:30px;height:30px;padding:5px;border:1px solid #8ea4aa66;border-radius:50%}
.g-footer{background:var(--paper);padding:26px 0 29px}
.g-footer>.g-shell{display:flex;align-items:center;justify-content:space-between;gap:32px}
.g-footer .g-logo-name{font-size:36px}.g-footer .g-logo-caption{font-size:6px;margin-top:7px}
.g-footer nav{display:flex;gap:23px;margin-left:auto;align-items:center}.g-footer nav a,.g-footer nav button{font:9px var(--sans);border:0;padding:8px 0;color:var(--muted)}.g-footer nav a:hover,.g-footer nav button:hover{color:var(--red)}
.g-footer .g-handwriting{font-size:20px}.g-footer-coq>.g-icon{width:31px;height:40px;color:var(--red)}
.gazette [data-reveal]{transition:opacity .85s cubic-bezier(.2,.7,.3,1),translate .85s cubic-bezier(.2,.7,.3,1)}
.gazette .js-reveal [data-reveal].awaiting{translate:0 20px}

@media(min-width:1700px){.g-hero{height:750px}.g-hero-copy{padding-top:77px}.g-hero h1{font-size:108px}.g-hero-intro{font-size:18px;max-width:510px}.g-hero-buttons{margin-top:32px}.g-hero-buttons .g-button{min-height:53px;font-size:16px}.g-stats{margin-top:40px;max-width:465px;padding-top:24px}.g-stats b{font-size:27px}.g-stats small{font-size:8px}.g-hero-illustration .crieur{height:101%;bottom:-28px}.g-hero-margin{top:65px;right:-1%;gap:50px}.g-hero-margin>.g-handwriting{font-size:30px}.g-stamp{width:155px;height:155px}.g-hero-scenery{left:30%;height:100%}.g-street-poster{width:214px;left:2%;bottom:7%;padding-block:20px}.g-street-poster>b{font-size:43px}.g-territory-layout{padding-top:58px}.g-territory-art{height:550px}.g-commune-card p{font-size:15px}.g-story-lead .g-story-image{height:290px}.g-story-lead h3{font-size:44px}.g-story-side h3{font-size:28px}.g-story-side .g-story-excerpt{font-size:14px}.g-editorial-quote>p{font-size:29px}.g-editorial-quote{padding-top:55px}.g-story-excerpt{font-size:16px}.g-submit-card{min-height:302px;padding:31px}.g-submit-card h2{font-size:37px}.g-submit-card>p:not(.g-handwriting){font-size:15px}.g-citizens-card h2{font-size:39px}.g-citizen-quote>p{font-size:24px}.g-citizen-actions b{font-size:14px}.g-citizen-actions span{font-size:12px}.gazette .g-event .event-image{height:146px}.gazette .g-event h3{font-size:22px}.g-support-inner{min-height:385px}.g-support h2{font-size:49px}.g-support-copy>p:not(.g-eyebrow){font-size:15px}}

@media(max-width:1250px){.g-header-inner{gap:22px;min-height:85px}.g-logo-name{font-size:39px}.g-logo-caption{font-size:6px}.g-header .g-nav{gap:18px}.g-header .g-nav a{font-size:11px}.g-header-actions{gap:13px}.g-method{display:none}.g-header-actions .g-button{min-width:100px}.g-hero{height:590px}.g-hero h1{font-size:6.5vw}.g-hero-copy>.g-eyebrow{font-size:8px}.g-hero-intro{font-size:14px;max-width:380px}.g-hero-buttons{gap:12px}.g-hero-buttons .g-button{font-size:12px;padding:12px 15px}.g-hero-buttons .g-button:first-child{min-width:190px}.g-hero-buttons .g-button:last-child{min-width:120px}.g-stats{max-width:355px}.g-stats>span{padding-inline:19px}.g-stats small{font-size:6px}.g-hero-margin{width:136px;right:0;gap:33px}.g-hero-margin>.g-handwriting{font-size:22px}.g-words{margin-right:15px;font-size:7px}.g-stamp{width:113px;height:113px;gap:10px}.g-stamp b,.g-stamp>span{font-size:7px}.g-street-poster{width:163px;left:1%;padding:13px 15px}.g-street-poster>b{font-size:31px}.g-street-poster>.g-icon{width:28px;height:34px;margin-block:12px 5px}.g-hero-illustration{left:42%;right:7%}.g-hero-orbit{top:8%;width:33vw}.g-hero-illustration .crieur{height:94%}.g-territory h2{font-size:48px}.g-territory-copy>p:not(.g-eyebrow){font-size:13px}.g-territory-art{height:450px}.g-territory-layout{grid-template-columns:38% 62%}.g-atlas-stats>span{padding-inline:13px}.g-map-note{font-size:21px}.g-commune-card{width:25%;bottom:34px}.g-commune-card h3{font-size:24px;margin:13px 3px 5px}.g-commune-card p{font-size:11px;margin-inline:3px}.g-commune-card>span{font-size:10px;margin-inline:3px}.g-news-grid,.g-participation{gap:16px}.g-story-copy{padding:14px}.g-story-lead .g-story-image{height:210px}.g-story-lead h3{font-size:33px}.g-story-excerpt{font-size:13px}.g-story-side .g-story-link{grid-template-columns:37% 63%;min-height:210px}.g-story-side h3{font-size:21px}.g-story-side .g-story-copy{padding-left:11px}.g-story-side .g-story-excerpt{font-size:11px}.g-story-side .g-story-image{min-height:200px}.g-side-stories{gap:16px}.g-editorial-quote{padding:32px 15px 0;min-height:435px}.g-editorial-quote>p{font-size:22px}.g-submit-card{padding:23px 19px;min-height:271px}.g-submit-card h2{font-size:29px}.g-submit-card>p:not(.g-handwriting){font-size:12px;max-width:290px}.g-submit-card>.g-button{font-size:11px;min-height:40px;padding-inline:12px}.g-submit-card>.g-handwriting{font-size:19px;right:10px;bottom:17px}.g-citizens-card{padding:23px 16px 15px}.g-citizens-card h2{font-size:31px}.g-citizen-actions a{padding-inline:10px}.g-citizen-actions span{font-size:9px}.g-citizen-quote{padding:20px 17px}.g-citizen-quote>p{font-size:18px}.g-citizen-quote>cite{gap:7px;font-size:10px}.g-cite-mark{width:32px;height:32px}.g-citizen-quote cite small{font-size:8px}.g-agenda{grid-template-columns:24% 76%}.g-agenda-intro{padding-right:20px}.g-event{flex-basis:calc((100% - 32px)/3)}.g-support h2{font-size:37px}.g-support-inner{grid-template-columns:47% 32% 21%}.g-support-copy>p:not(.g-eyebrow){font-size:12px}.g-support-principles{padding-left:20px}.g-support-principles li{font-size:11px;gap:10px}.g-support-art .g-handwriting{font-size:24px;right:0}.g-footer nav{gap:16px}.g-footer .g-logo-name{font-size:31px}.g-footer>.g-shell{gap:23px}}

@media(max-width:1000px){.g-header .g-nav{display:none!important}.g-header .menu-toggle{display:block}.g-header-inner{min-height:78px}.g-header-actions{margin-left:auto}.g-header .g-method{display:inline-block}.g-hero{height:610px}.g-hero-copy{width:57%;padding-top:47px}.g-hero h1{font-size:7vw}.g-hero-copy>.g-eyebrow{font-size:7px;letter-spacing:.12em}.g-hero-intro{font-size:13px;max-width:330px}.g-hero-buttons{gap:10px;flex-wrap:wrap;max-width:340px}.g-hero-buttons .g-button{font-size:11px;min-height:43px}.g-hero-buttons .g-button:first-child{min-width:175px}.g-hero-buttons .g-button:last-child{min-width:115px}.g-stats{max-width:320px;margin-top:25px}.g-stats>span{padding-inline:16px}.g-stats small{font-size:6px;letter-spacing:.06em}.g-hero-illustration{left:43%;right:-7%;top:55px}.g-hero-illustration .crieur{height:90%;left:47%;bottom:-25px}.g-hero-orbit{width:39vw;left:50%;top:9%}.g-hero-margin{top:34px;right:0;width:150px;gap:25px}.g-hero-margin>.g-handwriting{font-size:22px}.g-words{display:none}.g-stamp{position:absolute;right:3px;top:365px;width:97px;height:97px;font-size:7px;background:#f8f5eec7}.g-stamp .g-icon{width:18px;height:21px}.g-stamp b,.g-stamp>span{font-size:6px}.g-street-poster{left:0;bottom:8%;width:139px;padding:12px}.g-street-poster>b{font-size:27px}.g-street-poster>small{font-size:7px}.g-street-poster>span{font-size:7px}.g-hero-scenery{left:24%;height:70%;width:90%}.g-birds{top:22%;right:6%;width:75px}.g-territory-layout{grid-template-columns:43% 57%;padding-top:36px}.g-territory h2{font-size:42px}.g-territory-copy>.g-eyebrow{font-size:8px;margin-bottom:16px}.g-territory-art{height:443px}.g-atlas{inset:25px -1% -10px -8%}.g-commune-card{display:none}.g-map-note{right:4%;top:-10px;font-size:23px}.g-atlas .atlas-map{overflow:hidden}.g-atlas figcaption{right:7%;bottom:15px}.g-compass{right:7%;bottom:45px}.g-territory-copy>p:not(.g-eyebrow){font-size:12px}.g-atlas-stats{max-width:310px}.g-atlas-stats>span{padding-inline:12px}.g-atlas-stats b{font-size:21px}.g-atlas-stats small{font-size:6px}.g-news-grid{grid-template-columns:1.2fr 1fr}.g-editorial-quote{grid-column:1/-1;min-height:155px;padding:24px 35px;display:flex;align-items:center;justify-content:center;gap:24px}.g-editorial-quote>.g-quote-mark{align-self:flex-start}.g-editorial-quote>p{font-size:24px;margin:0}.g-editorial-quote>p br{display:none}.g-editorial-quote>.g-quote-rule{width:1px;height:43px;margin:0}.g-editorial-quote>cite{white-space:nowrap}.g-editorial-quote>img{left:70%;width:40%;height:200%;bottom:-40%;opacity:.22;mask-image:linear-gradient(90deg,transparent,#000 80%)}.g-participation{grid-template-columns:1fr 1fr}.g-citizen-quote{grid-column:1/-1;flex-direction:row;align-items:center;gap:18px;padding:20px}.g-citizen-quote>p{font-size:21px;margin:0;max-width:62%}.g-citizen-quote>.g-quote-rule{width:1px;height:30px;margin:0}.g-citizen-quote>cite{margin:0 0 0 auto;flex:none}.g-submit-card h2{font-size:30px}.g-citizen-actions span{font-size:10px}.g-citizens-card h2{font-size:33px}.g-agenda{grid-template-columns:27% 73%}.g-agenda-intro h2{font-size:9px}.g-agenda-intro>p{font-size:12px}.g-agenda-intro>.g-button{font-size:11px;padding-inline:12px;gap:13px}.g-event{flex-basis:calc((100% - 16px)/2)}.g-support-inner{grid-template-columns:62% 38%;padding-block:32px}.g-support-copy>p:not(.g-eyebrow){font-size:13px}.g-support-principles{grid-column:1/-1;border:0;border-top:1px solid #8ea4aa44;display:grid;grid-template-columns:repeat(4,1fr);padding:20px 0 0;margin-top:27px;gap:18px}.g-support-principles li,.g-support-principles li:first-child,.g-support-principles li:last-child{padding:0;border:0;font-size:10px;gap:8px}.g-support-art .g-handwriting{font-size:24px;right:3%;top:5px}.g-support-art img{left:-55%;width:170%;bottom:-20%}.g-footer>.g-shell{flex-wrap:wrap;gap:20px}.g-footer nav{margin-left:auto}.g-footer .g-handwriting{margin-left:auto}.g-footer .g-logo{margin-right:auto}}

@media(max-width:700px){.gazette{--gutter:22px}.g-header-inner{min-height:73px;gap:15px}.g-logo-name{font-size:34px}.g-logo-caption{font-size:5px;letter-spacing:.12em;margin-top:7px}.g-header-actions{gap:11px}.g-header .g-method,.g-support-link{display:none}.g-header .menu-toggle{width:35px;height:35px}.g-search-button{width:29px}.g-hero{height:870px}.g-hero-inner{width:100%}.g-hero-copy{width:100%;padding:33px var(--gutter) 0}.g-hero-copy>.g-eyebrow{font-size:6.5px;letter-spacing:.17em;margin-bottom:18px}.g-hero h1{font-size:clamp(51px,10.5vw,73px);line-height:1;letter-spacing:-.06em;margin-bottom:18px}.g-hero h1 em{font-size:1em;letter-spacing:-.065em}.g-hero-intro{font-size:14px;line-height:1.35;max-width:360px}.g-desktop-break{display:none}.g-hero-buttons{margin-top:21px;gap:11px;flex-wrap:nowrap;max-width:none}.g-hero-buttons .g-button{font-size:11px;min-height:44px;padding:11px 14px}.g-hero-buttons .g-button:first-child{min-width:0;flex:1;max-width:225px;gap:15px}.g-hero-buttons .g-button:last-child{min-width:0;padding-inline:12px;gap:7px}.g-stats{position:relative;margin-top:20px;padding-top:13px;max-width:340px}.g-stats>span{padding-inline:20px}.g-stats b{font-size:20px}.g-stats small{font-size:6px;letter-spacing:.08em;line-height:1.2}.g-hero-illustration{top:auto;bottom:0;height:437px;left:15%;right:-3%}.g-hero-illustration .crieur{height:101%;left:52%;bottom:-17px}.g-hero-orbit{width:267px;left:54%;top:4%}.g-voice-waves{width:138%;height:138%;left:-37%;top:-20%}.g-street-poster{left:-6%;bottom:6%;width:126px;padding:11px 13px;transform:rotate(-7deg)}.g-street-poster>b{font-size:25px}.g-street-poster>.g-icon{width:26px;height:29px;margin-block:11px 5px}.g-street-poster>small{font-size:6px}.g-street-poster>span{font-size:6px;padding-bottom:6px;margin-bottom:6px}.g-hero-margin{top:437px;left:var(--gutter);right:auto;width:140px;gap:0}.g-hero-margin>.g-handwriting{font-size:19px;transform:rotate(-8deg);align-self:auto}.g-hero-margin>.g-handwriting svg{display:none}.g-stamp{top:277px;left:calc(100vw - 2*var(--gutter) - 79px);right:auto;width:79px;height:79px;gap:7px;background:#f8f5eec7}.g-stamp>span{font-size:5px}.g-stamp b{font-size:5px;letter-spacing:.08em}.g-stamp .g-icon{width:17px;height:19px}.g-hero-scenery{left:-20%;right:-25%;width:145%;height:38%;opacity:1}.g-hero-scenery>img{object-position:58% bottom}.g-scenery-wash{background:linear-gradient(var(--paper),#f8f5ee00 25%)}.g-birds{top:505px;right:12px;width:53px;z-index:4}.g-territory-layout{display:flex;flex-direction:column;align-items:stretch;padding-top:34px;padding-bottom:18px}.g-territory-copy{width:100%;padding:0}.g-territory-copy>.g-eyebrow{margin-bottom:17px;font-size:8px}.g-territory h2{font-size:46px;line-height:1;max-width:360px}.g-territory-copy>p:not(.g-eyebrow){font-size:13px}.g-territory .commune-search{max-width:none;margin-right:0;margin-top:20px}.g-territory .search-field input{font-size:12px;min-height:45px}.g-territory .search-field button{height:46px}.g-atlas-stats{margin-top:13px;padding-top:15px;max-width:100%}.g-atlas-stats>span{padding-inline:23px}.g-atlas-stats b{font-size:22px}.g-atlas-stats small{font-size:7px}.g-territory-art{height:425px;margin-top:30px}.g-atlas{inset:20px 0 0 -2%}.g-atlas .atlas-map{padding:0}.g-map-note{font-size:23px;top:0;right:3%;z-index:4}.g-compass{bottom:32px;right:6%;height:67px}.g-atlas figcaption{bottom:0;font-size:9px;left:3%;right:10%}.g-sea-name{font-size:16px;right:40px;bottom:21px}.g-commune-card{display:grid;position:relative;inset:auto;width:100%;grid-template-columns:112px 1fr;grid-template-rows:1fr auto auto;padding:7px;column-gap:17px;margin-top:431px;min-height:123px}.g-commune-card>div{height:107px;grid-row:1/4}.g-commune-card h3{font-size:26px;margin:10px 0 5px;align-self:end}.g-commune-card p{font-size:12px;margin:0 0 5px}.g-commune-card p br{display:none}.g-commune-card>span{font-size:11px;margin:0 0 8px}.g-territory-art{margin-bottom:130px}.g-territory .communes-directory{margin-top:18px}.g-territory .communes-directory summary{font-size:11px}.g-news{padding-top:25px;padding-bottom:20px}.g-section-head{align-items:flex-start;gap:9px;margin-bottom:17px}.g-section-head h2{font-size:8px;letter-spacing:.1em;max-width:195px;line-height:1.5}.g-eyebrow>span{margin-right:5px;font-size:15px}.g-section-head .g-text-link{display:none}.g-round{width:28px;height:28px;font-size:18px}.g-section-head>div{gap:7px}.g-news-grid{display:flex;flex-direction:column;gap:17px}.g-story-lead .g-story-image{height:auto;aspect-ratio:1.65}.g-story-copy{padding:17px}.g-story-lead h3{font-size:35px;line-height:1.02}.g-story-excerpt{font-size:14px}.g-story-meta{font-size:10px}.g-story-source{font-size:8px}.g-side-stories{gap:17px}.g-story-side .g-story-link{grid-template-columns:39% 61%;min-height:209px}.g-story-side .g-story-image{min-height:190px}.g-story-side .g-story-copy{padding:10px 10px 9px 14px}.g-story-side h3{font-size:23px}.g-story-side .g-story-excerpt{font-size:12px;line-height:1.35}.g-story-side .g-story-meta{font-size:8px}.g-story-side .g-story-source{font-size:7px}.g-editorial-quote{display:flex;flex-direction:column;gap:0;min-height:285px;padding:29px 24px}.g-editorial-quote>.g-quote-mark{align-self:center}.g-editorial-quote>p{font-size:26px;max-width:280px;margin-top:11px}.g-editorial-quote>.g-quote-rule{width:30px;height:1px;margin:18px 0}.g-editorial-quote>img{left:40%;width:100%;height:120%;bottom:-40%;opacity:.3;mask-image:linear-gradient(110deg,transparent,#000)}.g-press-more{margin-top:12px}.g-press-more>summary{font-size:11px}.g-press-more>div{grid-template-columns:1fr;gap:24px;padding-block:15px 25px}.g-press-more h3{font-size:23px}.g-participation{display:flex;flex-direction:column;gap:17px;padding-bottom:26px}.g-submit-card{padding:26px 22px;min-height:271px}.g-submit-card h2{font-size:31px}.g-submit-card>p:not(.g-handwriting){font-size:13px;max-width:310px}.g-submit-card>.g-button{font-size:11px;margin-top:24px;min-height:42px}.g-submit-card>.g-handwriting{font-size:22px;bottom:20px;right:16px}.g-pen-drawing{right:-14px;top:8px;width:155px;height:140px;opacity:.5}.g-citizens-card{padding:25px 22px 19px}.g-citizens-card h2{font-size:35px}.g-citizen-actions{margin-top:24px}.g-citizen-actions a{padding-inline:13px;font-size:12px}.g-citizen-actions span{font-size:11px}.g-citizen-actions .g-icon{width:32px;height:32px;margin-bottom:12px}.g-citizens-card>.g-text-link{font-size:12px;margin-top:15px}.g-citizen-quote{flex-wrap:wrap;gap:10px;padding:23px;min-height:180px;align-items:flex-start}.g-citizen-quote>.g-quote-mark{height:25px;flex:none}.g-citizen-quote>p{max-width:calc(100% - 35px);font-size:23px}.g-citizen-quote>.g-quote-rule{display:none}.g-citizen-quote>cite{margin-left:32px;margin-top:5px;font-size:12px}.g-citizen-quote cite small{font-size:10px}.g-cite-mark{width:37px;height:37px}.g-agenda{display:flex;flex-direction:column;padding-top:25px;padding-bottom:32px}.g-agenda-intro{padding:0}.g-agenda-intro h2{font-size:9px}.g-agenda-intro>p{font-size:13px;margin-top:13px;max-width:340px}.g-agenda-intro>.g-button{margin-top:18px;font-size:12px;min-height:43px}.g-agenda-filters{max-width:100%;margin-top:17px}.g-agenda-filters summary{font-size:12px;padding-block:10px}.g-agenda-filters .period-tabs{flex-wrap:nowrap}.g-agenda-filters .period-tabs button{font-size:10px;min-height:38px}.g-agenda-filters label{font-size:10px}.g-agenda-filters select{font-size:12px;padding:10px}.g-agenda #agenda-status{margin-top:10px}.g-agenda-content{margin-top:20px}.g-agenda-nav>span{font-size:10px;max-width:230px}.g-agenda-nav{margin-bottom:14px}.g-agenda .agenda-grid{gap:13px;margin-right:calc(-1*var(--gutter));padding-right:var(--gutter);scroll-padding-right:var(--gutter)}.g-event{flex-basis:73%;padding:7px 7px 0}.g-event-top{grid-template-columns:39px 1fr;gap:9px}.gazette .g-event .event-image{height:135px}.g-event-top time b{font-size:32px}.g-event-top time span{font-size:9px}.g-event-copy{padding:14px 7px 12px}.g-event-copy .g-category{font-size:8px}.gazette .g-event h3{font-size:23px}.g-event-copy>p:last-child{font-size:11px}.g-event summary{font-size:9px;min-height:30px}.g-event details>p{font-size:12px}.g-agenda #agenda-more{font-size:11px;margin-top:6px;float:none}.g-support-inner{display:flex;flex-direction:column;align-items:stretch;padding-block:33px}.g-support-copy>.g-eyebrow{font-size:8px;margin-bottom:17px}.g-support h2{font-size:38px;line-height:1.05}.g-support-copy>p:not(.g-eyebrow){font-size:13px;line-height:1.45;margin-top:18px}.g-support-copy>p br{display:none}.g-support-copy>div{gap:10px;margin-top:22px}.g-support-copy .g-button{font-size:11px;padding-inline:12px;gap:12px}.g-support-art{min-height:220px;margin-top:27px}.g-support-art img{left:-15%;width:106%;bottom:-5%;height:112%;opacity:.7}.g-support-art .g-handwriting{font-size:28px;top:12px;right:6%}.g-support-principles{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:5px;padding-top:24px}.g-support-principles li,.g-support-principles li:first-child,.g-support-principles li:last-child{font-size:11px;gap:10px}.g-support-principles .g-icon{width:31px;height:31px}.g-footer{padding-block:25px}.g-footer>.g-shell{gap:22px 14px}.g-footer .g-logo{margin-right:auto}.g-footer .g-logo-name{font-size:33px}.g-footer .g-logo-caption{font-size:5px}.g-footer nav{order:3;width:100%;margin:0;justify-content:space-between;gap:10px}.g-footer nav a,.g-footer nav button{font-size:8px}.g-footer .g-handwriting{font-size:19px;margin-left:0}.g-footer-coq{display:none}}

@media(min-width:501px) and (max-width:700px){.g-hero{height:945px}.g-hero-copy{padding-top:42px}.g-hero h1{font-size:68px}.g-hero-intro{font-size:16px;max-width:455px}.g-hero-buttons .g-button{font-size:13px}.g-stats{max-width:395px}.g-hero-illustration{height:480px;left:29%;right:0}.g-hero-orbit{width:310px}.g-hero-margin{top:465px;left:var(--gutter);right:auto}.g-street-poster{left:-20%;width:154px}.g-street-poster>b{font-size:31px}.g-stamp{top:310px}.g-hero-scenery{height:45%}.g-territory-art{height:490px;margin-bottom:140px}.g-commune-card{margin-top:495px;grid-template-columns:145px 1fr}.g-commune-card>div{height:119px}.g-territory h2{font-size:54px}.g-story-lead .g-story-image{aspect-ratio:1.8}.g-story-lead h3{font-size:41px}.g-story-side h3{font-size:29px}.g-story-side .g-story-excerpt{font-size:14px}.g-event{flex-basis:57%}}
@media(max-width:370px){.gazette{--gutter:17px}.g-logo-name{font-size:30px}.g-logo-caption{font-size:4.7px}.g-header-actions{gap:8px}.g-header-inner{gap:10px}.g-hero{height:850px}.g-hero-copy>.g-eyebrow{font-size:5.9px;letter-spacing:.11em}.g-hero h1{font-size:45px}.g-hero-intro{font-size:13px;line-height:1.4}.g-hero-buttons{gap:8px}.g-hero-buttons .g-button{font-size:10px;padding-inline:10px;gap:8px!important}.g-hero-buttons .g-button:last-child .g-icon{display:none}.g-stats>span{padding-inline:16px}.g-stats small{font-size:5.5px}.g-hero-illustration{height:411px;left:13%;right:-10%}.g-hero-margin{top:414px;left:var(--gutter);right:auto}.g-hero-margin>.g-handwriting{font-size:18px}.g-street-poster{left:-5%;width:116px}.g-street-poster>b{font-size:23px}.g-stamp{right:auto;left:calc(100vw - 2*var(--gutter) - 74px);top:278px;width:74px;height:74px}.g-hero-orbit{width:244px}.g-territory h2{font-size:42px}.g-atlas-stats>span{padding-inline:13px}.g-atlas-stats small{font-size:6px}.g-territory-art{height:388px}.g-commune-card{margin-top:393px;grid-template-columns:96px 1fr;column-gap:14px}.g-map-note{font-size:21px}.g-story-lead h3{font-size:31px}.g-story-side h3{font-size:21px}.g-story-side .g-story-excerpt{font-size:11px}.g-submit-card h2{font-size:28px}.g-submit-card>p:not(.g-handwriting){font-size:12px}.g-submit-card>.g-handwriting{font-size:19px;right:10px}.g-citizen-actions a{padding-inline:10px}.g-citizen-actions span{font-size:10px}.g-citizen-quote>p{font-size:21px}.g-support h2{font-size:34px}.g-support-copy .g-button{font-size:10px;padding-inline:10px}}

/* Pas de détournement du défilement : uniquement des entrées finies et des plans légers. */
@media(prefers-reduced-motion:no-preference){
  .g-hero h1 span{animation:g-type-in .95s .08s cubic-bezier(.16,.72,.24,1) both}
  .g-hero h1 em{animation:g-type-in 1.1s .18s cubic-bezier(.16,.72,.24,1) both}
  .g-hero-intro,.g-hero-buttons,.g-hero-copy>.g-stats{animation:g-fade-in 1s .3s cubic-bezier(.2,.7,.3,1) both}
  .g-hero-illustration{animation:g-fade-in 1.35s .12s cubic-bezier(.2,.7,.3,1) both}
  .g-voice-waves path{stroke-dasharray:1000;animation:g-draw 2s .35s cubic-bezier(.25,.5,.3,1) both}
  .g-hero-margin>.g-handwriting{animation:g-fade-in .8s .55s ease both}
  .g-hero-margin .g-handwriting svg path{animation:g-underline 1.2s .9s ease both}
  .g-stamp{animation:g-fade-in 1s .6s ease both}
}
@keyframes g-type-in{from{opacity:0;translate:0 20px;clip-path:inset(0 0 100%)}to{opacity:1;translate:0 0;clip-path:inset(-20% -5% -20%)}}
@keyframes g-fade-in{from{opacity:0;translate:0 13px}to{opacity:1;translate:0 0}}
@keyframes g-draw{from{stroke-dashoffset:1000}to{stroke-dashoffset:0}}
@keyframes g-underline{from{stroke-dashoffset:200}to{stroke-dashoffset:0}}
@media(prefers-reduced-motion:reduce){.g-hero-scenery>img{transform:scale(1.025)}.gazette [data-reveal]{opacity:1;translate:0 0}.g-story-image>img,.g-commune-card img{transition:none}.gazette .agenda-grid{scroll-behavior:auto}}

/* Une lecture de site : une promesse claire, de l'air et des repères continus. */
.g-header{transition:box-shadow .35s,background .35s}
.g-header.is-scrolled{background:#f8f5eef7;box-shadow:0 4px 24px #1d354508}
.g-header .g-nav a{position:relative;padding-block:14px;transition:color .25s}
.g-header .g-nav a:after{content:'';position:absolute;bottom:6px;height:1px;left:0;right:0;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.22,1,.36,1)}
.g-header .g-nav a:hover:after,.g-header .g-nav a[aria-current]:after{transform:scaleX(1)}
.g-header .g-nav a[aria-current],.g-header .mobile-menu a[aria-current]{color:var(--red)}
.gazette-document{scroll-padding-top:112px}
.gazette main>section[id],.gazette .g-atlas{scroll-margin-top:0}
.g-hero{height:clamp(790px,57vw,960px);border-bottom:0}
.g-hero-copy{padding-top:clamp(85px,7vw,118px);width:53%}
.g-hero h1{font-size:clamp(62px,5.5vw,96px);line-height:1.04;margin-bottom:28px}
.g-hero h1 em{line-height:1.04}
.g-hero-intro{font-size:17px;line-height:1.55;max-width:455px}
.g-hero-copy>.g-eyebrow{margin-bottom:22px}
.g-hero-buttons{margin-top:30px}
.g-hero-illustration{top:92px;bottom:103px}
.g-hero-illustration .crieur{height:100%;max-height:730px;bottom:0}
.g-hero-orbit{top:10%}
.g-hero-scenery{bottom:78px;height:77%;mask-image:linear-gradient(#000 84%,transparent 100%)}
.g-hero-margin{top:100px}
.g-street-poster{bottom:6%}
.g-hero-scroll{position:absolute;z-index:6;bottom:20px;left:0;display:flex;align-items:center;gap:17px;min-height:48px;font:12px var(--serif);color:var(--muted);transition:color .3s}
.g-hero-scroll svg{width:39px;height:39px;stroke:var(--blue);stroke-width:1;transition:transform .45s cubic-bezier(.22,1,.36,1)}
.g-hero-scroll svg circle{stroke:#9caaa8}
.g-hero-scroll:hover{color:var(--ink)}
.g-hero-scroll:hover svg{transform:translateY(4px)}
.g-territory{border-bottom:0}
.g-territory-layout{padding-top:76px;padding-bottom:43px}
.g-territory-copy>p:not(.g-eyebrow){max-width:420px;font-size:15px;line-height:1.55}
.g-territory h2{font-size:clamp(42px,3.8vw,63px);line-height:1.06}
.g-news{position:relative;padding-top:65px;padding-bottom:35px}
.g-section-head{margin-bottom:30px}
.g-participation{padding-bottom:65px}
.g-agenda{position:relative;border-top:0;padding-top:58px;padding-bottom:68px}
.g-support-inner{padding-block:65px}
.g-section-rule{position:absolute;top:0;left:0;width:100%;height:12px;overflow:visible;pointer-events:none;stroke:var(--line);stroke-width:1;vector-effect:non-scaling-stroke}
.g-territory>.g-section-rule{left:var(--gutter);width:calc(100% - 2*var(--gutter))}
.g-section-lines{position:absolute;inset:0;width:100%;height:12px;stroke:var(--line)}
.g-section-mark{position:absolute;top:0;left:calc(50% - 6px);width:12px;height:12px;stroke:var(--red);stroke-width:.8}
.g-section-rule path{vector-effect:non-scaling-stroke}
.gazette details>summary>span:last-child{display:inline-block;transition:rotate .35s cubic-bezier(.22,1,.36,1)}
.gazette details[open]>summary>span:last-child{rotate:45deg}
.gazette details>summary{transition:color .25s}
.gazette details>summary:hover{color:var(--red)}
.gazette .search-field{transition:border-color .25s,box-shadow .3s}
.gazette .search-field:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #42748a10}
.gazette .g-round:disabled:hover{background:transparent;color:inherit;border-color:#c2cccd}
.gazette .g-round,.gazette .g-search-button{position:relative}
.gazette .g-round:before,.gazette .g-search-button:before{content:'';position:absolute;inset:-7px}
.gazette .g-story:focus-within,.gazette .g-commune-card:focus-visible{border-color:var(--blue);box-shadow:0 8px 22px #1d354509}
@media(prefers-reduced-motion:no-preference){
  .g-hero-intro{animation-delay:.3s}
  .g-hero-buttons{animation-delay:.4s}
  .g-hero-copy>.g-stats{animation-delay:.5s}
  .g-hero-scroll{animation:g-fade-in .8s .85s both}
  .gazette [data-reveal]{transition-duration:.7s}
}
@media(min-width:1700px){
  .g-hero-copy{padding-top:120px}
  .g-hero h1{font-size:96px}
  .g-hero-intro{font-size:19px;max-width:515px}
  .g-hero-margin{top:115px}
}
@media(max-width:1250px){
  .g-hero{height:790px}
  .g-hero h1{font-size:5.55vw}
  .g-hero-intro{font-size:15px;max-width:380px}
  .g-hero-copy{padding-top:92px}
  .g-hero-margin{top:95px}
  .g-hero-orbit{width:31vw}
  .g-territory h2{font-size:44px}
  .g-territory-copy>p:not(.g-eyebrow){font-size:14px}
}
@media(min-width:701px) and (max-width:1000px){
  .g-hero{height:790px}
  .g-hero-copy{padding-top:80px;width:59%}
  .g-hero h1{font-size:5.8vw}
  .g-hero-intro{font-size:15px;max-width:335px}
  .g-hero-buttons{max-width:360px}
  .g-hero-illustration{top:155px;bottom:100px;left:46%;right:-7%}
  .g-hero-orbit{width:38vw}
  .g-hero-margin{top:74px}
  .g-stamp{top:480px}
  .g-street-poster{left:0;bottom:5%}
  .g-territory h2{font-size:39px}
  .g-territory-layout{padding-top:65px}
  .g-territory-copy>p:not(.g-eyebrow){font-size:13px}
}
@media(max-width:700px){
  .gazette-document{scroll-padding-top:93px}
  .g-hero{height:1050px}
  .g-hero-copy{padding:49px var(--gutter) 0;width:100%}
  .g-hero-copy>.g-eyebrow{font-size:7px;margin-bottom:22px}
  .g-hero h1{font-size:clamp(38px,10.6vw,62px);line-height:1.08;letter-spacing:-.06em;margin-bottom:23px}
  .g-hero-intro{font-size:15px;line-height:1.5;max-width:440px}
  .g-hero-buttons{margin-top:24px;gap:10px}
  .g-hero-buttons .g-button{font-size:11px;padding-inline:12px;gap:12px}
  .g-hero-buttons .g-button:last-child{gap:8px}
  .g-hero-copy>.g-stats{margin-top:25px}
  .g-hero-illustration{top:auto;bottom:102px;height:420px;left:15%;right:-3%}
  .g-hero-illustration .crieur{height:100%;bottom:0}
  .g-hero-orbit{top:7%;width:267px}
  .g-hero-scenery{bottom:80px;height:35%;mask-image:linear-gradient(#000 70%,transparent 100%)}
  .g-hero-margin{top:543px;left:var(--gutter)}
  .g-stamp{top:280px}
  .g-street-poster{bottom:6%}
  .g-birds{top:618px}
  .g-hero-scroll{left:var(--gutter);right:var(--gutter);bottom:24px;justify-content:space-between;font-size:12px}
  .g-hero-scroll svg{width:37px;height:37px}
  .g-territory-layout{padding-top:51px;padding-bottom:35px}
  .g-territory h2{font-size:43px}
  .g-territory-copy>p:not(.g-eyebrow){font-size:14px;line-height:1.5}
  .g-news{padding-top:43px;padding-bottom:29px}
  .g-section-head{margin-bottom:23px}
  .g-participation{padding-bottom:47px;gap:22px}
  .g-agenda{padding-top:43px;padding-bottom:48px}
  .g-support-inner{padding-block:47px}
}
@media(min-width:501px) and (max-width:700px){
  .g-hero{height:1110px}
  .g-hero-copy{padding-top:57px}
  .g-hero h1{font-size:61px}
  .g-hero-intro{font-size:17px;max-width:470px}
  .g-hero-buttons .g-button{font-size:13px}
  .g-hero-illustration{height:480px;left:29%;right:0}
  .g-hero-orbit{width:310px}
  .g-hero-margin{top:560px}
  .g-birds{top:660px}
  .g-territory h2{font-size:54px}
}
@media(max-width:370px){
  .g-hero{height:1050px}
  .g-hero-copy{padding-top:42px}
  .g-hero h1{font-size:36px}
  .g-hero-intro{font-size:14px}
  .g-hero-buttons{gap:8px}
  .g-hero-buttons .g-button{font-size:10px;padding-inline:9px;gap:6px!important}
  .g-hero-buttons .g-button svg{width:16px}
  .g-hero-illustration{height:411px;left:10%;right:0}
  .g-hero-illustration .crieur{left:47%}
  .g-hero-margin{top:555px}
  .g-hero-orbit{width:244px}
  .g-territory h2{font-size:38px}
}
@media(prefers-reduced-motion:reduce){
  .gazette *,.gazette *:before,.gazette *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
