/*
 * Page /cookies/documentation : contenu centre sur le gabarit des
 * mentions legales (le hero vient du markup partage header-container).
 */
.path-cookies .cookies-docs-content {
  width: 75%;
  max-width: 1100px;
  margin: 3rem auto 4rem;
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #3B2D4C;
}

.cookies-docs-intro {
  text-align: center;
  margin-bottom: 3rem;
}

/* Titres de groupes : meme style que les sections des mentions legales */
.cookies-docs-content h2 {
  font-family: 'Montpellier';
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #3B2D4C;
  text-align: center;
  margin: 3rem 0 1.5rem;
}

.cookies-docs-content h3 {
  font-family: 'Montpellier';
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #4B4881;
  margin: 2rem 0 0.75rem;
}

.cookies-docs-content h4 {
  font-family: 'Montpellier';
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #4B4881;
  margin: 1.25rem 0 0.25rem;
}

.cookies-docs-content a {
  color: var(--pes-light-blue);
}

@media screen and (max-width: 992px) {
  .path-cookies .cookies-docs-content {
    width: 92%;
  }
}
