body {
  margin: 0;
  font-family: "Roboto", "Shrikhand", sans-serif, cursive;
  text-align: center;
  background: white;
}

* {
  transition: all 0.3s ease;
}

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

.menu {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Shrikhand";
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  background-color: white;
}
.menu h1 {
  font-weight: normal;
}
.menu a {
  position: absolute;
  font-size: 1.1em;
  left: 23px;
}

.banniere {
  width: 100%;
  height: 400px;
}
.banniere img {
  height: 100%;
  z-index: -1;
  position: relative;
  width: 100%;
}
.banniere__cover img {
  object-fit: cover;
}

form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.carte {
  margin-top: -65px;
  background-color: #f5f6f6;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 40%;
  padding: 1em 14em 3em 14em;
}
.carte__liste {
  opacity: 0;
  margin-bottom: 9%;
  text-align: left;
  animation: 1s cubic-bezier(0.72, -0.71, 0.19, 1.71) forwards apparitions;
}
.carte__nom {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 3%;
  font-size: 18px;
}
.carte__nom__jaime {
  border: none;
  background-color: transparent;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 38px;
  font-size: 24px;
}
.carte__nom__jaime input {
  position: absolute;
  z-index: 5;
  height: 6vw;
  width: 5vw;
  opacity: 0;
}
.carte__nom__jaime .fa-solid {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s, font-size 0.2s;
  z-index: 1;
  background: linear-gradient(to bottom, #9356dc, #ff79da);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.carte__nom__jaime .fa-regular {
  position: absolute;
}
.carte__nom__jaime input[type=checkbox]:checked + .fa-solid {
  opacity: 1;
}
.carte__nom h2 {
  font-family: "Shrikhand";
  margin: 0;
  font-weight: normal;
}
.carte h3 {
  font-style: normal;
  font-weight: 300;
  flex-direction: column;
  display: flex;
  text-transform: uppercase;
}
.carte h3 span {
  border: 2px solid #99e2d0;
  margin-top: 4px;
  width: 7%;
}
.carte__plats {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4.01149px 15.0431px rgba(0, 0, 0, 0.1);
  background-color: white;
  font-weight: bold;
  margin: 16px 16px 16px 0;
}
.carte__plats__infos {
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  height: 88px;
  display: flex;
}
.carte__plats__infos__div-info {
  width: 83%;
  margin: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.carte__plats__infos span {
  margin: 16px;
}
.carte__plats__infos p {
  font-weight: 300;
  margin: 1% 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
}
.carte__plats__infos:hover .carte__plats__infos__checkbox {
  width: 88px;
}
.carte__plats__infos__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #99e2d0;
  width: 0%;
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.carte__plats__infos__checkbox input {
  z-index: 1;
  position: absolute;
  opacity: 0;
}
.carte__plats__infos__checkbox .fa-check {
  border-radius: 50px;
  background-color: #ffffff;
  display: flex;
  padding: 6px;
  color: #99e2d0;
}

@keyframes apparitions {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  90% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
.delai-0 {
  animation-delay: 0s;
}

.delai-1 {
  animation-delay: 0.3s;
}

.delai-2 {
  animation-delay: 0.6s;
}

.btn-commander {
  padding: 3% 8%;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: white;
  background: linear-gradient(0deg, #9356dc -5.2%, #ff79da 110.74%);
  border: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.btn-commander:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(0deg, #9356dc -5.2%, #ff79da 110.74%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
}

footer {
  background-color: #353535;
  padding: 25px;
  color: white;
  text-align: left;
}
footer .footer__blocs-navs {
  justify-content: flex-end;
  display: flex;
}
footer .footer__blocs-navs nav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
footer .footer__blocs-navs nav ul {
  display: flex;
  justify-content: end;
  margin-right: 4%;
}
footer .footer__blocs-navs nav ul li {
  list-style: none;
  margin: 0 4%;
  white-space: nowrap;
}
footer .footer__blocs-navs nav ul li a {
  color: white;
}
footer .footer__blocs-navs nav ul li a i {
  margin-right: 7%;
}
footer h3 {
  font-family: "Shrikhand";
  font-weight: normal;
  margin-right: 7%;
}

@media screen and (max-width: 1013px) {
  .carte {
    width: auto;
    padding: 1em 4em 3em 4em;
  }

  .carte__liste {
    width: 500px;
  }

  footer {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    font-size: 4vw;
  }
  .menu h1 {
    margin: 8px;
  }
  .menu a {
    font-size: 5vw;
  }

  .banniere {
    height: 66vw;
  }

  .carte {
    padding: 15px 17px;
    padding-bottom: 12%;
    width: 100%;
  }
  .carte__liste {
    margin-bottom: 13%;
    width: auto;
  }
  .carte__nom {
    justify-content: space-around;
    font-size: 5vw;
  }
  .carte__nom__jaime {
    font-size: 5.5vw;
    margin: 0;
  }
  .carte__nom h2 {
    font-size: 7vw;
  }
  .carte h3 {
    font-size: 4.5vw;
  }
  .carte__plats {
    margin-bottom: 4%;
    font-size: 4.5vw;
  }
  .carte__plats__infos {
    height: 18vw;
  }
  .carte__plats__infos__div-info {
    margin: 3%;
  }
  .carte__plats__infos__div-info span {
    font-weight: 300;
    margin: 1% 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 3.9vw;
    text-overflow: ellipsis;
  }
  .carte__plats__infos span {
    margin: 5%;
  }
  .carte__plats__infos p {
    font-size: 3.9vw;
  }
  .carte__plats__infos:hover .carte__plats__infos__checkbox {
    width: 30%;
  }
  .carte__plats__infos__checkbox .fa-check {
    font-size: 4vw;
  }

  .btn-commander {
    padding: 4% 14%;
    font-size: 4vw;
  }

  footer {
    padding: 5px 25px 25px 15px;
    font-size: 4vw;
  }
  footer .footer__blocs-navs {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  footer .footer__blocs-navs h3 {
    font-family: "Shrikhand";
    font-weight: normal;
    margin-bottom: unset;
  }
  footer .footer__blocs-navs nav {
    display: block;
  }
  footer .footer__blocs-navs nav ul {
    display: block;
    list-style: none;
    padding: 0;
  }
  footer .footer__blocs-navs nav ul li {
    margin: 9px 0;
  }
  footer .footer__blocs-navs nav ul li a i {
    width: 5vw;
  }
}

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