.logo-bg {
  display: inline-block;
  width: 150px;
  height: 40px;
  background-image: url('images/logo_embark.svg');
  background-repeat: no-repeat;
  background-position: center;     /* centre horizontalement et verticalement */
  background-size: auto 100px;      /* hauteur plus grande que le div pour crop haut/bas */
  vertical-align: middle;          /* pour aligner avec texte */
  text-align: center;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}
