/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Nord";
  src: url(../fonts/nord-regular.eot); /* fallback IE */
  src: url(../fonts/nord-regular.woff2) format("woff2"), url(../fonts/nord-regular.woff) format("woff"), url(../fonts/nord-regular.eot?#iefix) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

body {
  font: 500 0.8em/1.6em "Roboto Mono", monospace;
  text-align: center;
  background-color: #FAF6EC;
  color: #1B1B1B;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media screen and (max-width: 960px) {
  body {
    font: 500 0.7em/1.6em "Roboto Mono", monospace;
  }
}

h1 {
  font: 4em/1em "Nord", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

h2 {
  font: 2em/1em "Nord", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

h3 {
  font: 2em/1em "Nord", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

h4 {
  font: 1.6em/1em "Nord", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

h5 {
  font: 1em/1.4em "Roboto Mono", monospace;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font: 400 1.2em/1.6em "Roboto Mono", monospace;
  margin-bottom: 20px;
}

a {
  color: #1B1B1B;
}

b,
strong {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

i,
em {
  font-style: italic;
}

blockquote {
  text-align: center;
}
blockquote p {
  font: 4vw/1em "Nord", sans-serif;
}
@media screen and (max-width: 960px) {
  blockquote p {
    font: 4em/1em "Nord", sans-serif;
  }
}

.content.col-2 ul,
.content.col-2 ol {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.content.col-2 ul li,
.content.col-2 ol li {
  display: block;
  position: relative;
  vertical-align: top;
  padding-left: 20px;
}
.content.col-2 ul li:before,
.content.col-2 ol li:before {
  content: "–";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.content.col-2 ol li {
  counter-increment: my-awesome-counter;
}
.content.col-2 ol li:before {
  content: counter(my-awesome-counter) ".";
}

.col-2,
.col-3,
.col-4 {
  width: 50%;
  float: left;
  text-align: left;
  position: relative;
}

.col-3 {
  width: 33.3%;
}

.col-4 {
  width: 25%;
}
@media screen and (max-width: 960px) {
  .col-4 {
    width: 50%;
  }
}

.contain {
  margin: auto;
  padding: 0 20px;
  max-width: 1280px;
  width: 100%;
}

.row-wrapper {
  padding-top: 10px;
}
.row-wrapper .row {
  width: 100%;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .row-wrapper .row {
    display: inline-block;
    align-items: auto;
    flex-wrap: auto;
  }
}
.row-wrapper .row .col-2.cover {
  width: calc(50% - 15px);
  height: calc(100vh - 120px);
  position: sticky;
  top: 110px;
  z-index: 0;
  margin-left: 10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .row-wrapper .row .col-2.cover {
    width: calc(100% - 20px);
    height: 50vh;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    top: 0;
  }
}
.row-wrapper .row .col-2.cover img {
  max-width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  visibility: hidden;
}
.row-wrapper .row .col-2.content {
  width: calc(50% - 15px);
  margin-left: 10px;
  padding: 80px;
  background-color: #C9D5D7;
}
@media screen and (max-width: 960px) {
  .row-wrapper .row .col-2.content {
    width: calc(100% - 20px);
    padding: 40px;
  }
}

.row:nth-child(even) .col-2.cover {
  margin-left: 10px;
  order: 2;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .row:nth-child(even) .col-2.cover {
    order: inherit;
  }
}

.containNav {
  width: 100%;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 0px;
  background-color: #FAF6EC;
  z-index: 100;
  border-bottom: 1px solid #1B1B1B;
}
@media screen and (max-width: 960px) {
  .containNav {
    height: 100px;
    overflow: hidden;
  }
}
@media screen and (max-width: 960px) {
  .containNav.show {
    height: auto;
  }
}
.containNav .burger {
  width: 40px;
  height: 40px;
  padding: 14px 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .containNav .burger {
    display: block;
    top: 10px;
    right: 10px;
  }
}
.containNav .burger li {
  width: 100%;
  height: 2px;
  float: left;
  margin: 2px 0px;
  background-color: #1B1B1B;
  transition: all 0.25s ease;
}
.containNav .burger:hover {
  cursor: pointer;
}
.containNav .burger.on li:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 8px;
}
.containNav .burger.on li:nth-child(2) {
  background-color: transparent !important;
}
.containNav .burger.on li:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -10px;
}
.containNav a.logo {
  width: 199px;
  height: 99px;
  float: left;
  vertical-align: top;
  border-right: 1px solid #1B1B1B;
  background: url(../images/logo.png) center center no-repeat;
  background-size: 140px;
}
@media screen and (max-width: 960px) {
  .containNav a.logo {
    border: 0;
    float: none;
    display: inline-block;
  }
}
.containNav a.logo:hover {
  background-color: white;
}
.containNav ul li {
  list-style: none;
  float: left;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  .containNav ul li {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
}
.containNav ul li a {
  width: 50px;
  height: 49px;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: #1B1B1B;
  font: 400 1em/1.6em "Roboto Mono", monospace;
  border-left: 1px solid #1B1B1B;
}
@media screen and (max-width: 960px) {
  .containNav ul li a {
    height: auto;
  }
}
.containNav ul li a:hover {
  background-color: white;
}
.containNav ul li.current_page_item a {
  background-color: #1B1B1B;
  color: white;
}
.containNav .languages {
  width: 100px;
  float: right;
  vertical-align: top;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .containNav .languages {
    width: 100%;
    text-align: center;
    border-top: 1px solid #1B1B1B;
  }
}
.containNav .languages li:nth-child(1) a {
  border: 0;
}
.containNav .nav {
  width: calc(100% - 200px);
  float: left;
  border-top: 1px solid #1B1B1B;
}
@media screen and (max-width: 960px) {
  .containNav .nav {
    width: 100%;
    margin-top: -1px;
  }
}
@media screen and (max-width: 960px) {
  .containNav .nav ul li {
    width: 100%;
  }
}
.containNav .nav ul li a {
  width: auto;
}
@media screen and (max-width: 960px) {
  .containNav .nav ul li a {
    padding: 20px;
    border-top: 1px solid #1B1B1B;
    font: 3.2em/1em "Nord", sans-serif;
  }
}
.containNav .nav ul li a:hover {
  background-color: white;
}
.containNav .nav ul:first-of-type li:first-of-type a {
  border: 0;
}
.containNav .networks {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .containNav .networks {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #1B1B1B;
  }
}
.containNav .networks ul li:nth-child(1) a {
  border: 0;
}
.containNav .networks ul li a {
  overflow: hidden;
  text-indent: -999px;
  background-image: url(../images/icon-facebook.png);
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.containNav .networks ul li.instagram a {
  background-image: url(../images/icon-instagram.png);
  background-size: 24px;
}

.wrapper {
  width: 100%;
  max-width: 820px;
  display: inline-block;
  vertical-align: top;
  padding: 80px 30px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 960px) {
  .wrapper {
    padding: 40px;
  }
}
.wrapper img {
  width: 100%;
  height: auto;
}
.wrapper h2 {
  text-align: center;
}
.wrapper.title {
  padding: 80px 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .wrapper.title {
    padding: 40px;
  }
}
.wrapper.title h1, .wrapper.title h2 {
  margin: 0;
}

.gallery li {
  width: calc(50% - 5px);
  height: calc(50% - 5px);
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery li img {
  width: 80%;
  height: auto;
  visibility: hidden;
}
.gallery li:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}
.gallery li:nth-child(2) {
  float: right;
}

.cover-wrapper {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cover-wrapper img {
  display: inline-block;
  vertical-align: top;
  display: none;
}

a.buttons,
.buttons button {
  min-width: 140px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #1B1B1B;
  padding: 8px 24px 9px 24px;
  border-radius: 50px;
  color: #1B1B1B;
  background-color: transparent;
  font: 400 1em/1.6em "Roboto Mono", monospace;
}
a.buttons:hover,
.buttons button:hover {
  cursor: pointer;
  background-color: #1B1B1B;
  color: white;
}

.buttons.lien_form {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.buttons.lien_form a.buttons {
  width: 100%;
  display: block;
  text-align: center;
}

.smiley {
  width: calc(50% - 410px);
  max-width: 400px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10px;
}
@media screen and (max-width: 960px) {
  .smiley {
    width: 150px;
    left: 0;
    top: 20px;
    position: relative;
    display: inline-block;
  }
}
.smiley img {
  width: 100%;
  height: auto;
}
.smiley.right {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 960px) {
  .smiley.right {
    right: 0;
    bottom: 20px;
  }
}

.home h2 {
  font: 4em/1em "Nord", sans-serif;
}

.intro {
  width: calc(100% - 20px);
  float: left;
  vertical-align: top;
  margin: 10px 0px 0px 10px;
  background-color: #C9D5D7;
  position: relative;
  overflow: hidden;
}

.page-template-page-29 .col-2.cover {
  height: auto !important;
  min-height: 50vh;
}
@media screen and (max-width: 960px) {
  .page-template-page-29 .col-2.cover {
    min-height: 60vh;
  }
}
.page-template-page-29 li.row:nth-child(1) .col-2.cover {
  background-position: top center;
}
.page-template-page-29 li.row:nth-child(3) .col-2.content {
  text-align: center;
}
.page-template-page-29 li.row:nth-child(3) .col-2.content h3 {
  display: none;
}
.page-template-page-29 li.row:nth-child(3) .col-2.content > p:last-of-type {
  margin-bottom: 0;
}

.swiper-container {
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  background-color: white;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide .cover img {
  width: 100%;
  height: auto;
  display: none;
}
.swiper-container .swiper-wrapper .swiper-slide .contentSlide {
  padding: 30px 30px 80px 30px;
}
.swiper-container .swiper-wrapper .swiper-slide .contentSlide p {
  font: 400 1em/1.6em "Roboto Mono", monospace;
}
.swiper-container .swiper-wrapper .swiper-slide .contentSlide .buttons {
  width: 180px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: 20px;
  z-index: 10;
}
.swiper-container #pagination {
  padding: 40px 0px 30px 0px;
  display: inline-block;
  vertical-align: top;
}
.swiper-container #pagination .swiper-pagination-bullet {
  background-color: #000;
}

.swiper-container-home {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.swiper-container-home .swiper-slide {
  height: calc(100vh - 120px);
  max-height: 900px;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .swiper-container-home .swiper-slide {
    height: 50vh;
  }
}
.swiper-container-home .swiper-slide img {
  display: none;
}
.swiper-container-home #pagination {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0;
  padding: 40px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
@media screen and (max-width: 960px) {
  .swiper-container-home #pagination {
    padding: 20px;
  }
}
.swiper-container-home #pagination .swiper-pagination-bullet {
  background-color: white;
}

#navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  vertical-align: top;
  width: 100%;
}
#navigation .prev:focus,
#navigation .next:focus {
  outline: 0;
}
#navigation .swiper-button-disabled {
  display: none;
}
#navigation .next,
#navigation .prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  z-index: 10;
  border-radius: 0;
  border: 0;
}
@media screen and (max-width: 960px) {
  #navigation .next,
  #navigation .prev {
    left: 10px;
  }
}
#navigation .next:after,
#navigation .prev:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #1B1B1B;
  background: #1B1B1B url(../images/prev-white.png) no-repeat center center;
  background-size: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
#navigation .next:hover,
#navigation .prev:hover {
  cursor: pointer;
}
#navigation .next:hover:after,
#navigation .prev:hover:after {
  background-color: #B6CA98 !important;
  border: 1px solid #B6CA98 !important;
}
#navigation .next {
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  #navigation .next {
    right: 10px;
  }
}

