/* ----------------------------------------
 * Hydrodiv custom overrides — hydrodiv.com
 * Created 2026-05-22 : rééquilibrer la taille du logo entre hydrodiv.com
 * et hydrodiv.work + réduction générale.
 *
 * Le logo source hydrodiv-logo-1591781120.jpg est 800x189 (HYDRODIV +
 * baseline "Solutions pour l'assainissement"). Le mot HYDRODIV occupe
 * 50.26% de la hauteur totale.
 * Cible : HYDRODIV à ~24 px → image height = 24 / 0.5026 ≈ 48 px.
 * ---------------------------------------- */

#header-logo img,
#_desktop_logo img,
#_mobile_logo img,
.header-top .logo,
.header-top a#header-logo img,
img.logo {
  max-height: 48px !important;
  height: 48px !important;
  width: auto !important;
}

@media (max-width: 720px) {
  #header-logo img,
  #_desktop_logo img,
  #_mobile_logo img,
  .header-top a#header-logo img,
  img.logo {
    max-height: 40px !important;
    height: 40px !important;
  }
}
