*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-container {
  width: 100%;
}

.max-width-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.btn {
  color: #ffffff;
  font-weight: 500;
  background: linear-gradient(-3deg, #9356dc -11.44%, #ff79da 123.93%);
  padding: 0.9rem 1.5rem;
  border-radius: 50rem;
  margin: 0.8rem 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.btn:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
.btn__overlay {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  border-radius: 50rem;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.btn__overlay:hover {
  opacity: 0.15;
}

header {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 20;
}
header .max-width-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.88rem;
  width: calc(100% - 1.76rem);
}
header .header__logo {
  width: 12.3rem;
}

footer {
  color: #ffffff;
  background-color: #353535;
}
footer .max-width-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.4rem 1.6rem;
  width: calc(100% - 3.2rem);
}
@media only screen and (min-width: 1024px) {
  footer .max-width-container {
    flex-direction: row-reverse;
    gap: 4rem;
  }
}
footer .footer__logo {
  font-family: Shrikhand;
  font-size: 1.125rem;
  color: #ffffff;
}
footer .footer__links {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
@media only screen and (min-width: 1024px) {
  footer .footer__links {
    flex-direction: row;
    gap: 2rem;
  }
  footer .footer__links li {
    padding-right: 1rem;
  }
}
footer .footer__links a {
  color: #ffffff;
}
footer .footer__links--imaged {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  footer .footer__links--imaged {
    flex-direction: row;
  }
}
footer .footer__links--imaged i {
  width: 18px;
  margin-right: 0.3rem;
}
footer .footer__links--blank {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
@media only screen and (min-width: 1024px) {
  footer .footer__links--blank {
    flex-direction: row;
  }
}

.location {
  background-color: #eaeaea;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 10;
  color: #353535;
  font-weight: 500;
}
.location .max-width-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.88rem;
  width: calc(100% - 1.76rem);
}

.main-title {
  background-color: #f6f6f6;
  text-align: center;
}
.main-title .max-width-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  width: calc(100% - 4rem);
}
.main-title h1 {
  padding: 0 1rem;
}
.main-title__p {
  font-weight: 300;
}

.fonctionnement {
  background-color: #ffffff;
}
.fonctionnement .max-width-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 1rem;
  width: calc(100% - 2rem);
}
.fonctionnement__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.fonctionnement__list__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.fonctionnement__list__item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #9356dc;
  border-radius: 50rem;
  font-size: 0.8rem;
  font-weight: 500;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  z-index: 10;
}
.fonctionnement__list__item__description {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  background-color: #f6f6f6;
  border-radius: 1.25rem;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
  margin-left: 0.75rem;
}
.fonctionnement__list__item__description i {
  padding-left: 2rem;
  color: #7e7e7e;
}
.fonctionnement__list__item__description i.purple {
  color: #9356dc;
}
.fonctionnement__list__item__description p {
  padding-left: 1.5rem;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .fonctionnement__list {
    flex-direction: row;
  }
}

