@import"https://fonts.googleapis.com/css2?family=Shrikhand&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:"Roboto",sans-serif}@media only screen and (min-width: 768px){.main{display:flex;flex-wrap:wrap;flex-direction:column}}.load-spinner{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;z-index:5;animation:fadeOut 3s forwards}.wave{width:5px;height:100px;background:linear-gradient(45deg, #9356DC, #FF79DA);margin:10px;animation:wave 1s linear infinite;border-radius:20px}.wave:nth-child(2){animation-delay:.1s}.wave:nth-child(3){animation-delay:.2s}.wave:nth-child(4){animation-delay:.3s}.wave:nth-child(5){animation-delay:.4s}.wave:nth-child(6){animation-delay:.5s}.wave:nth-child(7){animation-delay:.6s}.wave:nth-child(8){animation-delay:.7s}.wave:nth-child(9){animation-delay:.8s}.wave:nth-child(10){animation-delay:.9s}@keyframes wave{0%{transform:scale(0)}50%{transform:scale(1)}100%{transform:scale(0)}}@keyframes fadeOut{70%{opacity:1}100%{opacity:0;visibility:hidden}}.btn{cursor:pointer;padding:15px 30px;border:0;border-radius:50px;color:#fff;font-size:16px;min-width:200px;background:linear-gradient(180deg, #FF79DA, #9356DC);box-shadow:1px 5px 15px 0px rgba(0,0,0,.2)}.btn:hover{background:linear-gradient(180deg, #ff8de0, #9e67e0);box-shadow:1px 5px 15px 0px rgba(0,0,0,.3)}.heart-container{position:relative;display:flex;justify-content:center;align-items:center}.heart-container .heart1:hover{color:#ff79da}.heart-container .heart2{position:absolute;opacity:0;transition:all .3s ease-in}.heart-container .heart2:hover{opacity:1;color:#ff79da;cursor:pointer}.restaurants-card{display:flex;flex-direction:column;border-radius:20px;margin-bottom:20px;position:relative;transition:transform .2s;box-shadow:1px 5px 15px 0px rgba(0,0,0,.2)}.restaurants-card:hover{transform:scale(1.1);box-shadow:1px 5px 15px 0px rgba(0,0,0,.3)}.restaurants-card-nouveau::after{position:absolute;content:"Nouveau";background-color:#99e2d0;color:#4b7857;padding:8px 20px;border-radius:3px;right:15px;top:15px;cursor:pointer}.restaurants-card__img{width:100%;height:180px;border-radius:20px 20px 0 0;object-fit:cover}.restaurants-card__info{display:flex;align-items:flex-start;justify-content:space-between;padding:20px}.restaurants-card__info .heart1,.restaurants-card__info .heart2{font-size:22px}.restaurants-card__description{display:flex;flex-direction:column}.restaurants-card__description__genre{margin-bottom:5px;font-size:16px;font-weight:600}.restaurants-card__description__name{font-weight:300}@media only screen and (min-width: 768px){.restaurant-card-block{width:48%;margin-bottom:25px}.restaurants-card{height:100%}}@media only screen and (min-width: 1045px){.restaurant-card-block{width:23%}.restaurants-card{height:100%}}.restaurant-menu-card{opacity:0;overflow:hidden;cursor:pointer;background-color:#fff;height:65px;margin-bottom:12px;border-radius:10px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;box-shadow:1px 5px 15px 0px rgba(0,0,0,.2)}.restaurant-menu-card:hover{box-shadow:1px 5px 15px 0px rgba(0,0,0,.3)}.restaurant-menu-card:active .restaurant-menu-card__check,.restaurant-menu-card:hover .restaurant-menu-card__check{width:60px;transform:translateX(0)}.restaurant-menu-card:active .restaurant-menu-card__check__icon,.restaurant-menu-card:hover .restaurant-menu-card__check__icon{transform:rotate(1turn);opacity:1;transition:all 400ms 100ms ease-in}.restaurant-menu-card__inner{display:flex;justify-content:space-between;align-items:flex-end;flex:1;overflow:hidden}.restaurant-menu-card__description{padding:10px;overflow:hidden}.restaurant-menu-card__description__title{font-size:16px;margin-bottom:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.restaurant-menu-card__description__details{font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.restaurant-menu-card__description__price{font-size:14px;font-weight:500;padding:10px}.restaurant-menu-card__check{height:100%;display:flex;align-items:center;justify-content:center;background-color:#99e2d0;border-radius:0 10px 10px 0;cursor:pointer;width:0;transition:all 400ms 100ms ease-in-out}.restaurant-menu-card__check__icon{color:#fff}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}100%{opacity:1}}.animation-delay-1{animation:slideUp .9s ease-in forwards;animation-delay:.6s}.animation-delay-2{animation:slideUp 1s ease-in forwards;animation-delay:.7s}.animation-delay-3{animation:slideUp 1.1s ease-in forwards;animation-delay:.8s}.animation-delay-4{animation:slideUp 1.2s ease-in forwards;animation-delay:.9s}@media only screen and (min-width: 1045px){.restaurant-menu-card{width:320px}.restaurant-menu-card__description__title{font-size:15px}.restaurant-menu-card__description__details{font-size:13px}}header{height:70px;display:flex;justify-content:center;align-items:center}nav img{width:200px}.nav{display:flex;align-items:center}.header__arrow{left:10px;position:absolute;font-size:20px;color:inherit}.footer{background-color:#3f3f3f;padding:20px 20px;color:#fff}.footer__title{font-family:"shrikhand",cursive;font-size:20px;margin-bottom:15px;font-weight:normal}.footer__menu{list-style:none}.footer li{font-size:14px;font-weight:300;margin-bottom:8px}.footer li a{text-decoration:none;color:#fff}.footer li a:hover{color:#9356dc}.footer li i{font-size:14px;padding-right:10px}@media only screen and (min-width: 768px){.footer{display:flex;flex-direction:column;align-items:center;text-align:center}}.localisation{height:60px;background-color:#e9e9e9;display:flex;justify-content:center;align-items:center;box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,.4)}.localisation__icon{font-size:18px;padding-right:15px}.localisation__input{font-size:18px;background-color:#e9e9e9;border:none;width:140px}.localisation__input::placeholder{color:#000;opacity:1}.localisation__input:focus-visible{outline:none}.form-restaurants{background-color:#f6f6f6;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 40px;text-align:center}.form-restaurants h2{font-size:28px;margin-bottom:15px}.form-restaurants__description{font-size:16px;font-weight:300;margin-bottom:30px}.fonctionnement{padding:50px 20px 30px 20px;display:flex;flex-direction:column;justify-content:center}.fonctionnement h2{font-size:28px;margin-bottom:15px}.fonctionnement-list{list-style:none}.fonctionnement-list a{text-decoration:none;color:inherit}.fonctionnement-list__step{counter-increment:item;background-color:#f6f6f6;font-size:16px;padding:25px;margin-bottom:20px;border-radius:15px;white-space:nowrap;cursor:pointer;transition:.4s;box-shadow:1px 5px 15px 0px rgba(0,0,0,.2)}.fonctionnement-list__step:hover .fonctionnement-list__step__icon{color:#9356dc}.fonctionnement-list__step__icon{padding-right:16px;color:#7d7d7d}.fonctionnement-list__step__icon:hover{color:#9356dc}.fonctionnement-list__step::before{padding:4px;margin-right:15px;margin-left:-36px;content:counter(item);background-color:#9356dc;border-radius:100%;color:#fff;width:1.2em;text-align:center;display:inline-block}.fonctionnement-list__step:hover{background-color:rgba(146,86,220,.1);box-shadow:1px 5px 15px 0px rgba(0,0,0,.3)}.restaurants-list{background-color:#f6f6f6;padding:50px 20px;width:100%}.restaurants-list a{text-decoration:none;color:inherit}.restaurants-list h2{font-size:28px;margin-bottom:20px}@media only screen and (min-width: 768px){.localisation{width:100%}.form-restaurants{background-color:#fff;padding-bottom:40px}.fonctionnement{background-color:#fff;padding:20px 30px}.fonctionnement__title{text-align:center}.fonctionnement-list{display:flex;flex-wrap:wrap;justify-content:center}.fonctionnement-list__step{padding:15px 40px;margin:20px;background:#fff}.fonctionnement-list__step::before{margin-left:-52px}.restaurants-list{background-color:#fff;padding:20px 30px 50px 30px}.restaurants-list h2{text-align:center;margin-bottom:35px}.restaurants-list-container{display:flex;justify-content:space-around;flex-wrap:wrap}}.restaurant-menu{background-color:#f6f6f6;padding-bottom:60px}.restaurant-menu__img-and-title{display:flex;flex-direction:column}.restaurant-menu__img-and-title__img{height:210px;object-fit:cover}.restaurant-menu__img-and-title__title-and-icon-container{background-color:#f6f6f6;padding:30px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:20px 20px 0 0;margin-top:-30px}.restaurant-menu__img-and-title__title{font-family:"shrikhand",cursive;font-size:26px;font-weight:normal}.restaurant-menu__img-and-title__icon{font-size:26px}.restaurant-menu__list{padding:0 20px 30px 20px}.restaurant-menu__list__course-title{text-transform:uppercase;font-size:16px;font-weight:400}.restaurant-menu__list__underline{height:3px;width:40px;background-color:#99e2d0;margin:3px 0 13px 0}.restaurant-menu__btn{display:flex;justify-content:center}@media only screen and (min-width: 1045px){.menu{display:flex;justify-content:center}.restaurant-menu__img-and-title__img{height:320px}.restaurant-menu__img-and-title__title-and-icon-container{justify-content:center;align-items:baseline}.restaurant-menu__img-and-title__title-and-icon-container h1{margin-right:15px}.restaurant-menu__img-and-title__title-and-icon-container .fa-heart{font-size:20px}.restaurant-menu__list{padding:0 10px 30px}}/*# sourceMappingURL=style.css.map */
