/* Ajustements finaux du concept premium PC, chargés après le thème principal. */
@media (min-width: 900px) {
  .learning-page .learning-catalog .learning-section-head h2 {
    max-width: 19ch !important;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .learning-page .learning-catalog .learning-section-head h2 {
    max-width: 19ch !important;
    font-size: clamp(2.45rem, 4.8vw, 3.25rem) !important;
  }
}

/* Le changement Connexion / Création de compte ne doit pas déplacer la page sur mobile. */
@media (max-width: 899px) {
  body.learning-page[data-learning-page="dashboard"] {
    overflow-anchor: none;
  }
}