.restaurants {
  background-color: #f6f6f6;
}
.restaurants .max-width-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem 1rem;
  width: calc(100% - 2rem);
}
.restaurants__cards__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .restaurants__cards__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.restaurants__link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 15;
}
.restaurants__card {
  width: 100%;
  background-color: white;
  border-radius: 20px;
  align-self: stretch;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .restaurants__card {
    width: 49%;
  }
}
.restaurants__card__img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.restaurants__card__txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  padding: 1rem;
}
.restaurants__card__txt h3 {
  font-weight: 700;
  font-size: 1.125rem;
}
.restaurants__card__txt p {
  font-weight: 300;
  line-height: 1.7rem;
}
.restaurants__card__txt embed {
  height: 32px;
  width: 34px;
  margin-right: 10px;
  position: relative;
  z-index: 30;
}
.restaurants__card__new {
  color: #008766;
  background-color: #99e2d0;
  border-radius: 0.125rem;
  padding: 0.4rem 0.7rem;
  width: fit-content;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  font-weight: 500;
  position: absolute;
  margin-left: auto;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.header__back {
  position: absolute;
  top: 0.88rem;
  left: 0.88rem;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.resto-img {
  height: 17.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.resto-img.palettedugout {
  background-image: url(../assets/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg);
}
.resto-img.noteenchantee {
  background-image: url(../assets/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg);
}
.resto-img.alafrancaise {
  background-image: url(../assets/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg);
}
.resto-img.delicedessens {
  background-image: url(../assets/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg);
}

.menu {
  display: flex;
  align-items: center;
}
.menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 2rem 1.06rem 0 1.06rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
}
@media only screen and (min-width: 1024px) {
  .menu__top {
    justify-content: center;
  }
}
.menu__top h1 {
  font-family: Shrikhand;
  font-size: 1.75rem;
  font-weight: 400;
}
.menu__top embed {
  height: 25px;
  width: 30px;
  margin: 0 10px 0 20px;
}
.menu__list {
  background-color: #f6f6f6;
  padding: 0 1.06rem 2.5rem 1.06rem;
}
@media only screen and (min-width: 1024px) {
  .menu__list {
    padding: 0 15.06rem 2.5rem 15.06rem;
  }
}
.menu__list__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 1.7rem;
  padding: 2.5rem 0 0.75rem 0;
}
.menu__list__title h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}
.menu__list__title hr {
  border: none;
  width: 2.5rem;
  height: 2px;
  color: #99e2d0;
  background-color: #99e2d0;
}
.menu__list .delay--0 {
  animation-delay: 0s;
}
.menu__list .delay--1 {
  animation-delay: 0.1s;
}
.menu__list .delay--2 {
  animation-delay: 0.2s;
}
.menu__list .delay--3 {
  animation-delay: 0.3s;
}
.menu__list__item {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0px 4.011px 15.043px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0.75rem;
  overflow: hidden;
  position: relative;
  height: 4.5rem;
  animation: slide 0.75s forwards;
  opacity: 0;
}
@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.menu__list__item:hover {
  cursor: pointer;
}
.menu__list__item__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.94rem;
  width: calc(100% - 1.88rem);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
}
.menu__list__item .checkmark-wrapper {
  color: #ffffff;
  background-color: #99e2d0;
  height: 4.5rem;
  width: 3.7rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -3.7rem;
  transition: all 300ms ease-in-out;
}
.menu__list__item input,
.menu__list__item label {
  box-sizing: border-box;
  width: 100%;
  flex: none;
}
.menu__list__item input {
  visibility: hidden;
  margin-left: -100%;
}
.menu__list__item input[type=checkbox]:checked + label > .menu__list__item__container {
  width: calc(100% - 1.88rem - 3.7rem);
}
.menu__list__item input[type=checkbox]:checked + label > .checkmark-wrapper {
  right: 0;
}
.menu__list__item__txtcol {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  white-space: nowrap;
}
.menu__list__item__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 500;
  font-size: 1.125rem;
}
.menu__list__item__detail {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.25rem;
}
.menu__list__item__price {
  font-weight: 700;
  padding-left: 0.2rem;
}
.menu .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.5rem;
  background-color: #f6f6f6;
}
.menu .btn-container .btn {
  margin: 0;
}

.heart {
  font-size: 1.5rem;
}
.heart:hover {
  cursor: pointer;
}

.heart-wrapper {
  display: flex;
  flex-flow: row nowrap;
}
.heart-wrapper input {
  visibility: hidden;
  margin-left: -100%;
}
.heart-wrapper input,
.heart-wrapper label {
  box-sizing: border-box;
  width: 100%;
  flex: none;
}
.heart-wrapper .heart--empty {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
}
.heart-wrapper .heart--empty:hover {
  background: linear-gradient(-3deg, #9356dc -11.44%, #ff79da 123.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heart-wrapper .heart--filled {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-3deg, #9356dc -11.44%, #ff79da 123.93%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transform: scale(0);
  transition: all 300ms ease-in-out;
}
.heart-wrapper input[type=checkbox]:checked + label > .heart--empty {
  background: linear-gradient(-3deg, #9356dc -11.44%, #ff79da 123.93%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heart-wrapper input[type=checkbox]:checked + label > .heart--filled {
  transform: scale(1);
}

.loader {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  animation: fadeout 0.2s 3s forwards;
}
@keyframes fadeout {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
    visibility: hidden;
  }
}
.loader__anim {
  width: 100px;
  height: 20px;
  border-radius: 20px;
  background: radial-gradient(farthest-side, #9356dc 94%, rgba(0, 0, 0, 0)) left/20px 20px no-repeat #f3f3f3;
  animation: load 1s infinite linear;
}
@keyframes load {
  50% {
    background-position: right;
  }
}/*# sourceMappingURL=style.css.map */