/* ═══════════════════════════════════════════════════════════════════════════
   IIH West Africa — Styles communs
   Fichier CSS centralisé pour toutes les pages
═══════════════════════════════════════════════════════════════════════════ */

/* ──────────────────────────────────────────────────────────────────────────
   1. VARIABLES CSS
────────────────────────────────────────────────────────────────────────── */
:root {
  /* IIH Global — Turquoise */
  --teal: #249895;
  --teal-dark: #16707d;
  --teal-light: #bcd4d4;
  --teal-pale: #e8f4f4;

  /* IIH West Africa — Jaune */
  --yellow: #f2b705;
  --yellow-light: #ffe7a3;
  --yellow-dark: #d99a00;

  /* Neutres */
  --white: #ffffff;
  --cream: #f7fafa;
  --dark: #0f2b2c;
  --mid: #2e5254;
  --muted: #6a8e8f;
  --border: #d0e6e6;
}

.galerie-mosaique-wrap {
  margin-top: 40px;
}

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

.documents-2cols-card {
  min-width: 0;
}

.documents-2cols-link {
  display: block;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(10, 61, 64, 0.1);
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.documents-2cols-link:hover,
.documents-2cols-link:focus {
  color: inherit;
  border-color: rgba(10, 61, 64, 0.22);
  box-shadow: 0 10px 24px rgba(9, 44, 45, 0.08);
  transform: translateY(-1px);
}

.documents-2cols-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.documents-2cols-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  color: var(--teal-dark);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.documents-2cols-docinfo {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 10px;
  color: var(--mid);
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

.documents-2cols-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: rgba(11, 74, 78, 0.08);
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.galerie-mosaique-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 1.35fr 1.2fr;
  grid-template-rows: repeat(2, minmax(210px, 1fr));
  grid-template-areas:
    "img1 img2 img3 img5"
    "img4 img4 img3 img5";
  gap: 4px;
  align-items: stretch;
}

.galerie-tile {
  position: relative;
  margin: 0;
  min-height: 210px;
  overflow: hidden;
  border-radius: 0;
  background: #e9ecea;
  box-shadow: none;
}

.galerie-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.25s ease;
}

.galerie-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.galerie-link:hover,
.galerie-link:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 10px 24px rgba(9, 44, 45, 0.18);
}

.galerie-tile figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px 16px;
  background: linear-gradient(180deg, rgba(6, 33, 34, 0) 0%, rgba(6, 33, 34, 0.72) 100%);
  color: white;
  font-size: 14px;
  line-height: 1.45;
}

.galerie-tile--1 { grid-area: img1; }
.galerie-tile--2 { grid-area: img2; }
.galerie-tile--3 { grid-area: img3; }
.galerie-tile--4 { grid-area: img4; }
.galerie-tile--5 { grid-area: img5; }

.galerie-mosaique-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}

.galerie-nav {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--mid);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.galerie-nav:hover {
  color: var(--teal-dark);
}

.galerie-nav-arrow {
  font-size: 20px;
  line-height: 1;
}

.galerie-mosaique-indicators {
  position: static;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.galerie-mosaique-indicators .galerie-indicator {
  width: 44px;
  height: 4px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: #ccd5d3;
  opacity: 1;
}

.galerie-mosaique-indicators .active {
  background: var(--teal);
}

.box_mediabox .lity-close,
.box_mediabox .lity-next,
.box_mediabox .lity-previous {
  opacity: 1;
  visibility: visible;
}

.box_mediabox .lity-close {
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(6, 33, 34, 0.72);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.box_mediabox .lity-close b {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}

.box_mediabox .lity-next,
.box_mediabox .lity-previous {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(6, 33, 34, 0.72);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.box_mediabox .lity-next {
  right: 24px;
}

.box_mediabox .lity-previous {
  left: 24px;
}

.box_mediabox .lity-next b,
.box_mediabox .lity-previous b {
  color: #fff;
  font-size: 34px;
}

.box_mediabox .lity-close:hover,
.box_mediabox .lity-next:hover,
.box_mediabox .lity-previous:hover,
.box_mediabox .lity-close:focus,
.box_mediabox .lity-next:focus,
.box_mediabox .lity-previous:focus {
  background: rgba(11, 74, 78, 0.92);
  color: #fff;
}

@media (max-width: 991.98px) {
  .galerie-mosaique-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, minmax(180px, 1fr));
    grid-template-areas:
      "img1 img1"
      "img2 img3"
      "img4 img5";
  }
}

@media (max-width: 767.98px) {
  .documents-2cols-grid {
    grid-template-columns: 1fr;
  }

  .documents-2cols-top {
    flex-wrap: wrap;
    gap: 8px;
  }

  .documents-2cols-docinfo {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    white-space: normal;
  }

  .galerie-mosaique-controls {
    flex-wrap: wrap;
    justify-content: center;
  }

  .galerie-nav {
    width: calc(50% - 10px);
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .galerie-mosaique-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-template-areas:
      "img1"
      "img2"
      "img3"
      "img4"
      "img5";
  }

  .galerie-tile {
    min-height: 220px;
  }

  .galerie-nav {
    width: 100%;
  }

  .box_mediabox .lity-close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
  }

  .box_mediabox .lity-next,
  .box_mediabox .lity-previous {
    width: 44px;
    height: 44px;
  }

  .box_mediabox .lity-next {
    right: 10px;
  }

  .box_mediabox .lity-previous {
    left: 10px;
  }
}

