/* Remonter et centrer le titre */
section > header.main {
  margin-top: 0.2 !important;
  padding-top: 0 !important;
  text-align: center; /* centre tout le contenu du header */
}

section > header.main h1.titre {
  font-size: 1.1rem;      /* taille du texte */
  line-height: 1;
  margin-top: 0.3 !important;
  margin-bottom: 0.7rem;
}

section > header.main h1.titre + * {
  margin-top: 3rem;
}

