:root {
  color-scheme: light;
  --emerald-950: #05241f;
  --emerald-900: #082f28;
  --emerald-800: #0c4338;
  --emerald-650: #176755;
  --walnut: #2c1c16;
  --espresso: #160f0c;
  --ivory: #f3edde;
  --paper: #fbf7ed;
  --brass: #c49a52;
  --brass-light: #e1c07d;
  --dusk: #61738b;
  --ink: #19231f;
  --line: color-mix(in srgb, var(--brass) 55%, transparent);
  --shadow: 0 22px 70px rgb(7 24 20 / 18%);
  --max: 1180px;
  --pad: clamp(1.15rem, 4vw, 3.5rem);
  --sans: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 0 9.9%, rgb(196 154 82 / 8%) 10%, transparent 10.1% 89.9%, rgb(196 154 82 / 8%) 90%, transparent 90.1%),
    var(--ivory);
  font-family: var(--sans);
  font-size: clamp(1rem, .96rem + .18vw, 1.1rem);
  line-height: 1.72;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}

button {
  font: inherit;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.025em;
  text-wrap: balance;
}

h2 {
  margin-bottom: clamp(1.35rem, 3vw, 2.5rem);
  font-size: clamp(1.85rem, 3.6vw, 3.6rem);
  line-height: 1.08;
}

p {
  margin-bottom: 1.25em;
}

.progression {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 3px;
  background: rgb(5 36 31 / 18%);
}

.progression span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--brass), var(--brass-light));
}

.entete {
  position: sticky;
  z-index: 90;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 68px;
  padding: .75rem var(--pad);
  color: var(--ivory);
  border-bottom: 1px solid rgb(225 192 125 / 28%);
  background: rgb(5 36 31 / 92%);
  backdrop-filter: blur(16px);
}

.marque,
.pied > a {
  display: inline-flex;
}

.marque img,
.pied img {
  width: 146px;
  height: auto;
}

.navigation {
  display: flex;
  justify-content: flex-end;
  gap: clamp(.85rem, 2.3vw, 2rem);
  font-size: .75rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.navigation a,
.pied a {
  text-decoration: none;
}

.navigation a {
  padding-block: .4rem;
  color: color-mix(in srgb, var(--ivory) 82%, var(--dusk));
}

.navigation a:hover,
.navigation a:focus-visible {
  color: var(--brass-light);
}

.menu-bouton {
  display: none;
  color: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  padding: .45rem .8rem;
}

.zone-titre {
  position: relative;
  overflow: hidden;
  padding: clamp(3.2rem, 8vw, 7rem) var(--pad) 0;
  color: var(--ivory);
  background:
    linear-gradient(130deg, transparent 0 58%, rgb(97 115 139 / 23%) 58.1% 76%, transparent 76.1%),
    repeating-linear-gradient(90deg, transparent 0 6.9rem, rgb(225 192 125 / 9%) 7rem),
    var(--emerald-950);
}

.zone-titre::before,
.zone-titre::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.zone-titre::before {
  inset: 1.2rem var(--pad) auto 28%;
  height: 36px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  transform: skewX(-38deg);
}

.zone-titre::after {
  top: 9rem;
  right: 6vw;
  width: min(28vw, 350px);
  aspect-ratio: 2.4;
  border: 1px solid rgb(225 192 125 / 22%);
  border-left-width: 10px;
}

.repere {
  position: absolute;
  top: clamp(4rem, 9vw, 7.4rem);
  left: var(--pad);
  font-size: .72rem;
  letter-spacing: .18em;
  color: var(--brass-light);
  writing-mode: vertical-rl;
}

.zone-titre h1 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.4rem);
  font-size: clamp(2.35rem, 4.3vw, 4rem);
  line-height: 1.06;
}

.terrasses-image {
  position: relative;
  width: min(1120px, 92vw);
  height: clamp(300px, 53vw, 650px);
  margin-inline: auto;
}

.terrasses-image::before {
  position: absolute;
  z-index: 2;
  content: "";
  inset: 8% 4% 1%;
  border: 1px solid var(--brass);
  border-width: 1px 0 0 1px;
  clip-path: polygon(0 0, 78% 0, 78% 17%, 88% 17%, 88% 36%, 100% 36%, 100% 100%, 0 100%);
  pointer-events: none;
}