/* ──────────────────────────────────────────────────────────────────────────
   2. RESET & BASE
────────────────────────────────────────────────────────────────────────── */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: clip;
}

body {
  font-family: 'Roboto', sans-serif;
  background: var(--cream);
  color: var(--dark);
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
.label,
.nav-logo,
.btn-primary,
.btn-secondary,
.btn-outline,
.public-title,
.news-title,
.stat-num,
.hero-badge,
.section-label,
.comp-num,
.filter-chip,
.link-arrow,
.nav-links a.nav-cta,
.challenge-badge,
.timeline-date,
.page-hero-tag,
.region-pill,
.subnav a,
.meta-label,
.meta-value,
.section-title,
.fact-value,
.fact-label,
.ctag,
.comp-title,
.comp-number-col,
.results-title,
.result-text strong,
.partners-group-label,
.country-name,
.country-count,
.activity-status,
.activity-title,
.activity-date,
.btn-sm,
.btn-yellow,
.btn-outline-white,
.footer-col-title,
.footer-nav-list a,
.footer-avail,
.tl-year,
.tl-title,
.obj-num,
.obj-title,
.ambition-label,
.ambition-title,
.pillar,
.region-name,
.region-status,
.org-level-label,
.pilot-name,
.member-name,
.member-type,
.gov-title,
.quote-source,
.footer-go-top,
.news-cat,
.news-cta,
.partners-cta,
.lang-toggle,
.nav-cta,
.breadcrumb-inner,
.key-facts-title,
.fact-row,
.tl-tag,
.status-live,
.status-soon,
.outcome-tag,
.pillar-dot,
.hero-meta-item .meta-label,
.hero-meta-item .meta-value {
  font-family: 'Montserrat', sans-serif;
}

/* ──────────────────────────────────────────────────────────────────────────
   3. NAVIGATION
────────────────────────────────────────────────────────────────────────── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  height: 70px;
  background: rgba(247, 250, 250, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-img {
  height: 50px;
  width: auto;
}

/* SVG logo placeholder inline */
.logo-mark {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 32px;
}

.logo-bar {
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-dark) 100%);
  border-radius: 2px;
  transform: skewX(-10deg);
}

.logo-bar:nth-child(2) {
  opacity: 0.75;
  margin-top: 4px;
  height: calc(100% - 4px);
}

.logo-bar:nth-child(3) {
  opacity: 0.5;
  margin-top: 8px;
  height: calc(100% - 8px);
}

.logo-text-block {
  line-height: 1.15;
}

.logo-text-block .l1,
.logo-text-block .l2 {
  font-size: 11px;
  font-weight: 900;
  color: var(--teal-dark);
  letter-spacing: 0.05em;
}

.logo-text-block .l3 {
  font-size: 10px;
  font-weight: 700;
  color: var(--teal-dark);
}

.logo-text-block .l3 span {
  color: var(--yellow-dark);
  font-size: 9px;
  margin-left: 2px;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav-links a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--mid);
  text-decoration: none;
  transition: color 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--teal);
}

.nav-links a.active {
  font-weight: 700;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 2px;
}

/* Dropdown menu */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--mid);
  transition: color 0.2s;
}

.nav-dropdown:hover .nav-dropdown-toggle {
  color: var(--teal);
}

.nav-dropdown-toggle.active {
  color: var(--teal);
  font-weight: 700;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 2px;
}

.nav-dropdown-toggle::after {
  content: "▼";
  font-size: 8px;
  transition: transform 0.2s;
}

.nav-dropdown:hover .nav-dropdown-toggle::after {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 101;
  pointer-events: none;
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: var(--mid);
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover {
  background: var(--teal-pale);
  color: var(--teal-dark);
}

/* Mobile menu styles */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dark);
  margin: 5px 0;
  transition: all 0.3s;
}

.nav-cta {
  background: var(--teal) !important;
  color: white !important;
  padding: 9px 20px;
  border-radius: 6px;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.nav-cta:hover {
  background: var(--teal-dark) !important;
}

.lang-toggle {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  gap: 4px;
}

.lang-toggle .active {
  color: var(--teal);
}

/* Conteneur pour langue + CTA */
.nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* ──────────────────────────────────────────────────────────────────────────
   4. BREADCRUMB
────────────────────────────────────────────────────────────────────────── */
.breadcrumb {
  padding-top: 70px;
  background: white;
  border-bottom: 1px solid var(--border);
}

.breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 80px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.03em;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: var(--teal);
}

.breadcrumb .sep {
  color: var(--teal-light);
}

.breadcrumb .current {
  color: var(--teal-dark);
}

