/* ETHNOS R454 — correction strictement ciblée.
   Accueil découverte : centrer verticalement les deux titres du grand onglet blanc gauche.
   Aucun changement de largeur, position, forme, couleurs, typographie ou contenu. */
@media (min-width:901px){
  html.ethnosGuestDiscovery body.isEthnosHomeView .r179HomeHero .r178HomeHeroCopy{
    box-sizing:border-box !important;
    height:var(--r450-trajectory-height, auto) !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
  }
}
