*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--peach:#E8A15D;--peach-d:#D1863F;--sage:#7C9473;--sage-d:#5B7052;--sage-l:#EAF0E4;--cream:#FDF9F2;--sand:#F1E6D2;--ink:#2F2A22;--grey:#8C8272;--grey-l:#B8AF9E;--white:#FFFFFF;--radius:16px;--radius-sm:10px;--shadow:0 4px 20px rgba(47,42,34,.08);--shadow-hover:0 10px 30px rgba(47,42,34,.14);--font-head:"Baloo 2",sans-serif;--font-body:"Nunito Sans",sans-serif}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);line-height:1.6;font-size:16px}a{color:inherit}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer}input,select{font-family:var(--font-body)}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.topbar{background:var(--sage-d);color:var(--white);text-align:center;font-size:.82rem;padding:8px 5%;letter-spacing:.02em}.topbar strong{font-weight:700}nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;background:#fdf9f2f5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--sand);padding:0 5%;height:68px}.logo{display:flex;align-items:center;height:100%;text-decoration:none}.logo-img{height:52px;width:auto;max-width:220px;object-fit:contain}.nav-items{display:flex;align-items:center;gap:2rem;list-style:none}.nav-items a{text-decoration:none;color:var(--grey);font-weight:600;font-size:.92rem;transition:color .2s}.nav-items a:hover{color:var(--ink)}.btn-nav{background:var(--peach);color:var(--white)!important;padding:9px 20px;border-radius:999px;font-weight:700!important}.btn-nav:hover{background:var(--peach-d)}.contact-bar{display:flex;flex-wrap:wrap;gap:2rem;background:var(--sage-l);padding:1.4rem 5%;border-bottom:1px solid var(--sand)}.contact-item{display:flex;align-items:center;gap:8px;font-size:.86rem}.contact-dot{width:7px;height:7px;border-radius:50%;background:var(--peach);flex-shrink:0}.contact-label{font-weight:700;color:var(--sage-d)}.contact-val{color:var(--ink);text-decoration:none}.contact-tel:hover{text-decoration:underline}.hero-band{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 2.5rem;padding:1.6rem 5%;background:linear-gradient(135deg,var(--sage) 0%,var(--sage-d) 100%);color:var(--white);text-align:center;font-family:var(--font-head);font-size:1rem;font-weight:600}.hero-band span:after{content:"\b7";margin-left:2.5rem;color:#ffffff80}.hero-band span:last-child:after{content:"";margin:0}section{padding:70px 5%}.section-eyebrow,.actus-eyebrow,.hist-eyebrow,.jus-eyebrow,.avis-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--peach-d);margin-bottom:.5rem}.actus{background:var(--white)}.actus-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.actus-titre{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.4rem);color:var(--ink);margin-bottom:.4rem}.actus-sous{color:var(--grey);font-size:.95rem}.actus-header-btns{display:flex;gap:.8rem}.actus-nav-btn{border:1.5px solid var(--sand);border-radius:999px;padding:9px 20px;text-decoration:none;font-size:.88rem;font-weight:700;color:var(--ink);transition:all .2s}.actus-nav-btn:hover{border-color:var(--peach)}.actus-nav-btn-fill{background:var(--peach);color:var(--white);border-color:var(--peach)}.actus-nav-btn-fill:hover{background:var(--peach-d)}.actus-wrap{position:relative}.actus-track-wrap{overflow:hidden;border-radius:var(--radius)}.actus-track{display:flex;transition:transform .4s ease}.actus-slide{min-width:100%;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;background:var(--sage-l);border-radius:var(--radius);padding:2.5rem}.actus-visual{border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:4/3}.actus-visual img{width:100%;height:100%;object-fit:cover}.actus-title{font-family:var(--font-head);font-size:1.5rem;color:var(--ink);margin:.4rem 0 .8rem;cursor:pointer;line-height:1.3}.actus-title:hover{color:var(--sage-d)}.actus-excerpt{color:var(--grey);margin-bottom:1.2rem;line-height:1.7}.actus-more{background:none;border:none;color:var(--sage-d);font-weight:700;font-size:.88rem;padding:0;text-decoration:underline}.actus-controls{display:flex;align-items:center;justify-content:center;gap:1.4rem;margin-top:1.6rem}.actus-arrow{width:38px;height:38px;border-radius:50%;border:1.5px solid var(--sand);background:var(--white);font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.actus-arrow:hover{border-color:var(--peach);color:var(--peach-d)}.actus-dots{display:flex;gap:8px}.actus-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--sand);padding:0}.actus-dot.on{background:var(--peach);width:22px;border-radius:5px;transition:all .2s}.actus-modal-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#2f2a228c;z-index:999;align-items:center;justify-content:center;padding:5%}.actus-modal-overlay.open{display:flex}.actus-modal-box{background:var(--white);border-radius:var(--radius);padding:2.6rem;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;position:relative}.actus-modal-close{position:absolute;top:1.2rem;right:1.2rem;background:none;border:none;font-size:1.6rem;color:var(--grey);line-height:1}.actus-modal-box h3{font-family:var(--font-head);font-size:1.5rem;margin:.6rem 0 1rem}.actus-modal-box p{color:var(--grey);margin-bottom:1rem;line-height:1.8}.histoire{background:var(--cream);text-align:center}.hist-header{max-width:640px;margin:0 auto 3rem}.hist-titre{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.8rem}.hist-desc{color:var(--grey);line-height:1.8}.hist-grille{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:left}.hist-card{background:var(--white);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow);border-top:4px solid var(--peach)}.hist-yr{font-family:var(--font-head);font-size:1.3rem;color:var(--sage-d);margin-bottom:.6rem}.hist-txt{color:var(--grey);font-size:.92rem;line-height:1.7}.cultivons{background:var(--white)}.cult-header{margin-bottom:2.5rem}.cult-titre{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.4rem}.cult-sous{color:var(--grey)}.cult-grille{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.cult-card{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s;background:var(--white)}.cult-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.cult-img{width:100%;aspect-ratio:1/1;object-fit:cover}.cult-body{padding:1.1rem 1.2rem}.cult-nom{font-family:var(--font-head);font-size:1.1rem;color:var(--ink);margin-bottom:.2rem}.cult-periode{font-size:.82rem;color:var(--sage-d);font-weight:700}.jus{background:var(--sage-l)}.jus-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.2rem;margin-bottom:2.2rem}.jus-titre{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.2rem);margin:.3rem 0 .4rem}.jus-sous{color:var(--grey)}.jus-lien{text-decoration:none;color:var(--sage-d);font-weight:700;font-size:.92rem;white-space:nowrap}.jus-lien:hover{text-decoration:underline}.jus-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(229px,1fr));gap:1.6rem}.jus-card{background:var(--white);border:1px solid var(--sand);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;display:block}.jus-img{width:100%;aspect-ratio:10/9;object-fit:cover;background:var(--sand);display:flex;align-items:center;justify-content:center;font-size:3rem}.jus-body{padding:.8rem 1.2rem 1rem}.jus-nom{font-family:var(--font-head);font-size:1.15rem;color:var(--ink);margin-bottom:3px}.jus-prix{font-size:1rem;color:var(--peach-d);font-weight:700}.catalogue{background:var(--white)}.cat-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1.2rem;margin-bottom:2.4rem}.cat-titre{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.4rem}.cat-sous{color:var(--grey)}.cat-lien{text-decoration:none;color:var(--sage-d);font-weight:700;font-size:.92rem;white-space:nowrap}.cat-lien:hover{text-decoration:underline}.cat-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(229px,1fr));gap:1.6rem}.cat-card{background:var(--white);border:1px solid var(--sand);border-radius:var(--radius);overflow:hidden;display:block;position:relative}.cat-card-link{text-decoration:none;color:inherit;display:block}.cat-img{width:100%;aspect-ratio:5/6;object-fit:cover;background:var(--sand)}.cat-body{padding:1.2rem 1.3rem}.cat-saison{display:inline-block;background:var(--sage-l);color:var(--sage-d);font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:999px;margin-bottom:.6rem}.cat-nom{font-family:var(--font-head);font-size:1.2rem;color:var(--ink);margin-bottom:3px}.cat-prix{font-size:1rem;color:var(--peach-d);font-weight:700}.cat-card-actions{padding:0 1.3rem 1.2rem}.quick-add{width:100%;background:var(--sage-d);color:var(--white);border:none;padding:10px;border-radius:var(--radius-sm);font-weight:700;font-size:.85rem;transition:background .2s}.quick-add:hover{background:var(--sage)}.quick-add:disabled{opacity:.6;cursor:default}.avis{background:var(--cream);text-align:center}.avis-header{margin-bottom:2.6rem}.avis-titre{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.4rem);margin-top:.3rem}.avis-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}.avis-card{background:var(--white);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow)}.avis-stars{color:var(--peach);letter-spacing:2px;margin-bottom:.8rem}.avis-texte{color:var(--ink);line-height:1.7;margin-bottom:1rem;font-style:italic}.avis-auteur{font-weight:700;color:var(--sage-d);font-size:.9rem}.avis-note{margin-top:2rem;font-size:.78rem;color:var(--grey-l)}.cc{background:var(--sage-l)}.cc-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:start;margin-bottom:2rem}.cc-titre{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.8rem}.cc-desc{color:var(--grey);line-height:1.8;margin-bottom:2rem}.etapes{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.8rem}.etape{display:flex;gap:1rem;align-items:flex-start}.etape-n{font-family:var(--font-head);font-size:1.1rem;color:var(--white);background:var(--sage-d);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.etape-t{font-weight:700;color:var(--ink)}.etape-s{font-size:.85rem;color:var(--grey)}.cc-map{border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow)}.form{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.form h3{font-family:var(--font-head);font-size:1.3rem;margin-bottom:1.4rem}.fg{margin-bottom:1.1rem}.fg label{display:block;font-size:.85rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.fg input,.fg select{width:100%;padding:11px 14px;border:1.5px solid var(--sand);border-radius:var(--radius-sm);font-size:.92rem;background:var(--cream);color:var(--ink)}.fg input:focus,.fg select:focus{outline:none;border-color:var(--peach)}.cc-tabs{display:flex;flex-direction:column;gap:.8rem}.cc-tab-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.cc-tab-radio{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.cc-tab{display:block;text-align:center;padding:10px;border:1.5px solid var(--sand);border-radius:var(--radius-sm);background:var(--white);font-size:.85rem;font-weight:700;color:var(--ink);cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.cc-tab:hover{border-color:var(--peach)}.cc-tab-radio:checked+.cc-tab{background:var(--sage-d);border-color:var(--sage-d);color:var(--white)}.cc-panel{display:none}#periode-matin:checked~.cc-panel-matin{display:block}#periode-aprem:checked~.cc-panel-aprem{display:block}.cc-slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.cc-slot-radio{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.cc-slot{display:block;text-align:center;padding:9px;border:1.5px solid var(--sand);border-radius:var(--radius-sm);background:var(--white);font-size:.82rem;font-weight:600;color:var(--ink);cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.cc-slot:hover{border-color:var(--peach)}.cc-slot-radio:checked+.cc-slot{background:var(--peach);border-color:var(--peach);color:var(--white)}.cc-slot-radio:focus-visible+.cc-slot{outline:2px solid var(--peach-d);outline-offset:2px}.cc-slot-off{opacity:.35;text-decoration:line-through;cursor:not-allowed;pointer-events:none}.cc-note{margin-top:.8rem;font-size:.78rem;color:var(--grey);text-align:center}.btn-ok{width:100%;background:var(--sage-d);color:var(--white);border:none;padding:14px;border-radius:var(--radius-sm);font-weight:700;font-size:.95rem;margin-top:.6rem;transition:background .2s}.btn-ok:hover{background:var(--sage)}.panier-section{background:var(--white);max-width:900px;margin:0 auto}.panier-titre{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:2rem}.panier-vide{color:var(--grey);font-style:italic;margin-bottom:1.5rem}.panier-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.panier-item{display:flex;align-items:center;gap:1.2rem;background:var(--cream);border:1px solid var(--sand);border-radius:var(--radius);padding:1rem}.panier-img{width:84px;height:84px;border-radius:var(--radius-sm);object-fit:cover;background:var(--sand);flex-shrink:0}.panier-img-placeholder{display:flex;align-items:center;justify-content:center;font-size:1.8rem}.panier-info{flex:1;min-width:0}.panier-nom{font-family:var(--font-head);font-size:1.05rem;color:var(--ink)}.panier-variante{font-size:.8rem;color:var(--grey)}.panier-prix{font-size:.88rem;color:var(--peach-d);font-weight:700;margin:2px 0 6px}.panier-qty{display:flex;align-items:center;gap:8px}.panier-qty label{font-size:.78rem;color:var(--grey)}.panier-qty input{width:60px;padding:6px 8px;border:1.5px solid var(--sand);border-radius:var(--radius-sm);background:var(--white);font-size:.88rem;color:var(--ink)}.panier-ligne-total{font-family:var(--font-head);font-weight:700;color:var(--ink);font-size:1rem;white-space:nowrap}.panier-total-row{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 0;border-top:2px solid var(--ink);font-family:var(--font-head);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.btn-panier-primary{display:inline-block;background:var(--sage-d);color:var(--white)!important;padding:14px 28px;border-radius:var(--radius-sm);font-weight:700;text-decoration:none;text-align:center;transition:background .2s;border:none;cursor:pointer;font-size:.95rem}.btn-panier-primary:hover{background:var(--sage)}.btn-panier-secondary{display:inline-block;background:var(--white);color:var(--ink);border:1.5px solid var(--sand);padding:12px 24px;border-radius:var(--radius-sm);font-weight:700;cursor:pointer;font-size:.9rem}.btn-panier-secondary:hover{border-color:var(--peach)}.panier-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.panier-continuer{color:var(--sage-d);text-decoration:none;font-weight:700;font-size:.9rem}.panier-continuer:hover{text-decoration:underline}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;align-items:start}.product-main-img{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1/1;object-fit:cover;background:var(--sand)}.product-main-img-placeholder{display:flex;align-items:center;justify-content:center;font-size:4rem}.product-season{display:inline-block;background:var(--sage-l);color:var(--sage-d);font-size:.78rem;font-weight:700;padding:4px 12px;border-radius:999px;margin-bottom:.8rem}.product-title{font-family:var(--font-head);font-size:clamp(1.8rem,3vw,2.4rem);color:var(--ink);margin-bottom:.6rem}.product-price{font-family:var(--font-head);font-size:1.4rem;color:var(--peach-d);font-weight:700;margin-bottom:1.4rem}.product-desc{color:var(--grey);line-height:1.8;margin-bottom:1.6rem}.product-uses{margin-bottom:1.6rem}.product-uses h4{font-family:var(--font-head);font-size:.95rem;margin-bottom:.6rem}.product-uses-tags{display:flex;flex-wrap:wrap;gap:.5rem}.use-tag{background:var(--sand);color:var(--ink);font-size:.78rem;font-weight:600;padding:5px 12px;border-radius:999px}.product-form{background:var(--cream);border:1px solid var(--sand);border-radius:var(--radius);padding:1.4rem;margin-bottom:1.2rem}.product-form label{display:block;font-size:.85rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.product-form input[type=number]{width:100px;padding:10px 12px;border:1.5px solid var(--sand);border-radius:var(--radius-sm);background:var(--white);font-size:.92rem;margin-bottom:1rem;display:block}.btn-add-to-cart{width:100%;background:var(--sage-d);color:var(--white);border:none;padding:14px;border-radius:var(--radius-sm);font-weight:700;font-size:.95rem;transition:background .2s}.btn-add-to-cart:hover{background:var(--sage)}.back-link{color:var(--sage-d);text-decoration:none;font-weight:700;font-size:.9rem}.back-link:hover{text-decoration:underline}footer{background:var(--ink);color:#fdf9f2bf;padding:3rem 5% 1.5rem}.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(253,249,242,.12);margin-bottom:1.2rem}.fl{font-family:var(--font-head);font-size:1.3rem;color:var(--white);margin-bottom:.6rem}.fl span{color:var(--peach)}.fd{font-size:.86rem;line-height:1.7;max-width:320px}.fc h4{font-family:var(--font-head);font-size:.98rem;color:var(--white);margin-bottom:.7rem}.fc p{font-size:.85rem;line-height:1.7}.fb{text-align:center;font-size:.78rem;color:var(--grey-l)}@media(max-width:900px){.hist-grille,.cult-grille{grid-template-columns:repeat(2,1fr)}.avis-grille,.cc-wrap{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:1.6rem}.actus-slide{grid-template-columns:1fr;padding:1.6rem}.product-page{grid-template-columns:1fr}}@media(max-width:640px){.nav-items li:not(:last-child){display:none}.contact-bar{flex-direction:column;gap:.6rem}.hist-grille,.cult-grille,.cc-slot-grid{grid-template-columns:repeat(2,1fr)}.panier-item{flex-wrap:wrap}section{padding:50px 5%}.logo-img{height:42px}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/charrin.css.map */