/* ──────────────────────────────────────────────────────────────────────────
   5. HERO (Homepage)
────────────────────────────────────────────────────────────────────────── */
.hero {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, var(--teal-dark) 0%, #0a3d40 50%, rgba(10, 61, 64, 0.7) 75%, transparent 100%);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url("../img/mangues.jpg") no-repeat center center / cover;
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 40px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
  width: fit-content;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  animation: blink 2.5s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.hero-baseline {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.1;
  color: white;
  margin-bottom: 24px;
}

.hero h1 .highlight,.hero h1 span {
  position: relative;
  color: var(--yellow);
}

.hero-sub {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 40px;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* ──────────────────────────────────────────────────────────────────────────
   6. PAGE HERO (Pages intérieures)
────────────────────────────────────────────────────────────────────────── */
.page-hero {
  background: linear-gradient(145deg, var(--teal-dark) 0%, #0a3d40 70%, #061e20 100%);
  padding: 80px 80px 64px;
  position: relative;
  overflow: hidden;
}

.page-hero-alt {
  padding: 72px 80px 80px;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 400px;
  height: 400px;
  background: var(--yellow);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  opacity: 0.1;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
}

.page-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-hero-text {
  padding-bottom: 56px;
}

.page-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 5px 14px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  width: fit-content;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-hero-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  animation: blink 2.5s ease-in-out infinite;
}

.page-hero h1 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900;
  color: white;
  line-height: 1.15;
  margin-bottom: 8px;
}

.page-hero h1 span {
  color: var(--yellow);
}

.page-hero-baseline {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}

.page-hero-sub {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  max-width: 620px;
  font-weight: 300;
  margin-bottom: 36px;
}

/* Hero meta */
.hero-meta {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-meta-item .meta-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.hero-meta-item .meta-value {
  font-size: 14px;
  font-weight: 800;
  color: white;
}

.hero-meta-item .meta-value.yellow {
  color: var(--yellow);
}

/* Region switcher pills */
.region-switcher {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.region-pill {
  font-size: 11px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.region-pill.active {
  background: var(--yellow);
  color: var(--dark);
  border-color: var(--yellow);
  font-weight: 800;
}

.region-pill:hover:not(.active) {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

/* Hero visual — timeline tab */
.hero-tab {
  width: 260px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  padding: 28px 24px;
  align-self: flex-end;
  position: relative;
  z-index: 1;
}

.hero-tab-title {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-tab-title::before {
  content: '';
  width: 16px;
  height: 2px;
  background: var(--yellow);
  border-radius: 1px;
}

.mini-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mt-item {
  display: flex;
  gap: 12px;
  position: relative;
}

.mt-item::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 18px;
  width: 1px;
  height: calc(100% + 4px);
  background: rgba(255, 255, 255, 0.12);
}

.mt-item:last-child::before {
  display: none;
}

.mt-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.25);
  margin-top: 2px;
  position: relative;
  z-index: 1;
}

.mt-dot.done {
  background: var(--teal);
  border-color: var(--teal);
}

.mt-dot.active {
  background: var(--yellow);
  border-color: var(--yellow);
}

.mt-body {
  padding-bottom: 18px;
}

.mt-date {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.mt-label {
  font-size: 12px;
  font-weight: 700;
  color: white;
  line-height: 1.4;
}

/* ──────────────────────────────────────────────────────────────────────────
   7. STICKY SUBNAV
────────────────────────────────────────────────────────────────────────── */
.subnav {
  background: white;
  border-bottom: 1px solid var(--border);
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 90;
  transform: translateY(-110%);
  transition: transform 0.25s ease;
}

.subnav.subnav-visible {
  transform: translateY(0);
}

/* Décalage scroll pour les ancres : nav fixe (70px) + subnav (~57px) + marge */
[data-subnav] {
  scroll-margin-top: 140px;
}

.subnav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  gap: 0;
}

.subnav a {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  padding: 18px 20px;
  display: block;
  border-bottom: 3px solid transparent;
  transition: all 0.2s;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.subnav a:hover {
  color: var(--teal);
}

.subnav a.active {
  color: var(--teal-dark);
  border-bottom-color: var(--yellow);
}

/* ──────────────────────────────────────────────────────────────────────────
   8. LAYOUT & SECTIONS
────────────────────────────────────────────────────────────────────────── */
section {
  padding: 50px 80px;
}

.page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px 0 0;
}

.page-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--border);
}

.page-section:last-child {
  border-bottom: none;
}

.section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-label::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--yellow);
  border-radius: 1px;
}

.section-title {
  font-size: clamp(24px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 1.2;
  color: var(--dark);
  margin-bottom: 18px;
}

.section-sub {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.75;
  max-width: 600px;
  font-weight: 300;
}

.section-sub h3 {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--mid);
  margin-bottom: 0px;
}

.section-sub ul.spip {
  list-style: none;
  padding: 0;
  margin: 0;
}

.section-sub ul.spip li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  line-height: 1.6;
}

.section-sub ul.spip li:first-child {
  border-top: none;
}

.section-sub ul.spip li:last-child {
  border-bottom: none;
}

.body-text {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 20px;
}

.body-text strong {
  color: var(--teal-dark);
  font-weight: 700;
}

