@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//mouluresdunord.fr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.2") format("woff2");
}

:root {
	--wd-header-banner-h: 80px;
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(43,43,43);
	--wd-entities-title-color-hover: rgb(135, 135, 135);
	--wd-alternative-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(72,40,25);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #08af00;
	--wd-link-color-hover: #dd9933;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(72,40,25);
	--btn-accented-bgcolor-hover: #6ca300;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(58,158,49);
	--notices-success-color: rgb(255,255,255);
	--notices-warning-bg: rgb(221,51,51);
	--notices-warning-color: rgb(255,255,255);
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 0px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 220px;
}
.wd-page-title {
	background-color: rgb(72,40,25);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: Arial, Helvetica, sans-serif;	font-weight: 600;
	font-size: 30px;
	text-transform: none;
	color: rgb(255,255,255);
}
html .page-title > .container > .title:hover, html .page-title .wd-title-wrapp > .title:hover {
	color: rgb(129,215,66);
}
.term-description,.wd-term-desc {
	font-family: Arial, Helvetica, sans-serif;	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: inherit;
	color: rgb(0,0,0);
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: Arial, Helvetica, sans-serif;	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: rgb(72,40,25);
}
html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(255,255,255);
	background: rgb(85,128,99);
}
html .entry-summary .single_add_to_cart_button:hover, .wd-single-add-cart .single_add_to_cart_button:hover {
	color: rgb(255,255,255);
	background: rgb(43,173,49);
}
.product-labels .product-label.onsale {
	background-color: rgb(237,224,212);
	color: rgb(0,0,0);
}
.product-labels .product-label.new {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(30,115,190);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 1200px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	--wd-text-font-size: 14px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 25px;
	}
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 28px;
	line-height: 24px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 14px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 25px;
	}
	.term-description,.wd-term-desc {
		font-size: 14px;
	line-height: 21px;
	}
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 28px;
	line-height: 34px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
--wd-cat-brd-radius: 0px;
}

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


.wd-tools-element .wd-tools-icon:before {
	font-size:30px !important;
	color:#482819 !important;
}
.wd-tools-element:is(.wd-design-6,.wd-design-7):not(.wd-with-wrap) .wd-tools-icon {
    width: 50px !important;
    height: 50px !important;
}
.wd-tools-element.wd-design-6>a>:is(.wd-tools-inner,.wd-tools-icon) {
    border: 1px solid #482819 !important;
}
.wd-dropdown-menu.wd-design-sized:not(.wd-scroll), .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner {
    padding: var(--wd-dropdown-padding, 15px 15px 15PX 15px) !important;
}
.destockage-header {
	background-color: #F09702; 
	text-transform: uppercase; 
	padding: 5px 10px; 
	color: black;
	border-radius:30px;
	font-size:11px;
	font-weight: bold;
}
.destockage-header:hover {
	background-color: white; 
	text-transform: uppercase; 
	padding: 5px 10px; 
	color: black;
	border-radius:30px;
	border: 1px solid #F09702;
	font-size:11px;
	font-weight: bold;
}
.nouveautes-header {
	background-color: #026fee; 
	text-transform: uppercase; 
	padding: 5px 10px; 
	color: white;
	border-radius:30px;
	font-size:11px;
	font-weight: bold;
}
.nouveautes-header:hover {
	background-color: white; 
	text-transform: uppercase; 
	padding: 5px 10px; 
	color: black;
	border-radius:30px;
	border: 1px solid #026fee;
	font-size:11px;
	font-weight: bold;
}
.promotions-header {
	background-color: #417505; 
	text-transform: uppercase; 
	padding: 5px 10px; 
	color: white;
	border-radius:30px;
	font-size:11px;
	font-weight: bold;
}
.promotions-header:hover {
	background-color: white; 
	text-transform: uppercase; 
	padding: 5px 10px; 
	color: black;
	border-radius:30px;
	border: 1px solid #417505;
	font-size:11px;
	font-weight: bold;
}

span.wd-nav-icon.fa.fa-fas.fa-file-contract {
	font-size:30px;
}

table.extra-options {
	margin-bottom: 0px !important;
}
#price_calculator {
	margin-bottom: 0px !important;
}
#price_calculator input {
  background-color: #fff;
  border: 1px solid #486d54;
}
div.quantity {
  background-color: #fff;
}
.select2-container {
	z-index:2 !important;
}
.yith-ywraq-add-to-quote .yith-ywraq-add-button {
	margin: 0px 0px 0px 0px !important;
}
a.add-request-quote-button.button {
	padding:1rem 1rem !important;
	margin-top: 0px !important;
}
.wd-accordion-title {
    padding: 5px 10px !important;
}
#sku-fiche-produit {
	font-size:12px; !important;
	color: #939ca5; !important;
}
#titre-produit-boucle {
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2em !important;
  font-weight: bold !important;
}