.terrasses-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(0 0, 78% 0, 78% 8%, 88% 8%, 88% 17%, 96% 17%, 96% 34%, 100% 34%, 100% 100%, 18% 100%, 18% 92%, 9% 92%, 9% 81%, 0 81%);
  filter: saturate(.9) contrast(1.04);
}

.section-foncee {
  color: var(--ivory);
  background-color: var(--emerald-950);
}

.plan-vue {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(300px, 1.25fr);
  grid-template-areas:
    "titre texte1"
    "titre texte2";
  gap: 0 clamp(2rem, 7vw, 7rem);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) var(--pad);
  background:
    linear-gradient(90deg, transparent 43%, rgb(225 192 125 / 20%) 43% calc(43% + 1px), transparent calc(43% + 1px)),
    var(--emerald-950);
}

.plan-vue::before {
  position: absolute;
  content: "";
  inset: 6rem 1rem 3rem 8%;
  border: solid rgb(225 192 125 / 14%);
  border-width: 1px 1px 0 0;
  pointer-events: none;
}

.plan-titre {
  grid-area: titre;
  align-self: start;
  padding: 0 0 3rem;
}

.plan-titre h2 {
  margin-bottom: 0;
}

.plan-texte {
  position: relative;
  max-width: 720px;
  padding-left: clamp(1rem, 3vw, 2.5rem);
}

.plan-texte::before {
  position: absolute;
  content: "";
  left: 0;
  top: .6rem;
  width: 8px;
  height: 8px;
  border: 1px solid var(--brass);
}

.plan-texte-haut {
  grid-area: texte1;
  padding-bottom: 2rem;
}

.plan-texte-bas {
  grid-area: texte2;
  margin-left: clamp(0px, 4vw, 70px);
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.tour-document {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(300px, 1.28fr);
  max-width: var(--max);
  margin: clamp(4rem, 9vw, 8rem) auto;
  padding-inline: var(--pad);
}

.tour-entete {
  position: sticky;
  top: 7rem;
  align-self: start;
  min-height: 330px;
  padding: 2rem;
  color: var(--ivory);
  background:
    linear-gradient(135deg, transparent 0 72%, rgb(97 115 139 / 32%) 72%),
    var(--walnut);
  box-shadow: -14px 14px 0 var(--brass);
}

.tour-entete h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 3.25rem);
}

.tour-pages {
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid var(--line);
  border-left: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 39px, rgb(23 103 85 / 8%) 39px 40px),
    var(--paper);
}

.tour-pages p {
  margin-bottom: 2rem;
}

.corridor {
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) max(var(--pad), calc((100vw - var(--max)) / 2));
  background: var(--dusk);
  color: var(--paper);
}

.corridor-titre {
  max-width: 980px;
  margin-bottom: 3rem;
}

.corridor-titre h2 {
  margin: 0;
}

.corridor-rail {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(380px, 1.4fr) minmax(250px, .8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  width: min(1460px, 118vw);
}

.corridor-rail > p {
  padding: 1.5rem;
  border-top: 1px solid var(--brass-light);
  border-bottom: 1px solid rgb(243 237 222 / 28%);
}

.corridor-visuel {
  position: relative;
  padding: 12px;
  border: 1px solid var(--brass-light);
  box-shadow: var(--shadow);
}

.corridor-visuel::before,
.corridor-visuel::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 20vw;
  height: 1px;
  background: var(--brass-light);
}

.corridor-visuel::before {
  right: 100%;
}

.corridor-visuel::after {
  left: 100%;
}

.corridor-visuel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mobile-aperture {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) max(var(--pad), calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 78% 50%, transparent 0 21%, rgb(196 154 82 / 22%) 21.2% 21.5%, transparent 21.7% 28%, rgb(196 154 82 / 12%) 28.2% 28.4%, transparent 28.6%),
    var(--emerald-950);
}

.mobile-copie {
  position: relative;
  z-index: 2;
}