/* ──────────────────────────────────────────────────────────────────────────
   9. BOUTONS
────────────────────────────────────────────────────────────────────────── */
.btn-primary {
  background: var(--yellow);
  color: var(--dark);
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary:hover {
  background: var(--yellow-dark);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(242, 183, 5, 0.3);
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 14px 28px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-secondary:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.08);
}

.btn-dark {
  background: var(--dark);
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.2s;
}

.btn-dark:hover {
  background: var(--teal-dark);
  transform: scale(1.03);
}

.btn-candidater {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow);
  color: var(--dark);
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-candidater:hover {
  background: var(--yellow-dark);
  transform: translateY(-2px);
}

.btn-sm {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--dark);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  margin-top: 16px;
}

.btn-sm:hover {
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.btn-sm.yellow {
  background: var(--yellow);
  color: var(--dark);
}

.btn-sm.yellow:hover {
  background: var(--yellow-dark);
  color: white;
}

.btn-yellow {
  background: var(--yellow);
  color: var(--dark);
  padding: 13px 26px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-yellow:hover {
  background: var(--yellow-dark);
  color: white;
  transform: translateY(-2px);
}

.btn-outline-white {
  background: transparent;
  color: white;
  padding: 13px 26px;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-white:hover {
  border-color: white;
  background: rgba(255, 255, 255, 0.08);
}

.link-arrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 2px;
  transition: all 0.2s;
}

.link-arrow:hover {
  border-color: var(--teal);
  gap: 10px;
}

/* ──────────────────────────────────────────────────────────────────────────
   10. CARTES & COMPOSANTS
────────────────────────────────────────────────────────────────────────── */
/* Project section (homepage) */
.project-section {
  background: white;
  padding: 0;
}

.project-col {
  padding: 80px;
}

.project-col:first-child {
  border-right: 1px solid var(--border);
}

.project-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.tag-global {
  background: var(--teal-pale);
  color: var(--teal-dark);
}

.tag-wa {
  background: var(--yellow-light);
  color: var(--dark);
}

.project-heading {
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
  line-height: 1.3;
}

.project-body {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 28px;
}

.component-list {
  list-style: none;
  margin-bottom: 28px;
}

.component-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--mid);
  line-height: 1.6;
}

.component-list li:last-child {
  border-bottom: none;
}

.comp-num {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--teal);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}

/* Approche cards */
.approche-section {
  padding: 80px;
  border-bottom: 1px solid var(--border);
}

.approche-header {
  text-align: center;
}

.approche-header .section-label {
  justify-content: center;
}

.approche-intro {
  font-size: 17px;
  color: var(--mid);
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
  font-weight: 300;
}

.approche-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 36px 32px;
  height: 100%;
  position: relative;
}

.approche-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.approche-picto {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: white;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

.approche-card-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.3;
  max-width: 70%;
}

.approche-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  flex-shrink: 0;
  border: 2px solid var(--yellow);
  color: var(--yellow-dark);
  background: white;
  box-shadow: 0 4px 12px rgba(242, 183, 5, 0.15);
}

.approche-number.active {
  background: var(--teal-dark);
  border-color: var(--teal-dark);
  color: white;
}

.approche-card-body {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.7;
  font-weight: 300;
}

/* Key facts card */
.key-facts {
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
}

.key-facts-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
}

.key-facts-underline {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--yellow));
  border-radius: 2px;
  margin-bottom: 24px;
}

.fact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.fact-row:last-child {
  border-bottom: none;
}

.fact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.fact-text {
  flex: 1;
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 2px;
}

.fact-label {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
}

.fact-value {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
  text-align: end;
}

.fact-value.highlight {
  color: var(--teal-dark);
}

.fact-value.yellow {
  color: var(--yellow-dark);
}

/* Country tags */
.country-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ctag {
  font-size: 11px;
  font-weight: 700;
  background: var(--teal-pale);
  color: var(--teal-dark);
  padding: 4px 10px;
  border-radius: 4px;
}

/* Component cards */
.comp-cards {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.comp-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: white;
  margin-bottom: 20px;
  transition: all 0.25s;
}
.comp-card:not(:has(.comp-number-col)) {
  grid-template-columns: 1fr;
}

.comp-card:hover {
  box-shadow: 0 8px 28px rgba(36, 152, 149, 0.12);
  transform: translateY(-2px);
}

.comp-number-col {
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}
/* .comp-card:nth-child(2) .comp-number-col {
  background: var(--yellow);
  color: var(--dark);
}

.comp-card:nth-child(3) .comp-number-col {
  background: var(--teal-dark);
} */

.comp-body {
  padding: 28px 32px;
}

.comp-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.3;
}

.comp-desc {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 16px;
}

.comp-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.outcome-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--teal-pale);
  color: var(--teal-dark);
  padding: 4px 10px;
  border-radius: 3px;
}

.comp-card:nth-child(2) .outcome-tag {
  background: var(--yellow-light);
  color: var(--yellow-dark);
}

.comp-card:nth-child(3) .outcome-tag {
  background: var(--teal-pale);
  color: var(--teal-dark);
}

