h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bc-font-family-heading);
  line-height: 1.2;
  text-wrap: balance;
  color: var(--bc-foreground-heading);
  margin-block-start: var(--size-0);
  margin-block-end: 0.8em;
}

h1 {
  font-weight: var(--font-weight-semibold);
  font-size: var(--size-48);
  margin-block-end: var(--size-0);
  line-height: 1;
}
h1 strong {
  font-size: var(--size-96);
}
h1:has(strong) {
  display: flex;
  align-items: center;
  gap: var(--size-24);
}

h2 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-36);
  line-height: 1;
  text-transform: uppercase;
  margin-block-end: var(--size-0);
}

h3 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-24);
  line-height: 1;
}

h4 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-20);
  line-height: 1.2;
  color: var(--bc-foreground);
}

h5 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-18);
}

h6 {
  font-weight: var(--font-weight-semibold);
  font-size: var(--size-16);
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: var(--size-36);
  }
  h1 strong {
    font-size: var(--size-36);
  }
  h1:has(strong) {
    display: block;
  }
  h1:has(strong) br {
    display: none;
  }
  h2 {
    font-size: var(--size-28);
  }
}
p {
  margin: 0 0 0.8em;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  max-width: 80ch;
  font-size: var(--size-18);
}
p a {
  position: relative;
}

a {
  transition: var(--bc-transition-all-medium-cubic);
  text-decoration: none;
  color: var(--bc-foreground-link-default);
}

ul {
  margin: 0 0 0.8em;
  padding: 0 0 0 var(--size-14);
}
ul li {
  padding: 0;
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
  margin-block-start: var(--size-6);
}

.has-text-align-center {
  justify-content: center;
  text-align: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.has-text-align-right {
  text-align: right;
}/*# sourceMappingURL=typographie.css.map */