.terms {
  width: 100%;
  max-width: 260px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  overflow: hidden;
}
.terms li {
  display: inline-block;
  position: relative;
  margin-right: -8px;
  border-left: 1px solid #1B1B1B;
  padding: 3px 9px;
  font: 400 0.9em/1.6em "Roboto Mono", monospace;
  margin-top: -1px;
  text-transform: uppercase;
}
.terms li:after {
  content: "";
  width: 600px;
  height: 1px;
  position: absolute;
  top: 0;
  left: -300px;
  background-color: black;
}
.terms li:first-child {
  border-left: 0;
}

.productContain {
  padding-left: 10px;
}
.productContain .content {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.productContain .content .col-4 {
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: white;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .productContain .content .col-4 {
    width: calc(100% - 10px);
  }
}
.productContain .content .col-4 p {
  font: 400 1em/1.6em "Roboto Mono", monospace;
}
.productContain .content .col-4 img {
  width: 100%;
  height: auto;
}
.productContain .content .col-4 p.disponibility {
  font: 1.4em/1em "Nord", sans-serif;
  margin-bottom: 15px;
}
.productContain .content .col-4 .buttons-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
}
.productContain .content .col-4 .panelCard {
  padding: 30px 30px 80px 30px;
}
@media screen and (max-width: 960px) {
  .productContain .content .col-4 .panelCard {
    padding: 30px 30px 70px 30px;
  }
}
.productContain .content .col-4 .ingredient {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 30px;
  background-color: #1B1B1B;
  color: white;
  transform: translateY(150%);
  transition: all 0.25s ease;
}
.productContain .content .col-4 .ingredient .buttons button {
  border: 1px solid white;
  color: white;
  font: 400 1em/1.6em "Roboto Mono", monospace;
}
.productContain .content .col-4 .ingredient .buttons button:hover {
  cursor: pointer;
  background-color: white;
  color: #1B1B1B;
}
.productContain .content .panel.openIngredient .ingredient {
  transform: translateY(0%);
}