/* Comp-card color modifiers (for noisettes with conditional cards) */
.comp-card--teal .comp-number-col { background: var(--teal); color: white; }
.comp-card--jaune .comp-number-col { background: var(--yellow); color: var(--dark); }
.comp-card--sombre .comp-number-col { background: var(--teal-dark); color: white; }
.comp-card--teal .outcome-tag { background: var(--teal-pale); color: var(--teal-dark); }
.comp-card--jaune .outcome-tag { background: var(--yellow-light); color: var(--yellow-dark); }
.comp-card--sombre .outcome-tag { background: var(--teal-pale); color: var(--teal-dark); }

/* Results column */
.results-column {
  background: linear-gradient(145deg, var(--teal-dark) 0%, #0a3d40 100%);
  border-radius: 12px;
  padding: 40px;
  position: sticky;
  top: 140px;
}

.results-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.results-title::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--yellow);
  border-radius: 1px;
}

.result-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.result-item:last-child {
  border-bottom: none;
}

.result-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.result-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  padding-top: 2px;
}

.result-text strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: white;
  margin-bottom: 3px;
}

/* Activity cards */
.activities-grid {
  margin-top: 48px;
  margin-bottom: 30px;
}

.activity-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px;
  transition: all 0.25s;
}

.activity-card:hover {
  box-shadow: 0 8px 24px rgba(36, 152, 149, 0.1);
}

.activity-card.featured {
  background: linear-gradient(135deg, var(--yellow-light) 0%, #fff8e1 100%);
  border-color: var(--yellow);
}

.activity-status {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 14px;
  display: inline-block;
}

.status-active {
  background: var(--teal-pale);
  color: var(--teal-dark);
}

.status-incoming {
  background: var(--yellow-light);
  color: var(--yellow-dark);
}

.status-planned {
  display: none;
}

.activity-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.35;
}

.activity-card.featured .activity-title {
  font-size: 20px;
}

.activity-desc {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 16px;
}

.activity-date {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 6px;
}

.activity-date::before {
  content: '📅';
  font-size: 12px;
}

/* Logo chips */
.logo-chip {
  background: linear-gradient(145deg, var(--teal-dark) 0%, #0a3d40 100%);
  border-radius: 10px;
  padding: 20px 16px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 72px;
  line-height: 1.4;
  transition: all 0.25s;
}

.logo-chip:hover {
  background: var(--teal-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(15, 43, 44, 0.25);
}

/* Country stats */
.country-stat {
  background: linear-gradient(145deg, var(--teal-dark) 0%, #0a3d40 100%);
  border-radius: 12px;
  padding: 30px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.country-name {
  font-size: 13px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}

.country-dot-sm {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  flex-shrink: 0;
}

.country-count {
  font-size: 13px;
  font-weight: 800;
  color: var(--yellow);
}

/* Timeline */
.timeline-full {
  margin-top: 56px;
  position: relative;
}

.timeline-full::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}

.tl-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0;
  margin-bottom: 0;
  position: relative;
}

.tl-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.tl-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  border: 3px solid var(--teal-light);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transition: all 0.3s;
}

.tl-item.key .tl-dot {
  background: var(--teal);
  border-color: var(--teal);
  width: 22px;
  height: 22px;
}

.tl-item.milestone .tl-dot {
  background: var(--yellow);
  border-color: var(--yellow);
  width: 22px;
  height: 22px;
}

.tl-right {
  padding: 0 0 48px 24px;
}

.tl-year {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.tl-item.key .tl-year,
.tl-item.milestone .tl-year {
  color: var(--teal-dark);
}

.tl-title {
  font-size: 17px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.3;
}

.tl-item.key .tl-title {
  font-size: 19px;
}

.tl-desc {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.75;
  font-weight: 300;
  max-width: 680px;
}

.tl-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--teal-pale);
  color: var(--teal-dark);
  padding: 4px 10px;
  border-radius: 3px;
}

.tl-item.milestone .tl-tag {
  background: var(--yellow-light);
  color: var(--yellow-dark);
}

/* Objectives cards */
.obj-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px 24px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
}

.obj-card:nth-child(even)::before {
  background: var(--yellow);
}

.obj-card:hover {
  box-shadow: 0 8px 24px rgba(36, 152, 149, 0.1);
  transform: translateY(-2px);
}

.obj-picto {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: white;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.obj-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.4;
}

.obj-desc {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.65;
  font-weight: 300;
}

/* Ambition block */
.ambition-block {
  background: linear-gradient(145deg, var(--teal-dark) 0%, #0a3d40 100%);
  border-radius: 12px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.ambition-block::before {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 240px;
  height: 240px;
  background: var(--yellow);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  opacity: 0.1;
}

.ambition-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ambition-label::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--yellow);
  border-radius: 1px;
}

.ambition-title {
  font-size: 24px;
  font-weight: 900;
  color: white;
  line-height: 1.25;
  margin-bottom: 20px;
  max-width: 420px;
}

.ambition-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.75;
  font-weight: 300;
}

.ambition-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.pillar {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pillar-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  flex-shrink: 0;
}

/* Region cards */
.regions-row {
  margin-top: 48px;
}

