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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--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-primary-color: rgb(19,19,19);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(19,19,19);
	--btn-default-bgcolor-hover: rgb(24,24,24);
	--btn-accented-bgcolor: rgb(19,19,19);
	--btn-accented-bgcolor-hover: rgb(24,24,24);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(19,19,19);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(24,24,24);
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(45,45,45);
	background-image: none;
}
.page-title-default {
	background-color: rgb(19,19,19);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(19,19,19);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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

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


.wc-block-cart__submit-container,
a.components-button.wc-block-cart__submit-button,
a.components-button.wc-block-cart__submit-button:hover,
.wc-block-checkout__actions_row button,
.wc-block-checkout__actions_row button:hover,
.wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon__button:hover{
	  border-radius: var(--btn-default-brd-radius);
    color: var(--btn-default-color);
    box-shadow: var(--btn-default-box-shadow);
    background-color: var(--btn-default-bgcolor);
    text-transform: var(--btn-default-transform, var(--btn-transform));
    font-weight: var(--btn-default-font-weight, var(--btn-font-weight));
    font-family: var(--btn-default-font-family, var(--btn-font-family));
    font-style: var(--btn-default-font-style, var(--btn-font-style));
}

.wc-block-components-button__text {
  color: white;
}

/* Classe spéciale pour encapsuler l'animation */
.texte-rotatif-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    position: relative;
    z-index: 1; /* Gère la superposition pour s'assurer que d'autres éléments ne sont pas bloqués */
    pointer-events: none; /* Désactive les interactions de la souris dans toute la zone container */
}

.texte-rotatif-container .texte-rotatif {
    position: relative;
    width: 400px;
    height: 36px;
    overflow: hidden;
    pointer-events: none; /* Désactive les interactions de la souris pour toute la boîte */
}

.texte-rotatif-container .texte-item {
    position: absolute;
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: rotation 10s infinite; /* Durée totale de 10s */
		color: white;
    font-size: 12px; /* Taille du texte ajustée */
    pointer-events: auto; /* Réactive les interactions pour l'élément visible */
}

.texte-rotatif-container .texte-item:nth-child(1) {
    animation-delay: 0s;
}

.texte-rotatif-container .texte-item:nth-child(2) {
    animation-delay: 5s; /* Commence après 5 secondes */
}

/* Style pour l'icône */
.icon {
    width: 16px; /* Largeur de l'icône */
    height: 16px; /* Hauteur de l'icône */
    margin-right: 8px; /* Espacement entre l'icône et le texte */
}

@keyframes rotation {
    0% { opacity: 0; transform: translateX(100%); pointer-events: none; }
    2.5% { opacity: 1; transform: translateX(0); pointer-events: auto; } /* Transition rapide d'entrée de la droite vers le centre */
    47.5% { opacity: 1; transform: translateX(0); pointer-events: auto; } /* Le texte reste visible pendant 5 secondes */
    50% { opacity: 0; transform: translateX(-100%); pointer-events: none; } /* Disparition rapide vers la gauche */
    100% { opacity: 0; pointer-events: none; }
}

/* Style par défaut : texte en noir et gras, bordure en haut, à gauche, et à droite transparente, et bordure inférieure invisible */
.wapf-swatch.wapf-swatch--text {
    color: black;
    font-weight: bold;
		border: 2px transparent;
    background: none;
    border-radius: 0px;
    padding-bottom: 0px; /* Réduire le padding pour rapprocher la bordure */
	  padding-top: 0px; /* Réduire le padding pour rapprocher la bordure */
		padding-left: 5px;
		padding-right: 5px;
}

/* Style au survol : bordure inférieure visible (noire), les autres restent transparentes */
.wapf-swatch.wapf-swatch--text:hover {
    border-bottom: 2px solid black;
}

/* Style lorsque sélectionné (wapf-checked) : bordure inférieure visible (noire), les autres restent transparentes */
.wapf-swatch.wapf-swatch--text.wapf-checked {
    border-bottom: 2px solid black;

}
.wapf-field-label span {
    font-weight: bold;
}
.wapf-swatch--text{
    margin: 0 10px 0 0;
}

.cart_totals table tr.cart-subtotal th {
    white-space: nowrap;
}

.lc-1zs205,
.lc-1sqmvlr,
a[href*="livechat.com/powered-by-livechat"] {
    display: none !important;
}