/* ============================================================
   rs1/mnt-hero — mise en page propre
   Gabarit commun des bandeaux de tête des pages solution
   (.mp-gnvh, .mp-mnth, .mp-hv2 — mêmes règles, préfixes distincts).
   Le fond, le voile, le titre, le texte et les boutons viennent de
   .mp-bandeau et .mp-btn (assets/css/mp-tokens.css).
   Pas de réglage de taille : hauteur « moyenne » du gabarit.
   ============================================================ */

/* Contenu calé en bas, comme une couverture (cf. .mp-hero--plein) */
.mp-mnth{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: min(72vh, 46rem);
}
.mp-mnth__in{ width: 100% }

/* Éditeur : bandeau compact */
.mp-mnth.editor-block{ min-height: 0 }

@media (max-width: 960px){
  .mp-mnth{ min-height: min(62vh, 40rem) }
}

@media (max-width: 600px){
  .mp-mnth{ min-height: 0 }
}
