.loader_box {
  background-color: grey;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1;
  align-items: center;
  transition: opacity 1s ease-in-out;
  animation: off;
  animation-duration: 2s;
  transition: opacity 2s ease-in-out;
  animation-delay: 3s;
  animation-fill-mode: both;
}

.spinner_box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin: 25% auto;
  gap: 4rem;
  width: 100%;
}

.loader {
  width: 78px;
  height: 78px;
  display: inline-block;
  position: relative;
}

.loader::after,
.loader::before {
  content: "";
  width: 48px;
  height: 48px;
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  animation: rotation 2s ease-in-out infinite;
}

.loader::after {
  border-color: #89c8fa;
  animation-delay: 1s;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
    background: #9356dc;
  }
  50% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    transform: rotate(360deg);
    background: #008766;
    border-radius: 50%;
  }
}
@keyframes off {
  from {
    opacity: 90%;
  }
  to {
    display: none;
    opacity: 0%;
    z-index: -1;
  }
}
.load2 {
  animation-delay: 10s;
  animation: enter 3s linear;
  animation-iteration-count: 1;
}

@keyframes enter {
  from {
    transform: translateX(-200px);
  }
  to {
    transform: translateX(50px);
  }
}
.anim-element {
  animation-delay: 3s;
  animation: lacartesvp 3s linear;
  animation-iteration-count: 1;
}

@keyframes lacartesvp {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes like {
  0% {
    color: #FF79DA;
    transform: scale(0.2);
    bottom: -6px;
  }
  30% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(1);
    bottom: 0px;
  }
  90% {
    transform: scale(1.1);
  }
  100% {
    color: #9356DC;
  }
}
.color_body {
  background-color: #f6f6f6;
}

.header_container {
  display: flex;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  background: #fff;
}
.header_container .header_box {
  gap: 2.62rem;
  display: flex;
  padding: 0.875rem 5.5625rem 0.8125rem 1.0625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.header_container .header_box .header_A {
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
  justify-content: flex-end;
}
.header_container .header_box .header_A .header_icon {
  margin-left: 1.06rem;
  border: none;
  background: #fff;
}
.header_container .header_box .header_A .header_icon .fleche {
  color: #101010;
  background-color: #fff;
  display: inline-block;
}
.header_container .header_box .header_B {
  display: flex;
  width: 12.3125rem;
  height: 2.25rem;
  padding: 0rem 1.1875rem 0rem 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 90%;
}
.header_container .header_box .header_B_logo {
  color: #101010;
  text-align: center;
}

.flag_top {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.flag_top .flag_box {
  width: 100%;
}
.flag_top .flag_image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  flex-shrink: 0;
  height: 23.9375rem;
}
.flag_top .flag_image2 {
  display: none;
}

.flag_top .postion_img-lne {
  width: 100%;
}

.image_lne {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
  height: 55vh;
  min-height: 17.1875rem;
  -o-object-position: 0 -8px;
     object-position: 0 -8px;
}

.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 2%;
  width: 100%;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 30px 30px 0 0;
  position: relative;
  width: 100%;
  top: -63px;
}

.card_border {
  background-color: #f6f6f6;
  width: 100%;
}

.card__title {
  display: flex;
  flex-direction: row;
  font-family: Shrikhand, cursive;
}