#wpsl-wrap.wpsl-store-below {
  margin: 0;
}
#wpsl-wrap.wpsl-store-below .wpsl-infobox {
  padding: 20px;
}
#wpsl-wrap.wpsl-store-below .wpsl-infobox p,
#wpsl-wrap.wpsl-store-below .wpsl-infobox span {
  font: 500 1em/1.6em "Roboto Mono", monospace;
  text-align: left;
}
#wpsl-wrap.wpsl-store-below .wpsl-search {
  width: calc(50% - 15px);
  float: right;
  position: relative;
  padding: 0;
  margin: 10px 10px 0px 0px;
}
@media screen and (max-width: 960px) {
  #wpsl-wrap.wpsl-store-below .wpsl-search {
    width: calc(100% - 20px);
    margin: 10px 10px 0px 0px;
  }
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-input {
  width: 100%;
  padding: 30px;
  margin: 0;
  background-color: #FFC7C3;
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-input > div > label {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font: 2.4em/1em "Nord", sans-serif;
  margin-bottom: 20px;
  text-align: left;
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-input input {
  width: 100%;
  height: 31px;
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-search-btn-wrap {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 100;
}
#wpsl-wrap.wpsl-store-below .wpsl-search .wpsl-search-btn-wrap input {
  margin: 0 !important;
}
#wpsl-wrap.wpsl-store-below #wpsl-gmap {
  width: calc(50% - 15px);
  height: calc(100vh - 282px) !important;
  float: left;
  margin: 10px 0px 10px 10px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 960px) {
  #wpsl-wrap.wpsl-store-below #wpsl-gmap {
    width: calc(100% - 20px);
    height: 360px !important;
    margin: 10px 0px 0px 10px;
  }
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list {
  width: calc(50% - 15px);
  float: right;
  margin: 10px 10px 10px 0px;
  background-color: #C9D5D7;
}
@media screen and (max-width: 960px) {
  #wpsl-wrap.wpsl-store-below #wpsl-result-list {
    width: calc(100% - 20px);
  }
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list a {
  color: #1B1B1B;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores {
  height: calc(100vh - 432px) !important;
}
@media screen and (max-width: 960px) {
  #wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores {
    height: auto !important;
  }
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li {
  text-align: left;
  padding: 20px 30px;
  border-bottom: 1px dotted #1B1B1B;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-store-location {
  width: 66.6%;
  float: left;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p {
  margin: 0;
  font-size: 1em;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-store-details {
  margin: 10px 0px;
  display: inline-block;
  vertical-align: top;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap {
  width: 33.3%;
  float: right;
}

footer {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
footer .col-4 {
  padding: 20px;
  height: 100px;
  border-top: 1px solid #1B1B1B;
  border-right: 1px solid #1B1B1B;
}
@media screen and (max-width: 960px) {
  footer .col-4 {
    padding: 10px;
    height: 80px;
  }
}
footer .col-4 .flag {
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 10px;
}
footer .col-4 .flag li {
  width: 33.3%;
  float: left;
  height: 10px;
}
footer .col-4 .flag li:nth-child(1) {
  background-color: black;
}
footer .col-4 .flag li:nth-child(2) {
  background-color: #FFD70D;
}
footer .col-4 .flag li:nth-child(3) {
  background-color: #E6374F;
}
footer .col-4 p {
  font: 400 1em/1.6em "Roboto Mono", monospace;
  margin: 0;
}
footer .col-4 img {
  width: calc(33.3% - 20px);
  max-width: 60px;
  height: auto;
  vertical-align: middle;
  margin: 0px 10px;
}
@media screen and (max-width: 960px) {
  footer .col-4 img {
    height: 50px;
    width: auto;
  }
}
footer .col-4:nth-child(1) {
  height: 161px;
}
footer .col-4:nth-child(1) p {
  font-weight: 600;
}
footer .col-4:nth-child(4) {
  text-align: center;
  padding-top: 50px;
  border-right: 0;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  footer .col-4:nth-child(4) {
    width: 100%;
    height: auto;
    padding-top: 20px;
  }
}
footer .col-4:nth-child(5) {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 960px) {
  footer .col-4:nth-child(5) {
    width: 100%;
  }
}
footer .col-4:nth-child(5) p {
  display: inline-block;
  margin-right: 10px;
}
footer .col-4:nth-child(5) p a {
  display: block;
  position: relative;
  padding-right: 20px;
  border-right: 1px solid #1B1B1B;
}
footer .col-4:nth-child(5) p:last-of-type a {
  border: 0;
}

.page-template-page-partners .col-2.content h1 {
  padding-right: 150px;
}
.page-template-page-partners .col-2.content .sponsor-logo {
  width: auto;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  text-align: right;
}
.page-template-page-partners .col-2.content .sponsor-logo p {
  font: 600 0.8em/1.6em "Roboto Mono", monospace;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-template-page-partners .col-2.content .sponsor-logo img {
  width: auto;
  height: 60px;
}
.page-template-page-partners .col-2.content .wpcf7-form-control-wrap:nth-child(8),
.page-template-page-partners .col-2.content .wpcf7-form-control-wrap:nth-child(9) {
  width: calc(50% - 10px);
  float: left;
}
.page-template-page-partners .col-2.content .wpcf7-form-control-wrap:nth-child(9) {
  margin-left: 20px;
}

.wpcf7 {
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.wpcf7 a {
  color: dark;
}
.wpcf7 p {
  margin: 0;
  font: 400 1em/1.6em "Roboto Mono", monospace;
}
.wpcf7 .wpcf7-form-control-wrap:nth-child(2),
.wpcf7 .wpcf7-form-control-wrap:nth-child(3) {
  width: calc(50% - 10px);
  float: left;
}
.wpcf7 .wpcf7-form-control-wrap:nth-child(3) {
  margin-left: 20px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=url],
.wpcf7 input[type=date],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  border: none;
  border: 0;
  border-radius: 0;
  padding: 16px 18px;
  margin: 15px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  background-color: white;
  font-size: 1em;
}
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
}
.wpcf7 input[type=text]:-webkit-autofill, .wpcf7 input[type=text]:-webkit-autofill:hover, .wpcf7 input[type=text]:-webkit-autofill:focus, .wpcf7 input[type=text]:-webkit-autofill:active,
.wpcf7 input[type=number]:-webkit-autofill,
.wpcf7 input[type=number]:-webkit-autofill:hover,
.wpcf7 input[type=number]:-webkit-autofill:focus,
.wpcf7 input[type=number]:-webkit-autofill:active,
.wpcf7 input[type=tel]:-webkit-autofill,
.wpcf7 input[type=tel]:-webkit-autofill:hover,
.wpcf7 input[type=tel]:-webkit-autofill:focus,
.wpcf7 input[type=tel]:-webkit-autofill:active,
.wpcf7 input[type=email]:-webkit-autofill,
.wpcf7 input[type=email]:-webkit-autofill:hover,
.wpcf7 input[type=email]:-webkit-autofill:focus,
.wpcf7 input[type=email]:-webkit-autofill:active,
.wpcf7 input[type=password]:-webkit-autofill,
.wpcf7 input[type=password]:-webkit-autofill:hover,
.wpcf7 input[type=password]:-webkit-autofill:focus,
.wpcf7 input[type=password]:-webkit-autofill:active,
.wpcf7 input[type=url]:-webkit-autofill,
.wpcf7 input[type=url]:-webkit-autofill:hover,
.wpcf7 input[type=url]:-webkit-autofill:focus,
.wpcf7 input[type=url]:-webkit-autofill:active,
.wpcf7 input[type=date]:-webkit-autofill,
.wpcf7 input[type=date]:-webkit-autofill:hover,
.wpcf7 input[type=date]:-webkit-autofill:focus,
.wpcf7 input[type=date]:-webkit-autofill:active,
.wpcf7 select:-webkit-autofill,
.wpcf7 select:-webkit-autofill:hover,
.wpcf7 select:-webkit-autofill:focus,
.wpcf7 select:-webkit-autofill:active,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill:hover,
.wpcf7 textarea:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.wpcf7 input[type=date] {
  color: #1B1B1B !important;
}
.wpcf7 textarea,
.wpcf7 select {
  margin-top: 15px;
  padding: 12px 18px;
}
.wpcf7 select {
  background: white url(../images/arrow-down.png) 98% center no-repeat;
  background-size: 16px;
}
.wpcf7 select:hover {
  cursor: pointer;
}
.wpcf7 label {
  display: block;
  font: 400 1em/1.6em "Roboto Mono", monospace;
  font-weight: 600;
  margin-bottom: 5px;
}
.wpcf7 span.your-tel {
  margin: 10px 0px 15px 0px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-radio {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  background-color: rgba(201, 213, 215, 0.1);
}
.wpcf7 input[type=checkbox] {
  margin-right: 10px;
  border: 1px solid #333 !important;
  background-color: transparent !important;
}
@media screen and (max-width: 960px) {
  .wpcf7 input[type=checkbox] {
    top: 2px;
    position: relative;
  }
}
.wpcf7 .buttons {
  display: inline-block;
  width: 100%;
}
.wpcf7 input[type=submit] {
  width: 100%;
  max-width: 180px;
  border: 1px solid #1B1B1B;
  padding: 8px 24px;
  font: 400 1em/1.6em "Roboto Mono", monospace;
  border-radius: 50px !important;
  display: block;
  clear: both;
  margin: 0 auto;
  margin-top: 20px;
  color: #1B1B1B;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
.wpcf7 input[type=submit]:hover {
  cursor: pointer;
  background-color: #1B1B1B;
  color: white;
}
.wpcf7 input[type=submit]:disabled {
  opacity: 0.25;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
  border: 4px solid #E6374F;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #E6374F;
  line-height: 1.2em;
  margin-top: -8px;
  margin-bottom: 20px;
  display: none;
}
.wpcf7 .wpcf7-response-output {
  float: left;
  width: 100%;
  border: none !important;
  border-radius: 6px;
  background: #E6374F;
  color: white;
  padding: 20px !important;
  margin: 0 !important;
  text-align: center;
  font-size: 1.2em;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  background: #E6374F !important;
}
.wpcf7 .wpcf7-list-item {
  margin: 0px;
}
.wpcf7 .wpcf7-form {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.grecaptcha-badge {
  display: none !important;
}

#sb_instagram {
  padding: 0 !important;
}

.atelier-contain {
  margin: 0 0 60px;
}
.atelier .wrapper {
  padding: 40px 0;
}
.atelier .subtitle {
  margin: 0 0 80px 0;
  font: 1.5em/1em "Nord", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .atelier .subtitle {
    font: 1.2em/1em "Nord", sans-serif;
    margin: 0 0 30px 0;
  }
}
.atelier-row {
  margin: 20px 0 20px 0;
  display: flex;
  text-align: left;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .atelier-row {
    flex-direction: column;
  }
}
.atelier-row img {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .atelier-row img {
    max-width: inherit;
    width: 100%;
  }
}
.atelier-row__txt {
  margin: 0 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .atelier-row__txt {
    margin: 0;
  }
}
.atelier-row__txt h3 {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .atelier-row__txt h3 {
    font: 2.6em/1em "Nord", sans-serif;
  }
}
.atelier-row:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .atelier-row:nth-child(even) {
    text-align: left;
    flex-direction: column;
  }
}

/*
Theme Name: Eugene_chocolatier_2022
*/
.woocommerce-Price-amount.amount {
  font-size: 15px;
  font-weight: 600;
}

.product_title.entry-title {
  margin-top: 40px;
}

.product_meta .posted_in {
  display: none;
}

.summary.entry-summary {
  margin-right: 20px;
  margin-left: 20px;
}

#tab-title-description {
  display: none;
}

.add_to_cart_button,
.single_add_to_cart_button {
  min-width: 140px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #1b1b1b;
  padding: 8px 24px 9px 24px;
  border-radius: 50px;
  color: #1b1b1b;
  background-color: transparent;
  font: 400 1em/1.6em "Roboto Mono", monospace;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.single_add_to_cart_button:hover {
  background-color: black;
  color: white;
}

.eugene-product-detail.product.type-product.product-type-simple,
.eugene-product-detail.product.type-product.product-type-variable {
  /* 	display : flex;
  padding-top: 40px;
  padding-bottom: 40px; 
  padding-left: 20px; 
  padding-right: 20px; */
}

@media only screen and (max-width: 768px) {
  .eugene-product-detail.product.type-product.product-type-simple,
  .eugene-product-detail.product.type-product.product-type-variable {
    flex-direction: column;
    align-items: center;
  }
  .eugene-product-detail.product.type-product.product-type-simple *,
  .eugene-product-detail.product.type-product.product-type-variable * {
    padding: 10px;
  }
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
  padding-right: 25px;
  padding-left: 25px;
}

.eugene-detail-product-list {
  font: 400 1.2em/1.6em "Roboto Mono", monospace;
  list-style: inside;
  text-align: start;
}

.eugene-detail-product-sub-list {
  font: 400 0.9em/1.4em "Roboto Mono", monospace;
  list-style: revert;
}

.eugene-detail-product-list-small {
  font: 400 0.7em/1.2em "Roboto Mono", monospace;
  float: inline-start;
  padding-top: 15px;
}

.eugene-detail-product-list-p {
  font: 400 1.2em/1.6em "Roboto Mono", monospace;
  align-items: center;
}

.eugene-detail-product-h2 {
  padding-top: 30px;
}

form.cart,
form.variations_form {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  align-items: start;
}

.additional_information_tab {
  display: none;
}

.sku_wrapper {
  display: none;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: grid;
}

table.variations {
  margin-bottom: 30px;
}

table.variations label {
  font: 400 1.2em/1.6em "Roboto Mono", monospace;
  padding-right: 10px;
}

#pa_grammes {
  padding: 5px;
}

.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  margin-top: 50px;
}

.flex-control-nav.flex-control-thumbs {
  display: inline-flex;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce-product-gallery__image.flex-active-slide {
  width: 0px;
}

.variations_form.cart {
  align-items: center;
  padding-bottom: 50px;
}

.woocommerce-variation-price {
  padding-bottom: 30px;
}

.reset_variations {
  padding-left: 10px;
}

label.screen-reader-text {
  /* to display the label text for the quantity selector */
  display: contents;
  text-transform: capitalize;
  font: 400 1.2em/1.6em "Roboto Mono", monospace;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin: auto;
  max-width: 800px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
  margin-bottom: 20px;
  text-decoration: underline;
  /* 	color: rgb(202, 79, 84); */
}

.woocommerce-ordering,
.woocommerce-result-count {
  display: none;
}

.fcpfw_cart_basket {
  margin-top: 135px;
}

.vi-wcaio-sidebar-cart-icon-wrap {
  margin-top: 130px;
}

.vi-wcaio-sidebar-cart-footer-pd-price {
  display: none;
}

.woocommerce-breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}

.related.products {
  display: none;
}

.products.columns-4 {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.up-sells.upsells.products {
  padding-top: 100px !important;
  padding-bottom: 50px;
}

.products.columns-4 .product.type-product.status-publish {
  width: 20%;
}

@media only screen and (max-width: 990px) {
  .products.columns-4 {
    flex-direction: column;
  }
  .products.columns-4 {
    align-items: center;
  }
  .products.columns-4 .product.type-product.status-publish {
    width: 50%;
  }
}
.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

@media only screen and (min-width: 1025px) {
  .products.columns-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 650px) and (max-width: 900px) {
  .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 649px) {
  .products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  flex-direction: column;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-decoration: none;
}

.button.product_type_variable.add_to_cart_button {
  display: flex;
  width: 188px;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
}

li.product.type-product.status-publish {
  /* 	padding-bottom: 70px; */
}

.wc-block-components-radio-control__option-layout {
  padding-left: 20px;
}

.page-id-1161 .col-2.cover,
.page-id-1366 .col-2.cover,
.page-id-1372 .col-2.cover {
  display: none !important;
}

.page-id-1161 .content.col-2,
.page-id-1366 .content.col-2,
.page-id-1372 .content.col-2 {
  width: 100% !important;
}

.page-id-1162 .col-2.cover,
.page-id-1368 .col-2.cover,
.page-id-1374 .col-2.cover {
  display: none !important;
}

.page-id-1162 .content.col-2,
.page-id-1368 .content.col-2,
.page-id-1374 .content.col-2 {
  width: 100% !important;
}

/* .wc-block-components-button__text {
    border: 1px solid black;
    padding: 12px;
    margin-top: 20px;
    background-color: black;
    color: white;
    border-radius: 50px;
} */
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 100%;
  height: auto;
}

.woocommerce-loop-product__title {
  padding-top: 20px;
}

.button.product_type_variable.add_to_cart_button {
  margin-top: 70px;
  margin-bottom: 20px;
}

.columns-3 {
  padding: 10px;
}

.woocommerce-column__title {
  padding-top: 20px;
}

.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns .wc-block-grid__products {
  display: flex !important;
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: flex;
  justify-content: center;
  width: 60%;
  margin-inline: auto;
  margin-top: 52px;
}

.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  text-decoration: none;
  margin-top: 20px;
  border: 1px solid black;
  border-radius: 30px;
  padding: 15px;
}

.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background-color: black;
  color: white;
}

.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
.wc-block-cart-items__header-image {
  font-size: 20px !important;
}

.wc-block-components-totals-item__label {
  font-weight: 600;
}

.wc-block-components-radio-control__description-group {
  font-size: 0.875em !important;
}

/* product detail : add to basket with a variant */
.eugene-product-detail.product.purchasable form.cart {
  align-items: center;
  margin-bottom: 30px;
}

/* remove background on the basket page */
.row-wrapper .row .col-2.content {
  background-color: transparent !important;
}

form.cart {
  padding-bottom: 40px;
  align-items: center;
}

#pa_grammes {
  border-radius: 20px;
  padding: 8px;
}

.wqpmb_input_text.input-text.qty.text {
  border-radius: 20px;
}

.eugene-detail-product-sub-list li {
  padding-left: 50px;
  list-style-type: none;
}

.footer-legacy-element {
  display: flex !important;
  justify-content: center !important;
}

.footer-spacer-line {
  padding-right: 15px;
}

@media only screen and (max-width: 650px) {
  .footer-legacy-element {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  span.footer-spacer-line {
    display: none;
  }
  .footer-legacy-element a {
    padding-bottom: 10px;
  }
}
/* product page by Webulous : see /js/eugene-webulous.js */
.product-eugene-col1-col2 {
  display: flex;
}

.product-eugene-col1 {
  max-width: 50%;
}

.product-eugene-col2 {
  max-width: 50%;
}

ul.eugene-detail-product-list {
  display: none;
}

h2.eugene-detail-product-h2 i.fa.fa-plus,
h2.eugene-detail-product-h2 i.fa.fa-minus {
  padding-left: 10px;
}

h2.eugene-detail-product-h2 {
  text-align: left;
}

.product_title.entry-title {
  margin-top: 0px;
}

form.variations_form.cart {
  margin-top: 0px;
}

.eugene-product-detail.product.purchasable form.cart {
  margin-bottom: 0px;
}

.variations_form.cart {
  padding-bottom: 20px;
}

.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  margin-top: 20px;
}

.eugene-detail-product-h2 {
  padding-top: 10px;
}

.product-eugene-col2 {
  text-align: left;
}

.eugene-product-detail.product.purchasable form.cart {
  align-items: baseline;
}

ul.eugene-detail-product-list {
  padding-bottom: 20px;
}

table.variations {
  margin-bottom: 15px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
  text-decoration: none;
  font-size: 18px;
}

h2.eugene-detail-product-h2 i.fa.fa-plus,
h2.eugene-detail-product-h2 i.fa.fa-minus {
  font-size: small;
}

.woocommerce-message {
  padding-bottom: 20px;
}

.xoo-wsc-sm-left {
  align-items: flex-start !important;
}

/* version mobile shop details page of product */
@media only screen and (max-width: 768px) {
  .product-eugene-col1-col2 {
    flex-flow: wrap;
  }
  .product-eugene-col1,
  .product-eugene-col2 {
    max-width: 100%;
  }
}
/* Version mobile page détail */
.flex-control-nav.flex-control-thumbs {
  display: ruby-text !important;
}

.legal-small-text {
  font-size: 12px;
}

.adfy__woofc-coupon {
  display: none !important;
}

.adfy__woofc-link:hover {
  color: black !important;
}

.adfy__woofc-item-content {
  text-align: start !important;
}

#adfy__floating-cart .adfy__woofc-shipping-bar .progress-bars .live-progress-bar {
  background-color: #fe6b20 !important;
}