.region-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 24px;
  transition: all 0.25s;
  text-decoration: none;
  color: inherit;
}

.region-card:hover {
  box-shadow: 0 8px 24px rgba(36, 152, 149, 0.1);
  border-color: var(--teal);
}

.region-card.active-region {
  background: var(--teal-pale);
  border-color: var(--teal);
}

.region-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
}

.region-status {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 10px;
}

.status-live {
  background: var(--teal-pale);
  color: var(--teal-dark);
}

.status-soon {
  background: var(--yellow-light);
  color: var(--yellow-dark);
}

.badge-vert {
  background: var(--teal-pale);
  color: var(--teal-dark);
}

.badge-jaune {
  background: var(--yellow-light);
  color: var(--yellow-dark);
}

.region-desc {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.6;
  font-weight: 300;
}

/* Org chart */
.org-chart {
  margin-top: 0;
}

.org-level-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 8px;
}

.org-level-label::before {
  content: '';
  width: 16px;
  height: 2px;
  background: var(--yellow);
  border-radius: 1px;
}

.org-level {
  margin-bottom: 36px;
}

/* Pilot card */
.pilot-card {
  background: white;
  border: 2px solid var(--teal);
  border-radius: 10px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.pilot-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.pilot-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--dark);
}

.pilot-role {
  font-size: 13px;
  color: var(--muted);
  margin-top: 3px;
}

/* Member cards */
.member-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px 20px;
  transition: all 0.2s;
}

.member-card:hover {
  border-color: var(--teal);
  background: var(--teal-pale);
}

.member-name {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 4px;
}

.member-full {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.4;
}

.member-type {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 8px;
  color: var(--teal);
}

/* Governance block */
.gov-block {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 32px;
}

.gov-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gov-title::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--yellow);
  border-radius: 1px;
}

.gov-text {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.7;
  font-weight: 300;
}

/* Quote block */
.quote-block {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px 32px;
  margin: 48px 0 0;
  max-width: 760px;
}

.quote-text {
  font-size: 16px;
  color: var(--mid);
  line-height: 1.8;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 12px;
}

.quote-source {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.04em;
}

/* Context block */
.context-block {
  background: var(--teal-pale);
  border: 1px solid var(--teal);
  border-radius: 8px;
  padding: 28px 28px;
  margin-bottom: 28px;
}

.context-block p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.75;
  font-weight: 400;
}

.context-block strong {
  color: var(--teal-dark);
  font-weight: 700;
}

blockquote.spip {
  background: var(--teal-pale);
  border: 1px solid var(--teal);
  border-radius: 8px;
  padding: 28px 28px;
  margin-bottom: 28px;
}

blockquote.spip p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.75;
  font-weight: 400;
}

blockquote.spip strong {
  color: var(--teal-dark);
  font-weight: 700;
}

/* ──────────────────────────────────────────────────────────────────────────
   11. CARTOGRAPHIE
────────────────────────────────────────────────────────────────────────── */
.carto-section {
  background: linear-gradient(140deg, var(--teal-dark) 0%, #0f4a4d 100%);
  position: relative;
  overflow: hidden;
}

.carto-section::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: var(--yellow);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  opacity: 0.12;
}

.carto-left .section-label {
  color: var(--yellow);
}

.carto-left .section-label::before {
  background: var(--yellow);
}

.carto-left .section-title {
  color: white;
}

.carto-left .section-sub {
  color: rgba(255, 255, 255, 0.7);
}

.carto-types {
  margin-top: 36px;
}

.carto-type {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 10px;
}

.carto-type .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  flex-shrink: 0;
}

.carto-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow);
  color: var(--dark);
  padding: 13px 26px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  margin-top: 32px;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}

.carto-btn:hover {
  background: var(--yellow-dark);
  color: white;
  transform: translateY(-2px);
}

.carto-right {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  border-radius: 14px;
  min-height: 400px;
}

/* ──────────────────────────────────────────────────────────────────────────
   12. CHALLENGE
────────────────────────────────────────────────────────────────────────── */
.challenge-section {
  background: white;
}

.col-droite-content {
  overflow: hidden;
  min-width: 0;
}

.col-droite-content * {
  max-width: 100%;
  box-sizing: border-box;
}

.col-droite-content img,
.col-droite-content svg,
.col-droite-content object,
.col-droite-content embed {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

.challenge-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--yellow-light);
  border: 1px solid var(--yellow);
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 10px;
  font-weight: 800;
  color: var(--yellow-dark);
  margin-bottom: 24px;
  width: fit-content;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.challenge-timeline {
  margin-top: 32px;
}

.timeline-item {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}

.timeline-item:last-child {
  border-bottom: none;
}

.timeline-date {
  font-size: 10px;
  font-weight: 800;
  color: var(--teal);
  width: 72px;
  flex-shrink: 0;
  padding-top: 3px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.timeline-text {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.55;
}

/* ──────────────────────────────────────────────────────────────────────────
   13. ACTUALITÉS
────────────────────────────────────────────────────────────────────────── */
.news-section {
  background: var(--cream);
}

.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 44px;
}

