:root {
  --ink: #14324a;
  --ink-soft: #526879;
  --navy: #103e60;
  --navy-deep: #082b47;
  --blue: #286f9d;
  --turquoise: #168fa0;
  --turquoise-dark: #0b6f7d;
  --turquoise-pale: #eaf7f7;
  --coral: #f97861;
  --coral-dark: #bd4937;
  --coral-pale: #fff0eb;
  --cream: #fcf8f0;
  --cream-strong: #f5ecde;
  --paper: #ffffff;
  --pale-blue: #edf5fa;
  --sage: #eaf0e5;
  --line: #d9e3e8;
  --muted: #687b89;
  --shadow-soft: 0 18px 46px rgba(15, 59, 88, 0.09);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shell: min(1280px, calc(100% - 64px));
  --font-sans: "Avenir Next", Avenir, Inter, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #f6b81a;
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy-deep);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.45rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.narrow-shell {
  max-width: 920px;
}

.section {
  padding-block: clamp(72px, 9vw, 128px);
}

.section-pale {
  background: var(--pale-blue);
}

.section-cream {
  background: var(--cream);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--turquoise-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #bdeff2;
}

.section-heading {
  max-width: 810px;
  margin-bottom: clamp(38px, 5vw, 68px);
}

.section-heading h2 {
  margin-bottom: 18px;
}

.section-heading > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--navy-deep);
  color: white;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

/* En-tête */
.utility-bar {
  border-bottom: 1px solid rgba(40, 111, 157, 0.12);
  background: var(--pale-blue);
  color: var(--navy);
  font-size: 0.78rem;
}

.utility-inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-inner p {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.015em;
}

.utility-inner div {
  display: flex;
  gap: 24px;
}

.utility-inner a,
.desktop-nav a,
.header-appointment {
  text-decoration: none;
}

.utility-inner a:hover,
.desktop-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(20, 50, 74, 0.08);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 90px;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  width: 158px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 22px);
}

.desktop-nav a {
  color: var(--ink);
  font-size: clamp(0.72rem, 0.8vw, 0.84rem);
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
}

.header-appointment {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--navy-deep);
  font-size: 0.82rem;
  font-weight: 850;
  box-shadow: 0 10px 24px rgba(249, 120, 97, 0.22);
}

.header-appointment:hover {
  background: #ff8b75;
  transform: translateY(-1px);
}

.menu-button {
  display: none;
  min-width: 64px;
  min-height: 48px;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.menu-button > span:not(.menu-label) {
  display: block;
  width: 28px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy);
}

.menu-label {
  display: block;
  margin-top: 2px;
  font-size: 0.68rem;
  font-weight: 800;
}

.menu-overlay {
  position: fixed;
  z-index: 300;
  inset: 0;
  contain: layout paint;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.menu-overlay.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.menu-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  border: 0;
  background: rgba(6, 31, 50, 0.6);
}

.menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 100vw);
  max-width: 100vw;
  height: 100%;
  overflow-y: auto;
  padding: clamp(28px, 6vw, 54px);
  background: var(--paper);
  box-shadow: -20px 0 60px rgba(8, 43, 71, 0.16);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.is-open .menu-panel {
  transform: translateX(0);
}

.menu-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.menu-panel-top img {
  width: 150px;
  height: auto;
}

.menu-panel-top button {
  min-height: 44px;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-weight: 800;
}

.menu-kicker {
  margin: 42px 0 24px;
  color: var(--turquoise-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-panel li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.menu-panel li > span {
  padding-top: 4px;
  color: var(--coral-dark);
  font-size: 0.74rem;
  font-weight: 800;
}

.menu-panel li a {
  text-decoration: none;
  font-size: 1.18rem;
  font-weight: 750;
  line-height: 1.3;
}

.menu-contact {
  display: flex;
  margin-top: 34px;
  flex-direction: column;
  gap: 8px;
  color: var(--ink-soft);
}

.menu-contact a {
  color: var(--navy);
  font-weight: 800;
}

/* Boutons et liens */
.button-row,
.centered-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.centered-actions {
  justify-content: center;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-coral {
  background: var(--coral);
  color: var(--navy-deep);
}

.button-coral:hover {
  background: #ff907b;
}

.button-navy {
  background: var(--navy);
  color: white;
}

.button-navy:hover {
  background: var(--navy-deep);
}

.button-outline {
  border-color: rgba(16, 62, 96, 0.3);
  background: white;
  color: var(--navy);
}

.button-outline:hover {
  border-color: var(--navy);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.46);
  color: white;
}

.text-link {
  color: var(--navy);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

/* Accueil */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 7vw, 98px) 0 70px;
  background:
    radial-gradient(circle at 80% 18%, rgba(22, 143, 160, 0.12), transparent 32%),
    linear-gradient(125deg, var(--cream) 0%, #fff 62%);
}

.home-hero::after {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(22, 143, 160, 0.16);
  border-radius: 50%;
  content: "";
  right: -210px;
  bottom: -240px;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: clamp(38px, 5vw, 80px);
  row-gap: 24px;
}

.home-hero-headline,
.home-hero-details {
  position: relative;
  z-index: 1;
  grid-column: 1;
}

.home-hero-headline {
  align-self: end;
}

.home-hero-details {
  align-self: start;
}

.institutional-signature {
  display: flex;
  margin-bottom: 26px;
  flex-direction: column;
  gap: 3px;
  color: var(--turquoise-dark);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.institutional-signature strong {
  font-weight: 850;
}

.institutional-signature span {
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 700;
}

.home-hero h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.4rem, 3.7vw, 3.85rem);
}

.home-hero-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.72;
}

