.gt-menus {
  list-style: none;
  padding: inherit;
  margin: inherit;
  display: flex;
  gap: inherit;
}
.gt-menu__toggle {
  appearance: none;
  border: none;
  background: none;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.gt-menu__toggle:hover, .gt-menu__toggle.active {
  color: var(--wp--preset--color--custom-jaune) !important;
}
.gt-submenus-wrap {
  display: none;
}
.gt-submenus {
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gt-submenu {
  opacity: 0;
  transition: 0.4s ease-in-out;
  padding-bottom: 4rem;
  height: 100%;
  display: none;
  overflow: auto;
  font-family: var(--wp--preset--font-family--comfortaa);
  font-size: initial;
  font-weight: initial;
}
body.gt-menu-toggled {
  overflow: hidden;
  position: relative;
}
body.gt-menu-toggled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: 0.7;
  backdrop-filter: blur(10px);
}
.gt-menus-close {
  display: none;
}
header.wp-block-template-part.toggled {
  z-index: 999;
  width: 96%;
  border-radius: 3rem 3rem 0 0;
  top: 2rem;
  transition: 0.2s ease-in-out;
}
header.wp-block-template-part.toggled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 999;
  border-radius: 3rem 3rem 0 0;
}
header.wp-block-template-part.toggled .gt-header {
  padding: 2rem 0 !important;
  border-radius: 3rem 3rem 0 0;
}
header.wp-block-template-part.toggled .gt-menus-wrap {
  position: relative;
}
header.wp-block-template-part.toggled ul.gt-menus {
  position: relative;
  z-index: 999;
}
header.wp-block-template-part.toggled .gt-menu__toggle {
  color: var(--wp--preset--color--custom-bleu-fonc);
}
header.wp-block-template-part.toggled .wp-block-site-logo {
  position: relative;
  z-index: 99999;
}
header.wp-block-template-part.toggled .wp-block-site-logo .custom-logo-link img {
  filter: url(#wp-duotone-ba9542-ba9542-8);
}
header.wp-block-template-part.toggled .gt-menus-close {
  display: block;
  position: absolute;
  bottom: 100%;
  z-index: 999;
  right: 0;
  margin-bottom: 1rem;
  appearance: none;
  background: var(--wp--preset--color--custom-bleu-fonc);
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 2rem;
  color: #FFF;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
header.wp-block-template-part.toggled .gt-menus-close:hover {
  background: var(--wp--preset--color--custom-jaune);
}
header.wp-block-template-part.toggled .gt-submenus-wrap {
  position: fixed;
  display: block;
  top: 2rem;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  width: 100%;
  z-index: 99;
  height: calc(100vh - 6rem);
  padding-left: var(--wp--preset--spacing--80);
  padding-right: var(--wp--preset--spacing--80);
  border-radius: 3rem;
  overflow: hidden;
}
header.wp-block-template-part.sticky {
  position: fixed;
  border-bottom: 0.5rem solid var(--wp--preset--color--custom-jaune) !important;
}
header.wp-block-template-part.sticky .wp-block-site-logo {
  position: relative;
  z-index: 99999;
}
header.wp-block-template-part.sticky:not(.toggled) {
  background: rgba(27, 37, 66, 0.9);
  backdrop-filter: blur(10px);
}
header.wp-block-template-part.sticky:not(.toggled) .gt-header {
  padding: 1rem 0 !important;
}
header.wp-block-template-part.sticky:not(.toggled) hr {
  display: none;
}
/*# sourceMappingURL=/var/www/clients/client1/web116/web/wp-content/themes/ushuaiacamping/inc/blocks/menu/style.css.map */