/* ETHNOS R797 — cartouche Salon officiel : respiration haute/basse équilibrée.
   R796 déplaçait les trois lignes ensemble vers le bas. R797 répartit l'espace
   dans la hauteur existante : surtitre légèrement descendu, titre inchangé,
   pays légèrement remonté. Largeur et hauteur du cartouche inchangées. */
html body.ethnosSalonR573Active .ethnosSalonR573ContextHead.ethnosSalonR573OfficialContextHead > .ethnosSalonR573Eyebrow{
  transform:translateY(3px) !important;
}
html body.ethnosSalonR573Active .ethnosSalonR573ContextHead.ethnosSalonR573OfficialContextHead > h2{
  transform:none !important;
}
html body.ethnosSalonR573Active .ethnosSalonR573ContextHead.ethnosSalonR573OfficialContextHead > p{
  transform:translateY(-3px) !important;
}
