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

h1 {
  font-weight: var(--font-weight-semibold);
  font-size: var(--bc-fluid-28-60);
  color: var(--bc-foreground-dark);
  margin-block-end: var(--size-0);
}

h2 {
  font-weight: var(--font-weight-regular);
  font-size: var(--size-48);
  line-height: 1.2;
  text-transform: uppercase;
  margin-block-end: var(--size-0);
  color: var(--bc-color-bleu);
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: var(--size-32);
  }
}

h3 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-24);
  line-height: 1.5;
  color: var(--bc-color-bleu);
}

h4 {
  font-weight: var(--font-weight-bold);
  font-size: var(--size-20);
  line-height: 1.5;
}

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

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

p {
  margin: 0 0 0.8em;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
p a:active {
  text-decoration-thickness: 4px;
}

a {
  transition: var(--bc-transition-all-medium-cubic);
  text-decoration: none;
  color: var(--bc-foreground-link-default);
}
a:hover, a:active {
  color: var(--bc-foreground-link-hover);
}
a:focus-visible {
  color: var(--bc-foreground-link-focus);
  outline-color: currentColor;
  background-color: var(--bc-background-link-focus);
}

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 */