﻿@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&family=Shrikhand&display=swap";@keyframes checkrotate{0%{transform:rotate(-270deg)}100%{transform:rotate(0deg)}}@keyframes menuanimation{0%{transform:translateY(50%);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes timerloader{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes wave{0%{transform:scale(0)}50%{transform:scale(1)}100%{transform:scale(0)}}body{margin:0;font-family:"Roboto",sans-serif;width:100%}.loader{background-color:#f6f6f6;height:100vh;position:fixed;display:flex;justify-content:center;align-items:center;inset:0;z-index:5;opacity:.9;animation:timerloader 10ms;animation-delay:3s;animation-fill-mode:forwards}.loader__wave{width:5px;height:100px;margin:10px;animation:wave 1s linear infinite;border-radius:20px;background:linear-gradient(45deg, #9356DC, #FF79DA);border-radius:20px}.loader__wave:nth-child(2){animation-delay:.1s}.loader__wave:nth-child(3){animation-delay:.2s}.loader__wave:nth-child(4){animation-delay:.3s}.loader__wave:nth-child(5){animation-delay:.4s}.loader__wave:nth-child(6){animation-delay:.5s}.loader__wave:nth-child(7){animation-delay:.6s}.loader__wave:nth-child(8){animation-delay:.7s}.loader__wave:nth-child(9){animation-delay:.8s}.loader__wave:nth-child(10){animation-delay:.9s}p{font-weight:lighter}a{text-decoration:none;color:inherit}header{font-family:"Shrikhand",cursive;text-align:center;padding:1rem;box-shadow:0 0 .5rem rgba(0,0,0,.25);position:relative}header h1{margin:0}.loc{background-color:#eaeaea;justify-content:center;font-size:1rem;padding:1.5rem 0;display:flex;gap:1rem}.loc__p{font-weight:bold;margin:0}.explorer{background-color:rgba(0,0,0,.03);padding:2rem 2rem 3rem 2rem;text-align:center}.explorer__title{margin:0}.explorer__p{margin-bottom:2rem}.explorer__btn{border:none;background-image:linear-gradient(0deg, #9356DC, #FF79DA);box-shadow:.25rem .25rem .5rem rgba(0,0,0,.13);padding:1.1rem 1.5rem;border-radius:2rem;cursor:pointer;font-weight:500;font-size:1rem;font-family:"Roboto",sans-serif;color:#fff;transition-duration:300ms}.explorer__btn:hover{background-color:#f6f6f6;box-shadow:.25rem .25rem 10px rgba(0,0,0,.5);opacity:.92}.tuto{padding:1rem;counter-reset:numlist;max-width:1300px;margin:auto}.tuto__ol{padding:0;list-style-type:none}@media screen and (min-width: 768px){.tuto__ol{display:flex;gap:2rem}}.tuto li{position:relative;border-radius:1rem;cursor:pointer;display:flex;align-items:center;padding:1.5rem 2rem;margin:0 0 1.5rem 1rem;background-color:#f6f6f6;box-shadow:.25rem .25rem .5rem rgba(0,0,0,.13)}.tuto li i{margin-right:1rem;font-size:1.2rem;color:#aaa}@media screen and (min-width: 768px){.tuto li{width:33%}}.tuto li:hover{background-color:#f2eafb;transition:all 150ms ease-in-out}.tuto li::before{position:absolute;counter-increment:numlist;content:counter(numlist);background:#9356dc;border-radius:50%;width:1.5rem;height:1.5rem;color:#fff;display:grid;place-items:center;left:-0.5rem}.restaurants{padding:1rem;background-color:#f6f6f6;padding-bottom:2.5rem}.restaurants__title{max-width:1300px;margin:auto;padding-bottom:1.5rem}.restaurants__box{gap:2rem;max-width:1300px;margin:auto}@media screen and (min-width: 768px){.restaurants__box{display:flex;flex-wrap:wrap}}.cards{border-radius:1rem;background-color:#fff;margin-bottom:1.5rem;box-shadow:.25rem .25rem .5rem rgba(0,0,0,.13)}@media screen and (min-width: 768px){.cards{width:45%;margin-bottom:0}}.cards:hover{transform:scale(1.01);transition:all 200ms ease-in-out}.cards__link,.cards__new{text-decoration:none;color:inherit;cursor:pointer;position:relative}.cards__new::before{content:"Nouveau";position:absolute;height:2rem;width:5rem;background-color:#99e2d0;display:grid;place-items:center;border-radius:.1rem;color:#1b6150;top:-9rem;right:.75rem}.cards__img{height:11rem;width:100%;border-radius:1rem 1rem 0 0;box-shadow:none;object-fit:cover}.cards__footer{padding:.75rem 1rem .75rem 1rem;position:relative}.cards__footer i{font-size:2rem;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.cards .fa-regular.fa-heart:hover{opacity:0}.cards .fa-solid.fa-heart{color:rgba(0,0,0,0);background-image:linear-gradient(0deg, #9356DC, #FF79DA);background-clip:text;-webkit-background-clip:text;opacity:0;transition:all 600ms ease-in-out;cursor:pointer}.cards .fa-solid.fa-heart:hover,.cards .fa-solid.fa-heart:focus{opacity:1}.cards__h3,.cards__p{margin:0}.cards__h3{padding-bottom:5px}.footer{background-color:#353535;padding:1rem}.footer__logo{color:#fff;font-family:"Shrikhand",cursive;font-weight:500;margin:.5rem 0 1rem 0}.footer__link{text-decoration:none;color:#fff;cursor:pointer}.footer__link:hover{text-decoration:underline}.footer__li{list-style-type:none;margin-bottom:.5rem}.footer__ul{padding-left:0}.footer i{margin-right:.5rem}.box{max-width:1300px;margin:auto}.flex{display:flex}.arrow::before{content:"/f060";display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;font-family:"Font Awesome 5 Free";font-weight:900;content:"";cursor:pointer;font-size:1.5rem;position:absolute;left:1rem;top:50%;transform:translateY(-50%)}.menuimg img{max-width:100%;width:100%;max-height:30rem;object-fit:cover;display:block}@media screen and (max-width: 768px){.menuimg img{max-height:15rem}}.menu{max-width:1300px;margin:auto;background-color:#f6f6f6;padding:1rem;position:relative;z-index:1;border-radius:2rem 2rem 0 0;margin-top:-3rem}.menu__title{font-family:"Shrikhand",cursive}.menu__header{position:relative}.menu__header i{font-size:2rem;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.menu .fa-solid.fa-heart{color:rgba(0,0,0,0);background-image:linear-gradient(0deg, #9356DC, #FF79DA);background-clip:text;-webkit-background-clip:text;opacity:0;transition:all 600ms ease-in-out;cursor:pointer}.menu .fa-solid.fa-heart:hover{opacity:1}.submenus{display:grid;grid-template-columns:1fr;column-gap:1rem}@media screen and (min-width: 768px){.submenus{grid-template-columns:repeat(3, 1fr);column-gap:1rem}}.submenus h3{font-weight:350;position:relative}.submenus h3::after{content:"";height:.25rem;width:3rem;top:1.7rem;left:0;position:absolute;background-color:#99e2d0}.submenus__description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submenus__description h4,.submenus__description p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submenus__sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submenus__dish{animation-timing-function:cubic-bezier(0.5, 1.57, 0.36, 0.84);animation:menuanimation 1s;animation-fill-mode:both;background-color:#fff;display:flex;justify-content:space-between;align-items:flex-end;border-radius:.75rem;padding:.5rem;cursor:pointer;box-shadow:.25rem .25rem 1rem #f6f6f6;margin-bottom:1rem;overflow:hidden}.submenus__dish:nth-child(2){animation-delay:300ms}.submenus__dish:nth-child(3){animation-delay:450ms}.submenus__dish:nth-child(4){animation-delay:600ms}.submenus__dish h4{margin:0 1rem .5rem 0}.submenus__dish p{margin:0 1rem 0 0}.submenus__dish:hover .submenus__check{margin-right:-0.5rem}.submenus__dish:hover .submenus__check i{animation:checkrotate .5s ease-in-out}.submenus__price{font-weight:bold}.submenus__check{background-color:#99e2d0;width:4rem;margin:-35px -4.5rem -0.5rem 0;border-radius:0 .75rem .75rem 0;transition:all 600ms ease-in-out;transition-duration:.6s;display:grid;place-items:center}.submenus i{padding:.25rem;background-color:#fff;border-radius:50%;color:#99e2d0}.order{padding:3rem;text-align:center}.order__btn{border:none;background-image:linear-gradient(0deg, #9356DC, #FF79DA);box-shadow:.25rem .25rem .5rem rgba(0,0,0,.13);padding:1.1rem 1.5rem;border-radius:2rem;cursor:pointer;font-weight:500;font-size:1rem;font-family:"Roboto",sans-serif;color:#fff;transition-duration:300ms;padding:1rem 3.5rem}.order__btn:hover{background-color:#f6f6f6;box-shadow:.25rem .25rem 10px rgba(0,0,0,.5);opacity:.92}/*# sourceMappingURL=style.css.map */
