@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);
@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;
}

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 100;
  animation: fadeOut 5.4s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.main-accueil {
  animation: fadeIn 2s linear;
  animation-delay: 5.4s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  font-family: "Shrikhand", sans-serif;
  font-size: 4.1em;
  color: transparent;
  letter-spacing: 0.01em;
}

.loader span {
  text-shadow: 0 0 2px rgba(204, 208, 212, 0.9), 0 15px 25px rgba(0, 0, 0, 0.3), 0 -2px 3px rgba(0, 0, 0, 0.1), 0 -5px 10px rgba(255, 255, 255, 0.5), 0 5px 10px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(255, 220, 255, 0.2), 0 0 20px rgba(147, 86, 220, 0.45);
  animation: loading 0.85s ease-in-out infinite alternate;
  animation-iteration-count: 5;
}

@keyframes loading {
  to {
    text-shadow: 0 0 2px rgba(204, 208, 212, 0.2), 0 0 3px rgba(0, 0, 0, 0.02), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(255, 255, 255, 0);
  }
}
.loader span:nth-child(2) {
  animation-delay: 0.1s;
}

.loader span:nth-child(3) {
  animation-delay: 0.2s;
}

.loader span:nth-child(4) {
  animation-delay: 0.3s;
}

.loader span:nth-child(5) {
  animation-delay: 0.4s;
}

.loader span:nth-child(6) {
  animation-delay: 0.5s;
}

.loader span:nth-child(7) {
  animation-delay: 0.6s;
}

.loader span:nth-child(8) {
  animation-delay: 0.7s;
}

/*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*/
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;
  }
}
/*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;
}

/*polices Roboto et Shrikhand*/
.new {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(38, 158, 128, 0.9411764706);
  background-color: #99e2d0;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 10px;
  margin: 0;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}

.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;
}

/*******************************Reserver Explorer*********************************************/
.reserver-explorer {
  background-color: #f6f6f6;
  width: 100%;
  box-shadow: inset 0px 6px 4px -2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .reserver-explorer h2 {
    font-size: xxx-large;
  }
}
/********************************Fonctionnement********************************************/
.fonctionnement {
  padding: 10px 15px 45px 15px;
}

.fonctionnement-ul {
  padding: 0;
}

.nbr {
  font-weight: 400;
  font-size: small;
  color: white;
  padding: 5px 9px 5px 9px;
  background-color: #9356dc;
  border-radius: 90px;
  z-index: 1;
  text-overflow: clip;
}

.fa-solid.fa-mobile-screen-button,
.fa-solid.fa-list {
  font-size: larger;
  color: #7e7e7e;
}

.fa-solid.fa-store {
  font-size: larger;
  color: #9356dc;
}

.li {
  margin-bottom: 20px;
}

.fonctionnement-li {
  padding: 7px 0px 7px 35px;
  margin-left: -10px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.23) 0px 6px 10px;
}

@media (min-width: 768px) {
  .fonctionnement {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 1100px;
    margin: auto;
  }
  .fonctionnement-ul {
    display: flex;
    justify-content: space-between;
  }
  .fonctionnement-li h4 {
    padding-right: 40px;
  }
}
/***************************Restaurants*****************************/
.bg-resto {
  background-color: #f6f6f6;
  margin-bottom: -60px;
}

.restaurants {
  padding: 10px 15px 45px 15px;
}

.a-resto-cards {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
}

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

.restaurant-img {
  height: 208px;
  border-radius: 20px 20px 0px 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .restaurants {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: auto;
  }
  .resto-card {
    width: 45%;
  }
}/*# sourceMappingURL=accueil.css.map */