/* Logo header : image du logo Gloria Newman */
.header-logo-wrap {
  display: block;
  flex-shrink: 0;
  line-height: 0;
}
.header-logo-wrap .logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  object-position: left center;
}
