/*
Theme Name: Abbatiale et Découvertes
Theme URI: https://abbatiale-et-decouvertes.fr/
Description: Thème éditorial patrimonial, enfant de Kadence.
Author: Équipe éditoriale
Version: 2.1.3
Template: kadence
Text Domain: abbatiale-decouvertes
*/

@font-face {
  font-family: "ABB Cormorant";
  src: url("assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "ABB Inter";
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Phosphor";
  src: url("assets/icons/Phosphor.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

:root {
  --abb-navy: #052649;
  --abb-navy-deep: #031f3d;
  --abb-ink: #0b315f;
  --abb-gold: #bd8432;
  --abb-paper: #f9f7f5;
  --abb-card: #fbfaf8;
  --abb-rule: #ddd7cf;
  --abb-text: #27333f;
  --abb-muted: #68717a;
  --abb-serif: "ABB Cormorant", Georgia, "Times New Roman", serif;
  --abb-sans: "ABB Inter", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body.abb-site { margin: 0; overflow-x: hidden; color: var(--abb-text); background: var(--abb-paper); font-family: var(--abb-sans); font-size: 16px; line-height: 1.48; }
.abb-site *, .abb-site *::before, .abb-site *::after { box-sizing: border-box; }
.abb-site img { display: block; max-width: 100%; }
.abb-site a { color: inherit; }
.abb-container { width: min(1360px, calc(100% - 80px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.ph { display: inline-grid; place-items: center; line-height: 1; }
.ph::before { font-family: "Phosphor" !important; font-style: normal; font-weight: 400 !important; font-variant: normal; line-height: 1; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ph-arrow-right::before { content: "\e06c"; }
.ph-arrows-clockwise::before { content: "\e094"; }
.ph-envelope-simple::before { content: "\e218"; }
.ph-info::before { content: "\e2ce"; }
.ph-list::before { content: "\e2f0"; }
.ph-magnifying-glass::before { content: "\e30c"; }
.ph-map-pin::before { content: "\e316"; }
.ph-map-trifold::before { content: "\e31a"; }
.ph-newspaper::before { content: "\e344"; }
.ph-rss::before { content: "\e400"; }
.ph-shield-check::before { content: "\e40c"; }
.ph-users-three::before { content: "\e68e"; }
.ph-signpost::before { content: "\e89c"; }

.abb-skip { position: fixed; left: 16px; top: 10px; z-index: 999; transform: translateY(-180%); padding: 10px 15px; color: var(--abb-navy); background: #fff; border: 2px solid var(--abb-gold); text-decoration: none; }
.abb-skip:focus { transform: none; }
.abb-site :focus-visible { outline: 3px solid #e6aa4c; outline-offset: 3px; }

.abb-topline { min-height: 46px; display: flex; align-items: center; color: #f7f4ef; background: var(--abb-navy); font-size: 13px; font-weight: 600; letter-spacing: .015em; }
.abb-header { position: relative; z-index: 30; color: var(--abb-text); background: rgba(255, 253, 250, .985); border-bottom: 1px solid #eee9e2; }
.abb-header__row { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.abb-brand { flex: 0 1 410px; text-decoration: none; }
.abb-brand img { width: 410px; height: auto; }
.abb-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.abb-menu { display: flex; align-items: center; gap: 36px; margin: 0; padding: 0; list-style: none; }
.abb-menu a { position: relative; display: block; padding: 35px 0 33px; color: #1f3042; font-size: 15px; font-weight: 600; text-decoration: none; }
.abb-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--abb-gold); transition: right .18s ease; }
.abb-menu a:hover::after, .abb-menu a:focus-visible::after, .abb-menu .current-menu-item > a::after { right: 0; }
.abb-menu-toggle { display: none; min-height: 44px; align-items: center; gap: 8px; padding: 7px 11px; color: var(--abb-navy); background: #fff; border: 1px solid var(--abb-navy); border-radius: 2px; font: 700 14px/1 var(--abb-sans); }
.abb-menu-toggle .ph { font-size: 20px; }
.abb-search-toggle { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: var(--abb-navy); background: transparent; border: 0; border-radius: 50%; font-size: 25px; cursor: pointer; }
.abb-search-toggle:hover { color: var(--abb-gold); }
.abb-search-panel { position: absolute; top: 100%; left: 0; right: 0; padding: 22px 0 25px; color: var(--abb-text); background: #fffdf9; border-top: 1px solid var(--abb-rule); box-shadow: 0 12px 24px rgba(7, 35, 65, .12); }
.abb-search-form { max-width: 720px; }
.abb-search-form label { display: block; margin-bottom: 8px; color: var(--abb-ink); font: 700 22px/1.1 var(--abb-serif); }
.abb-search-form__row { display: grid; grid-template-columns: 1fr auto; }
.abb-search-form input { min-width: 0; height: 48px; padding: 0 14px; border: 1px solid #aeb5bb; border-radius: 2px 0 0 2px; font: 400 15px var(--abb-sans); }
.abb-search-form button { min-height: 48px; padding: 0 23px; color: #fff; background: var(--abb-navy); border: 1px solid var(--abb-navy); border-radius: 0 2px 2px 0; font: 700 14px var(--abb-sans); }

.abb-hero { position: relative; height: 510px; overflow: hidden; color: #fff; background: var(--abb-navy-deep); }
.abb-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 59% center; }
.abb-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2, 27, 51, .98) 0%, rgba(2, 27, 51, .87) 29%, rgba(2, 27, 51, .42) 48%, rgba(2, 27, 51, .04) 73%); }
.abb-hero__inner { position: relative; z-index: 2; width: min(1318px, calc(100% - 122px)); height: 100%; display: flex; align-items: center; }
.abb-hero__content { width: min(610px, 49%); padding: 30px 0 34px; }
.abb-kicker { margin: 0 0 14px; color: var(--abb-gold); font-size: 14px; font-weight: 800; letter-spacing: .035em; }
.abb-kicker--caps { text-transform: uppercase; }
.abb-hero h1 { max-width: 610px; margin: 0; color: #fff; font: 600 52px/1.01 var(--abb-serif); letter-spacing: -.018em; }
.abb-hero-break { display: inline; }
.abb-gold-rule { display: block; width: 68px; height: 3px; margin: 17px 0 16px; background: var(--abb-gold); }
.abb-gold-rule--center { margin-inline: auto; }
.abb-hero__lead { max-width: 470px; margin: 0 0 24px; color: #fff; font-size: 15px; line-height: 1.52; }
.abb-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 25px; padding: 12px 24px; color: #fff; background: var(--abb-navy); border: 1px solid var(--abb-navy); border-radius: 2px; font-size: 14px; font-weight: 750; line-height: 1; text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.abb-site a.abb-button { color: #fff; }
.abb-button:hover { color: #fff; background: #0a3d70; border-color: #0a3d70; }
.abb-site a.abb-button:hover { color: #fff; }
.abb-button--outline { background: rgba(3, 37, 69, .68); border-color: rgba(255, 255, 255, .75); }
.abb-button--outline:hover { background: #fff; color: var(--abb-navy); border-color: #fff; }
.abb-site a.abb-button--outline:hover { color: var(--abb-navy); }

.abb-section { position: relative; }
.abb-section--portals { min-height: 394px; padding: 44px 0 24px; background: var(--abb-paper); }
.abb-portals { display: grid; grid-template-columns: 1.07fr .93fr 1.02fr; gap: 30px; }
.abb-portal { min-width: 0; height: 326px; overflow: hidden; display: grid; grid-template-rows: 180px 1fr; color: var(--abb-text); background: var(--abb-card); border: 1px solid var(--abb-rule); border-radius: 3px; text-decoration: none; box-shadow: 0 3px 12px rgba(34, 46, 58, .035); transition: transform .18s ease, box-shadow .18s ease; }
.abb-portal:hover { color: var(--abb-text); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(34, 46, 58, .1); }
.abb-portal > img { width: 100%; height: 100%; object-fit: cover; }
.abb-portal--vertical { grid-template: 1fr / 58% 42%; }
.abb-portal--vertical > img { grid-column: 1; grid-row: 1; }
.abb-portal--vertical .abb-portal__body { grid-column: 2; grid-row: 1; align-self: center; }
.abb-portal__body { display: flex; flex-direction: column; justify-content: center; padding: 17px 26px 19px; }
.abb-portal__title { color: var(--abb-ink); font: 600 31px/1.02 var(--abb-serif); }
.abb-portal .abb-gold-rule { width: 38px; height: 2px; margin: 10px 0 12px; }
.abb-portal__copy { max-width: 29ch; font-size: 13px; line-height: 1.5; }

.abb-section--feature { min-height: 540px; padding: 0 0 30px; background: var(--abb-paper); }
.abb-feature { position: relative; height: 510px; overflow: hidden; background: #ece7df; border: 1px solid var(--abb-rule); border-radius: 3px; }
.abb-feature__image { position: absolute; inset: 0 0 0 27%; width: 73%; height: 100%; object-fit: cover; object-position: center; }
.abb-feature__veil { position: absolute; inset: 0 auto 0 20%; width: 23%; background: linear-gradient(90deg, rgba(250, 248, 244, 1) 0%, rgba(250, 248, 244, .98) 24%, rgba(250, 248, 244, .7) 61%, rgba(250, 248, 244, 0) 100%); }
.abb-feature__copy { position: relative; z-index: 2; width: 39%; min-width: 480px; padding: 51px 38px; }
.abb-feature h2 { max-width: 380px; margin: 0; color: var(--abb-ink); font: 600 48px/.98 var(--abb-serif); letter-spacing: -.012em; }
.abb-feature p:not(.abb-kicker) { max-width: 390px; margin: 0 0 26px; font-size: 15px; line-height: 1.52; }

.abb-section--articles { min-height: 790px; padding: 12px 0 42px; background: var(--abb-paper); }
.abb-title { margin: 0; color: var(--abb-ink); font: 600 38px/1.05 var(--abb-serif); text-align: center; }
.abb-section--articles .abb-title { margin-bottom: 16px; }
.abb-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 26px; }
.abb-card { min-width: 0; height: 342px; overflow: hidden; display: grid; grid-template-rows: 182px 1fr; background: var(--abb-card); border: 1px solid var(--abb-rule); border-radius: 3px; box-shadow: none; }
.abb-card__image-link { display: block; overflow: hidden; }
.abb-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.abb-card:hover .abb-card__image { transform: scale(1.025); }
.abb-card__body { min-width: 0; padding: 13px 18px 14px; }
.abb-card__cat { margin-bottom: 5px; color: var(--abb-gold); font-size: 10px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.abb-card h3 { min-height: 47px; margin: 0 0 4px; color: var(--abb-ink); font: 600 24px/.98 var(--abb-serif); }
.abb-card h3 a { color: inherit; text-decoration: none; }
.abb-card h3 a:hover { color: var(--abb-gold); }
.abb-meta { margin: 0 0 8px; color: var(--abb-muted); font-size: 10px; line-height: 1.2; }
.abb-card__body > p:last-child { margin: 0; color: #39434d; font-size: 11px; line-height: 1.36; }
.abb-card--text-only { grid-template-rows: 1fr; }
.abb-card--text-only .abb-card__body { display: flex; flex-direction: column; justify-content: center; }
.abb-empty { grid-column: 1 / -1; padding: 30px; text-align: center; border: 1px solid var(--abb-rule); }

.abb-section--observe { min-height: 470px; padding: 11px 0 20px; background: var(--abb-paper); }
.abb-observe { min-height: 439px; display: grid; grid-template-columns: 51% 1fr; gap: 62px; align-items: center; }
.abb-observe__image { width: 100%; height: 420px; object-fit: cover; object-position: center; }
.abb-observe__copy { padding: 10px 12px 5px 0; }
.abb-observe h2 { max-width: 560px; margin: 0; color: var(--abb-ink); font: 600 39px/1.02 var(--abb-serif); }
.abb-observe__copy > .abb-gold-rule { width: 58px; margin: 12px 0 19px; }
.abb-observe-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.abb-observe-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; font-size: 13px; line-height: 1.42; }
.abb-number { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--abb-navy); clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%); font: 700 25px/1 var(--abb-serif); }
.abb-observe-list strong { display: block; margin: 0 0 2px; color: var(--abb-ink); font: 600 23px/1 var(--abb-serif); }

.abb-section--visit { min-height: 360px; padding: 8px 0 16px; background: var(--abb-paper); }
.abb-visit { position: relative; min-height: 336px; display: grid; grid-template: 104px 1fr / 57% 43%; overflow: hidden; background: var(--abb-paper); }
.abb-visit__heading { grid-column: 1 / -1; grid-row: 1; position: relative; z-index: 2; align-self: start; padding-top: 28px; pointer-events: none; }
.abb-visit__heading > .abb-gold-rule { margin-top: 11px; margin-bottom: 0; }
.abb-visit__content { grid-column: 1; grid-row: 2; padding: 0 31px 25px; }
.abb-visit .abb-title { font-size: 39px; }
.abb-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.abb-info { min-width: 0; }
.abb-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 17px; color: #fff; background: var(--abb-navy); clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%); font-size: 31px; }
.abb-info h3 { margin: 0 0 6px; color: var(--abb-ink); font: 600 22px/1 var(--abb-serif); }
.abb-info p { margin: 0; font-size: 12px; line-height: 1.45; }
.abb-visit__map { grid-column: 2; grid-row: 1 / -1; width: 100%; height: 100%; object-fit: cover; }

.abb-footer { min-height: 214px; padding: 17px 0 8px; color: #e7edf2; background: var(--abb-navy); }
.abb-footer__grid { display: grid; grid-template-columns: 1.52fr .72fr .72fr 1fr; gap: 58px; }
.abb-footer__logo { width: 315px; height: auto; margin-bottom: 7px; }
.abb-footer__brand p { max-width: 360px; margin: 0 0 10px; font-size: 10px; line-height: 1.42; }
.abb-footer h2 { margin: 2px 0 8px; color: #fff; font: 600 17px/1 var(--abb-serif); }
.abb-footer ul { margin: 0; padding: 0; list-style: none; }
.abb-footer li { margin-bottom: 2px; }
.abb-footer a { color: inherit; font-size: 10px; line-height: 1.36; text-decoration: none; }
.abb-footer a:hover { color: #e5ad58; }
.abb-socials { display: flex; gap: 12px; }
.abb-socials a { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .55); border-radius: 50%; font-size: 13px; }
.abb-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 12px; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, .18); font-size: 9px; }

.abb-content { padding: 72px 0; }
.abb-content__narrow { max-width: 780px; margin-inline: auto; }
.abb-content h1 { color: var(--abb-ink); font: 600 clamp(2.5rem, 5vw, 4.4rem)/1.04 var(--abb-serif); }
.abb-content h2, .abb-content h3 { color: var(--abb-ink); font-family: var(--abb-serif); }
.abb-pagination { margin-top: 35px; }

@media (min-width: 1161px) {
  .abb-portals { width: min(1282px, calc(100% - 120px)); margin-inline: auto; }
  .abb-section--articles > .abb-container { width: min(1320px, calc(100% - 120px)); }
  .abb-observe { width: min(1340px, calc(100% - 100px)); }
  .abb-visit { width: min(1384px, calc(100% - 56px)); }
}

@media (max-width: 700px) {
  .abb-container { width: min(100% - 54px, 1360px); }
  .abb-brand, .abb-brand img { width: 340px; flex-basis: 340px; }
  .abb-menu { gap: 22px; }
  .abb-menu a { font-size: 14px; }
  .abb-portal__body { padding-inline: 18px; }
  .abb-feature__copy { min-width: 440px; }
  .abb-card h3 { font-size: 21px; }
  .abb-observe { gap: 38px; }
}

@media (max-width: 700px) {
  .abb-menu-toggle { display: inline-flex; }
  .abb-header__actions { gap: 10px; }
  .abb-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 27px 22px; background: #fffdfa; border-top: 1px solid var(--abb-rule); box-shadow: 0 14px 28px rgba(5, 41, 78, .14); }
  .abb-nav.is-open { display: block; }
  .abb-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .abb-menu a { padding: 12px 0; border-bottom: 1px solid #ebe6df; }
  .abb-menu a::after { display: none; }
  .abb-hero__content { width: min(630px, 68%); }
  .abb-portals { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .abb-portal { height: auto; min-height: 326px; }
  .abb-portal--vertical { grid-column: 1 / -1; }
  .abb-portal__title { font-size: 25px; }
  .abb-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .abb-card { height: auto; min-height: 342px; }
  .abb-observe { gap: 28px; }
  .abb-observe-list li { grid-template-columns: 42px 1fr; gap: 10px; }
  .abb-number { width: 42px; height: 42px; }
  .abb-visit { grid-template: 104px 1fr / 62% 38%; }
  .abb-visit__heading { grid-column: 1 / -1; grid-row: 1; }
  .abb-visit__content { grid-column: 1; grid-row: 2; }
  .abb-visit__map { grid-column: 2; grid-row: 1 / -1; }
  .abb-info-grid { gap: 16px; }
  .abb-footer__grid { gap: 28px; }
}

@media (max-width: 700px) {
  .abb-container { width: min(100% - 32px, 1360px); }
  .abb-topline { min-height: 34px; font-size: 10px; text-align: center; }
  .abb-header__row { min-height: 76px; gap: 12px; }
  .abb-brand, .abb-brand img { width: min(228px, 62vw); flex-basis: auto; }
  .abb-menu-toggle { width: 44px; padding: 0; justify-content: center; }
  .abb-menu-toggle span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .abb-search-toggle { width: 40px; height: 40px; font-size: 22px; }
  .abb-search-form__row { grid-template-columns: 1fr; gap: 9px; }
  .abb-search-form input, .abb-search-form button { border-radius: 2px; }

  .abb-hero { height: 590px; }
  .abb-hero__image { object-position: 61% center; }
  .abb-hero__shade { background: linear-gradient(90deg, rgba(2, 27, 51, .96) 0%, rgba(2, 27, 51, .84) 62%, rgba(2, 27, 51, .49) 100%); }
  .abb-hero__content { width: 100%; padding: 46px 0; }
  .abb-kicker { font-size: 12px; }
  .abb-hero h1 { max-width: 355px; font-size: 40px; line-height: .99; }
  .abb-hero__lead { max-width: 330px; font-size: 14px; }
  .abb-button { min-height: 49px; }

  .abb-section--portals { padding: 27px 0 30px; }
  .abb-portals { grid-template-columns: 1fr; gap: 18px; }
  .abb-portal { height: auto; min-height: 292px; grid-template: 164px 1fr / 1fr; }
  .abb-portal--vertical { min-height: 292px; grid-template: 1fr / 52% 48%; }
  .abb-portal--vertical > img { grid-column: 1; grid-row: 1; }
  .abb-portal--vertical .abb-portal__body { grid-column: 2; grid-row: 1; align-self: center; }
  .abb-portal__body { padding: 14px 18px 17px; }
  .abb-portal__title { font-size: 29px; }
  .abb-portal .abb-gold-rule { margin-block: 7px 8px; }

  .abb-section--feature { min-height: 528px; padding-bottom: 24px; }
  .abb-feature { height: 504px; }
  .abb-feature__image { inset: 0; width: 100%; object-position: 61% center; }
  .abb-feature__veil { inset: 0; width: 100%; background: linear-gradient(180deg, rgba(250, 248, 244, .97) 0%, rgba(250, 248, 244, .89) 48%, rgba(250, 248, 244, .15) 78%); }
  .abb-feature__copy { width: 100%; min-width: 0; padding: 29px 24px; }
  .abb-feature h2 { max-width: 310px; font-size: 41px; }
  .abb-feature p:not(.abb-kicker) { max-width: 320px; font-size: 14px; }

  .abb-section--articles { padding: 6px 0 32px; }
  .abb-title, .abb-visit .abb-title { font-size: 34px; }
  .abb-post-grid { grid-template-columns: 1fr; gap: 18px; }
  .abb-card { height: auto; min-height: 350px; grid-template-rows: 180px 1fr; }
  .abb-card--text-only { min-height: 250px; grid-template-rows: 1fr; }
  .abb-card h3 { min-height: 0; font-size: 27px; }
  .abb-card__body { padding: 13px 16px 15px; }
  .abb-card__body > p:last-child { font-size: 12px; }

  .abb-section--observe { padding: 0 0 28px; }
  .abb-observe { grid-template-columns: 1fr; gap: 25px; }
  .abb-observe__image { height: auto; aspect-ratio: 1.55; }
  .abb-observe__copy { padding: 0 5px; }
  .abb-observe h2 { font-size: 37px; }
  .abb-observe-list { gap: 20px; }
  .abb-observe-list li { font-size: 13px; }

  .abb-section--visit { padding-bottom: 24px; }
  .abb-visit { grid-template: auto auto 330px / 1fr; }
  .abb-visit__heading { grid-column: 1; grid-row: 1; padding-top: 27px; }
  .abb-visit__heading > .abb-gold-rule { margin-top: 11px; }
  .abb-visit__content { grid-column: 1; grid-row: 2; padding: 12px 22px 29px; }
  .abb-info-grid { grid-template-columns: 1fr; gap: 26px; }
  .abb-info { display: grid; grid-template-columns: 58px 1fr; column-gap: 16px; }
  .abb-icon { grid-row: 1 / span 2; margin: 0; }
  .abb-info h3 { align-self: end; }
  .abb-visit__map { grid-column: 1; grid-row: 3; height: 330px; }

  .abb-footer { padding: 26px 0 16px; }
  .abb-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .abb-footer__brand { grid-column: 1 / -1; }
  .abb-footer__brand p { font-size: 11px; }
  .abb-footer h2 { font-size: 20px; }
  .abb-footer a { font-size: 11px; }
  .abb-footer__bottom { flex-direction: column; gap: 5px; font-size: 10px; }
}

@media (max-width: 390px) {
  .abb-brand { width: min(170px, 47vw); min-width: 0; flex: 1 1 auto; }
  .abb-brand img { width: 100%; }
  .abb-header__actions { gap: 4px; }
  .abb-portal--vertical .abb-portal__body { padding-inline: 13px; }
  .abb-portal--vertical .abb-portal__copy { font-size: 12px; line-height: 1.42; }
  .abb-hero h1 { font-size: 37px; }
  .abb-observe__image { height: auto; }
  .abb-footer__grid { grid-template-columns: 1fr; }
}

/*
 * La maquette 748 px conserve la composition desktop sur une largeur native.
 * Les mesures ci-dessous suivent le rapport 748 / 1440 sans agrandir le
 * document, sans zoom et sans transformation du canevas.
 */
@media (min-width: 701px) and (max-width: 1439px) {
  .home.abb-site { font-size: 1.111111vw; }
  .home.abb-site .abb-container { width: 94.444444%; }

  .home.abb-site .abb-topline { min-height: 3.194444vw; font-size: .902778vw; }
  .home.abb-site .abb-header__row { min-height: 6.666667vw; gap: 2.361111vw; }
  .home.abb-site .abb-brand { width: 28.472222vw; flex: 0 1 28.472222vw; }
  .home.abb-site .abb-brand img { width: 28.472222vw; }
  .home.abb-site .abb-header__actions { gap: 1.527778vw; }
  .home.abb-site .abb-menu-toggle { display: none; }
  .home.abb-site .abb-nav { display: block; position: static; padding: 0; background: transparent; border: 0; box-shadow: none; }
  .home.abb-site .abb-menu { flex-direction: row; align-items: center; gap: 2.5vw; }
  .home.abb-site .abb-menu a { padding: 2.430556vw 0 2.291667vw; border: 0; font-size: 1.041667vw; }
  .home.abb-site .abb-menu a::after { display: block; bottom: 1.736111vw; height: .138889vw; }
  .home.abb-site .abb-search-toggle { width: 3.055556vw; height: 3.055556vw; font-size: 1.736111vw; }
  .home.abb-site .abb-search-panel { padding: 1.527778vw 0 1.736111vw; }
  .home.abb-site .abb-search-form { max-width: 50vw; }
  .home.abb-site .abb-search-form label { margin-bottom: .555556vw; font-size: 1.527778vw; }
  .home.abb-site .abb-search-form input { height: 3.333333vw; padding: 0 .972222vw; font-size: 1.041667vw; }
  .home.abb-site .abb-search-form button { min-height: 3.333333vw; padding: 0 1.597222vw; font-size: .972222vw; }

  .home.abb-site .abb-hero { height: 35.416667vw; }
  .home.abb-site .abb-hero__inner { width: 91.527778%; }
  .home.abb-site .abb-hero__content { width: 42.361111vw; padding: 2.083333vw 0 2.361111vw; }
  .home.abb-site .abb-kicker { margin-bottom: .972222vw; font-size: .972222vw; }
  .home.abb-site .abb-hero h1 { max-width: 42.361111vw; font-size: 3.472222vw; }
  .home.abb-site .abb-hero-break { display: block; }
  .home.abb-site .abb-gold-rule { width: 4.722222vw; height: .208333vw; margin: 1.180556vw 0 1.111111vw; }
  .home.abb-site .abb-gold-rule--center { margin-left: auto; margin-right: auto; }
  .home.abb-site .abb-hero__lead { max-width: 32.638889vw; margin-bottom: 1.666667vw; font-size: 1.041667vw; }
  .home.abb-site .abb-button { min-height: 3.611111vw; gap: 1.736111vw; padding: .833333vw 1.666667vw; font-size: .972222vw; }

  .home.abb-site .abb-section--portals { min-height: 27.361111vw; padding: 3.055556vw 0 1.666667vw; }
  .home.abb-site .abb-portals { width: 89.027778%; margin-inline: auto; grid-template-columns: 1.07fr .93fr 1.02fr; gap: 2.083333vw; }
  .home.abb-site .abb-portal { height: 22.638889vw; min-height: 0; grid-template-rows: 12.5vw 1fr; border-radius: .208333vw; }
  .home.abb-site .abb-portal--vertical { grid-column: auto; grid-template: 1fr / 55% 45%; }
  .home.abb-site .abb-portal__body { padding: 1.180556vw 1.527778vw 1.319444vw; }
  .home.abb-site .abb-portal__title { font-size: 2.152778vw; }
  .home.abb-site .abb-portal .abb-gold-rule { width: 2.638889vw; height: .138889vw; margin: .694444vw 0 .833333vw; }
  .home.abb-site .abb-portal__copy { font-size: .902778vw; }

  .home.abb-site .abb-section--feature { min-height: 37.5vw; padding-bottom: 2.083333vw; }
  .home.abb-site .abb-feature { height: 35.416667vw; border-radius: .208333vw; }
  .home.abb-site .abb-feature__image { inset: 0 0 0 27%; width: 73%; }
  .home.abb-site .abb-feature__veil { inset: 0 auto 0 20%; width: 23%; background: linear-gradient(90deg, rgba(250, 248, 244, 1) 0%, rgba(250, 248, 244, .98) 24%, rgba(250, 248, 244, .7) 61%, rgba(250, 248, 244, 0) 100%); }
  .home.abb-site .abb-feature__copy { min-width: 33.333333vw; padding: 3.541667vw 2.638889vw; }
  .home.abb-site .abb-feature h2 { max-width: 26.388889vw; font-size: 3.333333vw; }
  .home.abb-site .abb-feature p:not(.abb-kicker) { max-width: 27.083333vw; margin-bottom: 1.805556vw; font-size: 1.041667vw; }

  .home.abb-site .abb-section--articles { min-height: 55.416667vw; padding: .833333vw 0 1.111111vw; }
  .home.abb-site .abb-title { font-size: 2.638889vw; }
  .home.abb-site .abb-section--articles .abb-title { margin-bottom: 1.111111vw; }
  .home.abb-site .abb-section--articles > .abb-container { width: 91.666667%; }
  .home.abb-site .abb-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.336898vw 1.805556vw; }
  .home.abb-site .abb-card { height: 26.203209vw; min-height: 0; grid-template-rows: 12.700535vw 1fr; border-radius: .208333vw; }
  .home.abb-site .abb-card__body { padding: .902778vw 1.25vw 1.111111vw; }
  .home.abb-site .abb-card__cat { margin-bottom: .347222vw; font-size: .763889vw; }
  .home.abb-site .abb-card h3 { min-height: 3.263889vw; margin-bottom: .347222vw; font-size: 1.805556vw; line-height: 1; }
  .home.abb-site .abb-meta { margin-bottom: .555556vw; font-size: .763889vw; }
  .home.abb-site .abb-card__body > p:last-child { font-size: .833333vw; line-height: 1.42; }

  .home.abb-site .abb-section--observe { min-height: 31.550802vw; padding: 0; }
  .home.abb-site .abb-observe { width: 93.055556%; min-height: 31.016043vw; grid-template-columns: 50.3% 1fr; gap: 4.305556vw; }
  .home.abb-site .abb-observe__image { height: 27.807487vw; }
  .home.abb-site .abb-observe__copy { padding: .694444vw .416667vw .347222vw 0; }
  .home.abb-site .abb-observe h2 { max-width: 38.888889vw; font-size: 2.708333vw; }
  .home.abb-site .abb-observe__copy > .abb-gold-rule { width: 4.027778vw; margin: .833333vw 0 1.319444vw; }
  .home.abb-site .abb-observe-list { gap: 1.388889vw; }
  .home.abb-site .abb-observe-list li { grid-template-columns: 3.611111vw 1fr; gap: 1.180556vw; font-size: .972222vw; line-height: 1.48; }
  .home.abb-site .abb-number { width: 3.611111vw; height: 3.611111vw; font-size: 1.875vw; }
  .home.abb-site .abb-observe-list strong { margin-bottom: .208333vw; font-size: 1.736111vw; line-height: 1.04; }

  .home.abb-site .abb-section--visit { min-height: 26.203209vw; padding: 0 0 1.336898vw; }
  .home.abb-site .abb-visit { width: 96.111111%; height: 24.866310vw; min-height: 0; grid-template: 7.620321vw minmax(0, 1fr) / 56.25% 43.75%; }
  .home.abb-site .abb-visit__heading { grid-column: 1 / -1; grid-row: 1; padding-top: 1.944444vw; }
  .home.abb-site .abb-visit__heading > .abb-gold-rule { margin-top: .763889vw; }
  .home.abb-site .abb-visit__content { grid-column: 1; grid-row: 2; padding: 0 2.152778vw 1.736111vw; }
  .home.abb-site .abb-visit .abb-title { font-size: 2.708333vw; }
  .home.abb-site .abb-info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.875vw; }
  .home.abb-site .abb-icon { width: 4.027778vw; height: 4.027778vw; margin-bottom: 1.180556vw; font-size: 2.152778vw; }
  .home.abb-site .abb-info h3 { margin-bottom: .416667vw; font-size: 1.527778vw; }
  .home.abb-site .abb-info p { font-size: .833333vw; }
  .home.abb-site .abb-visit__map { grid-column: 2; grid-row: 1 / -1; }

  .home.abb-site .abb-footer { min-height: 14.861111vw; padding: 1.180556vw 0 .555556vw; }
  .home.abb-site .abb-footer__grid { gap: 4.027778vw; }
  .home.abb-site .abb-footer__logo { width: 21.875vw; margin-bottom: .486111vw; }
  .home.abb-site .abb-footer__brand p { max-width: 25vw; margin-bottom: .694444vw; font-size: .694444vw; }
  .home.abb-site .abb-footer h2 { margin: .138889vw 0 .555556vw; font-size: 1.180556vw; }
  .home.abb-site .abb-footer li { margin-bottom: .138889vw; }
  .home.abb-site .abb-footer a { font-size: .694444vw; }
  .home.abb-site .abb-socials { gap: .833333vw; }
  .home.abb-site .abb-socials a { width: 1.666667vw; height: 1.666667vw; font-size: .902778vw; }
  .home.abb-site .abb-footer__bottom { gap: 2.083333vw; margin-top: .833333vw; padding-top: .555556vw; font-size: .625vw; }
}

/* Page Contact */
.abb-contact .abb-kicker { margin-bottom: 12px; }
.abb-contact h1 { margin: 0; }
.abb-contact__intro > .abb-gold-rule { margin: 18px 0 0; }
.abb-contact__address { margin: 36px 0 8px; padding: 27px 30px 31px; background: var(--abb-card); border: 1px solid var(--abb-rule); border-left: 3px solid var(--abb-gold); border-radius: 3px; }
.abb-contact__label { margin: 0 0 7px; color: var(--abb-gold); font-size: 12px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.abb-contact__email { margin: 0 0 19px; color: var(--abb-ink); font: 600 29px/1.12 var(--abb-serif); overflow-wrap: anywhere; }
.abb-contact__email a { color: inherit; text-decoration: none; }
.abb-contact__email a:hover, .abb-contact__email a:focus-visible { color: var(--abb-gold); text-decoration: underline; }
.abb-contact__button { gap: 12px; }
.abb-contact__button .ph { font-size: 19px; }
.abb-contact__body p, .abb-contact__body li { font-size: 15px; line-height: 1.58; }
.abb-contact__body h2 { margin: 34px 0 10px; font: 600 29px/1.06 var(--abb-serif); }
.abb-contact__body ul { margin: 0 0 18px; padding-left: 21px; }
.abb-contact__body li { margin-bottom: 9px; }
.abb-contact__body li::marker { color: var(--abb-gold); }
.abb-contact__body a { color: var(--abb-ink); text-decoration-color: var(--abb-gold); text-underline-offset: 3px; }
.abb-contact__body a:hover { color: var(--abb-gold); }

@media (max-width: 700px) {
  .abb-contact.abb-content { padding: 44px 0 54px; }
  .abb-contact__address { padding: 21px 18px 24px; }
  .abb-contact__email { font-size: 22px; }
  .abb-contact__button { width: 100%; }
  .abb-contact__body h2 { font-size: 26px; }
}

/* Index des articles, archives, article et 404 */
.abb-breadcrumb { margin: 0 0 26px; font-size: 13px; }
.abb-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; color: var(--abb-muted); }
.abb-breadcrumb li:not(:first-child)::before { content: "›"; margin-right: 6px; color: var(--abb-gold); }
.abb-breadcrumb a { color: var(--abb-ink); text-decoration: none; }
.abb-breadcrumb a:hover, .abb-breadcrumb a:focus-visible { color: var(--abb-gold); text-decoration: underline; }

.abb-listing__head { max-width: 760px; margin-bottom: 36px; }
.abb-listing__head h1 { margin: 0; }
.abb-listing__head .abb-gold-rule { margin: 16px 0 18px; }
.abb-listing__intro { margin: 0 0 10px; font-size: 15px; line-height: 1.6; }
.abb-listing__intro a { color: var(--abb-ink); text-decoration-color: var(--abb-gold); text-underline-offset: 3px; }
.abb-listing__intro a:hover { color: var(--abb-gold); }
.abb-listing__count { margin: 0; color: var(--abb-muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.abb-post-grid--listing .abb-card { height: auto; min-height: 342px; grid-template-rows: 200px 1fr; }
.abb-card__cat a { color: inherit; text-decoration: none; }
.abb-card__cat a:hover, .abb-card__cat a:focus-visible { color: var(--abb-navy); text-decoration: underline; text-underline-offset: 3px; }
.abb-post-grid--listing .abb-card__title { min-height: 0; margin: 0 0 6px; color: var(--abb-ink); font: 600 24px/1.04 var(--abb-serif); }
.abb-post-grid--listing .abb-card__title a { color: inherit; text-decoration: none; }
.abb-post-grid--listing .abb-card__title a:hover { color: var(--abb-gold); }
.abb-post-grid--listing .abb-meta { font-size: 11px; }
.abb-post-grid--listing .abb-card__body > p:last-child { font-size: 13px; line-height: 1.5; }

.abb-cat-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.abb-cat-links a { display: inline-block; padding: 5px 12px; color: var(--abb-navy); border: 1px solid var(--abb-rule); border-radius: 2px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; background: var(--abb-card); }
.abb-cat-links a:hover, .abb-cat-links a:focus-visible { color: #fff; background: var(--abb-navy); border-color: var(--abb-navy); }

.abb-article__head { max-width: 860px; margin-bottom: 26px; }
.abb-article__head h1 { max-width: 20ch; margin: 14px 0 0; }
.abb-article__head .abb-gold-rule { margin: 16px 0 14px; }
.abb-article__meta { margin: 0; color: var(--abb-muted); font-size: 13px; }
.abb-article__hero { margin: 0 0 38px; }
.abb-article__hero img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 3px; }
.abb-article__layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; }
.abb-article__layout--with-toc { grid-template-columns: 260px minmax(0, 720px); justify-content: center; align-items: start; }
.abb-article__aside { position: sticky; top: 24px; }
.abb-toc { padding: 20px 22px 22px; background: var(--abb-card); border: 1px solid var(--abb-rule); border-left: 3px solid var(--abb-gold); border-radius: 3px; }
.abb-toc__title { margin: 0 0 10px; font: 600 22px/1 var(--abb-serif); color: var(--abb-ink); }
.abb-toc ol { margin: 0; padding-left: 19px; }
.abb-toc li { margin-bottom: 7px; font-size: 13px; line-height: 1.4; }
.abb-toc li::marker { color: var(--abb-gold); font-weight: 700; }
.abb-toc a { color: var(--abb-text); text-decoration: none; }
.abb-toc a:hover, .abb-toc a:focus-visible { color: var(--abb-gold); text-decoration: underline; }
.abb-article__body { max-width: 720px; margin-inline: auto; font-size: 16px; line-height: 1.66; }
.abb-article__layout--with-toc .abb-article__body { margin-inline: 0; }
.abb-article__body h2 { margin: 42px 0 14px; padding-top: 18px; border-top: 1px solid var(--abb-rule); font: 600 30px/1.1 var(--abb-serif); scroll-margin-top: 24px; }
.abb-article__body p { margin: 0 0 18px; }
.abb-article__body a { color: var(--abb-ink); text-decoration-color: var(--abb-gold); text-underline-offset: 3px; }
.abb-article__body a:hover { color: var(--abb-gold); }
.abb-article__foot { max-width: 720px; margin: 34px auto 0; padding-top: 20px; border-top: 1px solid var(--abb-rule); }
.abb-article__foot-label { margin: 0 0 9px; color: var(--abb-muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.abb-next-readings { margin-top: 58px; }
.abb-next-readings .abb-title { margin-bottom: 6px; }
.abb-next-readings .abb-gold-rule--center { margin-bottom: 26px; }
.abb-next-readings .abb-post-grid { margin-top: 8px; }

.abb-404 h1 { margin: 12px 0 0; }
.abb-404 .abb-gold-rule { margin: 16px 0 18px; }
.abb-404 p { font-size: 15px; line-height: 1.6; }
.abb-404__links { margin: 0 0 30px; padding-left: 21px; }
.abb-404__links li { margin-bottom: 8px; font-size: 15px; }
.abb-404__links li::marker { color: var(--abb-gold); }
.abb-404__links a { color: var(--abb-ink); text-decoration-color: var(--abb-gold); text-underline-offset: 3px; }
.abb-404__links a:hover { color: var(--abb-gold); }
.abb-404__search { max-width: 560px; }

@media (max-width: 980px) {
  .abb-article__layout--with-toc { grid-template-columns: minmax(0, 1fr); justify-content: stretch; }
  .abb-article__aside { position: static; max-width: 720px; margin-inline: auto; width: 100%; }
  .abb-article__layout--with-toc .abb-article__body { margin-inline: auto; }
}

@media (max-width: 700px) {
  .abb-listing__head { margin-bottom: 26px; }
  .abb-post-grid--listing .abb-card { grid-template-rows: 180px 1fr; }
  .abb-post-grid--listing .abb-card__title { font-size: 22px; }
  .abb-article__hero { margin-bottom: 26px; }
  .abb-article__body h2 { font-size: 26px; }
}

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