.home-hero-visual {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 100%;
  aspect-ratio: 1.08;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.home-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.hero-facts {
  display: grid;
  margin: 38px 0 0;
  padding: 24px 0 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-top: 1px solid var(--line);
  list-style: none;
}

.hero-facts li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-facts strong {
  color: var(--navy);
  font-size: 0.91rem;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.device-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 88px);
}

.device-editorial article {
  display: grid;
  padding: 25px 0;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  border-top: 1px solid var(--line);
}

.device-editorial article:last-child {
  border-bottom: 1px solid var(--line);
}

.device-editorial article > span {
  color: var(--coral-dark);
  font-size: 0.8rem;
  font-weight: 850;
}

.device-editorial h3 {
  margin-bottom: 10px;
}

.device-editorial p {
  color: var(--ink-soft);
}

.device-visual {
  margin: 0;
}

.device-visual img,
.split-feature figure img,
.actors-grid figure img,
.festival-band figure img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.door-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.door-card {
  position: relative;
  min-height: 370px;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(20, 50, 74, 0.08);
  border-radius: var(--radius-md);
  background: white;
}

.door-card::after {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  content: "";
  right: -54px;
  bottom: -64px;
  opacity: 0.55;
}

.tone-coral::after { background: var(--coral-pale); }
.tone-blue::after { background: var(--pale-blue); }
.tone-sage::after { background: var(--sage); }

.door-number {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.door-card h3 {
  max-width: 300px;
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.door-card > p:not(.eyebrow, .door-number) {
  color: var(--ink-soft);
}

.door-card > a {
  display: inline-block;
  margin-top: 18px;
  color: var(--navy);
  font-weight: 800;
}

.split-feature-grid,
.actors-grid,
.support-grid,
.solution-grid,
.editorial-grid,
.simple-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.split-feature-grid.reverse > :first-child {
  order: 2;
}

.split-feature figure,
.actors-grid figure,
.festival-band figure {
  margin: 0;
}

.split-feature h2,
.actors-grid h2,
.support-grid h2,
.solution-grid h2 {
  margin-bottom: 22px;
}

.split-feature p:not(.eyebrow),
.actors-grid p:not(.eyebrow),
.support-grid p:not(.eyebrow),
.solution-grid > div > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.status-card {
  padding: clamp(28px, 4vw, 46px);
  border-left: 5px solid var(--coral);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--pale-blue);
}

.status-card strong {
  color: var(--turquoise-dark);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-card p:last-of-type {
  margin-bottom: 24px;
}

.heading-with-link {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.schedule-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.schedule-card,
.news-card {
  display: flex;
  min-width: 0;
  min-height: 270px;
  padding: 26px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
}

.schedule-card time,
.news-meta {
  color: var(--coral-dark);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: capitalize;
}

.schedule-card h3,
.news-card h3,
.news-card h2 {
  margin: 26px 0 10px;
}

.schedule-card p,
.news-card > p:not(.news-meta) {
  color: var(--ink-soft);
}

.schedule-card a,
.news-card a {
  margin-top: auto;
  color: var(--navy);
  font-weight: 800;
}

.news-grid {
  grid-template-columns: repeat(3, 1fr);
}

.news-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.stacked-links {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
  gap: 12px;
}

.stacked-links a {
  color: var(--navy);
  font-weight: 800;
}

.newsletter-band,
.final-contact-card {
  display: grid;
  margin-top: 42px;
  padding: clamp(34px, 5vw, 62px);
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 42px;
  border-radius: var(--radius-lg);
  background: var(--navy-deep);
  color: white;
}

.newsletter-band h2,
.final-contact-card h2 {
  margin-bottom: 14px;
  color: white;
}

.newsletter-band p,
.final-contact-card p {
  margin-bottom: 0;
  color: #d9e9f2;
}

.support-preview {
  background: linear-gradient(120deg, var(--cream), white);
}

.funders-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(22, 143, 160, 0.22), transparent 32%),
    var(--navy-deep);
  color: white;
}

.funders-section .section-heading h2 {
  color: white;
}

.funders-section .section-heading > p:last-child {
  color: #d5e7ef;
}

.funders-section .eyebrow {
  color: #86d9df;
}

.funders-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.funders-grid li {
  min-width: 0;
}

.funders-grid figure {
  height: 100%;
  margin: 0;
  padding: 18px 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.07);
}

.funder-logo-frame {
  display: grid;
  min-height: 104px;
  place-items: center;
}

