@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Shrikhand&display=swap");
@keyframes affichage-menu {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  85%, 100% {
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes plat-validation-bkg {
  0% {
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes plat-validation-prix {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-70px);
  }
}
@keyframes plat-validation-icone {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes plat-validation-info {
  0% {
    max-width: calc(100% - 30px);
  }
  100% {
    max-width: calc(100% - 100px);
  }
}
@keyframes plat-validation-nom {
  0% {
    max-width: 100%;
  }
  100% {
    max-width: calc(100% - 70px);
  }
}
@keyframes like {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  85%, 100% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes bloc-page {
  0% {
    transform: translateX(-9999px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes load {
  0% {
    transform: scaleY(0.5);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes hide-load {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
body {
  width: 100vw;
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  padding: 0;
  margin: 0;
}

header {
  z-index: 1;
  width: 97vw;
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 2px #c3c3c3;
  padding: 5px;
  background-color: white;
  margin: 0;
}
header .header__container {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
header .header__container i {
  position: absolute;
  left: 30px;
  bottom: 10px;
}
header .header__container a {
  font-size: 1.5em;
}
header .header__container a:visited {
  color: black;
}
header img {
  width: 50%;
}

footer {
  background-color: #2a2a2a;
  padding: 30px;
  font-family: "Roboto";
  max-width: 100vw;
  margin-top: 0px;
}
footer i {
  width: 20px;
  text-align: center;
}
footer .footer_logo {
  filter: invert(100%);
  margin-bottom: 15px;
}
footer .footer_logo img {
  width: 110px;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer li {
  padding: 5px;
  color: white;
}
footer li a {
  text-decoration: none;
  color: white;
}
footer li a:hover {
  color: #9356DC;
}
footer li i {
  margin-right: 10px;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

#bloc_page {
  animation: bloc-page 0ms 3000ms both;
  position: absolute;
}

.loader {
  margin: auto;
  position: relative;
  top: 200px;
}
.loader .load {
  width: 300px;
  height: 225px;
  display: flex;
  justify-content: space-evenly;
}
.loader .load__bar {
  background: linear-gradient(175deg, #FF79DA, #9356DC);
  border-radius: 15px;
  height: 100%;
  width: 30px;
  animation: load 800ms backwards 3 alternate ease-in-out;
}
.loader .load__bar:nth-child(1) {
  animation-delay: 150ms;
}
.loader .load__bar:nth-child(2) {
  animation-delay: 300ms;
}
.loader .load__bar:nth-child(3) {
  animation-delay: 450ms;
}
.loader .load__bar:nth-child(4) {
  animation-delay: 600ms;
}
.loader .load__bar:nth-child(5) {
  animation-delay: 750ms;
}

.container {
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  max-width: 96vw;
}
.container__heading {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  background-color: #e9e9e9;
  padding: 15px;
}
.container__heading__text i {
  margin-right: 15px;
}
.container__block {
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 60px 20px 60px 20px;
}
.container__block h2 {
  font-size: 1.4em;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
.container__block p {
  font-size: 1em;
}
.container__block__btn {
  font-size: 1em;
  width: fit-content;
  background: linear-gradient(175deg, #FF79DA, #9356DC);
  border-radius: 40px;
  box-shadow: 4px 4px 10px #c3c3c3;
  z-index: 1;
  position: relative;
  transition: all 500ms ease-in-out;
  padding: 20px;
}
.container__block__btn a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.container__block__btn:hover {
  opacity: 0.8;
  box-shadow: 4px 4px 10px #444444;
}

.fonctionnement__container {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 60px 20px 60px 20px;
  background-color: white;
}
.fonctionnement__container h2 {
  font-size: 1.4em;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
.fonctionnement__container ol {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.fonctionnement__container li {
  font-size: 1em;
  font-weight: bold;
  padding: 30px;
  margin: 15px;
  border-radius: 30px;
  background-color: #f6f6f6;
  width: auto;
  counter-increment: li;
  box-shadow: 4px 4px 10px #c3c3c3;
}
.fonctionnement__container li::before {
  content: counter(li);
  color: white;
  display: inline-block;
  background-color: #9356DC;
  width: 18px;
  margin-left: -40px;
  padding: 3px;
  text-align: center;
  border-radius: 25px;
  font-weight: normal;
}
.fonctionnement__container li i {
  margin-right: 30px;
  margin-left: 30px;
  color: #777777;
}
.fonctionnement__container li:hover {
  background-color: #f2eafb;
}
.fonctionnement__container li:hover > i {
  color: #9356DC;
}

@media all and (min-width: 769px) {
  .fonctionnement__container ol {
    flex-direction: row;
  }
  .fonctionnement__container ol li {
    width: 28%;
  }
}
.restaurants {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 60px 20px 60px 20px;
  background-color: #f6f6f6;
}
.restaurants h2 {
  font-size: 1.4em;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  margin-bottom: 30px;
}
.restaurants__container {
  display: flex;
  flex-direction: column;
}
.restaurants__container__block {
  background-color: white;
  border-radius: 25px;
  font-size: 1em;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  box-shadow: 4px 4px 10px #c3c3c3;
}
.restaurants__container__block__new {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #278870;
  padding: 5px 10px 5px 10px;
  background-color: #99E2D0;
  font-weight: bold;
}
.restaurants__container__block__like {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  bottom: 35px;
  right: 50px;
}
.restaurants__container__block__like--plein {
  background: linear-gradient(150deg, #FF79DA, #9356DC);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  z-index: 1;
}
.restaurants__container__block__like:hover .restaurants__container__block__like--plein {
  animation: like 800ms ease-in-out both;
}
.restaurants__container__block__like:hover .restaurants__container__block__like--vide {
  animation: like 800ms ease-in-out both reverse;
}
.restaurants__container__block__like--vide {
  position: relative;
  top: 35px;
}
.restaurants__container__block__nom {
  font-weight: bolder;
  padding: 15px 0 5px 15px;
  font-size: 1.1em;
}
.restaurants__container__block__lieu {
  padding: 0 0 15px 15px;
}
.restaurants__container__block a {
  text-decoration: none;
  color: black;
}
.restaurants__container__block a:hover {
  color: #9356DC;
}
.restaurants__container__block img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

@media all and (min-width: 769px) {
  .restaurants__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .restaurants__container__block {
    width: 400px;
    margin: 15px;
  }
}
body {
  max-width: 100%;
  overflow-x: hidden;
}

.img__restaurant img {
  width: 100vw;
  height: 300px;
  object-fit: cover;
}

h1 {
  width: 90%;
  font-family: "Shrikhand";
  font-size: 2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}
h1 .like {
  cursor: pointer;
  position: relative;
  right: 20px;
}
h1 .like--plein {
  background: linear-gradient(150deg, #FF79DA, #9356DC);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0px;
  bottom: 0;
  transform: scale(0);
}
h1 .like--vide {
  position: absolute;
  left: 0px;
  bottom: 0;
  transform: scale(1);
}
h1 .like:hover .like--plein {
  animation: like 800ms ease-in-out both;
}
h1 .like:hover .like--vide {
  transform: scale(1);
  animation: like 800ms ease-in-out both reverse;
}

@media all and (min-width: 769px) {
  h1 {
    justify-content: space-around;
  }
}
.plats {
  font-family: "Roboto";
  width: 100vw;
}
.plats h3 {
  font-size: 1.2em;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  margin: 20px;
}
.plats .bordure {
  position: relative;
  left: 20px;
  bottom: 15px;
  width: 50px;
  height: 3px;
  background-color: #99E2D0;
}
.plats__choix {
  background-color: white;
  overflow: hidden;
  border-radius: 20px;
  width: auto;
  margin: 10px;
  padding: 15px;
  box-shadow: 4px 4px 10px #c3c3c3;
  position: relative;
  animation: affichage-menu 800ms both ease-out;
}
.plats__choix__1 {
  animation-delay: 100ms;
}
.plats__choix__2 {
  animation-delay: 200ms;
}
.plats__choix__3 {
  animation-delay: 300ms;
}
.plats__choix__4 {
  animation-delay: 400ms;
}
.plats__choix__nom {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.plats__choix__info {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  white-space: nowrap;
}
.plats__choix__prix {
  padding: 15px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-weight: bold;
}
.plats__choix__validation {
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right;
  height: 100%;
  width: 70px;
  background-color: #99E2D0;
  transform: translateX(80px);
}
.plats__choix__validation i {
  font-size: 30px;
  padding: 25px 20px 25px 20px;
  color: white;
  text-align: center;
}
.plats__choix:hover > .plats__choix__validation {
  animation: plat-validation-bkg 800ms both ease-in-out;
}
.plats__choix:hover > .plats__choix__prix {
  animation: plat-validation-prix 800ms both ease-in-out;
}
.plats__choix:hover i {
  animation: plat-validation-icone 800ms both ease-in-out;
}
.plats__choix:hover > .plats__choix__nom {
  animation: plat-validation-nom 800ms both ease-in-out;
}
.plats__choix:hover > .plats__choix__info {
  animation: plat-validation-info 800ms both ease-in-out;
}

@media all and (min-width: 769px) {
  .plats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .plats .bordure {
    left: 0px;
  }
  .plats__choix {
    width: 50%;
  }
}
.menu {
  width: 100%;
  background-color: #f6f6f6;
  border-radius: 50px 50px 0 0;
  position: relative;
  top: -50px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menu .btn_commander {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 30px;
  padding: 20px 50px 20px 50px;
  font-size: 1em;
  width: fit-content;
  background: linear-gradient(175deg, #FF79DA, #9356DC);
  border-radius: 40px;
  box-shadow: 4px 4px 10px #c3c3c3;
  z-index: 1;
  position: relative;
  transition: all 500ms ease-in-out;
}
.menu .btn_commander a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.menu .btn_commander:hover {
  opacity: 0.8;
  box-shadow: 4px 4px 10px #444444;
}

/*# sourceMappingURL=style.css.map */
