.dvore-navigation.dvore-front-menu-template-1-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  max-width: 1310px;
  padding: 10px 1.0715rem;
  margin: 0 auto;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  max-width: 100%;
  background-color: var(--color-white);
}

.dvore-navigation.dvore-front-menu-template-1-container a {
  color: var(--color-dark);
}

.dvore-navigation.dvore-front-menu-template-1-container:hover {
  color: var(--color-primary);
}

.dvore-front-menu-template-modules-1
  .dvore-front-menu-template-mini-cart
  .dvore_prg_mini_cart_button {
  background: transparent;
  outline: none;
  border: none;
  position: relative;
  color: var(--color-dark);
  padding: 0;
  cursor: pointer;
}

.dvore-front-menu-template-modules-1
  .dvore-front-menu-template-mini-cart
  button {
  text-transform: uppercase;
}

.dvore-front-menu-template-modules-1
  .dvore-front-menu-template-mini-cart
  .dvore_prg_mini_cart_button:hover {
  color: var(--color-primary);
}

.dvore-front-menu-template-modules-1
  .dvore-front-menu-template-mini-cart
  .dvore_prg_mini_cart_button
  .badge.badge-pill {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 50%;
  padding: 4px 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: var(--color-primary);
}

.dvore-front-menu-template-modules-1 a {
  color: var(--color-dark);
}

.dvore-front-menu-template-modules-1 a:hover {
  color: var(--color-primary);
}

