@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//henricruchon.ch/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.3") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Libre Baskerville", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: 242424;
	--wd-entities-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(36,36,36);
	--wd-entities-title-color-hover: rgb(118, 118, 118);
	--wd-alternative-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(36,36,36);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Work Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #bd9a4f;
	--wd-alternative-color: rgb(161,132,68);
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: rgb(239,239,239);
	--btn-accented-font-family: "Work Sans", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 600;
	--btn-accented-transform: uppercase;
	--btn-accented-bgcolor: rgb(189,154,79);
	--btn-accented-bgcolor-hover: rgb(161,132,68);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-labels .product-label.onsale {
	background-color: rgb(189,154,79);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(189,154,79);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(189,154,79);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(189,154,79);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

/* Suppression ligne auteur dans les blocs des articles de blogs */
.wd-post-meta {
  display: none !important;
}

/* Suppression du bug sur le carrousel du feed insta (marge a droit et à gauche) sur mobile */
@media (max-width: 768px) {
  .ti-widget * {
    overflow: hidden !important;
  }
  .ti-layout-container, .ti-widget-layout {
    overflow-x: hidden !important;
    touch-action: pan-y !important;
    pointer-events: none !important;
  }
  .ti-layout-item {
    flex-shrink: 0 !important;
    width: 100% !important;
  }
}

/*  Enlever le contour léger lors du clic sur une cellule (champ) */
.elementor-field:focus {
  outline: none !important;
  box-shadow: none !important;
}
/*  Changer le fond quand la cellule est sélectionnée (focus) ou active */
.elementor-field:focus,
.elementor-field:active {
  background-color: #fafafa !important;
}

/*  10px de marge entre le titre et sous titres des card de dégustations */
.elementor-price-table__header .elementor-price-table__heading {
    margin-bottom: 10px;
}

/* Masquer le texte "En stock" sur les fiches produits */
.wd-product-stock.in-stock {
    display: none !important;
}