@charset "UTF-8";
:root {
  --Green-light: #A9BB41;
  --Green-dark: #1A4037;
  --White: #FFF;
}

.bg-kraft-lightgreen {
  background-image: url("../images/backgrounds/kraft-lightgreen.jpg");
  background-size: 17vw;
}

.bg-kraft-light {
  background-image: url(../images/backgrounds/kraft-light-seamless.jpg);
  background-size: 80vw;
  background-repeat: repeat;
}

.bg-kraft-dark-green {
  background-image: url("../images/backgrounds/kraft-darkgreen.jpg");
  background-size: 17vw;
}

@font-face {
  font-family: "Branding semi-light";
  src: url("../fonts/Branding-Semilight-5367612.otf") format("opentype");
}
@font-face {
  font-family: "Branding semi-bold";
  src: url("../fonts/Branding-Semibold-5367608-1.otf") format("opentype");
}
@font-face {
  font-family: "bulletin";
  src: url("../fonts/bulletin-webfont.woff2") format("woff2"), url("../fonts/bulletin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "stickaround";
  src: url("../fonts/stickaround-webfont.woff2") format("woff2"), url("../fonts/stickaround-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #1A4037;
  font-family: "metallophile-sp8", sans-serif !important;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.88px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

.t-lightgreen {
  color: #A9BB41;
}

.t-darkgreen {
  color: #1A4037;
}

.t-white {
  color: #FFF;
}

.t-purple {
  color: #974784;
}

h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
h1.page-title {
  font-size: 13vw;
  text-align: center;
}
@media screen and (min-width: 600px) {
  h1.page-title {
    font-size: 11vw;
  }
}
@media screen and (min-width: 768px) {
  h1.page-title {
    font-size: 9vw;
  }
}
@media screen and (min-width: 992px) {
  h1.page-title {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  h1.page-title {
    font-size: 5vw;
  }
}

.chapo {
  text-align: center;
  margin: 1.5rem 0 3rem;
}

h2 {
  margin: 2rem 0 1rem;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 4rem;
  }
  h2.home-tour-title {
    font-size: 3.4rem;
  }
}

h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.9rem;
}

.push-title h4 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media screen and (max-width: 600px) {
  .push-title h4 {
    font-size: 1.7rem;
  }
}

.dropdown-menu {
  margin: 0;
}

.dropdown-item img.brand_icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 5px;
}

header#main-header {
  width: 100%;
  height: 150px;
  top: 0;
  z-index: 2;
  background: #1A4037;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  header#main-header {
    padding: 1rem 0;
    height: unset;
  }
  header#main-header .container {
    max-width: unset;
  }
}
@media screen and (min-width: 1340px) {
  header#main-header .container {
    max-width: 80vw !important;
  }
}

#top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  padding-inline-start: unset;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #top-menu {
    display: none;
  }
}
#top-menu a {
  color: #FFF;
}
#top-menu > li.dropdown .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #A9BB41;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#top-menu > li.dropdown:hover > .dropdown-menu {
  background: #1A4037;
  display: block;
}
#top-menu > li.dropdown:hover > .dropdown-menu > li.dropdown .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-left: 0.3em solid #A9BB41;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
}
#top-menu > li.dropdown:hover > .dropdown-menu > li.dropdown:hover a {
  background-color: unset;
}
#top-menu > li.dropdown:hover > .dropdown-menu > li.dropdown:hover > .dropdown-submenu {
  background: #1A4037;
  display: block;
  left: 100%;
  top: 0;
}

.menu-menu-principal-container {
  z-index: 3;
  position: relative;
}

.desk-search-panel {
  display: none;
  background: #1A4037;
  width: 100vw;
  height: 20vh;
  overflow: auto;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1rem;
  z-index: 1;
}

button.sumbit-search-button {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  color: #fff;
  position: unset;
  top: 35%;
  right: 4%;
  cursor: pointer;
}

.search-close {
  display: inline-block;
  float: right;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-item.active {
  background-color: unset;
}

.mobile-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav #toggle-mobile-nav {
  display: flex;
  flex-direction: column;
}
.mobile-nav #toggle-mobile-nav span.text {
  color: var(--White, #FFF);
  padding-top: 7px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.mobile-nav #toggle-mobile-nav .opened {
  display: none;
}
.mobile-nav #toggle-mobile-nav.active .opened {
  display: block;
}
.mobile-nav #mobile-logo img {
  max-height: 56px;
}

.mobile-nav-panel {
  display: none;
  background: #1A4037;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 88px);
  overflow: auto;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1rem;
  z-index: 2;
}
.mobile-nav-panel #mobile-menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-inline-start: unset;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}
.mobile-nav-panel #mobile-menu ul {
  list-style-type: none;
  padding-inline-start: unset;
}
.mobile-nav-panel #mobile-menu li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-nav-panel #mobile-menu li:last-child {
  border: unset;
}
.mobile-nav-panel #mobile-menu a {
  color: #FFF;
}
.mobile-nav-panel #mobile-menu a:hover {
  text-decoration: unset;
}
.mobile-nav-panel #mobile-menu .sub-menu {
  display: none;
  padding-left: 20px; /* Indent sub-menus for better visual hierarchy */
}
.mobile-nav-panel #mobile-menu .menu-item-has-children > a:after {
  content: "►"; /* Unicode for right-pointing arrow */
  float: right;
  color: #A9BB41;
  font-size: 0.9rem;
  line-height: 2.8;
}
.mobile-nav-panel #mobile-menu .menu-item-has-children.active > a:after {
  content: "▼"; /* Unicode for down-pointing arrow */
}
.mobile-nav-panel #mobile-menu .menu-item-has-children.active > .sub-menu {
  display: block;
}

.mobile-search-panel {
  display: none;
  background: #1A4037;
  position: absolute;
  width: 100vw;
  height: calc(100vh - 88px);
  overflow: auto;
  top: 88px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 1rem;
  z-index: 1;
}

.mobile-panel-bg-icon {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: 1;
}

.no-scroll {
  overflow: hidden;
  position: fixed; /* Optional: may be needed to prevent background shifting */
  width: 100%; /* Prevent width change when scrollbar disappears */
}

.flex-center-center {
  align-items: center;
  justify-content: center;
}

footer#main-footer, div#footer-bottom {
  position: relative;
}

#main-footer {
  margin-top: -19vw;
}

