@import url("https://fonts.googleapis.com/css2?family=Shrikhand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/* Fonctions apparition des plats */
.menu-one-entree:nth-child(1) {
  opacity: 0;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-entree:nth-child(2) {
  opacity: 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-entree:nth-child(3) {
  opacity: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-entree:nth-child(4) {
  opacity: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-entree:nth-child(5) {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-entree:nth-child(6) {
  opacity: 0;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-entree:nth-child(7) {
  opacity: 0;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-entree:nth-child(8) {
  opacity: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-plat:nth-child(1) {
  opacity: 0;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-plat:nth-child(2) {
  opacity: 0;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-plat:nth-child(3) {
  opacity: 0;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-plat:nth-child(4) {
  opacity: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-plat:nth-child(5) {
  opacity: 0;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-plat:nth-child(6) {
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-plat:nth-child(7) {
  opacity: 0;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-plat:nth-child(8) {
  opacity: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-dessert:nth-child(1) {
  opacity: 0;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-dessert:nth-child(2) {
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-dessert:nth-child(3) {
  opacity: 0;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-dessert:nth-child(4) {
  opacity: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-dessert:nth-child(5) {
  opacity: 0;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-dessert:nth-child(6) {
  opacity: 0;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-dessert:nth-child(7) {
  opacity: 0;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.menu-one-dessert:nth-child(8) {
  opacity: 0;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-name: arrivee;
          animation-name: arrivee;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

@-webkit-keyframes arrivee {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 10px;
  }
}

@keyframes arrivee {
  0% {
    opacity: 0;
    margin-top: 15px;
  }
  100% {
    opacity: 1;
    margin-top: 10px;
  }
}

@-webkit-keyframes rotation {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes rotation {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

* {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  z-index: 1;
}

a {
  color: black;
  text-decoration: none;
}

/*
 violet : #9356DC
 rose : #FF79DA
 bleu : #99E2D0
 */
.explorer-button, .commander-button {
  width: 210px;
  height: 50px;
  border-radius: 30px;
  border: none;
  color: #FFFF;
  font-size: 16px;
  -webkit-box-shadow: 0px 4px 7px #b8b8b8;
          box-shadow: 0px 4px 7px #b8b8b8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.explorer-button:hover, .commander-button:hover {
  cursor: pointer;
  opacity: 90%;
  -webkit-box-shadow: 0px 4px 7px #969696;
          box-shadow: 0px 4px 7px #969696;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #FFFF;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
  -webkit-animation-name: disappear;
          animation-name: disappear;
  -webkit-animation-duration: 2500ms;
          animation-duration: 2500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.loader {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #9356DC;
  border-color: #9356DC transparent #9356DC transparent;
  -webkit-animation: loader 1.2s linear infinite;
          animation: loader 1.2s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes disappear {
  99% {
    height: 100vh;
    visibility: visible;
  }
  100% {
    height: 0px;
    visibility: hidden;
  }
}

@keyframes disappear {
  99% {
    height: 100vh;
    visibility: visible;
  }
  100% {
    height: 0px;
    visibility: hidden;
  }
}

header {
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0px 3px 5px #b8b8b8;
          box-shadow: 0px 3px 5px #b8b8b8;
  position: -webkit-sticky;
  position: sticky;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#logo {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}

.fa-arrow-left {
  color: #363636;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 5%;
  top: 27px;
}

footer {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  background-color: #404040;
  padding: 20px;
  padding-left: 4%;
  color: white;
}

footer .footer-title {
  font-family: 'Shrikhand', cursive;
  font-weight: 400;
}

footer ul {
  list-style: none;
  margin-top: 15px;
}

footer li {
  margin-top: 7px;
  color: white;
}

footer li .list-big-text {
  font-weight: 500;
}

footer li i {
  width: 20px;
  height: 20px;
}

footer li a {
  color: white;
}

.localisation {
  background-color: #ebebeb;
  width: 100%;
  height: 50px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #494949;
}

.localisation input {
  margin-left: 10px;
  color: #494949;
  border: 0px solid;
  background-color: #ebebeb;
  width: 100px;
  font-weight: bold;
}

.explorer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-overflow: clip;
  background-color: #f7f7f7;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.explorer h1 {
  font-size: 22px;
  font-weight: bolder;
  width: 80%;
}

.explorer p {
  color: #494949;
  font-size: 17px;
  width: 90%;
}

.explorer-button, .commander-button {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9356DC), color-stop(#c053c0), color-stop(#e268e4), to(#FF79DA));
  background-image: linear-gradient(0deg, #9356DC, #c053c0, #e268e4, #FF79DA);
  width: 210px;
  height: 50px;
  border-radius: 30px;
  border: none;
  color: #FFFF;
  font-size: 16px;
  -webkit-box-shadow: 0px 4px 7px #b8b8b8;
          box-shadow: 0px 4px 7px #b8b8b8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.explorer-button:hover, .commander-button:hover {
  cursor: pointer;
  opacity: 90%;
  -webkit-box-shadow: 0px 4px 7px #969696;
          box-shadow: 0px 4px 7px #969696;
}

.fonctionnement h2 {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .fonctionnement h2 {
    margin-right: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 767px) {
  .fonctionnement h2 {
    text-align: center;
  }
}

.fonctionnement .box-text {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  font-size: medium;
}

.fonctionnement .box-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: absolute;
  margin-left: -12px;
  color: white;
  background-color: #9356DC;
  width: 25px;
  height: 25px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fonctionnement-logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
  color: grey;
}

.fonctionnement-all-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.fonctionnement-box {
  width: 280px;
  height: 70px;
  background-color: #f7f7f7;
  border-radius: 35px;
  -webkit-box-shadow: 0px 4px 7px #b8b8b8;
          box-shadow: 0px 4px 7px #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fonctionnement-box .fa-store {
  color: #9356DC;
}

.fonce {
  background-color: rgba(241, 213, 241, 0.3);
}

.restaurants {
  background-color: #f7f7f7;
  margin-top: 40px;
  padding-bottom: 60px;
}

.restaurants h2 {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .restaurants h2 {
    margin-right: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 767px) {
  .restaurants h2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .restaurants-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 767px) {
  .restaurants-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}

.restaurants-all .restaurants-one {
  width: 280px;
  height: 220px;
  border-radius: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 4px 7px #b8b8b8;
          box-shadow: 0px 4px 7px #b8b8b8;
}

@media screen and (min-width: 767px) {
  .restaurants-all .restaurants-one {
    margin-left: 30px;
  }
}

.restaurants-all .restaurants-one .restaurants-img {
  width: 100%;
  height: 70%;
}

.restaurants-all .restaurants-one .restaurants-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.restaurants-all .restaurants-one .restaurants-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.restaurants-all .restaurants-one .restaurants-desc .desc-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.restaurants-all .restaurants-one .restaurants-desc .desc-desc .desc-title {
  font-weight: 600;
  font-size: 16px;
}

.restaurants-all .restaurants-one .restaurants-desc .desc-desc .desc-text {
  font-size: 15px;
  font-weight: 200;
  margin-top: 4px;
}

.restaurants-all .restaurants-one .restaurants-desc .desc-icon {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.restaurants-all .restaurants-one .restaurants-desc .desc-icon .fa-heart {
  text-shadow: 0 0 2px #000;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.restaurants-all .restaurants-one .restaurants-desc .desc-icon .fa-heart:hover {
  color: #9b57c0;
  cursor: pointer;
}

.nouveau {
  position: absolute;
  margin-left: 180px;
  margin-top: 20px;
  border-radius: 5px;
  width: 90px;
  height: 33px;
  background-color: #99E2D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3ca265;
  font-weight: 600;
  font-size: 15px;
  z-index: 90;
}

#menu-top img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  margin-top: -250px;
}

#menu {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: 250px;
  position: relative;
  width: 100%;
}

.menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .menu-title {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (min-width: 767px) {
  .menu-title {
    margin: auto;
    padding: auto;
    width: 500px;
  }
}

.menu-title .menu-title-text {
  font-family: 'Shrikhand', cursive;
  font-size: 24px;
  font-weight: 500;
}

.menu-title .fa-heart {
  margin-right: 3%;
  text-shadow: 0 0 2px #000;
  color: #f7f7f7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.menu-title .fa-heart:hover {
  color: #9356DC;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .menu-entree, .menu-plat, .menu-dessert {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
  }
}

@media screen and (min-width: 767px) {
  .menu-entree, .menu-plat, .menu-dessert {
    width: 500px;
    margin: auto;
    margin-top: 25px;
    padding: auto;
  }
}

.menu-entree .menu-entree-title, .menu-entree .menu-plat-title, .menu-entree .menu-dessert-title, .menu-plat .menu-entree-title, .menu-plat .menu-plat-title, .menu-plat .menu-dessert-title, .menu-dessert .menu-entree-title, .menu-dessert .menu-plat-title, .menu-dessert .menu-dessert-title {
  font-size: 16px;
  font-weight: 400;
}

.menu-entree .menu-entree-title-bar, .menu-entree .menu-plat-title-bar, .menu-entree .menu-dessert-title-bar, .menu-plat .menu-entree-title-bar, .menu-plat .menu-plat-title-bar, .menu-plat .menu-dessert-title-bar, .menu-dessert .menu-entree-title-bar, .menu-dessert .menu-plat-title-bar, .menu-dessert .menu-dessert-title-bar {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid #99E2D0 3px;
  width: 50px;
  margin-top: 3px;
}

.menu-entree .menu-plat-title-bar, .menu-plat .menu-plat-title-bar, .menu-dessert .menu-plat-title-bar {
  width: 40px;
}

.menu-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  width: 100%;
  border-radius: 15px;
  background-color: #FFFF;
  -webkit-box-shadow: 0px 4px 7px #b8b8b8;
          box-shadow: 0px 4px 7px #b8b8b8;
}

.menu-one:hover .menu-one-desc {
  width: 60%;
}

.menu-one:hover {
  cursor: pointer;
}

.menu-one:hover .menu-one-anim {
  opacity: 1;
  width: 70px;
}

.menu-one:hover i {
  /* Animation Rotation */
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.menu-one .menu-one-anim {
  background-color: #99E2D0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0px;
  opacity: 0.8;
  -webkit-transform-origin: right 50%;
          transform-origin: right 50%;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.menu-one .menu-one-anim i {
  color: #FFFF;
  overflow: hidden;
}

.menu-one .menu-one-price {
  width: 30px;
  /*border: solid 3px blue;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.menu-one .menu-one-price .menu-one-desc-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 800;
  margin-bottom: 9px;
  margin-top: 5px;
}

.menu-one .menu-one-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*border: solid 3px red;*/
  width: 80%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: width;
  transition-property: width;
}

.menu-one .menu-one-desc .menu-one-desc-title {
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
  margin-top: 9px;
  margin-left: 12px;
  /*border: solid 1px green;*/
}

.menu-one .menu-one-desc .menu-one-desc-text {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 12px;
  /*border: solid 1px green;*/
}

.commander {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*# sourceMappingURL=style.css.map */