.mobile-copie h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.roulette-cadre {
  position: relative;
  z-index: 1;
  margin: 0;
  justify-self: center;
}

.roulette-cadre::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: -12%;
  border: clamp(12px, 2vw, 26px) double var(--brass);
  border-radius: 50%;
  background: var(--walnut);
  box-shadow: 0 0 0 1px var(--brass-light), var(--shadow);
}

.roulette-cadre img {
  width: min(490px, 42vw);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

figcaption {
  margin-top: 1rem;
  font-size: .78rem;
  line-height: 1.5;
  letter-spacing: .06em;
}

.roulette-cadre figcaption {
  max-width: 380px;
  margin-inline: auto;
  color: color-mix(in srgb, var(--ivory) 78%, var(--dusk));
  text-align: center;
}

.voies-service {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  max-width: var(--max);
  margin: clamp(4rem, 9vw, 8rem) auto;
  padding-inline: var(--pad);
}

.voie {
  position: relative;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-top: 1px solid var(--brass);
  border-bottom: 1px solid var(--brass);
}

.voie::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 85%;
  background: linear-gradient(var(--brass), transparent);
}

.voie h2 {
  font-size: clamp(1.9rem, 3.3vw, 3.2rem);
}

.voie-paiement {
  padding-left: 0;
}

.voie-support {
  margin-top: clamp(4rem, 9vw, 8rem);
  padding-right: 0;
  border-left: 1px solid var(--line);
}

.feuille-ivoire {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) max(var(--pad), 8vw);
  border: solid var(--emerald-800);
  border-width: 12px 0;
  background:
    linear-gradient(90deg, rgb(23 103 85 / 10%) 1px, transparent 1px) 0 0 / 8.333% 100%,
    var(--paper);
  box-shadow: var(--shadow);
}

.feuille-ivoire h2 {
  max-width: 740px;
}

.feuille-colonnes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 7vw, 7rem);
}

.feuille-colonnes p:first-child {
  padding-top: 2rem;
  border-top: 5px solid var(--brass);
}

.feuille-colonnes p:last-child {
  padding: 2rem;
  border: 1px solid var(--emerald-650);
  background: rgb(243 237 222 / 84%);
}

.planning {
  max-width: var(--max);
  margin: clamp(5rem, 10vw, 9rem) auto;
  padding-inline: var(--pad);
}

.planning-entete {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) 1.2fr;
  grid-template-areas:
    "titre intro";
  gap: 0 clamp(2rem, 6vw, 6rem);
  align-items: end;
}

.planning-entete h2 {
  grid-area: titre;
}

.planning-entete p {
  grid-area: intro;
  padding-left: 1.5rem;
  border-left: 1px solid var(--brass);
}

.table-cadre {
  overflow-x: auto;
  margin: 2rem 0;
  border: 1px solid var(--emerald-800);
  background: var(--paper);
}

table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  text-align: left;
}

th,
td {
  padding: 1rem clamp(1rem, 3vw, 2rem);
  border-right: 1px solid rgb(12 67 56 / 25%);
  border-bottom: 1px solid rgb(12 67 56 / 25%);
}

th {
  color: var(--ivory);
  background: var(--emerald-800);
  font-size: .78rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

tbody tr:nth-child(even) {
  background: rgb(196 154 82 / 9%);
}

.promotions {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(380px, 1.15fr);
  grid-template-areas:
    "texte figure"
    "note figure";
  gap: clamp(2rem, 5vw, 5rem);
  max-width: var(--max);
  margin: 0 auto clamp(5rem, 10vw, 9rem);
  padding-inline: var(--pad);
}

.promotions-texte {
  grid-area: texte;
  align-self: end;
}

.promotions-texte h2 {
  font-size: clamp(2rem, 3.7vw, 3.5rem);
}

.terrasse-promo {
  grid-area: figure;
  margin: 0;
  padding: 1rem 1rem 5rem;
  background: var(--walnut);
  color: var(--ivory);
  clip-path: polygon(0 7%, 83% 7%, 83% 0, 100% 0, 100% 100%, 18% 100%, 18% 94%, 0 94%);
}

.terrasse-promo img {
  width: 100%;
  height: clamp(400px, 56vw, 690px);
  object-fit: cover;
}

.terrasse-promo figcaption {
  max-width: 420px;
  margin: 1.25rem auto 0;
}

.promotions-note {
  grid-area: note;
  padding: 2rem 0 0 2rem;
  border-top: 1px solid var(--brass);
  border-left: 1px solid var(--brass);
}

.notes-diagonales {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 9rem) max(var(--pad), calc((100vw - var(--max)) / 2));
}

