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

* {
  transition: all 0.3s ease;
}

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

.chargement {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  animation: affichage 1.2s linear forwards;
}

.chargement.hidden {
  opacity: 0;
  pointer-events: none;
}

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

.chargement__cercle:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #9356dc transparent #ff79da transparent;
  animation: cercle-rotation 3s linear infinite;
}

@keyframes cercle-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes affichage {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  98% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-9999px);
  }
}
.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 {
  margin: 8px;
  font-weight: normal;
}

.localisation {
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}
.localisation i {
  margin-right: 13px;
}

.h2-description {
  font-size: 38px;
}

.p-description {
  color: #353535;
  font-weight: 300;
  margin: 20px 30px;
}

.btn-explorer-restau {
  padding: 13px 16px;
  color: white;
  background: linear-gradient(0deg, #9356dc -5.2%, #ff79da 110.74%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  border: none;
}
.btn-explorer-restau: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 2px 15px rgba(0, 0, 0, 0.5);
}

.conteneur {
  display: flex;
  background-color: white;
  margin-top: 57px;
  padding: 30px 20px 68px 20px;
  justify-content: center;
  align-items: center;
}

.fonctionnement {
  display: flex;
  text-align: left;
  align-items: center;
  flex-direction: column;
  width: 80%;
}
.fonctionnement h2 {
  width: 965px;
}
.fonctionnement__div-infos {
  display: flex;
  margin-left: 22px;
  width: 600px;
  justify-content: center;
}
.fonctionnement__div-infos__instruction {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 91px 25px 21px;
  border-radius: 20px;
  background-color: #f7f7f7;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  margin: 0 20px;
  white-space: nowrap;
}
.fonctionnement__div-infos__instruction:hover {
  background-color: #f5edff;
}
.fonctionnement__div-infos__instruction:hover i {
  color: #9356dc;
}
.fonctionnement__div-infos__instruction span {
  position: absolute;
  left: -17px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9356dc;
  border-radius: 50%;
  color: white;
}
.fonctionnement__div-infos i {
  margin-right: 6%;
  color: #7e7e7e;
}

.restaurants {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 2% 0%;
}
.restaurants h2 {
  width: 965px;
}
.restaurants__liste {
  display: flex;
  column-gap: 32px;
  flex-wrap: wrap;
  width: 958px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
  height: 528px;
  align-content: space-between;
  position: relative;
}

.article {
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  overflow: hidden;
}
.article__divs-img {
  width: 431px;
  height: 154px;
}
.article__divs-img span {
  position: absolute;
  right: 18px;
  margin: 5%;
  padding: 7px 8px;
  color: #008766;
  background: #99e2d0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  border-radius: 2px;
}
.article img {
  height: 100%;
  width: 100%;
}
.article__cover img {
  object-fit: cover;
}
.article__infos {
  margin: 16px 12px;
  display: flex;
  justify-content: space-between;
}
.article__infos h3 {
  margin: 0;
}
.article__infos p {
  margin: 5px 0;
}
.article__infos__jaime {
  border: none;
  background-color: transparent;
  margin-right: 9%;
  justify-content: center;
  display: flex;
  align-items: stretch;
  font-size: 2.1em;
}
.article__infos__jaime input {
  position: absolute;
  z-index: 5;
  height: 6vw;
  width: 5vw;
  opacity: 0;
}
.article__infos__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;
}
.article__infos__jaime .fa-regular {
  position: absolute;
}
.article__infos__jaime input[type=checkbox]:checked + .fa-solid {
  opacity: 1;
}

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) {
  .fonctionnement h2 {
    width: 691px;
  }

  .fonctionnement__div-infos {
    font-size: 14px;
    width: 109px;
  }

  .fonctionnement__div-infos__instruction {
    padding: 16% 27% 16% 11%;
  }

  .restaurants h2 {
    width: 691px;
  }
  .restaurants__liste {
    width: 696px;
    height: 510px;
  }

  .article__divs-img {
    width: 326px;
    height: 154px;
  }
  .article__infos__jaime {
    font-size: 1.8em;
  }

  footer {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Shrikhand";
    font-size: 4vw;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    background-color: white;
  }
  .menu h1 {
    margin: 8px;
    font-weight: normal;
  }

  .localisation {
    background-color: #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.5vw;
  }
  .localisation i {
    margin-right: 13px;
  }

  .h2-description {
    margin: 9% 10% 3% 10%;
    font-size: 7vw;
  }

  .p-description {
    color: #353535;
    font-weight: 300;
    font-size: 4.5vw;
    margin: 20px 30px;
  }

  .btn-explorer-restau {
    padding: 13px 16px;
    font-size: 3.9vw;
    color: white;
    background: linear-gradient(0deg, #9356DC -5.2%, #FF79DA 110.74%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    border: none;
  }

  .conteneur {
    display: block;
    padding: 0;
  }

  .fonctionnement {
    padding: 9% 5%;
    display: block;
    width: auto;
  }
  .fonctionnement h2 {
    font-size: 6.5vw;
    margin: 0;
    width: auto;
  }
  .fonctionnement__div-infos {
    display: flex;
    flex-direction: column;
    margin-top: 8%;
    width: auto;
  }
  .fonctionnement__div-infos__instruction {
    padding: 27px 0px;
    font-size: 4.2vw;
    margin: 0 3% 37px 3%;
    white-space: nowrap;
  }
  .fonctionnement__div-infos__instruction span {
    left: -17px;
    width: 7vw;
    height: 7vw;
  }
  .fonctionnement__div-infos__instruction i {
    margin-left: 9%;
    margin-right: 6%;
    color: #7E7E7E;
  }

  .restaurants {
    text-align: left;
    padding: 0% 5%;
    margin-left: 0%;
    margin-bottom: 6%;
    display: block;
  }
  .restaurants h2 {
    width: auto;
    font-size: 7vw;
  }
  .restaurants__liste {
    display: block;
    margin: auto;
    width: auto;
    height: auto;
  }

  .article {
    border-radius: 15px;
    width: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    margin-bottom: 7%;
    overflow: hidden;
  }
  .article__divs-img {
    width: 100%;
    height: 44vw;
  }
  .article__divs-img span {
    position: absolute;
    right: 18px;
    margin: 5%;
    padding: 7px 8px;
    color: #008766;
    background: #99E2D0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 4vw;
    border-radius: 2px;
  }
  .article img {
    height: 100%;
    width: 100%;
  }
  .article__cover img {
    object-fit: cover;
  }
  .article__infos {
    margin: 16px 12px;
    display: flex;
    justify-content: space-between;
  }
  .article__infos h3 {
    margin: 0;
    font-size: 5.5vw;
  }
  .article__infos p {
    margin: 5px 0;
    font-size: 5vw;
  }
  .article__infos__jaime {
    border: none;
    background-color: transparent;
    margin-right: 9%;
    justify-content: center;
    display: flex;
    align-items: stretch;
    font-size: 5.5vw;
  }

  footer {
    margin-top: 12%;
    background-color: #353535;
    padding: 5px 25px 25px 15px;
    color: white;
    text-align: left;
    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 {
    color: white;
  }
  footer .footer__blocs-navs nav ul li a i {
    margin-right: 7%;
    width: 5vw;
  }
}

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