.hidea-logo {
  width: 50px; /* adapte selon ton logo */
  height: 50px;
  object-fit: contain;
}

.logo-text {
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tv-header-logo a {
  display: flex;
  align-items: center;    /* centre verticalement logo + texte */
  white-space: nowrap;     /* empêche le texte de passer à la ligne */
}

.hidea-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 10px;
}

.logo-text span {
  display: inline-block;
  line-height: 1;
}