.notes-diagonales::before {
  position: absolute;
  content: "";
  inset: -35% 44% -35% 18%;
  border-inline: 1px solid rgb(225 192 125 / 25%);
  background: rgb(97 115 139 / 10%);
  transform: rotate(19deg);
}

.notes-diagonales > * {
  position: relative;
  z-index: 1;
}

.notes-diagonales h2 {
  max-width: 650px;
}

.notes-plan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 7vw, 7rem);
}

.notes-plan p {
  padding: 2rem;
  border: 1px solid rgb(225 192 125 / 38%);
  background: rgb(5 36 31 / 68%);
}

.notes-plan p:last-child {
  margin-top: 5rem;
}

.comparaison-vide {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
  padding: 4rem var(--pad);
  color: var(--ivory);
  background:
    linear-gradient(155deg, var(--walnut) 0 49.8%, var(--brass) 50% 50.3%, var(--dusk) 50.5% 100%);
}

.comparaison-vide h2 {
  z-index: 1;
  max-width: 760px;
  margin: 0;
  padding: 1.25rem 2rem;
  border: 1px solid rgb(243 237 222 / 38%);
  background: rgb(22 15 12 / 74%);
  font-size: clamp(1.8rem, 3.8vw, 3.5rem);
  text-align: center;
}

.faq {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) var(--pad);
}

.faq > h2 {
  max-width: 780px;
}

.faq-liste {
  border-top: 1px solid var(--emerald-800);
}

.faq-pli {
  border-bottom: 1px solid var(--emerald-800);
}

.faq-pli h3 {
  margin: 0;
}

.faq-pli button {
  position: relative;
  width: 100%;
  padding: 1.5rem 4rem 1.5rem 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.faq-pli button::after {
  position: absolute;
  content: "+";
  top: 1.3rem;
  right: .5rem;
  color: var(--emerald-650);
  font-family: var(--sans);
  font-size: 1.8rem;
  font-weight: 300;
}

.faq-pli button[aria-expanded="true"]::after {
  content: "−";
}

.faq-pli button:focus-visible,
.menu-bouton:focus-visible,
.cookies button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--brass-light);
  outline-offset: 3px;
}

.faq-reponse {
  max-width: 780px;
  padding: 0 3rem 1.5rem 0;
}

.pied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem var(--pad);
  color: var(--ivory);
  border-top: 1px solid var(--line);
  background: var(--espresso);
}

.pied nav {
  display: flex;
  gap: 1.5rem;
  max-width: 760px;
  font-size: .72rem;
  letter-spacing: .04em;
}

.pied nav a:hover {
  color: var(--brass-light);
}

.cookies {
  position: fixed;
  z-index: 95;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .65rem .7rem .65rem 1rem;
  color: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(22 15 12 / 94%);
  box-shadow: 0 10px 35px rgb(0 0 0 / 22%);
  font-size: .78rem;
}

.cookies button {
  padding: .35rem .7rem;
  color: var(--espresso);
  border: 0;
  border-radius: 999px;
  background: var(--brass-light);
  cursor: pointer;
}

.cookies[hidden] {
  display: none;
}

