@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 4rem;
  top: inherit;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-prev:after, .slick-next:before, .slick-next:after {
  font-family: "eicons";
  font-size: 40px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 1rem;
  z-index: 600;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
  color: #000;
}
.slick-next {
  right: 2rem;
  z-index: 600;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:after {
  content: "";
}
[dir="rtl"] .slick-next:after {
  content: "";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 430px) {
  .slick-dots {
    display: none !important;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "eicons";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*-=-=-=-=-=-=-=-=-=-=- */
/* CHOU Custom Styles */
/*-=-=-=-=-=-=-=-=-=-=- */
::selection {
  background: #E4CFBF;
  color: #fff;
}
::moz-selection {
  background: #E4CFBF;
  color: #fff;
}
::webkit-selection {
  background: #E4CFBF;
  color: #fff;
}
/* Landing Page */
/* Nos produits content */
.elementor-29081 .elementor-element.elementor-element-14f6d7d > .elementor-background-overlay {
  background: transparent !important;
}
/* colors Adjust */
body:not(.page-id-28836) .elementor-button:not(.hfe-cart-container) {
  border-color: #E4CFBF !important;
  background-color: #E4CFBF !important;
}
body:not(.page-id-28836) .elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
  float: right;
}
body .elementor-29463 .elementor-element.elementor-element-b5bec51:not(.elementor-motion-effects-element-type-background), body .elementor-29463 .elementor-element.elementor-element-b5bec51 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #E4CFBF !important;
}
body .elementor-29215 .elementor-element.elementor-element-a7091e7:not(.elementor-motion-effects-element-type-background), body .elementor-29215 .elementor-element.elementor-element-a7091e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #E4CFBF !important;
}
.elementor-29215 .elementor-element.elementor-element-105b733:not(.elementor-motion-effects-element-type-background), .elementor-29215 .elementor-element.elementor-element-105b733 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #E4CFBF;
}
@media (min-width: 430px) {
  body .elementor-28992 .elementor-element.elementor-element-f10d700 .elementor-tabs-wrapper > #elementor-tab-title-2521.elementor-tab-title.elementor-active, .elementor-28992 .elementor-element.elementor-element-f10d700 .elementor-tabs #elementor-tab-title-2521.elementor-tab-title.elementor-active a, body .elementor-28992 .elementor-element.elementor-element-f10d700 .elementor-tabs-wrapper > #elementor-tab-title-2522.elementor-tab-title.elementor-active, .elementor-28992 .elementor-element.elementor-element-f10d700 .elementor-tabs #elementor-tab-title-2522.elementor-tab-title.elementor-active a {
    background-color: #E4CFBF !important;
  }
}
.elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item .elementor-flip-box--effect-flip {
  z-index: 50;
  position: relative;
}
.elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item .elementor-flip-box__front {
  background-size: contain;
}
.elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active {
  background: rgba(228, 207, 191, 0.25) !important;
  background-color: rgba(228, 207, 191, 0.25) !important;
}
.elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item .elementor-tab-title.elementor-active a span {
  background: transparent !important;
  background-color: transparent !important;
}
.elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item h6.elementor-heading-title.elementor-size-default, .elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item .e-atc-qty-button-holder {
  position: relative;
  z-index: 1;
}
.elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item .elementor-flip-box__layer__title {
  color: #323232;
  font-size: 15px;
  font-weight: 600;
  font-family: "GT Pressura Light", Sans-serif;
  line-height: 1.5;
}
.elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item .woocommerce-Price-amount {
  font-size: 18px;
  font-family: "GT Pressura Bold", Sans-serif;
}
.elementor-tabs-wrapper + .elementor-tabs-content-wrapper .elementor-toggle .elementor-toggle-item p.price {
  margin-bottom: 0;
}
.woocommerce-cart-form__cart-item.cart_item button.plus, .woocommerce-cart-form__cart-item.cart_item button.minus {
  padding: 1px 8px 5px 8px !important;
}
@media (max-width: 430px) {
  body.page-id-28906 .elementor-element-ba78ce8 .elementor-button-link {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  body.page-id-28978 .elementor-element-6acbe66 .elementor-button-link {
    background-color: transparent !important;
    border-color: transparent !important;
  }
}
/* Tabs Animation : Color Bugs */
body.page-id-28992 .elementor-column .elementor-toggle-item .elementor-tab-title {
  border-width: 0 !important;
  background: linear-gradient(to top, black, black 3px, white 3px, white 100%);
}
/* Tabs Spacing Adjust */
.elementor-tab-content.elementor-clearfix.elementor-active {
  padding: 15px;
}
.elementor-29601 .elementor-element.elementor-element-50580f9 > .elementor-container {
  min-height: 300px !important;
}
.elementor-29601 .elementor-element.elementor-element-d2c3ec0 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}
.elementor-toggle-title {
  text-transform: uppercase;
}
.elementor-toggle-title + a span {
  text-transform: uppercase;
}
/* Menu Highlight Current page */
body.page-id-28906 .menu_col_produits a:link, body.page-id-28906 .menu_col_produits a:visited, body.page-id-28906 .menu_col_produits a:active, body.page-id-28906 .menu_col_produits a {
  font-weight: bold;
}
body.page-id-28978 .menu_col_lieux a:link, body.page-id-28978 .menu_col_lieux a:visited, body.page-id-28978 .menu_col_lieux a:active, body.page-id-28978 .menu_col_lieux a {
  font-weight: bold;
}
@media (min-width: 430px) {
  .elementor-element-e5cdda3.elementor-sticky--active {
    top: 12px !important;
  }
  #light-nav-wrapper {
    background: #E4CFBF;
    color: #fff;
    transition: 0.75s ease-in-out;
    position: fixed;
    top: -150px;
    z-index: 600;
    width: 100%;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  }
  #light-nav-wrapper .eicon {
    font-size: 30px;
  }
  #light-nav-wrapper .elementor-widget:not(:last-child) {
    margin-bottom: 0;
  }
  #light-nav-wrapper #hfe-menu-cart__toggle_button {
    border-width: 0 !important;
    margin-top: 5px;
  }
  #light-nav-wrapper #hfe-menu-cart__toggle_button .elementor-button-icon[data-counter]:before {
    color: #fff !important;
    background-color: #323232 !important;
  }
  #light-nav-wrapper .elementor-col-50 .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  #light-nav-wrapper .elementor-widget-wrap > .elementor-element {
    width: auto !important;
  }
  #light-nav-wrapper .elementor-element-12840ba.elementor-widget {
    margin-bottom: 0 !important;
  }
  #light-nav-wrapper ul {
    display: inline-block;
    margin: 0;
    padding: 0.75rem 1rem 0 0;
  }
  #light-nav-wrapper ul li {
    list-style-type: none;
    display: inline-block;
    text-align: right;
    margin: 0 0 0 2rem;
  }
  #light-nav-wrapper ul li a:link, #light-nav-wrapper ul li a:visited, #light-nav-wrapper ul li a:active, #light-nav-wrapper ul li a {
    font-size: 1.2rem;
  }
  #light-nav-wrapper ul li a:link.active, #light-nav-wrapper ul li a:visited.active, #light-nav-wrapper ul li a:active.active, #light-nav-wrapper ul li a.active {
    font-weight: 700;
  }
  #light-nav-wrapper.sticky {
    top: 0;
  }
}
.slider-nosproduits {
  margin-top: 3rem;
}
@media (max-width: 430px) {
  .slider-nosproduits div {
    /*
			min-width: 100%;
			max-width: 100%;
			*/
  }
}
.slider-nosproduits div img {
  object-fit: cover;
  max-width: 100%;
  height: 550px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  filter: blur(0px);
  margin: 0 2rem;
}
@media (max-width: 430px) {
  .slider-nosproduits div img {
    max-height: 350px;
    min-width: calc(100%);
    margin-left: 0;
    object-fit: contain;
  }
}
.slider-nosproduits div:not(.slick-current) img {
  opacity: 0.25;
  filter: blur(8px);
}
@media (max-width: 430px) {
  .slider-nosproduits div:not(.slick-current) img {
    filter: blur(0px);
    opacity: 0;
  }
}
.slider-nosproduits div.slick-current img {
  opacity: 1;
  filter: blur(0px);
}
.slider-nosproduits div p {
  text-align: right;
  padding-right: 2rem;
}
@media (max-width: 430px) {
  .slider-nosproduits div p {
    padding-right: 0;
  }
}
.slider-nosproduits .slick-current, .slider-nosproduits .slick-clone-current {
  transition: all 0.4s ease-in-out;
}
.slider-nosproduits .slick-slide {
  /*
		transform: scale(0.7, 0.7);
		transition: transform 0.3s;
		*/
}
.slider-nosproduits .slick-slide img {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  filter: blur(0px);
}
.slider-nosproduits .slick-slide.slick-center {
  /*
			transform: scale(1, 1);
			color: cyan;
			*/
}
.slider-nosproduits .slick-slide.slick-center img {
  transition: all 0.4s ease-in-out;
  opacity: 1;
  filter: blur(0px);
}
@media (min-width: 430px) {
  .swiper-pagination.swiper-pagination-bullets {
    display: none;
  }
}
.elementor-swiper-button-next, .elementor-swiper-button-prev {
  top: inherit !important;
  bottom: 60px;
}
.elementor-swiper-button-next .eicon-chevron-right, .elementor-swiper-button-next .eicon-chevron-left, .elementor-swiper-button-prev .eicon-chevron-right, .elementor-swiper-button-prev .eicon-chevron-left {
  color: rgba(50, 50, 50, 0.3);
  font-size: 2.2rem;
}
.swiper-slide img {
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}
.swiper-slide figcaption {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
/*
.swiper-image-stretch .swiper-slide .swiper-slide-image{
	max-height: 450px;
	object-fit:cover;
}
*/
@media (min-width: 430px) {
  .swiper-slide-active + .swiper-slide img {
    transition: all 0.4s ease-in-out;
    opacity: 1 !important;
  }
  .swiper-slide-active + .swiper-slide figcaption {
    opacity: 1 !important;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 430px) {
  .swiper-slide-active img {
    transition: all 0.4s ease-in-out;
    opacity: 1 !important;
  }
  .swiper-slide-active figcaption {
    opacity: 1 !important;
    transition: all 0.4s ease-in-out;
  }
}
/* fix slider (hauteur fixe - largeur variable) */
.elementor-element-6ca3631e .swiper-slide img {
  object-fit: cover;
}
.elementor-element-6ca3631e .swiper-slide {
  width: fit-content !important;
}
.elementor-element-6ca3631e figure.swiper-slide-inner {
  /*
		width: fit-content!important;
		margin:auto!important;
	*/
}
@media (max-width: 430px) {
  /* Shop */
  /* Fix Pages */
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px 10px 10px 10px;
  }
  .elementor-28992 .elementor-element.elementor-element-e2a9f29 {
    z-index: 60 !important;
    bottom: 20px !important;
  }
  .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-269caed {
    display: none;
  }
  .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-ad50d1e {
    width: 100%;
  }
  .elementor-29215 .elementor-element.elementor-element-31d77dc .hfe-site-logo-container, .elementor-29215 .elementor-element.elementor-element-31d77dc .hfe-caption-width figcaption {
    text-align: center;
  }
  body:not(.page-id-28836) .hfe-site-logo {
    background: #fff;
    padding: 2.5rem 1.5rem;
    max-width: 200px;
    margin-bottom: 1.5rem;
  }
  body:not(.page-id-28836) .hfe-site-logo .hfe-site-logo-container {
    text-align: center;
  }
  body:not(.page-id-28836) .hfe-site-logo .hfe-site-logo-container img {
    display: inline-block;
    width: 100% !important;
    max-width: 115px;
  }
  body.page-id-28992 .elementor-element-31d77dc > .elementor-widget-container, body.page-id-29283 .elementor-element-31d77dc > .elementor-widget-container, body.page-id-29284 .elementor-element-31d77dc > .elementor-widget-container {
    display: flex;
    justify-content: center;
  }
  body.page-id-28992 .elementor-28992 .elementor-element.elementor-element-f10d700 .elementor-tab-title.elementor-active, body.page-id-28992 .elementor-28992 .elementor-element.elementor-element-f10d700 .elementor-tab-title.elementor-active a {
    background: #fff !important;
    background-color: #fff !important;
  }
  body.page-id-28992 .elementor-28992 .elementor-top-column.elementor-element-858c6b1 {
    background: #E4CFBF !important;
  }
  body.page-id-28992 .elementor-tabs .elementor-tabs-wrapper {
    background: #E4CFBF !important;
    padding-top: 2.5rem;
  }
  body.page-id-28992 .elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 30px 25px !important;
  }
  body.page-id-28992 .elementor-29463 .elementor-element.elementor-element-5b3ed15 {
    overflow: hidden;
  }
  body.page-id-28992 .elementor-column-gap-default > .elementor-column > .elementor-element-populated, body.page-id-29283 .elementor-column-gap-default > .elementor-column > .elementor-element-populated, body.page-id-29284 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding-top: 0;
  }
  body.page-id-28992 .elementor-column-gap-default > .elementor-column > .elementor-element-populated .elementor-widget-container, body.page-id-29283 .elementor-column-gap-default > .elementor-column > .elementor-element-populated .elementor-widget-container, body.page-id-29284 .elementor-column-gap-default > .elementor-column > .elementor-element-populated .elementor-widget-container {
    padding-top: 0;
  }
  body.page-id-29283 .page .entry-header {
    margin-bottom: 2.25em;
  }
  .elementor-28912 .elementor-element.elementor-element-ecc4191 img {
    width: 100%;
    max-width: calc(116px + 45px);
  }
  .elementor-28912 .elementor-element.elementor-element-ade88bd {
    margin-top: 10px;
  }
}
@media (max-width: 430px) {
  body {
    padding-bottom: 60px;
  }
  body .elementor-widget-toggle .piece-price {
    display: block;
    margin-top: 0.3rem;
  }
  body .quantity, body .single_add_to_cart_button {
    display: flex;
    /*
			justify-content:flex-end;
			margin:0 0 1rem 0;
			*/
  }
  body div.elementor-29773 .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  body div.elementor-29773 .elementor-grid-mobile-2 .elementor-grid .quantity {
    justify-content: center;
  }
  body.page-id-29283 #order_review_heading::after, body.page-id-29284 #order_review_heading::after {
    content: '';
    width: calc(100%);
    height: 5px;
    display: inline-block;
    background: linear-gradient(to right, transparent 145px, #1D1D1B 145px, #1D1D1B 100%);
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    z-index: 5;
  }
  body.page-id-29283 .wc-proceed-to-checkout, body.page-id-29283 #place_order, body.page-id-29284 .wc-proceed-to-checkout, body.page-id-29284 #place_order {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E4CFBF;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 300;
    border-radius: 0;
  }
  body.page-id-29283 .wc-proceed-to-checkout .elementor-button-link, body.page-id-29283 #place_order .elementor-button-link, body.page-id-29284 .wc-proceed-to-checkout .elementor-button-link, body.page-id-29284 #place_order .elementor-button-link {
    font-size: 20px !important;
    padding: 10px 0 !important;
  }
  body.page-id-29283 #place_order, body.page-id-29284 #place_order {
    border-radius: 0 !important;
    width: 100% !important;
    bottom: -20px !important;
    padding: 19px !important;
  }
  body.page-id-29283 .elementor-element-16fe02b, body.page-id-29284 .elementor-element-16fe02b {
    display: none;
  }
  body .woocommerce-cart-form__cart-item.cart_item {
    position: relative;
  }
  body .woocommerce-cart-form__cart-item.cart_item .product-remove {
    position: absolute;
    right: 2rem;
    top: 3.5rem;
  }
  body .woocommerce-cart-form__cart-item.cart_item td:not(.product-thumbnail) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .elementor-tabs .elementor-tabs-wrapper {
    display: block !important;
    text-align: center;
  }
  .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title {
    display: inline-block;
  }
  .elementor-tab-title.elementor-tab-mobile-title {
    display: none;
  }
  .elementor-element-b5bec51, .elementor-element-16fe02b, #landing-eshop-btn-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E4CFBF;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 300;
  }
  .elementor-element-b5bec51 .elementor-button-link, .elementor-element-16fe02b .elementor-button-link, #landing-eshop-btn-wrapper .elementor-button-link {
    font-size: 20px !important;
    padding: 10px 0 !important;
  }
  #landing-eshop-btn-wrapper {
    border-radius: 0 !important;
    padding: 0 0 0 0 !important;
    bottom: 0;
  }
  #landing-eshop-btn-wrapper a:link, #landing-eshop-btn-wrapper a:visited, #landing-eshop-btn-wrapper a:active, #landing-eshop-btn-wrapper a {
    font-weight: 800;
    font-family: "GT Pressura Bold", Sans-serif;
    background-color: #E4CFBF;
    /*
			span{
				font-weight: 800;
				font-family:"GT Pressura Bold", Sans-serif!important;	
			}
			*/
  }
  .elementor-element-cc16152, .elementor-element-8b57e7a {
    width: 100% !important;
  }
  .elementor-element-795358d {
    position: relative;
    bottom: 40px;
  }
  .woocommerce-shipping-totals, .cart-subtotal, #billing_state_field {
    display: none !important;
  }
}
@media (min-width: 430px) {
  body:not(.page-id-28836) section:not(#light-nav-wrapper) .elementor-element-be8530b > .elementor-widget-container, body:not(.page-id-28836) section:not(#light-nav-wrapper) .elementor-element-f3aa566 > .elementor-widget-container {
    display: flex;
    justify-content: center;
    padding-top: 0 !important;
  }
  body:not(.page-id-28836) section:not(#light-nav-wrapper) .elementor-element-7d25fde > .elementor-widget-wrap.elementor-element-populated, body:not(.page-id-28836) section:not(#light-nav-wrapper) .elementor-element-acf102a > .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0;
  }
  body:not(.page-id-28836) section:not(#light-nav-wrapper) .hfe-site-logo {
    background: #fff;
    padding: 2.5rem 3.5rem;
    max-width: 250px;
    width: 250px;
    margin-bottom: 1.5rem;
  }
  body:not(.page-id-28836) section:not(#light-nav-wrapper) .hfe-site-logo .hfe-site-logo-container {
    text-align: center;
  }
  body:not(.page-id-28836) section:not(#light-nav-wrapper) .hfe-site-logo .hfe-site-logo-container img {
    display: inline-block;
    width: 100% !important;
    max-width: 185px;
  }
}
body.page-id-28992 input, body.page-id-28992 input[type="button"], body.page-id-28992 button, body.page-id-28992 div.quantity, body.page-id-28992 form.cart {
  touch-action: manipulation;
}
@media (max-width: 430px) {
  body.page-id-28992 a:link, body.page-id-28992 a:visited, body.page-id-28992 a:active, body.page-id-28992 a {
    outline: none !important;
  }
  body.page-id-28992 #elementor-tab-content-9641 .elementor-widget-image {
    /*
				  -webkit-border-radius: 50%;
				  -moz-border-radius: 50%;
				  border-radius: 50%;
				  border: none;
				  
				*/
  }
}
body.page-id-28992 .elementor-widget-wc-add-to-cart .quantity .qty {
  width: inherit;
}
body.page-id-28992 .elementor-tab-content article .elementor-widget-image {
  position: relative;
  overflow: hidden;
}
body.page-id-28992 .elementor-tab-content article .elementor-widget-image img {
  min-width: 100%;
}
body.page-id-28992 .elementor-tab-content article .elementor-widget-image .mobile_product_link {
  background: rgba(228, 207, 191, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
body.page-id-28992 .featherlight:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  background: #E4CFBF;
  z-index: -5;
}
body.page-id-28992 .featherlight:last-of-type {
  background: #fff !important;
}
body.page-id-28992 .featherlight .featherlight-content {
  min-height: 98% !important;
  background: transparent !important;
  color: #000 !important;
}
body.page-id-28992 .featherlight-content .title-product-mobile h1 {
  text-align: center;
  font-family: 'Hahmlet', sans-serif !important;
  font-weight: 500;
}
body.page-id-28992 .featherlight-content .category-product-mobile {
  /*
			font-family: 'GT Pressura Bold' !important;
			font-size:1.25rem;	
			text-transform: uppercase;
			*/
  margin-bottom: 0 !important;
}
body.page-id-28992 .featherlight-content .category-product-mobile .elementor-icon-list-icon {
  display: none;
}
body.page-id-28992 .featherlight-content .category-product-mobile a {
  pointer-events: none;
  font-family: 'GT Pressura Bold' !important;
  font-size: 1.5rem;
  text-transform: uppercase;
}
body.page-id-28992 .featherlight-content .elementor-widget-wc-add-to-cart {
  display: inline-block;
  width: 70%;
}
body.page-id-28992 .featherlight-content .product-mobile-price {
  display: inline-block;
  width: calc(30% - 4px);
}
body.page-id-28992 .featherlight-content .product-mobile-price bdi {
  font-family: 'GT Pressura Bold' !important;
  font-weight: 500;
  font-size: 2rem;
}
body.page-id-28992 .featherlight-content .elementor-widget-image {
  margin-top: 3.5rem;
}
body.page-id-28992 .featherlight-content .elementor-widget-image img {
  min-width: 100%;
}
body.page-id-28992 .featherlight-content .e-atc-qty-button-holder {
  justify-content: flex-end !important;
}
body.page-id-28992 .featherlight-content .quantity, body.page-id-28992 .featherlight-content .single_add_to_cart_button {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 1rem 0;
}
body.page-id-28992 .featherlight-content .quantity:hover + .single_add_to_cart_button {
  background: red;
}
#billing_company_field, #billing_country_field, #billing_postcode_field, #billing_address_1_field, #billing_address_2_field, #billing_city_field, #billing_state_field {
  display: none;
}
.woocommerce-error a:link, .woocommerce-error a:visited, .woocommerce-error a:active, .woocommerce-error a {
  color: #000 !important;
  font-weight: 600;
}
.woocommerce-error li:not(:first-child) {
  margin-top: 0.75rem;
}
.elementor-29752 .elementor-element.elementor-element-e9127e9 .elementor-tab-title.elementor-active a, .elementor-29752 .elementor-element.elementor-element-e9127e9 .elementor-tab-title.elementor-active .elementor-toggle-icon, .elementor-29752 .elementor-element.elementor-element-e9127e9 .elementor-tab-title .elementor-toggle-icon i:before {
  color: #323232 !important;
}
body.page-id-29283 .order-total .includes_tax, body.page-id-29284 .order-total .includes_tax {
  display: block;
}
body.page-id-29283 .order-total .includes_tax .woocommerce-Price-amount.amount, body.page-id-29284 .order-total .includes_tax .woocommerce-Price-amount.amount {
  font-size: 12px !important;
}
body.page-id-29283 .empty_cart_button, body.page-id-29284 .empty_cart_button {
  text-align: right;
  margin-top: 2rem;
  opacity: 0.5;
}
body.page-id-29283 .empty_cart_button:hover, body.page-id-29284 .empty_cart_button:hover {
  opacity: 1;
}
body.page-id-29283 .empty_cart_button a:link, body.page-id-29283 .empty_cart_button a:visited, body.page-id-29283 .empty_cart_button a:active, body.page-id-29283 .empty_cart_button a, body.page-id-29284 .empty_cart_button a:link, body.page-id-29284 .empty_cart_button a:visited, body.page-id-29284 .empty_cart_button a:active, body.page-id-29284 .empty_cart_button a {
  text-align: right;
  color: #323232 !important;
  background: #E4CFBF;
  padding: 1rem 2rem;
  border-radius: 3px;
  font-weight: 600;
}
body.page-id-29283 .empty_cart_button a:link i, body.page-id-29283 .empty_cart_button a:visited i, body.page-id-29283 .empty_cart_button a:active i, body.page-id-29283 .empty_cart_button a i, body.page-id-29284 .empty_cart_button a:link i, body.page-id-29284 .empty_cart_button a:visited i, body.page-id-29284 .empty_cart_button a:active i, body.page-id-29284 .empty_cart_button a i {
  margin-right: 0.3rem;
}
body.page-id-29284 input.select2-search__field {
  display: none;
}
body.page-id-29284 .elementor-30442 {
  z-index: -50;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a {
  height: 22px;
  border-color: transparent;
  width: 22px;
  line-height: 30px;
  color: transparent !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a svg {
  width: 30px !important;
  height: 30px;
  color: #000;
  font-weight: 900;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a svg:hover {
  color: #000 !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a::before {
  border: 2px solid transparent;
}
table.variations select {
  width: 100%;
  background-position-y: 14px;
}
table.variations th.label label {
  white-space: nowrap;
}
table.variations .value {
  position: relative;
}
table.variations .reset_variations {
  position: absolute;
  right: 10px;
  bottom: -30px;
}
.elementor-widget-woocommerce-cart .product-name {
  text-align: left;
  padding-left: 2rem !important;
  pointer-events: none;
}
@media (min-width: 430px) {
  body.page-id-28992 .elementor-tab-content h6.elementor-heading-title {
    min-height: 45px;
  }
}
#elementor-tab-content-9641 .elementor-flip-box__front, #elementor-tab-content-9641 .elementor-flip-box__back {
  /*
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  border-radius: 50%;
	  border: none;
	*/
}
#elementor-tab-content-9641 .elementor-flip-box__back .tooltip {
  margin-top: 0;
}
#order_review_heading {
  background: #fff;
  position: relative;
  font-size: 20px !important;
}
#order_review_heading::after {
  content: '';
  width: calc(100%);
  height: 5px;
  display: inline-block;
  background: linear-gradient(to right, transparent 200px, #1D1D1B 200px, #1D1D1B 100%);
  position: absolute;
  top: 1.2rem;
  right: 0.5rem;
  z-index: 5;
}
.elementor-tab-content .e-atc-qty-button-holder {
  position: relative;
}
.elementor-tab-content .e-atc-qty-button-holder .quantity + button {
  opacity: 0;
  transition: all 0.3s ease-in;
}
@media (max-width: 430px) {
  .elementor-tab-content .e-atc-qty-button-holder .quantity + button {
    padding: 12px 14px;
    text-align: left !important;
  }
  .elementor-tab-content .e-atc-qty-button-holder .quantity + button .elementor-align-icon-left {
    margin-top: 5px;
    margin-right: 10px;
  }
}
.elementor-tab-content .e-atc-qty-button-holder.quantity_active:hover .quantity + button {
  opacity: 1;
}
.single_add_to_cart_button.elementor-button.button::after {
  content: 'Ajout au panier';
  position: absolute;
  padding: 10px 30px 10px 40px;
  bottom: -3.5rem;
  opacity: 0;
  left: 2.6rem;
  transition: all 0.3s ease-in;
  pointer-events: none;
  background: transparent url('../loading.gif') no-repeat center left;
}
@media (max-width: 430px) {
  .single_add_to_cart_button.elementor-button.button::after {
    content: 'Ajout en cours';
    padding: 10px 0px 10px 40px;
    width: 100%;
    left: 0;
    bottom: -6rem;
  }
}
.single_add_to_cart_button.elementor-button.button.loading::after {
  bottom: -2.5rem;
  opacity: 1;
}
.ecs-posts article#post-30647 {
  visibility: hidden;
}
.infoallergene {
  display: block;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  margin-top: 12px;
  z-index: 800;
}
.tooltip .tooltip-top {
  top: 135%;
  left: 50%;
  margin-left: -90px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-width: 5px;
  margin-left: -5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.tooltip:hover {
  /* Show the tooltip text when you mouse over the tooltip container */
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.none {
  display: none !important;
}
