/* V28.1 — respiration des rubriques de la page d'accueil. */
@media screen {
  html body.home-page main > .section {
    /* L'espace avant chaque ligne de séparation passe de 48 px à 144 px. */
    margin-top: 144px !important;
  }

  /* Un grand titre de rubrique et son premier contenu forment un seul ensemble. */
  html body.home-page main > .content-group + .section {
    margin-top: 0 !important;
    padding-top: 16px !important;
  }

  html body.home-page main > .content-group + .section::before,
  html body.home-page #rubrique-qualification-title + #qualification::before {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  html body.home-page main > .section {
    /* L'espace mobile passe de 36 px à 108 px. */
    margin-top: 108px !important;
  }

  html body.home-page main > .content-group + .section {
    margin-top: 0 !important;
  }
}
