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

:root {
	--wd-text-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(70,70,69);
	--wd-text-font-size: 14px;
	--wd-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(70, 70, 69);
	--wd-alternative-font: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", 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(182,134,44);
	--wd-alternative-color: rgb(167,143,114);
	--wd-link-color: 5C5044;
	--wd-link-color-hover: rgb(182,134,44);
	--btn-default-bgcolor: rgb(247,247,247);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(182,134,44);
	--btn-accented-bgcolor-hover: rgb(156,111,40);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(http://localhost:8000/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://panachedeco.re/wp-content/uploads/2025/08/page-title-shop.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-nav-arrows.wd-pos-together:not(:where(.wd-custom-style)) {
	--wd-arrow-gap: 0px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
: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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.product-label.new {
  background-color: #B6862C;       /* doré chic */
  color: #FFFFFF;                  /* texte blanc */
  border-radius: 2px;              /* coins légèrement arrondis */
  padding: 4px 8px;                /* respirant autour du texte */
  font-size: 0.75rem;              /* un peu plus petit que le texte principal */
  font-weight: 600;                /* semi-bold pour bien ressortir */
  text-transform: uppercase;       /* laisser “NEW” en majuscules */
  line-height: 1;
  display: inline-block;
}

.product-label.new:hover {
  background-color: #A6781F;
}

.margin-bottom-title-footer {
	margin-bottom: -11px !important;
}
.showroom-notice,
.showroom-note{
  background:#FAF3E0;
  border-left:4px solid #B6862C;
  padding:12px 16px;
  border-radius:6px;
  font-size:0.95rem;
  color:#3C3C3C;
}

.promo-background .wrapper-content-banner {
 	background-color: #00000038;
	border-radius: 5px;
}
.pnd-showroom-note{
  background:#FAF3E0;
  padding:1.5rem 2rem;
  border-radius:18px;
  margin:2rem 0;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
  font-family:"Inter",sans-serif;
}
.pnd-showroom-title{
  font-family:"Playfair Display",serif;
  font-size:1.25rem;
  margin:0 0 .5rem;
}


/* Styles à ajouter dans votre feuille de styles (ou via “Custom CSS” du thème) */
.sur-mesure-section {
  background-color: #FAF3E0;
  padding: 1.5rem;
  border-radius: 1rem;
  color: #333;
  margin-top: 2rem;
}
.sur-mesure-section h2 {
  font-size: 1.75rem;
  color: #B6862C;
  margin-bottom: 0.75rem;
}
.sur-mesure-section p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.sur-mesure-section ul {
  list-style-type: disc;
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.sur-mesure-section ul li {
  margin-bottom: 0.5rem;
}
.btn-sur-mesure {
  display: inline-block;
  background-color: #B6862C;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
}
.faq h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #555;
}
.faq h4 {
  font-size: 1rem;
  margin-top: 1rem;
}
.faq p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.btn-sur-mesure {
	background-color: #b6862c;
	color: white;
	line-height: normal;
	border-radius: 0;
}
.btn-sur-mesure:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover);
}
/* page produit */
.reset_variations {
	margin-top: 10px;
}

/* lien */
p > a {
	text-decoration: underline;
}
.faq-contact {
	margin: 
}

.wd-gallery-item .image-1 {
	max-width: 111.1%;
}

.woocommerce-additional-fields .optional {
  display: none;
}

.grecaptcha-badge{visibility:hidden!important;}
body.page-id-10951 .grecaptcha-badge {
  visibility:visible!important;
}
body.page-id-5288 .grecaptcha-badge {
  visibility:visible!important;
}
.recaptcha-notice {
    font-size: 0.75rem;      /* petit texte */
    color: #6c6c6c;          /* gris doux, mais lisible */
    line-height: 1.2;
    margin-top: 0.5rem;
}

.product-wrapper .wd-product-cats a {
	color: #464645;
}
@font-face{
  font-family:"Playfair Display";
  src:url("/wp-content/uploads/fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
.pnd-main .woodmart-title-container {
	font-family: Playfair Display;
	font-weight: 600 !important;
}