@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Shrikhand";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Shrikhand-Regular.ttf);
}
body {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  color: #353535;
  width: 100%;
  margin: 0;
}
body .sr-only {
  position: absolute;
  width: 1px;
  left: -1px;
  overflow: hidden;
}
body section {
  padding: 48px 20px;
}
@media screen and (min-width: 1024px) {
  body section {
    padding: 50px 180px;
  }
}
body h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  color: #000000;
}
body h3 {
  font-weight: 700;
  font-size: large;
  margin: 0;
  color: #000000;
}
body p {
  margin: 0;
}
body a {
  text-decoration: none;
}

main {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 113px - 120px);
  align-items: center;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__back {
  position: absolute;
  height: 63px;
  display: flex;
  align-items: center;
  top: 0px;
  left: 24px;
  z-index: 1000;
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  width: 100%;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1490196078);
  z-index: 100;
}
.header__logo img {
  width: 162px;
}
.header__localisation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background: #eaeaea;
  height: 50px;
  width: 100%;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.1490196078);
  z-index: 99;
}
.header__localisation input::-moz-placeholder {
  display: inline;
  font-weight: 500;
  background: #eaeaea;
  border: none;
  color: #000000;
  width: 120px;
  text-align: center;
  font-size: 1rem;
}
.header__localisation input, .header__localisation input::placeholder {
  display: inline;
  font-weight: 500;
  background: #eaeaea;
  border: none;
  color: #000000;
  width: 120px;
  text-align: center;
  font-size: 1rem;
}
.header__localisation img {
  width: 12px;
}

.footer {
  padding: 25px;
  background-color: #353535;
}
.footer .footer_logo {
  width: 100px;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .footer .footer_logo {
    margin: 0 60px;
  }
}
.footer .navbar {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 1024px) {
  .footer .navbar {
    flex-direction: row;
    gap: 25px;
  }
}
.footer .navbar__link a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding-left: 10px;
}
.footer .navbar__link--legal a {
  padding-left: 0;
}
.footer .navbar__link--legal img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer {
    height: 114px;
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    padding: 0 0 30px 0;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #f6f6f6;
  width: calc(100% - 40px);
}
.hero h2 {
  margin-bottom: 10px;
  width: 75vw;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  .hero h2 {
    margin-bottom: 0;
    font-size: 2.5rem;
  }
}
.hero p {
  font-weight: 300;
  font-size: 1.125rem;
  padding-bottom: 27px;
  width: 85vw;
}
@media screen and (min-width: 1024px) {
  .hero p {
    padding-bottom: 0;
  }
}
.hero button {
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(3.11deg, rgb(147, 86, 220), rgb(255, 121, 218));
  height: 50px;
  border-radius: 25px;
  border: none;
  padding: 0 18px;
  width: 60vw;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .hero button {
    max-width: 218px;
  }
}
@media screen and (min-width: 1024px) {
  .hero > * {
    max-width: 645px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    gap: 18px;
    width: calc(100% - 360px);
  }
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: calc(100% - 40px);
}
.steps__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .steps__items {
    flex-direction: row;
    justify-content: center;
    gap: 35px;
  }
}
.steps__item {
  display: flex;
  background-color: #f6f6f6;
  border-radius: 20px;
  border: none;
  height: 72px;
  margin-left: 12px;
  align-items: center;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
  width: 100%;
  max-width: 500px;
}
.steps__item .number {
  color: #f6f6f6;
  background-color: #9356dc;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  left: -12px;
}
.steps__item > img {
  position: relative;
  left: 9px;
}
.steps__item .txt {
  padding-left: 28px;
  padding-right: 12px;
  text-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .steps__item {
    flex: 1;
    text-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .steps {
    width: calc(100% - 360px);
  }
}

.restaurants {
  flex: 1;
  width: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #f6f6f6;
}
.restaurants__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .restaurants__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .restaurants__items {
    gap: 50px;
  }
}
.restaurants__card {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  height: 250px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
}
.restaurants__card .new {
  display: none;
}
.restaurants__card--new .new {
  display: inline-block;
  position: absolute;
  background-color: #99e2d0;
  color: #008766;
  font-size: 0.875rem;
  height: 30px;
  width: 80px;
  top: 12px;
  right: 12px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.restaurants__card .thumbnail {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
.restaurants__card .txt {
  height: 75px;
  color: #000000;
  font-weight: 300;
  font-size: calc(1rem + 1px);
  padding-left: 13px;
  padding-top: 10px;
  line-height: 1.3;
}
.restaurants__card .like-fa {
  position: absolute;
  bottom: 33px;
  right: 33px;
}
.restaurants__card > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .restaurants__card {
    flex: 1 1 40%;
  }
}
@media screen and (min-width: 1024px) {
  .restaurants {
    gap: 25px;
    width: calc(100% - 360px);
  }
}

.restaurant-hero {
  padding: 0;
  width: 100%;
  height: 375px;
}
.restaurant-hero > img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
}

