.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-front-menu-template-search {
  display: block!important;
}
.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: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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.dvore-front-menu-template-logo a {
  display: block;
}

.dvore-front-menu-template-logo img {
  height: 80px;
}
.dvore-front-menu-template-logo p {
  font-family: var(--font-title);
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
  color: var(--color-secondary);
  margin: 0 0 0 15px;
}
.dvore-front-menu-template-logo p span {
    display: block;
    font-size: 15px;
    line-height: 16px;
}

.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%;
}
.dvore-front-menu-template-navigation-2 .dvore-front-menu-template-nav-item:last-child .dvore-front-menu-template-nav-link {
    font-family: var(--font-title);
    line-height: 1.571429;
    padding: 0.5rem 0.8rem;
    background-clip: initial;
    -webkit-background-clip: initial;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    white-space: nowrap;
    text-align: center;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: var(--color-white) !important;
}
.dvore-front-menu-template-navigation-2 .dvore-front-menu-template-nav-item:last-child .dvore-front-menu-template-nav-link:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}
.dvore-front-menu-template-modules-1 .dvore-front-menu-template-search a,
.dvore-front-menu-template-modules-1 .dvore-front-menu-profile-dropdown > a,
.dvore-front-menu-template-modules-1 a.dvore-front-menu-profile-dropdown,
.dvore-front-menu-template-modules-1 .dvore-front-menu-template-mini-cart a {
    position: relative;
    font-family: var(--font-title);
    line-height: 1.571429;
    padding: 0.5rem 0.8rem;
    background-clip: initial;
    -webkit-background-clip: initial;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary) !important;
}
.dvore-front-menu-template-modules-2 .dvore-front-menu-template-language a {
    position: relative;
    font-family: var(--font-title);
    line-height: 1.571429;
    padding: 0.5rem 0.8rem;
    background-clip: initial;
    -webkit-background-clip: initial;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    white-space: nowrap;
    text-align: center;
    background-color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: var(--color-white) !important;
}
.dvore-front-menu-template-modules-1 button,
.dvore-front-menu-template-modules-2 button {
    position: relative;
    font-family: var(--font-title);
    line-height: 1.571429;
    padding: 0.3rem 0.8rem;
    background-clip: initial;
    -webkit-background-clip: initial;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary) !important;
    cursor: pointer;
}
/* 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 main-nav";
    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:not(:last-child):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,
  .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: 10px;
  }

  .dvore-front-menu-template-modules-1 {
    grid-area: modules-2;
    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-navigation-2 .dvore-front-menu-template-nav-item:not(:last-child) {
	margin-right: 10px;		
  }
}

.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: 105px;
    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 15px;
  }

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

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

  .dvore-front-menu-template-nav-item {
    padding: 10px 15px;
    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 15px;
  }

  .dvore-front-menu-template-modules-2 {
    border-top: 1px solid var(--color-primary);
    margin: 25px 0;
    padding-top: 25px;
  }
  .dvore-front-menu-template-modules-1 {
    margin-top: 15px;
  }
  .dvore-front-menu-template-modules-2 a,
  .dvore-front-menu-template-modules-2 button {
    margin-right: 30px;
  }
  .dvore-front-menu-template-navigation-2 .dvore-front-menu-template-nav-item:last-child .dvore-front-menu-template-nav-link {
    width: 100%;
    display: block;
  }
  .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;
    display: block;
  }

  .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-primary);
    padding: 10px;
    display: block;
  }

  .dvore-front-menu-template-modules-1 > div:not(:first-child) {
    margin-left: 20px;
    cursor: pointer;
  }
  .dvore-front-menu-template-modules-2 .dvore-front-menu-template-language a {
    color: var(--color-primary) !important;
    background-color: transparent;
    border-color: transparent;
  }
}
@media (min-width: 681px) {
	.dvore-front-menu-template-logo a {
	  width: 300px;
	}
}
@media (max-width: 768px) {
  .dvore-front-menu-template-logo {
    z-index: 11;
  }
  .dvore-login .page {
    min-height: 100%;
    margin: 30px 0 !important;
  }
}
@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;
  }
  .dvore-front-menu-template-logo {
    flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
  }
  .dvore-front-menu-template-logo img {
    height: 50px;
  }
  .dvore-front-menu-template-logo p {
    margin-left: 0;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
  }
  .dvore-front-menu-template-logo p span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
  }
  .dvore-front-menu-template-modules-1 > div,
  .dvore-front-menu-template-modules-1 .dvore-front-menu-template-mini-cart > button {
    width: 100%;
  }
  .dvore-front-menu-template-modules-1 .dvore-front-menu-template-mini-cart .dvore_prg_mini_cart_button .badge.badge-pill {
    top: -15px;
    right: -5px;
    font-size: 16px;
    padding: 6px 10px;
  }
  .dvore-front-menu-template-navigation-inner .dvore-dropdown .dvore-dropdown-item {
    white-space: normal;
  }
}
