header {
  padding-top: 36px;
  padding-bottom: 36px;
}
header a.logo {
  display: block;
  width: 320px;
  height: 60px;
  margin: auto;
  background-image: url("../../logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header a.burger {
  display: none;
}
header .header-inner #block-gmc-mainnavigation {
  margin-top: 16px;
}
header .header-inner #block-gmc-mainnavigation ul {
  text-align: center;
}
header .header-inner #block-gmc-mainnavigation ul li {
  margin-left: 24px;
  margin-right: 24px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../assets/images/text-background.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 180px;
  height: 100px;
}
header .header-inner #block-gmc-mainnavigation ul li a {
  font-weight: 500;
  line-height: 100px;
  text-decoration: none;
  text-transform: uppercase;
}
header .header-inner #block-gmc-mainnavigation ul li a.instagram {
  background-image: url("../../assets/pictos/instagram.svg");
  color: transparent;
  overflow: hidden;
  display: inline-block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  header {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  header a.burger {
    display: block;
    display: none;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    background-image: url("../../assets/pictos/menu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F1834D;
    cursor: pointer;
  }
  header .header-inner #block-gmc-mainnavigation {
    display: none;
  }
  header .header-inner #block-gmc-mainnavigation.active {
    display: block;
    box-shadow: #F1834D 0px 3px 2px;
  }
}
body.game-disabled header {
  display: none;
}