:root {
  --navy: #071c33;
  --navy-2: #102b48;
  --red: #bf1834;
  --red-dark: #961127;
  --ink: #17191c;
  --muted: #606872;
  --line: #d9dde1;
  --paper: #ffffff;
  --soft: #f2f3f2;
  --warm: #eee8df;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.site-shell { overflow: hidden; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; color: var(--navy); padding: 10px 16px; }
.skip-link:focus { top: 10px; }

.utility-bar { background: var(--navy); color: #dce5ed; font-size: 12px; letter-spacing: .04em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; text-transform: uppercase; font-weight: 700; }
.utility-links { display: flex; gap: 26px; align-items: center; }
.utility-links a:hover, .utility-links a:focus-visible { color: #fff; text-decoration: underline; }

.brand-row { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 310px; }
.brand img { width: 74px; height: 70px; object-fit: cover; object-position: 7% 50%; border-right: 1px solid var(--line); padding-right: 12px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 31px; letter-spacing: .08em; }
.brand-copy small { margin-top: 7px; color: #495360; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.desktop-nav { align-self: stretch; display: flex; align-items: center; gap: 29px; color: #26313c; font-size: 13px; font-weight: 700; }
.desktop-nav > a { height: 100%; display: flex; align-items: center; border-bottom: 4px solid transparent; padding-top: 4px; }
.desktop-nav > a:hover, .desktop-nav > a:focus-visible, .desktop-nav > a.active { color: var(--red); border-bottom-color: var(--red); }
.search-button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; color: var(--navy); font-size: 26px; line-height: 1; cursor: pointer; }
.search-button:hover, .search-button:focus-visible { background: var(--navy); color: #fff; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; width: 46px; height: 42px; padding: 10px; border: 1px solid var(--line); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; margin: 4px 0; background: var(--navy); }
.mobile-menu nav { position: absolute; right: 0; top: 51px; z-index: 20; width: min(330px, calc(100vw - 32px)); background: #fff; border-top: 4px solid var(--red); box-shadow: 0 18px 36px rgba(7,28,51,.18); }
.mobile-menu nav a { display: block; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.section-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fafafa; }
.section-nav-inner { min-height: 48px; display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.section-nav-inner span { color: var(--red); margin-right: auto; }
.section-nav-inner a:hover, .section-nav-inner a:focus-visible { color: var(--red); }

.observatory-intro { padding-top: 26px; padding-bottom: 86px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; color: #7a8188; font-size: 12px; margin-bottom: 65px; }
.breadcrumb a:hover { color: var(--red); text-decoration: underline; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(270px, .85fr); gap: 96px; align-items: start; }
.eyebrow { margin: 0 0 17px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.intro-copy h1, .section-heading h2, .events-title h2, .resources-section h2, .approach-section h2, .newsletter h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.026em;
  line-height: 1.07;
}
.intro-copy h1 { max-width: 810px; font-size: clamp(46px, 5.1vw, 76px); }
.intro-copy .lead { margin: 35px 0 20px; max-width: 850px; color: #313944; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.48; }
.intro-copy > p:not(.eyebrow):not(.lead) { max-width: 820px; margin: 0 0 14px; color: #4f5760; font-size: 17px; line-height: 1.75; }
.contact-panel { margin-top: 36px; border-top: 5px solid var(--red); background: var(--soft); padding: 29px 30px 32px; }
.contact-panel h2 { margin: 0 0 14px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.contact-panel p:not(.eyebrow) { color: #565d66; font-size: 14px; }
.contact-panel .eyebrow { margin-bottom: 12px; }
.underlined-link, .read-link, .all-link, .light-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; border-bottom: 2px solid currentColor; padding-bottom: 4px; }
.underlined-link, .read-link, .all-link { color: var(--red); }
.underlined-link:hover, .read-link:hover, .all-link:hover { color: var(--red-dark); }
.underlined-link span, .read-link span, .all-link span, .light-link span { font-size: 18px; }
.contact-separator { height: 1px; margin: 29px 0 25px; background: #cfd4d7; }

.publications-section { padding: 86px 0 98px; background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 43px; }
.section-heading h2 { font-size: clamp(36px, 4vw, 54px); }
.section-heading .eyebrow { margin-bottom: 11px; }
.editorial-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr); gap: 52px; }
.publication-featured { background: #fff; }
.publication-image { display: block; aspect-ratio: 16 / 8.7; overflow: hidden; }
.publication-image img, .publication-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.publication-image:hover img, .publication-thumb:hover img { transform: scale(1.025); }
.publication-content { padding: 29px 34px 34px; border-bottom: 4px solid var(--red); }
.publication-meta { margin: 0 0 12px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.publication-meta span { color: #98a0a8; margin-inline: 4px; }
.publication-featured h3, .publication-row h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.18; }
.publication-featured h3 { font-size: 31px; }
.publication-featured h3 a:hover, .publication-row h3 a:hover { color: var(--red); }
.publication-content > p:not(.publication-meta) { color: #60676e; margin: 17px 0 21px; }
.publication-list { display: flex; flex-direction: column; }
.publication-row { display: grid; grid-template-columns: 190px 1fr; gap: 25px; padding: 0 0 29px; margin-bottom: 29px; border-bottom: 1px solid #cbd0d3; }
.publication-thumb { aspect-ratio: 1.18 / 1; overflow: hidden; background: #ddd; }
.publication-row h3 { font-size: 23px; }
.publication-row p:last-child { margin: 12px 0 0; color: #656c73; font-size: 14px; line-height: 1.55; }
.publication-empty, .event-empty { padding: 30px; border: 1px solid var(--line); color: var(--muted); background: #fff; }
.publication-empty h3, .event-empty h3 { margin: 0 0 8px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }

.events-section { background: var(--navy); color: #fff; padding: 88px 0 94px; }
.events-layout { display: grid; grid-template-columns: .76fr 1.44fr; gap: 92px; }
.eyebrow.light { color: #ef7184; }
.events-title h2 { color: #fff; font-size: 54px; }
.events-title > p:not(.eyebrow) { max-width: 355px; margin: 24px 0 28px; color: #bdc9d4; }
.light-link { color: #fff; }
.event-list { border-top: 1px solid #52657a; }
.event-row { min-height: 134px; display: grid; grid-template-columns: 82px 1fr 30px; gap: 25px; align-items: center; border-bottom: 1px solid #52657a; }
.event-row time { width: 65px; height: 73px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--red); line-height: 1; }
.event-row time strong { font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; }
.event-row time span { margin-top: 6px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.event-row p { margin: 0 0 6px; color: #aab9c7; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.event-row h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; line-height: 1.25; }
.event-row h3 a:hover { color: #ef7184; }
.event-arrow { color: #fff; font-size: 22px; }
.event-empty { border-color: #52657a; background: transparent; color: #bdc9d4; }
.event-empty h3 { color: #fff; }

.resources-section { padding-top: 93px; padding-bottom: 103px; }
.resources-layout { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(300px, .62fr); gap: 88px; }
.resource-links { border-top: 2px solid var(--navy); }
.resource-links a { min-height: 83px; display: grid; grid-template-columns: 54px 1fr 28px; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
.resource-links a > span:first-child { color: var(--red); font-size: 12px; font-weight: 800; }
.resource-links a > strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.resource-links a > span:last-child { color: var(--red); font-size: 20px; }
.resource-links a:hover strong { color: var(--red); }
.data-note { border-left: 1px solid var(--line); padding-left: 41px; }
.data-number { display: flex; align-items: baseline; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.data-number strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 400; }
.data-number span { color: #5b626a; font-size: 14px; }
.data-note > p:last-child { margin-top: 25px; color: #6b7178; font-size: 13px; }

.approach-section { background: var(--warm); padding: 72px 0; }
.approach-grid { display: grid; grid-template-columns: 1fr 1.1fr auto; gap: 65px; align-items: end; }
.approach-section h2 { font-size: 42px; }
.approach-section p:not(.eyebrow) { margin: 0; color: #505861; font-size: 16px; }
.newsletter { padding: 62px 0; border-bottom: 1px solid #31465b; background: var(--navy); color: #fff; }
.newsletter-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.newsletter .eyebrow { color: #ef7184; margin-bottom: 8px; }
.newsletter h2 { color: #fff; font-size: 35px; }
.newsletter-form { width: min(520px, 100%); }
.newsletter-form > label:first-child { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.newsletter-field-row { display: flex; gap: 10px; }
.newsletter-field-row input { min-width: 0; flex: 1; min-height: 52px; padding: 0 16px; border: 1px solid #7890a5; border-radius: 0; background: #fff; color: var(--navy); font: inherit; }
.newsletter-field-row button { min-height: 52px; border: 0; background: var(--red); color: #fff; padding: 0 22px; cursor: pointer; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.newsletter-field-row button:hover { background: #d12543; }
.newsletter-consent { display: flex; gap: 9px; align-items: flex-start; margin-top: 10px; color: #c7d1da; font-size: 12px; }
.newsletter-consent input { margin-top: 2px; }
.newsletter-message { margin: 12px 0 0; font-size: 14px; }
.newsletter-message.success { color: #a9efc3; }
.newsletter-message.error { color: #ffb7c2; }

.site-footer { background: var(--navy); color: #c7d1da; padding: 66px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .75fr 1fr; gap: 58px; }
.footer-brand strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 43px; letter-spacing: .08em; }
.footer-brand p { margin: 1px 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.footer-brand span { color: #df7181; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid h2 { margin: 0 0 18px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.footer-grid a { display: block; margin: 8px 0; font-size: 13px; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-grid p { margin: 0; font-size: 13px; line-height: 1.75; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid #31465b; display: flex; justify-content: space-between; color: #8596a6; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }

/* Portail des modules */
.module-portal-intro { padding-top: 26px; padding-bottom: 74px; }
.portal-intro-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(310px, .65fr); gap: 88px; align-items: end; }
.portal-intro-grid h1,
.module-catalog-heading h2,
.portal-guidance h2,
.module-detail-hero h1,
.module-quick-access h2,
.module-scope h2,
.module-cta h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.026em;
  line-height: 1.07;
}
.portal-intro-grid h1 { max-width: 780px; font-size: clamp(48px, 5.4vw, 76px); }
.portal-intro-grid .lead { max-width: 800px; margin: 29px 0 16px; color: #313944; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.48; }
.portal-explainer { max-width: 780px; margin: 0; color: #59616a; font-size: 16px; line-height: 1.75; }
.current-module-note { display: grid; grid-template-columns: 14px 1fr; gap: 17px; border-top: 5px solid var(--red); background: var(--soft); padding: 26px 27px 28px; }
.status-dot { display: inline-block; width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #2e9e6f; box-shadow: 0 0 0 4px rgba(46, 158, 111, .13); }
.current-module-note > .status-dot { margin-top: 7px; }
.current-module-note .eyebrow { margin-bottom: 7px; }
.current-module-note strong { display: block; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; line-height: 1.25; }
.current-module-note p:last-child { margin: 11px 0 0; color: #636a72; font-size: 13px; line-height: 1.6; }

.module-catalog { padding: 82px 0 92px; background: var(--soft); }
.module-catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 39px; }
.module-catalog-heading h2 { font-size: clamp(36px, 4vw, 52px); }
.module-catalog-heading .eyebrow { margin-bottom: 10px; }
.module-catalog-heading > p { display: flex; align-items: center; gap: 9px; margin: 0 0 7px; color: #687078; font-size: 12px; }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; }
.legend-dot:not(:first-child) { margin-left: 10px; }
.active-dot { background: #2e9e6f; }
.pending-dot { background: #9ca3aa; }

.axis-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.axis-card { min-height: 390px; display: flex; flex-direction: column; position: relative; border-top: 5px solid #aeb5bb; background: #fff; padding: 27px 25px 24px; color: var(--ink); }
.axis-card.active { border-top-color: var(--red); box-shadow: 0 13px 28px rgba(7, 28, 51, .09); transition: transform .25s ease, box-shadow .25s ease; }
.axis-card.active:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(7, 28, 51, .14); }
.axis-card.active:focus-visible { outline: 3px solid rgba(191, 24, 52, .27); outline-offset: 4px; }
.axis-status { min-height: 25px; align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 29px; color: #227653; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.axis-status-pending { color: #777f87; }
.axis-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 27px; background: var(--navy); color: #fff; font-size: 24px; }
.axis-card.active .axis-icon { background: var(--red); }
.axis-card h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; line-height: 1.18; }
.axis-card p { margin: 17px 0 24px; color: #656d75; font-size: 14px; line-height: 1.65; }
.axis-action { min-height: 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.axis-action i { font-size: 14px; transition: transform .2s ease; }
.axis-card.active:hover .axis-action i { transform: translateX(4px); }
.axis-card-disabled { background: #f8f8f7; cursor: default; }
.axis-card-disabled .axis-icon { background: #dfe2e3; color: #6e777f; }
.axis-availability { margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); color: #848b91; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.portal-guidance { padding: 72px 0; background: var(--warm); }
.portal-guidance-grid { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 62px; align-items: end; }
.portal-guidance h2 { font-size: 39px; }
.portal-guidance p:not(.eyebrow) { margin: 0; color: #525a62; }

/* Page du module actif */
.module-detail-hero { padding-top: 26px; padding-bottom: 85px; }
.module-detail-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .6fr); gap: 92px; align-items: start; }
.module-live-label { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 25px; color: #227653; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.module-detail-grid .eyebrow { margin-bottom: 14px; }
.module-detail-hero h1 { max-width: 860px; font-size: clamp(47px, 5.2vw, 73px); }
.module-detail-hero .lead { max-width: 840px; margin: 31px 0 17px; color: #313944; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.48; }
.module-detail-grid > div > p:last-child { max-width: 780px; color: #5b636c; font-size: 16px; line-height: 1.75; }
.module-identity-panel { margin-top: 35px; border-top: 5px solid var(--red); background: var(--navy); color: #d5dfe7; padding: 30px; }
.module-identity-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; background: var(--red); color: #fff; font-size: 23px; }
.module-identity-panel .eyebrow { color: #ef7184; margin-bottom: 10px; }
.module-identity-panel strong { display: block; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; line-height: 1.25; }
.module-identity-panel p:not(.eyebrow) { margin: 15px 0 23px; font-size: 13px; line-height: 1.65; }
.module-identity-panel a { display: inline-flex; gap: 11px; border-bottom: 2px solid #fff; padding-bottom: 4px; color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.module-quick-access { padding: 84px 0 94px; background: var(--soft); }
.module-action-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.module-action-card { min-height: 360px; display: flex; flex-direction: column; border-top: 4px solid var(--red); background: #fff; padding: 25px 24px; transition: transform .2s ease, box-shadow .2s ease; }
.module-action-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(7, 28, 51, .12); }
.module-action-card:focus-visible { outline: 3px solid rgba(191, 24, 52, .27); outline-offset: 4px; }
.module-action-card > span:first-child { align-self: flex-end; color: #99a1a8; font-size: 11px; font-weight: 800; }
.module-action-card > i { margin: 24px 0 28px; color: var(--red); font-size: 28px; }
.module-action-card h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; line-height: 1.2; }
.module-action-card p { margin: 15px 0 22px; color: #687078; font-size: 13px; line-height: 1.6; }
.module-action-card > strong { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--red); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.module-action-dark { border-top-color: var(--red); background: var(--navy); }
.module-action-dark h3, .module-action-dark > strong { color: #fff; }
.module-action-dark p { color: #bdc9d4; }
.module-action-dark > span:first-child { color: #8193a5; }
.module-action-dark > strong { border-top-color: #42576c; }

.module-scope { padding-top: 91px; padding-bottom: 102px; }
.module-scope-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--navy); }
.module-scope-grid article { min-height: 245px; padding: 34px 42px 32px 0; border-bottom: 1px solid var(--line); }
.module-scope-grid article + article { border-left: 1px solid var(--line); padding-left: 42px; }
.module-scope-grid span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.module-scope-grid h3 { margin: 15px 0 13px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.module-scope-grid p { max-width: 485px; margin: 0; color: #626a72; line-height: 1.7; }

.module-cta { padding: 67px 0; background: var(--warm); }
.module-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.module-cta h2 { font-size: 39px; }
.module-cta p:not(.eyebrow) { max-width: 720px; margin: 13px 0 0; color: #545c64; }
.module-cta-inner > a { min-height: 54px; display: inline-flex; align-items: center; gap: 24px; background: var(--red); padding: 0 22px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.module-cta-inner > a:hover { background: var(--red-dark); }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .intro-grid { gap: 50px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .publication-list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .publication-row { grid-template-columns: 150px 1fr; margin-bottom: 0; }
  .events-layout { gap: 50px; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  .approach-grid .all-link { grid-column: 2; justify-self: start; }
  .portal-intro-grid, .module-detail-grid { gap: 48px; }
  .axis-grid, .module-action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-guidance-grid { grid-template-columns: 1fr 1fr; }
  .portal-guidance-grid .all-link { grid-column: 2; justify-self: start; }
}

@media (max-width: 780px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .utility-inner { min-height: 34px; }
  .utility-inner p { font-size: 9px; }
  .utility-links a:not(:last-child) { display: none; }
  .brand-row { min-height: 82px; }
  .brand { min-width: 0; }
  .brand img { width: 59px; height: 55px; }
  .brand-copy strong { font-size: 25px; }
  .brand-copy small { font-size: 9px; max-width: 180px; }
  .section-nav-inner { overflow-x: auto; white-space: nowrap; gap: 18px; }
  .section-nav-inner span { margin-right: 8px; }
  .breadcrumb { margin-bottom: 42px; overflow-x: auto; white-space: nowrap; }
  .observatory-intro { padding-bottom: 62px; }
  .intro-grid, .events-layout, .resources-layout, .approach-grid { grid-template-columns: 1fr; }
  .portal-intro-grid, .module-detail-grid, .portal-guidance-grid, .module-cta-inner { grid-template-columns: 1fr; }
  .intro-grid { gap: 30px; }
  .intro-copy h1 { font-size: clamp(40px, 11vw, 60px); }
  .intro-copy .lead { margin-top: 27px; font-size: 20px; }
  .contact-panel { margin-top: 0; }
  .publications-section, .events-section { padding: 66px 0 72px; }
  .section-heading { align-items: start; }
  .publication-list { grid-template-columns: 1fr; }
  .publication-row { grid-template-columns: 165px 1fr; }
  .events-title > p:not(.eyebrow) { max-width: 100%; }
  .resources-section { padding-top: 70px; padding-bottom: 76px; }
  .data-note { border-left: 0; border-top: 4px solid var(--red); background: var(--soft); padding: 24px 26px; }
  .approach-grid { gap: 28px; }
  .approach-grid .all-link { grid-column: auto; }
  .portal-intro-grid, .module-detail-grid { gap: 31px; }
  .portal-guidance-grid { gap: 27px; }
  .portal-guidance-grid .all-link { grid-column: auto; }
  .module-portal-intro, .module-detail-hero { padding-bottom: 62px; }
  .module-catalog, .module-quick-access { padding: 66px 0 72px; }
  .module-identity-panel { margin-top: 0; }
  .module-scope-grid { grid-template-columns: 1fr; }
  .module-scope-grid article { padding: 30px 0; }
  .module-scope-grid article + article { border-left: 0; padding-left: 0; }
  .module-cta-inner { gap: 28px; }
  .module-cta-inner > a { justify-self: start; }
  .newsletter-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 26px, 1180px); }
  .utility-links { gap: 0; }
  .brand-copy small { max-width: 155px; }
  .section-nav-inner a { display: none; }
  .intro-copy h1 { font-size: 39px; }
  .portal-intro-grid h1, .module-detail-hero h1 { font-size: 39px; }
  .portal-intro-grid .lead, .module-detail-hero .lead { font-size: 18px; }
  .intro-copy .lead { font-size: 18px; }
  .intro-copy > p:not(.eyebrow):not(.lead) { font-size: 15px; }
  .section-heading { display: block; }
  .section-heading .all-link { margin-top: 22px; }
  .publication-content { padding: 24px 22px 28px; }
  .publication-featured h3 { font-size: 26px; }
  .publication-row { grid-template-columns: 116px 1fr; gap: 17px; }
  .publication-row h3 { font-size: 19px; }
  .publication-row p:last-child { display: none; }
  .events-title h2 { font-size: 43px; }
  .event-row { grid-template-columns: 62px 1fr 18px; gap: 14px; min-height: 123px; }
  .event-row time { width: 57px; height: 67px; }
  .event-row h3 { font-size: 18px; }
  .event-row p { font-size: 9px; }
  .resource-links a { grid-template-columns: 35px 1fr 20px; gap: 10px; }
  .resource-links a > strong { font-size: 18px; }
  .module-catalog-heading { display: block; }
  .module-catalog-heading > p { margin-top: 20px; }
  .axis-grid, .module-action-grid { grid-template-columns: 1fr; }
  .axis-card, .module-action-card { min-height: 0; }
  .portal-guidance h2, .module-cta h2 { font-size: 32px; }
  .module-cta-inner > a { width: 100%; justify-content: space-between; }
  .newsletter h2 { font-size: 29px; }
  .newsletter-form { width: 100%; }
  .newsletter-field-row { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* =========================================================
   Recherche globale
   ========================================================= */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.desktop-nav > .search-button {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-self: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--line);
  border-bottom-color: var(--line);
}
.search-button svg,
.search-input-wrap svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.desktop-nav > .search-button:hover,
.desktop-nav > .search-button:focus-visible {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.search-dialog {
  width: min(720px, calc(100% - 32px));
  max-width: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-top: 6px solid var(--red);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(7, 28, 51, .32);
}
.search-dialog::backdrop { background: rgba(7, 28, 51, .72); }
.search-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 38px 25px;
}
.search-dialog-header .eyebrow { margin-bottom: 7px; }
.search-dialog-header h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 400;
  line-height: 1.12;
}
.search-dialog-close {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.search-dialog-close:hover,
.search-dialog-close:focus-visible { background: var(--navy); color: #fff; }
.search-dialog-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 0 38px;
}
.search-input-wrap {
  min-width: 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #aeb6bd;
  background: #fff;
  padding: 0 18px;
  color: var(--navy);
}
.search-input-wrap:focus-within {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(191, 24, 52, .12);
}
.search-input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}
.search-dialog-form > button,
.search-page-form > button {
  min-height: 58px;
  border: 0;
  background: var(--red);
  color: #fff;
  padding: 0 25px;
  font-weight: 800;
  cursor: pointer;
}
.search-dialog-form > button:hover,
.search-dialog-form > button:focus-visible,
.search-page-form > button:hover,
.search-page-form > button:focus-visible { background: var(--red-dark); }
.search-dialog-help {
  margin: 17px 38px 34px;
  color: var(--muted);
  font-size: 13px;
}

/* Page recherche.php */
.search-hero {
  padding-top: 26px;
  padding-bottom: 72px;
}
.search-hero .breadcrumb { margin-bottom: 48px; }
.search-hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.2vw, 70px);
  font-weight: 400;
  line-height: 1.06;
}
.search-hero-copy {
  max-width: 720px;
  margin: 22px 0 32px;
  color: #59616a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.55;
}
.search-page-form {
  max-width: 850px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}
.search-page-form .search-input-wrap { min-height: 62px; }
.search-page-form > button { min-height: 62px; padding-inline: 31px; }

.search-results-section {
  min-height: 420px;
  padding: 72px 0 94px;
  background: var(--soft);
}
.search-results-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 33px;
}
.search-results-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4vw, 47px);
  font-weight: 400;
  line-height: 1.12;
}
.search-count { margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.search-results-list { display: grid; gap: 14px; }
.search-result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  gap: 25px;
  align-items: center;
  border-left: 5px solid transparent;
  background: #fff;
  padding: 27px 29px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.search-result-card:hover,
.search-result-card:focus-within {
  border-left-color: var(--red);
  transform: translateY(-2px);
  box-shadow: 0 13px 26px rgba(7, 28, 51, .09);
}
.search-result-type {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.search-result-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}
.search-result-card h3 a:hover { color: var(--red); }
.search-result-summary { margin: 11px 0 0; color: #5c646c; font-size: 14px; }
.search-result-meta { margin: 10px 0 0; color: #818990; font-size: 12px; }
.search-result-arrow { color: var(--red); font-size: 23px; }
.search-message {
  border-top: 5px solid var(--red);
  background: #fff;
  padding: 31px 33px;
}
.search-message h2,
.search-message h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}
.search-message p { margin: 0; color: var(--muted); }
.search-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}
.search-suggestions a {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
}
.search-suggestions a:hover,
.search-suggestions a:focus-visible { border-color: var(--red); color: var(--red); }

@media (max-width: 700px) {
  .search-dialog-header { padding: 27px 24px 21px; }
  .search-dialog-form { grid-template-columns: 1fr; padding: 0 24px; }
  .search-dialog-form > button { width: 100%; }
  .search-dialog-help { margin: 15px 24px 27px; }
  .search-page-form { grid-template-columns: 1fr; }
  .search-page-form > button { width: 100%; }
  .search-results-heading { display: block; }
  .search-count { margin-top: 11px; }
  .search-result-card { padding: 23px 21px; }
}

@media (max-width: 520px) {
  .search-hero { padding-bottom: 57px; }
  .search-hero .breadcrumb { margin-bottom: 37px; }
  .search-hero h1 { font-size: 41px; }
  .search-hero-copy { font-size: 18px; }
  .search-results-section { padding: 57px 0 70px; }
  .search-result-card { grid-template-columns: minmax(0, 1fr) 22px; gap: 14px; }
  .search-result-card h3 { font-size: 21px; }
}