.news-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/5;
  text-decoration: none;
  display: block;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s;
}

.news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, var(--dark) 90%);
  z-index: 0;
}

.news-card-1 {
  background-image: url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?w=600&auto=format&fit=crop&q=60");
}

.news-card-2 {
  background-image: url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?w=600&auto=format&fit=crop&q=60");
}

.news-card-3 {
  background-image: url("https://images.unsplash.com/photo-1593113598332-cd288d649433?w=600&auto=format&fit=crop&q=60");
}

.news-card-4 {
  background-image: url("https://images.unsplash.com/photo-1530836369250-ef72a3f5cda8?w=600&auto=format&fit=crop&q=60");
}

.news-card:hover {
  transform: translateY(-6px);
}

.news-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  background: rgba(15, 43, 44, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.news-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 22px;
  background: var(--dark);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  margin: 10px;
  border-radius: 10px;
}

.news-title {
  font-size: 15px;
  font-weight: 800;
  color: white;
  line-height: 1.35;
  margin-bottom: 8px;
  transition: color 0.25s;
}

.news-card:hover .news-title {
  color: var(--yellow);
}

.news-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}

.news-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--yellow);
  color: var(--dark);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 8px 8px 16px;
  border-radius: 50px;
  text-decoration: none;
}

/* ── Pagination actualités ── */
.news-pagination {
  position: relative;
  margin-top: 32px;
}

.news-pagination .pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.news-pagination .pagination li {
  display: inline-flex;
}

.news-pagination .pagination li a,
.news-pagination .pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.news-pagination .pagination li a:hover {
  background: var(--yellow);
  color: var(--dark);
}

.news-pagination .pagination li .on,
.news-pagination .pagination li span.on {
  background: var(--dark);
  color: #fff;
  border-radius: 8px;
}

/* Page article — champs extras + corps */
.article-main {
  background: var(--cream);
}

.article-main .article-meta-lieu {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dark);
  background: rgba(15, 43, 44, 0.08);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.article-main .article-meta-date {
  font-size: 14px;
  color: var(--mid);
  margin-bottom: 20px;
}

.article-main .article-title {
  margin-top: 0;
}

/* ──────────────────────────────────────────────────────────────────────────
   14. PARTENAIRES
────────────────────────────────────────────────────────────────────────── */
.partners-section {
  background: var(--cream);
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 20px;
  height: 120px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.logo-card:hover {
  transform: translateY(-4px);
  border-color: var(--teal);
  box-shadow: 0 12px 32px rgba(36, 152, 149, 0.15);
}

.logo-card img {
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(20%);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.logo-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Financeur principal */
.financeur-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.financeur-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 48px;
  max-width: 480px;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.financeur-card:hover {
  transform: translateY(-6px);
  border-color: var(--yellow);
  box-shadow: 0 16px 40px rgba(242, 183, 5, 0.2);
}

.financeur-card img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.financeur-card:hover img {
  transform: scale(1.03);
}

.consortium-intro {
  margin-bottom: 56px;
}

.partners-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--yellow);
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 10px 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s;
}

.partners-cta:hover {
  background: var(--yellow-dark);
}

/* ──────────────────────────────────────────────────────────────────────────
   15. CTA BAND
────────────────────────────────────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(145deg, var(--teal-dark) 0%, #0a3d40 100%);
  padding: 64px 80px;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 320px;
  height: 320px;
  background: var(--yellow);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  opacity: 0.1;
}

.cta-band-left {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  font-size: 28px;
  font-weight: 900;
  color: white;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cta-band p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.cta-band-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ──────────────────────────────────────────────────────────────────────────
   16. FOOTER
────────────────────────────────────────────────────────────────────────── */
footer {
  background: linear-gradient(145deg, var(--teal-dark) 0%, #0a3d40 100%);
  position: relative;
  overflow: hidden;
  color: white;
}

footer::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 320px;
  height: 320px;
  background: var(--yellow);
  clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
  opacity: 0.1;
  pointer-events: none;
}

