/* Footer institutionnel conforme a la charte: fond clair, logo lisible, barre RDC unique. */
.footer.footer--institutional {
  --charter-blue: #1f4f99;
  --charter-blue-light: #0095d9;
  --charter-yellow: #fff24b;
  --charter-red: #ce1021;
  --footer-text: #172033;
  --footer-muted: #5e6b7d;
  position: relative;
  padding: 0;
  color: var(--footer-text);
  background: #fff;
  border-top: 0;
}

.footer.footer--institutional::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--charter-blue-light) 0 33.333%, var(--charter-yellow) 33.333% 66.666%, var(--charter-red) 66.666% 100%);
}

.footer.footer--institutional::after {
  display: none;
}

.footer.footer--institutional .footer__masthead,
.footer.footer--institutional .footer__grid {
  position: relative;
  z-index: 1;
}

.footer.footer--institutional .footer__masthead {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding-top: 46px;
  padding-bottom: 34px;
}

.footer.footer--institutional .footer__brand-block {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.footer.footer--institutional .footer__logo {
  width: min(270px, 44vw);
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.footer.footer--institutional .footer__brand-block div {
  padding-left: 18px;
  border-left: 2px solid var(--charter-blue);
}

.footer.footer--institutional .footer__brand-block strong {
  display: block;
  color: var(--footer-text);
  font-family: var(--font-official);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 950;
  letter-spacing: 0;
}

.footer.footer--institutional .footer__masthead p {
  margin: 0;
  max-width: 620px;
  color: var(--footer-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.footer.footer--institutional .footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.08fr) repeat(4, minmax(140px, 0.58fr)) minmax(250px, 0.86fr);
  gap: clamp(20px, 2.5vw, 34px);
  align-items: start;
  padding-top: 34px;
  padding-bottom: 42px;
  border-top: 1px solid #e1e7f0;
}

.footer.footer--institutional h2 {
  margin: 0 0 16px;
  color: var(--charter-blue);
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer.footer--institutional .footer__about p {
  margin: 0;
  max-width: 320px;
  color: var(--footer-muted);
  line-height: 1.65;
}

.footer.footer--institutional .footer__links,
.footer.footer--institutional .footer__legal,
.footer.footer--institutional .footer__contact address {
  display: grid;
  gap: 9px;
  font-style: normal;
}

.footer.footer--institutional a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 29px;
  color: #243044;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.footer.footer--institutional a:hover {
  color: var(--charter-blue);
  transform: translateX(3px);
}

.footer.footer--institutional .footer__contact address {
  margin-bottom: 16px;
}

.footer.footer--institutional .footer__contact address span {
  color: var(--footer-muted);
  line-height: 1.55;
}

.footer.footer--institutional .socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.footer.footer--institutional .socials a {
  display: inline-grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 6px 11px 6px 7px;
  color: var(--footer-text);
  background: #f7fbff;
  border: 1px solid #dce7f4;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.footer.footer--institutional .socials a:hover {
  color: var(--charter-blue);
  background: #fff;
  border-color: var(--charter-blue-light);
  transform: translateY(-1px);
}

.footer.footer--institutional .socials span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: var(--charter-blue);
  font-size: 0.68rem;
  font-weight: 950;
}

.footer.footer--institutional .socials strong {
  overflow: hidden;
  font-size: 0.82rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer.footer--institutional .footer__newsletter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  padding: 22px;
  color: var(--footer-text);
  background: #f7fbff;
  border: 1px solid #dce7f4;
  border-left: 5px solid var(--charter-blue-light);
  border-radius: 0;
  box-shadow: 0 18px 46px rgba(10, 45, 92, 0.08);
}

.footer.footer--institutional .footer__newsletter h2 {
  margin: 0;
  color: var(--charter-blue);
}

.footer.footer--institutional .footer__newsletter p {
  margin: 0;
  max-width: none;
  color: var(--footer-muted);
  line-height: 1.55;
}

.footer.footer--institutional .footer__newsletter > span,
.footer.footer--institutional .newsletter-form label:first-child {
  display: none;
}

.footer.footer--institutional .newsletter-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  align-items: stretch;
}

.footer.footer--institutional .newsletter-form label {
  gap: 6px;
  color: var(--footer-muted);
}

