.btn_menu_reserver {
  background-color: var(--gris);
  color: var(--blanc) !important;
  transform: skew(-5deg);
  transition: var(--transition);
  /* box-shadow: 5px 5px 25px 0px rgba(64, 64, 64, 0.3); */
  /* display: none !important; */
}

.btn_menu_reserver:hover {
  /* box-shadow: 0px 0px 25px 0px rgba(141, 0, 146, 0.3); */
  transform: skew(-5deg) translateX(5px);
}

.btn_menu_reserver a {
  transition: all 0s !important;
}

.btn_menu_reserver:hover a {
  opacity: 1 !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
  padding: 15px 0 !important;
}

.et_pb_menu .et-menu>li {
  padding-left: 11px;
  padding-right: 11px;
  margin: 0 8px !important;
}

.btn_menu_reserver {
  margin: 0 0 0 8px !important;
}

.wpseo_breadcrumb a,
.wpseo_breadcrumb {
  color: white !important;
}

header {
  position: relative;
  z-index: 1 !important;
}

@media screen and (max-width: 980px) {
  .et_mobile_nav_menu .opened .mobile_menu_bar:before {
    content: "\4d" !important;
  }

  header {
    position: relative;
    z-index: 9999999 !important;
  }
}