.footer-main {
  padding: 64px 80px 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-logo-img {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-address-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-address {
  font-size: 13px;
  color: white;
  font-family: 'Roboto', sans-serif;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s;
}

.social-btn:hover {
  background: var(--teal);
  border-color: var(--teal);
  color: white;
}

.footer-copyright {
  font-size: 12px;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 0;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.footer-legal a {
  font-size: 13px;
  color: white;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: var(--yellow);
}


/* ──────────────────────────────────────────────────────────────────────────
   17. SCROLL REVEAL
────────────────────────────────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.reveal-delay {
  transition-delay: 0.15s;
}

/* ──────────────────────────────────────────────────────────────────────────
   18. RESPONSIVE
────────────────────────────────────────────────────────────────────────── */
@media (max-width: 991.98px) {
  nav {
    padding: 0 20px;
  }

  .nav-logo {
    margin-right: auto;
  }

  .logo-img {
    height: 40px;
  }

  .mobile-menu-btn {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 16px 24px 24px;
    gap: 0;
    border-bottom: 1px solid var(--border);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    align-items: flex-start;
  }

  .nav-links.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-links > a,
  .nav-dropdown {
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
    width: 100%;
  }

  .nav-links > a:last-of-type {
    border-bottom: none;
  }

  .nav-actions {
    flex-direction: row;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    margin-top: 10px;
  }

  .nav-cta {
    flex: 1;
    text-align: center;
    justify-content: center;
    padding: 8px 14px !important;
    font-size: 11px !important;
    margin-top: 12px;
    align-self: flex-start;
  }

  .lang-toggle {
    margin-top: 16px;
    align-self: flex-start;
  }

  .nav-dropdown:hover .nav-dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }

  .nav-dropdown:hover .nav-dropdown-toggle::after {
    transform: none;
  }

  .nav-dropdown-menu {
    position: static;
    opacity: 0;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    background: var(--cream);
    border-radius: 0;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease;
    pointer-events: auto;
  }

  .nav-dropdown.active .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    padding: 8px 0;
    margin-top: 12px;
  }

  .nav-dropdown.active .nav-dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .nav-dropdown-toggle::after {
    margin-left: auto;
  }

  .nav-dropdown-menu a {
    padding: 10px 20px;
  }

  section {
    padding: 64px 32px;
  }

  .page-content {
    padding: 0 32px;
  }

  .page-hero,
  .page-hero-alt {
    padding: 64px 32px 48px;
  }

  .page-hero-alt {
    padding-bottom: 64px;
  }

  .breadcrumb-inner {
    padding: 14px 32px;
  }

  .subnav-inner {
    padding: 0 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .approche-section {
    padding: 64px 32px;
  }

  .approche-card {
    padding: 28px 24px;
  }

  .project-col {
    padding: 48px 32px;
  }

  .project-col:first-child {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

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

  .logo-card {
    height: 100px;
    padding: 20px 16px;
  }

  .logo-card img {
    max-height: 52px;
  }

  .cta-band {
    padding: 48px 32px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 48px 32px 32px;
    gap: 24px;
  }

  .footer-address-row {
    flex-direction: column;
    gap: 12px;
  }

  .footer-legal {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }

  .composantes-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  /* Sur tablette les colonnes s'empilent (col-12) — désactiver sticky sur les sidebars */
  .results-column {
    position: static;
    margin-top: 32px;
  }

  .key-facts {
    position: static;
    margin-top: 32px;
  }

  /* Sur tablette les cartes approche sont trop étroites pour numéro + titre côte à côte */
  .approche-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .approche-card-title {
    font-size: 17px;
    max-width: 100%;
  }

  .approche-number {
    width: 44px;
    height: 44px;
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .financeur-card {
    padding: 24px 32px;
    max-width: 360px;
  }

  .financeur-card img {
    max-height: 90px;
  }

  .comp-card {
    grid-template-columns: 1fr;
  }

  .comp-number-col {
    padding: 16px;
  }
}

@media (max-width: 575.98px) {
  /* Neutralise les marges négatives Bootstrap g-4/g-5 qui causent un overflow horizontal */
  .row.g-4,
  .row.g-5,
  .row.g-lg-5 {
    --bs-gutter-x: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .row.g-4 > *,
  .row.g-5 > *,
  .row.g-lg-5 > * {
    padding-left: 0;
    padding-right: 0;
  }

  section {
    padding: 48px 20px;
  }

  .page-content {
    padding: 0 20px;
  }

  .page-hero,
  .page-hero-alt {
    padding: 48px 20px 36px;
  }

  .page-hero-alt {
    padding-bottom: 48px;
  }

  .breadcrumb-inner {
    padding: 14px 20px;
  }

  .subnav-inner {
    padding: 0 20px;
  }

  .project-col {
    padding: 40px 20px;
  }

  .approche-section {
    padding: 48px 20px;
  }

  .approche-card-title {
    font-size: 18px;
  }

  .approche-number {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .news-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .news-card {
    aspect-ratio: 1/1;
    min-height: 400px;
    width: 100%;
  }

  .news-card::before {
    background: linear-gradient(180deg, rgba(15, 43, 44, 0.2) 0%, rgba(15, 43, 44, 0.85) 100%);
  }

  .news-body {
    position: relative;
    margin: 0;
    padding: 16px;
    background: transparent;
    backdrop-filter: none;
  }

  .news-title {
    font-size: 15px;
    margin-bottom: 6px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  .news-date {
    font-size: 12px;
    margin-bottom: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }

  .news-cta {
    font-size: 11px;
    padding: 6px 6px 6px 12px;
  }

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

  .logo-card {
    height: 90px;
    padding: 16px 12px;
    border-radius: 10px;
  }

  .logo-card img {
    max-height: 44px;
  }

  .financeur-card {
    padding: 20px 24px;
    border-radius: 12px;
  }

  .financeur-card img {
    max-height: 72px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 40px 20px 24px;
    gap: 24px;
  }

  .footer-left {
    flex-direction: column;
    text-align: center;
  }

  .footer-address-row {
    flex-direction: column;
    gap: 12px;
  }

  .footer-right {
    text-align: center !important;
  }

  .footer-legal {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .cta-band {
    padding: 40px 20px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
