.navbar-brand {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100% !important;
}

#logo {
  display: none !important;
}

.navbar-brand::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('../superviseur.ico');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