.dvore-front-menu-template-navigation-inner {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.dvore-front-menu-template-logo a {
  display: block;
}

.dvore-front-menu-template-logo img {
  height: 80px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  left: initial;
  right: 0;
  margin: 0;
  padding: 0;
  min-width: inherit;
}

.dropdown:hover .dropdown-menu .dropdown-item {
  margin: 0;
  color: var(--color-primary);
  width: 100%;
}

/* DESKTOP */
@media (min-width: 992px) {
  .dvore-navigation.dvore-front-menu-template-1-container {
    font-size: 16px;
  }

  .dvore-front-menu-template-navigation-inner {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
  }

  .dvore-front-menu-template-navigation-inner
    .dvore-front-menu-template-nav-item:not(:last-child) {
    margin-right: 20px;
  }

  .dvore-front-menu-template-main {
    display: grid;
    grid-template-areas:
      "top-nav top-nav"
      "main-nav modules-2";
    grid-template-rows: 50px 30px;
    grid-template-columns: auto min-content;
    width: 100%;
  }

  .dvore-front-menu-template-navigation-1 {
    grid-area: main-nav;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .dvore-front-menu-template-navigation-1 .dvore-front-menu-template-nav-link {
    color: var(--color-dark);
  }

  .dvore-front-menu-template-navigation-1
    .dvore-front-menu-template-nav-link
    > span:after,
  .dvore-front-menu-template-navigation-1
    .dvore-menu-active
    .dvore-front-menu-template-nav-link
    > span:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: var(--color-dark);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .dvore-front-menu-template-navigation-1
    .dvore-menu-active
    .dvore-front-menu-template-nav-link
    > span:after {
    width: 100%;
  }

  .dvore-page-scrolled
    .dvore-front-menu-template-navigation-1
    .dvore-front-menu-template-nav-link
    > span:after,
  .dvore-front-menu-template-navigation-1
    .dvore-menu-active
    .dvore-front-menu-template-nav-link
    > span:after {
    background-color: var(--color-dark);
  }

  .dvore-front-menu-template-navigation-1
    .dvore-front-menu-template-nav-link:hover
    > span:after {
    width: 100%;
  }

  .dvore-front-menu-template-navigation-2
    .dvore-front-menu-template-nav-item:hover {
    opacity: 0.6;
  }

  .dvore-front-menu-template-top-nav {
    grid-area: top-nav;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    font-size: 14px;
  }

  .dvore-front-menu-template-top-nav .dvore-front-menu-template-nav-link,
  .dvore-front-menu-template-top-nav a {
    color: var(--color-dark);
  }

  .dvore-front-menu-template-currency,
  .dvore-front-menu-template-language {
    margin-left: 20px;
  }

  .dvore-front-menu-template-modules-1 .dvore-front-menu-template-search,
  .dvore-front-menu-template-modules-1 .dvore-front-menu-template-mini-cart,
  .dvore-front-menu-template-modules-1 .dvore-front-menu-template-account {
    margin-left: 20px;
  }

  .dvore-front-menu-template-modules-1 {
    grid-area: modules-2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .dvore-front-menu-template-modules-2 {
    display: flex;
  }

  .dvore-responsive-menu-btn {
    display: none;
  }

  .dvore-dropdown {
    position: relative;
  }

  .dvore-front-menu-template-nav-link {
    color: var(--color-dark);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  .dvore-dropdown:hover .dvore-dropdown-menu {
    display: block;
  }

  .dvore-dropdown .dvore-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color-white);
    display: none;
    padding: 5px 0;
  }

  .dvore-dropdown .dvore-dropdown-menu .dvore-dropdown-item {
    padding: 10px;
    display: block;
    white-space: nowrap;
  }

  .dvore-dropdown .dvore-dropdown-submenu {
    position: relative;
  }

  .dvore-dropdown .dvore-dropdown-submenu:hover .dvore-dropdown-submenu-inner {
    display: block;
  }

  .dvore-dropdown .dvore-dropdown-submenu .dvore-dropdown-submenu-inner {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: var(--color-white);
  }
}

.dvore-front-menu-template-1-container.dvore-page-scrolled
  .dvore-front-menu-template-nav-link {
  color: var(--color-dark);
}

@media (max-width: 991px) {
  .dvore-front-menu-template-navigation-inner {
    flex-direction: column;
  }

  .dvore-front-menu-template-main {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    width: 50%;
    z-index: 10;
    top: 0;
    right: -100%;
    background-color: var(--color-white);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding-top: 100px;
    font-size: 20px;
  }

  .state2 .dvore-front-menu-template-main {
    right: 0%;
  }

  .dvore-navigation.dvore-front-menu-template-1-container {
    font-size: 14px;
    justify-content: space-between;
    padding: 10px;
  }

  .dvore-responsive-menu-btn {
    position: relative;
    z-index: 15;
  }

  .dvore-responsive-menu-btn button {
    background: transparent;
    border: none;
    outline: none;
    font-size: 2rem;
  }

  .dvore-front-menu-template-nav-item {
    padding: 10px 10px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
  }
  .dvore-front-menu-template-nav-item.dvore-menu-active {
    background-color: var(--color-pale-grey);
  }
  .dvore-front-menu-template-nav-item:hover {
    background-color: var(--color-pale-grey);
  }

  .dvore-front-menu-template-modules-2,
  .dvore-front-menu-template-modules-1 {
    display: flex;
    padding: 5px 10px;
  }

  .dvore-front-menu-template-modules-2 {
    border-top: 1px solid var(--color-primary);
    margin: 10px 0;
    padding-top: 20px;
  }

  .dvore-front-menu-template-modules-2 a,
  .dvore-front-menu-template-modules-2 button {
    margin-right: 30px;
  }

  .dvore-dropdown-submenu {
    padding-left: 10px;
  }

  .dvore-dropdown-submenu-inner {
    padding-left: 10px;
  }

  .dvore-front-menu-template-navigation-inner
    .dvore-dropdown
    .dvore-dropdown-item {
    padding: 10px 10px 0;
    display: block;
    font-size: 1rem;
  }

  .dvore-front-menu-template-modules-1 .dvore-front-menu-template-search > a,
  .dvore-front-menu-template-modules-1
    .dvore-front-menu-template-account
    .dvore_prg_nav_link_language
    a,
  .dvore-front-menu-template-modules-1
    .dvore-front-menu-template-mini-cart
    > button,
  .dvore-front-menu-template-modules-1
    .dvore-front-menu-template-currency
    .dropdown
    > a,
  .dvore-front-menu-template-modules-1
    .dvore-front-menu-template-language
    .dropdown
    > a {
    border: 1px solid var(--color-dark);
    padding: 10px;
    display: block;
  }

  .dvore-front-menu-template-modules-1 > div:not(:first-child) {
    margin-left: 20px;
    cursor: pointer;
  }
  .dvore-front-menu-template-logo > a {
    z-index: 100;
  }
  .dvore-navigation.dvore-front-menu-template-1-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 10;
  }
}

@media (max-width: 680px) {
  .dvore-front-menu-template-main {
    width: 100%;
  }
  /* ajouts responsive avril */
  .dvore-front-menu-template-1-container.dvore-page-scrolled .dvore-front-menu-template-nav-link {
    display: block;
  }
  .state2 .dvore-front-menu-template-main {
    padding-bottom: 125px;
  }
}