.funder-logo-frame img {
  width: auto;
  max-width: 88%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.funders-grid figcaption {
  margin-top: 10px;
  color: #d5e7ef;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.institutional-contact {
  padding-bottom: 0;
  background: var(--cream);
}

.institutional-contact-card {
  display: grid;
  padding: clamp(30px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-soft);
}

.institutional-contact-card h2,
.institutional-contact-card p {
  margin-bottom: 0;
}

.institutional-contact-card > div:last-child p {
  margin-bottom: 24px;
  color: var(--ink-soft);
}

.final-contact {
  padding-top: 0;
}

/* Vidéo */
.video-presentation {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(500px, 1.28fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.video-presentation-wide {
  display: block;
}

.video-presentation-wide .video-frame {
  width: min(1120px, 100%);
  margin-inline: auto;
  border-radius: var(--radius-lg);
}

.collective-illustration {
  aspect-ratio: 1730 / 909;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.collective-illustration img {
  height: 100% !important;
  object-fit: cover;
}

.video-presentation h2 {
  margin-bottom: 20px;
}

.video-presentation > div:first-child > p:not(.eyebrow, .video-privacy) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.video-privacy {
  color: var(--muted);
  font-size: 0.84rem;
}

.video-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--navy-deep);
  box-shadow: var(--shadow-soft);
}

.video-frame iframe,
.video-poster {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-poster {
  position: relative;
  display: grid;
  cursor: pointer;
  overflow: hidden;
  place-items: center;
  background: var(--navy-deep);
  color: white;
}

.video-poster::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 43, 71, 0.68));
  content: "";
}

.video-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play,
.video-poster > span:last-child {
  position: relative;
  z-index: 1;
}

.video-play {
  display: grid;
  width: 70px;
  height: 70px;
  margin-bottom: 76px;
  padding-left: 4px;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  color: var(--navy-deep);
  font-size: 1.35rem;
  box-shadow: 0 12px 30px rgba(8, 43, 71, 0.3);
}

.video-poster > span:last-child {
  position: absolute;
  bottom: 28px;
  font-weight: 850;
}

/* Carte */
.loire-map-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: var(--shadow-soft);
}

.map-toolbar {
  display: flex;
  padding: 28px 32px;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  border-bottom: 1px solid var(--line);
}

.map-toolbar p {
  margin-bottom: 2px;
}

.map-kicker {
  color: var(--turquoise-dark);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-search {
  display: flex;
  width: min(440px, 100%);
  flex-direction: column;
  gap: 7px;
}

.map-search > label {
  font-size: 0.8rem;
  font-weight: 800;
}

.map-search > div {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  gap: 8px;
}

.map-search .button {
  min-height: 50px;
  padding-inline: 18px;
  white-space: nowrap;
}

.map-search span,
.portrait-toolbar span,
.contact-form label > span,
.site-search label > span,
.search-mock label > span {
  font-size: 0.8rem;
  font-weight: 800;
}

.map-search input,
.portrait-toolbar select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.site-search input,
.search-mock input,
.search-mock select {
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 1px solid #bdcbd4;
  border-radius: 10px;
  background: white;
}

.map-layout {
  display: grid;
  min-height: 670px;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
}

.map-canvas {
  position: relative;
  display: grid;
  min-height: 670px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 42%, #f8f8f4 0, #eef0e9 78%),
    #eef0e9;
}

.map-canvas svg {
  width: 92%;
  max-height: 620px;
}

.map-communes {
  filter: drop-shadow(0 2px 3px rgba(62, 84, 66, 0.16));
}

.map-communes path {
  fill: url("#eda-loire-texture");
  stroke: #f8f7f2;
  stroke-width: 0.75;
  vector-effect: non-scaling-stroke;
  transition: fill 140ms ease;
}

.map-communes path.is-selected {
  fill: #afcbad;
}

.map-marker {
  cursor: pointer;
  transition: opacity 150ms ease, transform 150ms ease;
}

.map-marker.is-filtered {
  pointer-events: none;
  opacity: 0.12;
}

.map-marker-halo {
  r: 19px;
  fill: rgba(249, 120, 97, 0.22);
}

.map-marker-dot {
  r: 13px;
  fill: var(--coral);
  stroke: white;
  stroke-width: 2;
}

.map-marker text {
  fill: var(--navy-deep);
  font-size: 9px;
  font-weight: 800;
}

.map-marker.is-selected .map-marker-dot {
  fill: var(--coral);
  stroke: var(--navy-deep);
  stroke-width: 3;
  r: 15px;
}

.map-marker.is-selected .map-marker-halo {
  r: 23px;
}

.map-marker.is-seat .map-marker-halo {
  r: 24px;
  fill: rgba(249, 120, 97, 0.12);
  stroke: var(--coral);
  stroke-width: 2;
}

.map-marker.is-seat .map-marker-dot {
  r: 15px;
}

.map-marker.is-selected text {
  fill: var(--navy-deep);
}

.map-marker:focus-visible {
  outline: none;
}

.map-marker:focus-visible .map-marker-halo {
  fill: rgba(246, 184, 26, 0.55);
}

.map-user-marker circle:first-child {
  fill: var(--coral);
  stroke: white;
  stroke-width: 3;
}

.map-user-marker circle:last-child {
  fill: var(--navy-deep);
}

.map-source {
  position: absolute;
  right: 20px;
  bottom: 12px;
  left: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}

.map-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid var(--line);
}

.map-selected {
  padding: 30px;
  background: var(--navy-deep);
  color: white;
}

.map-selected h3 {
  margin-bottom: 8px;
  color: white;
  font-size: 1.8rem;
}