@media (max-width: 1100px) {
  .entete {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-bouton {
    display: inline-flex;
  }

  .navigation {
    position: absolute;
    top: 100%;
    right: var(--pad);
    display: none;
    width: min(300px, calc(100vw - 2 * var(--pad)));
    padding: 1rem;
    border: 1px solid var(--line);
    background: var(--emerald-950);
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: .2rem;
  }

  .navigation.ouvert {
    display: flex;
  }
}

@media (max-width: 900px) {
  .plan-vue,
  .tour-document,
  .mobile-aperture,
  .voies-service,
  .promotions {
    grid-template-columns: 1fr;
  }

  .plan-vue {
    grid-template-areas:
      "titre"
      "texte1"
      "texte2";
    background: var(--emerald-950);
  }

  .plan-texte-bas {
    margin-left: 0;
  }

  .tour-entete {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .tour-pages {
    border-left: 1px solid var(--line);
  }

  .corridor-rail {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .corridor-visuel {
    grid-row: 1;
  }

  .roulette-cadre img {
    width: min(560px, 76vw);
  }

  .voie-support {
    margin-top: 0;
  }

  .promotions {
    grid-template-areas:
      "texte"
      "figure"
      "note";
  }
}

@media (max-width: 650px) {
  body {
    line-height: 1.62;
  }

  h2 {
    font-size: clamp(1.75rem, 9vw, 2.6rem);
  }

  .zone-titre h1 {
    font-size: clamp(2.1rem, 10vw, 3.3rem);
  }

  .terrasses-image {
    width: 100%;
    height: 66vw;
  }

  .corridor-titre,
  .feuille-colonnes,
  .planning-entete,
  .notes-plan {
    display: block;
  }

  .planning-entete p {
    padding-left: 0;
    border-left: 0;
  }

  .roulette-cadre::before {
    inset: -8%;
  }

  .roulette-cadre img {
    width: 80vw;
  }

  .voie {
    padding-inline: 0;
  }

  .voie::after {
    display: none;
  }

  .voie-support {
    border-left: 0;
  }

  .terrasse-promo {
    padding: .65rem .65rem 3.7rem;
  }

  .terrasse-promo img {
    height: 72vw;
  }

  .notes-plan p:last-child {
    margin-top: 1rem;
  }

  .pied {
    align-items: flex-start;
    flex-direction: column;
  }

  .pied nav {
    flex-direction: column;
    gap: .75rem;
  }
}

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

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

/* Pages juridiques */
.legal-coque {
  min-height: 70vh;
  padding: clamp(3.5rem, 8vw, 7rem) var(--pad);
}

.legal-entete {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 5rem);
  color: var(--ivory);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, transparent 0 72%, rgb(97 115 139 / 30%) 72%),
    var(--emerald-950);
  box-shadow: -12px 12px 0 var(--brass);
}

.legal-surtitre {
  margin-bottom: 1rem;
  color: var(--brass-light);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.legal-entete h1 {
  max-width: 880px;
  margin: 0 0 1.25rem;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.legal-entete > p:last-child {
  max-width: 720px;
  margin-bottom: 0;
}

.legal-feuille {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin: clamp(2.5rem, 6vw, 5rem) auto 0;
  border: 1px solid var(--emerald-800);
  background: var(--emerald-800);
  box-shadow: var(--shadow);
}

.legal-feuille section {
  padding: clamp(1.8rem, 4vw, 3.5rem);
  background: var(--paper);
}

.legal-feuille section:nth-child(4n + 2),
.legal-feuille section:nth-child(4n + 3) {
  background: #eee5d2;
}

.legal-feuille h2 {
  margin-bottom: 1rem;
  color: var(--emerald-900);
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
}

.legal-feuille p {
  max-width: 74ch;
  margin-bottom: 0;
}

.legal-navigation {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 1.5rem;
  background: var(--walnut);
}

.legal-navigation a {
  padding: .65rem 1rem;
  color: var(--ivory);
  border: 1px solid var(--brass);
  text-decoration: none;
}

.legal-navigation a:hover,
.legal-navigation a:focus-visible {
  color: var(--brass-light);
}

@media (max-width: 760px) {
  .legal-coque {
    padding-inline: .85rem;
  }

  .legal-entete {
    padding: 2rem 1.4rem;
    box-shadow: -7px 7px 0 var(--brass);
  }

  .legal-feuille {
    grid-template-columns: 1fr;
  }

  .legal-feuille section:nth-child(odd) {
    background: var(--paper);
  }

  .legal-feuille section:nth-child(even) {
    background: #eee5d2;
  }

  .legal-navigation {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .legal-navigation a {
    text-align: center;
  }
}