.restaurant-menu {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .restaurant-menu {
    max-width: 1055px;
  }
}

.restaurant-menu__title {
  width: calc(100% - 24px);
  display: flex;
  align-items: first baseline;
  margin-top: 42px;
  padding: 0 12px 20px 12px;
}
.restaurant-menu__title > h1 {
  flex: 1;
  font-family: "Shrikhand", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #000000;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 -20px 0;
}
@media screen and (min-width: 768px) {
  .restaurant-menu__title > h1 {
    flex: 0 0 content;
  }
}
.restaurant-menu__title > .like-fa {
  flex: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .restaurant-menu__title > .like-fa {
    flex: 0 0 content;
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  .restaurant-menu__title {
    justify-content: center;
  }
}

.restaurant-menu__courses {
  width: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  padding: 0 12px 20px 12px;
}
.restaurant-menu__courses.animation-priority-1 {
  animation: menu-appearing 800ms 250ms linear both;
}
.restaurant-menu__courses.animation-priority-2 {
  animation: menu-appearing 800ms 400ms linear both;
}
.restaurant-menu__courses.animation-priority-3 {
  animation: menu-appearing 800ms 550ms linear both;
}
@media screen and (min-width: 768px) {
  .restaurant-menu__courses {
    max-width: 630px;
  }
}

.restaurant-menu__category > h2 {
  color: #000000;
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2;
  text-transform: uppercase;
}
.restaurant-menu__category > h2::after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #99e2d0;
}

.restaurant-menu__course {
  height: 40px;
  min-height: 40px;
  border-radius: 15px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1490196078);
  overflow: hidden;
  display: flex;
  position: relative;
}
.restaurant-menu__course > .txt {
  flex: 1;
  color: #000000;
  min-width: calc(100% - 100px);
  max-width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.restaurant-menu__course > .txt > h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-weight: 500;
}
.restaurant-menu__course > .txt > p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.938rem;
  font-weight: 300;
}
.restaurant-menu__course > .price {
  align-self: flex-end;
  vertical-align: bottom;
  font-size: 0.938rem;
  color: #353535;
  font-weight: 700;
  width: 30px;
  text-align: right;
}
.restaurant-menu__course--action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.restaurant-menu__course--action:hover {
  cursor: pointer;
}

.button__animated {
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(3.11deg, rgb(147, 86, 220), rgb(255, 121, 218));
  height: 50px;
  width: 200px;
  border-radius: 25px;
  border: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  position: relative;
  margin-bottom: 40px;
}

input {
  display: none;
}