.map-selected-number {
  margin-bottom: 14px;
  color: #aee6ea;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-place-name,
.map-selected address,
.map-frequency,
.map-appointment,
.map-distance {
  color: #d8e8f1;
  font-size: 0.88rem;
  font-style: normal;
}

.map-distance {
  margin-top: 14px;
  color: #aee6ea;
  font-weight: 800;
}

.map-next-date {
  display: flex;
  margin: 22px 0;
  padding: 16px 0;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.map-next-date span {
  color: #aee6ea;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.map-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.map-contact-links a {
  color: white;
  font-weight: 800;
}

.map-orientation-copy {
  margin-top: 18px;
  color: #d8e8f1;
  font-size: 0.86rem;
}

.map-contact-links .map-contact-button {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  text-decoration: none;
}

.map-place-list {
  max-height: 350px;
  overflow-y: auto;
}

.map-place-list button {
  display: grid;
  width: 100%;
  min-height: 66px;
  padding: 12px 16px;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: white;
  text-align: left;
}

.map-place-list button:hover,
.map-place-list button.is-selected {
  background: var(--turquoise-pale);
}

.map-place-list button > span:first-child {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
}

.map-place-list button > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--muted);
  font-size: 0.73rem;
  line-height: 1.35;
}

.map-place-list strong {
  color: var(--ink);
  font-size: 0.86rem;
}

.map-place-list small {
  margin-top: 3px;
  color: var(--turquoise-dark);
  font-size: 0.7rem;
  font-weight: 800;
}

.map-search-result,
.map-search-error {
  margin: 0;
  padding: 16px 32px;
  border-bottom: 1px solid var(--line);
}

.map-search-result {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  background: var(--turquoise-pale);
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.map-search-result strong {
  color: var(--navy);
}

.map-search-error {
  background: var(--coral-pale);
  color: var(--ink);
}

.map-list-jump {
  display: flex;
  padding: 13px 32px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 850;
}

.map-no-result {
  padding: 28px;
  color: var(--muted);
}

.territory-callout {
  margin-bottom: 28px;
  padding: 22px 26px;
  border-radius: var(--radius-sm);
  background: var(--coral-pale);
  color: var(--ink);
}

.territory-callout a {
  color: var(--navy);
  font-weight: 850;
}

/* Pages internes */
.page-hero {
  padding-block: clamp(58px, 7vw, 92px);
  background:
    radial-gradient(circle at 82% 20%, rgba(22, 143, 160, 0.13), transparent 31%),
    linear-gradient(120deg, var(--cream), white 68%);
}

.page-hero-grid {
  display: block;
}

.page-hero-grid.has-image {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
}

.page-hero-copy {
  max-width: 840px;
}

.page-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.5vw, 4.5rem);
}

.page-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.page-hero-visual {
  margin: 0;
}

.page-hero-visual img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

/* The “Trouver une solution” illustration was composed with clear space on
 * the left. On wide screens the editable copy occupies that space while the
 * image remains a separate native Gutenberg block. */
.solution-hero {
  overflow: hidden;
}

.solution-hero .page-hero-grid.has-image {
  position: relative;
  display: flex;
  min-height: clamp(520px, 49vw, 620px);
  align-items: center;
  isolation: isolate;
}

.solution-hero .page-hero-copy {
  position: relative;
  z-index: 2;
  width: min(58%, 700px);
  max-width: none;
  padding-block: 28px;
}

.solution-hero .page-hero-visual {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--cream);
}

.solution-hero .page-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 243, 0.99) 0%, rgba(255, 250, 243, 0.95) 42%, rgba(255, 250, 243, 0.42) 61%, rgba(255, 250, 243, 0) 76%);
  content: "";
  pointer-events: none;
}

.solution-hero .page-hero-visual img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: none;
  object-fit: cover;
  object-position: center;
}

.editorial-grid,
.simple-section-grid {
  align-items: start;
}

.editorial-grid .section-heading,
.simple-section-grid .section-heading {
  position: sticky;
  top: 130px;
  margin-bottom: 0;
}

.prose-block {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.prose-block p {
  margin-bottom: 22px;
}

.prose-block .button-row {
  margin-top: 30px;
}

.editorial-card-grid,
.service-list,
.actor-actions-grid,
.support-action-grid,
.portrait-grid,
.comparison-grid,
.logo-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.editorial-card-grid.four-columns {
  grid-template-columns: repeat(4, 1fr);
}

.editorial-card-grid article,
.actor-actions-grid article,
.support-action-grid article,
.portrait-grid article,
.comparison-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
}

.editorial-card-grid h3,
.editorial-card-grid h2,
.actor-actions-grid h2,
.support-action-grid h2,
.portrait-grid h3,
.comparison-grid h2 {
  margin-bottom: 14px;
}

.editorial-card-grid p,
.actor-actions-grid p,
.support-action-grid p,
.portrait-grid p,
.comparison-grid p {
  color: var(--ink-soft);
}

.editorial-card-grid a,
.actor-actions-grid a,
.support-action-grid a {
  color: var(--navy);
  font-weight: 800;
}

.service-list {
  grid-template-columns: repeat(2, 1fr);
}

.service-list article {
  display: grid;
  padding: 28px 0;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  border-top: 1px solid var(--line);
}

