/* Affichage optimisé du logo HadoTech fourni le 9 août 2026. */
.logo-wrap {
  width: 220px !important;
  min-width: 220px !important;
  height: 82px !important;
  padding: 0 8px !important;
  overflow: hidden !important;
}

.static-brand-logo {
  width: 204px !important;
  height: 78px !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #fff !important;
}

@media (max-width: 680px) {
  .logo-wrap {
    width: 178px !important;
    min-width: 178px !important;
    height: 70px !important;
    padding: 0 6px !important;
  }

  .static-brand-logo {
    width: 166px !important;
    height: 66px !important;
  }
}