.footer.footer--institutional .newsletter-form input {
  min-height: 46px;
  color: var(--footer-text);
  background: #fff;
  border: 1px solid #c8d6e8;
  border-radius: 0;
}

.footer.footer--institutional .newsletter-form input::placeholder {
  color: #7c8796;
}

.footer.footer--institutional .newsletter-form input:focus {
  border-color: var(--charter-yellow);
  box-shadow: 0 0 0 3px rgba(255, 242, 75, 0.2);
}

.footer.footer--institutional .newsletter-form .button {
  min-width: 140px;
  min-height: 46px;
  width: 100%;
  color: #071225;
  background: var(--charter-yellow);
  border-radius: 0;
  box-shadow: none;
}

.footer.footer--institutional .newsletter-form .form-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
}

.footer.footer--institutional .form-status.is-success {
  color: #0a7a3b;
}

.footer.footer--institutional .form-status.is-error {
  color: #b42318;
}

.footer.footer--institutional .footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 18px max(calc((100vw - var(--max)) / 2), 20px);
  color: rgba(255, 255, 255, 0.86);
  background: var(--charter-blue);
  border-top: 4px solid var(--charter-yellow);
}

.headquarters-section {
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.headquarters-grid {
  display: grid;
  grid-template-columns: minmax(350px, 0.92fr) minmax(460px, 1.08fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce7f4;
  border-radius: 0;
  box-shadow: 0 22px 60px rgba(10, 45, 92, 0.1);
}

.headquarters-card {
  display: grid;
  gap: 18px;
  align-content: center;
  padding: clamp(30px, 5vw, 54px);
  color: var(--footer-text);
  background:
    linear-gradient(90deg, var(--charter-blue-light) 0 33.333%, var(--charter-yellow) 33.333% 66.666%, var(--charter-red) 66.666% 100%) top / 100% 5px no-repeat,
    #fff;
  border-left: 6px solid var(--charter-blue);
  border-radius: 0;
  box-shadow: none;
}

.headquarters-card .eyebrow {
  width: fit-content;
  padding: 7px 10px;
  color: #071225;
  background: var(--charter-yellow);
}

.headquarters-card h2 {
  margin: 0;
  color: var(--charter-blue);
  font-family: var(--font-official);
  font-size: clamp(2.05rem, 4vw, 3.15rem);
  letter-spacing: 0;
}

.headquarters-card p {
  margin: 0;
  color: #243044;
  line-height: 1.65;
}

.headquarters-card dl {
  display: grid;
  gap: 0;
  margin: 4px 0 0;
  border-top: 1px solid #dce7f4;
}

.headquarters-card dl div {
  padding: 13px 0;
  border-top: 0;
  border-bottom: 1px solid #dce7f4;
}

.headquarters-card dt {
  color: var(--charter-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.headquarters-card dd {
  margin: 4px 0 0;
  color: #071225;
  font-weight: 850;
}

.headquarters-card a:not(.button) {
  color: var(--charter-blue);
}

.headquarters-card .button {
  width: fit-content;
  color: #071225;
  background: var(--charter-yellow);
  border-radius: 0;
}

.headquarters-map {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.headquarters-map::before {
  content: "Kinshasa";
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  padding: 8px 12px;
  color: var(--footer-text);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #dce7f4;
  border-radius: 0;
  box-shadow: 0 14px 34px rgba(10, 45, 92, 0.16);
  font-weight: 950;
}

.headquarters-map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  filter: saturate(0.86) contrast(1.04);
}

.institutional-sites-section {
  background: #fff;
}

.institutional-sites {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.institutional-sites__intro {
  position: sticky;
  top: 110px;
}

.institutional-sites__intro h2 {
  margin: 0;
  color: var(--charter-blue);
  font-family: var(--font-official);
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  letter-spacing: 0;
}

.institutional-sites__intro p:last-child {
  margin: 16px 0 0;
  max-width: 430px;
  color: var(--footer-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.institutional-sites__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dce7f4;
  border-left: 1px solid #dce7f4;
}

.institutional-site-link {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 22px;
  color: #172033;
  background: #fff;
  border-right: 1px solid #dce7f4;
  border-bottom: 1px solid #dce7f4;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.institutional-site-link:hover {
  color: var(--charter-blue);
  background: #f7fbff;
  transform: translateY(-2px);
}

.institutional-site-link span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #071225;
  background: var(--charter-yellow);
  font-weight: 950;
}

.institutional-site-link strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .footer.footer--institutional .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .institutional-sites {
    grid-template-columns: 1fr;
  }

  .institutional-sites__intro {
    position: static;
  }
}

@media (max-width: 900px) {
  .footer.footer--institutional .footer__masthead,
  .footer.footer--institutional .footer__grid,
  .footer.footer--institutional .footer__newsletter,
  .footer.footer--institutional .newsletter-form,
  .headquarters-grid {
    grid-template-columns: 1fr;
  }

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

  .footer.footer--institutional .footer__brand-block div {
    padding-left: 0;
    border-left: 0;
  }

  .footer.footer--institutional .footer__logo {
    width: min(270px, 100%);
  }

  .footer.footer--institutional .newsletter-form .button {
    width: 100%;
  }

  .footer.footer--institutional .footer__bottom {
    display: grid;
  }

  .headquarters-map,
  .headquarters-map iframe {
    min-height: 360px;
  }

  .institutional-sites__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .footer.footer--institutional .socials {
    grid-template-columns: 1fr;
  }

  .institutional-site-link {
    min-height: 78px;
    padding: 18px;
  }
}

/* 2026-06-01: rendu final demande - footer bleu premium, siege plus institutionnel. */
.footer.footer--institutional {
  --charter-blue: #1f4f99;
  --charter-blue-light: #0095d9;
  --charter-yellow: #fff24b;
  --charter-red: #ce1021;
  --footer-text: #ffffff;
  --footer-muted: rgba(255, 255, 255, 0.76);
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--footer-muted);
  background:
    linear-gradient(90deg, var(--charter-blue-light) 0 33.333%, var(--charter-yellow) 33.333% 66.666%, var(--charter-red) 66.666% 100%) top / 100% 6px no-repeat,
    linear-gradient(145deg, #173f83 0%, #1f4f99 50%, #0095d9 140%);
  border-top: 0;
}

.footer.footer--institutional::before {
  content: "";
  position: absolute;
  inset: 6px 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
}

.footer.footer--institutional::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.34;
  pointer-events: none;
}

.footer.footer--institutional .footer__masthead,
.footer.footer--institutional .footer__grid,
.footer.footer--institutional .footer__bottom {
  position: relative;
  z-index: 1;
}

.footer.footer--institutional .footer__masthead {
  padding-top: 44px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footer.footer--institutional .footer__logo {
  width: min(255px, 44vw);
  padding: 12px 14px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(7, 18, 37, 0.18);
}

.footer.footer--institutional .footer__brand-block div {
  border-left-color: rgba(255, 242, 75, 0.78);
}

.footer.footer--institutional .footer__brand-block strong,
.footer.footer--institutional h2 {
  color: #fff;
}

.footer.footer--institutional .footer__masthead p,
.footer.footer--institutional .footer__about p,
.footer.footer--institutional .footer__newsletter p,
.footer.footer--institutional .footer__contact address span {
  color: var(--footer-muted);
}

.footer.footer--institutional .footer__grid {
  grid-template-columns: minmax(250px, 1.05fr) repeat(3, minmax(150px, 0.65fr)) minmax(250px, 0.85fr) minmax(270px, 0.95fr);
  gap: clamp(22px, 3vw, 40px);
  padding-top: 34px;
  padding-bottom: 44px;
  border-top: 0;
}

.footer.footer--institutional a {
  color: rgba(255, 255, 255, 0.86);
}

.footer.footer--institutional a:hover {
  color: #fff;
}

.footer.footer--institutional .socials a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.footer.footer--institutional .socials a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 242, 75, 0.72);
}

.footer.footer--institutional .socials span {
  color: #071225;
  background: var(--charter-yellow);
}

.footer.footer--institutional .socials--icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.footer.footer--institutional .socials--icons a {
  width: 28px;
  min-height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  transform: none;
}

.footer.footer--institutional .socials--icons a:hover {
  color: var(--charter-yellow);
  background: transparent;
  border-color: transparent;
  transform: translateY(-2px) scale(1.06);
}

.footer.footer--institutional .socials--icons svg {
  width: 22px;
  height: 22px;
  display: block;
}

.footer.footer--institutional .socials--icons strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.footer.footer--institutional .footer__newsletter {
  color: #fff;
  background: rgba(7, 18, 37, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 5px solid var(--charter-yellow);
  box-shadow: 0 26px 70px rgba(7, 18, 37, 0.22);
}

.footer.footer--institutional .footer__newsletter h2 {
  color: #fff;
}

.footer.footer--institutional .newsletter-form label {
  color: rgba(255, 255, 255, 0.82);
}

.footer.footer--institutional .newsletter-form input {
  color: #071225;
  background: #fff;
  border-color: rgba(255, 255, 255, 0.42);
}

.footer.footer--institutional .newsletter-form .button {
  color: #071225;
  background: var(--charter-yellow);
}

.footer.footer--institutional .footer__bottom {
  padding: 18px max(calc((100vw - var(--max)) / 2), 20px);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(7, 18, 37, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.headquarters-section {
  background:
    linear-gradient(180deg, #f7fbff 0%, #fff 100%);
}

.headquarters-grid {
  grid-template-columns: minmax(360px, 0.88fr) minmax(520px, 1.12fr);
  gap: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce7f4;
  box-shadow: 0 26px 72px rgba(10, 45, 92, 0.12);
}

.headquarters-card {
  position: relative;
  padding: clamp(34px, 5vw, 58px);
  color: #fff;
  background:
    linear-gradient(90deg, var(--charter-blue-light) 0 33.333%, var(--charter-yellow) 33.333% 66.666%, var(--charter-red) 66.666% 100%) top / 100% 5px no-repeat,
    linear-gradient(145deg, #173f83 0%, #1f4f99 64%, #0095d9 150%);
  border-left: 0;
}

.headquarters-card::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -64px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.headquarters-card .eyebrow {
  color: #071225;
  background: var(--charter-yellow);
}

.headquarters-card h2 {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.1rem);
  line-height: 1;
}

.headquarters-card p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.headquarters-card dl {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.headquarters-card dl div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.headquarters-card dt {
  color: rgba(255, 255, 255, 0.7);
}

.headquarters-card dd,
.headquarters-card a:not(.button) {
  color: #fff;
}

.headquarters-card .button {
  color: #071225;
  background: var(--charter-yellow);
}

.headquarters-map {
  min-height: 520px;
  border: 0;
  box-shadow: none;
}

.headquarters-map::before {
  top: 22px;
  left: 22px;
  color: #071225;
  background: #fff;
  border-left: 5px solid var(--charter-yellow);
}

.headquarters-map iframe {
  min-height: 520px;
  filter: saturate(0.72) contrast(1.05);
}

@media (max-width: 1180px) {
  .footer.footer--institutional .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer.footer--institutional .footer__newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .footer.footer--institutional .footer__masthead,
  .footer.footer--institutional .footer__grid,
  .headquarters-grid {
    grid-template-columns: 1fr;
  }

  .footer.footer--institutional .footer__newsletter {
    grid-column: auto;
  }

  .headquarters-map,
  .headquarters-map iframe {
    min-height: 360px;
  }
}

/* 2026-06-01: correction finale demandee - copyright en vrai bas de page, siege lisible. */
.footer.footer--institutional {
  padding-bottom: 0 !important;
}

.footer.footer--institutional .footer__bottom {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.84) !important;
  background: rgba(7, 18, 37, 0.36) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.footer.footer--institutional .footer__bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.headquarters-section {
  padding-top: clamp(58px, 7vw, 92px) !important;
  padding-bottom: clamp(58px, 7vw, 92px) !important;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 149, 217, 0.1), transparent 34%),
    linear-gradient(180deg, #f6faff 0%, #eef6ff 100%) !important;
}

.headquarters-grid {
  display: grid !important;
  grid-template-columns: minmax(380px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid rgba(31, 79, 153, 0.16) !important;
  box-shadow: 0 30px 90px rgba(10, 45, 92, 0.16) !important;
}

.headquarters-card {
  position: relative !important;
  min-height: 560px !important;
  align-content: center !important;
  padding: clamp(38px, 5.5vw, 68px) !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, #0095d9 0 33.333%, #fff24b 33.333% 66.666%, #ce1021 66.666% 100%) top / 100% 6px no-repeat,
    radial-gradient(circle at 92% 14%, rgba(255, 242, 75, 0.16), transparent 28%),
    linear-gradient(145deg, #173f83 0%, #1f4f99 62%, #0095d9 145%) !important;
  border: 0 !important;
}

.headquarters-card::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  pointer-events: none;
}

.headquarters-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -76px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.headquarters-card > * {
  position: relative;
  z-index: 1;
}

.headquarters-card .eyebrow {
  width: fit-content !important;
  padding: 8px 12px !important;
  color: #071225 !important;
  background: #fff24b !important;
}

.headquarters-card h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(2.45rem, 5vw, 4.35rem) !important;
  line-height: 0.98 !important;
}

.headquarters-card p {
  max-width: 560px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.06rem !important;
  line-height: 1.7 !important;
}

.headquarters-card dl {
  margin: 6px 0 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.24) !important;
}

.headquarters-card dl div {
  padding: 15px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17) !important;
}

.headquarters-card dt {
  color: rgba(255, 255, 255, 0.7) !important;
}

.headquarters-card dd,
.headquarters-card a:not(.button) {
  color: #fff !important;
}

.headquarters-card .button {
  width: fit-content !important;
  color: #071225 !important;
  background: #fff24b !important;
  border-color: #fff24b !important;
}

.headquarters-map {
  position: relative !important;
  min-height: 560px !important;
  overflow: hidden !important;
  background: #eaf3fb !important;
  border: 0 !important;
}

.headquarters-map::before {
  top: 24px !important;
  left: 24px !important;
  z-index: 2 !important;
  padding: 10px 14px !important;
  color: #071225 !important;
  background: #fff !important;
  border: 1px solid rgba(31, 79, 153, 0.12) !important;
  border-left: 5px solid #fff24b !important;
  box-shadow: 0 16px 34px rgba(10, 45, 92, 0.18) !important;
}

.headquarters-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 63, 131, 0.1), transparent 32%),
    inset 0 0 0 1px rgba(31, 79, 153, 0.08);
  pointer-events: none;
}

.headquarters-map iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 560px !important;
  border: 0 !important;
  filter: saturate(0.72) contrast(1.06) brightness(1.02) !important;
}