.service-list article > span,
.actor-actions-grid article > span,
.support-action-grid article > span {
  color: var(--coral-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.service-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.category-cloud {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.category-cloud li {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--pale-blue);
  color: var(--navy);
  font-weight: 800;
}

.collectivity-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.collectivity-grid h2 {
  margin-bottom: 22px;
}

.collectivity-grid > div > p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.institutional-benefits {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.institutional-benefits li {
  display: flex;
  min-height: 164px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
}

.institutional-benefits strong {
  color: var(--turquoise-dark);
  font-size: 1.22rem;
}

.institutional-benefits span {
  color: var(--ink-soft);
  line-height: 1.5;
}

.cooperation-steps {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.cooperation-steps li {
  padding: 30px;
  border-top: 4px solid var(--turquoise);
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  background: var(--pale-blue);
}

.cooperation-steps li > span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--coral-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.cooperation-steps h3 {
  margin-bottom: 12px;
}

.cooperation-steps p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.future-editorial-card {
  display: grid;
  padding: clamp(32px, 6vw, 68px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: clamp(34px, 7vw, 90px);
  border-radius: var(--radius-lg);
  background: var(--turquoise-pale);
}

/* Parcours, impact et contenus institutionnels */
.impact-statistics {
  background: var(--navy-deep);
  color: white;
}

.impact-statistics .section-heading h2 {
  color: white;
}

.impact-statistics .eyebrow {
  color: #86d9df;
}

.impact-statistics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.impact-statistics-grid article {
  display: flex;
  min-height: 230px;
  padding: clamp(28px, 4vw, 44px);
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.07);
}

.impact-statistics-grid article:last-child {
  background: var(--coral);
  color: var(--navy-deep);
}

.impact-statistics-grid strong {
  color: inherit;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1;
}

.impact-statistics-grid span {
  margin-bottom: 8px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.impact-statistics-grid p {
  max-width: 300px;
  margin: 14px 0 0;
  color: inherit;
  font-weight: 750;
}

.journey-section {
  overflow: hidden;
}

.journey-steps {
  position: relative;
  display: grid;
  margin: 0;
  padding: 42px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
}

.journey-steps::before {
  position: absolute;
  z-index: 0;
  top: 51%;
  right: 4%;
  left: 4%;
  height: 7px;
  border-radius: 999px;
  background: var(--coral);
  content: "";
}

.journey-steps::after {
  position: absolute;
  z-index: 0;
  top: calc(51% - 8px);
  right: 2.4%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--coral);
  content: "";
}

.journey-steps li {
  position: relative;
  z-index: 1;
  min-height: 315px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

.journey-steps li > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 56px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-size: 0.76rem;
  font-weight: 900;
}

.journey-steps h2 {
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.journey-steps p {
  margin: 0;
  color: var(--ink-soft);
}

.institutional-punchline {
  margin: 34px 0 0;
  padding: 24px 28px;
  border-left: 5px solid var(--coral);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: white;
  color: var(--navy);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 850;
}

.content-updated,
.impact-data-date {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.content-updated {
  width: var(--shell);
  margin: 22px auto 0;
  text-align: right;
}

.impact-data-date {
  margin: 18px 0 0;
  text-align: right;
}

.support-action-number {
  margin-bottom: 14px;
  color: var(--coral-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.legal-prose {
  max-width: 860px;
}

.legal-prose h2:not(:first-child) {
  margin-top: 42px;
}

.legal-prose p {
  color: var(--ink-soft);
}

.agenda-orientation-note {
  max-width: 880px;
  margin: -18px 0 30px;
  color: var(--ink-soft);
}

.territorial-role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.territorial-role-grid article {
  display: flex;
  min-height: 270px;
  padding: 26px;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
}

.territorial-role-grid h3 {
  margin-bottom: 14px;
}

.territorial-role-grid p {
  color: var(--ink-soft);
}

.territorial-role-grid a {
  margin-top: auto;
  color: var(--navy);
  font-weight: 850;
}

.fiscal-section {
  padding-top: 0;
}

.fiscal-card {
  display: grid;
  padding: clamp(32px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  border-radius: var(--radius-lg);
  background: var(--navy-deep);
  color: white;
}

.fiscal-card h2 {
  margin: 0;
  color: white;
}

.fiscal-card > div:last-child p {
  color: #d9e9f2;
}

.newsletter-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(480px, 1.25fr);
  align-items: start;
  gap: clamp(40px, 7vw, 90px);
}

.newsletter-signup-form {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: white;
  box-shadow: var(--shadow-soft);
}

.contact-form .consent-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}

.contact-form .consent-field input {
  width: 22px;
  height: 22px;
  min-height: 0;
  margin-top: 2px;
}

.contact-form .consent-field span {
  font-weight: 600;
  line-height: 1.5;
}

.contact-form > .form-note a {
  color: var(--navy);
  font-weight: 800;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.future-editorial-card h2 {
  margin-bottom: 20px;
}

.future-editorial-card p {
  color: var(--ink-soft);
}

.future-editorial-card > div:last-child {
  align-self: end;
}

.portrait-toolbar {
  display: grid;
  max-width: 720px;
  margin-bottom: 28px;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.portrait-toolbar label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.portrait-grid article > div {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--coral-pale);
  color: var(--coral-dark);
}

.search-placeholder {
  max-width: 1040px;
}

.search-mock {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 14px;
}

.search-mock label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.search-mock :disabled,
.portrait-toolbar :disabled {
  cursor: not-allowed;
  opacity: 0.68;
}

.comparison-grid {
  grid-template-columns: repeat(2, 1fr);
}

.validation-note {
  display: block;
  margin-top: 26px;
  padding: 18px 20px;
  border-left: 4px solid var(--turquoise);
  border-radius: 0 12px 12px 0;
  background: var(--turquoise-pale);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.logo-placeholder-grid {
  grid-template-columns: repeat(4, 1fr);
}

.logo-placeholder-grid div {
  display: grid;
  min-height: 120px;
  place-items: center;
  border: 1px dashed #a9bac5;
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-weight: 750;
  text-align: center;
}

/* Formulaires */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(460px, 1.35fr);
  align-items: start;
  gap: clamp(42px, 7vw, 100px);
}

.contact-details {
  padding: 32px;
  border-radius: var(--radius-md);
  background: var(--pale-blue);
}

.contact-details dl,
.contact-details dd {
  margin: 0;
}

.contact-details dl > div {
  padding: 16px 0;
  border-bottom: 1px solid rgba(20, 50, 74, 0.12);
}

.contact-details dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details dd {
  margin-top: 3px;
  color: var(--navy);
  font-weight: 700;
}

.contact-form,
.questionnaire-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-section .form-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-form textarea {
  resize: vertical;
}

.form-note,
.form-feedback {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-feedback:not(:empty) {
  padding: 16px;
  border-radius: 10px;
  background: var(--coral-pale);
  color: var(--ink);
}

.questionnaire-form > fieldset {
  margin: 0;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.questionnaire-form legend {
  max-width: 760px;
  padding: 0 12px;
  color: var(--navy-deep);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.35;
}

.choice-row {
  display: flex;
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 10px;
}

.choice-row label,
.checkbox-list label {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  background: white;
}

.choice-row input,
.checkbox-list input {
  width: 19px;
  height: 19px;
  accent-color: var(--turquoise-dark);
}

.question-list {
  display: flex;
  flex-direction: column;
}

.question-row {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.question-row:last-child {
  border-bottom: 0;
}

.question-row p {
  margin-bottom: 8px;
  font-weight: 700;
}

.checkbox-list {
  display: flex;
  margin-top: 18px;
  flex-direction: column;
  gap: 10px;
}

.questionnaire-result {
  padding: 30px;
  border-radius: var(--radius-md);
  background: var(--turquoise-pale);
}

.questionnaire-result h2 {
  font-size: 1.7rem;
}

.site-search {
  display: grid;
  margin-bottom: 30px;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 14px;
}

.site-search label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.search-results h2 {
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.search-hints,
.search-empty {
  padding: clamp(26px, 5vw, 44px);
  border-radius: var(--radius-md);
  background: var(--pale-blue);
}

.search-hints > p,
.search-empty > p {
  color: var(--ink-soft);
}

.search-quick-links {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  gap: 10px;
}

.search-quick-links a {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.search-quick-links a:hover {
  border-color: var(--turquoise);
}

.search-result-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.search-result-list li {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: white;
}

.search-result-list li > p:first-child {
  margin-bottom: 7px;
  color: var(--turquoise-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-result-list h3 {
  margin-bottom: 9px;
}

.search-result-list h3 a {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.search-result-list li > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 11px 0 11px 30px;
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--turquoise-pale);
  color: var(--turquoise-dark);
  content: "✓";
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
}

.agenda-list {
  display: flex;
  flex-direction: column;
}

.agenda-list article {
  display: grid;
  padding: 22px 0;
  grid-template-columns: minmax(180px, 0.6fr) minmax(260px, 1.2fr) auto;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.agenda-list time {
  color: var(--coral-dark);
  font-weight: 800;
  text-transform: capitalize;
}

.agenda-list h2 {
  margin-bottom: 4px;
  font-size: 1.3rem;
}

.agenda-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.agenda-list a {
  color: var(--navy);
  font-weight: 800;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.sitemap-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-grid li {
  border-bottom: 1px solid var(--line);
}

.sitemap-grid a {
  display: block;
  padding: 12px 0;
  color: var(--navy);
  font-weight: 750;
}

.not-found {
  display: grid;
  min-height: 62vh;
  padding-block: 90px;
  place-items: center;
  text-align: center;
}

.not-found .shell {
  max-width: 760px;
}

.not-found p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.not-found .button-row {
  justify-content: center;
}

/* Pied de page */
.site-footer {
  padding-top: 74px;
  background: var(--navy-deep);
  color: #dcebf3;
}

.footer-grid {
  display: grid;
  padding-bottom: 54px;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1fr;
  gap: 44px;
}

.footer-brand img {
  width: 190px;
  height: auto;
  margin-bottom: 24px;
}

.footer-brand p {
  max-width: 330px;
}

.site-footer h2 {
  color: white;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 9px;
}

.site-footer a {
  color: inherit;
  text-underline-offset: 4px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-contact > a {
  color: white;
  font-weight: 800;
}

.footer-funders {
  padding-block: 28px 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-funders h2 {
  margin-bottom: 18px;
}

.funders-grid-compact {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 8px;
}

.funders-grid-compact figure {
  padding: 8px;
}

.funders-grid-compact .funder-logo-frame {
  min-height: 50px;
}

.funders-grid-compact .funder-logo-frame img {
  max-width: 92%;
  max-height: 38px;
}

.footer-legal,
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-legal {
  padding-block: 18px;
  font-size: 0.78rem;
}

.footer-bottom {
  min-height: 82px;
  justify-content: space-between;
  font-size: 0.76rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:first-child {
  display: flex;
  flex-direction: column;
}

.footer-bottom strong {
  color: white;
}

.mobile-action-bar {
  display: none;
}

/* Responsive */
@media (max-width: 1260px) {
  .desktop-nav {
    display: none;
  }

  .header-inner {
    justify-content: space-between;
  }

  .menu-button {
    display: block;
  }
}

@media (max-width: 1040px) {
  :root {
    --shell: min(100% - 44px, 920px);
  }

  .home-hero-grid,
  .page-hero-grid.has-image,
  .device-layout,
  .video-presentation,
  .split-feature-grid,
  .actors-grid,
  .support-grid,
  .solution-grid,
  .editorial-grid,
  .simple-section-grid,
  .contact-grid,
  .collectivity-grid,
  .institutional-contact-card,
  .future-editorial-card {
    grid-template-columns: 1fr;
  }

  .newsletter-page-grid,
  .fiscal-card {
    grid-template-columns: 1fr;
  }

  .territorial-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funders-grid-compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .home-hero-grid {
    grid-template-rows: auto;
    row-gap: 28px;
  }

  .home-hero-headline,
  .home-hero-details,
  .home-hero-visual,
  .page-hero-visual {
    grid-column: 1;
    grid-row: auto;
    max-width: 760px;
  }

  .home-hero-headline { order: 1; }
  .home-hero-visual { order: 2; }
  .home-hero-details { order: 3; }

  .home-hero-visual {
    aspect-ratio: 1.75;
  }

  .home-hero-visual img {
    object-position: center;
  }

  .solution-hero .page-hero-grid.has-image {
    display: grid;
    min-height: 0;
  }

  .solution-hero .page-hero-copy {
    width: auto;
    max-width: 760px;
    padding-block: 0;
  }

  .solution-hero .page-hero-visual {
    position: relative;
    z-index: auto;
    inset: auto;
    aspect-ratio: 1672 / 941;
    margin-top: 28px;
  }

  .solution-hero .page-hero-visual::after {
    display: none;
  }

  .solution-hero .page-hero-visual img {
    object-fit: contain;
  }

  .hero-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .impact-statistics-grid {
    grid-template-columns: 1fr;
  }

  .impact-statistics-grid article {
    min-height: 190px;
  }

  .journey-steps {
    grid-template-columns: 1fr;
    padding: 0 0 42px 52px;
  }

  .journey-steps::before {
    top: 3%;
    right: auto;
    bottom: 4%;
    left: 19px;
    width: 7px;
    height: auto;
  }

  .journey-steps::after {
    top: auto;
    right: auto;
    bottom: 2%;
    left: 10px;
    border-top: 18px solid var(--coral);
    border-right: 12px solid transparent;
    border-bottom: 0;
    border-left: 12px solid transparent;
  }

  .journey-steps li {
    min-height: auto;
  }

  .journey-steps li > span {
    margin-bottom: 28px;
  }

  .door-grid,
  .schedule-grid,
  .news-grid,
  .editorial-card-grid,
  .actor-actions-grid,
  .support-action-grid,
  .portrait-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .editorial-card-grid.four-columns,
  .logo-placeholder-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .funders-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-feature-grid.reverse > :first-child {
    order: initial;
  }

  .editorial-grid .section-heading,
  .simple-section-grid .section-heading {
    position: static;
  }

  .map-layout {
    grid-template-columns: 1fr;
  }

  .map-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .map-place-list {
    max-height: 420px;
  }

  .newsletter-band,
  .final-contact-card {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 1200;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    left: 10px;
    display: grid;
    min-height: 54px;
    padding: 5px;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    border: 1px solid rgba(8, 43, 71, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 34px rgba(8, 43, 71, 0.2);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .mobile-action-bar a {
    display: flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 13px;
    background: var(--navy-deep);
    color: white;
    font-size: 0.9rem;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-action-bar a:first-child {
    background: var(--coral);
    color: var(--navy-deep);
  }

  .mobile-keyboard-open .mobile-action-bar {
    display: none;
  }
  :root {
    --shell: calc(100% - 36px);
  }

  body {
    font-size: 16px;
  }

  .utility-inner {
    min-height: 32px;
  }

  .utility-inner p,
  .utility-inner a:last-child {
    display: none;
  }

  .utility-inner div {
    width: 100%;
    justify-content: flex-end;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand {
    width: 132px;
  }

  .header-appointment {
    display: none;
  }

  .home-hero {
    padding-top: 42px;
  }

  .home-hero-grid {
    gap: 34px;
  }

  .home-hero h1,
  .page-hero h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .home-hero-visual img,
  .page-hero-visual img {
    border-radius: 22px;
    object-fit: contain;
  }

  .hero-facts {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-block: 66px;
  }

  .door-grid,
  .schedule-grid,
  .news-grid,
  .editorial-card-grid,
  .editorial-card-grid.four-columns,
  .service-list,
  .actor-actions-grid,
  .support-action-grid,
  .portrait-grid,
  .comparison-grid,
  .logo-placeholder-grid,
  .sitemap-grid,
  .form-grid,
  .portrait-toolbar {
    grid-template-columns: 1fr;
  }

  .territorial-role-grid,
  .contact-section .form-grid {
    grid-template-columns: 1fr;
  }

  .funders-grid,
  .institutional-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cooperation-steps {
    grid-template-columns: 1fr;
  }

  .door-card {
    min-height: auto;
  }

  .video-presentation {
    gap: 34px;
  }

  .video-play {
    width: 58px;
    height: 58px;
  }

  .map-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .map-search {
    width: 100%;
  }

  .map-search > div {
    grid-template-columns: 1fr;
  }

  .map-search .button {
    width: 100%;
  }

  .map-search-result {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .map-layout {
    display: flex;
    flex-direction: column;
  }

  .map-canvas {
    min-height: 380px;
  }

  .map-canvas svg {
    width: 100%;
    max-height: 360px;
  }

  .map-panel {
    display: flex;
  }

  .map-place-list {
    max-height: none;
  }

  .heading-with-link {
    align-items: flex-start;
    flex-direction: column;
  }

  .heading-with-link .section-heading {
    margin-bottom: 0;
  }

  .newsletter-band,
  .final-contact-card {
    margin-top: 24px;
    padding: 30px 24px;
    border-radius: 24px;
  }

  .search-mock,
  .site-search {
    grid-template-columns: 1fr;
  }

  .contact-details {
    padding: 24px;
  }

  .choice-row {
    align-items: stretch;
    flex-direction: column;
  }

  .choice-row label {
    width: 100%;
  }

  .agenda-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-legal,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .footer-bottom {
    padding-block: 22px;
  }
}

/* Archives importées depuis l’ancien site */
.archive-browser {
  margin-top: 2.5rem;
}

.archive-filters {
  display: grid;
  grid-template-columns: minmax(18rem, 2fr) repeat(2, minmax(12rem, 1fr));
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.archive-event-filters {
  grid-template-columns: minmax(18rem, 2fr) minmax(12rem, 1fr);
}

.archive-filters label {
  display: grid;
  gap: .5rem;
  color: var(--navy);
  font-weight: 800;
}

.archive-filters input,
.archive-filters select {
  width: 100%;
  min-height: 3.25rem;
  padding: .8rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 1rem;
  background: var(--white);
  color: var(--navy);
  font: inherit;
}

.archive-count {
  margin: 1.5rem 0;
  color: var(--slate);
}

.archive-count strong {
  color: var(--navy);
}

.archive-news-card {
  overflow: hidden;
  padding: 0;
}

.archive-news-card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.archive-news-card > div {
  padding: 1.5rem;
}

.archive-news-card h2 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.archive-empty {
  padding: 2rem;
  border-radius: 1.25rem;
  background: var(--aqua-pale);
  text-align: center;
}

.archive-event-list {
  margin-top: 1.25rem;
}

.archive-article-header {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: linear-gradient(125deg, var(--ivory), var(--aqua-pale));
}

.archive-event-header {
  background: linear-gradient(125deg, var(--aqua-pale), var(--peach-pale));
}

.archive-article-header-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.archive-article-header h1 {
  max-width: 18ch;
  margin: .8rem 0 1.2rem;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .98;
}

.archive-article-header img {
  width: 100%;
  max-height: 30rem;
  object-fit: contain;
  border-radius: 1.5rem;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.archive-article-date {
  color: var(--slate);
  font-weight: 700;
}

.archive-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.archive-rich-text {
  min-width: 0;
  color: var(--slate);
  font-size: 1.08rem;
  line-height: 1.8;
}

.archive-rich-text > * + * {
  margin-top: 1.25rem;
}

.archive-rich-text h2,
.archive-rich-text h3,
.archive-rich-text strong {
  color: var(--navy);
}

.archive-rich-text img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 1.25rem;
}

.archive-rich-text a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.archive-article-layout > aside {
  position: sticky;
  top: 8rem;
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: var(--navy);
  color: var(--white);
}

.archive-article-layout > aside h2,
.archive-article-layout > aside .eyebrow {
  color: var(--white);
}

.archive-article-layout > aside .text-link {
  color: var(--white);
}

.archive-event-place {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: var(--aqua-pale);
}

.newsletter-archive-years {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

.newsletter-archive-years details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--white);
}

.newsletter-archive-years summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  color: var(--navy);
  font-size: 1.3rem;
  font-weight: 900;
  cursor: pointer;
}

.newsletter-archive-years summary span {
  color: var(--slate);
  font-size: .95rem;
}

.newsletter-archive-years ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.newsletter-archive-years li + li {
  border-top: 1px solid var(--line);
}

.newsletter-archive-years li {
  min-width: 0;
}

.newsletter-archive-years a,
.newsletter-archive-item {
  display: flex;
  width: 100%;
  min-width: 0;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  color: var(--navy);
  font-weight: 750;
}

.newsletter-archive-years a span:last-child,
.newsletter-archive-item span:last-child {
  flex: none;
  color: var(--blue);
}

.newsletter-archive-years a span:first-child,
.newsletter-archive-item span:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.archived-pdf-stock {
  display: block;
  margin: .6rem 0;
  color: var(--navy);
  font-weight: 750;
}

.archived-pdf-stock em {
  color: var(--slate);
  font-size: .9em;
  font-style: normal;
  font-weight: 650;
}

@media (max-width: 900px) {
  .archive-filters,
  .archive-event-filters,
  .archive-article-header-grid,
  .archive-article-layout {
    grid-template-columns: 1fr;
  }

  .archive-article-layout > aside {
    position: static;
  }
}

@media (max-width: 560px) {
  .archive-filters {
    padding: 1rem;
  }

  .archive-article-header-grid {
    gap: 1.5rem;
  }

  .newsletter-archive-years a,
  .newsletter-archive-item,
  .newsletter-archive-years summary {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .menu-panel {
    padding: 24px 20px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .territorial-role-grid {
    grid-template-columns: 1fr;
  }

  .funders-grid-compact {
    grid-template-columns: 1fr 1fr;
  }

  .journey-steps {
    padding-left: 42px;
  }

  .button,
  .button-row .button {
    width: 100%;
  }

  .map-toolbar,
  .map-selected {
    padding: 22px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
