:root {
--green: #419b37; --gold: #FFD700; --sable-dore: #AC9664;
--dore-antique: #B3895F;
--beige-lin: #E6D8CA;
--vert-olive: #525D3F;
--vert-emeraude: #378052; --vert-sapin: #335032;
--argent: #9E9E9E;
--white: #FFFFFF; --red: #FF0000; --brique: #B4281B; --red-noel: #d45d69; --orange: #FF7518; --orange-rgb: 255,117,24;
--rose-antique: #C67E8A; --black: #000000; --rose-vale: #D48E8C; --blanc-dore: #F6E4DA; --rose-argent: #D8A7B1; --shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); --hover-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }  body.term-x-mas ul.products li.product {
position: relative;
border: 2px solid rgba(55,128,82,0.2); border-radius: 8px;
padding: 10px;
background-color: #fff;
box-shadow: 0 2px 6px rgba(0,0,0,0.05), 0 0 10px rgba(55,128,82,0.1);
transition: all 0.3s ease;
}
body.term-x-mas ul.products li.product:hover {
transform: translateY(-6px) rotate(-2deg);
border-color: var(--vert-emeraude);
box-shadow: 0 4px 12px rgba(0,0,0,0.1), 0 0 15px rgba(55,128,82,0.3);
} ul.products li.product[class*="cat-x-mas"]::after {
content: "🎄";
position: absolute;
top: 6px;
right: 6px;
font-size: 1.6em;
opacity: 0.8;
z-index: 10;
pointer-events: none;
} body.term-x-mas .woocommerce-loop-product__title {
color: var(--vert-sapin);
font-family: 'Berkshire Swash', cursive;
text-shadow: 0 0 5px rgba(172,150,100,0.6); transition: text-shadow 0.3s ease, color 0.3s ease;
}
body.term-x-mas .woocommerce-loop-product__title:hover {
color: var(--dore-antique);
text-shadow: 0 0 10px rgba(172,150,100,0.8);
} body.term-x-mas .button,
body.term-x-mas .button.product_type_simple,
body.term-x-mas .custom-show-price,
body.term-x-mas .button .product_type_variable .add_to_cart_button,
body.term-x-mas .added_to_cart,
body.term-x-mas .filter-form button,
body.term-x-mas #name-popup button{
border: 2px solid var(--vert-emeraude) !important;
background-color: var(--vert-emeraude) !important;
color: #fff;
border-radius: 8px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
box-shadow: 0 0 5px rgba(55,128,82,0.4);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
body.term-x-mas .button:hover,
body.term-x-mas .custom-show-price:hover,
body.term-x-mas .added_to_cart:hover,
body.term-x-mas .filter-form button:hover,
body.term-x-mas #name-popup button:hover{
background-color: var(--vert-sapin) !important;
border-color: var(--vert-sapin) !important;
transform: scale(1.05);
box-shadow: 0 0 12px rgba(172,150,100,0.5); } body.term-x-mas .woocommerce-products-header__title {
color: var(--vert-sapin);
font-family: 'Berkshire Swash', cursive;
font-weight: 700;
text-shadow: 0 0 6px rgba(172,150,100,0.7);
display: inline-block;
padding: 0.3em 0.8em;
border: 2px solid var(--dore-antique);
border-radius: 8px;
background: linear-gradient(90deg, #fff 0%, #f8f5ef 100%);
} body.term-x-mas .star-rating span::before,
body.term-x-mas .star-rating::before {
color: var(--gold) !important;
}
body.term-x-mas .pourcentage,
body.term-x-mas .gift-badge,
body.term-x-mas .livraison-rapide-badge,
body.term-x-mas .aloe-vera-badge,
body.term-x-mas .lrgkf-badge,
body.term-x-mas .edition-limite-badge,
body.term-x-mas .edition-noel-badge,
body.term-x-mas .cbd-badge {
border: 1px solid var(--dore-antique);
color: var(--vert-sapin);
font-weight: bold;
text-transform: uppercase;
border-radius: 4px;
} #menu-item-33108 a,
#menu-item-33109 a {
color: var(--vert-emeraude) !important;
font-weight: bold;
font-family: 'Berkshire Swash', cursive;
font-size: 1.3em;
text-shadow: 0 0 4px rgba(172,150,100,0.6);
transition: all 0.3s ease;
}
#menu-item-33108 a:hover,
#menu-item-33109 a:hover {
color: var(--dore-antique) !important;
text-shadow: 0 0 12px rgba(172,150,100,0.8);
transform: scale(1.05);
} @media (max-width: 768px) {
body.term-x-mas ul.products li.product {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(55,128,82,0.2);
border: 2px solid var(--vert-emeraude);
}
body.term-x-mas .woocommerce-loop-product__title {
text-shadow: 0 0 8px rgba(172,150,100,0.6);
}
body.term-x-mas .button {
box-shadow: 0 0 10px rgba(55,128,82,0.4);
transform: scale(1.02);
}
} #banniere {
text-align: center;
background-color: var(--green);
color: white;
font-weight: bold;
} .single-post .container,
.single-post .site-content,
.single-post .content-area {
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
} body.archive.woocommerce-page .product,
.swiper-slide {
border: 2px solid #f4f4f4;
padding: 10px;
border-radius: 5px;
transition: all 0.3s ease;
}
body.archive.woocommerce-page .product:hover,
.swiper-slide:hover {
transform: translateY(-5px);
border-color: var(--green);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
} .woocommerce-loop-product__link {
position: relative;
}
.soldout {
text-transform: uppercase;
font-weight: 600;
position: absolute;
top: 5px;
left: 5px;
border: 2px solid var(--red);
color: var(--red);
padding: .202em .618em;
font-size: 10px;
border-radius: 5px;
} .wpm-shopping-button {
width: 100%;
text-align: center;
} .promotion-annotation,
.cure-info-box,
.produit-hors-saison,
.cbd-warning-box,
.message-abonnement,
.livraison-rapide-info,
.livraison-banniere-wrapper,
.gift-product-info,
.woocommerce-info,
.woocommerce-message {
background: #eef9f0 !important;
border: 1px solid #b8e3c3;
text-align: center;
padding: 14px 18px;
border-radius: 10px;
margin-top: 15px;
margin-bottom: 15px;
font-size: 0.95em;
line-height: 1.5;
color: #333 !important;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.promotion-annotation,
.produit-hors-saison,
.cbd-warning-box {
box-shadow: var(--shadow);
transition: box-shadow 1.5s ease-in-out;
animation: pulse-glow-green 2.2s infinite ease-in-out;
}
.promotion-annotation.urgent,
.woocommerce-error {
background: #fff1f0;
border: 1px solid #f5b5b0;
color: #a30000;
animation: pulse-glow-red 1.8s infinite ease-in-out;
}
@keyframes pulse-glow-red {
0%, 100% { box-shadow: 0 0 6px rgba(200, 30, 30, 0.4); }
50% { box-shadow: 0 0 18px rgba(200, 30, 30, 0.85); }
}
@keyframes pulse-glow-green {
0%, 100% { box-shadow: 0 0 5px rgba(20, 155, 55, 0.4); }
50% { box-shadow: 0 0 18px rgba(20, 155, 55, 0.85); }
} .gift-badge,
.livraison-rapide-badge,
.aloe-vera-badge,
.cbd-badge,
.fin-de-serie-badge,
.edition-limite-badge,
.edition-noel-badge,
.pourcentage {
display: inline-block;
padding: .202em .618em;
font-size: .875em;
font-weight: 600;
border-radius: 5px;
margin-bottom: .618em;
margin-right: 1em;
}
.gift-badge,
.livraison-rapide-badge,
.aloe-vera-badge,
.cbd-badge,
.edition-limite-badge,
.edition-noel-badge,
.pourcentage {
border: 1px solid var(--green);
color: var(--green);
}
.fin-de-serie-badge {
background-color: #ffeb3b;
color: #000;
}
.lrgkf-badge {
display: inline-block;
width: 28px;
height: 28px;
background-image: url(https://mickaelconseillerlr.fr/wp-content/uploads/2024/11/lr_global_kids_fund_aufkleber_schwarz.jpg);
background-size: contain;
vertical-align: bottom;
border: 1px solid var(--green);
padding: 0.202em 0.618em;
margin-bottom: 0.58em;
margin-right: 1em;
border-radius: 5px;
}
.onsale{
display: none;
} .button.product_type_simple,
.button.product_type_simple.add_to_cart_button,
.button.product_type_variable.add_to_cart_button,
.storefront-sticky-add-to-cart__content-button,
.wp-block-button__link,
.added_to_cart,
.custom-login-message,
.custom-show-price,
.cta-vdi .button-vdi,
.filter-form button,
.slide-button,
.wc-backward,
.section-carousel .section-button,
.single_add_to_cart_button,
.bouton-abonnement.cure-btn,
.custom-partner-message {
border: 1px solid var(--green);
background-color: var(--green);
color: var(--white);
padding: .202em .618em;
font-weight: 500;
display: inline-block;
border-radius: 5px;
transition: all 0.5s ease;
}
.single_add_to_cart_button,
.bouton-abonnement.cure-btn {
font-size: 1.4em;
font-weight: 600;
text-decoration: none !important;
}
.custom-partner-message {
margin: .5em 0;
font-size: 1.1em;
}
.button.product_type_simple:hover,
.button.product_type_simple.add_to_cart_button:hover,
.button.product_type_variable.add_to_cart_button:hover,
.storefront-sticky-add-to-cart__content-button:hover,
.wp-block-button__link:hover,
.added_to_cart:hover,
.custom-login-message:hover,
.custom-show-price:hover,
.cta-vdi .button-vdi:hover,
.filter-form button:hover,
.slide-button:hover,
.wc-backward:hover,
.section-carousel .section-button:hover,
.single_add_to_cart_button:hover,
.bouton-abonnement:hover,
.custom-partner-message:hover {
background-color: #2d7829;
border-color: #2d7829;
color: var(--white);
transform: translateY(-2px) !important;
} .single-product div.product p.price {
font-size: 1.41575em;
margin: .5em 0;
} .star-rating {
font-weight: 600 !important;
} table.shop_table.woocommerce-checkout-review-order-table,
.wc_payment_methods.payment_methods.methods,
#customer_details,
.form-row.place-order,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.cart_totals {
margin-bottom: 15px;
margin-top: 15px;
border: 2px solid #b8e3c3;
padding: 14px 18px;
border-radius: 10px;
font-size: 0.95em;
line-height: 1.5;
color: #333 !important;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.wc_payment_methods.payment_methods.methods::before {
content: "Moyens de paiement";
display: block;
font-size: 1.6em;
font-weight: 300;
margin: 10px 0 10px 15px;
}
#payment .payment_methods > li:not(.woocommerce-notice) {
border: 2px solid #ddd;
border-radius: 8px;
padding: 12px 15px;
margin-bottom: 10px;
background-color: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: all 0.2s ease;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover {
border-color: #419b37;
background-color: #f8f8f8;
}
#payment .payment_methods > li:has(input[type="radio"]:checked) {
border-color: #419b37;
box-shadow: 0 0 0 3px rgba(65,155,55,0.2);
} .partenaire { display: flex; flex-wrap: wrap; gap: 20px; }
.avantages {
flex: 1 1 45%;
min-width: 300px;
background-color: #f2f2f2;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
} .woocommerce-review__verified.verified {
display: flex;
align-items: center;
gap: 5px;
font-weight: bold !important;
color: green !important;
position: relative;
}
.woocommerce-review__verified.verified::before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="green"><circle cx="12" cy="12" r="10" fill="green"/><path d="M9 12l2 2 4-4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
background-size: contain;
margin-right: 5px;
vertical-align: middle;
} .no-price .cart,
.no-price .moyens-paiement,
.no-price .ppcp-messages,
.no-price .ppc-button-wrapper,
.no-price .woocommerce-Price-amount,
.no-price .button,
.no-price .custom-show-price,
.no-price .custom-login-message { display: none !important; } .woobt-additional.woobt-text,
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as { display: none !important; }
.woobt-before-text.woobt-text { font-size: 18px; font-weight: bold; }
.woobt-wrap { margin-top: 1em; } .wc-block-grid__products {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.wc-block-grid__product {
flex: 1 1 calc(20% - 10px);
max-width: calc(20% - 10px);
box-sizing: border-box;
margin-bottom: 20px;
}
.widget { margin: 0 0 0.706em; } .filter-form { display: flex; gap: 10px; margin-bottom: 20px; }
.filter-form label { display: flex; align-items: center; gap: 5px; } .woocommerce-noreviews, 
p.no-comments,
.cr-qna-ask-button,
.cr-review-form-submit { background-color: var(--green) !important; } .cure-info-box a,
body .woocommerce-message a,
body .woocommerce-message .button,
.woocommerce-checkout-form-coupon a,
.showlogin a {
color: #2a7a2a !important;
font-weight: 600;
text-decoration: underline;
}
.cure-info-box a:hover,
body .woocommerce-message a:hover,
body .woocommerce-message .button:hover,
.woocommerce-checkout-form-coupon a:hover,
.showlogin a:hover { color: #1d5f1d !important; text-decoration: none; } .post-12460 .woocommerce-loop-product__link,
.single-product.postid-12460 .woocommerce-product-gallery { position: relative; display: block; }
.post-12460 .woocommerce-loop-product__link::before,
.single-product.postid-12460 .woocommerce-product-gallery::before {
content: "Dernière unité -50%";
position: absolute;
top: 10px;
left: -20px;
background: #d00000;
color: #fff;
padding: 6px 20px;
font-weight: bold;
font-size: 0.9em;
transform: rotate(-10deg);
z-index: 5;
border-radius: 4px;
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
} .reassurance-bar {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
background: #f8f8f8;
border-top: 1px solid #e6e6e6;
padding: 25px 15px;
font-size: 15px;
line-height: 1.4;
text-align: left;
}
.reassurance-item {
display: flex;
align-items: center;
gap: 12px;
max-width: 260px;
margin: 10px 0;
color: #333;
}
.reassurance-item i {
font-size: 24px;
color: var(--green);
flex-shrink: 0;
transition: transform 0.2s ease;
}
.reassurance-item:hover i { transform: scale(1.1); }
.reassurance-item strong { display: block; font-weight: 600; color: #111; } @media (max-width: 768px) {
.avantages { flex: 1 1 100%; }
.boutons { flex-direction: column; align-items: center; }
.woocommerce ul.products { display: flex; flex-wrap: wrap; justify-content: space-between; }
.woocommerce ul.products li.product { width: 48%; margin: 0 1% 15px 1%; }
.filter-form { flex-direction: column; }
.reassurance-bar { flex-direction: column; align-items: flex-start; text-align: left; }
.post-12460 .woocommerce-loop-product__link::before,
.single-product.postid-12460 .woocommerce-product-gallery::before {
font-size: 1.1em;
padding: 8px 25px;
top: 8px;
left: -15px;
transform: rotate(-8deg);
}
.woobt-inner { flex-direction: column; }
.woobt-summary { order: 1; text-align: left; }
.promotion-annotation { display: block; margin-left: 15px; margin-right: 15px; text-align: center; }
} .wpm-sold-product {
font-size: 100%;
display: block;
color: var(--green);
font-weight: bold;
}  .moyens-paiement {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
padding: 0;
}
.moyens-paiement img {
max-width: 50px;
height: auto;
border: 1px solid #ddd;
border-radius: 5px;
padding: 5px;
background: var(--white);
}
.klarna-message {
display: flex;
align-items: center;
gap: 8px;
margin-top: 10px;
font-size: 14px;
color: #333;
}
.klarna-message img {
height: 18px;
}  .banniere-principale {
position: relative;
width: 100vw; left: 50%;
right: 50%;
margin-left: -50vw; margin-right: -50vw;
overflow: hidden;
z-index: 1;
} .banniere-principale .swiper-slide img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .banniere-principale .slide-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: var(--white);
padding: 20px;
} .banniere-principale .slide-button {
display: inline-block;
background-color: var(--green);
color: #fff;
padding: 0.6em 1.2em;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.banniere-principale .slide-overlay h2 {
color: #fff;
}
.banniere-principale .slide-button:hover {
background-color: #2d7829;
transform: translateY(-2px);
} .swiper-button-next,
.swiper-button-prev {
color: var(--white);
} .swiper-pagination {
bottom: 20px;
} .banniere-principale .slide-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: #fff;
padding: 20px;
}
.banniere-principale .slide-overlay h2 {
font-size: 2em;
margin-bottom: 0.5em;
}
.banniere-principale .slide-overlay p {
font-size: 1.2em;
margin-bottom: 1em;
}
.banniere-principale .slide-button {
display: inline-block;
background-color: var(--green);
color: #fff;
padding: 0.6em 1.2em;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.banniere-principale .slide-button:hover {
background-color: #2d7829;
transform: translateY(-2px);
} .swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fff;
z-index: 10;
}
.swiper-button-prev { left: 20px; }
.swiper-button-next { right: 20px; }
.swiper-pagination {
display: none !important;
} @media (max-width: 768px) {
.banniere-principale { height: 250px; }
}
@media (max-width: 480px) {
.banniere-principale { height: 200px; }
} .section-carousel {
width: 100%;
margin: 60px auto;
padding: 0 20px;
box-sizing: border-box;
position: relative; }
.section-carousel .section-title {
font-size: 1.8em;
text-align: center;
margin-bottom: 20px;
}
.section-carousel .swiper-container {
width: 100%;
overflow: hidden;
padding: 10px 0;
}
.section-carousel .swiper-slide {
text-align: center;
background: #fff;
border-radius: 8px;
transition: transform 0.3s ease;
width: auto;
max-width: 300px;
flex-shrink: 0;
}
.section-carousel .swiper-slide:hover {
transform: translateY(-5px);
}
.section-carousel .product-slide img {
width: 100%;
border-radius: 8px;
} .section-carousel .swiper-button-prev,
.section-carousel .swiper-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
color: #000;
}
.section-carousel .swiper-button-prev {
left: 10px;
}
.section-carousel .swiper-button-next {
right: 10px;
} .section-carousel .swiper-button-prev.swiper-button-disabled,
.section-carousel .swiper-button-next.swiper-button-disabled {
opacity: 0.3;
pointer-events: none;
} .product-slide-wrapper {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.product-slide-info {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin-top: 10px;
}
.product-slide-info .product-title {
font-size: 1rem;
font-weight: 400;
margin: 5px 0;
}
.product-slide-info .woocommerce-Price-amount .amount {
opacity: 0.5;
font-weight: 400;
}
.product-slide-info .product-price {
color: #000;
font-weight: 400;
margin: 5px 0;
}
.section-carousel {
text-align: center;
margin-bottom: 60px;
} .product-slide-wrapper {
position: relative;
text-align: center;
} .product-link {
display: block;
text-decoration: none;
color: inherit; } .product-link:hover {
color: inherit;
} .product-link .product-price {
color: #000; } .product-link .product-rating {
display: flex;
justify-content: center;
align-items: center;
} .product-slide-wrapper:hover {
transform: translateY(-2px);
transition: transform 0.2s ease;
} .autres-univers {
border: 2px solid #f4f4f4;
padding: 10px;
border-radius: 5px;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
margin: 60px auto;
text-align: center;
max-width: 1500px;
}
.autres-univers h2 {
font-size: 1.5em;
font-weight: 700;
color: #1a2a2f;
margin-bottom: 10px;
}
.autres-univers h2 i {
color: var(--vert-sapin, #2e5d50);
margin-right: 8px;
}
.autres-univers p {
color: #444;
font-size: 1em;
max-width: 800px;
margin: 0 auto 30px;
line-height: 1.5;
}
.univers-buttons {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 15px;
}
.univers-btn {
display: inline-block;
padding: 10px 18px;
border-radius: 999px;
font-weight: 600;
font-size: 0.95em;
background: #fff;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
text-decoration: none;
color: #222;
transition: all 0.2s ease;
}
.univers-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0,0,0,0.08);
} .univers-btn.noel { border: 1px solid #d45d6b; color: #14532d; }
.univers-btn.soins { border: 1px solid #f1b92b; color: #854d0e; }
.univers-btn.nutrition { border: 1px solid #f1b92b; color: #854d0e; }
.univers-btn.microsilver { border: 1px solid #b0b8c2; color: #1f2937; }
.univers-btn.antiage { border: 1px solid #b0b8c2; color: #1f2937; }
.univers-btn.makeup { border: 1px solid #e973a8; color: #8b004f; }
.univers-btn.parfum { border: 1px solid #e973a8; color: #8b004f; }
.univers-btn.promos { border: 1px solid #e86a34; color: #b45309; }
.univers-btn.blog { border: 1px solid #68b984; color: #065f46; }
.univers-btn.partenairelr { border: 1px solid #9ca3af; color: #374151; }
@media (max-width: 768px) {
.univers-btn {
flex: 1 1 calc(45% - 10px);
text-align: center;
}
}
.coups-de-coeur,
.selections-speciales,
.meilleures-ventes{
border: 2px solid #f4f4f4;
padding: 10px;
border-radius: 5px;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
margin: 60px auto;
text-align: center;
max-width: 1500px;
}
.coups-de-coeur h2,
.selections-speciales h2,
.meilleures-ventes h2{
font-size: 1.8em;
margin-bottom: 10px;
}
.coups-de-coeur p,
.selections-speciales p,
.meilleures-ventes p{
margin-bottom: 25px;
color: #555;
} .coups-de-coeur .tabs,
.selections-speciales .tabs,
.meilleures-ventes .tabs{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 25px;
}
.coups-de-coeur .tab,
.selections-speciales .tab,
.meilleures-ventes .tab{
border: 1px solid #ccc;
color: var(--green);
border-radius: 50px;
padding: 10px 18px;
background: #fff;
cursor: pointer;
font-weight: 600;
transition: all 0.2s ease;
white-space: nowrap;
}
.coups-de-coeur .tab:hover,
.selections-speciales .tab:hover,
.meilleures-ventes .tab:hover{
background: #f3f4f6;
color: #2d7829;
}
.coups-de-coeur .tab.active,
.selections-speciales .tab.active,
.meilleures-ventes .tab.active{
background: var(--green, #14532d);
color: #fff;
border-color: var(--green, #14532d);
}
.coups-de-coeur .tab-content,
.selections-speciales .tab-content,
.meilleures-ventes .tab-content{
display: none;
margin-top: 15px;
}
.coups-de-coeur .tab-content.active,
.selections-speciales .tab-content.active,
.meilleures-ventes .tab-content.active{
display: block;
} @media (max-width: 768px) {
.coups-de-coeur .tabs,
.selections-speciales .tabs,
.meilleures-ventes .tabs{
gap: 8px;
justify-content: center;
}
.coups-de-coeur .tab,
.selections-speciales .tab,
.meilleures-ventes .tab{
padding: 8px 12px;
font-size: 0.9rem;
}
}
@media (max-width: 480px) {
.coups-de-coeur .tabs,
.selections-speciales .tabs,
.meilleures-ventes .tabs{
justify-content: center;
}
}  .payment-return-warning {
background: #fff3cd;
border: 1px solid #ffeeba;
padding: 12px 15px;
margin-bottom: 15px;
border-radius: 6px;
color: #856404;
font-size: 14px;
display: none; opacity: 0;
transition: opacity 0.4s ease-in-out;
position: relative;
}
.payment-return-warning.show {
display: block;
opacity: 1;
}  .contact-page {
max-width: 1100px;
margin: 50px auto;
padding: 40px 20px;
background-color: #fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
border-radius: 16px;
animation: fadeIn 0.8s ease;
} .contact-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
align-items: start;
} .contact-left {
display: flex;
flex-direction: column;
} .contact-right {
display: flex;
flex-direction: column;
} .contact-left h2,
.contact-right h2 {
color: var(--green);
margin-bottom: 20px;
font-size: 1.3rem;
} .contact-info ul {
list-style: none;
padding: 0;
margin: 0;
}
.contact-info li {
margin-bottom: 12px;
color: #333;
}
.contact-info i {
color: var(--green);
margin-right: 8px;
}
.contact-info a {
color: #333;
text-decoration: none;
}
.contact-info a:hover {
color: var(--green);
} .form-group {
display: flex;
flex-direction: column;
margin-bottom: 15px;
}
.form-group label {
margin-bottom: 5px;
color: #333;
font-weight: 500;
}
.form-group input,
.form-group textarea {
padding: 10px;
border: 1px solid #ddd;
border-radius: 8px;
transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
border-color: var(--green);
outline: none;
} .btn-contact {
background-color: var(--green);
color: #fff;
border: none;
padding: 12px 25px;
border-radius: 8px;
cursor: pointer;
font-weight: 600;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn-contact:hover {
background-color: #2d7829;
transform: scale(1.03);
} #cf-response {
margin-top: 10px;
font-weight: bold;
display: none;
}
#cf-response.success {
color: var(--green);
}
#cf-response.error {
color: var(--red);
} @media (max-width: 768px) {
.contact-grid {
grid-template-columns: 1fr;
}
}  .woocommerce-product-partner-price {
background-color: #f0f9f4; border: 2px solid #419b37; padding: 12px 18px;
border-radius: 12px;
margin-top: 15px;
font-size: 1rem;
text-align: center;
display: inline-block;
}
.woocommerce-product-partner-price p {
margin: 0;
color: #1a5a2a; font-weight: 600;
}
.woocommerce-product-partner-price a {
display: inline-block;
margin-left: 10px;
padding: 6px 12px;
background-color: #419b37;
color: #fff;
border-radius: 6px;
text-decoration: none;
font-weight: 500;
transition: background-color 0.2s ease;
}
.woocommerce-product-partner-price a:hover {
background-color: #2d7829;
}  #name-popup {
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.5);
display:flex;
justify-content:center;
align-items:center;
z-index: 9999;
opacity: 0;
animation: fadeInOverlay 0.3s forwards;
}
@keyframes fadeInOverlay {
to { opacity: 1; }
}
#name-popup .popup-content {
background: #fff;
padding: 20px;
border-radius: 8px;
text-align:center;
max-width: 300px;
width: 90%;
box-shadow: 0 4px 10px rgba(0,0,0,0.3);
transform: scale(0.95);
animation: popupZoomIn 0.3s forwards;
}
@keyframes popupZoomIn {
to { transform: scale(1); }
} #name-popup button {
padding: 6px 14px;
border:none;
border-radius: 4px;
cursor:pointer;
font-weight: 500;
background:#419b37;
color:#fff;
transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
#name-popup button:hover {
background:#36892f;
transform: translateY(-2px);
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
#name-confirm {
position: fixed;
top: 10px;
left: 50%;
transform: translateX(-50%);
background: #419b37;
color: #fff;
padding: 10px 20px;
border-radius: 6px;
font-weight: 500;
box-shadow: 0 2px 6px rgba(0,0,0,0.3);
z-index: 10000;
opacity: 0.95;
}
.screen-reader-text {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0,0,0,0) !important;
border: 0 !important;
}  .woocommerce div.product .stock.pre-order,
.pre-order-badge-loop {
color: var(--orange);
text-transform: uppercase;
font-weight: 600;
position: absolute;
top: 5px;
left: 5px;
border: 2px solid var(--orange);
background-color: #fff;
padding: .202em .618em;
font-size: 10px;
border-radius: 5px;
z-index: 10;
} .woocommerce div.product .stock.old-version,
.old-version-badge-loop {
color: #800020;
text-transform: uppercase;
font-weight: 600;
position: absolute;
top: 5px;
left: 5px;
border: 2px solid #800020;
background-color: #fff;
padding: .202em .618em;
font-size: 10px;
border-radius: 5px;
z-index: 10;
} .woocommerce ul.products li.product {
position: relative;
}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails{text-align:center}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::before,.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{content:"";display:table}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails::after{clear:both}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li{display:inline-block;width:auto !important;float:none !important;margin-bottom:0 !important}.header-widget-region .widget_brand_thumbnails ul.brand-thumbnails li img{max-height:16px;width:auto;display:block}.widget_brand_nav ul li .count{float:right}.tax-product_brand .woocommerce-products-header{display:flex;flex-direction:column;margin:0 0 2.2906835em;text-align:center}.tax-product_brand .woocommerce-products-header .brand-thumbnail{margin:0 0 1em;width:auto;max-height:2.2906835em;align-self:center;order:1}.tax-product_brand .woocommerce-products-header .woocommerce-products-header__title,.tax-product_brand .woocommerce-products-header .term-description{order:2}div#brands_a_z::before,div#brands_a_z::after{content:"";display:table}div#brands_a_z::after{clear:both}div#brands_a_z ul.brands_index{margin-left:0;padding:0}div#brands_a_z ul.brands_index li{float:none;display:inline-block;margin:0 .3342343017em .2360828548em 0;padding:0;text-transform:uppercase}div#brands_a_z ul.brands_index li a,div#brands_a_z ul.brands_index li span{float:none;display:block;border:0;padding:.3819820591em;min-width:1.618em;text-align:center;background-color:#eee;color:#43454b;line-height:1}div#brands_a_z ul.brands_index li span{opacity:.3}div#brands_a_z h3{text-transform:uppercase}div#brands_a_z a.top{padding:.6180469716em;background-color:#eee;color:#43454b;border:0;line-height:1}div#brands_a_z ul.brands{margin-left:0;list-style-position:inside}div#brands_a_z ul.brands li{margin:0 0 .3819820591em;padding:0 0 .3819820591em;border-bottom:1px solid rgba(0,0,0,.05)}.storefront-wc-brands-single-product{margin:0 0 .5407911001em}.storefront-wc-brands-single-product img{max-height:2.2906835em}@media(min-width: 768px){div#brands_a_z ul.brands_index{width:21.7391304348%;float:left;margin-right:4.347826087%;transition:all .5s ease}div#brands_a_z h3{width:73.9130434783%;float:right;margin-right:0;clear:right;text-transform:uppercase}div#brands_a_z h3:first-of-type{margin-top:0}div#brands_a_z a.top{clear:right}div#brands_a_z ul.brands{width:73.9130434783%;float:right;margin-right:0;clear:right}}@media screen and (min-width: 768px) {
.sp-header-active .site-header .site-header-cart,
.sp-header-active .site-header .secondary-navigation,
.sp-header-active .site-header .main-navigation,
.sp-header-active .site-header .site-search,
.sp-header-active .site-header .site-branding {
width: auto !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.sp-header-active .sp-header-span-1 {
width: 4.347826087%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-1 {
margin-left: 8.6956521739%;
}
.sp-header-active .sp-header-post-1 {
margin-right: 8.6956521739%;
}
.sp-header-active .sp-header-span-2 {
width: 13.0434782609%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-2 {
margin-left: 17.3913043478%;
}
.sp-header-active .sp-header-post-2 {
margin-right: 17.3913043478%;
}
.sp-header-active .sp-header-span-3 {
width: 21.7391304348%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-3 {
margin-left: 26.0869565217%;
}
.sp-header-active .sp-header-post-3 {
margin-right: 26.0869565217%;
}
.sp-header-active .sp-header-span-4 {
width: 30.4347826087%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-4 {
margin-left: 34.7826086957%;
}
.sp-header-active .sp-header-post-4 {
margin-right: 34.7826086957%;
}
.sp-header-active .sp-header-span-5 {
width: 39.1304347826%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-5 {
margin-left: 43.4782608696%;
}
.sp-header-active .sp-header-post-5 {
margin-right: 43.4782608696%;
}
.sp-header-active .sp-header-span-6 {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-6 {
margin-left: 52.1739130435%;
}
.sp-header-active .sp-header-post-6 {
margin-right: 52.1739130435%;
}
.sp-header-active .sp-header-span-7 {
width: 56.5217391304%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-7 {
margin-left: 60.8695652174%;
}
.sp-header-active .sp-header-post-7 {
margin-right: 60.8695652174%;
}
.sp-header-active .sp-header-span-8 {
width: 65.2173913043%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-8 {
margin-left: 69.5652173913%;
}
.sp-header-active .sp-header-post-8 {
margin-right: 69.5652173913%;
}
.sp-header-active .sp-header-span-9 {
width: 73.9130434783%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-9 {
margin-left: 78.2608695652%;
}
.sp-header-active .sp-header-post-9 {
margin-right: 78.2608695652%;
}
.sp-header-active .sp-header-span-10 {
width: 82.6086956522%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-10 {
margin-left: 86.9565217391%;
}
.sp-header-active .sp-header-post-10 {
margin-right: 86.9565217391%;
}
.sp-header-active .sp-header-span-11 {
width: 91.3043478261%;
float: left;
margin-right: 4.347826087%;
}
.sp-header-active .sp-header-pre-11 {
margin-left: 95.652173913%;
}
.sp-header-active .sp-header-post-11 {
margin-right: 95.652173913%;
}
.sp-header-active .sp-header-span-12 {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
}
.sp-header-active .sp-header-pre-12 {
margin-left: 104.347826087%;
}
.sp-header-active .sp-header-post-12 {
margin-right: 104.347826087%;
}
.sp-header-active .sp-header-row:after {
content: "";
display: table;
clear: both;
}
.sp-header-active .sp-header-empty {
padding: 1.618034em 0;
}
.sp-header-active .sp-header-empty:after {
content: "";
display: table;
clear: both;
}
.sp-header-active .sp-header-last {
float: right;
margin-right: 0;
}
}@media screen and (min-width: 768px) {
.sp-fixed-width .site {
max-width: 75.998em;
margin: 0 auto;
}
.sp-fixed-width.sp-max-width .site {
max-width: 95%;
}
.sp-max-width .col-full {
max-width: 90%;
}
.sp-max-width .site {
overflow-x: hidden;
}
.sp-max-width .sph-hero .col-full,
.sp-max-width .sprh-hero .col-full {
max-width: 65.141em;
}
}.sp-shop-alignment-left ul.products li.product {
text-align: left;
}
.sp-shop-alignment-left ul.products li.product .star-rating,
.sp-shop-alignment-left ul.products li.product img {
margin-left: 0;
}
.sp-shop-alignment-right ul.products li.product {
text-align: right;
}
.sp-shop-alignment-right ul.products li.product .star-rating,
.sp-shop-alignment-right ul.products li.product img {
margin-right: 0;
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.jscroll-added .storefront-sorting {
display: none;
}
.sp-loader {
position: relative;
height: 1em;
font-size: 2.244em;
}
.sp-loader:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f110";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
line-height: 1;
text-align: center;
-webkit-animation: spin linear 1s infinite;
animation: spin linear 1s infinite;
}
.sp-section-description {
text-align: center;
}
@media screen and (min-width: 768px) {
.single-product.sp-product-gallery-hidden div.product .summary,
.single-product.sp-product-gallery-hidden.storefront-full-width-content div.product .summary {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
}
.single-product.sp-product-gallery-stacked div.product .images,
.single-product.sp-product-gallery-stacked div.product .summary,
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .images,
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .summary {
width: 100%;
float: left;
margin-left: 0;
margin-right: 0;
}
.single-product.sp-product-gallery-stacked div.product .images .thumbnails a.zoom {
width: 29.4117647059%;
float: left;
margin-right: 5.8823529412%;
margin-right: 5.8823529412%;
}
.single-product.sp-product-gallery-stacked.storefront-full-width-content div.product .images .thumbnails a.zoom {
width: 13.0434782609%;
float: left;
margin-right: 4.347826087%;
margin-right: 4.347826087%;
}
.site-branding::after,
.site-search::after,
.main-navigation::after,
.secondary-navigation::after,
.site-header-cart::after {
clear: both;
content: "";
display: table;
}
}