*{padding:0;margin:0;box-sizing:border-box;font-family:sans-serif}body{min-height:100vh;background-color:#f3f4f6}a{text-decoration:none;color:inherit}ul{list-style-type:none}.navbar{width:100%;height:64px;background:#fff;box-shadow:0 2px 12px #00000012;display:flex;align-items:center;justify-content:space-between;padding:0 38px;position:sticky;top:0;z-index:50}.navbar-logo img{height:38px;cursor:pointer;transition:transform .14s}.navbar-logo img:hover{transform:scale(1.07) rotate(-3deg)}.navbar-user{display:flex;align-items:center;gap:18px}.navbar-user img{width:25px;height:25px;border-radius:50%;object-fit:cover;background:#fff;cursor:pointer;border:1.3px solid #ff7e5f12;box-shadow:0 1px 6px #ff7e5f12;transition:border .15s,box-shadow .15s,transform .13s}.navbar-user img:hover{border:1.3px solid #FF7E5F;box-shadow:0 2px 14px #feb47b33;transform:scale(1.04)}.navbar-connection{display:flex;align-items:center;gap:26px}.navbar-connection p{font-size:1.07rem;color:#333;font-weight:500;cursor:pointer;padding:7px 16px;border-radius:9px;transition:background .13s,color .13s;margin:0;-webkit-user-select:none;user-select:none}.navbar-connection p:hover{background:#ff7e5f15;color:#ff7e5f}.navbar-connection p:first-child{background:#f3f3f3;color:#787272;border-radius:8px;padding:7px 14px;cursor:pointer;font-weight:400}.navbar-connection p:first-child:hover{background:#f3f3f3;color:#ff7e5f}.navbar-connection-desktop{display:flex;gap:18px}.navbar-menu-mobile{display:none;position:relative}.navbar-mobile-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000040;z-index:9999;display:flex;align-items:flex-start;justify-content:flex-end}.navbar-mobile-popup-content{background:#fff;width:220px;padding:32px 18px 18px;border-radius:0 0 0 16px;box-shadow:-2px 0 16px #0002;display:flex;flex-direction:column;gap:18px;position:relative;min-height:180px}.navbar-mobile-popup-close{position:absolute;top:10px;right:14px;font-size:2rem;color:#ff7e5f;cursor:pointer;font-weight:700}.navbar-mobile-popup-content img{width:25px;height:25px;border-radius:50%;object-fit:cover;background:#fff;box-shadow:0 1px 6px #ff7e5f12;transition:border .15s,box-shadow .15s,transform .13s}.navbar-mobile-popup p,.navbar-mobile-popup a{margin:0;color:#222;font-size:1.1rem;cursor:pointer;text-decoration:none;padding:10px 0;border-bottom:1px solid #f2f2f2}.navbar-mobile-popup p:last-child,.navbar-mobile-popup a:last-child{border-bottom:none}.navbar-mobile-popup p:hover,.navbar-mobile-popup a:hover{color:#ff7e5f}.searchbar{display:flex;flex-direction:column;align-items:center;padding:40px 24px;background:#fff;box-shadow:0 2px 8px #0000000a;border-radius:8px;margin:24px auto;max-width:800px;width:100%;box-sizing:border-box}.searchbar-description{text-align:center;margin-bottom:24px}.searchbar-description h1{margin:0 0 12px;font-size:2rem;color:#222}.searchbar-description p{margin:0;font-size:1rem;color:#555;line-height:1.4}.searchbar-button{width:100%;max-width:600px;position:relative}.searchbar-button form{display:flex;gap:8px}.searchbar-button input[type=text]{flex:1;padding:12px 16px;font-size:1rem;border:1px solid #ddd;border-radius:4px;transition:border-color .2s}.searchbar-button input[type=text]:focus{outline:none;border-color:#ff7e5f}.searchbar-button button{padding:12px 24px;font-size:1rem;background:#ff7e5f;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.searchbar-button button:hover{background:#e86e4f}.suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:4px;max-height:240px;overflow-y:auto;box-shadow:0 2px 12px #0000001a;z-index:10;margin:0;padding:0;list-style:none}.suggestions li{padding:10px 16px;font-size:.95rem;color:#333;cursor:pointer;transition:background .2s}.suggestions li:hover{background:#fff5ef}.presentation{width:100%;padding:60px 24px;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:48px}.presentation-title h1{margin:0;font-size:2rem;font-weight:700;color:#222;text-align:center;max-width:800px;line-height:1.3}.presentation-components{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}.presentation-components>div{flex:1 1 200px;max-width:240px;background:#f9f9f9;border-radius:8px;padding:24px 16px;text-align:center;box-shadow:0 2px 8px #0000000a;transition:transform .2s;cursor:default}.presentation-components>div:hover{transform:translateY(-4px)}.presentation-components img{width:48px;height:48px;margin-bottom:12px}.presentation-components p{margin:0;font-size:1rem;color:#444;font-weight:500}.presentation-partener{max-width:600px;background:#fff5ef;border-radius:8px;padding:24px 32px;box-shadow:0 2px 8px #0000000a;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.presentation-partener img{width:120px;opacity:.8}.presentation-partener p{margin:0;font-size:1.1rem;color:#444;font-weight:600;line-height:1.4}.presentation-partener button{padding:12px 32px;font-size:1rem;background:#ff7e5f;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s,box-shadow .2s}.presentation-partener button:hover{background:#e86e4f;box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.presentation{padding:40px 16px;gap:32px}.presentation-title h1{font-size:1.75rem}.presentation-components{gap:20px}.presentation-components>div{max-width:100%}.presentation-partener{padding:20px}}.footer{width:100%;background:#fff;color:#000;padding:36px 0 10px;margin-top:65px;font-size:1.05rem;box-shadow:0 -2px 14px #0000000d}.footer-top{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto 16px;padding:0 26px}.footer-top div:first-child p{font-weight:500;font-size:1.02rem;letter-spacing:.03rem;margin:0}.footer-top div:last-child img{width:30px;margin:0 7px;cursor:pointer;transition:filter .15s,transform .15s;filter:grayscale(30%) brightness(.94)}.footer-top div:last-child img:hover{filter:grayscale(0%) brightness(1.1);transform:scale(1.11) rotate(-5deg)}.footer hr{border:none;height:1.5px;background:linear-gradient(90deg,#ff7e5f 20%,#feb47b 80%);margin:18px 0 14px;opacity:.6}.footer-links{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;padding-bottom:8px}.footer-links a{color:#ffd1bc;text-decoration:none;font-weight:500;font-size:1.03rem;transition:color .15s;opacity:.9}.footer-links a:hover{color:#ff7e5f;text-decoration:underline;opacity:1}.contact{display:flex;flex-direction:row;align-items:center;gap:8px}.contact img{width:20px;height:20px}@media (max-width: 700px){.footer-top{flex-direction:column;align-items:flex-start;gap:10px;padding:0 8px}.footer-links{flex-direction:column;gap:12px;align-items:flex-start;padding-left:14px}.footer{font-size:.96rem;padding:30px 0 5px}}.login-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.login-form{background:#fff;border-radius:8px;padding:32px 28px;width:450px;box-shadow:0 8px 32px #0000001f;position:relative;display:flex;flex-direction:column;gap:20px}.login-popup-title{display:flex;justify-content:space-between;align-items:center}.login-popup-title h2{margin:0;font-size:1.4rem;color:#222}.login-popup-title .croix{width:20px;height:20px;cursor:pointer;opacity:.7;transition:transform .2s,opacity .2s}.login-popup-title .croix:hover{transform:rotate(90deg);opacity:1}.login-popup-inputs{display:flex;flex-direction:column;gap:16px}.login-popup-inputs input[type=text],.login-popup-inputs input[type=password]{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:.95rem;color:#333;outline:none;transition:border-color .2s}.login-popup-inputs input:focus{border-color:#ff7e5f}.login-password-wrapper{position:relative}.login-password-wrapper .eye{position:absolute;right:12px;top:50%;width:18px;height:18px;transform:translateY(-50%);cursor:pointer;opacity:.6;transition:opacity .2s}.login-password-wrapper .eye:hover{opacity:1}.login-popup-button button{width:100%;padding:10px;background:linear-gradient(120deg,#ff7e5f,#feb47b);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #ff7e5f33;transition:background .2s,box-shadow .2s}.login-popup-button button:hover{background:#ff7e5f;box-shadow:0 6px 16px #ff7e5f4d}.login-popup-condition{display:flex;align-items:center;gap:8px}.login-popup-condition input[type=checkbox]{width:16px;height:16px;cursor:pointer}.login-popup-condition p{margin:0;font-size:.9rem;color:#555}.login-popup-forgot-password,.login-form>p:last-of-type{font-size:.9rem;text-align:center;color:#555}.login-popup-forgot-password span,.login-form>p:last-of-type span{color:#ff7e5f;cursor:pointer;text-decoration:underline;transition:opacity .2s}.login-popup-forgot-password span:hover,.login-form>p:last-of-type span:hover{opacity:.8}.signup-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.signup-form{background:#fff;border-radius:8px;padding:32px 28px;width:400px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;gap:20px;position:relative}.signup-popup-title{display:flex;justify-content:space-between;align-items:center}.signup-popup-title h1{margin:0;font-size:1.5rem;color:#222}.signup-popup-title .croix{width:20px;height:20px;cursor:pointer;opacity:.7;transition:transform .2s,opacity .2s}.signup-popup-title .croix:hover{transform:rotate(90deg);opacity:1}.signup-popup-inputs{display:flex;flex-direction:column;gap:16px}.signup-popup-inputs input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:.95rem;color:#333;outline:none;transition:border-color .2s}.signup-popup-inputs input:focus{border-color:#ff7e5f}.signup-form>.inscription{width:100%;padding:10px;background:linear-gradient(120deg,#ff7e5f,#feb47b);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #ff7e5f33;transition:background .2s,box-shadow .2s}.signup-form>.inscription:hover{background:#ff7e5f;box-shadow:0 6px 16px #ff7e5f4d}.signup-popup-condition{display:flex;align-items:center;gap:8px}.signup-popup-condition input[type=checkbox]{width:16px;height:16px;cursor:pointer}.signup-popup-condition p{margin:0;font-size:.9rem;color:#555}.signup-form>p{font-size:.9rem;text-align:center;color:#555}.signup-form>p span{color:#ff7e5f;cursor:pointer;text-decoration:underline;transition:opacity .2s}.signup-form>p span:hover{opacity:.8}.navbar2{display:flex;flex-direction:column;background:#fff;box-shadow:0 2px 8px #0000000a;padding:12px 24px;box-sizing:border-box}.navbar2-top{display:flex;align-items:center;justify-content:space-between}.navbar2-logo img{height:40px;cursor:pointer}.navbar2-search{flex:1;display:flex;align-items:center;gap:12px;margin:0 24px}.navbar2-search-localization,.navbar2-search-seek{display:flex;align-items:center;background:#f9f9f9;border:1px solid #ddd;border-radius:4px;padding:6px 12px;flex:1}.navbar2-search-localization img,.navbar2-search-seek img{width:20px;height:20px;margin-right:8px;opacity:.7}.navbar2-search-localization input,.navbar2-search-seek input{border:none;background:transparent;width:100%;font-size:.95rem;color:#333}.navbar2-search-localization input:focus,.navbar2-search-seek input:focus{outline:none}.navbar2-search button{padding:8px 16px;font-size:.95rem;background:#ff7e5f;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s}.navbar2-search button:hover{background:#e86e4f}.navbar2-user img{width:32px;height:32px;border-radius:50%;cursor:pointer;transition:transform .2s}.navbar2-user img:hover{transform:scale(1.1)}.navbar2-bottom{margin-top:12px;display:flex;align-items:center}.navbar2-mode-switch button{padding:6px 16px;font-size:.95rem;background:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;color:#333;transition:background .2s,border-color .2s,color .2s}.navbar2-mode-switch button.active,.navbar2-mode-switch button:hover{background:#ff7e5f;border-color:#ff7e5f;color:#fff}.navbar2-mobile-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000040;z-index:9999;display:flex;align-items:flex-start;justify-content:flex-end}.navbar2-mobile-popup-content{background:#fff;width:220px;padding:32px 18px 18px;border-radius:0 0 0 16px;box-shadow:-2px 0 16px #0002;display:flex;flex-direction:column;gap:18px;position:relative;min-height:180px}.navbar2-mobile-popup-content img{width:25px;height:25px}.navbar2-mobile-popup-close{position:absolute;top:10px;right:14px;font-size:2rem;color:#ff7e5f;cursor:pointer;font-weight:700}.navbar2-mobile-popup p,.navbar2-mobile-popup a{margin:0;color:#222;font-size:1.1rem;cursor:pointer;text-decoration:none;padding:10px 0;border-bottom:1px solid #f2f2f2}.navbar2-mobile-popup p:last-child,.navbar2-mobile-popup a:last-child{border-bottom:none}.navbar2-mobile-popup p:hover,.navbar2-mobile-popup a:hover{color:#ff7e5f}@media (max-width: 700px){.navbar-connection-desktop{display:none}.navbar-menu-mobile{display:block}}@media (max-width: 768px){.navbar2-search{display:none}.navbar2-top{justify-content:space-between}}.mainfastfood-layout{min-height:100vh;display:flex;flex-direction:column}.mainfastfood-content{flex:1;display:flex;flex-direction:column}.food-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px 18px;padding:32px 8vw 24px;width:100%;background:#fafbfc;justify-items:center;align-items:stretch}.food-item{background:#fff;border-radius:20px;box-shadow:0 2px 16px #28282814;width:100%;max-width:340px;min-width:0;min-height:320px;padding:0 0 18px;margin-bottom:8px;transition:box-shadow .18s,transform .18s;display:flex;flex-direction:column;cursor:pointer;align-items:center;text-align:left;border:1px solid #f0f0f0}.food-item:hover{box-shadow:0 8px 32px #28282824;transform:translateY(-4px) scale(1.025);z-index:2;border-color:#ff7e5f33}.food-item-picture{width:100%;height:170px;border-radius:20px 20px 0 0;overflow:hidden;background:#f6f6f6;display:flex;align-items:center;justify-content:center}.food-item-image{width:100%;height:100%;object-fit:cover;transition:transform .18s;border-radius:20px 20px 0 0}.food-item:hover .food-item-image{transform:scale(1.04)}.food-item-top{padding:18px 18px 6px;display:flex;align-items:center;justify-content:flex-start}.food-item-name h3{font-size:1.22rem;font-weight:700;color:#222;margin:0;letter-spacing:-.5px}.food-item-rating{display:flex;align-items:center;gap:4px;font-size:1.02rem;font-weight:500;color:#ff7e5f}.star{width:16px;height:16px;margin-left:1px}.food-item-bottom{padding:0 18px;font-size:1.07rem;color:#444;margin-top:8px;min-height:48px;line-height:1.5}.no-etablissement{text-align:center;color:#888;font-size:1.15rem;margin:40px 0 0}@media (max-width: 900px){.food-items{gap:14px 4px;padding:10px 2vw}.food-item{width:98vw;max-width:350px}}.map-restaurant-container{flex:1;position:relative;width:100%;max-height:500px;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #00000014;margin:16px 0}.map-restaurant-loading{display:flex;align-items:center;justify-content:center;height:200px;color:#555;font-size:1rem}.google-map-container{width:100%;height:100%}.restaurant-item-titre{color:#000;background-color:#fff;display:flex;flex-direction:column;justify-content:start;padding-top:30px;padding-left:50px}.restaurant-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:70px;background-color:#fff;padding:50px}.restaurant-items{cursor:pointer}.restaurant-item-image:hover{transform:scale(1.05);transition:.5s;box-shadow:0 0 20px #0003;border-radius:10px}.restaurant-item-image:active{transform:scale(.95);transition:.5s}.restaurant-item-image{width:20vw;height:20vw;border-radius:10px;box-shadow:0 0 10px #0000001a}.restaurant-item-top{display:flex;justify-content:space-between;align-items:center;padding:10px}.restaurant-item-rating{display:flex;justify-content:end;align-items:center;gap:10px;background-color:#3e7742;color:#fff;border-radius:4px;padding:5px}.restaurant-item-rating img{width:15px;height:15px;object-fit:cover}.restaurant-item-bottom{padding:10px}.navbar3{width:100%;background:#fff;box-shadow:0 2px 14px #ff7e5f13;position:sticky;top:0;z-index:40;padding:0}.navbar3-top{display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto;padding:0 32px;height:70px}.navbar3-logo img{height:45px;cursor:pointer;transition:transform .13s}.navbar3-logo img:hover{transform:scale(1.07) rotate(-2deg)}.navbar3-search{display:flex;align-items:center;gap:12px;flex:1;justify-content:center;margin:0 24px}.navbar3-search-localization,.navbar3-search-seek{display:flex;align-items:center;background:#f9f9f9;border-radius:8px;padding:0 13px;border:1.5px solid #efefef;margin-right:12px}.navbar3-search-localization input,.navbar3-search-seek input{border:none;background:transparent;outline:none;font-size:1.08rem;padding:9px 6px;width:140px}.navbar3-search-localization img,.navbar3-search-seek img{width:24px;margin-right:7px;opacity:.76}.navbar3-search button{background:linear-gradient(90deg,#ff7e5f,#feb47b);border:none;border-radius:8px;color:#fff;font-weight:700;font-size:1.06rem;padding:9px 26px;cursor:pointer;transition:background .13s,box-shadow .14s;box-shadow:0 1px 8px #ff7e5f11}.navbar3-search button:hover{background:linear-gradient(90deg,#feb47b,#ff7e5f);box-shadow:0 2px 18px #ff7e5f22}.navbar3-user{display:flex;gap:20px;align-items:center}.navbar3-user img{height:25px;width:25px;border-radius:50%;object-fit:cover;box-shadow:0 1px 8px #ff7e5f10;cursor:pointer;transition:border .18s,box-shadow .15s,transform .12s}.navbar3-user img:hover{border:1.5px solid #ff7e5f;transform:scale(1.05)}.navbar3-connection{display:flex;gap:18px;align-items:center}.navbar3-connection p{font-weight:600;color:#222;padding:8px 16px;border-radius:7px;background:#f8f8f8;border:1.5px solid #eee;cursor:pointer;transition:background .13s,border .13s}.navbar3-connection p:hover{background:#ffecd4;border:1.5px solid #ff7e5f;color:#ff7e5f}.navbar3-connection-desktop{display:flex;gap:18px}.navbar3-menu-mobile{display:none;position:relative}.menu-icon{width:32px;height:32px;cursor:pointer}.navbar3-mobile-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000040;z-index:9999;display:flex;align-items:flex-start;justify-content:flex-end}.navbar3-mobile-popup-content{background:#fff;width:220px;padding:32px 18px 18px;border-radius:0 0 0 16px;box-shadow:-2px 0 16px #0002;display:flex;flex-direction:column;gap:18px;position:relative;min-height:180px}.navbar3-mobile-popup-close{position:absolute;top:10px;right:14px;font-size:2rem;color:#ff7e5f;cursor:pointer;font-weight:700}.navbar3-mobile-popup p,.navbar3-mobile-popup a{margin:0;color:#222;font-size:1.1rem;cursor:pointer;text-decoration:none;padding:10px 0;border-bottom:1px solid #f2f2f2}.navbar3-mobile-popup p:last-child,.navbar3-mobile-popup a:last-child{border-bottom:none}.navbar3-mobile-popup p:hover,.navbar3-mobile-popup a:hover{color:#ff7e5f}@media (max-width: 700px){.navbar3-connection-desktop{display:none}.navbar3-menu-mobile{display:block}}.resto-view{display:grid;grid-template-rows:repeat(auto-fill,minmax(300px,1fr));gap:30px;color:#000}.resto-view-info{gap:20px;padding:30px;background-color:#fff;border-radius:4px;box-shadow:0 0 10px #0000001a;margin:30px}.resto-view-info-name{display:flex;justify-content:space-between;align-items:center}.resto-view-info-rating{display:flex;gap:10px;background-color:#3e7742;color:#fff;border-radius:4px;padding:10px}.resto-view-info-rating img{width:15px;height:15px;object-fit:cover}.resto-view-info-adresse{display:flex;gap:10px;align-items:center;padding:10px 0}.resto-view-info-adresse img{width:25px;height:25px;object-fit:cover}.resto-view-info-phone{display:flex;gap:10px;align-items:center;padding:10px 0}.resto-view-info-phone img{width:25px;height:25px;object-fit:cover}.resto-view-info-description{display:flex;gap:10px;align-items:center;padding:10px 0}.resto-view-info-description img{width:25px;height:25px;object-fit:cover}.resto-view-image{display:flex;align-items:center;justify-content:center;gap:40px}.resto-view-image .resto-image,.resto-view-image .resto-dish{width:15vw;height:15vw;border-radius:4px;box-shadow:0 0 10px #0000001a}.resto-view-surf{display:flex;justify-content:center;align-items:center;gap:20vw;padding:20px;font-weight:700}.resto-view-surf p{cursor:pointer}.resto-view-surf p:hover{color:#3e7742;transform:scale(1.1);transition:.5s;border-bottom:#3e7742 solid 2px}.resto-view-surf p:active{transform:scale(.9)}.resto-view-hours{padding:20px;text-align:center}.resto-view-day{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));text-align:center;background-color:#fff;border-radius:4px;margin-left:150px;margin-bottom:50px;width:80vw;padding:10px;gap:20px}.resto-view-day-lundi,.resto-view-day-mardi,.resto-view-day-mercredi,.resto-view-day-jeudi,.resto-view-day-vendredi,.resto-view-day-samedi,.resto-view-day-dimanche{display:flex;flex-direction:column;gap:15px}.resto-view-day-lundi p,.resto-view-day-mercredi p,.resto-view-day-vendredi p,.resto-view-day-dimanche p{background-color:#3e7742;color:#fff;padding:10px;border-radius:4px}.resto-view-day-mardi p,.resto-view-day-jeudi p,.resto-view-day-samedi p{background-color:#353635;color:#fff;padding:10px;border-radius:4px}.resto-view-surf .about-active{color:#3e7742;border-bottom:#3e7742 solid 3px}.resto-view-booking{display:flex;justify-content:center;flex-direction:column;gap:20px;place-items:center;margin-bottom:150px}.info-guest{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.info-guest-input{display:flex;justify-content:space-between;gap:20px}.info-guest-input input{padding:10px;border:1px solid black;border-radius:6px}.resto-view-booking-info{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.info-booking-input{display:flex;justify-content:space-between}.info-booking-input input{padding:10px;border:1px solid black;border-radius:6px}.resto-booking-button{display:flex;justify-content:center;align-items:center;padding:10px}.resto-booking-button button{background-color:#3e7742;color:#fff;border:none;border-radius:4px;padding:10px 20px;cursor:pointer}.resto-view-booking button:hover{transform:scale(1.05);transition:.5s;box-shadow:0 0 10px #0000001a}.resto-view-booking button:active{transform:scale(.9)}.resto-view-menu{display:flex;justify-content:start;flex-direction:column;gap:20px;margin:30px}.resto-view-menu-images{display:flex;justify-content:start;flex-direction:row;gap:20px}.resto-view-menu-images img{width:15vw;height:15vw;border-radius:4px;box-shadow:0 0 10px #0000001a}.resto-view-opinion{display:flex;justify-content:center;align-items:center;gap:20px;margin:30px}.food-desc-container{margin:30px}.food-desc{display:flex;flex-wrap:wrap;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000d;overflow:hidden;margin-bottom:32px}.food-desc-image{flex:1 1 300px;max-width:300px;overflow:hidden}.food-desc-image img{width:100%;height:100%;object-fit:cover}.food-desc-info{flex:2 1 400px;padding:24px;display:flex;flex-direction:column;gap:16px}.food-desc-name h2{margin:0;font-size:1.8rem;color:#222}.food-desc-info-detail{display:flex;flex-direction:column;gap:12px}.food-desc-info-detail>div{display:flex;align-items:center;gap:12px}.food-desc-info-detail img{width:20px;height:20px;opacity:.7}.food-desc-info-detail h2{margin:0;font-size:1rem;color:#444;flex:0 0 120px;white-space:nowrap}.food-desc-info-detail p{margin:0;font-size:.95rem;color:#555;line-height:1.3}.food-desc-products{margin-bottom:32px}.food-desc-category-section{margin-bottom:24px}.food-desc-category-title{margin:0 0 16px;font-size:1.4rem;color:#222}.food-desc-category-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.food-desc-product-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.food-desc-product-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000014}.food-desc-product-item-image img{width:100%;height:140px;object-fit:cover}.food-desc-product-details{padding:12px 16px;display:flex;flex-direction:column;gap:8px}.food-desc-product-details-button{display:flex;justify-content:space-between;align-items:center}.food-desc-product-details-button h4{margin:0;font-size:1.1rem;color:#222}.food-desc-product-quantity,.food-desc-product-quantity-plus{display:flex;align-items:center;gap:8px}.food-desc-product-quantity img,.food-desc-product-quantity-plus img{width:24px;height:24px;cursor:pointer}.food-desc-product-details p{margin:0;font-size:.95rem;color:#555}.food-desc-product-details p:last-child{font-weight:600;color:#222}.food-desc-menus-title{margin:32px 0 16px;font-size:1.4rem;color:#222}.food-desc-menus-display{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.food-desc-menu-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s}.food-desc-menu-section:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000014}.food-desc-menu-item-image img{width:100%;height:140px;object-fit:cover}.food-desc-menu-details{padding:12px 16px;display:flex;flex-direction:column;gap:8px}.food-desc-menu-details-button{display:flex;justify-content:space-between;align-items:center}.food-desc-menu-details-button h4{margin:0;font-size:1.1rem;color:#222}.food-desc-menu-quantity,.food-desc-menu-quantity-plus{display:flex;align-items:center;gap:8px}.food-desc-menu-quantity img,.food-desc-menu-quantity-plus img{width:24px;height:24px;cursor:pointer}.food-desc-menu-details p{margin:0;font-size:.95rem;color:#555}.food-desc-menu-details p:last-child{font-weight:600;color:#222}@media (max-width: 900px){.food-desc{flex-direction:column}.food-desc-image,.food-desc-info{max-width:100%}.food-desc-info{padding:16px}}.menu-choice-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.menu-choice-content{background:#fff;border-radius:8px;padding:24px;width:360px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;gap:16px}.menu-choice-content h2{margin:0;font-size:1.4rem;color:#222;text-align:center}.menu-choice-content p{margin:0;font-size:.95rem;color:#555;text-align:center}.menu-choice-content img{display:block;margin:12px auto;width:120px;height:auto;border-radius:6px;object-fit:cover}.menu-section{border-top:1px solid #eee;padding-top:12px}.menu-section h4{margin:0 0 8px;font-size:1rem;color:#333;display:flex;align-items:center;gap:6px}.menu-section h4 span{color:#e74c3c}.menu-options{display:flex;flex-wrap:wrap;gap:12px}.menu-options label{display:flex;align-items:center;gap:6px;font-size:.95rem;color:#444;cursor:pointer}.menu-options input[type=checkbox],.menu-options input[type=radio]{width:16px;height:16px;accent-color:#ff7e5f}.menu-choice-actions{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.menu-choice-actions button{flex:1;padding:10px;font-size:.95rem;font-weight:600;border-radius:6px;cursor:pointer;border:none;transition:background .2s,box-shadow .2s}.menu-choice-actions button:first-child{background:#f0f0f0;color:#555}.menu-choice-actions button:first-child:hover{background:#e0e0e0}.menu-choice-actions button:last-child{background:linear-gradient(120deg,#ff7e5f,#feb47b);color:#fff;box-shadow:0 4px 12px #ff7e5f33}.menu-choice-actions button:last-child:hover{background:#ff7e5f;box-shadow:0 6px 16px #ff7e5f4d}.menu-choice-content::-webkit-scrollbar{width:6px}.menu-choice-content::-webkit-scrollbar-track{background:#f5f5f5}.menu-choice-content::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.cart-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.cart-content{background:#fff;border-radius:8px;width:560px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000001f;overflow:hidden}.cart-header{display:flex;align-items:center;padding:16px;gap:12px}.cart-content-logo img{width:100px}.cart-header h2{flex:1;margin:0;font-size:1.3rem;color:#222}.cart-content-remove img{width:20px;height:20px;cursor:pointer;opacity:.7;transition:transform .2s,opacity .2s}.cart-content-remove img:hover{transform:rotate(90deg);opacity:1}.cart-content hr{margin:0;border:none;height:1px;background:#eee}.cart-content-items{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:12px}.cart-umpety{text-align:center;color:#777;font-size:.95rem}.cart-content-info{background:#fafafa;border-radius:6px;padding:8px}.cart-menu-options{grid-column:1 / -1;margin:4px 0 0 40px;padding-left:16px;font-size:.85rem;color:#555}.cart-menu-options li{margin-bottom:2px}.cart-popup-quantity{display:flex;align-items:center;gap:4px}.cart-popup-quantity img{width:18px;height:18px;cursor:pointer;opacity:.7;transition:opacity .2s}.cart-popup-quantity img:hover{opacity:1}.cart-popup-quantity span{min-width:20px;text-align:center;font-weight:500;color:#333}.cart-footer{padding:16px;border-top:1px solid #eee;display:flex;flex-direction:column;gap:12px}.cart-total{display:flex;justify-content:space-between;align-items:center}.cart-total h3{margin:0;font-size:1rem;color:#222}.cart-total p{margin:0;font-size:1.1rem;font-weight:600;color:#222}.checkout-button{width:100%;padding:10px;background:linear-gradient(120deg,#ff7e5f,#feb47b);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #ff7e5f33;transition:background .2s,box-shadow .2s}.checkout-button:hover{background:#ff7e5f;box-shadow:0 6px 16px #ff7e5f4d}.validation-popup{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000}.validation-popup-content{background:#fff;border-radius:12px;padding:24px 20px;width:90%;max-width:400px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:16px}.validation-popup-content h2{margin:0;font-size:1.4rem;color:#222;text-align:center}.validation-popup-content p{margin:0;font-size:1rem;color:#444;text-align:center}.validation-popup-recap{background:#f9f9f9;border-radius:8px;padding:12px;max-height:200px;overflow-y:auto}.validation-popup-recap ul{list-style:none;padding:0;margin:0 0 12px}.validation-popup-recap li{margin-bottom:8px;font-size:.95rem;color:#333}.validation-popup-recap li b{color:#ff7e5f}.validation-popup-recap ul ul{margin-top:4px;margin-left:12px;font-size:.9rem;color:#555}.validation-popup-total{border-top:1px solid #e0e0e0;padding-top:8px;font-size:1.1rem;color:#222;display:flex;justify-content:space-between;align-items:center}.validation-popup-actions{display:flex;gap:12px;justify-content:flex-end}.validation-popup-actions .btn-cancel,.validation-popup-actions .btn-confirm{flex:1;padding:10px 0;font-size:.95rem;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.validation-popup-actions .btn-cancel{background:#eee;color:#555}.validation-popup-actions .btn-cancel:hover{background:#e0e0e0}.validation-popup-actions .btn-confirm{background:#ff7e5f;color:#fff}.validation-popup-actions .btn-confirm:hover{background:#e76b52}@media (max-width: 360px){.validation-popup-content{padding:20px 14px;max-width:90%}.validation-popup-actions{flex-direction:column-reverse}.validation-popup-actions .btn-cancel,.validation-popup-actions .btn-confirm{width:100%}}.profil-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:flex-start;justify-content:flex-end;box-sizing:border-box;z-index:3000}.profil-popup-content{background:#fff;width:240px;height:100vw;box-shadow:0 4px 16px #0000001a;overflow:hidden;animation:slideIn .2s ease-out}@keyframes slideIn{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}.profil-popup-close{text-align:right;padding:12px 16px}.profil-popup-close img{width:16px;height:16px;cursor:pointer;transition:transform .2s}.profil-popup-close img:hover{transform:scale(1.2)}.profil-popup-setting,.profil-popup-logout{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;transition:background .2s}.profil-popup-setting:hover,.profil-popup-logout:hover{background:#fff5ef}.profil-popup-setting img,.profil-popup-logout img{width:20px;height:20px;object-fit:contain}.profil-popup-setting p,.profil-popup-logout p{margin:0;font-size:.95rem;color:#333;font-weight:500}.parameter-content{max-width:600px;margin:40px auto;padding:40px 28px;background:#fff;border-radius:24px;box-shadow:0 8px 22px #ff7e5f14;font-family:Segoe UI,sans-serif}.parameter-content h2{text-align:center;color:#232323;font-size:1.8rem;font-weight:700;margin-bottom:32px}.parameter-content-form{display:flex;flex-direction:column;gap:24px}.parameter-content-form label{display:flex;flex-direction:column;font-weight:600;color:#262626;font-size:1rem}.parameter-content-form input{margin-top:8px;padding:12px 16px;border:1px solid #ddd;border-radius:14px;font-size:1rem;background-color:#fafafa;transition:border .2s}.parameter-content-form input:focus{border:1px solid #FF7E5F;outline:none;background-color:#fff}.parameter-content-form button{align-self:flex-end;padding:12px 28px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(120deg,#ff7e5f,#feb47b);border:none;border-radius:28px;cursor:pointer;box-shadow:0 4px 14px #ff7e5f1f;transition:background .2s,box-shadow .2s}.parameter-content-form button:hover{background:#ff7e5f;box-shadow:0 6px 22px #ff7e5f38}@media (max-width: 600px){.parameter-content{padding:32px 20px;margin:24px 12px}.parameter-content-form button{width:100%;text-align:center}}.order-tracking{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px;padding:24px;background:#f9f9f9;box-sizing:border-box}.address-carte{grid-column:1;grid-row:1;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000d;padding:16px;display:flex;flex-direction:column;gap:12px}.address-carte-title{margin:0;font-size:1.25rem;color:#222}.address-carte-map{flex:1;height:200px;border-radius:8px;overflow:hidden}.address-carte-icon{width:20px;vertical-align:middle;margin-right:8px}.address-carte-text{display:inline-block;margin:0;font-weight:600;color:#333}.address-carte-address{margin:4px 0 0 28px;font-size:.95rem;color:#555}.recap-order{grid-column:2;grid-row:1;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000d;padding:16px;display:flex;flex-direction:column;gap:12px}.recap-order-title{margin:0;font-size:1.25rem;color:#222}.recap-content{display:flex;gap:16px}.recap-content-items{flex:2;max-height:250px;min-height:250px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.recap-content-info{background:#fafafa;border-radius:6px;padding:8px}.cart-content-info-item{display:grid;grid-template-columns:32px 40px 1fr auto;align-items:center;gap:8px}.cart-content-info-item p{margin:0;font-size:.95rem;color:#333}.cart-content-info-item img{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid #ddd}.recap-menu-options{grid-column:1 / -1;margin:4px 0 0 48px;padding-left:16px;font-size:.85rem;color:#555}.recap-total{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;background:#fff5ef;border-radius:6px;padding:12px}.recap-total h3{margin:0 0 8px;font-size:1rem;color:#222}.recap-total p{margin:0;font-size:1.2rem;font-weight:600;color:#ff7e5f}.resto-info{grid-column:1;grid-row:2;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000d;padding:16px}.resto-info-title{margin:0 0 12px;font-size:1.25rem;color:#222}.resto-info-details{display:flex;gap:16px}.resto-logo{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #ddd}.resto-info-meta{flex:1;display:flex;flex-direction:column;gap:8px}.resto-name-row{display:flex;align-items:center;gap:12px}.resto-name-row h2{margin:0;font-size:1.3rem;color:#222}.resto-badge{background:#ff7e5f;color:#fff;padding:2px 8px;border-radius:12px;font-size:.8rem}.resto-desc{font-size:.95rem;color:#555;line-height:1.3}.resto-info-section,.resto-contact{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#555}.resto-info-section img,.resto-contact img{width:20px;opacity:.7}.order-tracking-content{grid-column:2;grid-row:2;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000000d;padding:16px;display:flex;flex-direction:column;gap:16px}.order-tracking-title{margin:0;font-size:1.25rem;color:#222}.order-stepper{display:flex;justify-content:space-between;align-items:center}.order-step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;opacity:.4;transition:opacity .2s}.order-step.active{opacity:1}.order-step.done .step-circle{background:#ff7e5f}.step-circle{width:50px;height:50px;border-radius:50%;background:#fff5ef;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000d;transition:background .2s}.step-label{font-size:.9rem;color:#555;text-align:center}@media (max-width: 900px){.order-tracking{grid-template-columns:1fr;grid-template-rows:repeat(4,auto);gap:16px;padding:16px}.address-carte,.recap-order,.resto-info,.order-tracking-content{grid-column:1;grid-row:auto}}@media (max-width: 600px){.address-carte-map{height:180px!important;min-height:140px;width:100%;border-radius:8px;overflow:hidden;background:#eee}}@media (max-width: 600px){.order-tracking{gap:12px;padding:12px}.address-carte{padding:12px}.address-carte-map{height:220px}.address-carte-title{font-size:1.1rem}.address-carte-text,.address-carte-address{font-size:.9rem}.recap-order{padding:12px}.recap-order-title{font-size:1.1rem}.recap-content{flex-direction:column;gap:12px}.recap-content-items{max-height:200px}.cart-content-info-item{grid-template-columns:24px 32px 1fr auto;gap:6px}.recap-total{padding:10px}.recap-total h3{font-size:.95rem}.recap-total p{font-size:1.1rem}.resto-info{padding:12px}.resto-info-details{flex-direction:column;align-items:center;gap:12px}.resto-logo{width:80px;height:80px}.resto-name-row h2{font-size:1.2rem}.resto-badge{font-size:.75rem}.resto-desc,.resto-info-section,.resto-contact{font-size:.9rem}.order-tracking-content{padding:12px}.order-tracking-title{font-size:1.1rem}.order-stepper{flex-direction:column;gap:12px}.order-step{flex-direction:row;align-items:center;gap:12px}.step-circle{width:40px;height:40px}.step-label{font-size:.85rem;text-align:left}}.reset-password{min-height:100vh;background:#fff5ef;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;font-family:Segoe UI,sans-serif}.reset-password-top{text-align:center;margin-bottom:24px}.reset-password-top img{width:200px;margin-bottom:12px}.reset-password-top h1{font-size:1.8rem;font-weight:700;color:#333;margin:0}.reset-password p{font-size:1.02rem;color:#555;margin-bottom:18px;text-align:center}.reset-password-form{background:#fff;padding:28px 24px;border-radius:14px;box-shadow:0 4px 18px #ff7e5f1f;width:100%;max-width:420px}.reset-password-input{position:relative;margin-bottom:20px}.reset-password-input input{width:100%;padding:12px 42px 12px 14px;border:1px solid #ddd;border-radius:8px;font-size:1rem;background-color:#fefefe}.reset-password-input img{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:20px;cursor:pointer;opacity:.6}.reset-password button{width:100%;padding:12px;font-size:1.06rem;background:linear-gradient(120deg,#ff7e5f,#feb47b);color:#fff;border:none;border-radius:30px;font-weight:600;cursor:pointer;transition:background .25s,transform .1s}.reset-password button:hover{background:#ff7e5f;transform:translateY(-2px)}.forgot-password{min-height:100vh;background:#fff5ef;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;font-family:Segoe UI,sans-serif}.forgot-password img{width:200px;margin-bottom:16px}.forgot-password h2{font-size:1.8rem;font-weight:700;margin-bottom:18px;color:#333}.forgot-password form{background:#fff;padding:28px 26px;border-radius:14px;box-shadow:0 4px 20px #ff7e5f1a;display:flex;flex-direction:column;width:100%;max-width:420px}.forgot-password input[type=email]{padding:12px 14px;font-size:1rem;border-radius:8px;border:1px solid #ccc;margin-bottom:20px;background-color:#fff}.forgot-password button{background:linear-gradient(120deg,#ff7e5f,#feb47b);color:#fff;font-weight:600;padding:12px;border:none;border-radius:30px;font-size:1.05rem;cursor:pointer;transition:background .2s ease}.forgot-password button:hover{background:#ff7e5f}.forgot-password p{margin-top:18px;font-size:1rem;color:#333;text-align:center;max-width:380px}.pd-cookies{max-width:800px;margin:40px auto;padding:24px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333}.pd-cookies img{display:block;margin:0 auto 16px;width:120px;height:auto}.pd-cookies hr{border:none;border-top:1px solid #eee;margin:16px 0 24px}.pd-cookies h1{margin:0 0 16px;font-size:2rem;color:#222}.pd-cookies p{margin:0 0 16px;line-height:1.6;font-size:1rem}.pd-cookies p strong,.pd-cookies p b{color:#ff7e5f}
