/**
 * Mentions légales + Politique de confidentialité (.ac-legal)
 *
 * Per-page hero: --ac-legal-hero on .ac-legal
 */

.ac-legal {
  --ac-legal-muted: #727272;
  --ac-legal-max: 760px;
  --ac-legal-gap: clamp(1.5rem, 3.5vw, 2.5rem);
  --ac-legal-hero-fallback: #e6e6e6;
  color: var(--ac-legal-muted);
}

.ac-legal :where(h1, h2, h3, p) {
  margin: 0;
}

.ac-legal a:not(.btn) {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.entry-content .ac-legal a.btn {
  text-decoration: none;
}

.ac-legal__hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 32vw, 400px);
  padding: clamp(2rem, 5vw, 3.5rem) 1.25rem;
  text-align: center;
  background-color: var(--ac-legal-hero-fallback);
  background-image: var(--ac-legal-hero);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.entry-content .ac-legal__hero-title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-weight: 200;
  line-height: 1.15;
  color: #fff;
}

.ac-legal__body {
  width: min(100%, var(--ac-legal-max));
  margin: 0 auto;
  padding: var(--ac-legal-gap) 1.25rem clamp(2.5rem, 5vw, 4rem);
}

.ac-legal__prose {
  font-family: "Roboto", sans-serif;
  font-size: 1.05rem;
  font-weight: 200;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: var(--ac-legal-muted);
}

.ac-legal__prose p + p {
  margin-top: 0.95em;
}

.ac-legal__prose b,
.ac-legal__prose strong {
  font-weight: 700;
  color: var(--ac-legal-muted);
}

.ac-legal__prose :where(ul, ol) {
  margin: 0.85em 0 0;
  padding-left: 1.25rem;
}

.ac-legal__prose li + li {
  margin-top: 0.35em;
}

/* Mentions key/value feel */
.ac-legal--mentions .ac-legal__prose p {
  margin-top: 0.65em;
}

.ac-legal--mentions .ac-legal__prose p:first-child {
  margin-top: 0;
}

.ac-legal__band {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 32vw, 400px);
  margin-top: clamp(1rem, 3vw, 2rem);
  padding: 2.5rem 1.25rem;
  text-align: center;
  background-image: url("../../uploads/2023/09/119737319_2844237885860416_8102526639712277976_n-e1695396991100.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.entry-content .ac-legal__band-title {
  max-width: 18em;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.75rem);
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 1.25;
  color: #fff;
}