.like-fa {
  width: 22px;
  height: 22px;
  padding: 2px;
}
.like-fa > input {
  display: none;
}
.like-fa input:checked + label i::before {
  opacity: 0;
}
.like-fa input:checked + label i::after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 20px;
  -webkit-text-stroke: 0px;
}
.like-fa .fa-heart {
  font-size: 20px;
  color: transparent;
  -webkit-text-stroke: #000000 1px;
  position: relative;
}
.like-fa .fa-heart:hover {
  cursor: pointer;
}
.like-fa .fa-heart::before {
  opacity: 1;
  transition: opacity 400ms linear;
}
.like-fa .fa-heart::after {
  background: linear-gradient(192.74deg, #9356dc, #ff79da);
  content: "\f004";
  -webkit-background-clip: text;
          background-clip: text;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  font-size: 0px;
  position: absolute;
  transition: all 400ms ease-out;
}

.button__animated {
  transition: box-shadow 200ms ease-out;
}
.button__animated::before {
  content: "";
  background: rgba(255, 255, 255, 0.1490196078);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 25px;
  opacity: 0;
  transition: opacity 300ms ease-out;
}
.button__animated:hover {
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.4);
}
.button__animated:hover::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button__animated {
    max-width: 218px;
  }
}

.check {
  padding: 0;
  margin: 0;
  margin-left: -5px;
}
.check .check__block {
  background-color: #99e2d0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-top: -15px;
  width: 60px;
  margin-left: 20px;
  margin-right: -75px;
  transition: all 250ms ease-out;
}
.check > input {
  display: block;
  left: 15px;
  display: none;
}
.check > input:hover + .check__block, .check > input:checked + .check__block {
  margin-left: 20px;
  margin-right: -15px;
  width: 60px;
}

@keyframes menu-appearing {
  from {
    max-height: 15px;
  }
  to {
    max-height: 400px;
  }
}
@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes writing {
  from {
    width: 55px;
  }
  to {
    width: 180px;
  }
}
@keyframes scale-down-typo {
  from {
    font-size: 4000px;
    opacity: 1;
  }
  to {
    font-size: 30px;
    opacity: 1;
  }
}
@keyframes appearing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes moving-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-50vh + 29px));
  }
}
@keyframes moving-zero {
  from {
    transform: translateY(calc(50vh - 29px));
  }
  to {
    transform: translateY(0);
  }
}
@keyframes display-none {
  to {
    height: 0px;
  }
}
@keyframes prevent-scrolling {
  from {
    overflow: hidden;
  }
  to {
    overflow: auto;
  }
}
body.loading {
  animation: prevent-scrolling 1ms 3600ms backwards;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 110;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  animation: appearing 600ms ease-out 3900ms reverse forwards, display-none 1ms 4500ms forwards;
  color: #000000;
  font-family: "Shrikhand", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  line-height: 1.9;
}
.loader::after {
  content: "";
  height: 1000vh;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 110;
  animation: display-none 1ms 4500ms forwards;
}
.loader__typing {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  z-index: 120;
  animation: writing 800ms steps(6, end) 1000ms forwards, moving-up 1000ms 2800ms forwards, display-none 1ms 4500ms forwards;
}
.loader__zoom {
  opacity: 0;
  font-size: 4000px;
  z-index: 120;
  animation: scale-down-typo 1000ms ease-out backwards, display-none 1ms 4500ms forwards;
}
.loader__txt {
  font-size: 30px;
  position: absolute;
  left: 0;
  opacity: 1;
  padding-left: 14px;
  padding-right: 6px;
  z-index: 120;
  animation: appearing 1ms 1000ms backwards;
}
.loader__cursor {
  opacity: 0;
  font-size: 30px;
  z-index: 120;
  animation: blink 650ms steps(1, end) 4;
}

.restaurants__card::after, .button__animated--loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 120;
  border-radius: inherit;
  transform: translateY(calc(50vh - 29px));
  animation: appearing 700ms ease-out 2400ms both, moving-zero 1000ms 2800ms forwards, appearing 600ms ease-out 3900ms reverse forwards, display-none 1ms 4500ms forwards;
}

.restaurants__card::after {
  background-color: #99e2d0;
}

.button__animated::after {
  background: inherit;
}/*# sourceMappingURL=main.css.map */