.chapeau.fond-sombre.chapeau-page-statique {
  padding: 32px var(--gouttiere);
}
.chapeau.fond-sombre.chapeau-page-statique .contenu-section h1 {
  margin: 0 0 8px;
}
.chapeau.fond-sombre.chapeau-page-statique .contenu-section p {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 16px;
}
.chapeau.fond-sombre.chapeau-page-statique .contenu-section a {
  color: white;
  text-decoration: underline;
  display: inline;
}
.chapeau.fond-sombre.chapeau-page-statique .contenu-section a:hover {
  text-decoration-thickness: 2px;
}
.chapeau.fond-sombre.chapeau-page-statique .contenu-section .fil-ariane {
  margin-bottom: 24px;
  margin-top: -8px;
}

.contenu-page-statique {
  padding: 24px var(--gouttiere);
}
@media (min-width: 992px) {
  .contenu-page-statique .contenu-section {
    --largeur-max-contenu: 996px;
  }
}
.contenu-page-statique .contenu-section p:first-of-type {
  margin-top: 0;
}
.contenu-page-statique .contenu-section a {
  display: inline-flex;
  color: #000091;
  border: none;
  text-decoration: underline;
  -webkit-text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  word-break: normal;
  overflow-wrap: anywhere;
}
.contenu-page-statique .contenu-section a:hover {
  text-decoration-thickness: 2px;
}
.contenu-page-statique .contenu-section a[target=_blank]::after {
  display: none;
}
.contenu-page-statique .contenu-section h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin: 32px 0 16px;
}
.contenu-page-statique .contenu-section h2:first-of-type {
  margin-top: 0;
}
.contenu-page-statique .contenu-section h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 8px;
}
.contenu-page-statique .contenu-section h4 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  .contenu-page-statique .contenu-section table {
    border-collapse: collapse;
  }
}
.contenu-page-statique .contenu-section table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 576px) {
  .contenu-page-statique .contenu-section table thead {
    width: unset;
    height: unset;
    clip: unset;
    position: unset;
    background-color: #f6f6f6;
    overflow: unset;
  }
}
.contenu-page-statique .contenu-section table tr {
  display: block;
  border: 1px solid #929292;
  border-bottom: none;
  margin-bottom: 16px;
  position: relative;
}
@media (min-width: 576px) {
  .contenu-page-statique .contenu-section table tr {
    display: table-row;
    border: 1px solid #929292;
  }
}
.contenu-page-statique .contenu-section table tr:after {
  content: "";
  position: absolute;
  background-color: #3a3a3a;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
}
@media (min-width: 576px) {
  .contenu-page-statique .contenu-section table tr:after {
    display: none;
  }
}
.contenu-page-statique .contenu-section table td {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px 16px;
  column-gap: 32px;
  border-bottom: 1px solid #929292;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .contenu-page-statique .contenu-section table td {
    display: table-cell;
  }
}
.contenu-page-statique .contenu-section table td:before {
  content: attr(data-label);
  font-weight: bold;
  align-self: center;
}
@media (min-width: 576px) {
  .contenu-page-statique .contenu-section table td:before {
    display: none;
  }
}
@media (min-width: 576px) {
  .contenu-page-statique .contenu-section table td,
  .contenu-page-statique .contenu-section table th {
    border: 1px solid #929292;
    padding: 12px 24px;
    text-align: left;
  }
}
.contenu-page-statique .contenu-section img.encart-homologation {
  width: 100%;
}
.contenu-page-statique .contenu-section img.encart-homologation.encart-tablette, .contenu-page-statique .contenu-section img.encart-homologation.encart-desktop {
  display: none;
}
@media (min-width: 576px) {
  .contenu-page-statique .contenu-section img.encart-homologation.encart-tablette {
    display: block;
  }
  .contenu-page-statique .contenu-section img.encart-homologation.encart-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .contenu-page-statique .contenu-section img.encart-homologation.encart-desktop {
    display: block;
  }
  .contenu-page-statique .contenu-section img.encart-homologation.encart-tablette, .contenu-page-statique .contenu-section img.encart-homologation.encart-mobile {
    display: none;
  }
}
.contenu-page-statique .contenu-vide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin: 72px auto 97px;
  max-width: 588px;
}
.contenu-page-statique .contenu-vide h2,
.contenu-page-statique .contenu-vide h4 {
  text-align: center;
  margin: 0;
}

/*# sourceMappingURL=page-statique.css.map */