:root{--black: #000000;--beige: #f8e6d8;--title-font: ;--content-font: }*{margin:0;padding:0;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@font-face{font-family:Hey August;src:url(/font/HeyAugust.woff2) format("woff2"),url(/font/HeyAugust.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}a{text-decoration:none;color:var(--black)}ul{list-style:none;padding:0;margin:0}h1{margin-bottom:1rem}.app{min-height:100vh;display:flex;flex-direction:column}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#000;color:#fff;padding:1rem 1.5rem}.cookie-banner__content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cookie-banner__content p{font-size:.9rem;line-height:1.4;margin:0}.cookie-banner__link{color:#fff;text-decoration:underline}.cookie-banner__actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-banner__btn{padding:.5rem 1.2rem;border-radius:4px;border:none;cursor:pointer;font-weight:600;font-size:.85rem;transition:opacity .2s}.cookie-banner__btn:hover{opacity:.85}.cookie-banner__btn--accept{background:#fff;color:#000}.cookie-banner__btn--refuse{background:transparent;color:#fff;border:1px solid #fff}@media(max-width:768px){.cookie-banner{bottom:65px}.cookie-banner__content{flex-direction:column;text-align:center;gap:1rem}.cookie-banner__actions{width:100%;justify-content:center}}.push-notification-prompt{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#ff6b35;color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 4px 16px #0003;z-index:9999;max-width:90%;width:400px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.push-notification-content{display:flex;flex-direction:column;gap:12px;align-items:center}.push-notification-icon{font-size:32px}.push-notification-text{font-size:16px;font-weight:500;text-align:center}.push-notification-actions{display:flex;gap:12px;width:100%}.push-notification-btn{flex:1;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.push-notification-btn:disabled{opacity:.6;cursor:not-allowed}.push-notification-btn-accept{background:#fff;color:#ff6b35}.push-notification-btn-accept:hover:not(:disabled){background:#f5f5f5;transform:translateY(-2px);box-shadow:0 2px 8px #00000026}.push-notification-btn-dismiss{background:transparent;color:#fff;border:2px solid white}.push-notification-btn-dismiss:hover:not(:disabled){background:#ffffff1a;transform:translateY(-2px)}@media(max-width:480px){.push-notification-prompt{bottom:10px;width:calc(100% - 40px);padding:14px 20px}.push-notification-text{font-size:14px}.push-notification-btn{padding:8px 16px;font-size:13px}}.wrapper{background-color:var(--beige)}.bg{display:flex;height:4rem;width:82%;margin:0 auto;align-items:center}.breadcrumb{color:#000;background-color:var(--beige);display:inline-block}.breadcrumb a{color:#000;text-decoration:none;margin:0 4px;transition:opacity .2s}.breadcrumb a:hover{opacity:.7}.breadcrumb span{margin:0 4px}.breadcrumb .active{font-weight:700;margin:0 4px}.breadcrumb-line{width:100%;height:1px;background-color:#fff;margin-top:6px}.footer__links__black{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,3rem);list-style:none;padding:10px;margin:0;background-color:#000}.footer__links__black .footer__link{color:#fff}.footer__links__black .footer__item{color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:sans-serif}.footer__links__white{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,3rem);list-style:none;padding:2.5rem;background-color:#fff}.footer__links__white .footer__link{color:#000}.footer__links__white .footer__item{color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:sans-serif}.footer__paiement-img{height:30px}.footer__link--ig{display:flex;align-items:center;gap:8px}.footer__ig-icon{width:24px;height:24px}@media screen and (min-width:1024px){.footer__black{display:flex;justify-content:center;align-items:center}.footer__links__black{display:flex;justify-content:space-between;background-color:#fff;height:6rem;width:82%}.footer__links__black .footer__link{color:#000;font-weight:500;position:relative;text-decoration:none}.footer__links__black .footer__link:after{content:"";position:absolute;left:50%;bottom:-4px;width:0;height:1px;background:#000;transition:all .3s ease-in-out}.footer__links__black .footer__link:hover:after{width:100%;left:0}.footer__white{display:flex;justify-content:center;align-items:center;background-color:#000}.footer__links__white{display:flex;justify-content:space-around;background-color:#000;width:82%}.footer__links__white .footer__link{color:#fff;font-weight:500;position:relative;text-decoration:none}.footer__links__white .footer__link:after{content:"";position:absolute;left:50%;bottom:-4px;width:0;height:1px;background:#fff;transition:all .3s ease-in-out}.footer__links__white .footer__link:hover:after{width:100%;left:0}}.login__main{display:flex;justify-content:center;background:var(--beige);height:80vh}.login__content{width:100%;max-width:480px;padding:2.5rem;background:var(--beige);border-radius:12px;text-align:center}.login__content h1{margin-bottom:.5rem;font-size:1.8rem;font-family:owners,sans-serif;font-weight:900;font-style:normal}.login__content p{margin-bottom:1.5rem}.login__form{display:flex;flex-direction:column;gap:1rem}.login__form input{padding:.9rem 1rem;font-size:1rem;border:1px solid black;outline:none;transition:border-color .2s,box-shadow .2s}.login__form input:focus{box-shadow:0 0 0 2px #ff980026}.login__form button[type=submit]{margin-top:.5rem;padding:.9rem;font-size:1rem;font-weight:600;color:#fff;background:#000;border:none;cursor:pointer;transition:background .2s,transform .1s}.login__form button:active{transform:scale(.98)}.login__form button:disabled{opacity:.6;cursor:not-allowed}.login__error{color:#e53935;font-size:.9rem}.login__warning{text-align:start;font-size:.9rem}.login__switch{font-size:.95rem;margin-top:1rem}.login__switch button{margin-left:.4rem;background:none;border:none;text-decoration:underline;font-weight:600;cursor:pointer}.login__switch button:hover{text-decoration:underline}@media(max-width:480px){.login__content{padding:2rem 1.5rem}}.login__success{color:#28a745;font-size:.9rem;background:#d4edda;padding:.8rem;border-radius:5px}.login__forgot{margin-top:.5rem;background:none;border:none;color:#666;font-size:.9rem;cursor:pointer;text-decoration:underline}.login__forgot:hover{color:#333}.login__nav{margin-top:1rem}html,body{overflow-x:hidden}.nav{background-color:#000}.nav-bar{display:flex;justify-content:center;height:96px}.nav-bar-menu{width:100%;max-width:1200px;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.nav-bar-links{display:flex;align-items:center;flex-shrink:0}.nav-bar-links img[alt="Logo Mr Croques"]{height:50px;width:auto;object-fit:contain}.link-text{color:#fff;font-family:owners,sans-serif;font-size:1rem;letter-spacing:1px}.underline{position:relative;text-decoration:none}.underline:after{content:"";position:absolute;left:50%;bottom:-4px;width:0;height:1px;background:#fff;transition:all .3s ease}.underline:hover:after{width:100%;left:0}.nav-bar-menu-icon{display:flex;gap:.4rem;flex-shrink:0}.nav-bar-menu-icon img{width:60px}.nav-burger-wrapper{display:inline-flex}.burger{width:40px;height:32px;display:flex;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:none;cursor:pointer}.burger span{width:22px;height:2px;background-color:#fff;transition:transform .2s ease,opacity .2s ease}.burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.drawer{position:absolute;inset:10% 40% 55% 0;transform:translate(-100%);transition:transform .22s ease;background:#000000e7;padding:2rem 1rem;z-index:55}.drawer.is-open{transform:translate(0)}.drawer__list{list-style:none;padding:0;margin:0}.drawer__link{display:block;padding:.75rem 0;color:#fff}@media(max-width:1023px){.hide-mobile{display:none}.nav-bar-menu-icon img{width:60px}}@media(min-width:1024px){.hide-desktop,.drawer{display:none}}.main{min-height:200vh;display:flex;justify-content:center;color:#fff}.opening__hours__text{display:flex;justify-content:center;font-size:.9rem;cursor:default;font-family:owners,sans-serif;font-weight:100;font-style:normal;color:#fff}.closed{height:10px;width:10px;background:red;border-radius:50%;margin-right:3px;margin-top:3px}.opened{height:10px;width:10px;background:#08cf08;border-radius:50%;margin-right:7px;margin-top:2px;box-shadow:0 0 #08cf0866;animation:shadowPulse 1.5s infinite}@keyframes shadowPulse{0%{box-shadow:0 0 #08cf08b3}70%{box-shadow:0 0 0 7px #08cf0800}to{box-shadow:0 0 #08cf0800}}@media(max-width:1024px){.opening__hours__text{color:#000;padding:.8rem;letter-spacing:1px;font-weight:200}}.classiccroques__main{background-color:var(--beige);display:flex;justify-content:center}.classiccroques__content{width:88%}.classiccroques__content h1{display:flex;justify-content:center;margin-bottom:2rem}.info-message{text-align:center;margin:0 auto 1.5rem}.info-message p{margin:0;font-size:.85rem;font-style:italic;color:#666}.classiccroques__list{margin-bottom:3rem;gap:2rem;display:flex;justify-content:center;flex-wrap:wrap}.classiccroques__card{list-style:none}.classiccroques__card--content{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;padding:15px;min-height:300px;width:250px;box-shadow:0 2px 8px #0000001a}.classiccroques__card--content img{width:100%;height:auto;margin-bottom:5px}.classiccroques__card--content h2{font-size:24px;font-weight:700;min-height:40px;display:flex;align-items:flex-start}.classiccroques__card--content p{font-size:14px;color:#333;line-height:1.4;margin:0 0 15px;min-height:45px;flex-grow:1}.classiccroques__card--content h3{font-size:20px;font-weight:700;margin:auto 0 15px}.classiccroques__card--content--button button{display:inline-block;background-color:#000;color:#fff;border:none;padding:10px 12px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s;transform:translate(-30px)}.classiccroques__card--content--button button:hover{background-color:#333}.classiccroques__card--content--button button.disabled{cursor:not-allowed;background-color:#ccc;color:#666}.compose__main{background-color:var(--beige);display:flex;flex-direction:column;justify-content:center;padding-top:4rem}.compose__content{width:100%;background:#000;display:flex;justify-content:center}.compose__section{width:82%}.compose__header{display:inline-block;color:#fff;transform:translateY(-20px)}.compose__header h1{display:inline-block;margin:0;padding:.2rem 1.8rem;background:#fff;color:#000;border:solid 2px black;transform:rotate(-4deg)}.compose__header p{transform:translateY(8px)}.compose__bread{display:flex;flex-direction:row;flex-wrap:wrap;margin:2rem 0 3rem;gap:1rem;justify-content:center}.compose__cards img{width:7rem}.compose__display{background-color:red}.compose__display__none{display:none}.compose__cards{position:relative;background-color:#fff;display:flex;flex-direction:column;justify-content:space-around;align-items:center;text-align:center;height:12rem;width:10rem;border-radius:10px;cursor:pointer}.compose__cards.selected{border:solid 1px black;border-color:#000}.compose__cards:has(input:disabled){opacity:.5;cursor:not-allowed}.compose__supplement{position:absolute;top:.5rem;right:.5rem;color:#000;padding:.3rem .6rem;border-radius:6px;font-size:.9rem;font-weight:600;z-index:1}.compose__cards input[type=radio],.compose__cards input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;cursor:pointer}.btn-ajouter-panier{display:block;align-self:center;background-color:#fff;width:20%;color:#000;border:solid 1px black;padding:15px 30px;font-size:18px;margin-bottom:2rem;cursor:pointer;transition:all .3s}.btn-ajouter-panier:hover{background-color:#000;color:#fff}.btn-ajouter-panier:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.finder__main{justify-content:center;align-items:center;width:82%;margin-bottom:2rem}.finder__bg{display:flex;justify-content:center;align-items:center}.finder__main h2{font-weight:400;font-size:1rem;margin-bottom:1.5rem}.finder__main h1{margin-bottom:5px}.finder__button{background-color:#000;color:#fff;padding:.5rem .8rem;transition:all .2s ease}.finder__button:hover{box-shadow:0 4px 10px #0003}.finderconnected__bg{display:flex;justify-content:center}.finderconnected__main h2{font-weight:400;font-size:1rem;margin-bottom:1rem}.finderconnected__main{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:1rem}.how__it__works__background{background-color:var(--beige);margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.how__it__works__main img{height:160px;transform:translateY(40px)}.how__it__works__main h1{padding-top:1rem}.how__it__works__main{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:1rem;width:82%}@media(max-width:1024px){.how__it__works__main{flex-direction:column;align-items:center}.how__it__works__main img{width:100%;height:100%;margin-top:2rem;transform:translateY(0)}}.landing__bg{width:100%;height:350px;background-image:var(--bg-desktop);background-size:cover;background-position:center;justify-content:center;display:flex}@media(max-width:1024px){.landing__bg{background-image:var(--bg-mobile)}}.catch__line{display:flex;align-items:center;width:82%;font-size:3rem;font-family:owners,sans-serif;font-weight:900;font-style:normal}.orderbtn__bg{background:var(--beige);height:150px;display:flex;justify-content:center;align-items:center}.orderbtn{padding:1rem 4rem;background-color:#fff;border:solid 2px black;font-weight:800;transition:all .2s ease}.orderbtn:hover{box-shadow:0 4px 10px #0003}.footbar{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:flex-end;justify-content:space-around;height:65px;background:#fff;padding-bottom:6px}.footbar__link{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#222;flex:1}.footbar__label{font-size:.7rem;font-weight:600}.footbar__icon{width:60px;height:60px;transform:translateY(10px)}.footbar__link--center{position:relative;align-items:center}.footbar__bubble{width:120px;height:70px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;position:absolute;bottom:15px}.footbar__icon--center{width:100px;height:100px}@media(max-width:1024px){.hide-mobile{display:none}}.trending__main{background:#000;color:#fff;padding:2rem}.trending__main h1{display:flex;justify-content:center;padding:3rem;font-size:3rem}.trending__carrousel{display:flex;flex-direction:row;justify-content:center;gap:3rem}.pivot1{transition:all .2s ease}.pivot2{transition:all .2s ease;transform:rotate(2deg)}.pivot3{transition:all .2s ease}.pivot1:hover,.pivot2:hover,.pivot3:hover{transform:scale(1.02)}@media(max-width:1024px){.trending__carrousel img{width:100%}.trending__carrousel{gap:1rem}}.legal-page{min-height:100vh;background:var(--beige);padding:2rem 1rem}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.legal-container h1{font-size:2.5rem;margin-bottom:2rem;color:#333;border-bottom:3px solid #000;padding-bottom:1rem}.legal-container h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:#444}.legal-container section{margin-bottom:2rem}.legal-container p{line-height:1.8;color:#666;margin-bottom:1rem}.legal-container ul,.legal-container ol{margin-left:2rem;line-height:1.8;color:#666}.legal-container li{margin-bottom:.5rem}.legal-container strong{color:#333;font-weight:600}@media(max-width:768px){.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.25rem}}.orderbtnskinny__bg{background:var(--beige);height:150px;display:flex;justify-content:flex-start;align-items:center}.orderbtnskinny{padding:.6rem 2.5rem;background-color:#fff;border:solid 2px black;font-weight:800;transition:all .2s ease}.orderbtnskinny:hover{box-shadow:0 4px 10px #0003}.section__width{display:flex;justify-content:center;background-color:var(--beige)}.section__main{display:flex;flex-direction:row;width:82%}.title{font-family:owners,sans-serif;font-weight:900;font-style:normal;font-size:50px;margin-top:3rem}.text2{margin-top:2rem;margin-bottom:.6rem}.map__img{height:550px;margin-left:3rem}.city{font-weight:400}@media(max-width:1024px){.section__main{flex-direction:column;align-items:center}.title{font-size:5.5vw}.city{font-size:3vw}.map__img{height:250px;margin-left:0rem}.orderbtnskinny__bg{justify-content:center}}.planning__main{display:flex;justify-content:center;background-color:#000}.planning__container{color:#fff;display:flex;justify-content:space-between;flex-direction:row;width:82%}.planning__city{margin:1.5rem 0}.planning__day{background-color:#fff;color:#000;padding:.5rem 1rem;margin-right:1rem}.planning__text{margin:2rem 0}.planning__warning{background-color:#000;color:#fff;display:flex;justify-content:center;padding-bottom:1rem;padding-top:1.5rem}@media(max-width:1024px){.planning__container{flex-direction:column}.planning__mobile{display:flex;flex-direction:row;align-items:center}.planning__mobile span{display:inline-flex}.planning__city{margin:1.5rem 0 0rem}}.getmyorder__main{background:var(--beige)}.getmyorder__content{display:flex;width:82%;margin:0 auto;flex-direction:column}.getmyorder__list{gap:1rem;list-style:none;padding:0;width:100%}.getmyorder__order{background:#fff;margin-bottom:1rem;padding:1rem;width:100%;box-sizing:border-box}.getmyorder__header{display:flex;justify-content:space-between;align-items:flex-start}.getmyorder__info{display:flex;flex-direction:column;gap:2px}.getmyorder__date{font-size:1rem;font-weight:700;margin:0}.getmyorder__total{font-size:.9rem;color:#333;margin:0}.getmyorder__toggle{background:none;border:none;font-size:.9rem;cursor:pointer;padding:5px}.getmyorder__detail{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.getmyorder__detail--open{grid-template-rows:1fr}.getmyorder__detail-inner{overflow:hidden}.getmyorder__products{list-style:none;padding:0;margin:0 0 15px}.getmyorder__product{font-size:.9rem;margin:3px 0}.getmyorder__description{color:#666}.getmyorder__receipt{background:#1a1a1a;color:#fff;border:none;padding:10px 20px;font-size:.85rem;cursor:pointer}.getmyorder__receipt:hover{background:#333}.ordermenu__main{background-color:var(--beige);display:flex;justify-content:center;padding-top:4rem}.ordermenu__content{width:80%}.ordermenu__card{border-radius:40px;width:20vw;height:fit-content}.ordermenu__wrap{flex:1 0 33.33%;box-sizing:border-box;text-align:center;margin-top:2rem}.ordermenu__list{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:0px;grid-row-gap:2rem;justify-items:center}.ordermenu__grid1{grid-area:1 / 1 / 2 / 2}.ordermenu__grid2{grid-area:1 / 2 / 2 / 3}.ordermenu__grid3{grid-area:1 / 3 / 2 / 4}.ordermenu__grid4{grid-area:2 / 1 / 3 / 2}.ordermenu__grid5{grid-area:2 / 2 / 3 / 3}.ordermenu__grid6{grid-area:2 / 3 / 3 / 4}@media(max-width:1024px){.hide-mobile{display:none}.ordermenu__main{padding-top:1rem;padding-bottom:4rem}.ordermenu__list{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(3,auto);gap:2rem;justify-content:center;justify-items:stretch;align-items:start;list-style:none;padding:0;margin:0}.ordermenu__grid1{grid-area:1 / 1 / 2 / 4}.ordermenu__grid2{grid-area:1 / 4 / 2 / 7}.ordermenu__grid3{grid-area:2 / 1 / 3 / 7}.ordermenu__grid4{grid-area:3 / 1 / 4 / 3}.ordermenu__grid5{grid-area:3 / 3 / 4 / 5}.ordermenu__grid6{grid-area:3 / 5 / 4 / 7}.ordermenu__list>li{width:100%;border-radius:10px;overflow:hidden}.ordermenu__grid1,.ordermenu__grid2{aspect-ratio:3 / 4}.ordermenu__grid3{aspect-ratio:16 / 5}.ordermenu__grid4,.ordermenu__grid5,.ordermenu__grid6{aspect-ratio:1 / 1}.ordermenu__list picture{width:100%;height:100%;display:block}.ordermenu__list img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}}@media(min-width:1025px){.hide-desktop{display:none}}.ordermenu__card-button{display:block;width:100%;height:100%;padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:inherit}.ordermenu__card-button:focus{outline:2px solid #333;outline-offset:2px}.location-modal__overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:center;padding:1rem}.location-modal__overlay-close{position:absolute;inset:0;background:transparent;border:none;cursor:pointer;z-index:1}.location-modal__content{position:relative;z-index:2;background:#fff;padding:2rem;max-width:400px;width:100%;max-height:85vh;overflow-y:auto}.location-modal__close-x{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;cursor:pointer;line-height:1;padding:.25rem}.location-modal__close-x:hover{color:#333}.location-modal__title{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#000}.location-modal__subtitle{margin:0 0 1.5rem;font-size:.95rem;color:#e07850;line-height:1.4}.location-modal__list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.location-modal__city{margin:0 0 .5rem;font-family:Hey August,cursive;font-size:1.5rem;font-weight:400;color:#000}.location-modal__row{display:flex;align-items:flex-start;gap:.75rem}.location-modal__days{display:flex;flex-wrap:wrap;gap:.4rem}.location-modal__day{background:#000;color:#fff;padding:.3rem .6rem;font-size:.75rem;font-weight:600;text-transform:uppercase}.location-modal__info{display:flex;flex-direction:column;gap:.1rem}.location-modal__hours{font-size:.9rem}.location-modal__address{font-size:.85rem}.location-modal__warning{margin:1.5rem 0;font-size:.85rem;color:#e07850;line-height:1.4;font-style:italic}.location-modal__warning strong{font-style:normal}.location-modal__button{display:block;margin:0 auto;padding:.5rem 1rem;background:#fff;color:#000;border:solid 1px black;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.location-modal__button:hover{background:#000;color:#fff}.location-modal__loading,.location-modal__empty{text-align:center;color:#666;padding:2rem 0}@media(max-width:480px){.location-modal__content{padding:1.5rem;border-radius:16px}.location-modal__title{font-size:1.5rem}.location-modal__city{font-size:1.3rem}.location-modal__row{flex-direction:column;gap:.5rem}}.shoppingcart__main{background-color:var(--beige);min-height:100vh;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;padding:2rem 1rem}.shoppingcart__content{display:block;background:#fff;border:solid 1px black;width:55%;max-width:1200px;margin:1rem 0;padding:1rem}.shoppingcart__content h1{display:inline-block;color:#fff;padding:.4rem 1.5rem;font-family:owners,sans-serif;font-weight:900;font-style:normal;background:#000;font-size:1.7rem;transform:translate(-40px)}.shoppingcart__collumn button{all:unset;font-family:Hey August,cursive;font-weight:500;margin-top:5px;border:solid 1px black;font-size:13px;padding:1px 5px;border-radius:50%}.shoppingcart__collumn h2{font-family:Hey August,cursive;font-weight:100}.shoppingcart__collumn p{margin-top:3px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.8rem}.shoppingcart__collumn button:hover{background:#000;color:#fff;cursor:pointer;transition:all .2s ease}.shoppingcart__img{display:flex;justify-content:center;align-items:center}.shoppingcart__items{display:grid;grid-template-columns:100px 1fr 120px 140px;align-items:center;gap:1rem;margin-bottom:1.5rem;width:100%;justify-content:space-between}.shoppingcart__row{display:flex;align-items:center}.shoppingcart__row button:focus-visible{outline:2px solid black;outline-offset:2px}.shoppingcart__collumn button:focus-visible{outline:2px solid black;outline-offset:2px}.shoppingcart__quantity{font-family:Hey August,cursive;font-weight:500;display:flex;justify-content:space-between;gap:8px;border:solid 1px black;padding:2px 10px}.shoppingcart__row button{all:unset;cursor:pointer}.error-message{background-color:#fee;border:1px solid #f00;border-radius:8px;padding:1rem;margin:1rem 0;color:#c00}.success-message{background-color:#efe;border:1px solid #0f0;border-radius:8px;padding:1rem;margin:1rem 0;color:#060}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.modal-content h2{margin-top:0;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:700;margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007bff}.form-group small{display:block;margin-top:.25rem;color:#666;font-size:.85rem}.total-recap{background:#f8f9fa;padding:1rem;border-radius:6px;text-align:center;margin:1.5rem 0;font-size:1.2rem}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.modal-actions button{flex:1;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.shoppingcart__promo{width:55%;max-width:1200px}.error-message{background-color:#fee;border:1px solid #f00;border-radius:6px;padding:1rem;margin:1rem 0;color:#c00;text-align:center}@media(max-width:1024px){.shoppingcart__content,.shoppingcart__promo{width:95%}.cart-footer{width:95%;grid-template-columns:1fr}}@media(max-width:768px){.shoppingcart__content h1{font-size:1.4rem;transform:translate(-20px)}.shoppingcart__items{grid-template-columns:80px 1fr 100px 70px;gap:.5rem}.shoppingcart__img img{width:80px!important}.shoppingcart__collumn h2{font-size:1rem}.shoppingcart__collumn p{font-size:.75rem}.cart-footer{padding:1rem}}@media(max-width:480px){.shoppingcart__items{grid-template-columns:1fr;text-align:center}.shoppingcart__img,.shoppingcart__row{justify-content:center}.shoppingcart__price{text-align:center}}.order-success__main{display:flex;justify-content:center;background:var(--beige)}.order-success{background-color:var(--beige);min-height:80vh;display:flex;flex-direction:column;align-items:center}.order-success__title{font-size:2rem;font-weight:700;color:#000;margin:3rem 0 2rem;text-align:center}.order-success__icon{margin-bottom:2rem}.order-success__icon img{width:80px;height:auto}.order-success__message,.order-success__details{background-color:#000;color:#fff;width:100%;padding:2rem clamp(1rem,5vw,5rem)}.order-success__message p{font-style:italic;line-height:1.6;max-width:500px;margin-bottom:1rem}.order-success__message p:last-child{margin-bottom:0}.order-success__message strong{font-style:normal}.order-success__details{background:none}.order-success__details p{color:#000}.cart-checkout{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;width:100%}.cart-checkout__title{font-family:owners,sans-serif;font-weight:900;font-size:1.8rem;margin-bottom:.5rem;text-align:center}.cart-checkout__subtitle{font-family:owners,sans-serif;font-style:italic;font-size:1rem;color:#000;text-align:center;max-width:600px;margin-bottom:2rem}.cart-checkout__select-wrapper{width:100%;max-width:630px;margin-bottom:1.5rem}.cart-checkout__select-wrapper select{width:100%;padding:1rem 2rem;font-family:owners,sans-serif;font-size:1.2rem;text-align:center;border:2px solid #000;background:#fff;appearance:none;cursor:pointer}.cart-checkout__form{width:100%;max-width:630px;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-checkout__row{display:flex;gap:1rem}.cart-checkout__row input{flex:1}.cart-checkout__form input{padding:1rem;font-family:owners,sans-serif;font-size:1rem;border:2px solid #000;background:#fff}.cart-checkout__form input::placeholder{color:#888}.cart-checkout__total{background-color:#fff;border:solid 2px black;width:100%;max-width:630px;padding:.6rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;position:relative}.cart-checkout__total-label{font-family:owners,sans-serif;font-weight:900;font-size:1.5rem;color:#000}.cart-checkout__total-prices{display:flex;align-items:baseline;gap:.8rem}.cart-checkout__price-old{font-family:owners,sans-serif;font-weight:700;font-size:1.3rem;color:#414141;text-decoration:line-through}.cart-checkout__price-new{font-family:owners,sans-serif;font-weight:700;font-size:1.8rem;color:#000}.cart-checkout__discount-label{font-family:owners,sans-serif;font-size:.9rem;color:#5e5e5e;position:absolute;bottom:.3rem;right:2rem}.cart-checkout__btn{background-color:#000;color:#fff;font-family:owners,sans-serif;font-weight:500;font-size:1.3rem;padding:1rem 3rem;border:none;cursor:pointer;margin-top:2rem;margin-bottom:3rem;transition:opacity .2s;width:100%;max-width:630px}.cart-checkout__btn:hover{opacity:.85}.cart-checkout__btn:disabled{background-color:#ccc;cursor:not-allowed}@media(max-width:768px){.cart-checkout__title{font-size:1.4rem}.cart-checkout__subtitle{font-size:.9rem;padding:0 1rem}.cart-checkout__total{flex-direction:column;gap:.5rem;padding:1rem}.cart-checkout__discount-label{position:static;margin-top:.3rem}.cart-checkout__btn{width:90%;max-width:300px}.cart-checkout__row{flex-direction:column}}.shoppingcart__price{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.4rem;flex-wrap:wrap}.shoppingcart__price h5{margin:0;font-size:1rem}.shoppingcart__price-original{font-size:.85rem;color:#999;text-decoration:line-through}.shoppingcart__price-discounted{color:#000;font-weight:700;font-size:1rem;margin:0}.shoppingcart__discount-badge{background-color:#000;color:#fff;font-size:.65rem;padding:2px 5px;white-space:nowrap}@media(max-width:768px){.shoppingcart__items{grid-template-columns:80px 1fr 100px 120px;gap:.5rem}}.payment-page{background-color:var(--beige);min-height:100vh;display:flex;flex-direction:column;align-items:center}.payment-page__header{width:100%;max-width:500px;display:flex;align-items:center;gap:1rem;padding:1.5rem 1rem}.payment-page__back{all:unset;cursor:pointer;font-family:owners,sans-serif;font-size:1rem;color:#000}.payment-page__back:hover{text-decoration:underline}.payment-page__title{font-family:owners,sans-serif;font-weight:900;font-size:1.5rem}.payment-page__iframe-wrapper{width:100%;max-width:500px;height:70vh;max-height:700px;border-radius:12px;overflow:hidden}.payment-page__iframe{width:100%;height:100%;border:none}.payment-page__loading{padding:1rem;text-align:center;font-family:owners,sans-serif}.payment-page__secure{margin-top:1rem;font-family:owners,sans-serif;font-size:.85rem;color:#666}@media(max-width:768px){.payment-page__iframe-wrapper{height:75vh;border-radius:0}.payment-page__title{font-size:1.2rem}}.promo-input{width:100%;max-width:1200px;margin:1rem 0}.promo-input__title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a}.promo-input__form{display:flex;align-items:center;border:solid 1px black;height:50px;width:100%;padding:0 15px;box-sizing:border-box;background:#fff}.promo-input__form input{flex:1;padding:0 1rem 0 0;border:none;font-size:1rem;outline:none;background:#fff}.promo-input__form input::placeholder{color:#999}.promo-input__btn{width:35px;height:35px;background:#000;color:#fff;border:none;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.promo-input__btn:disabled{background:#ccc;cursor:not-allowed}.promo-input__applied{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border:2px solid #000000}.promo-input__code{font-weight:700;font-family:monospace;font-size:1.1rem}.promo-input__reduction{color:#24d668;font-weight:700}.promo-input__remove{margin-left:auto;background:none;border:none;font-size:1.2rem;cursor:pointer;color:#666}.promo-input__remove:hover{color:#ef4444}.promo-input__error{color:#ef4444;font-size:.85rem;margin-top:.5rem}.crosssell__main{background-color:#000;width:100%;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem;box-sizing:content-box}.crosssell__content{padding:3rem}.crosssell__content h1{color:#fff;margin-bottom:1.5rem;display:flex;justify-content:center}.crosssell__carousel-viewport{width:100%;overflow:hidden}.crosssell__carousel-track{display:flex;gap:16px;will-change:transform;touch-action:pan-y}.crosssell__card{list-style:none}.crosssell__card--content{display:grid;grid-template-rows:auto auto 1fr auto auto;width:200px;min-height:290px;background-color:#fff;border-radius:12px;padding:15px;box-shadow:0 2px 8px #0000001a}.crosssell__card--content img{width:100%;height:auto;margin-bottom:5px}.crosssell__card--content h2{font-family:Hey August,cursive;font-weight:100;font-size:20px;min-height:40px;display:flex;align-items:flex-start}.crosssell__card--content p{font-size:12px;color:#333;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:45px;margin:0 0 5px}.crosssell__card--content h3{font-size:16px;font-weight:700;margin:auto 0 10px}.crosssell__card--content button{background-color:var(--beige);border:1px solid black;color:#000;padding:6px 8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s}.crosssell__card--content button:hover{background-color:#333;color:#fff}.crosssell__card--content button.disabled{cursor:not-allowed;background-color:#ccc;color:#666}.crosssell__dots{display:none}.crosssell__dot{width:10px;height:10px;border-radius:50%;border:none;background-color:#666;cursor:pointer;transition:background-color .3s,transform .3s}.crosssell__dot.active{background-color:#fff;transform:scale(1.2)}@media(max-width:767px){.crosssell__carousel-track{display:flex}.crosssell__card{flex:0 0 160px}.crosssell__card--content{width:160px;min-height:250px;padding:12px}.crosssell__card--content h2{font-size:16px;min-height:35px}.crosssell__card--content p{font-size:11px;min-height:40px}.crosssell__card--content h3{font-size:14px}.crosssell__card--content button{font-size:.85rem;padding:5px 6px}.crosssell__dots{display:flex;justify-content:center;gap:8px;margin-top:15px}}@media(min-width:768px){.crosssell__carousel-track{display:grid;grid-template-columns:repeat(5,200px);gap:24px;justify-content:center}.crosssell__card{flex:unset}.crosssell__dots{display:none}}.getorder__main{display:flex;justify-content:center;background:var(--beige);padding-bottom:100rem}.getorder__content{display:flex;flex-wrap:wrap;width:95%;gap:15px}.getorder__command{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;min-height:200px;border-radius:1rem;width:20rem}.getorder__card__header{display:flex;flex-direction:row;background-color:red;justify-content:space-between;border-radius:1rem 1rem 0 0;gap:2rem;padding:.5rem 1rem}.header-rouge{background-color:red}.header-orange{background-color:orange}.header-jaune{background-color:#ff0}.header-gris{background-color:gray}.getorder__card__header__right{display:flex;align-items:center}.getorder__card__content{padding:.1rem 1rem}.getorder__card__content__details{display:flex;flex-direction:row;justify-content:space-between}.badge-creneau{border-radius:8px;font-weight:700;font-size:.95rem;text-align:center;text-transform:uppercase;letter-spacing:.5px;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.actions-buttons{display:flex;justify-content:center}.getorder__card__payment{display:flex;flex-direction:row;justify-content:space-between;border-top:solid 1px black;padding:.1rem 1rem}.btn-notify{all:unset;cursor:pointer;width:100%;text-align:center;background-color:#adff2f;border-radius:0 0 1rem 1rem;padding:.4rem 0}.btn-archiver{all:unset;cursor:pointer;width:100%;text-align:center;background-color:#008cff;border-radius:0 0 1rem 1rem;padding:.4rem 0}.btn-info{all:unset;cursor:pointer;width:24px;height:24px;border-radius:50%;background-color:#fff;color:#000;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;margin-left:.5rem;transition:transform .2s}.btn-info:hover{transform:scale(1.1)}.getorder__card__header__left h2{font-size:1.1rem;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background:#fff;padding:2rem;border-radius:12px;text-align:center;min-width:280px;box-shadow:0 10px 40px #0000004d}.popup-content h3{margin-bottom:1rem;font-size:1.2rem}.popup-telephone{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.popup-telephone a{color:#007bff;text-decoration:none}.popup-telephone a:hover{text-decoration:underline}.popup-close{background-color:#000;color:#fff;border:none;padding:.8rem 2rem;border-radius:6px;cursor:pointer;font-size:1rem}.popup-close:hover{opacity:.85}.personnalmenu__main{display:flex;justify-content:center;background-color:var(--beige)}.personnalmenu__content{display:flex;flex-direction:column;width:82%}.personnalmenu__content ul{list-style:none;margin-bottom:2rem}.personnalmenu__content li{list-style:none;margin-top:.6rem}.personnalmenu__content h1{margin-bottom:0;font-family:owners,sans-serif;font-weight:900;font-style:normal}.personnalmenu__logoutbutton{all:unset;background-color:#000;color:#fff;padding:.5rem .8rem;transition:all .2s ease;margin-bottom:2rem}.personnalmenu__underline{position:relative;text-decoration:none}.personnalmenu__underline:after{content:"";position:absolute;left:50%;bottom:-4px;width:0;height:1px;background:#000;transition:all .3s ease}.personnalmenu__underline:hover:after{width:100%;left:0}.personnalmenu__cookiebtn{all:unset;cursor:pointer;position:relative}.horaires-editor__main{background-color:var(--beige);padding:1rem}.horaires-editor{padding:1rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.horaires-editor h2{margin-bottom:2rem}.jours-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.5rem}.jour-block{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#f9f9f9}.jour-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.jour-header label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.badge-ferme{background:#dc3545;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700}.creneaux-list{margin-top:.5rem}.creneau-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.creneau-item span{font-size:.9rem;color:#666}.creneau-item input[type=time]{padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;width:90px}.creneau-item button{background:transparent;border:none;cursor:pointer;font-size:1.2rem}.btn-add{margin-top:.5rem;padding:.4rem .8rem;background:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;width:100%}.btn-add:hover{background:#218838}.btn-save{padding:1rem 2rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;width:100%}.btn-save:hover{background:#0056b3}.creneau-item{flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.creneau-horaires{display:flex;align-items:center;gap:.5rem}.creneau-adresse{width:100%}.creneau-adresse select{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.85rem;background:#f5f5f5;cursor:pointer}.creneau-adresse select:focus{outline:none;border-color:#007bff;background:#fff}.toggle-boutique__main{display:flex;align-items:center;gap:1rem;background:var(--beige);padding:1rem 0 1rem 1rem}.status-text{font-weight:700;font-size:1.1rem}.status-text.ouvert{color:#28a745}.status-text.ferme{color:#dc3545}.toggle-boutique__switch{position:relative;display:inline-block;width:60px;height:34px}.toggle-boutique__switch input{opacity:0;width:0;height:0}.toggle-boutique__slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.toggle-boutique__slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.toggle-boutique__slider{background-color:#28a745}input:checked+.toggle-boutique__slider:before{transform:translate(26px)}.sidebar{width:240px;min-height:100vh;background-color:#111;color:#fff;padding:2rem 1rem;display:flex;justify-content:center;transition:transform .3s ease}.sidebar nav ul{list-style:none;padding:0;margin:0}.sidebar nav li{margin-bottom:1rem}.sidebar nav a{color:#fff;text-decoration:none;font-size:1.1rem}.sidebar nav a:hover{text-decoration:underline}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;height:100vh;z-index:1000;transform:translate(-100%);padding-top:4rem}.sidebar--open{transform:translate(0)}}.admin-layout{display:flex;min-height:100vh;position:relative}.admin-content{flex:1;background-color:var(--beige);min-width:0}.burger-btn{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:#111;color:#fff;border:none;width:44px;height:44px;border-radius:8px;font-size:1.5rem;cursor:pointer}.sidebar-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}@media(max-width:768px){.burger-btn{display:flex;align-items:center;justify-content:center}.sidebar-overlay{display:block}.admin-content{padding-top:4rem}}.promo-manager{padding:2rem}.promo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.promo-header h1{margin:0}.promo-form{background:#f5f5f5;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row input,.form-row select{flex:1;padding:.75rem;border:1px solid #ddd;border-radius:4px}.form-row label{flex:1;display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.btn-submit{width:100%;padding:.75rem;background:#4ade80;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700}.promo-table{width:100%;border-collapse:collapse}.promo-table th,.promo-table td{padding:1rem;text-align:left;border-bottom:1px solid #eee}.promo-table th{background:#f5f5f5;font-weight:600}.code-cell{font-weight:700;font-family:monospace}.period-cell{font-size:.85rem}.status--exhausted{background:#fef3c7;color:#92400e}.status--expired{background:#fee2e2;color:#991b1b}.btn-toggle,.btn-delete{padding:.5rem .75rem;border:none;border-radius:4px;cursor:pointer;font-size:.8rem}.no-codes{text-align:center;color:#666;padding:2rem}.promo-loading{padding:2rem;text-align:center}.menu-manager{padding:2rem;max-width:1200px;margin:0 auto}.menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.menu-header h1{margin:0}.btn-add{background:#22c55e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600}.btn-add:hover{background:#16a34a}.menu-form{background:#f8f9fa;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.menu-form h2{margin-top:0;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input[type=text],.form-group input[type=number],.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-cancel{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer}.btn-submit{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600}.btn-submit:hover{background:#2563eb}.menu-category{margin-bottom:2rem}.menu-category h2{border-bottom:2px solid #e5e7eb;padding-bottom:.5rem;margin-bottom:1rem}.menu-table{width:100%;border-collapse:collapse}.menu-table th,.menu-table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.menu-table th{background:#f3f4f6;font-weight:600}.nom-cell{font-weight:600}.desc-cell{color:#6b7280;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-btn{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;border:none;cursor:pointer;transition:opacity .2s}.status-btn:hover{opacity:.8}.status-btn--active{background:#dcfce7;color:#166534}.status-btn--inactive{background:#fee2e2;color:#991b1b}.btn-edit{background:#f59e0b;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.btn-edit:hover{background:#d97706}.no-products{color:#9ca3af;font-style:italic}.menu-loading{text-align:center;padding:2rem}.produit-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px}@media(max-width:768px){.menu-manager{padding:1rem}.menu-header{flex-direction:column;gap:1rem;align-items:flex-start}.menu-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}.menu-table{display:block}.menu-table thead{display:none}.menu-table tbody{display:flex;flex-direction:column;gap:1rem}.menu-table tr{display:flex;flex-direction:column;background:#fff;padding:1rem;border-radius:8px;border:1px solid #e5e7eb}.menu-table td{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.menu-table td:last-child{border-bottom:none;justify-content:center;padding-top:1rem}.menu-table td:before{content:attr(data-label);font-weight:600;color:#6b7280}.desc-cell{max-width:none;white-space:normal}.btn-edit{width:100%}}.adresses-manager{padding:2rem}.adresses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.adresses-header h1{margin:0}.btn-add{padding:.75rem 1.5rem;background:#333;color:#fff;border:none;border-radius:8px;cursor:pointer}.btn-add:hover{background:#444}.adresses-form{background:#f5f5f5;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.form-row{margin-bottom:1rem}.form-row input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-row input:focus{outline:none;border-color:#333}.form-actions{display:flex;gap:1rem}.btn-submit{flex:1;padding:.75rem;background:#4ade80;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700}.btn-submit:hover{background:#22c55e}.btn-cancel{padding:.75rem 1.5rem;background:#e5e7eb;color:#333;border:none;border-radius:4px;cursor:pointer}.adresses-table{width:100%;border-collapse:collapse}.adresses-table th,.adresses-table td{padding:1rem;text-align:left;border-bottom:1px solid #eee}.adresses-table th{background:#f5f5f5;font-weight:600}.row--inactive{opacity:.5}.nom-cell{font-weight:700}.adresse-cell{color:#666}.status{padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.status--active{background:#dcfce7;color:#166534}.status--inactive{background:#f3f4f6;color:#6b7280}.btn-edit,.btn-toggle,.btn-delete{padding:.5rem .75rem;border:none;border-radius:4px;cursor:pointer;font-size:.8rem}.btn-edit{background:#fef3c7;color:#92400e}.btn-toggle{background:#e0e7ff;color:#3730a3}.btn-delete{background:#fee2e2;color:#991b1b}.btn-edit:hover{background:#fde68a}.btn-toggle:hover{background:#c7d2fe}.btn-delete:hover{background:#fecaca}.no-adresses{text-align:center;color:#666;padding:2rem}.adresses-loading{padding:2rem;text-align:center}.ingredient-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px}.image-cell{width:60px}.no-image{color:#9ca3af}.image-preview{margin-top:.5rem}.image-preview img{max-width:120px;max-height:120px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.form-group input[type=file]{padding:.5rem;border:1px solid #ddd;border-radius:8px;width:100%}.actions-cell{display:flex;gap:.5rem}.btn-delete{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.btn-delete:hover{background:#dc2626}@media(max-width:768px){.ingredient-thumb{width:32px;height:32px}.actions-cell{flex-direction:column}.actions-cell button{width:100%}}.loyalty__main{background:var(--beige);min-height:80vh;padding-bottom:3rem}.loyalty__loading{text-align:center;padding:3rem;color:#666;background:var(--beige)}.loyalty__header{padding:2rem 2rem 1rem}.loyalty__header h1{font-family:owners,sans-serif;font-weight:900;font-size:2rem;margin:0 0 .5rem}.loyalty__points-info{font-size:1.2rem;margin:0 0 .25rem}.loyalty__subtitle{font-style:italic;color:#555;margin:0 0 1rem}.loyalty__rules{display:flex;flex-direction:column}.loyalty__rules strong{font-size:1rem}.loyalty__rules span{font-style:italic;font-size:.9rem;color:#666}.loyalty__paliers{padding:4rem 2rem}.loyalty__palier-row{position:relative;display:flex;align-items:center;margin-bottom:2rem}.loyalty__palier-row:last-child{margin-bottom:0}.loyalty__products-slider{display:flex;gap:1rem;padding:1rem 0 1rem 1rem;overflow-x:visible;flex:1}.loyalty__product-card{flex-shrink:0;width:180px;min-width:180px;background:#fff;border-radius:12px;padding:15px;display:flex;flex-direction:column;align-items:center;position:relative;transition:all .2s ease}.loyalty__product-card:hover:not(.locked){transform:translateY(-4px);box-shadow:0 4px 16px #0000001a}.loyalty__product-card.first-card{overflow:visible}.loyalty__product-card.locked{background:#f5f5f5;opacity:.7}.loyalty__product-card.locked img{filter:grayscale(100%);opacity:.5}.loyalty__product-lock{position:absolute;top:10px;right:10px;font-size:1rem;z-index:2}.loyalty__product-card img{width:100%;height:auto;margin-bottom:10px}.loyalty__product-card h3{font-family:Hey August,cursive;font-size:1rem;font-weight:100;text-align:center;margin:0 0 auto;min-height:40px}.loyalty__product-card h3.locked-text{color:#999}.loyalty__product-btn{background:#000;color:#fff;border:none;padding:10px 15px;font-size:.85rem;font-weight:700;cursor:pointer;margin-top:10px;transition:background .2s;width:100%}.loyalty__product-btn:hover:not(:disabled):not(.locked){background:#333}.loyalty__product-btn.locked{background:#ccc;color:#666;cursor:not-allowed}.loyalty__product-btn:disabled{background:#ccc;cursor:not-allowed}.loyalty__gauge{position:absolute;bottom:225px;left:21%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:100;pointer-events:none}.loyalty__gauge-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;border:3px solid #fff;box-shadow:0 2px 10px #0003;background:#fff;pointer-events:auto;z-index:101}.loyalty__gauge-circle.unlocked{background:#fff;border-color:#000}.loyalty__gauge-circle.locked{background:#e8e8e8;border-color:#ccc;color:#666}.loyalty__gauge-check{color:#000;font-size:1.2rem}.loyalty__gauge-points-label{font-size:.8rem}.loyalty__gauge-line-top{width:3px;height:13px;margin-bottom:-1px}.loyalty__gauge-line-top>div{width:100%;height:100%}.loyalty__gauge-line-bottom{width:3px;height:13px;display:flex;flex-direction:column;margin-top:-1px}.loyalty__gauge-line-solid{background:#000;width:100%}.loyalty__gauge-line-dashed{width:100%;background:repeating-linear-gradient(to bottom,#aaa 0px,#aaa 6px,transparent 6px,transparent 12px)}@media(min-width:769px){.loyalty__gauge{left:5.8%}}@media(max-width:768px){.loyalty__products-slider{overflow-y:visible;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.loyalty__products-slider::-webkit-scrollbar{display:none}.loyalty__product-card{scroll-snap-align:start}}.contact-form__main{background-color:var(--beige);min-height:60vh;display:flex;justify-content:center;padding:2rem 1rem}.contact-form__content{width:100%;max-width:600px}.contact-form__content h1{display:inline-block;color:#fff;padding:.4rem 1.5rem;font-family:owners,sans-serif;font-weight:900;background:#000;font-size:1.7rem;margin-bottom:.5rem}.contact-form__content>p{font-style:italic;margin-bottom:2rem;color:#333}.contact-form__content form{display:flex;flex-direction:column;gap:1rem}.contact-form__row{display:flex;gap:1rem}.contact-form__row input{flex:1}.contact-form__content input,.contact-form__content textarea{width:100%;padding:1rem;font-family:owners,sans-serif;font-size:1rem;border:2px solid #000;background:#fff;box-sizing:border-box}.contact-form__content input::placeholder,.contact-form__content textarea::placeholder{color:#888}.contact-form__content textarea{resize:vertical;min-height:150px}.contact-form__content button{background-color:#000;color:#fff;font-family:owners,sans-serif;font-weight:500;font-size:1.2rem;padding:1rem 2rem;border:2px solid #000;cursor:pointer;transition:all .2s}.contact-form__content button:hover{background-color:#fff;color:#000}.contact-form__content button:disabled{background-color:#ccc;border-color:#ccc;cursor:not-allowed}.contact-form__error{background-color:#fee;border:2px solid #c00;padding:1rem;margin-bottom:1rem;color:#c00}.contact-form__success{text-align:center;padding:3rem}.contact-form__success h2{font-family:owners,sans-serif;font-size:2rem;margin-bottom:1rem}.contact-form__success p{margin-bottom:2rem;color:#333}.contact-form__success button{background-color:#000;color:#fff;font-family:owners,sans-serif;padding:1rem 2rem;border:2px solid #000;cursor:pointer}.contact-form__success button:hover{background-color:#fff;color:#000}@media(max-width:600px){.contact-form__row{flex-direction:column}}.tunnel__main{background-color:var(--beige);min-height:calc(100vh - 200px);display:flex;flex-direction:column}.tunnel__content{flex:1;overflow-x:hidden}.tunnel__step{animation:slideIn .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.tunnel__slide-left .tunnel__step{animation:slideInLeft .4s ease-out}.tunnel__slide-right .tunnel__step{animation:slideInRight .4s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.tunnel__step h2{text-align:center;margin:1.5rem 0 1rem;font-size:1.5rem}.tunnel__products{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;padding:0 1rem}.tunnel__navigation{position:sticky;bottom:0;background-color:var(--beige);border-top:1px solid #ffffff;padding:1rem;display:flex;justify-content:center;gap:.5rem;z-index:100}.tunnel__nav-item{background:none;border:none;padding:.75rem 1rem;font-size:.9rem;cursor:pointer;color:#000;transition:all .2s ease;border-radius:8px}.tunnel__nav-item:hover{transform:scale(1.1)}.tunnel__nav-item.active{font-weight:700;color:#000;transform:scale(1.1)}.tunnel__nav-separator{color:#000;display:flex;align-items:center}.tunnel__card{background-color:#fff;border-radius:12px;padding:15px;width:250px;min-height:300px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column}.tunnel__card img{width:100%;height:auto;margin-bottom:5px}.tunnel__card h3{font-size:1.25rem;font-weight:700;min-height:40px;margin:0}.tunnel__card p{font-size:.875rem;color:#333;line-height:1.4;flex-grow:1;margin:.5rem 0}.tunnel__price{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.tunnel__price-original{font-size:1rem;color:#999;text-decoration:line-through}.tunnel__price-discounted{font-size:1.25rem;font-weight:700;color:#000}.tunnel__price-normal{font-size:1.25rem;font-weight:700}.tunnel__discount-badge{background-color:#000;color:#fff;font-size:.75rem;padding:2px 6px;font-weight:700}.tunnel__card-button{margin-top:auto}.tunnel__card-button button{background-color:#000;color:#fff;border:none;padding:10px 12px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s;transform:translate(-30px)}.tunnel__card-button button:hover{background-color:#333}.tunnel__card-button button.disabled{cursor:not-allowed;background-color:#ccc;color:#666}.tunnel__no-thanks{background-color:#f5f5f5;border-radius:12px;padding:15px;width:250px;min-height:300px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease;border:2px dashed #ccc}.tunnel__no-thanks:hover{background-color:#ebebeb;border-color:#999}.tunnel__no-thanks-icon{font-size:3rem;margin-bottom:1rem;color:#999}.tunnel__no-thanks-text{font-size:1.1rem;font-weight:500;color:#666}.error-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:var(--beige);padding:2rem}.error-page__content{text-align:center;max-width:480px}.error-page__code{font-family:owners,sans-serif;font-weight:900;font-size:6rem;line-height:1;margin:0}.error-page__title{font-family:owners,sans-serif;font-weight:900;font-size:1.8rem;margin:1rem 0 .5rem}.error-page__message{font-size:1rem;color:#666;margin-bottom:2rem}.error-page button{padding:.9rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:#000;border:none;cursor:pointer;transition:transform .1s}.error-page button:active{transform:scale(.98)}
