/* Généré par exclure-portee.py depuis shop.css — ne pas éditer. */
:root{
	
	--rose: #fec6c5;            
	--rose-clair: #ffe9e8;
	--texte: #1a1a1a;
	--gris: #6d7175;
	--gris-clair: #f9f9f9;
	--ligne: rgba(26, 26, 26, .12);
	--rouge: #c44343;           
	--vert: #00b67b;            
	--vert-fonce: #009c69;
	--blanc: #fff;

	
	--wrap: 1600px;
	--wrap-etroit: 1350px;
	--gutter: 20px;
	--rayon-bouton: 3.75rem;    
	--rayon: .75rem;
	--rayon-lg: 1.5rem;
	--rayon-champ: .5rem;
	--ombre: 0 5px 15px rgba(26, 26, 26, .1);
	--ombre-bloc: 0 18px 50px rgba(26, 26, 26, .1);

	--font: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--poids-titre: 700;
	--poids-texte: 500;
}@media (min-width: 700px){:root{ --gutter: 32px; }}@media (min-width: 1000px){:root{ --gutter: 48px; }}@media (min-width: 800px){:root{ --gutter: 40px; }}*:where(:not(.kly-src, .kly-src *)),*:where(:not(.kly-src, .kly-src *))::before,*:where(:not(.kly-src, .kly-src *))::after{ box-sizing: border-box; }html{ -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }body:where(:not(.kly-src, .kly-src *)){
	margin: 0; font-family: var(--font); font-size: 15px; line-height: 1.6;
	color: var(--texte); background: #fff; overflow-x: hidden;   
}img:where(:not(.kly-src, .kly-src *)),video:where(:not(.kly-src, .kly-src *)){ max-width: 100%; height: auto; display: block; }a:where(:not(.kly-src, .kly-src *)){ color: inherit; }button:where(:not(.kly-src, .kly-src *)){ font: inherit; cursor: pointer; }h1:where(:not(.kly-src, .kly-src *)),h2:where(:not(.kly-src, .kly-src *)),h3:where(:not(.kly-src, .kly-src *)){ margin: 0 0 .5em; line-height: 1.15; font-weight: 700; }p:where(:not(.kly-src, .kly-src *)){ margin: 0 0 1em; }.wrap:where(:not(.kly-src, .kly-src *)){ width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }.wrap--narrow:where(:not(.kly-src, .kly-src *)){ max-width: 900px; }.center:where(:not(.kly-src, .kly-src *)){ text-align: center; }.h2:where(:not(.kly-src, .kly-src *)){ font-size: clamp(26px, 3.2vw, 38px); text-align: center; margin-bottom: 1.2em; font-weight: 600; }.is-hidden:where(:not(.kly-src, .kly-src *)){ display: none; }.btn:where(:not(.kly-src, .kly-src *)){
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--noir); color: #fff; font-weight: 600; font-size: 18px;
	text-decoration: none; padding: 14px 30px; border: 0; border-radius: 6px;
	transition: opacity .15s ease;
}.btn:hover:where(:not(.kly-src, .kly-src *)){ opacity: .88; }.btn:disabled:where(:not(.kly-src, .kly-src *)){ opacity: .5; cursor: default; }.btn--outline:where(:not(.kly-src, .kly-src *)){ background: none; color: var(--noir); border: 1px solid var(--noir); font-size: 15px; }.btn--buy:where(:not(.kly-src, .kly-src *)){ width: 100%; }.topbar:where(:not(.kly-src, .kly-src *)){ background: #f7f7f7; text-align: center; font-size: 13px; padding: 7px 12px; }.topbar strong:where(:not(.kly-src, .kly-src *)){ letter-spacing: .12em; font-weight: 600; }.offerbar:where(:not(.kly-src, .kly-src *)){ background: linear-gradient(90deg, #d8d8d8, #0a0a0a 55%); color: #fff; text-align: center; padding: 8px 12px; }.offerbar p:where(:not(.kly-src, .kly-src *)){ margin: 0; font-size: 14px; }.offerbar__badge:where(:not(.kly-src, .kly-src *)){ border: 1px solid #fff; border-radius: 999px; padding: 2px 10px; font-size: 12px; margin-left: 6px; }.header:where(:not(.kly-src, .kly-src *)){ background: #fff; border-bottom: 1px solid var(--ligne); position: sticky; top: 0; z-index: 60; }.header__in:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; min-height: 62px; position: relative; }.header__logo:where(:not(.kly-src, .kly-src *)){ text-decoration: none; position: absolute; left: 50%; transform: translateX(-50%); }.kly-logo:where(:not(.kly-src, .kly-src *)){ font-weight: 700; letter-spacing: .34em; font-size: 19px; }.header__icons:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; gap: 20px; margin-left: auto; }.header__icons a:where(:not(.kly-src, .kly-src *)){ display: flex; position: relative; color: var(--texte); }.cart__n:where(:not(.kly-src, .kly-src *)){
	position: absolute; top: -7px; right: -9px; background: var(--noir); color: #fff;
	font-size: 10px; font-weight: 700; min-width: 16px; height: 16px; border-radius: 999px;
	display: grid; place-items: center; padding: 0 4px;
}.burger:where(:not(.kly-src, .kly-src *)){ background: none; border: 0; padding: 8px 0; display: grid; gap: 5px; }.burger span:where(:not(.kly-src, .kly-src *)){ display: block; width: 22px; height: 2px; background: var(--texte); }.mobile-nav[hidden]:where(:not(.kly-src, .kly-src *)){ display: none; }.mobile-nav:where(:not(.kly-src, .kly-src *)){
	display: grid; position: absolute; left: 0; right: 0; top: 100%; z-index: 70;
	background: #fff; border-bottom: 1px solid var(--ligne); padding-bottom: 10px;
}.mobile-nav__in:where(:not(.kly-src, .kly-src *)){ display: flex; flex-direction: column; }.mobile-nav a:where(:not(.kly-src, .kly-src *)){ display: block; text-decoration: none; padding: 14px 0; color: var(--texte);
	border-top: 1px solid var(--ligne); font-size: 16px; font-weight: 600; }.mobile-nav a:first-child:where(:not(.kly-src, .kly-src *)){ border-top: 0; }.header__nav:where(:not(.kly-src, .kly-src *)){ display: none; }@media (min-width: 1000px){.header__nav:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; gap: 26px; }.header__nav a:where(:not(.kly-src, .kly-src *)){ text-decoration: none; color: var(--texte); font-size: 14px; font-weight: 600;
		white-space: nowrap; transition: opacity .15s; }.header__nav a:hover:where(:not(.kly-src, .kly-src *)){ opacity: .6; }.burger:where(:not(.kly-src, .kly-src *)){ display: none; }}.fil:where(:not(.kly-src, .kly-src *)){ font-size: 13px; color: var(--gris); padding: 14px 0; }.fil a:where(:not(.kly-src, .kly-src *)){ text-decoration: none; }.product:where(:not(.kly-src, .kly-src *)){ padding-bottom: 40px; }.product__grid:where(:not(.kly-src, .kly-src *)){ display: grid; gap: 28px; }@media (min-width: 900px){.product__grid:where(:not(.kly-src, .kly-src *)){ grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }}.gallery__stage:where(:not(.kly-src, .kly-src *)){ position: relative; aspect-ratio: 1; background: var(--gris-clair); border-radius: 8px; overflow: hidden; }.gallery__img:where(:not(.kly-src, .kly-src *)){ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .2s; }.gallery__img.is-active:where(:not(.kly-src, .kly-src *)){ opacity: 1; position: relative; }.gallery__thumbs:where(:not(.kly-src, .kly-src *)){ display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }.gallery__thumb:where(:not(.kly-src, .kly-src *)){ border: 1px solid var(--ligne); background: none; padding: 0; border-radius: 6px; overflow: hidden; flex: 0 0 72px; }.gallery__thumb.is-active:where(:not(.kly-src, .kly-src *)){ border-color: var(--noir); }.gallery__set:where(:not(.kly-src, .kly-src *)){ display: none; }.gallery__set.is-active:where(:not(.kly-src, .kly-src *)){ display: block; }.buy__title:where(:not(.kly-src, .kly-src *)){ font-size: clamp(22px, 3vw, 30px); }.buy__gift:where(:not(.kly-src, .kly-src *)){ font-size: 14px; color: var(--gris); margin-bottom: .4em; }.buy__price:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: baseline; gap: 10px; font-size: 24px; margin-bottom: .4em; }.buy__price s:where(:not(.kly-src, .kly-src *)){ color: var(--gris); font-size: 17px; font-weight: 400; }.buy__sub:where(:not(.kly-src, .kly-src *)){ color: var(--gris); }.buy__stars:where(:not(.kly-src, .kly-src *)){ font-size: 13px; color: var(--gris); display: flex; gap: 8px; align-items: center; }.stars:where(:not(.kly-src, .kly-src *)){ color: #f5a623; letter-spacing: .05em; }.buy__label:where(:not(.kly-src, .kly-src *)){ font-size: 14px; margin-bottom: .5em; }.colors:where(:not(.kly-src, .kly-src *)){ display: flex; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }.color:where(:not(.kly-src, .kly-src *)){ border: 1px solid var(--ligne); border-radius: 8px; padding: 6px; display: grid; justify-items: center; gap: 4px; cursor: pointer; font-size: 12px; }.color.is-active:where(:not(.kly-src, .kly-src *)){ border-color: var(--noir); }.color input:where(:not(.kly-src, .kly-src *)){ position: absolute; opacity: 0; pointer-events: none; }.extras:where(:not(.kly-src, .kly-src *)){ border: 1px solid var(--ligne); border-radius: 8px; padding: 12px; margin-bottom: 16px; }.extras__title:where(:not(.kly-src, .kly-src *)){ font-size: 14px; font-weight: 600; margin-bottom: .6em; }.extra:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid var(--ligne); font-size: 14px; cursor: pointer; }.extra:first-of-type:where(:not(.kly-src, .kly-src *)){ border-top: 0; }.extra__name:where(:not(.kly-src, .kly-src *)){ flex: 1; }.extra__price:where(:not(.kly-src, .kly-src *)){ white-space: nowrap; }.extra__price s:where(:not(.kly-src, .kly-src *)){ color: var(--gris); margin-right: 6px; }.extra--gift:where(:not(.kly-src, .kly-src *)){ color: var(--vert); font-weight: 600; cursor: default; }.buy__err:where(:not(.kly-src, .kly-src *)){ color: var(--rouge); font-size: 14px; }.buy__guarantee:where(:not(.kly-src, .kly-src *)){ font-size: 13px; color: var(--gris); text-align: center; margin-top: 12px; }.acc:where(:not(.kly-src, .kly-src *)){ border-top: 1px solid var(--ligne); }.acc summary:where(:not(.kly-src, .kly-src *)){ padding: 16px 0; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; }.acc summary:where(:not(.kly-src, .kly-src *))::-webkit-details-marker{ display: none; }.acc summary:where(:not(.kly-src, .kly-src *))::after{ content: '+'; font-weight: 400; }.acc[open] summary:where(:not(.kly-src, .kly-src *))::after{ content: '–'; }.acc__body:where(:not(.kly-src, .kly-src *)){ padding-bottom: 16px; }.prose ul:where(:not(.kly-src, .kly-src *)){ padding-left: 1.2em; }.testi:where(:not(.kly-src, .kly-src *)){ padding: 40px 0; background: var(--gris-clair); }.testi__track:where(:not(.kly-src, .kly-src *)){ display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.testi__track:where(:not(.kly-src, .kly-src *))::-webkit-scrollbar{ display: none; }.testi__item:where(:not(.kly-src, .kly-src *)){ flex: 0 0 100%; scroll-snap-align: start; margin: 0; background: #fff; padding: 24px; border-radius: 8px; }@media (min-width: 800px){.testi__item:where(:not(.kly-src, .kly-src *)){ flex-basis: calc(33.333% - 11px); }}.testi__mark:where(:not(.kly-src, .kly-src *)){ font-size: 40px; line-height: .5; color: var(--gris); }.testi__item blockquote:where(:not(.kly-src, .kly-src *)){ margin: 12px 0; }.testi__nav:where(:not(.kly-src, .kly-src *)){ display: flex; gap: 8px; justify-content: center; margin-top: 16px; }.testi__nav button:where(:not(.kly-src, .kly-src *)){ background: none; border: 1px solid var(--ligne); border-radius: 999px; width: 36px; height: 36px; }.reviews:where(:not(.kly-src, .kly-src *)){ padding: 40px 0; }.reviews__score:where(:not(.kly-src, .kly-src *)){ font-size: 34px; font-weight: 700; display: flex; align-items: center; gap: 12px; }.reviews__score small:where(:not(.kly-src, .kly-src *)){ font-size: 13px; font-weight: 400; color: var(--gris); }.reviews__list:where(:not(.kly-src, .kly-src *)){ display: grid; gap: 16px; }@media (min-width: 800px){.reviews__list:where(:not(.kly-src, .kly-src *)){ grid-template-columns: repeat(2, 1fr); }}.review:where(:not(.kly-src, .kly-src *)){ border: 1px solid var(--ligne); border-radius: 8px; padding: 16px; }.review__who:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; gap: 8px; font-size: 14px; margin-bottom: .4em; }.review__avatar:where(:not(.kly-src, .kly-src *)){ width: 28px; height: 28px; border-radius: 999px; background: var(--gris-clair); display: grid; place-items: center; font-weight: 700; }.review__verified:where(:not(.kly-src, .kly-src *)){ font-size: 11px; color: var(--vert); }.review time:where(:not(.kly-src, .kly-src *)){ font-size: 12px; color: var(--gris); }.footer:where(:not(.kly-src, .kly-src *)){ border-top: 1px solid var(--ligne); padding: 40px 0 20px; margin-top: 0; }.footer__vagues:where(:not(.kly-src, .kly-src *)){ margin-top: 40px; }.footer__in:where(:not(.kly-src, .kly-src *)){ display: grid; gap: 24px; }@media (min-width: 800px){.footer__in:where(:not(.kly-src, .kly-src *)){ grid-template-columns: 2fr 1fr; }}.footer__brand:where(:not(.kly-src, .kly-src *)){ font-weight: 700; letter-spacing: .2em; }.footer__links:where(:not(.kly-src, .kly-src *)){ display: grid; gap: 8px; font-size: 14px; }.footer__links a:where(:not(.kly-src, .kly-src *)){ text-decoration: none; }.footer__legal:where(:not(.kly-src, .kly-src *)){ text-align: center; font-size: 12px; color: var(--gris); margin-top: 24px; }.merci:where(:not(.kly-src, .kly-src *)){ padding-top: 40px; padding-bottom: 40px; }.merci__recap:where(:not(.kly-src, .kly-src *)){ border: 1px solid var(--ligne); border-radius: 8px; padding: 16px; margin: 20px 0; }.merci__recap p:where(:not(.kly-src, .kly-src *)){ display: flex; justify-content: space-between; margin: 0 0 .5em; }.merci__total:where(:not(.kly-src, .kly-src *)){ border-top: 1px solid var(--ligne); padding-top: .6em; }.contact-form:where(:not(.kly-src, .kly-src *)){ max-width: 520px; margin-top: 1.5em; }.contact-form .co-field:where(:not(.kly-src, .kly-src *)){ margin-bottom: 14px; }.contact-form label:where(:not(.kly-src, .kly-src *)){ display: block; font-size: 13px; color: var(--texte-doux); margin-bottom: 4px; }.contact-form input:where(:not(.kly-src, .kly-src *)),.contact-form textarea:where(:not(.kly-src, .kly-src *)){
	width: 100%; padding: 12px 14px; font-size: 15px; font-family: inherit;
	border: 1px solid var(--ligne); border-radius: 8px; background: #fff; color: var(--texte);
}.contact-form input:focus:where(:not(.kly-src, .kly-src *)),.contact-form textarea:focus:where(:not(.kly-src, .kly-src *)){ outline: 2px solid var(--orange); outline-offset: -2px; }.contact-hp:where(:not(.kly-src, .kly-src *)){ position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }.contact__ok:where(:not(.kly-src, .kly-src *)){ background: #f0fdf4; border: 1px solid #bbf7d0; color: #15803d; padding: 14px; border-radius: 8px; }.contact__err:where(:not(.kly-src, .kly-src *)){ background: var(--rouge-fond); border: 1px solid var(--rouge-bord); color: var(--rouge); padding: 12px; border-radius: 8px; }.hero:where(:not(.kly-src, .kly-src *)){ background: var(--beige); }.hero__lien:where(:not(.kly-src, .kly-src *)){ display: block; }.hero img:where(:not(.kly-src, .kly-src *)){ width: 100%; height: auto; }.gamme:where(:not(.kly-src, .kly-src *)){ padding: 32px 0 48px; }@media (min-width: 750px){.gamme:where(:not(.kly-src, .kly-src *)){ padding: 48px 0 64px; }}.gamme__grille:where(:not(.kly-src, .kly-src *)){ display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }@media (min-width: 900px){.gamme__grille:where(:not(.kly-src, .kly-src *)){ grid-template-columns: repeat(4, 1fr); gap: 24px; }}.gamme__carte:where(:not(.kly-src, .kly-src *)){
	display: block; text-decoration: none; text-align: center;
	border: 1px solid var(--ligne); border-radius: var(--radius-media);
	padding: 12px 12px 16px; transition: border-color .15s, transform .15s;
}.gamme__carte:hover:where(:not(.kly-src, .kly-src *)){ border-color: var(--orange); transform: translateY(-2px); }.gamme__media:where(:not(.kly-src, .kly-src *)){ background: var(--beige); border-radius: 8px; overflow: hidden; margin-bottom: 10px; }.gamme__media img:where(:not(.kly-src, .kly-src *)){ width: 100%; aspect-ratio: 1; object-fit: cover; }.gamme__nom:where(:not(.kly-src, .kly-src *)){ font-size: 14px; font-weight: 600; margin: 0 0 .2em; line-height: 1.3; }.gamme__prix:where(:not(.kly-src, .kly-src *)){ font-size: 15px; font-weight: 700; color: var(--orange); margin: 0; }.gamme__bientot:where(:not(.kly-src, .kly-src *)){ font-size: 11px; color: var(--texte-doux); margin: .3em 0 0; }.gamme__cta:where(:not(.kly-src, .kly-src *)){ margin-top: 28px; }body:where(:not(.kly-src, .kly-src *)){ font-family: var(--font); font-weight: var(--poids-texte); color: var(--texte); }h1:where(:not(.kly-src, .kly-src *)),h2:where(:not(.kly-src, .kly-src *)),h3:where(:not(.kly-src, .kly-src *)),.h2:where(:not(.kly-src, .kly-src *)),.h3:where(:not(.kly-src, .kly-src *)){ font-weight: var(--poids-titre); letter-spacing: .02em; line-height: 1.3; }.h2:where(:not(.kly-src, .kly-src *)){ font-size: clamp(22px, 3.4vw, 44px); margin: 0 0 .4em; }.h3:where(:not(.kly-src, .kly-src *)){ font-size: clamp(20px, 2.4vw, 30px); margin: 0 0 .6em; }.center:where(:not(.kly-src, .kly-src *)){ text-align: center; }.wrap:where(:not(.kly-src, .kly-src *)){ width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }.wrap--narrow:where(:not(.kly-src, .kly-src *)){ max-width: 900px; }.scroll-x:where(:not(.kly-src, .kly-src *)){ display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch; padding-bottom: 6px; }.scroll-x > *:where(:not(.kly-src, .kly-src *)){ scroll-snap-align: center; flex: 0 0 auto; }.btn:where(:not(.kly-src, .kly-src *)){
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 15px 34px; border: 0; border-radius: var(--rayon-bouton);
	font: inherit; font-weight: 700; font-size: 16px; line-height: 1;
	text-decoration: none; cursor: pointer; transition: opacity .15s, transform .15s;
}.btn:hover:where(:not(.kly-src, .kly-src *)){ opacity: .85; }.btn--blanc:where(:not(.kly-src, .kly-src *)){ background: var(--blanc); color: var(--texte); }.btn--rose:where(:not(.kly-src, .kly-src *)){ background: var(--rose);  color: var(--texte); }.btn--achat:where(:not(.kly-src, .kly-src *)){ background: var(--vert); color: var(--blanc); width: 100%; padding-block: 18px;
	font-size: 17px; border-radius: var(--rayon-champ); }.btn--achat:hover:where(:not(.kly-src, .kly-src *)){ background: var(--vert-fonce); opacity: 1; }.etoiles:where(:not(.kly-src, .kly-src *)){ color: var(--rouge); letter-spacing: 2px; font-size: 14px; }.etoiles--vertes:where(:not(.kly-src, .kly-src *)){ color: #00b67a; font-size: 20px; }.hero:where(:not(.kly-src, .kly-src *)){ position: relative; }.hero img:where(:not(.kly-src, .kly-src *)){ display: block; width: 100%; height: auto; }.hero__contenu:where(:not(.kly-src, .kly-src *)){
	position: absolute; inset: 0; display: flex; flex-direction: column;
	align-items: center; justify-content: center; gap: 18px;
	text-align: center; color: var(--blanc); padding: var(--gutter);
}.hero__titre:where(:not(.kly-src, .kly-src *)){ font-size: clamp(26px, 4.6vw, 64px); margin: 0; max-width: 16em; }.hero__sous:where(:not(.kly-src, .kly-src *)){ font-size: clamp(13px, 1.3vw, 18px); margin: 0; max-width: 34em; font-weight: 500; }.presse:where(:not(.kly-src, .kly-src *)){ padding: 40px 0; }.presse__liste:where(:not(.kly-src, .kly-src *)){ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px; list-style: none; margin: 24px 0 0; padding: 0; }@media (min-width: 750px){.presse__liste:where(:not(.kly-src, .kly-src *)){ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }}.presse__item:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; justify-content: center;
	background: var(--gris-clair); border-radius: var(--rayon); padding: 22px 16px; min-height: 92px; }.presse__item img:where(:not(.kly-src, .kly-src *)){ max-width: 110px; height: auto; object-fit: contain; }.benefices:where(:not(.kly-src, .kly-src *)){ padding-top: 32px; }.benefices img:where(:not(.kly-src, .kly-src *)){ display: block; width: 100%; height: auto; }.adoptantes:where(:not(.kly-src, .kly-src *)){ padding: 32px 0 8px; }.satisfaites:where(:not(.kly-src, .kly-src *)){ padding: 40px 0 8px; }.satisfaites__note:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; justify-content: center; gap: 8px;
	font-size: 18px; margin: 0; flex-wrap: wrap; }.satisfaites__base:where(:not(.kly-src, .kly-src *)){ text-align: center; margin: 6px 0 0; font-size: 15px; }.temoignages:where(:not(.kly-src, .kly-src *)){ padding: 28px 0 40px; }.temoignages__piste:where(:not(.kly-src, .kly-src *)){ padding-inline: var(--gutter); }.temoignage:where(:not(.kly-src, .kly-src *)){ width: min(73vw, 340px); margin: 0; }.temoignage img:where(:not(.kly-src, .kly-src *)){ width: 100%; height: auto; border-radius: var(--rayon); display: block; }.temoignage__nom:where(:not(.kly-src, .kly-src *)){ font-weight: 700; margin: 14px 0 6px; font-size: 17px; }.temoignage__texte:where(:not(.kly-src, .kly-src *)){ margin: 0; font-size: 14px; line-height: 1.6; color: #3b3b3b; }.achat:where(:not(.kly-src, .kly-src *)){ padding: 24px 0 48px; }.achat__grille:where(:not(.kly-src, .kly-src *)){ display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); }@media (min-width: 1000px){.achat__grille:where(:not(.kly-src, .kly-src *)){ grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 48px; align-items: start; }}.achat__grille > *:where(:not(.kly-src, .kly-src *)){ min-width: 0; }.galerie__scene:where(:not(.kly-src, .kly-src *)){ position: relative; border-radius: var(--rayon); overflow: hidden; background: var(--gris-clair); }.galerie__vue:where(:not(.kly-src, .kly-src *)){ display: none; width: 100%; height: auto; }.galerie__vue.is-active:where(:not(.kly-src, .kly-src *)){ display: block; }.galerie__vignettes:where(:not(.kly-src, .kly-src *)){ display: flex; gap: 8px; overflow-x: auto; margin-top: 10px; padding-bottom: 4px; }.galerie__vignette:where(:not(.kly-src, .kly-src *)){ flex: 0 0 auto; width: 64px; height: 64px; padding: 2px; cursor: pointer;
	background: none; border: 2px solid transparent; border-radius: 8px; }.galerie__vignette.is-active:where(:not(.kly-src, .kly-src *)){ border-color: var(--texte); }.galerie__vignette img:where(:not(.kly-src, .kly-src *)){ width: 100%; height: 100%; object-fit: cover; border-radius: 6px; display: block; }.offre__note:where(:not(.kly-src, .kly-src *)){ display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
	color: inherit; font-size: 14px; margin-bottom: 10px; }.offre__titre:where(:not(.kly-src, .kly-src *)){ font-size: clamp(22px, 2.6vw, 30px); margin: 0 0 10px; }.offre__stock:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; gap: 8px; margin: 0 0 12px;
	color: #f00; font-weight: 500; font-size: 15px; }.offre__pastille:where(:not(.kly-src, .kly-src *)){ width: 12px; height: 12px; border-radius: 50%; background: #f00;
	box-shadow: 0 0 0 4px rgba(255, 0, 0, .25); flex-shrink: 0; }.offre__prix:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: baseline; gap: 10px; margin: 0 0 16px; }.offre__prix-actuel:where(:not(.kly-src, .kly-src *)){ font-size: 26px; font-weight: 700; }.offre__prix-barre:where(:not(.kly-src, .kly-src *)){ color: var(--gris); font-size: 18px; }.offre__bullets:where(:not(.kly-src, .kly-src *)){ list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 8px; }.offre__bullets li:where(:not(.kly-src, .kly-src *)){ position: relative; padding-left: 26px; font-size: 15px; line-height: 1.5; }.offre__bullets li:where(:not(.kly-src, .kly-src *))::before{ content: "✓"; position: absolute; left: 0; color: var(--vert); font-weight: 700; }.offre__accroche:where(:not(.kly-src, .kly-src *)){ font-size: 15px; line-height: 1.6; margin: 0 0 16px; }.offre__cadeau:where(:not(.kly-src, .kly-src *)){ display: block; width: 100%; max-width: 500px; margin: 0 auto 16px; height: auto; }.minuteur:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; justify-content: center; gap: 10px;
	background: var(--rose-clair); border-radius: var(--rayon); padding: 12px 16px; margin-bottom: 14px; }.minuteur__titre:where(:not(.kly-src, .kly-src *)){ font-weight: 700; font-size: 14px; }.minuteur__temps:where(:not(.kly-src, .kly-src *)){ font-variant-numeric: tabular-nums; font-weight: 700; font-size: 20px; }.buy__err:where(:not(.kly-src, .kly-src *)){ background: #fee; border: 1px solid #fbb; color: #c00; border-radius: 8px;
	padding: 10px 12px; margin: 0 0 12px; font-size: 14px; }.accordeons:where(:not(.kly-src, .kly-src *)){ margin-top: 20px; border-top: 1px solid var(--ligne); }.acc:where(:not(.kly-src, .kly-src *)){ border-bottom: 1px solid var(--ligne); }.acc summary:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 16px 0; cursor: pointer; font-weight: 700; font-size: 15px; list-style: none; }.acc summary:where(:not(.kly-src, .kly-src *))::-webkit-details-marker{ display: none; }.acc__chevron:where(:not(.kly-src, .kly-src *)){ width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
	background: var(--gris-clair); position: relative; transition: transform .2s; }.acc__chevron:where(:not(.kly-src, .kly-src *))::before{ content: ""; position: absolute; inset: 0; margin: auto;
	width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg); }.acc[open] .acc__chevron:where(:not(.kly-src, .kly-src *)){ transform: rotate(180deg); }.acc__corps:where(:not(.kly-src, .kly-src *)){ padding-bottom: 16px; font-size: 14px; line-height: 1.7; color: #3b3b3b; }.acc__corps p:where(:not(.kly-src, .kly-src *)){ margin: 0 0 .8em; }.acc__corps ul:where(:not(.kly-src, .kly-src *)),.acc__corps ol:where(:not(.kly-src, .kly-src *)){ padding-left: 1.3em; margin: 0 0 .8em; }.acc--rose:where(:not(.kly-src, .kly-src *)){ background: var(--rose); border: 0; border-radius: var(--rayon); margin-bottom: 10px; }.acc--rose summary:where(:not(.kly-src, .kly-src *)),.acc--rose .acc__corps:where(:not(.kly-src, .kly-src *)){ padding-inline: 18px; }.acc--rose .acc__chevron:where(:not(.kly-src, .kly-src *)){ background: rgba(255, 255, 255, .5); }.comparatif:where(:not(.kly-src, .kly-src *)){ padding: 40px 0; }.comparatif__sous:where(:not(.kly-src, .kly-src *)){ margin: 0 0 26px; font-size: clamp(18px, 2vw, 26px); font-weight: 700; }.comparatif__table:where(:not(.kly-src, .kly-src *)){ max-width: 1000px; margin-inline: auto; }.comparatif__ligne:where(:not(.kly-src, .kly-src *)){ display: grid; grid-template-columns: 34% repeat(3, minmax(0, 1fr)); }@media (min-width: 1000px){.comparatif__ligne:where(:not(.kly-src, .kly-src *)){ grid-template-columns: 1fr repeat(3, 15%); }}.comparatif__cell:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; justify-content: center;
	padding: 10px 6px; text-align: center; }@media (min-width: 1000px){.comparatif__cell:where(:not(.kly-src, .kly-src *)){ padding: 16px; }}.comparatif__ligne:not(.comparatif__ligne--tete) .comparatif__cell:not(.is-actif):where(:not(.kly-src, .kly-src *)){
	border-bottom: 1px solid #bababa; }.comparatif__ligne--fin .comparatif__cell:not(.is-actif):where(:not(.kly-src, .kly-src *)){ border-bottom: 0; }.comparatif__cell.is-actif:where(:not(.kly-src, .kly-src *)){ background: var(--rose); }.comparatif__ligne--tete .comparatif__cell.is-actif:where(:not(.kly-src, .kly-src *)){ border-radius: var(--rayon-lg) var(--rayon-lg) 0 0; }.comparatif__ligne--fin .comparatif__cell.is-actif:where(:not(.kly-src, .kly-src *)){ border-radius: 0 0 var(--rayon-lg) var(--rayon-lg); }.comparatif__ligne--tete img:where(:not(.kly-src, .kly-src *)){ width: 52px; height: auto; object-fit: contain; }@media (min-width: 1000px){.comparatif__ligne--tete img:where(:not(.kly-src, .kly-src *)){ width: 66px; }}.comparatif__critere:where(:not(.kly-src, .kly-src *)){ justify-content: flex-start; text-align: left; }.comparatif__critere h3:where(:not(.kly-src, .kly-src *)){ margin: 0; font-size: 14px; }@media (min-width: 1000px){.comparatif__critere h3:where(:not(.kly-src, .kly-src *)){ font-size: 20px; }}.comparatif__icone:where(:not(.kly-src, .kly-src *)){ width: 24px; height: 24px; }@media (min-width: 1000px){.comparatif__icone:where(:not(.kly-src, .kly-src *)){ width: 40px; height: 40px; }}.comparatif__valeur:where(:not(.kly-src, .kly-src *)){ font-weight: 700; font-size: 14px; }@media (min-width: 1000px){.comparatif__valeur:where(:not(.kly-src, .kly-src *)){ font-size: 18px; }}.faq:where(:not(.kly-src, .kly-src *)){ padding: 40px 0; }.faq__liste:where(:not(.kly-src, .kly-src *)){ margin-top: 24px; }.avis:where(:not(.kly-src, .kly-src *)){ padding: 40px 0; }.avis__grille:where(:not(.kly-src, .kly-src *)){ display: grid; gap: 24px; grid-template-columns: minmax(0, 1fr); margin-top: 28px; }@media (min-width: 1000px){.avis__grille:where(:not(.kly-src, .kly-src *)){ grid-template-columns: repeat(2, minmax(0, 1fr)); }}.avis__photos:where(:not(.kly-src, .kly-src *)){ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }@media (min-width: 1000px){.avis__photos:where(:not(.kly-src, .kly-src *)){ grid-template-columns: repeat(3, minmax(0, 1fr)); }}.avis__photos img:where(:not(.kly-src, .kly-src *)){ width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; display: block; }.avis__cartes:where(:not(.kly-src, .kly-src *)){ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-content: start; }.avis__carte:where(:not(.kly-src, .kly-src *)){ display: flex; flex-direction: column; justify-content: space-between;
	border: 1px solid #d9d9d9; border-radius: 8px; padding: 12px; background: var(--blanc); }.avis__texte:where(:not(.kly-src, .kly-src *)){ font-size: 13px; line-height: 1.5; margin: 8px 0 12px; }.avis__bas:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; justify-content: space-between; gap: 8px;
	margin: 0; flex-wrap: wrap; }.avis__bas strong:where(:not(.kly-src, .kly-src *)){ font-size: 14px; }.avis__verifie:where(:not(.kly-src, .kly-src *)){ color: #27ae60; font-size: 10px; font-weight: 700; }.reassurance:where(:not(.kly-src, .kly-src *)){ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;
	list-style: none; margin: 18px 0 0; padding: 0; }@media (min-width: 1000px){.reassurance:where(:not(.kly-src, .kly-src *)){ grid-template-columns: repeat(4, minmax(0, 1fr)); }}.reassurance__item:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; gap: 10px; }.reassurance__icone:where(:not(.kly-src, .kly-src *)){ display: flex; align-items: center; justify-content: center; flex-shrink: 0;
	width: 40px; height: 40px; border-radius: 50%; background: var(--rose); color: var(--texte); }.reassurance__texte:where(:not(.kly-src, .kly-src *)){ display: flex; flex-direction: column; }.reassurance__texte strong:where(:not(.kly-src, .kly-src *)){ font-size: 13px; }.reassurance__texte em:where(:not(.kly-src, .kly-src *)){ font-size: 11px; font-style: normal; color: #424242; }.reassurance-bas:where(:not(.kly-src, .kly-src *)){ padding: 32px 0 48px; }.footer:where(:not(.kly-src, .kly-src *)){ background: var(--rose); color: var(--texte); padding: 40px 0 20px; margin-top: 0; }.footer__grille:where(:not(.kly-src, .kly-src *)){ display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr); }@media (min-width: 750px){.footer__grille:where(:not(.kly-src, .kly-src *)){ grid-template-columns: repeat(3, minmax(0, 1fr)); }}.footer__titre:where(:not(.kly-src, .kly-src *)){ font-weight: 700; margin: 0 0 12px; font-size: 16px; }.footer__texte:where(:not(.kly-src, .kly-src *)){ font-size: 14px; line-height: 1.7; margin: 0 0 8px; }.footer a:where(:not(.kly-src, .kly-src *)){ color: inherit; }.footer__liens:where(:not(.kly-src, .kly-src *)){ list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }.footer__bas:where(:not(.kly-src, .kly-src *)){ text-align: center; font-size: 13px; margin: 28px 0 0; }.footer .paiements:where(:not(.kly-src, .kly-src *)){ justify-content: flex-start; margin-top: 14px; }.paiements:where(:not(.kly-src, .kly-src *)){
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	gap: 6px; list-style: none; margin: 14px 0 0; padding: 0;
}.paiements__item:where(:not(.kly-src, .kly-src *)){ display: flex; }.paiements svg:where(:not(.kly-src, .kly-src *)){ display: block; width: 38px; height: 24px; border-radius: 3px; }.offres:where(:not(.kly-src, .kly-src *)){ border: 0; padding: 0; margin: 0 0 18px; display: grid; gap: 10px; }.offres__titre:where(:not(.kly-src, .kly-src *)){
	padding: 0; margin: 0 0 10px;
	font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
	color: var(--gris);
}.offre-pack:where(:not(.kly-src, .kly-src *)){ position: relative; }.offre-pack__badge:where(:not(.kly-src, .kly-src *)){
	position: absolute; top: -9px; left: 14px; z-index: 2;
	padding: 3px 10px; border-radius: 999px;
	background: var(--sauge, #00b67b); color: #fff;
	font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
	white-space: nowrap;
}.offre-pack__radio:where(:not(.kly-src, .kly-src *)){
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}.offre-pack__label:where(:not(.kly-src, .kly-src *)){
	display: flex; align-items: center; gap: 12px;
	padding: 14px 16px; cursor: pointer;
	background: #fff; border: 2px solid var(--ligne, rgba(0,0,0,.12)); border-radius: 14px;
	transition: border-color .15s, background .15s, box-shadow .15s;
}.offre-pack__label:hover:where(:not(.kly-src, .kly-src *)){ border-color: var(--rose-bord, #e8d5c8); }.offre-pack__radio:checked + .offre-pack__label:where(:not(.kly-src, .kly-src *)){
	border-color: var(--sauge, #00b67b);
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 182, 123, .14);
}.offre-pack__radio:focus-visible + .offre-pack__label:where(:not(.kly-src, .kly-src *)){
	outline: 2px solid var(--texte); outline-offset: 2px;
}.offre-pack__puce:where(:not(.kly-src, .kly-src *)){
	flex: 0 0 auto; width: 20px; height: 20px; border-radius: 50%;
	border: 2px solid rgba(0,0,0,.25); display: grid; place-items: center;
	transition: border-color .15s;
}.offre-pack__puce:where(:not(.kly-src, .kly-src *))::after{
	content: ""; width: 10px; height: 10px; border-radius: 50%; background: transparent;
	transition: background .15s;
}.offre-pack__radio:checked + .offre-pack__label .offre-pack__puce:where(:not(.kly-src, .kly-src *)){ border-color: var(--sauge, #00b67b); }.offre-pack__radio:checked + .offre-pack__label .offre-pack__puce:where(:not(.kly-src, .kly-src *))::after{ background: var(--sauge, #00b67b); }.offre-pack__corps:where(:not(.kly-src, .kly-src *)){ flex: 1 1 auto; min-width: 0; display: grid; gap: 2px; }.offre-pack__titre:where(:not(.kly-src, .kly-src *)){ font-weight: 700; font-size: 15px; line-height: 1.25; }.offre-pack__sous:where(:not(.kly-src, .kly-src *)){ font-size: 12px; color: var(--gris); }.offre-pack__cadeau:where(:not(.kly-src, .kly-src *)){ font-size: 11px; font-weight: 700; color: var(--sauge, #00b67b); }.offre-pack__prix:where(:not(.kly-src, .kly-src *)){ flex: 0 0 auto; text-align: right; display: grid; gap: 1px; }.offre-pack__p:where(:not(.kly-src, .kly-src *)){ font-size: 19px; font-weight: 700; line-height: 1.1; }.offre-pack__pb:where(:not(.kly-src, .kly-src *)){ font-size: 12px; color: var(--gris-clair, #777); }.offre-pack__unite:where(:not(.kly-src, .kly-src *)){ font-size: 11px; color: var(--gris); }@media (max-width: 520px){.offre-pack__label:where(:not(.kly-src, .kly-src *)){ gap: 9px; padding: 12px 13px; }.offre-pack__titre:where(:not(.kly-src, .kly-src *)){ font-size: 14px; }.offre-pack__sous:where(:not(.kly-src, .kly-src *)){ font-size: 11px; }.offre-pack__cadeau:where(:not(.kly-src, .kly-src *)){ font-size: 10px; }.offre-pack__p:where(:not(.kly-src, .kly-src *)){ font-size: 17px; }.offre-pack__pb:where(:not(.kly-src, .kly-src *)){ font-size: 11px; }.offre-pack__unite:where(:not(.kly-src, .kly-src *)){ font-size: 10px; }.offre-pack__puce:where(:not(.kly-src, .kly-src *)){ width: 18px; height: 18px; }.offre-pack__puce:where(:not(.kly-src, .kly-src *))::after{ width: 9px; height: 9px; }}@media (max-width: 380px){.offre-pack__unite:where(:not(.kly-src, .kly-src *)){ display: none; }}