@keyframes disable-main {
  from {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes disable-loader {
  from {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  99% {
    width: 100%;
    height: auto;
    opacity: 0;
  }
  to {
    width: 0;
    height: 0;
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
main {
  animation: disable-main 3s ease-in-out forwards;
  opacity: 0;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: disable-loader 3s ease-in-out forwards;
}
.loader__spin {
  position: absolute;
  top: 120px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: disable-loader 3s ease-in-out forwards;
  animation: spinner 1.5s ease-in-out 2 forwards;
  border: 10px solid #99E2D0;
  border-bottom-color: #9356DC;
}

.global {
  display: flex;
  flex-direction: column;
}

.location {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 100%;
  height: 50px;
  background-color: #EAEAEA;
}
.location__pin {
  width: 12px;
  height: 16px;
}
.location__txt {
  font-size: 16px;
}

.explore {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 65px 0;
  background: #F6F6F6;
  gap: 18px;
}
.explore__title {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
.explore__txt {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  padding: 0 5%;
}

.fonction {
  display: flex;
  flex-direction: column;
  padding: 65px 0;
  justify-content: center;
  align-items: center;
}
.fonction__title {
  width: 80%;
}
.fonction__cards {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 80vw;
  max-width: 1000px;
}
@media only screen and (min-width: 1040px) {
  .fonction__cards {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.fonction__cards__elem {
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 20px;
  background-color: #F6F6F6;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 325px;
  padding: 8px;
}
.fonction__cards__elem__nbr {
  z-index: 1;
  position: relative;
  left: -19px;
}
.fonction__cards__elem__txt {
  font-size: 16px;
  font-weight: 500;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 20px;
}
@media only screen and (min-width: 1040px) {
  .wrapper {
    max-width: 1000px;
  }
}
.wrapper--maxwidth {
  max-width: 320px;
}
@media only screen and (min-width: 1040px) {
  .wrapper--maxwidth {
    max-width: 1000px;
  }
}

.resto {
  display: flex;
  flex-direction: column;
  background-color: #F6F6F6;
  padding: 65px 0;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.resto--grp {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1040px) {
  .resto--grp {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
.resto__title {
  width: 80%;
}
.resto__card {
  display: flex;
  flex-direction: column;
  width: 80vw;
  min-width: 300px;
  max-width: 500px;
  border-radius: 15px;
  background-color: #FFF;
  margin: auto;
}
@media only screen and (min-width: 1040px) {
  .resto__card {
    width: 500px;
  }
}
.resto__card__show__new {
  display: flex;
  border-radius: 2px;
  background-color: #99E2D0;
  padding: 2% 4%;
  color: #008766;
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 15px 15px 15px auto;
  width: fit-content;
  font-size: 100%;
  font-weight: 500;
  max-width: 125px;
}
.resto__card__show__new--hide {
  visibility: hidden;
}
.resto__card__show__img {
  display: flex;
  width: 100%;
  max-width: 500px;
  border-radius: 15px 15px 0 0;
  background-size: cover;
  padding-bottom: 50%;
}
.resto__card__info {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  justify-content: space-between;
}
.resto__card__info__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  font-size: 20px;
  gap: 10px;
}
.resto__card__info__block__title {
  margin: 0;
}
.resto__card__info__block__txt {
  margin: 0;
}
.resto__card__info__block__title {
  font-size: 18px;
  font-weight: 700;
}
.resto__card__info__block__txt {
  font-size: 17px;
  font-weight: 300;
}
.resto__card__info__img {
  display: inline-block;
  width: 22px;
  height: 21px;
  background-image: url("../images/icon/Status=Default.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgres1 {
  background-image: url("../images/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg");
}

.bgres2 {
  background-image: url("../images/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg");
  background-position: 20% 70%;
}

.bgres3 {
  background-image: url("../images/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg");
}

.bgres4 {
  background-image: url("../images/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg");
}

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