/* Identite lot01 Foot Anglais. Palette DA. Logo non redessine. */
html body {
  --dn-id-ink: #151515;
  --dn-id-paper: #ffffff;
  --dn-id-accent: #940000;
  --dn-id-display: Georgia, "Times New Roman", ui-serif, serif;
  --dn-id-body: Inter, ui-sans-serif, system-ui, sans-serif;
}

html body .dn-id-foot,
html body .dn-id-page {
  color: var(--dn-id-ink);
  background: var(--dn-id-paper);
  font-family: var(--dn-id-body);
}

html body .dn-id-foot--footanglais {
  border-top: 3px solid var(--dn-id-accent);
  padding: 28px 0 18px;
}

html body .dn-id-foot__band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
  justify-content: space-between;
}

html body .dn-id-foot__band--2 {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--dn-id-ink) 16%, transparent);
}

html body .dn-id-brand img {
  display: block;
  width: auto;
  height: auto;
  max-height: 48px;
  min-width: 180px;
  max-width: min(280px, 70vw);
}

html body .dn-id-foot__sections,
html body .dn-id-foot__house,
html body .dn-id-foot__base nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

html body .dn-id-foot a {
  color: var(--dn-id-ink);
  text-decoration: none;
  font: 600 0.92rem/1.3 var(--dn-id-body);
}

html body .dn-id-foot a:hover,
html body .dn-id-foot a:focus-visible {
  text-decoration: underline;
}

html body .dn-id-foot__ads {
  margin: 0;
  max-width: 36rem;
  font: 400 0.92rem/1.4 var(--dn-id-body);
}

html body .dn-id-foot__ads strong {
  display: block;
  font-family: var(--dn-id-display);
  color: var(--dn-id-ink);
}

html body .dn-id-foot__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  margin-top: 18px;
  font: 400 0.8rem/1.4 var(--dn-id-body);
}

html body .dn-id-kicker {
  margin: 0 0 8px;
  font: 700 0.75rem/1.2 var(--dn-id-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dn-id-ink);
}

html body .dn-id-page__head h1 {
  margin: 0 0 18px;
  font: 700 2rem/1.15 var(--dn-id-display);
}

html body .dn-id-page__body h3 {
  font-family: var(--dn-id-display);
}

html body .dn-id-cartouche {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  padding: 0.35em 0.55em;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, #151515 12%, transparent);
}
html body .dn-id-cartouche img {
  background: transparent;
}

@media (max-width: 720px) {
  html body .dn-id-brand img {
    min-width: 160px;
    max-width: 72vw;
  }
  html body .dn-id-foot__band {
    justify-content: flex-start;
  }
}
