/* Affichage optimisé du logo HadoTech carré fourni le 12 août 2026. */
.logo-wrap {
  width: 90px !important;
  min-width: 90px !important;
  height: 82px !important;
  padding: 0 !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.static-brand-logo {
  width: 100px !important;
  height: 100px !important;
  max-width: none !important;
  flex: 0 0 100px !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #fff !important;
}

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

  .static-brand-logo {
    width: 88px !important;
    height: 88px !important;
    flex-basis: 88px !important;
  }
}
