@charset "UTF-8";
/*polices Roboto et Shrikhand*/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&display=swap);
/*polices Roboto et Shrikhand*/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shrikhand&display=swap);
body {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 768px;
  min-width: 375px;
}

@media (min-width: 768px) {
  body {
    max-width: 1903px;
    min-width: 768px;
  }
}
main,
footer {
  font-family: "Roboto";
}

li {
  list-style: none;
  display: flex;
  align-items: center;
}

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

h1 {
  font-size: 1.7em;
  display: flex;
  justify-content: center;
}

h2 {
  margin-top: 35px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.etape-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.etape-menu1 {
  animation: slide 2s forwards;
  animation-delay: 0s;
  opacity: 0;
}
.etape-menu2 {
  animation: slide 2s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.etape-menu3 {
  animation: slide 2s forwards;
  animation-delay: 1s;
  opacity: 0;
}
@keyframes slide {
  0% {
    transform: translatex(100px);
    opacity: 0%;
  }
  100% {
    transform: translatex(0px);
    opacity: 100%;
  }
}

/*polices Roboto et Shrikhand*/
header {
  display: flex;
  flex-direction: column;
}

.arrow {
  position: relative;
  z-index: 3;
  left: 0;
  top: 45px;
  padding-left: 20px;
}

.fa-arrow-left {
  font-size: 21px;
}

/*polices Roboto et Shrikhand*/
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-container {
  width: 100%;
  justify-content: center;
  padding: 15px 0;
  font-weight: 500;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: inset 0px 4px 4px -2px rgba(0, 0, 0, 0.12);
}
.hero-menu-container {
  width: 100%;
}
.hero .restaurant-menu-img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero .paris-p {
  font-weight: 500;
}

/*polices Roboto et Shrikhand*/
button {
  display: flex;
  font-family: "Roboto";
  border: none;
  color: white;
  padding: 15px 29px;
  font-size: 15px;
  text-align: center;
  background: linear-gradient(#ff79da, #9356dc);
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 55px;
  border-radius: 30px;
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 10px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
button:hover {
  opacity: 0.7;
  box-shadow: rgb(149, 157, 165) 0px 8px 10px;
}

.card-group,
.card-group-menu {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .card-group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
  }
  .card-group-menu {
    width: 54%;
    margin: auto;
  }
}
.resto-card-content {
  height: 70px;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px 5px 5px;
  overflow: hidden;
}

.card-txt {
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.heart {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-right: 10px;
}
.heart .heart-label {
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  display: flex;
}
.heart .heart-icon {
  font-size: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
}

input {
  display: none;
}

/* État initial du cœur */
.heart-checkbox:not(:checked) + .heart-label .solid-heart {
  opacity: 0;
}

/* État cliqué du cœur */
.heart-checkbox:checked + .heart-label .solid-heart {
  opacity: 1;
  background: linear-gradient(#ff79da 3%, #9356dc 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Masquer l'icône régulière lorsque le cœur est cliqué */
.heart-checkbox:checked + .heart-label .fa-regular {
  opacity: 0;
}

.fa-circle-check {
  position: absolute;
  font-size: x-large;
  color: white;
  height: 100%;
  width: 11%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #99e2d0;
  border-radius: 0px 20px 20px 0px;
  padding-right: 5px;
}

.circle-bg {
  width: 0%;
}

.animation {
  display: flex;
  align-items: flex-end;
  padding-right: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}

.menu-resto-card-content:hover {
  animation: pousse-toi 1s forwards;
}

.menu-resto-card-content:not(:hover) {
  animation: reviens 1s forwards;
}

@keyframes pousse-toi {
  0% {
    width: 100%;
  }
  100% {
    width: 88%;
  }
}
@keyframes reviens {
  0% {
    width: 88%;
  }
  100% {
    width: 100%;
  }
}
/*polices Roboto et Shrikhand*/
footer {
  background-color: #2c2c2c;
  position: relative;
  z-index: 1;
}

.footer-img {
  filter: invert(1);
  height: 18px;
  padding-top: 25px;
  padding-left: 40px;
}

.footer-content {
  display: flex;
  align-items: center;
  gap: 15px;
  color: white;
}

.footer-container {
  padding-top: 20px;
  border-bottom-width: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.footer-txt {
  font-size: 16px;
}

.footer-txt-contact {
  font-size: 16px;
  padding-right: 150px;
}

.fa-solid.fa-utensils {
  color: white;
}

.fa-solid.fa-handshake.fa-rotate-by {
  --fa-rotate-angle: -45deg;
  color: white;
  font-size: small;
}

@media (min-width: 768px) {
  .footer {
    display: flex;
  }
  .footer-img {
    position: absolute;
    margin-right: -10px;
    right: 50px;
  }
  .footer-container {
    display: flex;
    justify-content: space-evenly;
  }
}
.main-menu {
  padding: 20px 15px 0px 15px;
  background-color: #f6f6f6;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  transform: translate(0px, -60px);
  position: relative;
  z-index: 2;
}

.etape-menu1,
.etape-menu2,
.etape-menu3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-title {
  padding: 20px 0;
  text-transform: uppercase;
}

.menu-title::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #99e2d0;
  margin-top: 5px;
  padding-top: 1px;
}

.bg-resto,
.bg-resto-menu {
  background-color: #f6f6f6;
  margin-bottom: -60px;
}

@media (min-width: 768px) {
  .bg-resto-menu {
    padding-bottom: 60px;
    width: 70%;
    margin: auto;
  }
}
.nom-resto {
  font-family: "Shrikhand";
  font-size: 28px;
  font-weight: 500;
  padding: 15px 0px 0px 0px;
  margin: 0;
}

.menu-resto-card-content {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.menu-resto-card {
  display: flex;
  background-color: white;
  border-radius: 20px;
  filter: drop-shadow(0px 3px 15px rgba(0, 0, 0, 0.1));
  overflow: hidden;
}

.menu-card-txt {
  padding: 0px 0px 10px 15px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .restaurant-menu-img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-menu .resto-card-content {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding-bottom: 50px;
    align-items: center;
  }
  .main-menu .resto-card-content .card-txt .nom-resto {
    font-size: 35px;
  }
}/*# sourceMappingURL=restaurant.css.map */