: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); } .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,
.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;
} #gift-popup {
position: fixed;
inset: 0;
z-index: 99999;
display: flex;
justify-content: center;
align-items: center;
}
.gift-popup-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.55);
backdrop-filter: blur(3px);
} .gift-popup-box {
background: #fff;
max-width: 700px;
width: 92%;
display: flex;
gap: 20px;
padding: 20px;
border-radius: 14px;
position: relative;
z-index: 10;
animation: popupShow .25s ease;
}
@keyframes popupShow {
from { transform: scale(.95); opacity: 0; }
to { transform: scale(1); opacity: 1; }
} .gift-popup-close {
position: absolute;
top: 12px;
right: 12px;
font-size: 26px;
cursor: pointer;
} .gift-modal-left img {
max-width: 220px;
border-radius: 10px;
} .gift-modal-right {
flex: 1;
}
.gift-modal-right h2 {
margin-top: 0;
font-size: 22px;
}
.gift-short-desc {
margin: 10px 0;
color: #444;
}
.gift-price {
margin: 15px 0;
font-size: 20px;
color: #d6336c;
font-weight: bold;
}
.gift-view-link {
display: inline-block;
margin-top: 10px;
font-size: 14px;
text-decoration: underline;
} @media (max-width: 600px) {
.gift-popup-box {
flex-direction: column;
text-align: center;
}
.gift-modal-left img {
margin: 0 auto;
}
} .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;
} .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; } .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;
}
}  .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;
}  .lr-bundle-notice {
background: #eef9f0; border: 1px solid #b8e3c3;
color: #333;
font-weight: 600;
font-size: 1em;
padding: 12px 15px;
border-radius: 10px;
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
transition: all 0.3s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.lr-bundle-notice a {
display: inline-block;
background-color: var(--green);
color: #fff;
font-weight: 600;
padding: 6px 12px;
border-radius: 6px;
text-decoration: none;
transition: background-color 0.2s ease;
}
.lr-bundle-notice a:hover {
background-color: #2d7829;
} .lr-bundle-notice {
animation: pulse-glow-green 2.2s infinite ease-in-out;
} @media (max-width: 600px) {
.lr-bundle-notice {
flex-direction: column;
font-size: 0.95em;
padding: 10px 12px;
}
.lr-bundle-notice a {
margin-top: 8px;
}
}  .lien-partenaire {
color: #2a9d8f !important;
text-decoration: none;
font-weight: bold;
} .disclaimer-complement {
border: 1px solid #f1c40f;
background-color: #fffbe6;
padding: 15px;
margin: 20px 0;
border-radius: 8px;
font-size: 12px;
display: flex;
align-items: flex-start;
gap: 10px;
}
.disclaimer-complement .disclaimer-icon {
font-size: 15px;
line-height: 1;
}.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;
}
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 476px; --cmplz_banner_background_color: #f9f9f9; --cmplz_banner_border_color: #f9f9f9; --cmplz_banner_border_width: 1px 1px 1px 1px ; --cmplz_banner_border_radius: 0px 0px 0px 0px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 163px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #191e23; --cmplz_hyperlink_color: #191e23; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #419b37; --cmplz_button_accept_border_color: #419b37; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f1f1f1; --cmplz_button_deny_border_color: #f1f1f1; --cmplz_button_deny_text_color: #419b37; --cmplz_button_settings_background_color: #f1f1f1; --cmplz_button_settings_border_color: #419b37; --cmplz_button_settings_text_color: #419b37; --cmplz_button_border_radius: 5px 5px 5px 5px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #419b37; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (max-width: 1023px) { .cmplz-cookiebanner { max-width: 100%; }}@media (max-width: 1023px) { .cmplz-cookiebanner { transform: translateX(-50%); bottom: 0; top: initial; }}@media (min-width: 1024px) { .cmplz-cookiebanner { margin: 10px; width: calc(100% - 20px); grid-column-gap: 10px; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: initial; top: initial; transform: initial; } .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body > div { width: 49%; } .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div { width: 49%; } .cmplz-cookiebanner .cmplz-body { grid-column: span 2; display: flex; gap: 10px; } .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons { grid-column: inherit; } .cmplz-cookiebanner .cmplz-description { grid-column-start: 1; } .cmplz-cookiebanner.optin .cmplz-categories, .cmplz-cookiebanner.optout .cmplz-categories { width: 85vw; grid-column-start: 2; } .cmplz-cookiebanner .cmplz-buttons { grid-column-start: 3; grid-row-start: 3; display: flex; flex-direction: column; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 250px; width: 100%; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-end: 3; } .cmplz-cookiebanner .cmplz-links.cmplz-information { grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; display: flex; justify-content: flex-end; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-start: 1; grid-row-start: 5; display: flex; justify-content: flex-start; } .cmplz-cookiebanner .cmplz-categories.cmplz-tcf { height: 160px; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: column; }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner .cmplz-links .cmplz-link { display: none;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;} .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { max-width: initial !important; height: 80px !important; margin-bottom: 20px; } @media only screen and (max-width: 400px) { .cmplz-blocked-content-container.recaptcha-invisible, .cmplz-blocked-content-container.g-recaptcha { height: 100px !important } } .cmplz-blocked-content-container.recaptcha-invisible .cmplz-blocked-content-notice, .cmplz-blocked-content-container.g-recaptcha .cmplz-blocked-content-notice { max-width: initial; padding: 7px; } .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; } .instagram-media.cmplz-placeholder-element > div { max-width: 100%; }