.card__icon {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.card__icon .coeur2 {
  position: absolute;
  width: 1.375rem;
  height: 1.3125rem;
}
.card__icon .full1 {
  color: transparent;
  position: unset;
}
.card__icon .empty1 {
  position: absolute;
}

.card__icon:hover .full1 {
  animation: like 2s infinite linear;
  cursor: pointer;
}

.contenaire {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  position: relative;
  top: -66px;
  padding: 0.94rem;
}
.contenaire_titre {
  display: flex;
  width: 2.5rem;
  height: 1.6875rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-bottom: #99E2D0 2px solid;
  border-width: 2px;
  padding-bottom: 13px;
  color: #000;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.box_border {
  display: flex;
  padding: 0.9375rem;
  gap: 0.3125rem;
  border-radius: 0.94019rem;
  background: #fff;
  box-shadow: 0px 4.01149px 15.0431px 0px rgba(0, 0, 0, 0.1);
  height: 4.3125rem;
  width: 90%;
  margin-left: 0;
}
.box_border .box_titre1 {
  height: 1.3125rem;
  flex-shrink: 0;
  align-self: stretch;
  overflow: hidden;
  margin: 0%;
  color: #000;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.box_border .box_titre2 {
  height: 1.1875rem;
  flex-shrink: 0;
  align-self: stretch;
  overflow: hidden;
  margin: 0%;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto;
  font-size: 0.94019rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.box_border .box_titre3 {
  text-align: center;
  margin-bottom: 0%;
  font-family: Roboto;
  font-size: 0.94019rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #353535;
}

.block1 {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block2 {
  display: flex;
  position: relative;
  top: -12px;
  justify-content: center;
  align-items: flex-end;
  align-items: center;
  position: relative;
  top: 10px;
}

/* animation check */
.box_contents_right {
  display: flex;
  align-items: center;
  width: 0%;
  color: transparent;
  background-color: #fff;
  transition: all 2s ease-in-out;
  position: relative;
  top: 2px;
  left: 2px;
  justify-items: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 2px;
  height: 100%;
  justify-content: center;
}

.box_border:hover .box_contents_right {
  display: flex;
  align-items: center;
  width: 10%;
  color: #fff;
  background-color: #99E2D0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  border-radius: 0 15px 15px 0;
  height: 100px;
  position: relative;
  top: -15px;
  left: 15px;
  overflow: hidden;
  cursor: pointer;
}

.element {
  position: relative;
  top: -2.5rem;
  padding-bottom: 2.5rem;
  padding: 0.94rem;
}

.emplacement_bouton {
  display: flex;
  justify-content: center;
  padding-bottom: 2.5rem;
  position: relative;
  top: -35px;
}

.header {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header .box_logo {
  margin: auto;
  padding-top: 0.88rem;
  padding-bottom: 0.81rem;
}
.header .logo-header {
  display: flex;
  width: 197px;
  height: 36px;
  padding: 0px 19px 0px 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.header_bottom {
  display: flex;
  width: 100%;
  height: 3.125rem;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  background-color: #eaeaea;
  gap: 1.0625rem;
  flex-shrink: 0;
}
.header_bottom_icon_position {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 0.75rem;
  height: 1rem;
  flex-shrink: 0;
}
.header_bottom .header_texte-area {
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  border: none;
  background: none;
  font-weight: bold;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
}

.heroscontainer {
  background: #f6f6f6;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.44rem;
  padding-bottom: 1.88rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.heroscontainer .slogan_titre {
  margin-bottom: 0;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  font-family: Roboto, sans-serif;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-family: Roboto;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.heroscontainer .titre_sub {
  margin-bottom: 15px;
  color: #6e6e6e;
  font-size: 0.938rem;
  font-family: Roboto, sans-serif;
  width: 20rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #353535;
  text-align: center;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1px;
}

.recherche_bouton {
  cursor: pointer;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  width: 13.625rem;
  height: 3.125rem;
  padding: 10px;
  color: #fff;
  background: linear-gradient(356deg, #9356dc 0%, #ff79da 100%);
  box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.12);
  transition: opacity 1s;
  transition: transform 330ms ease-in-out;
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.recherche_bouton .bouton-style {
  display: contents;
  color: #fff;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.recherche_bouton:hover {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.4);
  opacity: 0.6;
  transform: scale(1.1);
}

.fonctionnement {
  display: flex;
  flex-direction: column;
}
.fonctionnement_titre {
  padding: 3rem 1.25rem 1.62rem;
  color: #000;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fonctionnement_liste {
  width: 100%;
}

ol {
  counter-reset: compteListe;
}
ol li::before {
  counter-increment: compteListe 1;
  content: counter(compteListe) " ";
  background: #9356DC;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  display: flex;
  margin-top: -2px;
  margin-left: -310px;
}
ol li {
  cursor: pointer;
  background: #f6f6f6;
  box-shadow: 1px 4px 9px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  margin-bottom: 30px;
  display: flex;
  width: 90%;
  height: 4.52369rem;
}
ol li i {
  color: #777777;
  margin-right: 20px;
}
ol li span {
  font-weight: bold;
}
ol li:hover {
  background: #f5edff;
}
ol li:hover i {
  color: #9356DC;
}

.container_cards {
  width: 100%;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.container_cards .title_container {
  width: 90%;
  height: 4.25rem;
  flex-shrink: 0;
  justify-items: flex-start;
  color: #000;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.container_cards .card_restaurant {
  border-radius: 0.9375rem;
  background: #fff;
  width: auto;
  height: 15.6875rem;
  flex-shrink: 0;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 26px;
  position: relative;
}
.container_cards .card_restaurant-image {
  position: absolute;
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}
.container_cards .img_sticker {
  color: #008766;
  text-align: center;
  font-family: Roboto;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #99E2D0;
  border-radius: 2px;
  position: absolute;
  padding: 6px 0px 6px 0px;
  width: 78px;
  right: 14px;
  top: 14px;
  font-size: 14px;
  font-weight: 600;
}
.container_cards a {
  position: absolute;
  width: 100%;
  height: 95%;
}
.container_cards .card_restaurant-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 183px 14px 1px 14px;
  margin: 1px 2px 5px 6px;
}
.container_cards .card_restaurant-content .h3_card {
  width: 16.6875rem;
  height: 1.25rem;
  flex-shrink: 0;
  font-weight: 700;
  color: #000;
  text-overflow: ellipsis;
  font-family: Roboto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0%;
}
.container_cards .card_restaurant-content .p_card {
  width: 15.4375rem;
  height: 1.5rem;
  flex-shrink: 0;
  font-size: 1.0625rem;
  margin: 0;
  margin-top: 9px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto;
  font-size: 0.94019rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.container_cards .boxe_restaurant-icon {
  height: 25px;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  right: 49px;
  bottom: 37px;
  font-size: 25px;
}
.container_cards .boxe_restaurant-icon .coeur {
  position: absolute;
  color: #9356DC;
}
.container_cards .boxe_restaurant-icon .full {
  font-size: 22px;
  bottom: 3px;
  right: -23px;
  color: transparent;
}
.container_cards .boxe_restaurant-icon .empty {
  color: #101010;
  width: 1.375rem;
  height: 1.3125rem;
}
.container_cards .boxe_restaurant-icon:hover .full {
  animation: like 2s infinite linear;
}

.footer {
  background-color: #353535;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.footer .container {
  display: flex;
  flex-direction: column;
  padding: 1.375rem 1.5625rem;
  padding-right: 6rem;
  gap: 0.4375rem;
}
.footer__logo {
  color: #fff;
  font-family: "Shrikhand", "cursive";
  margin: 0;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__content {
  margin: 0.5rem 0;
}
.footer__content:first-child {
  margin-top: 0;
}
.footer__content:last-child {
  margin-bottom: 0;
}
.footer__link {
  color: #fff;
  text-decoration: none;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__icon {
  width: 1.2rem;
  margin-right: 0.5rem;
}

@media (min-width: 1700px) {
  html {
    margin: auto;
    padding: 2.5rem;
    max-width: 1440px;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .fonctionnement {
    padding: 3.125rem 9.25rem !important;
  }
  .fonctionnement ol {
    justify-content: space-evenly;
  }
  .container_cards {
    padding: 0rem 10.25rem !important;
  }
}
@media (min-width: 1024px) {
  body {
    margin: 0;
  }
  .box_logo {
    display: flex;
    height: 2rem;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 1.875rem 0rem 1.98738rem 0rem;
  }
  .heroscontainer .titre_sub {
    width: 33.1875rem;
  }
  .heroscontainer .titre_sub .slogan_titre {
    font-size: 2rem;
  }
  .heroscontainer .titre_sub .titre_sub {
    font-size: 1.5rem;
  }
  .fonctionnement {
    padding: 1.125rem 5.25rem;
    align-items: flex-start;
    gap: 1.5625rem;
    display: flex;
    height: 14.27rem;
  }
  .fonctionnement_titre {
    height: 1.93rem;
    padding-bottom: 1.56rem;
    margin-left: 0rem;
    color: #000;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .fonctionnement_liste {
    margin-left: -23px;
    width: 100%;
  }
  .fonctionnement ol {
    display: flex;
    flex-direction: row;
    width: 90%;
    justify-content: space-between;
    gap: 1.56rem;
  }
  .fonctionnement ol li {
    max-width: 15.15538rem;
    margin: 0%;
    padding: 0;
    display: flex;
  }
  .fonctionnement ol ::before {
    margin-top: -2px;
    right: 233px;
  }
  .fonctionnement ol i {
    margin-left: 1.11rem;
  }
  .fonctionnement ol span {
    width: 13.1875rem;
    height: 0.97938rem;
  }
  .fonctionnement ol .recherche_bouton {
    width: 13.625rem;
    height: 3.125rem;
  }
  .container_cards {
    justify-content: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0rem 5.25rem;
    height: auto;
    margin-bottom: 1.875rem;
  }
  .container_cards .title_container {
    width: 100%;
    height: auto;
    min-width: 30.625rem;
    display: flex;
    margin-bottom: -4%;
  }
  .container_cards .card_restaurant {
    min-width: auto;
    max-width: 30.625rem;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    width: 44%;
  }
  .footer {
    display: flex;
  }
  .footer .container {
    gap: 1rem;
    padding: 1.875rem 1.5625rem;
    width: 95%;
    align-content: flex-end;
    height: 1.6875rem;
    display: flex;
    flex-direction: row-reverse;
  }
  .footer__logo {
    margin-bottom: 0rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 15%;
  }
  .footer__list {
    list-style: none;
    padding: 0;
    margin: 6px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    display: flex;
    gap: 1.4375rem;
  }
  .footer__content {
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
  }
  .color_body {
    background-color: #fff;
  }
  .flag_rip {
    display: none;
  }
  .flag_image2 {
    display: flex !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    flex-shrink: 0;
  }
  .card,
  .contenaire,
  .element {
    width: 74%;
    top: -36px;
    margin-bottom: 1rem;
    background-color: #f6f6f6;
    margin: auto;
  }
  .contenaire {
    gap: 0.75rem;
    padding-top: 2.5rem;
    padding-bottom: 0.75rem;
  }
  .contenaire_titre {
    margin-left: 12%;
  }
  .element {
    padding-bottom: 0.75rem;
  }
  .box_border {
    width: 71%;
    margin-left: 12%;
  }
  .emplacement_bouton {
    width: 74%;
    background-color: #f6f6f6;
    margin: auto;
    border-radius: 0 0 30px 30px;
    top: -37px;
    margin-bottom: 1.5rem;
  }
}
body {
  min-width: 322px;
  width: 100%;
  height: auto;
  margin: 0;
}

* {
  font-family: Roboto, sans-serif;
}/*# sourceMappingURL=style.css.map */