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

h1 {
  font-size: var(--ms-fluid-32-72);
}

h2 {
  font-weight: var(--font-weight-medium);
  font-size: var(--ms-fluid-28-60);
  line-height: 1.2;
  margin-block-end: var(--size-40);
}
h2 strong {
  font-weight: var(--font-weight-semibold);
}

h3 {
  font-weight: var(--font-weight-semibold);
  font-size: var(--ms-fluid-24-40);
  line-height: 1.2;
}

h4 {
  font-weight: var(--font-weight-bold);
  font-size: var(--ms-fluid-20-32);
  line-height: 1.3;
}

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

h6 {
  font-weight: var(--font-weight-semibold);
  font-size: var(--ms-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(--ms-transition-all-medium-cubic);
  text-decoration: none;
  color: var(--ms-foreground-link-default);
}
a:hover, a:active {
  color: var(--ms-foreground-link-hover);
}
a:focus-visible {
  color: var(--ms-foreground-link-focus);
  outline-color: currentColor;
  background-color: var(--ms-background-link-focus);
}

ol,
ul {
  margin: 0 0 0.8em;
  padding: 0 0 0 var(--size-14);
}
ol li,
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;
}

@media screen and (max-width: 720px) {
  h1 {
    font-size: var(--size-32);
  }
  h2 {
    font-size: var(--size-28);
  }
  h3 {
    font-size: var(--size-24);
  }
  h4 {
    font-size: var(--size-20);
  }
  h5 {
    font-size: var(--size-18);
  }
  h6 {
    font-size: var(--size-16);
  }
  .block-pages .wrapper-pages .wrap-page .page-title {
    font-size: var(--size-26) !important;
  }
}

/*# sourceMappingURL=typographie.css.map */