#jsx-iframe-91bc3c7ba8 {
  display: none !important;
}

.ppc-button-wrapper {
  display: none;
}

.wp-block-woocommerce-checkout-express-payment-block {
  display: none;
}

.wc-block-components-express-payment.wc-block-components-express-payment--cart {
  display: none;
}

/* webulous 30/09/2024 : bug display on detail product page */
.flex-control-nav.flex-control-thumbs {
  justify-content: center;
  width: 100% !important;
  display: inline-flex !important;
  flex-wrap: wrap;
}

ol.flex-control-nav.flex-control-thumbs li img {
  max-width: 100px;
  height: auto;
}

/* webulous 30/09/2024  : responsive product page */
@media only screen and (max-width: 768px) {
  .eugene-product-detail.product.type-product.product-type-simple *,
  .eugene-product-detail.product.type-product.product-type-variable * {
    padding: 0px;
    justify-content: center;
  }
  .product-eugene-col1-col2 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .product-eugene-col1 {
    padding: 0px !important;
  }
  div.woocommerce-product-gallery__wrapper img.wp-post-image {
    width: 100% !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  ul.eugene-detail-product-list {
    padding-bottom: 20px !important;
  }
}
/* Media query pour les écrans de moins de 768px de large (mobile) */
@media only screen and (max-width: 768px) {
  .woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
  }
}

/*# sourceMappingURL=main.css.map*/