@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.projecteur-logo.online/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.5") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//www.projecteur-logo.online/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//www.projecteur-logo.online/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//www.projecteur-logo.online/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//www.projecteur-logo.online/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//www.projecteur-logo.online/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//www.projecteur-logo.online/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//www.projecteur-logo.online/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//www.projecteur-logo.online/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--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: none;
	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;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.page .wd-page-content {
	background-color: rgb(255,254,252);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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-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;
}

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


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

@media (max-width: 600px) {
  .ff-t-container.ff_columns_total_2 {
    display: flex;
    flex-wrap: nowrap; /* keep them on the same row */
    gap: 10px; /* 10px space between inputs */
  }

  .ff-t-container.ff_columns_total_2 .ff-t-cell {
    flex: 1; /* each input takes equal width */
    min-width: 0; /* prevent overflowing */
  }

  .ff-el-input--content input {
    width: 100%; /* make input fill its container */
  }
}
/* Option A: CSS-only RTL */
.ff-el-group {
  direction: rtl;              /* main RTL switch */
  unicode-bidi: embed;         /* keep bidi behavior consistent */
  text-align: right;           /* fallback for non-flex text */
}

/* Label block (title) */
.ff-el-input--label {
  text-align: right;
  display: block;
}

/* Keep any "asterisk-right" styling logical for RTL */
.asterisk-right::after {
  content: " *";
  margin-inline-start: 0.25rem; /* logical margin so it sits correctly in RTL */
  color: #d33;                  /* optional: red for required marker */
  font-weight: 700;
}

/* Make radio labels a flexible row reversed so the radio input appears at the visual right */
.ff-el-form-check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;           /* space between radio and text */
  flex-direction: row-reverse; /* place the input at the visual right in RTL */
  cursor: pointer;
  user-select: none;
  white-space: nowrap;   /* prevents awkward wrapping; remove if you want wrapping */
}

/* Ensure the radio itself doesn't carry unwanted margins from other styles */
.ff-el-form-check-input.ff-el-form-check-radio {
  margin: 0; /* spacing handled by gap */
  /* optional: increase hit area */
  width: 1.05em;
  height: 1.05em;
}

/* Make the text span align-right and allow wrapping if needed */
.ff-el-form-check-label span {
  text-align: right;
  display: inline-block;
  direction: rtl; /* ensures punctuation and numbers render naturally in Arabic context */
}

/* Container spacing between options (if needed) */
.ff-el-input--content > .ff-el-form-check {
  margin-bottom: 0.5rem;
}

/* Optional: improve focus outline for accessibility */
.ff-el-form-check-input:focus {
  outline: 3px solid rgba(0, 120, 210, 0.25);
  outline-offset: 2px;
}
/* Shake animation keyframes with pause */
@keyframes shake-with-pause {
  0%, 10%   { transform: translateX(0); }    /* start still */
  20%, 40%  { transform: translateX(-5px); } /* shake left */
  30%, 50%  { transform: translateX(5px); }  /* shake right */
  60%, 100% { transform: translateX(0); }    /* stop and pause */
}

/* Apply to the fixed Elementor widget */
.elementor-element.elementor-fixed.elementor-widget-image {
  animation: shake-with-pause 3s ease-in-out infinite;
  will-change: transform;
}

.left_radio {
  direction: ltr;        /* texte et inline LTR */
  text-align: left;      /* aligne le contenu à gauche */
}

.left_radio input[type="radio"] {
  margin-right: 0;
  margin-left: 8px;      /* espace classique à droite du radio */
}

.ff-el-form-check-label {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    vertical-align: middle;
    font-weight: 400;
}