@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,300&family=Poppins:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Allison&family=Dancing+Script:wght@400;500&family=Fira+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&family=Poppins:wght@300;400;600&display=swap);
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }

  ::slotted(svg),
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  ::slotted(.swiper-navigation-icon),
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    ::slotted(.swiper-navigation-icon),
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: rgba(0,0,0,0);
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: .7;
}
.hamburger.is-active:hover {
  opacity: .7;
}
.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s .1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: rgba(0,0,0,0) !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowalt .hamburger-inner::before {
  transition: top .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom .1s .1s ease,transform .1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom .1s ease,transform .1s .1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner::before,.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity .1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity .1s .22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity .1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity .1s .22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity .125s .275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: .075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: .075s;
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity .125s .275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: .075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: .075s;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s .175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,left .125s .175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,right .125s .175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: rgba(0,0,0,0) !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s .175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,left .125s .175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top .05s .125s linear,right .125s .175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: rgba(0,0,0,0) !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right .125s ease-out,top .05s .125s linear,transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--minus .hamburger-inner::before,.hamburger--minus .hamburger-inner::after {
  transition: bottom .08s 0s ease-out,top .08s 0s ease-out,opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s .08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform,opacity;
  transition-timing-function: ease;
  transition-duration: .15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform,opacity;
  transition-timing-function: ease;
  transition-duration: .15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top .1s .25s ease-in,opacity .1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out,opacity .1s .12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top .1s .25s ease-in,opacity .1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out,opacity .1s .12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s .13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: rgba(0,0,0,0) !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top .1s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s .22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s .15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform .13s .22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand .hamburger-inner {
  transition: transform .075s .15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s .075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: rgba(0,0,0,0) !important;
  transition: transform .075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s .15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r .hamburger-inner {
  transition: transform .075s .15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s .075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom .075s .075s ease-in,transform .075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: rgba(0,0,0,0) !important;
  transition: transform .075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s .15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .075s .1s ease-out,transform .075s .15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: .075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top .075s .12s ease,opacity .075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom .075s .12s ease,transform .075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top .075s ease,opacity .075s .12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .075s ease,transform .075s .12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--vortex .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top,opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom,transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top,opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom,transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
body {
  line-height: 1;
}
ol,ul {
  list-style: none;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "Bw Darius DEMO";
  src: url(media/BwDariusDEMO-Regular.woff2) format("woff2"),url(media/BwDariusDEMO-Regular.woff) format("woff"),url(media/BwDariusDEMO-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bw-darius-demo-light";
  src: url(media/BwDariusDEMO-Light.otf) format("woff"),url(media/BwDariusDEMO-Light.otf) format("opentype"),url(media/BwDariusDEMO-Light.otf) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-black";
  src: url(media/BwDariusDEMO-Black.otf) format("woff"),url(media/BwDariusDEMO-Black.otf) format("opentype"),url(media/BwDariusDEMO-Black.otf) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-bold-italic";
  src: url(media/BwDariusDEMO-BoldItalic.otf) format("woff"),url(media/BwDariusDEMO-BoldItalic.otf) format("opentype"),url(media/BwDariusDEMO-BoldItalic.otf) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-black-italic";
  src: url(media/BwDariusDEMO-BlackItalic.otf) format("woff"),url(media/BwDariusDEMO-BlackItalic.otf) format("opentype"),url(media/BwDariusDEMO-BlackItalic.otf) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-light-italic";
  src: url(media/BwDariusDEMO-LightItalic.otf) format("woff"),url(media/BwDariusDEMO-LightItalic.otf) format("opentype"),url(media/BwDariusDEMO-LightItalic.otf) format("truetype");
}
@font-face {
  font-family: "bw-darius-demo-regular-italic";
  src: url(media/BwDariusDEMO-RegularItalic.otf) format("woff"),url(media/BwDariusDEMO-RegularItalic.otf) format("opentype"),url(media/BwDariusDEMO-RegularItalic.otf) format("truetype");
}
@font-face {
  font-family: "Mermaid";
  src: url(media/Mermaid-Bold.woff2) format("woff2"),url(media/Mermaid-Bold.woff) format("woff"),url(media/Mermaid-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Montserrat";
  font-size: 15px;
  min-width: 300px;
}
body {
  position: relative;
}
@keyframes pulse {
  0% {
    transform: translate3d(-1px, -1px, 0) scale(1);
    border-color: hsla(0,0%,100%,.6);
  }
  100% {
    transform: translate3d(-1px, -1px, 0) scale(1.75);
    opacity: 0;
  }
}
@keyframes creation_show {
  0% {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  1% {
    display: table;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes creation_hide {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  85% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  animation: fade-in-left .6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-left-far {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-far {
  animation: fade-in-left-far 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  animation: fade-in-right .6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  animation: fade-in-top .6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  animation: fade-in-bottom .6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes scrollbar {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollbar-single {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation_menu {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hidden {
  display: none;
}
.screen-reader-text,.sro {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.clearfix:after,.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
select::-ms-expand {
  display: none;
}
.invisible {
  visibility: hidden;
}
a {
  text-decoration: none;
  transition: .3s ease;
}
@media screen and (max-width: 1223px) {
  .-nomobile {
    display: none !important;
  }
}
@media screen and (min-width: 1224px) {
  .-nodesktop {
    display: none !important;
  }
}
.-margin-top {
  margin-top: 4.15rem;
}
.bg,.bg-white,.bg-dark,.bg-light {
  position: relative;
}
.bg.-padding,.bg-white.-padding,.bg-dark.-padding,.bg-light.-padding {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .bg.-padding,.bg-white.-padding,.bg-dark.-padding,.bg-light.-padding {
    padding: 5rem 0;
  }
}
.bg.-smallpadding,.bg-white.-smallpadding,.bg-dark.-smallpadding,.bg-light.-smallpadding {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .bg.-smallpadding,.bg-white.-smallpadding,.bg-dark.-smallpadding,.bg-light.-smallpadding {
    padding: 3rem 0;
  }
}
.bg.-paddingbottom,.bg-white.-paddingbottom,.bg-dark.-paddingbottom,.bg-light.-paddingbottom {
  padding: 0 0 3rem 0;
}
@media screen and (min-width: 768px) {
  .bg.-paddingbottom,.bg-white.-paddingbottom,.bg-dark.-paddingbottom,.bg-light.-paddingbottom {
    padding: 0 0 5rem 0;
  }
}
.bg.-bigpadding,.bg-white.-bigpadding,.bg-dark.-bigpadding,.bg-light.-bigpadding {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .bg.-bigpadding,.bg-white.-bigpadding,.bg-dark.-bigpadding,.bg-light.-bigpadding {
    padding: 7rem 0;
  }
}
.bg.-bigpaddingtop,.bg-white.-bigpaddingtop,.bg-dark.-bigpaddingtop,.bg-light.-bigpaddingtop {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .bg.-bigpaddingtop,.bg-white.-bigpaddingtop,.bg-dark.-bigpaddingtop,.bg-light.-bigpaddingtop {
    padding-top: 7rem;
  }
}
.bg.-scratchtop,.bg-white.-scratchtop,.bg-dark.-scratchtop,.bg-light.-scratchtop {
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .bg.-scratchtop,.bg-white.-scratchtop,.bg-dark.-scratchtop,.bg-light.-scratchtop {
    padding: 5rem 0;
  }
}
.bg.-scratchtop.-nopadding,.bg-white.-scratchtop.-nopadding,.bg-dark.-scratchtop.-nopadding,.bg-light.-scratchtop.-nopadding {
  padding: 0;
}
.bg.-scratchtop.-smallpadding,.bg-white.-scratchtop.-smallpadding,.bg-dark.-scratchtop.-smallpadding,.bg-light.-scratchtop.-smallpadding {
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .bg.-scratchtop.-smallpadding,.bg-white.-scratchtop.-smallpadding,.bg-dark.-scratchtop.-smallpadding,.bg-light.-scratchtop.-smallpadding {
    padding: 2rem 0 3rem;
  }
}
.bg.-scratchtop:before,.bg-white.-scratchtop:before,.bg-dark.-scratchtop:before,.bg-light.-scratchtop:before {
  content: "";
  width: 100%;
  height: 25px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .bg.-scratchtop:before,.bg-white.-scratchtop:before,.bg-dark.-scratchtop:before,.bg-light.-scratchtop:before {
    height: 57px;
    top: -57px;
  }
}
.bg {
  background: #f7f2ee;
}
.bg.-scratchtop:before {
  background: url(media/scratch-top-color.png) top left no-repeat;
  background-size: cover;
}
.bg-light {
  background: #f6f6f6;
}
.bg-light.-scratchtop:before {
  background: url(media/scratch-top-light.png) top left no-repeat;
  background-size: cover;
}
.bg-white.-scratchtop:before {
  background: url(media/scratch-top-white.png) top left no-repeat;
  background-size: cover;
}
.bg-dark {
  background: #1d1d1d;
  color: #f7f2ee;
}
.bg-dark.-scratchtop:before {
  background: url(media/scratchtop.png) top left no-repeat;
  background-size: cover;
}
.bg-dark.-scratchbottom:before {
  background: url(media/scratchbottom.png) top left no-repeat;
  background-size: cover;
}
.bg-dark .bottom-image {
  width: 100%;
}
.bg-dark .bottom-image img {
  position: relative;
  bottom: -2px;
  height: auto;
  width: 100%;
}
.bgcampagne {
  background: url(media/fond-ferme-texte.png) top left no-repeat;
  background-size: contain;
}
.heritages-image {
  width: 100%;
  margin-top: -4rem;
}
@media screen and (min-width: 1224px) {
  .heritages-image {
    margin-top: -7rem;
  }
}
@media screen and (min-width: 1600px) {
  .heritages-image {
    margin-top: -15rem;
  }
}
.heritages-image img {
  position: relative;
  bottom: -2px;
  height: auto;
  width: 100%;
}
.deco-viande {
  width: 143px;
  height: 236px;
  position: absolute;
  right: 0;
  bottom: -115px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .deco-viande {
    width: 285px;
    height: 472px;
    bottom: -196px;
  }
  .deco-viande.-lower {
    bottom: -256px;
  }
}
.deco-viande img {
  width: 100%;
  height: auto;
}
.img-heritage {
  width: 190px;
  height: 190px;
  display: block;
  position: absolute;
  top: -90px;
  right: -90px;
}
@media screen and (max-width: 768px) {
  .multiples-sections .bloc-illu {
    height: 100%;
    box-sizing: border-box;
  }
}
.multiples-sections .bloc-illu .section-single.-concepts {
  flex-direction: column-reverse;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multiples-sections .bloc-illu .section-single.-concepts {
    flex-direction: row-reverse;
  }
}
.multiples-sections .bloc-illu .section-single.-concepts .content-container {
  align-items: flex-start;
}
.multiples-sections .bloc-illu .section-single.-concepts .content-container .items .wp-content ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .multiples-sections .bloc-illu .section-single.-concepts .image-container {
    margin-left: 3rem;
  }
}
.multiples-sections .bloc-illu .section-single.-concepts .image-container figure {
  display: flex;
  justify-content: end;
}
.multiples-sections .bloc-illu .section-single.-concepts .image-container figure:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .multiples-sections .bloc-illu .section-single.-concepts .image-container .image img {
    max-width: 371px;
  }
}
.multiples-sections .bloc-illu .section-single.-quality {
  flex-direction: row-reverse;
}
.multiples-sections .bloc-illu .section-single.-quality .content-container {
  align-items: flex-start;
}
.multiples-sections .bloc-illu .section-single.-quality .image-container {
  margin-left: 3rem;
}
.multiples-sections .bloc-illu .section-single.-quality .image-container figure {
  display: flex;
  justify-content: end;
}
.multiples-sections .bloc-illu .section-single.-quality .image-container figure:after {
  display: none;
}
.multiples-sections .bloc-illu .section-single.-quality .image-container .image img {
  max-width: 371px;
}
.anchors-container {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f7f2ee;
  width: 100%;
  margin-bottom: 4.8rem;
}
.anchors-container.-noborder {
  border-bottom: 0;
  margin-bottom: 3rem;
  padding-bottom: 0;
}
.anchors-container>.anchor {
  padding: 0 1rem;
  border-right: 1px solid #711822;
  margin-bottom: 1rem;
  font-family: "bw-darius-demo-regular-italic";
  color: #711822;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s ease;
}
.anchors-container>.anchor>span {
  transition: .3s ease;
  text-transform: capitalize;
}
.anchors-container>.anchor>span.bold {
  visibility: hidden;
  height: 0;
  font-family: "bw-darius-demo-bold-italic";
}
.anchors-container>.anchor:last-child {
  border-right: 0;
}
.anchors-container>.anchor:hover>span {
  font-family: "bw-darius-demo-bold-italic";
}
.anchors-container>.anchor.active {
  font-family: "bw-darius-demo-bold-italic";
}
.bandeau-img {
  height: 460px;
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.bandeau-img>img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.bandeau-img.-colorbg {
  background: #dfd6c8;
}
.bandeau-img.-colorbg>img {
  display: none;
}
.bandeau-img .content-container {
  position: relative;
  z-index: 2;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bandeau-img .content-container .titre {
  font-family: "Bw Darius DEMO";
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 1px;
  color: #bda588;
  position: relative;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.bandeau-img .content-container .titre strong {
  color: #f7f2ee;
  font-weight: 800;
}
.bandeau-img .content-container .titre:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #f7f2ee;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bandeau-img .content-container .signature {
  margin: 0 auto;
}
.bests-container {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto 2rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .bests-container {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
  }
}
@media screen and (min-width: 1224px) {
  .bests-container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1400px) {
  .bests-container {
    width: 100%;
    max-width: 1080px;
  }
}
.bests-container .picto-best {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -70px;
  left: -50px;
  z-index: 2;
}
.bests-container .picto-best img {
  width: 100%;
}
.bests-container .item {
  background: #fff;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width: 600px) {
  .bests-container .item {
    margin: 0 6px 2rem;
  }
}
.bests-container .item .image-container {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.bests-container .item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}
.bests-container .item .title-container {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  font-family: "bw-darius-demo-black-italic";
  color: #bda588;
  min-height: 60px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bests-container .item:hover img {
  transform: scale(1.05);
}
.image-bg {
  height: 300px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .image-bg {
    height: 400px;
  }
}
.image-bg .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .image-bg .img {
    background-attachment: fixed;
  }
}
.image-bg.-scratchtopwhite:before {
  content: "";
  width: 100%;
  height: 25px;
  background: url(media/scratch-bottom-white.png) top left no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .image-bg.-scratchtopwhite:before {
    height: 57px;
  }
}
.image-bg.-scratchbottomwhite:after {
  content: "";
  width: 100%;
  height: 25px;
  background: url(media/scratch-top-white.png) top left no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .image-bg.-scratchbottomwhite:after {
    height: 57px;
  }
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  text-align: center;
  color: #bda588;
  font-family: "Fira Sans";
  font-weight: 700;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .woocommerce .woocommerce-breadcrumb {
    padding-bottom: 2rem;
  }
}
.woocommerce .woocommerce-breadcrumb a {
  color: #191d1d;
  font-weight: 400;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #bda588;
}
.woocommerce .woocommerce-breadcrumb span {
  color: #191d1d;
  font-weight: 400;
  padding: 0 .3rem;
}
.bg-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .card-center {
    flex-direction: row;
  }
}
.card-center .thumbnail {
  width: 220px;
  margin: 1rem;
  cursor: pointer;
  position: relative;
  box-shadow: rgba(149,157,165,.2) 0px 8px 24px;
}
.card-center .thumbnail img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transition: .3s;
  position: relative;
  z-index: 10;
}
.card-center .thumbnail img:hover {
  transform: scale(1.1);
  z-index: 11;
}
.card-center .thumbnail .content-card {
  padding: 2em 1em 1em 1em;
  background-color: #fff;
  position: relative;
}
.card-center .thumbnail .content-card .name {
  font-family: "Bw Darius DEMO";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #bda588;
  padding-bottom: 10px;
  border-bottom: .5px solid #f7f2ee;
  margin-bottom: 10px;
}
.card-center .thumbnail .content-card .poids-pcs,.card-center .thumbnail .content-card .ref {
  font-family: "Fira Sans";
  font-size: 14px;
  color: #191d1d;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: .5px solid #f7f2ee;
  margin-bottom: 10px;
}
.card-center .thumbnail .content-card .poids-pcs span,.card-center .thumbnail .content-card .ref span {
  font-size: 1.4rem;
  padding: .5rem;
  color: #bda588;
}
.card-center .thumbnail .content-card .poids-pcs strong,.card-center .thumbnail .content-card .ref strong {
  font-weight: 800;
}
.card-center .thumbnail .content-card .ref {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: .5px solid #f7f2ee;
  position: relative;
}
.card-center .thumbnail .content-card .ref:after {
  content: "";
  border-right: solid .5px #f7f2ee;
  height: 39px;
  position: absolute;
  top: -10px;
  left: 56%;
}
nav .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
nav .nav-links a {
  color: #000;
  font-weight: 600;
  margin: .5rem;
  background-color: #f0efee;
  padding: .5rem .8rem;
}
nav .nav-links span.current {
  border: 1px solid #000;
  padding: .5rem .8rem;
}
.cta {
  display: inline-block;
  text-align: center;
  background: #711822;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: .8em;
  text-transform: uppercase;
  padding: 1.2rem 2.8rem;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: .3s;
  cursor: pointer;
}
.cta:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bda588;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}
.cta.-bigpadding {
  padding: 1rem 4rem;
}
.cta.-smallpadding {
  padding: 1rem 2rem;
}
.cta:hover:before,.cta:focus:before {
  transform: scaleX(1);
}
.cta.-rounded {
  border-radius: 50px;
}
.cta.-rounded:before {
  border-radius: 50px;
}
.cta.-border {
  border: 1px solid #bda588;
  background: rgba(0,0,0,0);
}
.cta.-border:before {
  background: #bda588;
}
.cta.-border.-darktext {
  color: #711822;
}
.cta.-border.-darktext:hover,.cta.-border.-darktext:focus {
  color: #fff;
}
.cta.-light {
  color: #191d1d;
  background: #dfd6c8;
}
.cta.-light:before {
  background: #711822;
}
.cta.-light:hover,.cta.-light:focus {
  color: #fff;
}
.cta.-light:hover:before,.cta.-light:focus:before {
  transform: scaleY(1);
}
.cta.-contrast {
  background: #bda588;
}
.cta.-contrast:before {
  background: #711822;
}
.cta.-contrast:hover:before,.cta.-contrast:focus:before {
  transform: scaleY(1);
}
.cta.-lighthover:before {
  background: #dfd6c8;
}
.cta.-lighthover:hover {
  color: #711822;
}
.cta.-dark {
  background: #711822;
}
.cta.-dark:before {
  background: #dfd6c8;
}
.cta.-dark:hover,.cta.-dark:focus {
  color: #bda588;
}
.cta.-dark:hover:before,.cta.-dark:focus:before {
  transform: scaleY(1);
}
.cta-container {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-container.-row {
    flex-direction: row;
  }
}
.cta-container.-alignstart {
  justify-content: flex-start;
  align-items: flex-start;
}
.cta-container.-alignend {
  justify-content: flex-end;
  align-items: flex-end;
}
.cta-container.-bordertop {
  border-top: 1px solid #746455;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-container.-bordertop {
    padding-top: 4rem;
  }
}
.cta-container.-borderbottom {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-container.-borderbottom {
    padding-bottom: 4rem;
  }
}
.cta-container.-borderbottomcontrast {
  border-bottom: 1px solid #bda588;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cta-container.-borderbottomcontrast {
    padding-bottom: 4rem;
  }
}
.cta-container.-padding {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .cta-container.-padding {
    padding: 4rem 0;
  }
}
.cta-container.-marginbottom {
  margin: 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .cta-container.-marginbottom {
    padding-bottom: 5rem;
  }
}
.cta-container.-margin {
  margin: 3rem auto;
}
@media screen and (min-width: 1024px) {
  .cta-container.-margin {
    padding: 5rem auto;
  }
}
.cta-container.-margintop {
  margin: 0;
  margin-top: 3rem;
}
.cta-container .cta {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .cta-container .cta {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.cta-container .cta:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.deco-image {
  position: absolute;
  left: -20px;
  top: 5px;
  z-index: 2;
  width: 86px;
  height: 63px;
}
.deco-image.-topleft {
  top: -20px;
  left: -20px;
}
.deco-image.-flag {
  width: 100px;
  height: 90px;
}
.filters-container {
  width: 90%;
  max-width: 950px;
  margin: 2rem auto 0;
}
.filters-container .woof {
  width: 100%;
  font-family: "Fira Sans";
}
.filters-container .woof .woof_reset_search_form {
  border-radius: 0;
  font-weight: normal;
  background: #bda588;
  transition: .3s ease;
  color: #fff;
  font-family: "Fira Sans";
}
.filters-container .woof .woof_reset_search_form:hover {
  background: #711822;
  color: #fff;
}
.filters-container .woof_redraw_zone {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .filters-container .woof_redraw_zone {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.filters-container .woof_redraw_zone .woof_container {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .filters-container .woof_redraw_zone .woof_container {
    width: 48%;
    max-width: 180px;
    margin: 0 1rem;
  }
}
.filters-container .woof_redraw_zone .woof_container .chosen-container .chosen-search-input::-moz-placeholder {
  font-family: "Fira Sans";
  color: #191d1d;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container .chosen-search-input::placeholder {
  font-family: "Fira Sans";
  color: #191d1d;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container-active:after {
  display: none;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container-active .chosen-choices {
  border-top: 1px solid #711822 !important;
  box-shadow: none;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container-multi {
  position: relative;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container-multi:after {
  content: "";
  width: 11px;
  height: 6px;
  background: url(media/chevron-down-black.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container-multi .chosen-choices {
  background: #f6f6f6;
  background-image: none;
  border: none;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  transition: .3s ease;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container .chosen-drop {
  background: #f6f6f6;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: none;
  width: 120%;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container .chosen-drop .active-result {
  margin: 5px 0;
  background: #fff;
  border-radius: 5px;
  padding: 9px 7px;
  box-sizing: border-box;
}
.filters-container .woof_redraw_zone .woof_container .chosen-container .chosen-drop .active-result.highlighted {
  background: #eba655;
}
.woof_products_top_panel .woof_reset_button_2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: rgba(0,0,0,0) !important;
  color: #000;
  transition: .3s ease;
  cursor: pointer;
}
.woof_products_top_panel .woof_reset_button_2:hover {
  color: #711822;
  background-color: rgba(0,0,0,0) !important;
}
.footer-container {
  background: #191d1d;
  width: 100%;
  padding-top: 7.4rem;
  color: #fff;
}
@media screen and (min-width: 1224px) {
  .footer-container {
    position: relative;
  }
  .footer-container:after {
    content: "";
    display: block;
    width: 430px;
    height: 400px;
    background: url(media/bg-meat.png) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
}
.footer-container .footer-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
.footer-container .footer-content .menu-footer {
  width: 100%;
  border-top: 1px solid hsla(0,0%,100%,.3);
  border-bottom: 1px solid hsla(0,0%,100%,.3);
  padding-top: 1.33rem;
  padding-bottom: 1.33rem;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .menu-footer {
    padding-bottom: 0;
  }
}
.footer-container .footer-content .menu-footer .menu {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .menu-footer .menu {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.footer-container .footer-content .menu-footer .menu .menu-item a {
  color: #fff;
  font-family: "bw-darius-demo-bold-italic";
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .5rem 0;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .menu-footer .menu .menu-item a {
    padding: 1rem;
    border-right: 1px solid hsla(0,0%,100%,.3);
  }
}
.footer-container .footer-content .menu-footer .menu .menu-item.current-menu-item>a {
  color: #746455;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .menu-footer .menu .menu-item:first-child a {
    padding-left: 0;
  }
}
.footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children {
  position: relative;
}
@media screen and (min-width: 1224px) {
  .footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children>a {
    padding-right: 17px;
  }
  .footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children>.sub-menu>.menu-item {
    margin: 0;
    z-index: 4;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children>.sub-menu>.menu-item a {
    padding: .9rem 0;
    width: 100%;
    border-bottom: 1px solid #f7f2ee;
    font-weight: 400;
    text-align: left;
    align-items: flex-start;
  }
  .footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children>.sub-menu>.menu-item a::before {
    display: none;
  }
  .footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children>.sub-menu>.menu-item.current-menu-item a,.footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children>.sub-menu>.menu-item:hover a {
    border-bottom: 1px solid #bda588;
  }
  .footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children>.sub-menu>.menu-item:hover a {
    color: #bda588;
  }
}
.footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children .chevron {
  width: 6px;
  height: 5px;
  background-size: contain;
  position: absolute;
  top: 12px;
  right: -20px;
  transform-origin: center;
  transition: .3s ease;
}
.footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children .sub-menu {
  display: none;
}
.footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children.open .chevron,.footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children:hover .chevron {
  transform: rotate(180deg);
}
@media screen and (min-width: 1224px) {
  .footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children>.sub-menu {
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: 102%;
    margin: 0;
    padding: 20px 15px;
    transform-origin: 0 0;
    width: 180px;
    box-sizing: border-box;
    background: #191d1d;
  }
  .footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children.open .sub-menu,.footer-container .footer-content .menu-footer .menu .menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
    animation-duration: 340ms;
    animation-delay: 150ms;
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    animation-fill-mode: both;
    animation-name: animation_menu;
  }
}
.footer-container .footer-content .infos-container {
  width: 100%;
  border-bottom: 1px solid hsla(0,0%,100%,.3);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer-container .footer-content .infos-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .infos-container .infos {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    max-width: 770px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-container .footer-content .infos-container .infos {
    border-right: 1px solid rgba(230,209,143,.3);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.footer-container .footer-content .infos-container .infos>.item {
  text-align: center;
  font-family: "bw-darius-demo-light";
  padding: .5rem 0;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .infos-container .infos>.item {
    padding: 0 1.8rem;
    position: relative;
  }
  .footer-container .footer-content .infos-container .infos>.item:first-child {
    padding-left: 0;
  }
  .footer-container .footer-content .infos-container .infos>.item:last-child:before {
    display: none;
  }
  .footer-container .footer-content .infos-container .infos>.item:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #bda588;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.footer-container .footer-content .coords-container {
  padding: 3rem 0;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .footer-container .footer-content .coords-container {
    padding: 0;
  }
}
.footer-container .footer-content .coords-container .coords {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .coords-container .coords {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 770px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-container .footer-content .coords-container .coords {
    border-right: 1px solid rgba(230,209,143,.3);
    padding: 3rem 0;
  }
}
.footer-container .footer-content .coords-container .coords .address-container {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .coords-container .coords .address-container {
    text-align: left;
    width: 50%;
    margin-bottom: 0;
  }
}
.footer-container .footer-content .coords-container .coords .address-container>p {
  font-family: "bw-darius-demo-light";
  line-height: 1.5;
}
.footer-container .footer-content .coords-container .coords .address-container>p strong {
  font-family: "bw-darius-demo-bold-italic";
  color: #746455;
}
.footer-container .footer-content .coords-container .coords .address-container .socials {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1.33rem;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .coords-container .coords .address-container .socials {
    justify-content: flex-start;
  }
}
.footer-container .footer-content .coords-container .coords .address-container .socials .link {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: .3s ease;
  margin-right: 7px;
}
.footer-container .footer-content .coords-container .coords .address-container .socials .link:hover {
  color: #bda588;
  border: 2px solid #bda588;
}
.footer-container .footer-content .coords-container .coords .logo-footer {
  width: 80%;
  max-width: 340px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-content .coords-container .coords .logo-footer {
    width: 50%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-container .footer-content .coords-container .coords .logo-footer {
    margin-right: 2.5rem;
  }
}
.footer-container .footer-content .coords-container .coords .logo-footer img {
  width: 100%;
}
.footer-container .footer-content .mentions-container {
  padding: 2.4rem 0;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 981px) {
  .footer-container .footer-content .mentions-container {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.footer-container .footer-content .mentions-container>.item {
  color: #fff;
  transition: .3s ease;
  font-size: .8rem;
  padding: .5rem 0;
}
@media screen and (min-width: 981px) {
  .footer-container .footer-content .mentions-container>.item {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 .9rem;
    position: relative;
  }
  .footer-container .footer-content .mentions-container>.item:first-child {
    padding-left: 0;
  }
  .footer-container .footer-content .mentions-container>.item:last-child:before {
    display: none;
  }
  .footer-container .footer-content .mentions-container>.item:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #bda588;
    position: absolute;
    top: 0%;
    right: 0;
    transform: translateX(50%);
  }
}
@media screen and (min-width: 1124px) {
  .footer-container .footer-content .mentions-container>.item {
    padding: 0 1.2rem;
  }
}
.footer-container .footer-content .mentions-container>a:hover {
  color: #bda588;
}
.wpcf7 {
  margin-top: 5rem;
  width: 100%;
}
.form-group {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .form-group {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.form-group>span {
  width: 100%;
}
.form-group .form-control {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
  font-family: "Montserrat";
}
.form-group .form-control.-bigmargin {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .form-group .form-control {
    width: 48%;
  }
}
.form-group .form-control>span {
  width: 100%;
}
.form-group .form-control>span input:not([type=checkbox]),.form-group .form-control>span textarea {
  width: 100%;
}
.form-group .form-control>span input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid #191d1d;
  transition: .3s ease;
  padding: .5rem 0 1rem;
  box-sizing: border-box;
  font-size: 1em;
}
.form-group .form-control>span input:not([type=checkbox]):not([type=radio]):focus {
  outline: none !important;
  border-bottom: 1px solid #711822;
}
.form-group .form-control>span input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
  font-family: "Montserrat";
  font-size: 1em;
  color: #191d1d;
}
.form-group .form-control>span input:not([type=checkbox]):not([type=radio])::placeholder {
  font-family: "Montserrat";
  font-size: 1em;
  color: #191d1d;
}
.form-group .form-control>span textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #191d1d;
  transition: .3s ease;
  padding: .5rem 0 1rem;
  box-sizing: border-box;
  font-size: 1em;
  font-family: "Montserrat" !important;
}
.form-group .form-control>span textarea:focus {
  outline: none !important;
  border-bottom: 1px solid #711822;
}
.form-group .form-control>span textarea::-moz-placeholder {
  font-family: "Montserrat";
  font-size: 1em;
  color: #191d1d;
}
.form-group .form-control>span textarea::placeholder {
  font-family: "Montserrat";
  font-size: 1em;
  color: #191d1d;
}
.form-group .form-control .message {
  margin-top: .5rem;
}
.form-group .form-control .acceptance {
  text-align: left;
}
.form-group .form-control .acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form-group .form-control .acceptance .wpcf7-list-item a {
  color: #000;
}
.form-group .form-control .acceptance .wpcf7-list-item a:hover {
  color: #711822;
}
.form-group .form-control .acceptance .wpcf7-list-item label input {
  margin: 0;
  margin-right: .3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  border: 1px solid #711822;
  width: 12px;
  height: 12px;
  transition: .3s ease;
}
.form-group .form-control .acceptance .wpcf7-list-item label input:checked {
  outline: none !important;
  background: #711822;
}
.form-group .form-control .acceptance .wpcf7-list-item label input:focus {
  outline: none !important;
}
@media screen and (min-width: 768px) {
  .form-group.-single {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.form-group.-single .form-control {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-group.-single .form-control {
    width: 100%;
  }
}
.form-group.-three .form-control {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-group.-three .form-control {
    width: 32%;
  }
}
.form-group.-send {
  margin-top: 2rem;
}
.form-group.-send .form-control {
  margin-bottom: 0;
  width: auto;
  margin: auto;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: .3s;
  cursor: pointer;
  background: #711822;
  height: 47px;
}
.form-group.-send .form-control:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bda588;
  transform: scaleX(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}
.form-group.-send .form-control:hover:before,.form-group.-send .form-control:focus:before {
  transform: scaleX(1);
}
.form-group.-send .form-control .wpcf7-submit {
  border-color: rgba(0,0,0,0) !important;
  border: none;
  background-color: rgba(0,0,0,0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: auto;
}
.header-container {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100vw;
  position: absolute;
  top: 0;
  z-index: 10000;
}
.header-container .container {
  width: 80vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container .container button {
  min-width: 235px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-container .container button p {
  border-left: 1px solid #fff;
  padding: 6px 0 6px 15px;
  text-transform: uppercase;
  color: #fff;
}
.header-container .container button.hamburger .hamburger-box {
  width: 25px;
  height: 20px;
}
.header-container .container button.hamburger .hamburger-box .hamburger-inner {
  background-color: #fff;
  width: 22px;
  height: 2px;
  margin-top: 0;
  top: 1px;
}
.header-container .container button.hamburger .hamburger-box .hamburger-inner::after,.header-container .container button.hamburger .hamburger-box .hamburger-inner::before {
  width: 22px;
  height: 2px;
  background-color: #fff;
}
.header-container .container button.hamburger .hamburger-box .hamburger-inner::after {
  top: 14px;
}
.header-container .container button.hamburger .hamburger-box .hamburger-inner::before {
  top: 7px;
}
.header-container .container button.hamburger.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: .075s;
}
.header-container .container button.hamburger.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-270deg);
  transition-delay: .075s;
}
.header-container .container .logo-container {
  max-width: 300px;
  opacity: 1;
  transition: all ease-in 300ms;
}
.header-container .container .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-container .container .nav-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-container .container .nav-container .menu-lang .wpml-ls {
  width: 45px;
}
.header-container .container .nav-container .menu-lang .wpml-ls li a {
  background: none;
  border: none;
  border-left: 1px solid #fff;
  padding-left: 20px;
  color: #fff;
}
.header-container .container .nav-container #wpml-ls-submenu-click-default {
  background: none;
}
.header-container.active {
  position: fixed;
  top: 32px;
}
.header-container.active .logo-container {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header-container .container {
    width: 90vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-container .container button {
    min-width: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header-container .container button p {
    display: none;
  }
  .header-container .container button.hamburger .hamburger-box {
    width: 25px;
    height: 20px;
  }
  .header-container .container button.hamburger .hamburger-box .hamburger-inner {
    background-color: #fff;
    width: 22px;
    height: 2px;
    margin-top: 0;
    top: 1px;
  }
  .header-container .container button.hamburger .hamburger-box .hamburger-inner::after,.header-container .container button.hamburger .hamburger-box .hamburger-inner::before {
    width: 22px;
    height: 2px;
    background-color: #fff;
  }
  .header-container .container button.hamburger .hamburger-box .hamburger-inner::after {
    top: 14px;
  }
  .header-container .container button.hamburger .hamburger-box .hamburger-inner::before {
    top: 7px;
  }
  .header-container .container button.hamburger.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    transition-delay: .075s;
  }
  .header-container .container button.hamburger.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: .075s;
  }
  .header-container .container .logo-container {
    max-width: 150px;
    opacity: 1;
    transition: all ease-in 300ms;
  }
  .header-container .container .nav-container {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header-container .container .nav-container .cta {
    display: none;
  }
  .header-container .container .nav-container .menu-lang .wpml-ls {
    width: 5em;
  }
  .header-container .container .nav-container .menu-lang .wpml-ls li a {
    background: none;
    border: none;
    border-left: 1px solid #fff;
    padding-left: 20px;
    color: #fff;
  }
  .header-container .container .nav-container #wpml-ls-submenu-click-default {
    background: none;
  }
}
.heritages-container {
  position: relative;
  width: 100%;
  padding-top: 60px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .heritages-container {
    padding-top: 100px;
  }
}
.heritages-container:before {
  content: "";
  width: 90%;
  max-width: 1085px;
  height: 1px;
  display: block;
  background: #746455;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.heritages-container .bar {
  width: 1px;
  height: 100%;
  top: 0;
  background: #746455;
  position: absolute;
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .heritages-container .bar {
    left: 50%;
  }
}
.heritages-container .heritage-single {
  width: 90%;
  margin: 0 auto 4rem;
  max-width: 1085px;
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(even) .text-container {
    padding-right: 111px;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(even) .text-container .title-container .number {
    left: -20%;
    right: auto;
  }
}
@media screen and (min-width: 1440px) {
  .heritages-container .heritage-single:nth-child(even) .text-container .title-container .number {
    left: -60%;
  }
}
.heritages-container .heritage-single .text-container {
  color: #f7f2ee;
  margin-bottom: 3rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single .text-container {
    margin-bottom: 0;
    width: 49%;
    background: #1d1d1d;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single .text-container {
    width: 50%;
  }
}
.heritages-container .heritage-single .text-container .title-container {
  font-size: 1.7rem;
  margin-bottom: 3rem;
  font-family: "bw-darius-demo-regular-italic";
  position: relative;
  color: #dfd6c8;
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single .text-container .title-container {
    font-size: 2.3rem;
  }
}
.heritages-container .heritage-single .text-container .title-container .title {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  margin-top: 7rem;
}
.heritages-container .heritage-single .text-container .title-container .title:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #f0efee;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heritages-container .heritage-single .text-container .title-container h3 {
  position: relative;
}
.heritages-container .heritage-single .text-container .title-container em {
  font-family: "bw-darius-demo-bold-italic";
}
.heritages-container .heritage-single .text-container .title-container strong {
  font-family: "bw-darius-demo-black-italic";
  color: #746455;
}
.heritages-container .heritage-single .text-container .title-container .number {
  font-family: "bw-darius-demo-black-italic";
  font-size: 135px;
  color: rgba(0,0,0,0) !important;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
  -webkit-text-stroke-color: #746455;
  transition: .3s ease;
  position: absolute;
  bottom: 3rem;
  z-index: 0;
  line-height: 115px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single .text-container .title-container .number {
    font-size: 200px;
    line-height: 180px;
  }
}
.heritages-container .heritage-single .images-container {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single .images-container {
    width: 49%;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single .images-container {
    width: 50%;
  }
}
.heritages-container .heritage-single .images-container .firstimage {
  width: 100%;
  height: 250px;
  display: -ms-flex;
  display: flex;
  margin-bottom: 1rem;
}
.heritages-container .heritage-single .images-container .firstimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heritages-container .heritage-single .images-container .secondimage {
  width: 100%;
  height: 250px;
  display: -ms-flex;
  display: flex;
}
.heritages-container .heritage-single .images-container .secondimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(2) {
    align-items: flex-end;
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(2) .text-container {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(2) .images-container .firstimage {
    width: 280px;
    height: 280px;
    transform-origin: top left;
    transform: rotate(10deg);
    position: relative;
    left: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .heritages-container .heritage-single:nth-child(2) .images-container .firstimage {
    width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(2) .images-container .secondimage {
    width: 280px;
    height: 280px;
    transform-origin: bottom left;
    transform: rotate(-5deg);
    position: relative;
    left: 140px;
    top: -50px;
    margin-bottom: -50px;
  }
  .heritages-container .heritage-single:nth-child(2) .images-container .secondimage:before {
    width: 169px;
    height: 169px;
    content: "";
    background: url(media/made-in-belgium.png) center no-repeat;
    background-size: cover;
    top: -28px;
    left: -80px;
    position: absolute;
    z-index: 11;
  }
  .heritages-container .heritage-single:nth-child(2) .images-container .secondimage:after {
    width: 86px;
    height: 83px;
    content: "";
    background: url(media/intro-deco.png) center no-repeat;
    background-size: cover;
    bottom: 295px;
    left: 301px;
    position: absolute;
    z-index: 11;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1440px) {
  .heritages-container .heritage-single:nth-child(2) .images-container .secondimage {
    width: 350px;
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(3) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(3) .text-container .wp-content {
    padding-bottom: 3rem;
    border-bottom: 1px solid #746455;
  }
}
.heritages-container .heritage-single:nth-child(3) .text-container:before {
  display: flex;
  flex-wrap: wrap;
  content: "";
  border-top: solid 1px #746455;
  position: absolute;
  width: 20px;
  top: 89px;
  left: -1px;
  margin-bottom: 2.55rem;
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(3) .images-container .firstimage {
    width: 290px;
    height: 195px;
    transform-origin: top left;
    transform: rotate(4deg);
    position: relative;
    left: -100px;
    z-index: 3;
    top: 20px;
  }
  .heritages-container .heritage-single:nth-child(3) .images-container .firstimage:after {
    width: 86px;
    height: 83px;
    content: "";
    background: url(media/intro-deco.png) center no-repeat;
    background-size: cover;
    top: -34px;
    left: -30px;
    position: absolute;
    z-index: 11;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(3) .images-container .secondimage {
    width: 280px;
    height: 280px;
    transform-origin: bottom left;
    transform: rotate(-12deg);
    position: relative;
    right: -210px;
    top: -50px;
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 1440px) {
  .heritages-container .heritage-single:nth-child(3) .images-container .secondimage {
    width: 370px;
    height: 370px;
  }
}
.heritages-container .heritage-single:nth-child(3) .images-container:before {
  display: flex;
  flex-wrap: wrap;
  content: "";
  border-top: solid 1px #746455;
  position: absolute;
  width: 100%;
  top: 20%;
  margin-bottom: 2.55rem;
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(4) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(4) .text-container .wp-content {
    padding-bottom: 3rem;
    border-bottom: 1px solid #746455;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(4) .images-container .firstimage {
    width: 320px;
    height: 290px;
    transform-origin: top left;
    transform: rotate(-6deg);
    position: relative;
    left: 0;
    z-index: 3;
    top: 169px;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(4) .images-container .firstimage:after {
    width: 194px;
    height: 194px;
    content: "";
    background: url(media/aubel.png) center no-repeat;
    background-size: cover;
    top: -95px;
    left: 225px;
    position: absolute;
    z-index: 11;
    transform: rotate(15deg);
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(4) .images-container .secondimage {
    width: 250px;
    height: 175px;
    transform-origin: bottom left;
    transform: rotate(12deg);
    position: relative;
    right: -293px;
    top: -190px;
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 1440px) {
  .heritages-container .heritage-single:nth-child(4) .images-container .secondimage {
    width: 250px;
    height: 175px;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(5) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(5) .text-container .wp-content {
    padding-bottom: 3rem;
    border-bottom: 1px solid #746455;
  }
}
.heritages-container .heritage-single:nth-child(5) .text-container:before {
  display: flex;
  flex-wrap: wrap;
  content: "";
  border-top: solid 1px #746455;
  position: absolute;
  width: 20px;
  top: 124.5px;
  left: -1px;
  margin-bottom: 2.55rem;
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(5) .images-container .firstimage {
    width: 450px;
    height: 220px;
    transform-origin: top left;
    transform: rotate(9deg);
    position: relative;
    left: -2px;
    z-index: 0;
    top: -14px;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(5) .images-container .secondimage {
    width: 280px;
    height: 280px;
    transform-origin: bottom left;
    transform: rotate(-4deg);
    position: relative;
    right: -113px;
    top: 20px;
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 1440px) {
  .heritages-container .heritage-single:nth-child(5) .images-container .secondimage {
    width: 375px;
    height: 235px;
  }
}
.heritages-container .heritage-single:nth-child(5) .images-container:before {
  display: flex;
  flex-wrap: wrap;
  content: "";
  border-top: solid 1px #746455;
  position: absolute;
  width: 100%;
  top: 5%;
  margin-bottom: 2.55rem;
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(6) {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(6) .text-container .wp-content {
    padding-bottom: 3rem;
    border-bottom: 1px solid #746455;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(6) .images-container .firstimage {
    width: 320px;
    height: 210px;
    transform-origin: top left;
    transform: rotate(-4deg);
    position: relative;
    left: 0;
    z-index: 1;
    top: 4px;
  }
  .heritages-container .heritage-single:nth-child(6) .images-container .firstimage:after {
    width: 86px;
    height: 83px;
    content: "";
    background: url(media/intro-deco.png) center no-repeat;
    background-size: cover;
    top: -28px;
    left: 272px;
    position: absolute;
    z-index: 11;
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(6) .images-container .secondimage {
    width: 280px;
    height: 280px;
    transform-origin: bottom left;
    transform: rotate(12deg);
    position: relative;
    right: 0;
    top: -71px;
    margin-bottom: -50px;
  }
  .heritages-container .heritage-single:nth-child(6) .images-container .secondimage:after {
    width: 150px;
    height: 150px;
    content: "";
    background: url(media/best-seller.png) center no-repeat;
    background-size: cover;
    top: -74px;
    left: 334px;
    position: absolute;
    z-index: 11;
  }
}
@media screen and (min-width: 1440px) {
  .heritages-container .heritage-single:nth-child(6) .images-container .secondimage {
    width: 410px;
    height: 275px;
  }
}
@media screen and (min-width: 768px) {
  .heritages-container .heritage-single:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(odd) .text-container {
    padding-left: 111px;
  }
}
.heritages-container .heritage-single:nth-child(odd) .text-container .number {
  -webkit-text-stroke-color: #dfd6c8;
}
@media screen and (min-width: 1024px) {
  .heritages-container .heritage-single:nth-child(odd) .text-container .number {
    right: -20%;
  }
}
@media screen and (min-width: 1440px) {
  .heritages-container .heritage-single:nth-child(odd) .text-container .number {
    right: -50%;
  }
}
.ingredients-list .ingredient {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 2rem 0 1rem;
  border-bottom: 1px solid #191d1d;
  cursor: pointer;
}
.ingredients-list .ingredient .checkbox {
  border: 1px solid #bda588;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  transition: .3s ease;
  box-sizing: border-box;
  margin-right: 1.2rem;
}
.ingredients-list .ingredient.active .checkbox {
  background: #bda588;
}
.menu-button {
  width: 40px;
  height: 30px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 2.5em;
  right: 1.5em;
  z-index: 1001;
  transform: translateY(-50%);
}
@media screen and (min-width: 1224px) {
  .menu-button {
    display: none;
  }
}
.menu-button span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #746455;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.menu-button span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.menu-button span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}
.menu-button span:nth-child(3) {
  top: 25px;
  transform-origin: left center;
}
.menu-button.open span {
  background: #711822;
}
.menu-button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 7px;
}
.menu-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 7px;
}
.menu-button.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#modalform {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.7);
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 6000;
  top: 0;
  left: 0;
  display: none;
}
#modalform.show {
  display: -ms-flex;
  display: flex;
}
#modalform .form-container {
  background: #fff;
  padding: 2rem;
  width: 80%;
  max-width: 500px;
  position: relative;
}
#modalform .form-container .close-form {
  background: #711822;
  color: #fff;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: .3s ease;
}
#modalform .form-container .close-form span {
  font-size: 1.5rem;
  transition: .3s ease;
}
#modalform .form-container .close-form:hover {
  color: #000;
  background: #bda588;
}
#modalform .form-container .wpcf7-response-output {
  border: none;
  color: #000;
  text-align: center;
}
#modalform .form-container .form-group .form-control {
  color: #191d1d;
}
#modalform .form-container .showlink {
  color: #000;
  margin-top: 1.5rem;
  text-align: center;
}
#modalform .form-container .showlink * {
  display: inline-block;
}
#modalform .form-container .showlink a {
  color: #bda588;
}
#modalform .form-container .showlink a:hover {
  color: #711822;
}
.multiples-sections {
  margin-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .multiples-sections {
    margin-top: 0;
  }
}
.multiples-sections.-lighttext .section-single {
  color: #f7f2ee;
}
.multiples-sections .bloc-illu {
  width: 100%;
  background: url(media/bg-bloc-illu.png) center no-repeat;
  background-size: contain;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
.multiples-sections .bloc-illu .meat-piece {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50%;
  max-width: 600px;
}
@media screen and (min-width: 1024px) {
  .multiples-sections .bloc-illu .meat-piece {
    height: 100%;
  }
}
.multiples-sections .bloc-illu .meat-piece img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .multiples-sections .bloc-illu .meat-piece img {
    height: 100%;
    width: auto;
  }
}
.multiples-sections .section-single {
  width: 90%;
  margin: 0 auto 3rem;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 4rem;
  }
}
.multiples-sections .section-single:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single.-alignstart {
    align-items: flex-start;
  }
}
.multiples-sections .section-single .image-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single .image-container {
    width: 46%;
    max-width: 745px;
  }
}
.multiples-sections .section-single .image-container .image {
  width: 100%;
  display: -ms-flex;
  display: flex;
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single .image-container .image {
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .multiples-sections .section-single .image-container .image {
    height: 450px;
  }
}
.multiples-sections .section-single .image-container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.multiples-sections .section-single .content-container {
  margin-bottom: 5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single .content-container {
    width: 45%;
    max-width: 725px;
    margin-bottom: 0;
  }
}
.multiples-sections .section-single .content-container .title {
  margin-bottom: 3rem;
}
.multiples-sections .section-single .content-container .title h3 {
  font-family: "Bw Darius DEMO";
  font-size: 1.8rem;
  font-weight: 300;
  color: #bda588;
  line-height: 1.1em;
}
@media screen and (min-width: 1024px) {
  .multiples-sections .section-single .content-container .title h3 {
    font-size: 2rem;
  }
}
.multiples-sections .section-single .content-container .title h3 strong {
  font-family: "bw-darius-demo-bold-italic";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.multiples-sections .section-single .content-container .title h3 em {
  font-family: "bw-darius-demo-black-italic";
}
.multiples-sections .section-single .content-container .title.-italic h3 {
  font-family: "bw-darius-demo-regular-italic";
}
.multiples-sections .section-single .content-container .title.-italic h3 em {
  font-family: "bw-darius-demo-bold-italic";
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single .content-container .title.-margintop {
    margin-top: 2.7rem;
  }
}
.multiples-sections .section-single .content-container .title .subtitle strong {
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single:nth-child(1) .content-container {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single:nth-child(1) .content-container .items {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .multiples-sections .section-single:nth-child(1) .content-container .items {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .multiples-sections .section-single:nth-child(1) .content-container .items.-large {
    width: 52%;
  }
}
.multiples-sections .section-single:nth-child(1) .image-container .deco:after {
  width: 86px;
  height: 83px;
  content: "";
  background: url(media/intro-deco.png) center no-repeat;
  background-size: cover;
  bottom: -24px;
  top: auto;
  left: -24px;
  position: absolute;
  z-index: 11;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single:nth-child(3) {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single:nth-child(3) .content-container {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 46%;
    max-width: 745px;
  }
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single:nth-child(3) .content-container .items {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .multiples-sections .section-single:nth-child(3) .content-container .items {
    width: 45%;
  }
}
.multiples-sections .section-single:nth-child(4) {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single:nth-child(4) .content-container {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .multiples-sections .section-single:nth-child(4) .content-container .items {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .multiples-sections .section-single:nth-child(4) .content-container .items {
    width: 45%;
  }
}
.multiples-sections .section-single:nth-child(4) .image-container .image {
  height: 830px;
}
.multiples-sections:nth-last-child(1) .image-container .deco:after {
  width: 86px;
  height: 83px;
  content: "";
  background: url(media/intro-deco.png) center no-repeat;
  background-size: cover;
  top: -22px;
  left: -22px;
  position: absolute;
  z-index: 11;
}
.bgdark {
  width: 100%;
  height: 100%;
  background: url(media/bgdark.png) center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}
.bgdark.-paddingbottom {
  padding-bottom: 5rem;
}
.multipleslider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper {
    padding-top: 0;
  }
}
.multipleslider-wrapper .cta-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
  padding-top: 3rem;
  border-top: 1px solid #746455;
}
.multipleslider-wrapper .multipleslider-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}
.multipleslider-wrapper .multipleslider-container .mainslider-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container {
    top: -45px;
    margin-top: 3rem;
    width: 110%;
    margin-bottom: -45px;
  }
}
@media screen and (min-width: 1440px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container {
    width: 120%;
  }
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .slider-main {
  width: 100%;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 150px;
  }
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .title {
  font-family: "bw-darius-demo-regular-italic";
  font-size: 2rem;
  color: #dfd6c8;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .title {
    width: 42%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1224px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .title {
    font-size: 2.66rem;
  }
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .title:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #dfd6c8;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .title em {
  font-family: "bw-darius-demo-black-italic";
  color: #746455;
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .title strong {
  font-family: "bw-darius-demo-bold-italic";
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .content {
    width: 40%;
    margin-left: 20%;
    margin-top: 5rem;
  }
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .image-container {
  width: 100%;
  margin: 2rem auto 0;
  height: 300px;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .image-container {
    width: 400px;
    position: absolute;
    right: 0;
    top: 0px;
    margin: 0;
  }
}
@media screen and (min-width: 1224px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .image-container {
    width: 600px;
  }
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-slide .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-button-next {
  width: 25px;
  height: 25px;
  right: 0;
  background: url(media/round-arrow-right-light.png) center no-repeat;
  background-size: cover;
  z-index: 25;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-button-next {
    width: 36px;
    height: 36px;
    top: calc(50% + 100px);
    right: 30%;
  }
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-button-next:after {
  display: none;
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-button-next:focus {
  outline: none;
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-pagination {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-pagination {
    width: 38%;
    margin-left: 19%;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  .multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-pagination {
    margin-left: 19%;
  }
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  background: #746455;
  transition: .3s ease;
  margin-right: 7px;
  width: 3px;
  height: 14px;
  margin-top: 1.5rem;
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-pagination-bullet-active {
  background: #fff;
  transform: translateY(-5px);
}
.multipleslider-wrapper .multipleslider-container .mainslider-container .swiper-pagination-bullet:focus {
  outline: none !important;
}
.multipleslider-wrapper .multipleslider-container .slider-logos {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
  height: 130px;
  border-top: 1px solid #746455;
}
.multipleslider-wrapper .multipleslider-container .slider-logos .swiper-slide .logo-container {
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-sizing: border-box;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.multipleslider-wrapper .multipleslider-container .slider-logos .swiper-slide .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .6;
  transition: .3s ease;
}
.multipleslider-wrapper .multipleslider-container .slider-logos .swiper-slide-active .logo-container img {
  filter: grayscale(0);
  opacity: 1;
  transition: .3s ease;
}
.multipleslider-wrapper .multipleslider-container .slider-images {
  width: 80%;
  margin: 2rem auto 0;
  overflow: hidden;
  height: 300px;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .slider-images {
    width: 40px;
    position: absolute;
    right: 0;
    top: -50px;
    margin: 0;
  }
}
@media screen and (min-width: 1224px) {
  .multipleslider-wrapper .multipleslider-container .slider-images {
    width: 600px;
  }
}
.multipleslider-wrapper .multipleslider-container .slider-images .swiper-slide {
  width: 100%;
  height: 100%;
  display: -ms-flex;
  display: flex;
}
.multipleslider-wrapper .multipleslider-container .slider-images .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .slider-chiffres {
    position: absolute;
    top: 60px;
    left: -200px;
    width: 400px;
    margin-right: auto;
    margin-left: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .multipleslider-wrapper .multipleslider-container .slider-chiffres {
    top: 90px;
  }
}
.multipleslider-wrapper .multipleslider-container .slider-chiffres .swiper-slide .number {
  font-family: "bw-darius-demo-black-italic";
  font-size: 135px;
  color: rgba(0,0,0,0) !important;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
  -webkit-text-stroke-color: #746455;
  transition: .3s ease;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .multipleslider-wrapper .multipleslider-container .slider-chiffres .swiper-slide .number {
    font-size: 250px;
  }
}
.newsletter-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 70%;
  max-width: 1080px;
  height: auto;
  background: #8f212e;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter-container .titre {
  padding: 2em 4em;
}
.newsletter-container .titre h3 {
  color: #191d1d;
  font-family: "bw-darius-demo-light-italic";
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
}
.newsletter-container .titre h3 strong {
  color: #fff;
  font-size: 2rem;
  font-family: "bw-darius-demo-bold-italic";
}
.newsletter-container .newsletter-form {
  padding: 2em;
}
.newsletter-container .newsletter-form .champs-form {
  display: flex;
  background: #fff;
  border-radius: 25px;
}
.newsletter-container .newsletter-form .champs-form input[type=email] {
  border: 0;
  padding: 15px 30px;
  border-radius: 25px;
}
.newsletter-container .newsletter-form .champs-form input[type=email]:focus {
  outline: none !important;
}
.newsletter-container .newsletter-form .champs-form input.button {
  border: 0;
  border-radius: 25px;
  padding: 15px 30px;
  background-color: #f7f2ee;
}
@media screen and (max-width: 1200px) {
  .newsletter-container {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) {
  .newsletter-container {
    width: 90%;
  }
}
@media screen and (max-width: 850px) {
  .newsletter-container {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 80%;
  }
  .newsletter-container .titre {
    text-align: center;
    padding: 2em 0 0;
  }
}
.partenaires-section {
  padding: 5rem 0;
}
.partenaires-section.-dark {
  background: #191d1d;
  color: #fff;
}
.partenaires-section.-dark .section-title h2 {
  color: #bda588;
}
.partenaires-section.-dark .partenaires-container .partenaire {
  color: #fff;
}
.partenaires-section.-dark .partenaires-container .partenaire .name h3 {
  color: #bda588;
}
.partenaires-section.-dark .partenaires-container .partenaire:hover .name h3 {
  color: #fff;
}
.partenaires-section .partenaires-container {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
}
.partenaires-section .partenaires-container .partenaire {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #191d1d;
  font-size: 1rem;
  margin: 0 2% 3rem;
}
@media screen and (min-width: 600px) {
  .partenaires-section .partenaires-container .partenaire {
    width: 45%;
  }
}
@media screen and (min-width: 900px) {
  .partenaires-section .partenaires-container .partenaire {
    width: 31%;
  }
}
@media screen and (min-width: 1124px) {
  .partenaires-section .partenaires-container .partenaire {
    width: 21%;
  }
}
.partenaires-section .partenaires-container .partenaire .logo-container {
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  height: 200px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-bottom: 1.2rem;
}
.partenaires-section .partenaires-container .partenaire .logo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .3s ease;
}
.partenaires-section .partenaires-container .partenaire .name h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-family: "bw-darius-demo-regular-italic";
  transition: .3s ease;
}
.partenaires-section .partenaires-container .partenaire .name p {
  font-size: .9rem;
  line-height: 1.2;
}
.partenaires-section .partenaires-container .partenaire:hover .logo-container img {
  transform: scale(1.05);
}
.partenaires-section .partenaires-container .partenaire:hover .name h3 {
  color: #bda588;
}
.play-icon {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.play-icon img {
  width: 100%;
  height: auto;
}
.post-navigation {
  width: 100%;
  padding: 2.33rem 0;
  margin: 50px auto 0px;
  position: relative;
  border-top: 1px solid rgba(189,165,136,.2);
}
.post-navigation .nav-links {
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0;
}
.post-navigation .nav-links a {
  color: #000;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: none;
}
.post-navigation .nav-links a:hover {
  color: #bda588;
}
.post-navigation .nav-links .nav-previous .chevron {
  margin-right: 1.2rem;
  transition: .3s ease;
}
.post-navigation .nav-links .nav-previous:hover .chevron {
  transform: translateX(-5px);
}
.post-navigation .nav-links .nav-menu a {
  width: 20px;
  height: 17px;
  display: block;
}
.post-navigation .nav-links .nav-menu a img {
  width: 100%;
  height: auto;
}
.post-navigation .nav-links .nav-next .chevron {
  margin-left: 1.2rem;
  transition: .3s ease;
}
.post-navigation .nav-links .nav-next:hover .chevron {
  transform: translateX(5px);
}
#woof_results_by_ajax {
  width: 100%;
}
.woocommerce.columns-4 {
  width: 100%;
}
.woocommerce-result-count,.woocommerce-ordering {
  display: none;
}
.products {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 1124px;
  margin: 3rem auto;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 124px) {
  .products {
    justify-content: flex-start;
  }
}
.products .product {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,.1);
  margin: 0 1% 2rem;
}
@media screen and (min-width: 600px) {
  .products .product {
    width: 48%;
  }
}
@media screen and (min-width: 900px) {
  .products .product {
    width: 30%;
  }
}
@media screen and (min-width: 1124px) {
  .products .product {
    width: 22%;
  }
}
.products .product>.woocommerce-loop-product__link {
  width: 100%;
  height: 205px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.products .product>.woocommerce-loop-product__link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0;
  transition: .3s ease;
}
.products .product .button {
  display: none;
}
.products .product .image-container {
  width: 100%;
  height: 205px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products .product .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.products .product .content-container,.products .product .content-card {
  padding: 25px 1.2rem 1.6rem;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.products .product .content-container .name,.products .product .content-card .name {
  font-family: "bw-darius-demo-bold-italic";
  text-transform: uppercase;
  color: #bda588;
  padding-bottom: 10px;
  border-bottom: .5px solid #f7f2ee;
  width: 100%;
}
.products .product .content-container .poids-pcs,.products .product .content-container .ref,.products .product .content-card .poids-pcs,.products .product .content-card .ref {
  font-family: "Fira Sans";
  font-size: 14px;
  color: #191d1d;
  width: 100%;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  border-bottom: .5px solid #f7f2ee;
}
.products .product .content-container .poids-pcs strong,.products .product .content-container .ref strong,.products .product .content-card .poids-pcs strong,.products .product .content-card .ref strong {
  font-weight: 700;
  padding-right: 5px;
}
.products .product .content-container .bullet,.products .product .content-card .bullet {
  color: #bda588;
  padding: 0 .5rem;
}
.products .product:hover>.woocommerce-loop-product__link img {
  transform: scale(1.05);
}
.qualitydocuments-container {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .qualitydocuments-container {
    padding-top: 0;
  }
}
.qualitydocuments-container .main-container {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
  overflow: hidden;
  border-bottom: 1px solid #746455;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .qualitydocuments-container .main-container {
    padding-top: 100px;
  }
}
.qualitydocuments-container .main-container .main-content .title {
  font-family: "bw-darius-demo-regular-italic";
  font-size: 2rem;
  color: #dfd6c8;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .qualitydocuments-container .main-container .main-content .title {
    width: 42%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1224px) {
  .qualitydocuments-container .main-container .main-content .title {
    font-size: 2.66rem;
  }
}
.qualitydocuments-container .main-container .main-content .title:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #dfd6c8;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.qualitydocuments-container .main-container .main-content .title em {
  font-family: "bw-darius-demo-black-italic";
  color: #746455;
}
.qualitydocuments-container .main-container .main-content .title strong {
  font-family: "bw-darius-demo-bold-italic";
}
.qualitydocuments-container .main-container .main-content .items {
  margin-top: 1.5rem;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.qualitydocuments-container .main-container .main-content .items .item {
  width: 120px;
  height: auto;
  margin-bottom: .7rem;
  margin-right: .7rem;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qualitydocuments-container .main-container .main-content .items .item img {
  width: 100%;
  height: auto;
}
.qualitydocuments-container .image-container {
  width: 80%;
  margin: 2rem auto 0;
  overflow: hidden;
  height: 300px;
  display: -ms-flex;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .qualitydocuments-container .image-container {
    width: 40px;
    position: absolute;
    right: 0;
    top: -50px;
    margin: 0;
  }
}
@media screen and (min-width: 1224px) {
  .qualitydocuments-container .image-container {
    width: 600px;
  }
}
.qualitydocuments-container .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-form {
  margin-bottom: 2rem;
  text-align: left;
  position: relative;
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .search-form {
    margin-bottom: 4.33rem;
  }
}
.search-form label {
  position: relative;
  width: 100%;
}
.search-form label input {
  width: 100%;
  border: 1px solid rgba(25,29,29,.4);
  transition: .3s ease;
  padding: 10px 32px 10px 10px;
}
.search-form label input:focus {
  outline: none;
  border: 1px solid rgba(25,29,29,.4);
}
.search-form .search-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 37px;
  background: url(media/search.png) center no-repeat;
  background-size: 18px;
  text-indent: -999px;
}
.section-actualites .cards-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .section-actualites .cards-articles .actualitee {
    margin-bottom: 2em;
  }
}
.actualites-container {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .actualites-container.-col2 .actualite {
    width: 48%;
  }
}
.actualites-container .actualite {
  width: 100%;
  max-width: 270px;
}
.actualites-container .actualite:nth-child(1) {
  animation-delay: .15s;
}
.actualites-container .actualite:nth-child(2) {
  animation-delay: .3s;
}
.actualites-container .actualite:nth-child(3) {
  animation-delay: .45s;
}
.actualites-container .actualite:nth-child(4) {
  animation-delay: .6s;
}
.actualites-container .actualite:nth-child(5) {
  animation-delay: .75s;
}
.actualites-container .actualite:nth-child(6) {
  animation-delay: .9s;
}
.actualites-container .actualite:nth-child(7) {
  animation-delay: 1.05s;
}
.actualites-container .actualite:nth-child(8) {
  animation-delay: 1.2s;
}
.actualites-container .actualite:nth-child(9) {
  animation-delay: 1.35s;
}
.actualites-container .actualite:nth-child(10) {
  animation-delay: 1.5s;
}
.actualites-container .actualite:nth-child(11) {
  animation-delay: 1.65s;
}
.actualites-container .actualite:nth-child(12) {
  animation-delay: 1.8s;
}
@media screen and (min-width: 768px) {
  .actualites-container .actualite {
    max-width: 350px;
  }
}
.actualites-container .actualite.-marginbottom {
  margin-bottom: 3.5rem;
}
.actualites-container .actualite .link-container {
  color: #191d1d;
}
.actualites-container .actualite .image-container {
  width: 100%;
  height: 220px;
  background: #dfd6c8;
  position: relative;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .actualites-container .actualite .image-container {
    height: 280px;
  }
}
.actualites-container .actualite .image-container>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}
.actualites-container .actualite .content-actu {
  width: 100%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #191d1d;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.actualites-container .actualite .content-actu .arrow {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  background: #191d1d;
  border-radius: 100%;
  top: -18px;
  right: 40px;
  transition: .3s ease;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.actualites-container .actualite .content-actu .arrow:after {
  content: "";
  position: relative;
  z-index: 2;
  width: 7px;
  height: 11px;
  background: url(media/small-chevron-right-white.png) center no-repeat;
  background-size: contain;
  display: block;
  margin-left: 2px;
}
.actualites-container .actualite .content-actu .infos {
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat";
  color: #777;
  font-size: 1em;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.actualites-container .actualite .content-actu .infos .author,.actualites-container .actualite .content-actu .infos .comments,.actualites-container .actualite .content-actu .infos .date {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.actualites-container .actualite .content-actu .infos p:not(:last-child):after {
  content: "•";
  font-size: 2em;
  margin: 0 .3em;
  color: #bda588;
}
.actualites-container .actualite .content-actu .titre {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.7rem;
  color: #191d1d;
  text-align: left;
}
.actualites-container .actualite .content-actu .lire-plus {
  width: 100%;
  color: #8f212e;
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}
.actualites-container .actualite:hover .image-container img {
  transform: scale(1.05);
}
.actualites-container .actualite:hover .arrow {
  background: #8f212e;
  transform: translateX(5px);
}
.best-fond {
  position: absolute;
  left: 0;
  width: 70%;
  top: 0;
  z-index: 1;
}
.best-fond img {
  width: 100%;
}
.best-slide {
  margin-top: 3.5em;
}
.best-slide .container-cards {
  display: flex;
  justify-content: center;
}
.best-slide .container-cards .card-best {
  margin: .8em;
  background: #fff;
  box-shadow: 0 0 20px #cac6c3;
}
.best-slide .container-cards .card-best .content-card {
  padding: 2.2em 1.2em 1.2em;
}
.best-slide .container-cards .card-best .content-card .name {
  font-family: "Bw Darius DEMO";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  color: #bda588;
  padding-bottom: 10px;
  border-bottom: .5px solid #f7f2ee;
  margin-bottom: 10px;
}
.best-slide .container-cards .card-best .content-card .poids-pcs,.best-slide .container-cards .card-best .content-card .ref {
  font-family: "Fira Sans";
  font-size: 14px;
  color: #191d1d;
  padding-top: 5px;
}
.best-slide .container-cards .card-best .content-card .poids-pcs strong,.best-slide .container-cards .card-best .content-card .ref strong {
  font-weight: 800;
}
.best-slide .container-cards .card-best .content-card .ref {
  padding-bottom: 10px;
  border-bottom: .5px solid #f7f2ee;
  margin-bottom: 10px;
}
.fond-section {
  background: #fff;
  position: relative;
  padding-bottom: 4rem;
}
.fond-section .fond {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.section-texte .image-fond {
  width: 100%;
  height: 300px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 800px) {
  .section-texte .image-fond {
    height: 530px;
  }
}
@media screen and (min-width: 1024px) {
  .section-texte .image-fond {
    background-attachment: fixed;
  }
}
.section-texte .image-fond img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-texte .image-fond:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  background: url(media/contour_noir.png) center no-repeat;
  background-size: cover;
  top: 0;
}
.section-texte .image-fond:after {
  content: "";
  width: 100%;
  height: 30px;
  bottom: 0;
  position: absolute;
  background: url(media/contour_blanc.png) center no-repeat;
  background-size: cover;
}
.section-texte .bloc-container {
  background: #f7f2ee;
  background: linear-gradient(180deg, rgb(247, 242, 238) 0%, rgb(247, 242, 238) 20%, rgba(247, 242, 238, 0.58) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f2ee",endColorstr="#f7f2ee",GradientType=1);
  width: 100%;
  max-width: 1085px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem 4rem;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section-texte .bloc-container {
    margin-top: -60px;
    padding: 4rem 3rem;
  }
}
.section-texte .bloc-container .surtitre {
  color: #191d1d;
  font-family: "bw-darius-demo-regular-italic";
  font-size: 1.3rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2.7rem;
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 800px) {
  .section-texte .bloc-container .surtitre {
    font-size: 1.7rem;
  }
}
.section-texte .bloc-container .surtitre:after {
  content: "";
  width: 100px;
  height: 5px;
  background: #711822;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.section-caracteristiques {
  text-align: center;
  height: auto;
  background: url(media/fond-caracteristiques.png) bottom no-repeat;
  background-size: contain;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}
.section-caracteristiques .caracteristiques-content {
  width: 100%;
  margin: 1em auto;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .section-caracteristiques .caracteristiques-content {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section-caracteristiques .caracteristiques-content .caract-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 240px;
  padding-bottom: 2rem;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-caracteristiques .caracteristiques-content .caract-card:nth-child(1) {
  animation-delay: .15s;
}
.section-caracteristiques .caracteristiques-content .caract-card:nth-child(2) {
  animation-delay: .3s;
}
.section-caracteristiques .caracteristiques-content .caract-card:nth-child(3) {
  animation-delay: .45s;
}
.section-caracteristiques .caracteristiques-content .caract-card:nth-child(4) {
  animation-delay: .6s;
}
.section-caracteristiques .caracteristiques-content .caract-card:nth-child(5) {
  animation-delay: .75s;
}
.section-caracteristiques .caracteristiques-content .icon-container {
  width: 55px;
  height: 55px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-caracteristiques .caracteristiques-content .icon-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-caracteristiques .caracteristiques-content .logo-caract {
  width: 65px;
}
.section-caracteristiques .caracteristiques-content .titre {
  margin: 3rem 0 2rem;
  font-family: "bw-darius-demo-black-italic";
  color: #bda588;
  font-size: 2rem;
}
.section-caracteristiques .caracteristiques-content .texte {
  font-family: "Montserrat";
  color: #777;
  font-size: 12px;
  line-height: 1.5em;
}
.section-caracteristiques .caracteristiques-content .texte strong {
  font-weight: 600;
}
.section-caracteristiques .cta-caracteristiques {
  padding: 3em 0 8em;
}
.sorts-catgories {
  margin-top: 3em;
  margin-bottom: 3rem;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .sorts-catgories {
    flex-direction: row;
  }
}
.categorie-card {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 2em;
}
.categorie-card:nth-child(1) {
  animation-delay: .15s;
}
.categorie-card:nth-child(2) {
  animation-delay: .3s;
}
.categorie-card:nth-child(3) {
  animation-delay: .45s;
}
.categorie-card:nth-child(4) {
  animation-delay: .6s;
}
.categorie-card:nth-child(5) {
  animation-delay: .75s;
}
@media screen and (min-width: 800px) {
  .categorie-card {
    width: 20%;
  }
}
.categorie-card:nth-child(even) .titre strong {
  color: #000;
}
.categorie-card .image-container {
  width: 180px;
  height: 120px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-left: 1.5rem;
}
.categorie-card .image-container img {
  width: 100%;
  height: auto;
}
.categorie-card .image-container.-small img {
  width: 70%;
}
.categorie-card .titre {
  margin-top: 2.5rem;
  color: #d1d3d4;
  font-size: 1rem;
  font-family: "bw-darius-demo-black";
  margin-bottom: 3.5rem;
}
.categorie-card .titre strong {
  font-size: 1.9rem;
  letter-spacing: 3px;
  display: block;
  margin-top: 5px;
  color: #bda588;
  transition: .3s ease;
  text-transform: uppercase;
}
.cta-categories {
  padding: 5em;
}
@media screen and (max-width: 800px) {
  .cta-categories {
    padding: 3em;
  }
}
.img_header {
  height: 10vh;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
}
.img_header img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.section-intro {
  position: relative;
  z-index: 900;
  height: auto;
  background: #1d1d1d;
  background: #1d1d1d url(media/matiere_1.jpg) top right no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 4rem 0 3rem;
}
.section-intro:before {
  content: "";
  width: 100%;
  height: 25px;
  background: url(media/scratchtop-texture.png) top left no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .section-intro:before {
    height: 57px;
    top: -57px;
  }
}
.section-intro .meat-piece {
  position: absolute;
  left: 0;
  top: -115px;
  z-index: 3;
}
.section-intro .meat-piece img {
  width: 70%;
}
@media screen and (max-width: 800px) {
  .section-intro .meat-piece {
    display: none;
  }
}
.section-intro .image-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-intro .image-container {
    height: 580px;
  }
}
.marques-container {
  background: #191d1d;
  padding: 5rem 0;
}
.marques-container .slidermarques-container {
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 1085px;
  margin: 0 auto;
}
.marques-container .slidermarques-container .slider-marques {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.marques-container .slidermarques-container .slider-marques .swiper-slide {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.marques-container .slidermarques-container .slider-marques .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .3;
}
.slider-marques-content {
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  width: 40%;
}
.slider-marques-content.-photo-carousel .slider-marques {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1044px;
}
@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}
.slider-marques-content.-photo-carousel .swiper-slide {
  display: flex;
}
.slider-marques-content.-photo-carousel .swiper-slide a {
  text-align: center;
  width: 100%;
}
.slider-marques-content.-photo-carousel .swiper-slide img {
  object-fit: none;
}
.section-portails {
  width: 100%;
  position: relative;
  z-index: 3;
}
.section-portails .portails-container {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 1565px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section-portails .portails-container {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -130px;
  }
}
@media screen and (min-width: 768px) {
  .section-portails .portails-container.-smallmarginbottom {
    margin-bottom: -30px;
  }
}
.section-portails .portails-container .portail {
  text-align: center;
  width: 100%;
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 315px;
}
.section-portails .portails-container .portail:nth-child(1) {
  animation-delay: .15s;
}
.section-portails .portails-container .portail:nth-child(2) {
  animation-delay: .3s;
}
.section-portails .portails-container .portail:nth-child(3) {
  animation-delay: .45s;
}
@media screen and (min-width: 768px) {
  .section-portails .portails-container .portail {
    width: 49%;
  }
}
.section-portails .portails-container .portail .textes {
  position: relative;
  font-family: "Bw Darius DEMO";
  font-style: italic;
}
.section-portails .portails-container .portail .textes .titre {
  color: #bda588;
  font-size: 1.5em;
  font-weight: 500;
}
.section-portails .portails-container .portail .textes .lien {
  color: #f7f2ee;
  font-size: 2em;
  font-weight: 800;
}
@media screen and (max-width: 800px) {
  .section-portails .portails-container .portail .textes .titre {
    margin-bottom: .5em;
  }
}
.section-portails .portails-container .portail .image {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-portails .portails-container .portail .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}
.section-portails .portails-container .portail:hover .image img {
  transform: scale(1.05);
}
.product_container {
  background-color: #f7f2ee;
}
.product_container .wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1180px;
  padding-top: 1.33rem;
  padding-bottom: 1.33rem;
}
.product_container .product_content-container {
  padding: 3em 0;
}
@media screen and (min-width: 768px) {
  .product_container .product_content-container {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .product_container .product_content-container .product_gallery {
    width: 60%;
  }
  .product_container .product_content-container .product_content {
    width: 35%;
  }
}
.product_container .product_content-container .product_gallery {
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.product_container .product_content-container .product_gallery .product_gallery_pager {
  width: 150px;
}
.product_container .product_content-container .product_gallery .product_gallery_pager .slide {
  display: block;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  opacity: .5;
  cursor: pointer;
}
.product_container .product_content-container .product_gallery .product_gallery_pager .slide.active {
  opacity: 1;
}
.product_container .product_content-container .product_gallery .product_gallery_pager .slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product_container .product_content-container .product_gallery .product_gallery_main {
  width: calc(100% - 150px - 10px);
  height: calc(150px*3 + 20px);
  position: relative;
}
.product_container .product_content-container .product_gallery .product_gallery_main .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.product_container .product_content-container .product_gallery .product_gallery_main .slide.active {
  z-index: 2;
}
.product_container .product_content-container .product_gallery .product_gallery_main .slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product_container .product_content-container .product_content .entry-content h1 {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "bw-darius-demo-regular-italic";
  color: #bda588;
}
.product_container .product_content-container .product_content .entry-content h1 strong {
  font-family: "bw-darius-demo-bold-italic";
}
.product_container .product_content-container .product_content .entry-content p,.product_container .product_content-container .product_content .entry-content li {
  font-size: 1em;
  line-height: 1.3em;
}
.product_container .product_content-container .product_content .product_table {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #bda588;
  border-bottom: 1px solid #bda588;
  width: 100%;
}
.product_container .product_content-container .product_content .product_table th {
  padding: .5em 0;
  text-align: left;
  font-weight: 800;
  border-right: 1px solid #bda588;
}
.product_container .product_content-container .product_content .product_table td {
  padding: .5em 0;
  text-align: right;
}
.product_container .product_content-container .product_content .product_table tr:first-child th {
  padding-top: 2em;
}
.product_container .product_content-container .product_content .product_table tr:last-child th {
  padding-bottom: 2em;
}
.product_container .product_content-container .product_content .category-table {
  font-size: 1em;
  line-height: 1.3em;
  width: 100%;
}
.product_container .product_content-container .product_content .category-table tr {
  border-bottom: 1px solid #bda588;
}
.product_container .product_content-container .product_content .category-table td {
  padding: 2em 0;
}
.product_container .product_content-container .product_content .category-table td:first-child {
  border-right: 1px solid #bda588;
}
.product_container .product_content-container .product_content .category-table td:last-child {
  min-width: 50px;
}
.product_container .product_content-container .product_content .category-table strong {
  font-weight: 800;
}
.product_container .ariane {
  text-align: center;
  color: #bda588;
  font-family: "bw-darius-demo-bold-italic";
  padding: .5em 0;
}
.card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  margin-bottom: -3rem;
}
@media screen and (min-width: 1100px) {
  .card-container {
    flex-direction: row;
  }
}
.card-container a {
  width: 100%;
}
.card-container a .card-product {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: -3px;
}
@media screen and (min-width: 1100px) {
  .card-container a .card-product {
    margin: 1rem;
  }
}
.card-container a .card-product:hover {
  filter: brightness(100%);
}
.card-container a .card-product .image-link {
  position: relative;
  filter: brightness(50%);
  transition: 1s;
  max-height: 268px;
  max-width: 650px;
}
.card-container a .card-product .image-link:hover {
  filter: brightness(100%);
}
.card-container a .card-product img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.card-container a .card-product .card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-container a .card-product .card .card-title h2 {
  color: #f7f2ee;
  font-size: 2em;
  text-align: center;
  font-family: "bw-darius-demo-regular-italic";
  font-weight: 600;
  display: grid;
  line-height: initial;
}
.card-container a .card-product .card .card-title h2 strong {
  text-transform: uppercase;
  font-weight: 900;
  font-family: "bw-darius-demo-black-italic";
  color: #fff;
}
.card-container a .card-product .card .arrow-card {
  position: absolute;
  z-index: 10;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
}
.section-recettes {
  height: auto;
  width: 100%;
  background: url(media/fond-recettes.png) center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .section-recettes {
    padding-top: 250px;
  }
}
.section-recettes .recettes-container .texte {
  color: #cac6c3;
  border-bottom: 2px solid #cac6c3;
  padding-bottom: 4.8rem;
}
.section-recettes .recettes-container .recettes {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: #cac6c3 2px solid;
  padding-bottom: 1rem;
  padding-top: 2.333rem;
}
@media screen and (min-width: 768px) {
  .section-recettes .recettes-container .recettes {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-recettes .recettes-container .recettes .image {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 300px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-recettes .recettes-container .recettes .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}
.section-recettes .recettes-container .recettes .image:hover img {
  transform: scale(1.05);
}
.section-recettes .recettes-container .recettes .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-recettes .recettes-container .recettes .details {
    width: 60%;
  }
}
.section-recettes .recettes-container .recettes .details .titre {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .section-recettes .recettes-container .recettes .details .titre {
    margin-bottom: 2rem;
    margin-top: 0;
  }
}
.section-recettes .recettes-container .recettes .details .titre h2 {
  font-family: "Bw Darius DEMO";
  font-size: 1.8rem;
  font-weight: 300;
  color: #bda588;
  line-height: 1.1em;
}
.section-recettes .recettes-container .recettes .details .titre h2 strong {
  font-family: "bw-darius-demo-bold-italic";
  letter-spacing: 1px;
}
.section-recettes .recettes-container .recettes .details .titre h2 em {
  font-family: "bw-darius-demo-black-italic";
}
.section-recettes .recettes-container .recettes .details .date {
  margin-bottom: 1.333rem;
  color: #bda588;
  font-size: .7em;
  text-transform: capitalize;
}
.section-recettes .recettes-container .recettes .details .description p {
  color: #cac6c3;
}
.section-recettes .recettes-container .recettes .details .description p strong {
  font-weight: 700;
}
.section-title h2 {
  font-family: "Bw Darius DEMO";
  font-size: 1.8rem;
  font-weight: 300;
  color: #bda588;
  line-height: 1.1em;
}
.section-title h2 strong {
  font-family: "bw-darius-demo-bold-italic";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-title h2 em {
  font-family: "bw-darius-demo-black-italic";
}
.section-title.-italic h2 {
  font-family: "bw-darius-demo-regular-italic";
}
.section-title.-italic h2 strong {
  font-family: "bw-darius-demo-bold-italic";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-title.-italic h2 em {
  font-family: "bw-darius-demo-black-italic";
}
.section-title.-black h2 {
  color: #000;
}
.section-title.-bottomline {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.section-title.-bottomline:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #bda588;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-title.-centerline {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.section-title.-centerline:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #bda588;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-title.-marginbottom {
  margin-bottom: 3rem;
}
.section-title.-cadre {
  padding: 0rem 5.3rem 3rem;
  margin-bottom: 5rem;
  border-bottom: 2px solid #eee;
  position: relative;
}
.section-title.-cadre h2 {
  color: #000;
  font-family: "bw-darius-demo-light-italic";
}
.section-title.-cadre h2 em {
  color: #bda588;
  font-weight: 800;
  letter-spacing: 1px;
}
.section-title.-cadre:after,.section-title.-cadre:before {
  content: "";
  height: 120px;
  width: 1px;
  background: #e0e0e0;
  position: absolute;
  bottom: -1.7rem;
  display: block;
}
.section-title.-cadre:before {
  left: 2rem;
}
.section-title.-cadre:after {
  right: 2rem;
}
.section-title.-cadre.-italic h2 {
  font-family: "bw-darius-demo-regular-italic";
}
.section-title.-cadre.-italic h2 em {
  color: #bda588;
  font-weight: 800;
  letter-spacing: 1px;
}
.section-title.-colors3 h2 {
  font-family: "bw-darius-demo-black-italic";
}
.section-title.-colors3 h2 strong {
  color: #f7f2ee;
  text-transform: none;
  font-family: "bw-darius-demo-black-italic";
}
.section-title.-colors3 h2 em {
  color: #746455;
}
.section-title.-colors3.-light h2 {
  font-family: "bw-darius-demo-regular-italic";
  color: #f7f2ee;
}
.section-title.-colors3.-light h2 strong {
  color: #f7f2ee;
  text-transform: none;
  font-family: "bw-darius-demo-black-italic";
}
.section-title.-colors3.-light h2 em {
  color: #746455;
}
.section-title.-colors3.-dark h2 {
  font-family: "bw-darius-demo-regular-italic";
}
.section-title.-colors3.-dark h2 strong {
  color: #dfd6c8;
  text-transform: none;
  font-family: "bw-darius-demo-black-italic";
}
.section-title.-colors3.-dark h2 em {
  color: #746455;
}
.section-title.-colors3.-big h2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 1024px) {
  .section-title.-colors3.-big h2 {
    font-size: 4rem;
  }
}
.section-container {
  width: 90%;
  max-width: none;
  max-width: 1085px;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section-container.-full {
  width: 100%;
  max-width: 100%;
}
.section-container.-xsmall {
  max-width: 730px;
}
.section-container.-small {
  max-width: 885px;
}
.section-container.-medium {
  max-width: 950px;
}
.section-container.-mediumlarge {
  max-width: 1150px;
}
.section-container.-large {
  max-width: 1200px;
}
.section-container.-xlarge {
  max-width: 1260px;
}
.section-container.-xxlarge {
  max-width: 1320px;
}
.section-container.-center {
  align-items: center;
  text-align: center;
}
.section-container.-margin {
  margin: 5rem auto;
}
@media screen and (min-width: 1024px) {
  .section-container.-margin {
    margin: 5rem auto;
  }
}
.section-container.-marginsmall {
  margin: 3rem auto;
}
.section-container.-margintop {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .section-container.-margintop {
    margin-top: 5rem;
  }
}
.section-container.-bigmargintop {
  margin-top: 7rem;
}
@media screen and (min-width: 1024px) {
  .section-container.-bigmargintop {
    margin-top: 12rem;
  }
}
.section-container.-marginbottom {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .section-container.-marginbottom {
    margin-bottom: 5rem;
  }
}
.section-container.-bigmarginbottom {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1024px) {
  .section-container.-bigmarginbottom {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-container.-negmargintop {
    margin-top: -7rem;
  }
}
@media screen and (min-width: 1024px) {
  .section-container.-negmargintopsmall {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-small {
    width: 75%;
  }
}
.section-container .section-content.-alignright {
  margin-right: 0;
  margin-left: auto;
}
.section-container .section-content.-marginbottom {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .section-container .section-content.-marginbottom {
    margin-bottom: 5rem;
  }
}
.section-container .section-content.-row {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row {
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row.-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row.-aligntop {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row.-alignbottom {
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row.-justifyend {
    justify-content: flex-end;
  }
}
.section-container .section-content.-row .left,.section-container .section-content.-row .right {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left,.section-container .section-content.-row .right {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-xsmall,.section-container .section-content.-row .right.-xsmall {
    width: 29%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-small,.section-container .section-content.-row .right.-small {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-medium,.section-container .section-content.-row .right.-medium {
    width: 44%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-half,.section-container .section-content.-row .right.-half {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-large,.section-container .section-content.-row .right.-large {
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-xlarge,.section-container .section-content.-row .right.-xlarge {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-xxlarge,.section-container .section-content.-row .right.-xxlarge {
    width: 67%;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-margintop,.section-container .section-content.-row .right.-margintop {
    margin-top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-paddingtop,.section-container .section-content.-row .right.-paddingtop {
    padding-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-paddingleft,.section-container .section-content.-row .right.-paddingleft {
    padding-left: 120px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-marginbottom,.section-container .section-content.-row .right.-marginbottom {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-bigmarginbottom,.section-container .section-content.-row .right.-bigmarginbottom {
    margin-bottom: 7rem;
  }
}
.section-container .section-content.-row .left.-paddingright,.section-container .section-content.-row .right.-paddingright {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left.-paddingright,.section-container .section-content.-row .right.-paddingright {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-container .section-content.-row .left.-paddingright,.section-container .section-content.-row .right.-paddingright {
    padding-right: 5rem;
  }
}
.section-container .section-content.-row .left .image-container,.section-container .section-content.-row .right .image-container {
  background-position: center;
  background-size: cover;
  display: -ms-flex;
  display: flex;
}
.section-container .section-content.-row .left .image-container.-all,.section-container .section-content.-row .right .image-container.-all {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left .image-container.-all,.section-container .section-content.-row .right .image-container.-all {
    max-height: 550px;
  }
}
.section-container .section-content.-row .left .image-container.-all img,.section-container .section-content.-row .right .image-container.-all img {
  width: 100%;
  height: auto;
}
.section-container .section-content.-row .left .image-container.-small,.section-container .section-content.-row .right .image-container.-small {
  width: 100%;
  max-width: 300px;
}
.section-container .section-content.-row .left .image-container.-xsmall,.section-container .section-content.-row .right .image-container.-xsmall {
  width: 100%;
  max-width: 150px;
}
.section-container .section-content.-row .left .image-container.-mediumheight,.section-container .section-content.-row .right .image-container.-mediumheight {
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.section-container .section-content.-row .left .image-container.-marginbottom,.section-container .section-content.-row .right .image-container.-marginbottom {
  margin-bottom: 3rem;
}
.section-container .section-content.-row .left .image-container .image,.section-container .section-content.-row .right .image-container .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-container .section-content.-row .left {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .left {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-container .section-content.-row .right.-alignright {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
.section-container .wp-content+.cta {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .section-container .wp-content+.cta {
    margin-top: 3rem;
  }
}
.section-container.-deco:after {
  width: 150px;
  height: 150px;
  content: "";
  background: url(media/best-seller.png) center no-repeat;
  background-size: cover;
  top: 158px;
  left: 61px;
  position: absolute;
  z-index: 11;
}
.sidebar {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar .widget {
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sidebar .widget {
    margin-bottom: 4.33rem;
  }
}
.sidebar .widget-title {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .sidebar .widget-title {
    margin-bottom: 2rem;
  }
}
.sidebar .widget ul {
  width: 100%;
}
.sidebar .widget ul li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(25,29,29,.4);
  text-align: left;
  width: 100%;
}
.sidebar .widget ul li a {
  color: #191d1d;
  font-size: .9rem;
}
.sidebar .widget ul li a:hover {
  color: #bda588;
}
.sidebar .widget ul li:last-child {
  border-bottom: 0;
}
.single-product .woocommerce-product-gallery.images {
  width: 100% !important;
  float: none !important;
  margin-bottom: 0 !important;
}
.single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery__image {
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery__image {
    height: 480px;
  }
}
.single-product .woocommerce-product-gallery__image a {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.single-product .woocommerce-product-gallery__image a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.single-product .summary {
  font-family: "Fira Sans";
}
.single-product .summary .product-name {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2.33rem;
  font-family: "bw-darius-demo-regular-italic";
  color: #bda588;
}
.single-product .summary .product-name strong {
  font-family: "bw-darius-demo-bold-italic";
}
.single-product .summary .wp-content {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.single-product .summary .product-table {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid rgba(34,34,34,.2);
  border-bottom: 1px solid rgba(34,34,34,.2);
  width: 100%;
}
.single-product .summary .product-table th {
  padding: .2rem 0;
  text-align: left;
  font-weight: 800;
  border-right: 1px solid rgba(34,34,34,.2);
}
.single-product .summary .product-table td {
  padding: .2rem 0;
  text-align: right;
}
.single-product .summary .product-table tr:first-child th {
  padding-top: 2em;
}
.single-product .summary .product-table tr:last-child th {
  padding-bottom: 2em;
}
.single-product .summary .product_meta {
  font-size: 1rem;
  line-height: 1.3em;
  width: 100%;
  border-bottom: 1px solid rgba(34,34,34,.2);
}
.single-product .summary .product_meta .content {
  border-right: 1px solid rgba(34,34,34,.2);
  padding: 2rem 2rem 2rem 0;
  font-weight: 700;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 300px;
}
.single-product .summary .product_meta .content span {
  display: block;
}
.single-product .summary .product_meta .content a {
  font-weight: 400;
  color: #000;
}
.single-product .summary .product_meta .content a:hover {
  color: #bda588;
}
.slider-header {
  width: 100%;
  height: 700px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 800px) {
  .slider-header {
    height: 90vh;
    min-height: 850px;
  }
}
.slider-header .swiper-container,.slider-header .slider-container {
  width: 100%;
  height: 100%;
}
.slider-header .swiper-slide {
  text-align: center;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-header .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.slider-header .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.slider-header .swiper-slide .slide-content {
  position: relative;
  width: 80%;
  z-index: 2;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-header .swiper-slide .slide-content .slider-title {
  margin-top: 3rem;
  text-align: center;
  font-family: "bw-darius-demo-black-italic";
  font-size: 2.5rem;
  letter-spacing: 3px;
  color: #f7f2ee;
  text-shadow: 1px 1px 10px #191d1d;
  margin-bottom: 2.6rem;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: .6s;
  transition-property: opacity,transform;
  transform: translateY(50px);
  opacity: 0;
}
@media screen and (min-width: 800px) {
  .slider-header .swiper-slide .slide-content .slider-title {
    font-size: 3rem;
    margin-top: 6rem;
  }
}
.slider-header .swiper-slide .slide-content .slider-title strong {
  font-weight: 900;
  font-style: italic;
}
.slider-header .swiper-slide .slide-content .cta-container {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: .6s;
  transition-property: opacity,transform;
  transform: translateY(50px);
  opacity: 0;
}
.slider-header .swiper-slide.is-animate .slide-content .slider-title,.slider-header .swiper-slide.is-animate .slide-content .cta-container {
  transform: translateY(0);
  opacity: 1;
}
.slider-header .swiper-button-prev,.slider-header .swiper-button-next {
  width: 70px;
  height: 92px;
}
.slider-header .swiper-button-prev:before,.slider-header .swiper-button-next:before {
  content: "";
  background: #191d1d;
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  transition: .3s ease;
}
.slider-header .swiper-button-prev:after,.slider-header .swiper-button-next:after {
  width: 50px;
  height: 15px;
  content: "";
  z-index: 2;
}
.slider-header .swiper-button-prev:hover:before,.slider-header .swiper-button-next:hover:before {
  width: 70px;
}
.slider-header .swiper-button-prev {
  left: 0;
}
.slider-header .swiper-button-prev:before {
  left: 0;
}
.slider-header .swiper-button-prev:after {
  background: url(media/long-arrow-left.png) center no-repeat;
  background-size: contain;
}
.slider-header .swiper-button-next {
  right: 0;
}
.slider-header .swiper-button-next:before {
  right: 0;
}
.slider-header .swiper-button-next:after {
  background: url(media/long-arrow-right.png) center no-repeat;
  background-size: contain;
}
.slider-header .home-pagination {
  margin: 0;
  bottom: 5rem;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.slider-header .swiper-pagination-bullet {
  padding: 0 17px;
  border-radius: 0;
  width: auto;
  height: 2px;
  text-align: center;
  font-size: 12px;
  opacity: 1;
  background: #f7f2ee;
  transition: .3s ease;
}
.slider-header .swiper-pagination-bullet-active {
  background: #bda588;
}
.slider-header .swiper-navigation-icon {
  display: none;
}
.slider-best-container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.slider-best-container .slider-best-sellers {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 935px;
  padding: 3rem 0;
}
.slider-best-container .slider-best-sellers .swiper-slide {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,.1);
}
.slider-best-container .slider-best-sellers .swiper-slide .image-container {
  width: 100%;
  height: 205px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider-best-container .slider-best-sellers .swiper-slide .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-best-container .slider-best-sellers .swiper-slide .content-container,.slider-best-container .slider-best-sellers .swiper-slide .content-card {
  padding: 2.6rem 1.2rem 1.6rem;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.slider-best-container .slider-best-sellers .swiper-slide .content-container .name,.slider-best-container .slider-best-sellers .swiper-slide .content-card .name {
  font-family: "bw-darius-demo-bold-italic";
  text-transform: uppercase;
  color: #bda588;
  padding-bottom: 10px;
  border-bottom: .5px solid #f7f2ee;
  margin-bottom: 10px;
  width: 100%;
}
.slider-best-container .slider-best-sellers .swiper-slide .content-container .poids-pcs,.slider-best-container .slider-best-sellers .swiper-slide .content-container .ref,.slider-best-container .slider-best-sellers .swiper-slide .content-card .poids-pcs,.slider-best-container .slider-best-sellers .swiper-slide .content-card .ref {
  font-family: "Fira Sans";
  font-size: 14px;
  color: #191d1d;
  padding-top: 5px;
  width: 100%;
}
.slider-best-container .slider-best-sellers .swiper-slide .content-container .poids-pcs strong,.slider-best-container .slider-best-sellers .swiper-slide .content-container .ref strong,.slider-best-container .slider-best-sellers .swiper-slide .content-card .poids-pcs strong,.slider-best-container .slider-best-sellers .swiper-slide .content-card .ref strong {
  font-weight: 800;
}
.slider-best-container .slider-best-sellers .swiper-slide .content-container .pipe,.slider-best-container .slider-best-sellers .swiper-slide .content-card .pipe {
  color: #bda588;
  padding: 0 .5rem;
}
.slider-best-container .slider-best-sellers .swiper-slide .content-container .ref,.slider-best-container .slider-best-sellers .swiper-slide .content-card .ref {
  padding-bottom: 10px;
  border-bottom: .5px solid #f7f2ee;
  margin-bottom: 10px;
}
.slider-best-container .swiper-best-sellers-pagination {
  margin: 0;
  position: relative;
  z-index: 10000;
  text-align: center;
  margin: 0em auto 3.5rem;
}
.slider-best-container .swiper-best-sellers-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  margin: 0 5px !important;
  text-align: center;
  font-size: 12px;
  opacity: 1;
  background: #cac6c3;
}
.slider-best-container .swiper-best-sellers-pagination .swiper-pagination-bullet-active {
  background: #191d1d;
}
.slider-best-container .swiper-button-next,.slider-best-container .swiper-button-prev {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: 40%;
  transition: .2s ease-out;
  border-radius: 100%;
  background-color: rgba(0,0,0,0);
  transition: .3s ease;
}
.slider-best-container .swiper-button-next:after,.slider-best-container .swiper-button-prev:after {
  content: "";
}
.slider-best-container .swiper-button-next:hover,.slider-best-container .swiper-button-prev:hover {
  background-color: #fff;
}
.slider-best-container .swiper-button-next:focus,.slider-best-container .swiper-button-prev:focus {
  outline: none !important;
}
.slider-best-container .swiper-button-next {
  background: url(media/best-r-arrow.png) center no-repeat;
  background-size: contain;
  right: 0;
  cursor: pointer;
}
.slider-best-container .swiper-button-prev {
  background: url(media/best-l-arrow.png) center no-repeat;
  background-size: contain;
  left: 0;
  cursor: pointer;
}
.steps-container {
  position: relative;
  width: 90%;
  padding-top: 120px;
  margin: 0 auto;
  max-width: 1085px;
}
@media screen and (min-width: 1024px) {
  .steps-container {
    padding-top: 150px;
  }
}
.steps-container:before {
  content: "";
  width: 100%;
  max-width: 1085px;
  height: 1px;
  display: block;
  background: #746455;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.steps-container .bar {
  width: 1px;
  height: 100%;
  top: 0;
  background: #746455;
  position: absolute;
  left: 0;
  z-index: 11;
  display: none;
}
@media screen and (min-width: 768px) {
  .steps-container .bar {
    left: 50%;
    display: block;
  }
}
.steps-container .step-single {
  width: 100%;
  margin: 0 auto 6rem;
  color: #f7f2ee;
  position: relative;
}
@media screen and (min-width: 768px) {
  .steps-container .step-single {
    width: 50%;
    box-sizing: border-box;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .steps-container .step-single {
    padding: 0 3.6rem;
  }
}
.steps-container .step-single .number {
  font-family: "bw-darius-demo-black-italic";
  font-size: 135px;
  color: rgba(0,0,0,0) !important;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
  -webkit-text-stroke-color: #746455;
  position: absolute;
  bottom: 0;
  z-index: 0;
  line-height: 115px;
  left: 0;
  transition: .3s ease;
  opacity: .5;
}
@media screen and (min-width: 768px) {
  .steps-container .step-single .number {
    font-size: 200px;
    line-height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .steps-container .step-single:nth-child(even) {
    margin-left: 0;
  }
}
.steps-container .step-single:nth-child(even) .number {
  transform: translateX(-20px);
}
@media screen and (min-width: 768px) {
  .steps-container .step-single:nth-child(even) .number {
    left: -20%;
  }
}
@media screen and (min-width: 768px) {
  .steps-container .step-single:nth-child(odd) {
    margin-right: 0;
  }
}
.steps-container .step-single:nth-child(odd) .number {
  transform: translateX(20px);
}
@media screen and (min-width: 768px) {
  .steps-container .step-single:nth-child(odd) .number {
    left: auto;
    right: -20%;
  }
}
.steps-container .step-single.active .number {
  color: #746455 !important;
  transform: translateX(0);
}
.twoparts-title {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 5rem;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.twoparts-title.-large {
  max-width: 765px;
}
.twoparts-title .titre {
  color: rgba(0,0,0,0);
  font-family: "Mermaid";
  text-transform: uppercase;
  font-weight: 800;
  -webkit-text-stroke: 1px #dfd6c8;
  text-align: center;
  width: 100%;
  font-size: 5em;
  margin-bottom: 5rem;
}
@media screen and (min-width: 800px) {
  .twoparts-title .titre {
    margin-bottom: 6rem;
  }
}
.twoparts-title .titre .deco-delice {
  width: 60px;
}
.twoparts-title .titre p,.twoparts-title .titre h2 {
  position: relative;
  text-align: left;
}
.twoparts-title .titre p strong,.twoparts-title .titre h2 strong {
  position: relative;
  top: 5rem;
}
@media screen and (min-width: 800px) {
  .twoparts-title .titre p strong,.twoparts-title .titre h2 strong {
    top: 97px;
  }
}
.twoparts-title .titre p strong:after,.twoparts-title .titre h2 strong:after {
  content: "";
  display: block;
  background: url(media/intro-deco.png) center no-repeat;
  background-size: contain;
  width: 70px;
  height: 68px;
  position: absolute;
  left: -65px;
  top: -30px;
  z-index: 3;
  transform: rotate(180deg);
}
.twoparts-title .titre .deco-image {
  width: 70px;
  position: absolute;
  transform: translate(-40px, 0.2em) rotate(180deg);
}
.twoparts-title .titre .deco-delice {
  position: absolute;
  transform: translate(1.9em, 0);
  width: 90px;
}
@media screen and (min-width: 800px) {
  .twoparts-title .titre {
    font-size: 124px;
    line-height: 97px;
  }
}
.twoparts-title .sous-titre {
  position: relative;
  color: #cac6c3;
  font-family: "Bw Darius DEMO";
  font-size: 1.5em;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.2em;
}
.twoparts-title .sous-titre strong {
  font-weight: 800;
  color: #f7f2ee;
}
.video-container {
  width: 100%;
  max-width: 920px;
  height: 300px;
  position: relative;
  display: -ms-flex;
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .video-container {
    height: 400px;
    margin-top: -150px;
  }
}
@media screen and (min-width: 1024px) {
  .video-container {
    height: 520px;
    margin-top: -180px;
  }
}
.video-container .placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-info {
  border-top-color: #bda588;
  background-color: rgba(0,0,0,0);
  width: 100%;
}
.woocommerce-info:before {
  content: "";
}
.woocommerce .woocommerce-pagination>.page-numbers {
  border: none;
}
.woocommerce .woocommerce-pagination>.page-numbers li {
  margin: 0 4px;
  border-right: 0;
}
.woocommerce .woocommerce-pagination>.page-numbers li .page-numbers {
  background: #f0efee;
  border: 1px solid #f0efee;
  transition: .3s ease;
  color: #000;
}
.woocommerce .woocommerce-pagination>.page-numbers li .page-numbers:hover {
  background: rgba(0,0,0,0);
  border: 1px solid #000;
  color: #000;
}
.woocommerce .woocommerce-pagination>.page-numbers li .page-numbers.current {
  background: rgba(0,0,0,0);
  border: 1px solid #000;
  color: #000;
}
.wp-content {
  font-weight: 300;
  position: relative;
}
.wp-content.-justify {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.wp-content.-reverse {
  color: #fff;
}
.wp-content.-xsmall {
  max-width: 500px;
}
.wp-content.-nomarginleft {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .wp-content.-small {
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .wp-content.-small {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .wp-content.-marginleft {
    margin-left: 95px;
  }
}
.wp-content.-marginbottom {
  margin-bottom: 3rem;
}
.wp-content.-marginbottomsmall {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .wp-content.-toprightline {
    margin-right: 160px;
    position: relative;
  }
  .wp-content.-toprightline:after {
    content: "";
    height: 1px;
    width: 110px;
    background: #711822;
    display: block;
    position: absolute;
    top: 0;
    right: -160px;
  }
}
.wp-content .more {
  font-size: .9rem;
  font-weight: bold;
  color: #711822;
  padding-left: .5rem;
}
.wp-content p {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.wp-content p:last-child {
  margin-bottom: 0;
}
.wp-content strong {
  font-weight: 500;
}
.wp-content em {
  font-style: italic;
}
.wp-content a {
  color: #bda588;
  font-weight: 500;
  transition: .3s ease;
}
.wp-content a:hover {
  color: #711822;
}
.wp-content h2 {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 1em;
}
.wp-content h3 {
  font-size: 1.2em;
  font-weight: 800;
  margin-bottom: 1em;
  margin-top: 2rem;
}
.wp-content table {
  border: 1px solid rgba(0,0,0,.3);
  margin-bottom: 2rem;
}
.wp-content table td,.wp-content table th {
  border: 1px solid rgba(0,0,0,.3);
  padding: .5em;
}
.wp-content ul {
  margin-bottom: 1.5rem;
}
.wp-content ul li {
  line-height: 1.6rem;
  position: relative;
  padding-left: 1rem;
}
.wp-content ul li:before {
  content: "•";
  color: #bda588;
  padding-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.wp-content ol {
  margin-bottom: 1.5rem;
}
.wp-content ol li {
  line-height: 1.6rem;
}
.wp-content ol li:before {
  content: ">";
  color: #711822;
  padding-right: 5px;
}
#section-megamenu {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  z-index: 9999;
  transform: translateX(-100vw);
  transition: all ease-in 300ms;
  gap: 0;
}
#section-megamenu.active {
  transform: translateX(0);
}
#section-megamenu .colg {
  width: 60%;
  padding-left: 10vw;
  padding-right: 7.5vw;
  padding-bottom: 120px;
  background: #000;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(128, 128, 128) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#808080", GradientType=0);
  display: flex;
  align-items: flex-end;
}
#section-megamenu .colg .menu-principal {
  display: flex;
  flex-direction: column;
  height: 60vh;
  min-height: 600px;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container {
  border-bottom: 1px solid #888;
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche {
  border-right: 1px solid #888;
  width: 50%;
  padding-bottom: 80px;
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.3rem;
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li a:hover {
  font-weight: 600;
  color: #bda588;
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children:after {
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  transform-origin: center center;
  display: block;
  transition: all ease-in 300ms;
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children:hover:after {
  transform: rotate(-135deg);
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in 300ms;
  width: calc(50% - 50px);
}
#section-megamenu .colg .menu-principal .mm-menu-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#section-megamenu .colg .menu-principal .mm-menu-bottom .mm-bottom-top a {
  color: #fff;
  text-transform: uppercase;
}
#section-megamenu .colg .menu-principal .mm-menu-bottom .mm-bottom-top a+a::before {
  content: "•";
  margin-left: 15px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 10px;
  vertical-align: top;
  color: #bda588;
}
#section-megamenu .colg .menu-principal .mm-menu-bottom .mm-bottom-middle p {
  font-family: "Bw Darius DEMO";
  color: #fff;
  line-height: 1.2em;
}
#section-megamenu .colg .menu-principal .mm-menu-bottom .mm-bottom-middle p strong {
  color: #bda588;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-style: italic;
}
#section-megamenu .colg .menu-principal .mm-menu-bottom .mm-bottom-rs a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  height: 20px;
  width: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-megamenu .cold {
  width: 35%;
  height: 100%;
}
#section-megamenu .cold img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #section-megamenu {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 9999;
    transform: translateX(-100vw);
    transition: all ease-in 300ms;
    gap: 0;
  }
  #section-megamenu.active {
    transform: translateX(0);
  }
  #section-megamenu .colg {
    width: 80%;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 50px;
    display: flex;
    align-items: flex-end;
  }
  #section-megamenu .colg .menu-principal {
    display: flex;
    flex-direction: column;
    height: 78vh;
    min-height: 600px;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container {
    border-bottom: none;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche {
    border-right: none;
    width: 100%;
    padding-bottom: 80px;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li a:hover {
    font-weight: 600;
    color: #bda588;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children::after {
    content: inherit;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children a {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children a:after {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    transform-origin: center center;
    display: block;
    transition: all ease-in 300ms;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children .sub-menu {
    position: relative;
    width: 100%;
    height: 0;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children .sub-menu a {
    font-size: 1.3rem;
    padding-left: 20px;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children .sub-menu a::after {
    content: inherit;
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children:hover:after {
    transform: rotate(-135deg);
  }
  #section-megamenu .colg .menu-principal .menu-header-gauche-container #menu-header-gauche li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #section-megamenu .colg .menu-principal .mm-menu-bottom {
    border-top: 1px solid gray;
    padding: 50px 0 30px 0;
  }
  #section-megamenu .colg .menu-principal .mm-menu-bottom .mm-bottom-top {
    display: flex;
  }
  #section-megamenu .colg .menu-principal .mm-menu-bottom .mm-bottom-top a {
    font-size: .9rem;
  }
  #section-megamenu .colg .menu-principal .mm-menu-bottom .mm-bottom-top a+a::before {
    margin-left: 8px;
    padding-right: 10px;
    font-size: 30px;
  }
  #section-megamenu .cold {
    width: 15%;
    height: 100%;
  }
  .twoparts-title .titre .deco-delice {
    position: absolute;
    transform: translate(1.5em, 0);
    width: 90px;
  }
  .fond-section {
    overflow: hidden;
  }
}