.colone .ambiance-picture-wrapper {
  width: 100%;
  text-align: right;
}
.colone .ambiance-picture-wrapper .ambiance-picture {
  max-width: 90vw;
  display: inline-block;
  margin-top: 8rem;
}
.colone .ambiance-picture-wrapper .ambiance-picture img {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .colone .ambiance-picture-wrapper .ambiance-picture img {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .colone {
    display: none;
  }
}

.coltwo .ambiance-picture-wrapper {
  display: none;
  width: 100%;
  text-align: right;
}
.coltwo .ambiance-picture-wrapper .ambiance-picture {
  max-width: 90vw;
  display: inline-block;
  margin-top: 1rem;
}
.coltwo .ambiance-picture-wrapper .ambiance-picture img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .coltwo .ambiance-picture-wrapper {
    display: block;
  }
}

.illu-bee {
  max-width: 65vw;
  position: absolute;
  top: -4rem;
}
@media screen and (max-width: 767px) {
  .illu-bee {
    right: 0;
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .illu-bee {
    max-width: 28vw;
  }
}
@media screen and (min-width: 768px) {
  .illu-bee {
    top: -14vw;
  }
}
.illu-bee img {
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width: 767px) {
  .illu-bee img {
    max-width: 33vw;
  }
}

.top-curve {
  clip-path: url(#lowerCurve);
  background-image: url("../images/backgrounds/kraft-light-seamless.jpg");
  background-size: 80vw;
  height: 10vw;
  width: 100%;
  display: block;
}

@media screen and (min-width: 768px) {
  .where-to-columns {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .where-to-columns .coltwo {
    padding: 0 2vw 0 10vw;
  }
}

.where-to {
  background-image: url("../images/backgrounds/kraft-light-seamless.jpg");
  background-size: 80vw;
  width: 100%;
  margin-top: -6px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .where-to {
    margin-top: -13.5vw;
  }
}

@media screen and (max-width: 1400px) {
  .where-to-text {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 1230px) {
  .where-to-text {
    margin-top: 13vw;
  }
}
.where-to-text h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .where-to-text h2 {
    font-size: 3.1rem;
  }
}
@media screen and (min-width: 768px) {
  .where-to-text h2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .where-to-text p {
    max-width: 400px;
  }
}

@media screen and (min-width: 768px) {
  .logo-carousel {
    position: relative;
    height: 200px;
  }
}
.logo-carousel .carousel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .logo-carousel .carousel {
    position: absolute;
    flex-wrap: nowrap;
    width: 70vw;
  }
}
.logo-carousel .item {
  width: 40vw;
  height: 40vw;
  max-width: 200px;
  max-height: 200px;
  background: #FFF;
  padding: 2rem;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .logo-carousel .item {
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .logo-carousel .item {
    padding: 1rem;
    margin: 0 1rem 1rem 0;
  }
}
.logo-carousel .item img {
  max-width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.footer-top {
  background-image: url("../images/backgrounds/kraft-light-seamless.jpg");
  background-size: 80vw;
  width: 100%;
  padding-top: 2rem;
  display: block;
  margin-bottom: -2px;
}
.footer-top img {
  width: 100%;
}

.footer-bottom {
  background: url("../images/backgrounds/kraft-darkgreen.jpg") repeat center 100%;
  background-size: 20vw;
  padding: 0 0 2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .footer-bottom .logo-footer img {
    width: 18vw;
    max-width: 265px;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom .logo-footer img {
    margin: 2rem 0 3rem;
    max-width: 50vw;
  }
}
.footer-bottom [class^=footer-menu] {
  color: white;
}
@media screen and (min-width: 992px) {
  .footer-bottom .footer-columns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .footer-bottom .menu-two {
    margin-top: 2rem;
  }
}
.footer-bottom .footer-item {
  width: 100%;
  display: block;
  color: white;
}
.footer-bottom .footer-item a {
  color: white;
}
.footer-bottom .footer-item.top-menu {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .footer-bottom .footer-item.top-menu {
    padding: 1rem 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
  }
}
.footer-bottom .footer-item.sub-menu-item {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 991px) {
  .footer-bottom .footer-item.sub-menu-item {
    display: none;
  }
  .footer-bottom .footer-item.sub-menu-item:last-child {
    margin-bottom: 1rem;
  }
}
.footer-bottom .footer-item .arrow:after {
  content: "►"; /* Unicode for right-pointing arrow */
  color: #A9BB41;
  font-size: 0.9rem;
  line-height: 2.8;
}
@media screen and (max-width: 991px) {
  .footer-bottom .footer-item .arrow {
    flex: 1;
  }
  .footer-bottom .footer-item .arrow:after {
    content: "►"; /* Unicode for right-pointing arrow */
    float: right;
    color: #A9BB41;
    font-size: 0.9rem;
    line-height: 2.8;
  }
}
@media screen and (max-width: 991px) {
  .footer-bottom .footer-col.active .arrow.toggler:after {
    content: "▼"; /* Unicode for right-pointing arrow */
  }
}

.footer-legal {
  letter-spacing: 0;
  font-size: 0.9rem;
  background: url("../images/backgrounds/kraft-lightgreen.jpg") repeat center 100%;
  background-size: 10%;
}
@media screen and (min-width: 768px) {
  .footer-legal .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-legal .links {
  display: flex;
  justify-content: space-evenly;
  padding: 1rem;
}
.footer-legal .links:first-child {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .footer-legal .links {
    padding: 1rem 0;
  }
  .footer-legal .links:first-child {
    padding-bottom: 1rem;
  }
}
.footer-legal a {
  color: #FFF;
}
.footer-legal .copyright {
  color: #1A4037;
  padding: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .footer-legal .copyright {
    padding: 1rem 0;
  }
}
.footer-legal .separator {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-legal .separator {
    padding: 0 1rem;
    display: inline-block;
  }
}

.home-hero-wrapper {
  background-image: url("../images/backgrounds/home-hero-icon.jpg");
  background-size: 310vw;
  background-position-x: 190vw;
  background-position-y: 171vw;
  padding: 3rem 1.5rem 50vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .home-hero-wrapper {
    background-size: 150vw;
    background-position-x: 120vw;
    background-position-y: 99vw;
  }
}
@media screen and (min-width: 730px) {
  .home-hero-wrapper {
    background-position-y: 94vw;
  }
}
@media screen and (min-width: 800px) {
  .home-hero-wrapper {
    background-size: 130vw;
    background-position-x: 110vw;
    background-position-y: 68vw;
    padding: 3rem 1.5rem 30vw;
  }
}
@media screen and (min-width: 870px) {
  .home-hero-wrapper {
    background-position-y: 64vw;
  }
}
@media screen and (min-width: 992px) {
  .home-hero-wrapper {
    background-size: 100vw;
    background-position-x: 0;
    background-position-y: -3vw;
    padding: 3rem 1.5rem 30vw;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero-wrapper {
    background-position-y: -5vw;
  }
}
@media screen and (min-width: 1200px) {
  .home-hero-wrapper {
    background-position-y: -9vw;
  }
}
@media screen and (min-width: 1350px) {
  .home-hero-wrapper {
    background-position-y: -13vw;
  }
}
@media screen and (min-width: 1560px) {
  .home-hero-wrapper {
    background-position-y: -17vw;
  }
}

.home-hero-img {
  max-width: 100%;
}

@media screen and (min-width: 600px) {
  .hero-title-wrapper {
    padding-left: 5vw;
    zoom: 1.3;
  }
}
@media screen and (min-width: 992px) {
  .hero-title-wrapper {
    padding: 1.4vw 0 0 5vw;
    zoom: 1;
  }
}

.hero-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .hero-title {
    zoom: 1.8;
  }
}

.hero-title-smaller {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 12vw;
}
@media screen and (min-width: 600px) {
  .hero-title-smaller {
    font-size: 3rem;
  }
}
.hero-title-smaller:after {
  content: "";
  display: block;
  width: 52px;
  height: 36px;
  background-image: url("../images/icons/ticks.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
  position: absolute;
  right: -53px;
  top: -10px;
  zoom: 0.6;
}

.hero-title-bigger {
  font-size: 19vw;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .hero-title-bigger {
    font-size: 3.9rem;
  }
}

.hero-sub {
  font-size: 7vw;
}
@media screen and (min-width: 600px) {
  .hero-sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-sub {
    font-size: 2rem;
  }
}

.hero-icon {
  text-align: center;
}
.hero-icon img {
  width: 30vw;
}
@media screen and (min-width: 600px) {
  .hero-icon {
    display: none;
    position: absolute;
    top: 3rem;
    right: 9vw;
    width: 18vw;
  }
  .hero-icon img {
    width: 100%;
  }
}

.home-region-top {
  margin-top: -34vw;
  position: relative;
}
.home-region-top img {
  width: 100%;
}

.home-region-wrapper {
  position: relative;
  background-image: url("../images/backgrounds/kraft-darkgreen.jpg");
  background-size: 30vw;
  width: 100%;
  padding: 0 0 35vw 0;
  margin-bottom: -9vw;
}
@media screen and (min-width: 992px) {
  .home-region-wrapper {
    padding: 0 0 24vw 0;
    margin-bottom: -14vw;
  }
}
.home-region-wrapper h2 {
  margin-top: 0 !important;
}
.home-region-wrapper p.home-intro {
  font-size: 2rem;
}
@media (max-width: 580px) {
  .home-region-wrapper p.home-intro {
    font-size: 1.5rem;
  }
}
.home-region-wrapper .home-pushes {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home-region-wrapper .home-pushes {
    flex-direction: column;
  }
}
.home-region-wrapper .home-pushes .push-wrapper {
  max-width: 30%;
  height: auto;
  background-color: white;
  clip-path: url("#blockClipPath");
  position: relative;
  text-align: center;
  margin: 1.6%;
}
@media screen and (max-width: 991px) {
  .home-region-wrapper .home-pushes .push-wrapper {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.home-region-wrapper .home-pushes .push-img {
  max-width: 100%;
}
.home-region-wrapper .home-pushes .push-icon {
  margin-top: -36px;
}
.home-region-wrapper .home-pushes .push-infos {
  padding: 0 1.7rem 2rem;
}
.home-region-wrapper .home-pushes .push-text {
  margin: 1rem 0 2rem;
}

.home-tour-top {
  position: relative;
  background-image: url(../images/backgrounds/kraft-darkgreen.jpg);
  background-size: 30vw;
}
.home-tour-top img {
  width: 100%;
}

.illu-tree {
  position: absolute;
  top: -120%;
  right: 0;
}
.illu-tree img {
  max-width: 40vw;
}
@media screen and (min-width: 992px) {
  .illu-tree {
    top: -8vw;
    right: 10vw;
  }
  .illu-tree img {
    width: 27vw;
  }
}

.home-tour-wrapper {
  background-image: url("../images/backgrounds/kraft-light-seamless.jpg");
  background-size: 80vw;
  background-repeat: repeat;
  width: 100%;
  padding-bottom: 35vw;
  margin-bottom: -30vw;
  padding-top: 5rem;
}
@media screen and (min-width: 992px) {
  .home-tour-wrapper {
    margin-bottom: -31vw;
  }
}
.home-tour-wrapper .home-tour-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
.home-tour-wrapper .home-tour-title-smaller {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .home-tour-wrapper .home-tour-title-smaller {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .home-tour-wrapper .home-tour-title-smaller br {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .home-tour-elements {
    margin-bottom: 14rem;
  }
}

.home-tour-item {
  display: flex;
  flex-direction: column-reverse;
}
.home-tour-item.one, .home-tour-item.three, .home-tour-item.five {
  text-align: right;
}
@media screen and (max-width: 499px) {
  .home-tour-item.one .picture-mixed, .home-tour-item.three .picture-mixed, .home-tour-item.five .picture-mixed {
    float: right;
  }
}
@media screen and (max-width: 499px) {
  .home-tour-item.two, .home-tour-item.three, .home-tour-item.four {
    margin-top: -30vw;
  }
}
@media screen and (max-width: 767px) {
  .home-tour-item.two, .home-tour-item.three, .home-tour-item.four {
    margin-top: -10vw;
  }
}
.home-tour-item.two .tour-illu, .home-tour-item.four .tour-illu {
  flex-direction: row;
}
.home-tour-item.two .dash-curve, .home-tour-item.four .dash-curve {
  margin: 0 0 0 2rem;
  transform: scaleX(-1);
}
.home-tour-item.five .tour-illu img:not(.dash-curve) {
  transform: scaleX(-1);
}
.home-tour-item img.dash-curve {
  max-width: 40vw;
  margin: 0 2rem 0 1rem;
  transform: unset;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-tour-item {
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .home-tour-item {
    align-items: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .home-tour-item {
    align-items: center;
  }
}
@media screen and (min-width: 500px) {
  .home-tour-item {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home-tour-item.two, .home-tour-item.four {
    text-align: left;
    flex-direction: row-reverse;
  }
  .home-tour-item.two .tour-image, .home-tour-item.four .tour-image {
    text-align: right;
  }
  .home-tour-item.two .tour-image .dash-curve, .home-tour-item.four .tour-image .dash-curve {
    right: 0;
    left: unset;
  }
  .home-tour-item.two .tour-illu, .home-tour-item.four .tour-illu {
    flex-direction: row-reverse;
  }
  .home-tour-item.one, .home-tour-item.three, .home-tour-item.five {
    text-align: right;
  }
  .home-tour-item.one .tour-image, .home-tour-item.three .tour-image, .home-tour-item.five .tour-image {
    text-align: left;
  }
  .home-tour-item.one .tour-illu, .home-tour-item.three .tour-illu, .home-tour-item.five .tour-illu {
    flex-direction: row;
  }
}
.home-tour-item .tour-image {
  margin: 2rem 1rem;
}
.home-tour-item .tour-image img {
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .home-tour-item .tour-image {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .home-tour-item .tour-image {
    max-width: 30vw;
    padding: 0;
    margin: 0;
  }
  .home-tour-item .tour-image .dash-curve {
    width: 17vw;
    max-width: 100px;
  }
}
@media screen and (max-width: 499px) {
  .home-tour-item .tour-image .dash-curve {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home-tour-item .tour-image {
    width: calc(33% - 2rem);
    max-width: 400px;
    position: relative;
    padding: unset;
  }
  .home-tour-item .tour-image img {
    max-width: 100%;
    position: relative;
  }
  .home-tour-item .tour-image .picture {
    z-index: 2;
  }
  .home-tour-item .tour-image .dash-curve {
    z-index: 1;
    position: absolute;
    bottom: -50%;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-tour-item .tour-image .picture {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home-tour-item .tour-image .picture-mixed {
    display: block;
    max-width: 450px;
    width: 100%;
  }
  .home-tour-item .tour-image .picture {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .home-tour-item .tour-image .picture-mixed {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .home-tour-item .tour-image {
    border-radius: 10000px;
    overflow: hidden;
  }
  .home-tour-item .tour-image .picture-mixed {
    display: none;
  }
}
.home-tour-item .tour-text {
  margin: 0 1rem;
}
.home-tour-item .tour-text p {
  background-image: url(../images/backgrounds/kraft-light-seamless.jpg);
  background-size: 80vw;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
  font-size: 3rem;
  padding: 3rem;
}
@media screen and (max-width: 1440px) {
  .home-tour-item .tour-text p {
    font-size: 2.5rem;
    padding: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .home-tour-item .tour-text p {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 840px) {
  .home-tour-item .tour-text p {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .home-tour-item .tour-text p {
    padding: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .home-tour-item .tour-text p {
    font-size: 1.8rem;
    padding: 0;
  }
}
@media screen and (min-width: 576px) {
  .home-tour-item .tour-text {
    padding: 0 10vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .home-tour-item .tour-text {
    max-width: 60vw;
    padding: 0;
    margin: 0 5vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .home-tour-item .tour-text {
    padding: unset;
  }
  .home-tour-item .tour-text h3 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .home-tour-item .tour-text {
    width: calc(45% - 2rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-tour-item .tour-text {
    width: calc(65% - 2rem);
  }
}
.home-tour-item .tour-illu {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-tour-item .tour-illu {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .home-tour-item .tour-illu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .home-tour-item .tour-illu {
    width: 22%;
    justify-content: unset;
  }
  .home-tour-item .tour-illu .dash-curve {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .home-tour-item .tour-illu {
    justify-content: flex-start;
  }
}
.home-tour-item .tour-illu img {
  max-width: 50vw;
}
@media screen and (min-width: 768px) {
  .home-tour-item .tour-illu img {
    max-width: 35vw;
  }
}
@media screen and (min-width: 768px) {
  .home-tour-item .tour-illu img {
    max-width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .home-tour-item .tour-illu img {
    width: 25vw;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .home-tour-item .tour-illu img:not(.dash-curve) {
    display: none;
  }
}

.tour-end {
  text-align: center;
}
.tour-end .big-title {
  display: inline-block;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-7deg);
  font-size: 9vw;
  z-index: 3;
  background-image: url(../images/backgrounds/kraft-light-seamless.jpg);
  background-size: 80vw;
  background-repeat: repeat;
}
@media screen and (min-width: 992px) {
  .tour-end .big-title {
    font-size: 5rem;
  }
  .tour-end .big-title br {
    display: none;
  }
}
.tour-end .big-title:before {
  content: "";
  display: block;
  width: 52px;
  height: 36px;
  background-image: url("../images/icons/ticks.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-45deg);
  position: absolute;
  left: -53px;
  top: -10px;
  zoom: 0.6;
}
.tour-end .big-title:after {
  content: "";
  display: block;
  width: 52px;
  height: 36px;
  background-image: url("../images/icons/ticks.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
  position: absolute;
  right: -53px;
  top: -10px;
  zoom: 0.6;
}

.page-template-template-our-producers h2.decal-top {
  margin-top: -6vw;
}
@media (max-width: 1199px) {
  .page-template-template-our-producers h2.decal-top {
    margin-top: -2vw;
  }
}

.home-map-top {
  width: 100%;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.home-map-top img {
  width: 100%;
}

.home-map-wrapper {
  background-image: url("../images/backgrounds/kraft-lightgreen.jpg");
  background-size: 17vw;
  width: 100%;
  padding: 2rem 0 24vw 0;
}

.map-wrapper {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .map-wrapper {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .map-wrapper {
    margin-top: 13rem;
  }
}

body.single-producteurs .map-wrapper {
  margin-top: 3rem;
}

body.single-producteurs.postid-247 .map-wrapper {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  body.single-producteurs.postid-247 .map-wrapper {
    margin-top: 6rem;
  }
}

.map-prod {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .map-prod {
    flex-direction: column;
  }
}

.map {
  position: relative;
}
.map img {
  max-width: 100%;
}

.map-marker {
  width: 7%;
  height: 9%;
  position: absolute;
  cursor: pointer;
  background-image: url("../images/icons/map-marker-default.svg");
  background-size: 100% 100%;
}
.map-marker.active {
  background-image: url("../images/icons/map-marker-active.svg");
}

.half {
  width: 50%;
}
.half.map {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .half.prod-load {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .half.prod-load {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 575px) {
  .half.prod-load {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .half {
    width: 100%;
  }
  .half.map {
    width: 100%;
  }
}

.prod-info {
  position: relative;
  z-index: 2;
}

.prod-title {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .prod-title {
    font-size: 2rem;
  }
}

.prod-location {
  margin-top: 1rem;
  display: none;
}

.prod-wrapper {
  background-image: url("../images/backgrounds/map-prod-container.svg");
  background-size: 100% 100%;
  padding: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prod-wrapper {
    padding: 1.5rem;
  }
}

.prod-arrow {
  position: absolute;
  top: calc(50% - 12px);
  left: -23px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .prod-arrow {
    left: calc(50% - 30px);
    top: -10px;
  }
}

.prod-description {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .prod-description {
    display: none;
  }
}

.prod-categories {
  margin: 0.5rem 0 1rem;
}

.map-prod .product-thumb {
  display: inline-block;
  transform: rotate(4deg);
  margin-right: 0.6rem;
  max-width: 40%;
}
.map-prod .product-thumb img {
  max-width: 100%;
}

.road-sign {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: rotate(-6deg);
  display: none !important;
}
.prod-wrapper .road-sign {
  display: flex !important;
  top: -110px !important;
  left: unset !important;
  /*@media screen and (max-width: 991px) {


  }*/
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .prod-wrapper .road-sign {
    top: -110px !important;
  }
}
@media screen and (max-width: 767px) {
  .prod-wrapper .road-sign {
    top: -80px !important;
  }
}

.road-sign-number {
  background-color: red;
  color: white;
  padding: 0rem 0.8rem;
  border: 5px solid #1A4037;
  font-family: "metallophile-sp8", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  margin-bottom: -5px;
  border-radius: 6px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .road-sign-number {
    padding: 0rem 0.4rem;
    border: 0.3rem solid #1A4037;
    font-size: 0.9rem;
    margin-bottom: -5px;
    border-radius: 3px;
  }
}

.road-sign-body {
  text-align: center;
  background-color: white;
  border: 7px solid #1A4037;
  padding: 0.4rem 1.5rem 0.6rem;
  font-family: "Oswald", sans-serif;
  color: #1A4037;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .road-sign-body {
    border: 0.3rem solid #1A4037;
    padding: 0.2rem 0.7rem 0.3rem;
    border-radius: 6px;
  }
}

.road-sign-text {
  font-size: 2.6rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .road-sign-text {
    font-size: 1.8rem;
  }
}

.road-sign-plot {
  width: 5px;
  height: 85px;
  background: white;
}
@media screen and (max-width: 767px) {
  .road-sign-plot {
    width: 4px;
    height: 35px;
  }
}

.prod-list .prod-toggle {
  cursor: pointer;
}
.prod-list .prod-toggle:hover {
  opacity: 0.8;
}
.prod-list .prod-toggle:after {
  content: "►"; /* Unicode for right-pointing arrow */
  color: #FFF;
  font-size: 0.9rem;
  line-height: 2.8;
}
.prod-list .prod-toggle.active:after {
  content: "▼"; /* Unicode for right-pointing arrow */
}
.prod-list .prod-list-items {
  display: none;
}
.prod-list .prod-list-items .prod-item {
  cursor: pointer;
  padding: 1rem 0;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-between;
}
.prod-list .prod-list-items .prod-item:hover {
  opacity: 0.8;
}
.prod-list .prod-list-items .prod-item .item-prod-title {
  font-family: "Oswald", sans-serif;
}
.prod-list .prod-list-items .prod-item .item-prod-categories {
  color: #FFF;
}

@media screen and (max-width: 991px) {
  .mobile-map-nav-wrapper {
    margin-bottom: 4rem;
  }
}
.mobile-map-nav-wrapper .hint {
  text-align: center;
  color: white;
  padding: 1rem 0 0.2rem;
}
.mobile-map-nav-wrapper .mobile-map-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-map-nav-wrapper .mobile-map-nav .map-nav {
  cursor: pointer;
  padding: 0 1rem;
}
.mobile-map-nav-wrapper .mobile-map-nav .map-nav:hover {
  opacity: 0.8;
}

.hero-base {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 65vw;
}
.hero-base .hero-img {
  width: 100%;
}
@media screen and (orientation: landscape) {
  .hero-base {
    overflow: hidden;
    height: 60vh;
    position: relative;
    display: none;
  }
  .hero-base .hero-img {
    position: absolute;
    top: -25%;
  }
}

.page-top {
  position: relative;
  margin-top: -16vw;
}
.page-top img {
  max-width: 100%;
}
@media screen and (orientation: landscape) {
  .page-top {
    display: none;
  }
}

.page-wrapper {
  background-image: url("../images/backgrounds/kraft-light-seamless.jpg");
  background-size: 80vw;
  background-repeat: repeat;
  width: 100%;
}
@media screen and (orientation: landscape) {
  .page-wrapper {
    padding-top: 5vw;
  }
}

.home-region-wrapper.page {
  background: unset;
  padding: unset;
  position: relative;
  width: 100%;
  z-index: 3;
}
.home-region-wrapper.page .home-pushes {
  display: flex;
  align-content: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.home-region-wrapper.page .home-pushes.by-two {
  justify-content: space-evenly;
}
@media screen and (max-width: 991px) {
  .home-region-wrapper.page .home-pushes {
    flex-direction: column;
  }
}
.home-region-wrapper.page .home-pushes a.push-wrapper {
  color: unset;
  text-decoration: unset;
}
.home-region-wrapper.page .home-pushes .push-wrapper {
  max-width: 30%;
  height: auto;
  background-color: white;
  clip-path: url("#blockClipPath");
  position: relative;
  text-align: center;
  display: table;
}
.home-region-wrapper.page .home-pushes .push-wrapper.by-two {
  max-width: 45%;
}
@media screen and (max-width: 991px) {
  .home-region-wrapper.page .home-pushes .push-wrapper {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .home-region-wrapper.page .home-pushes .push-wrapper.by-two {
    max-width: 100%;
  }
}
.home-region-wrapper.page .home-pushes .push-img {
  width: 100vw;
  max-width: 100%;
}
.home-region-wrapper.page .home-pushes .push-infos {
  padding: 0 1.7rem 2rem;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.home-region-wrapper.page .home-pushes .img-wrap {
  display: table-row;
  width: 100%;
}
.home-region-wrapper.page .home-pushes .push-title {
  margin: 1rem 0 0;
}
.home-region-wrapper.page .home-pushes .push-text {
  margin: 1rem 0 2rem;
}
.home-region-wrapper.page .home-pushes.overlayed .push-infos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #FFF;
}

.overlayer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.main-view {
  padding-bottom: 10vw;
}

.secondary-view-top img {
  width: 100%;
}

h2.decal-top {
  margin-top: -6vw;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 480px) {
  h2.decal-top {
    margin-top: -2vw;
  }
}

.secondary-view-wrapper {
  position: relative;
  background-image: url("../images/backgrounds/kraft-darkgreen.jpg");
  background-size: 30vw;
  padding: 5rem 0 40vw 0;
  margin-top: -4px;
}
@media (max-width: 1600px) {
  .secondary-view-wrapper {
    padding: 6rem 0 40vw 0;
  }
}
@media (max-width: 1300px) {
  .secondary-view-wrapper {
    padding: 7rem 0 40vw 0;
  }
}
@media (max-width: 480px) {
  .secondary-view-wrapper {
    padding: 9rem 0 40vw 0;
  }
}
.secondary-view-wrapper.bg-kraft-lightgreen {
  background-image: url("../images/backgrounds/kraft-lightgreen.jpg");
}
.secondary-view-wrapper h2 {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 80vw;
  }
}

.search-result {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin: 1rem 0 1rem;
}
.search-result .prod-button {
  min-width: 90px;
}

.pagin {
  text-align: center;
}
.pagin .nav-previous {
  padding: 0.2rem 0.5rem 0.2rem 0.2rem !important;
}
.pagin .nav-previous img {
  /*padding-left: 0 !important;
  padding-right: 0.3rem;*/
  transform: rotate(180deg);
}
.indications {
  display: flex;
  width: 100%;
  align-content: flex-start;
  justify-content: space-evenly;
  padding: 1rem 1.5rem;
}
.indications .indic {
  text-align: center;
}

.card-img-top.recipe-cat {
  height: auto;
}

.steps .line {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}
.steps .line .step-index {
  background: #A9BB41;
  color: white;
  font-family: "stickaround", "Staatliches", sans-serif;
  border-radius: 10rem;
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 2;
}
.steps .line .step-text {
  flex: 1;
  padding-left: 1.3rem;
}

.nb-person {
  font-family: "stickaround", "Staatliches", sans-serif;
  font-size: 1.5rem;
  color: #A9BB41;
}

.data-time {
  width: 80px;
  height: 80px;
  font-family: "stickaround", "Staatliches", sans-serif;
  font-size: 1.5rem;
  color: #A9BB41;
  line-height: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.data-time .time {
  font-size: 2.8rem;
}
.data-time .min {
  font-size: 1.5rem;
  margin-left: 0.2rem;
}

.prep-time .prep-icon,
.cook-time .prep-icon,
.difficulty .prep-icon {
  width: 100%;
}

.single-recettes .main-view {
  padding-top: 2rem;
}
@media all and (min-width: 992px) {
  .single-recettes .main-view {
    padding-top: 4vw;
  }
}
.single-recettes .cols {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 992px) {
  .single-recettes .cols {
    flex-direction: row;
  }
}
@media all and (min-width: 992px) {
  .single-recettes .column {
    display: inline-block;
  }
  .single-recettes .column.left, .single-recettes .column.right {
    width: 45%;
  }
  .single-recettes .column.left {
    width: 41%;
    margin-right: 4%;
  }
  .single-recettes .column.right {
    width: 55%;
  }
}
.single-recettes h1.page-title {
  text-align: left;
  font-size: 11vw;
}
@media screen and (min-width: 600px) {
  .single-recettes h1.page-title {
    font-size: 9vw;
  }
}
@media screen and (min-width: 768px) {
  .single-recettes h1.page-title {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 992px) {
  .single-recettes h1.page-title {
    font-size: 5.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .single-recettes h1.page-title {
    font-size: 4vw;
  }
}
.box-clipped {
  background-color: white;
  clip-path: url(#blockClipPath);
  position: relative;
}

#galleryModal .modal-content {
  align-items: center;
}
#galleryModal .carousel-content img {
  max-width: 100%;
  max-height: 100%;
}

.gallery-grid-container {
  grid-gap: 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery-grid-container .gallery-img-container,
.gallery-grid-container .lsdt-gallery-img {
  height: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
  width: auto;
}
@media all and (min-width: 768px) {
  .gallery-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-grid-container .gallery-img-container,
  .gallery-grid-container .lsdt-gallery-img {
    max-width: calc(33.333% - 1rem);
  }
}
@media all and (min-width: 1024px) {
  .gallery-grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 1200px) {
  .gallery-grid-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

body.single-producteurs .content {
  font-size: 1rem;
  font-family: "Outfit", sans-serif !important;
  line-height: 1.5;
}
body.single-producteurs h1.page-title {
  font-size: 8vw;
}
@media screen and (min-width: 600px) {
  body.single-producteurs h1.page-title {
    font-size: 7vw;
  }
}
@media screen and (min-width: 768px) {
  body.single-producteurs h1.page-title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 992px) {
  body.single-producteurs h1.page-title {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1200px) {
  body.single-producteurs h1.page-title {
    font-size: 3.5vw;
  }
}
body.single-producteurs .chapo {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: unset;
  margin: 2rem 0 1rem 0;
}
body.single-producteurs .map-marker {
  width: 17%;
  height: 19%;
}
body.single-producteurs .prod-categories {
  margin: 0.5rem 0 0;
}
@media (max-width: 991px) {
  body.single-producteurs .prod-wrapper.right {
    display: none !important;
  }
}
@media (min-width: 992px) {
  body.single-producteurs .prod-wrapper.left {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body.single-producteurs .prod-wrapper.left {
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  body.single-producteurs .producer-details .container {
    max-width: 78vw;
  }
}
body.single-producteurs .prod-categories {
  display: block !important;
}
@media (min-width: 992px) {
  body.single-producteurs .prod-infos-col {
    padding-top: 9rem;
  }
}

.prod-sub-title {
  font-family: "stickaround", "Staatliches", sans-serif;
  color: #A9BB41;
  font-size: 2rem;
  line-height: 1;
  margin-top: 1rem;
}

.producter-img {
  max-width: 100%;
}

.big-img-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
  cursor: zoom-in;
  border: 2px solid #A9BB41;
  padding: 1rem;
  background: white;
}

#main-product-img {
  max-width: 100%;
  max-height: 100%;
}

.prod-img-mini-wrapp {
  display: flex;
  margin: 1rem 0;
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .prod-img-mini-wrapp {
    width: 100%;
  }
}

.product-img-mini-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  max-width: 25%;
}
.product-img-mini-container:not(:first-child) {
  margin: 0 0 0 0.5rem;
}
.product-img-mini {
  max-width: 20vw;
  max-height: 20vw;
  border: 7px solid transparent;
}
@media screen and (min-width: 768px) {
  .product-img-mini {
    max-width: 100%;
  }
}
.product-img-mini.active {
  border: 7px solid #A9BB41;
}

@media screen and (orientation: portrait) {
  body.single-produits .page-wrapper {
    padding-top: 5vw;
  }
}
body.single-produits .zoom-icon {
  width: 36px;
  background: #A9BB41;
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: zoom-in;
}
@media (min-width: 992px) {
  body.single-produits .product-informations + .home-map-top,
  body.single-produits .product-producer,
  body.single-produits .product-producer + .top-curve {
    display: none;
  }
  body.single-produits .product-productlist {
    padding-top: 3vw;
  }
}
body.single-produits h1 {
  font-size: 2rem;
  padding: 0rem 0 1rem 0;
}
@media screen and (min-width: 768px) {
  body.single-produits h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  body.single-produits h1 {
    font-size: 4rem;
  }
}
body.single-produits .map-wrapper {
  margin-top: 3rem;
}
body.single-produits .map-marker {
  width: 17%;
  height: 19%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body.single-produits .product-sheet-wider {
    max-width: 100%;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 992px) {
  body.single-produits .product-sheet-wider .single-product-images {
    width: 37%;
  }
  body.single-produits .product-sheet-wider .single-product-infos {
    padding-left: 2.5rem;
    width: 63%;
  }
  body.single-produits .product-sheet-wider .single-product-map {
    padding-left: 2.5rem;
    width: 30%;
  }
  body.single-produits .product-sheet-wider .single-product-map .map-wrapper {
    margin-top: 0;
  }
  body.single-produits .product-sheet-wider .single-product-map .map-prod {
    margin-top: -3rem;
  }
  body.single-produits .product-sheet-wider .single-product-map .prod-wrapper {
    margin-top: 0;
    padding: 0;
    background-image: unset;
  }
  body.single-produits .product-sheet-wider .single-product-map .prod-wrapper .road-sign {
    position: relative;
    top: 0 !important;
  }
  body.single-produits .product-sheet-wider .green-line:first-child {
    display: none;
  }
  body.single-produits .product-sheet-wider .prod-wrapper {
    padding: 2rem;
    margin-top: 10rem;
  }
  body.single-produits .product-sheet-wider .prod-title {
    font-size: 2.1rem;
  }
  body.single-produits .product-sheet-wider .producter-description {
    font-size: 1.2rem;
  }
  body.single-produits .product-sheet-wider .lsdt-button {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.single-produits .product-sheet-wider .single-product-map,
  body.single-produits .product-sheet-wider .single-product-infos .prod-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body.single-produits .product-sheet-wider .single-product-map,
  body.single-produits .product-sheet-wider .single-product-infos .prod-wrapper {
    display: none !important;
  }
}

.product-sheet {
  padding-top: 1rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .product-sheet {
    flex-direction: column;
  }
}

.single-product-images,
.single-product-infos {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .single-product-images,
  .single-product-infos {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .single-product-images {
    padding-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .single-product-infos {
    padding-top: 0rem;
    padding-left: 4rem;
  }
}

.aster {
  font-size: 30%;
  position: absolute;
  margin: 0.3rem 0 0 0.4rem;
}

.prod-formats {
  display: flex;
  align-items: center;
}
.prod-formats .icon {
  width: 25px;
  margin-right: 0.8rem;
}
.prod-formats .formats {
  flex: 1;
}

.product-format {
  font-family: "metallophile-sp8", sans-serif;
  font-weight: 300;
  margin: 0;
  text-transform: unset;
}

.product-format-sec {
  font-family: "metallophile-sp8", sans-serif;
  font-weight: 300;
  text-transform: unset;
}

.legal-product {
  font-size: 0.9rem;
}

.green-line {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #A9BB41;
  border-style: dotted;
}

.benefit-line {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.benefit-line .icon {
  width: 25px;
  margin-right: 0.8rem;
}
.benefit-line span {
  flex: 1;
}

.product-list {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 600px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 768px) {
  .product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (min-width: 1024px) {
  .product-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.product-list.catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
}
.product-list.catalog .product-item {
  width: calc(50% - 1rem);
}
@media all and (min-width: 600px) {
  .product-list.catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 768px) {
  .product-list.catalog {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-list.catalog .product-item {
    width: calc(33.333% - 1.4rem);
  }
}
@media all and (min-width: 1024px) {
  .product-list.catalog {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-list.catalog .product-item {
    width: calc(25% - 2rem);
  }
  .product-list.catalog .product-item.by-five {
    width: calc(20% - 2rem);
  }
}
.product-list.recipes {
  justify-content: flex-start;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 600px) {
  .product-list.recipes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 768px) {
  .product-list.recipes {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 992px) {
  .product-list.recipes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-list .product-item {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  color: unset;
  text-decoration: unset;
}
.product-list .product-item h5 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0.8rem 0.3rem 0.5rem;
  margin: 0;
}
.product-list .product-item .prod-button {
  margin-bottom: 1rem;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
.category-list .push-wrapper,
.category-list .category-item {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-list .push-wrapper,
  .category-list .category-item {
    max-width: 47.333%;
  }
}
@media all and (min-width: 1024px) {
  .category-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .category-list .push-wrapper,
  .category-list .category-item {
    max-width: 31.333%;
  }
}
.category-list .category-item {
  display: block;
  width: 100%;
  height: auto;
  background-color: #1A4037;
  clip-path: url("#blockClipPath");
  position: relative;
  text-align: center;
  color: #FFF;
}
.category-list .category-item h3 {
  font-size: 1.5rem;
}
.category-list .category-item:hover {
  text-decoration: unset;
}
.category-list .category-item .overlayer {
  padding: 2rem 1rem;
}

@media screen and (max-width: 1199px) {
  .section-sep-large {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .section-sep {
    display: none;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .page-template-template-our-producers .section-sep-large {
    display: block;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .page-template-template-our-producers .section-sep {
    display: none;
  }
}
.page-template-template-our-producers .producers-intro {
  padding-bottom: 8vw;
}
.page-template-template-our-producers .home-map-top {
  margin-top: -31vw;
}
@media screen and (min-width: 992px) {
  .page-template-template-our-producers .home-map-top {
    margin-top: -21vw;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-our-producers .home-map-top {
    margin-top: -24vw;
  }
}
.page-template-template-our-producers .secondary-view-top {
  margin-top: -33vw;
}
@media screen and (min-width: 1200px) {
  .page-template-template-our-producers .secondary-view-top {
    margin-top: -27vw;
  }
}

.single-categories .secondary-view-top {
  margin-top: -10vw;
}

.producer-details,
.prod-productlist,
.product-productlist,
.product-producer {
  padding-bottom: 30vw;
  margin-bottom: -30vw;
}

.rayons-others {
  padding-bottom: 30vw;
}

.categories-others {
  margin-bottom: -30vw;
}

.other-categories-wrapper {
  padding-bottom: 30vw;
  margin-bottom: -30vw;
  padding-top: 7vw;
}
@media screen and (min-width: 1200px) {
  .other-categories-wrapper {
    padding-top: 0vw;
  }
}

.prod-gallery {
  padding-bottom: 20vw;
  margin-bottom: -15vw;
}

.other-categories-wrapper h2,
.producer-details h2,
.prod-productlist h2,
.product-productlist h2,
.prod-gallery h2 {
  margin-top: 0;
}

.prod-productlist h2,
.product-productlist h2 {
  margin-top: -1px;
  padding-top: 2rem;
}

.any-pushes a.push-wrapper {
  color: unset;
  text-decoration: unset;
}
.any-pushes .push-wrapper {
  width: 100%;
  height: auto;
  background-color: white;
  clip-path: url("#blockClipPath");
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .any-pushes .push-wrapper {
    margin-bottom: 1rem;
  }
}
.any-pushes .push-img {
  max-width: 100%;
}
.any-pushes .push-infos {
  padding: 0 1.7rem 2rem;
}
.any-pushes .push-title {
  margin: 1rem 0 0;
}
.any-pushes .push-text {
  margin: 1rem 0 2rem;
}
.any-pushes.overlayed .push-infos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #FFF;
}

.rayons-others .push-wrapper {
  max-height: 40vw;
}
.rayons-others .push-title {
  margin: 2rem 0 0;
}

.left-side-modal,
.right-side-modal {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 10%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #0E3E35;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.45);
  display: none !important;
}

.left-side-modal {
  left: 0;
}

.right-side-modal {
  right: 0;
}

.btn-lsdt-modal {
  background-color: #0e3e35;
  color: #fff;
  border: 1px solid #0e3e35;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}

.btn-lsdt-modal:hover {
  background-color: transparent;
  color: #0e3e35;
  border: 1px solid #0e3e35;
  font-family: "Bitter", sans-serif;
  font-weight: 700;
}

.post-type-archive-rayons .illu-left, .post-type-archive-rayons .illu-right,
.page-template-template-our-products .illu-left,
.page-template-template-our-products .illu-right,
.single-rayons .illu-left,
.single-rayons .illu-right,
.top-producer .illu-left,
.top-producer .illu-right {
  position: absolute;
  max-width: 15vw;
  top: 0;
}
@media screen and (orientation: portrait) {
  .post-type-archive-rayons .illu-left, .post-type-archive-rayons .illu-right,
  .page-template-template-our-products .illu-left,
  .page-template-template-our-products .illu-right,
  .single-rayons .illu-left,
  .single-rayons .illu-right,
  .top-producer .illu-left,
  .top-producer .illu-right {
    display: none;
  }
}
.post-type-archive-rayons .illu-left,
.page-template-template-our-products .illu-left,
.single-rayons .illu-left,
.top-producer .illu-left {
  left: 0;
}
.post-type-archive-rayons .illu-right,
.page-template-template-our-products .illu-right,
.single-rayons .illu-right,
.top-producer .illu-right {
  right: 0;
  z-index: 1;
}
.post-type-archive-rayons .home-pushes,
.page-template-template-our-products .home-pushes,
.single-rayons .home-pushes,
.top-producer .home-pushes {
  position: relative;
  z-index: 2;
}

div.ecloz_order_eshops_module_container {
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  border: 2px solid #00583D;
  max-width: 550px;
  margin: 0 auto;
}
div.ecloz_order_eshops_module_container H3,
div.ecloz_order_eshops_module_container H4 {
  text-align: center;
}
div.ecloz_order_eshops_module_container h3 {
  font-family: "Poppins", "sans-serif" !important;
  font-weight: 600 !important;
  color: #000000 !important;
  font-size: 22px !important;
  text-transform: unset;
}
div.ecloz_order_eshops_module_container H4 {
  font-family: "Poppins", "sans-serif" !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 1em;
  color: #000000 !important;
}
div.ecloz_order_eshops_module_container img {
  max-width: 100%;
  height: auto;
}
div.ecloz_order_eshops_module_container .find-products-link {
  text-align: center;
}
div.ecloz_order_eshops_module_container .find-products-link img {
  width: 90%;
}
@media all and (max-width: 768px) {
  div.ecloz_order_eshops_module_container h3 {
    font-size: 16px !important;
  }
  div.ecloz_order_eshops_module_container H4 {
    font-size: 14px !important;
  }
  div.ecloz_order_eshops_module_container div.d-flex {
    gap: 10px;
  }
  div.ecloz_order_eshops_module_container img {
    margin: 0 !important;
  }
}

#svgbox {
  position: absolute;
}

#wpadminbar {
  display: none !important;
}

html {
  margin-top: 0 !important;
}

.lsdt-button {
  display: inline-block;
  background: #1A4037;
  border-radius: 10rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  font-family: "Staatliches", sans-serif;
  font-size: 1.3rem;
  color: #FFF;
  letter-spacing: 0;
}
.lsdt-button img {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .lsdt-button {
    padding: 0.5rem 0.4rem 0.5rem 0.9rem;
    font-size: 1.1rem;
  }
  .lsdt-button img {
    padding-left: 0.3rem;
    width: 35px;
  }
}
.lsdt-button:hover {
  text-decoration: unset;
  color: white;
  opacity: 0.8;
}
.lsdt-button.smaller {
  padding: 0.3rem 0.3rem 0.3rem 0.6rem;
  font-size: 1rem;
}
.lsdt-button.smaller img {
  padding-left: 0.3rem;
  width: 25px;
}