*,*:before,*:after{box-sizing:border-box}html{overflow-x:clip;-webkit-text-size-adjust:100%}body{margin:0;overflow-x:clip;background:var(--leaf-paper);color:var(--leaf-ink);font-family:var(--leaf-font-corps);font-weight:400;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;touch-action:manipulation}input,select,textarea{font:inherit;color:inherit;touch-action:manipulation}a,button,label,summary,[role=button]{touch-action:manipulation}:focus-visible{outline:2px solid var(--leaf-ink);outline-offset:2px}:focus:not(:focus-visible){outline:none}h1,h2,h3,h4,h5,h6{font-family:var(--leaf-font-titre);font-weight:700;text-transform:uppercase;letter-spacing:0;margin:0 0 12px;line-height:1.15}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:17px}p{margin:0 0 14px}@media(min-width:750px){h1{font-size:40px}h2{font-size:30px}h3{font-size:22px}}.leaf-conteneur{width:100%;max-width:var(--leaf-largeur);margin:0 auto;padding:0 16px}@media(min-width:750px){.leaf-conteneur{padding:0 32px}}.leaf-invisible{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.leaf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 26px;border-radius:0;font-family:var(--leaf-font-titre);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.03em;background:var(--leaf-ink);color:var(--leaf-paper);border:1px solid var(--leaf-ink);width:auto;transition:opacity .15s ease}.leaf-btn:hover{opacity:.85}.leaf-btn[disabled]{opacity:.4;cursor:not-allowed}.leaf-btn--ligne{background:transparent;color:var(--leaf-ink)}.leaf-btn--pleine{width:100%}.leaf-prix{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.leaf-prix__actuel{font-weight:700}.leaf-prix__barre{text-decoration:line-through;opacity:.5}.leaf-prix--promo .leaf-prix__actuel{color:var(--leaf-ink)}.leaf-grille{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px;list-style:none;margin:0;padding:0}@media(min-width:750px){.leaf-grille{gap:24px 16px}}.leaf-grille--3{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:990px){.leaf-grille{grid-template-columns:repeat(4,minmax(0,1fr))}.leaf-grille--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.leaf-grille>li{min-width:0}.leaf-carte{display:flex;flex-direction:column;min-width:0}.leaf-carte__media{position:relative;display:block;overflow:hidden;background:var(--leaf-gris)}.leaf-carte__media img{width:100%;aspect-ratio:1/1;object-fit:cover}.leaf-carte__media img.leaf-carte__second{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s ease}.leaf-carte:hover .leaf-carte__second{opacity:1}.leaf-carte__badge{position:absolute;top:8px;left:8px;z-index:2;padding:4px 8px;background:var(--leaf-ink);color:var(--leaf-paper);font-family:var(--leaf-font-titre);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.leaf-carte__badge--promo{background:var(--leaf-promo);color:var(--leaf-paper)}.leaf-carte__titre{margin:10px 0 4px;font-family:var(--leaf-font-titre);font-weight:700;font-size:13px;text-transform:uppercase;line-height:1.3}@media(min-width:750px){.leaf-carte__titre{font-size:14px}}.leaf-carte__prix{font-size:14px}.leaf-rail{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;width:100%;min-width:0;padding-bottom:4px;scrollbar-width:none}.leaf-rail::-webkit-scrollbar{display:none}.leaf-rail>*{flex:0 0 auto;width:calc(50% - 5px);scroll-snap-align:start;min-width:0}@media(min-width:750px){.leaf-rail>*{width:calc(25% - 12px)}.leaf-rail{gap:16px}}.leaf-section-tete{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}.leaf-section-tete h2{margin:0}.leaf-lien-tout{font-size:13px;text-decoration:underline;white-space:nowrap}.leaf-voile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#00000073;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.leaf-voile[data-ouvert]{opacity:1;visibility:visible}.leaf-drawer{position:fixed;top:0;bottom:0;right:0;z-index:81;width:min(420px,100%);display:flex;flex-direction:column;background:var(--leaf-paper);transform:translate(100%);transition:transform .25s ease;will-change:transform}.leaf-drawer[data-ouvert]{transform:translate(0)}.leaf-drawer--gauche{right:auto;left:0;transform:translate(-100%)}.leaf-drawer--gauche[data-ouvert]{transform:translate(0)}.leaf-drawer__tete{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--leaf-bord);flex:0 0 auto}.leaf-drawer__tete h2{margin:0;font-size:16px}.leaf-drawer__corps{flex:1 1 auto;overflow-y:auto;overscroll-behavior-y:contain;padding:16px}.leaf-drawer__pied{flex:0 0 auto;padding:16px;border-top:1px solid var(--leaf-bord)}.leaf-fermer{width:44px;height:44px;display:grid;place-items:center;margin:-10px -10px -10px 0}body[data-drawer-ouvert]{overflow:hidden}.leaf-champ{display:block;margin-bottom:14px}.leaf-champ__label{display:block;margin-bottom:6px;font-size:13px;font-weight:600}.leaf-champ input,.leaf-champ textarea,.leaf-champ select{width:100%;min-height:48px;padding:12px 14px;border-radius:0;border:1px solid var(--leaf-bord);background:var(--leaf-paper)}.leaf-champ textarea{min-height:130px;resize:vertical}.leaf-rte img{margin:16px 0}.leaf-rte h2,.leaf-rte h3{margin-top:24px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/leaf-base.css.map */