@media (max-width: 980px) {
  .headquarters-grid {
    grid-template-columns: 1fr !important;
  }

  .headquarters-card,
  .headquarters-map,
  .headquarters-map iframe {
    min-height: 420px !important;
  }
}

/* 2026-06-01: newsletter jamais coupee dans le footer. */
.footer.footer--institutional .footer__grid {
  grid-template-columns:
    minmax(240px, 1.05fr)
    minmax(150px, 0.68fr)
    minmax(150px, 0.68fr)
    minmax(180px, 0.78fr)
    minmax(230px, 0.86fr)
    minmax(280px, 0.98fr) !important;
}

.footer.footer--institutional .footer__newsletter {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.footer.footer--institutional .footer__newsletter p,
.footer.footer--institutional .newsletter-form,
.footer.footer--institutional .newsletter-form label,
.footer.footer--institutional .newsletter-form input,
.footer.footer--institutional .newsletter-form .button {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.footer.footer--institutional .footer__newsletter p {
  overflow-wrap: anywhere !important;
}

@media (max-width: 1500px) {
  .footer.footer--institutional .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .footer.footer--institutional .footer__newsletter {
    grid-column: span 1 !important;
  }
}

@media (max-width: 1120px) {
  .footer.footer--institutional .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .footer.footer--institutional .footer__grid {
    grid-template-columns: 1fr !important;
  }
}

/* 2026-06-01: footer sans colonne contact, grille reequilibree. */
.footer.footer--institutional .footer__grid {
  grid-template-columns:
    minmax(260px, 1.05fr)
    minmax(170px, 0.72fr)
    minmax(180px, 0.76fr)
    minmax(220px, 0.86fr)
    minmax(300px, 1fr) !important;
}

@media (max-width: 1320px) {
  .footer.footer--institutional .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .footer.footer--institutional .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .footer.footer--institutional .footer__grid {
    grid-template-columns: 1fr !important;
  }
}
