@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shrikhand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300&display=swap");
.coeur {
  position: relative;
  top: 5px;
  font-size: 175%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  left: -2rem;
  color: #000;
}

.coeur:hover {
  -webkit-animation-name: coeur1;
          animation-name: coeur1;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.coeur .far {
  position: absolute;
}

.coeur .far:hover {
  -webkit-animation-name: coeur1;
          animation-name: coeur1;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.coeur .coeurRempli {
  position: absolute;
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  left: 0;
}

.coeur .coeurRempli:hover {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.coeurRempli {
  color: #d160f3;
}

@-webkit-keyframes coeur1 {
  0% {
    color: #000;
  }
  25% {
    color: #e4d5f6;
  }
  50% {
    color: #e4d5f6;
  }
  75% {
    color: #d160f3;
  }
  100% {
    color: #d160f3;
  }
}

@keyframes coeur1 {
  0% {
    color: #000;
  }
  25% {
    color: #e4d5f6;
  }
  50% {
    color: #e4d5f6;
  }
  75% {
    color: #d160f3;
  }
  100% {
    color: #d160f3;
  }
}

.btnCommander {
  text-align: center;
  width: 100%;
}

button {
  background: -webkit-gradient(linear, left bottom, left top, from(#9356DC), to(#FF79DA));
  background: linear-gradient(360deg, #9356DC, #FF79DA);
  color: #fff;
  margin-top: 1rem;
  border-radius: 2rem;
  border: none;
  margin-top: 1rem;
  font-size: inherit;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 0px 1px 1px #937e7e;
          box-shadow: 0px 0px 1px 1px #937e7e;
  font-family: 'Roboto', serif;
}

button:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 0.50;
  -webkit-box-shadow: 0px 0px 1px 2px #2e2929;
          box-shadow: 0px 0px 1px 2px #2e2929;
}

.loaderSpinner {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #f5f4f4;
  z-index: 99;
  position: fixed;
}

.loaderSpinner span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 50vh auto;
  background: #99E2D0;
  border-radius: 49px;
  z-index: 100;
  -webkit-animation: loaderSpinner 1s 5 both alternate;
          animation: loaderSpinner 1s 5 both alternate;
}

#loaderSpinner1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#loaderSpinner2 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

#loaderSpinner3 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.loaderSpinner {
  opacity: 1;
  display: block;
  -webkit-animation: loaderEnd 2s 2s both;
          animation: loaderEnd 2s 2s both;
}

/*     ------------------------Keyframes loader spinner--------------------- */
@-webkit-keyframes loaderSpinner {
  0% {
    width: 10px;
    height: 10px;
    background-color: #9356DC;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    width: 10px;
    height: 50px;
    background-color: #FF79DA;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    display: none;
    z-index: -100;
  }
}
@keyframes loaderSpinner {
  0% {
    width: 10px;
    height: 10px;
    background-color: #9356DC;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    width: 10px;
    height: 50px;
    background-color: #FF79DA;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    display: none;
    z-index: -100;
  }
}

@-webkit-keyframes loaderEnd {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -100;
  }
}

@keyframes loaderEnd {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -100;
  }
}

html {
  font-size: 3vw;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

h1, h3 {
  font-family: "Shrikhand", serif;
  text-decoration: none;
}

h2 {
  font-family: "Roboto", serif;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25rem 0.125rem #777;
          box-shadow: 0 0 0.25rem 0.125rem #777;
  margin: 0;
  z-index: 1;
  text-align: center;
}

header #logoHeader {
  margin: auto;
}

#reservez {
  margin-top: 0;
  padding-top: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

button {
  padding: 1rem;
}

main h3, main p {
  color: black;
  font-family: "Roboto", serif;
}

main p {
  font-weight: lighter;
}

#fonctionement1 {
  margin: 0 1rem 0 1rem;
}

.conteneurFonctionement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.conteneurFonctionement .fonctionement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 #aaaaaa;
          box-shadow: 0.1rem 0.1rem 0.5rem 0 #aaaaaa;
  position: relative;
  margin-bottom: 1.625rem;
  margin-left: 1rem;
  border-radius: 1rem;
  padding: 2rem 0 2rem 0;
  width: 90%;
}

.conteneurFonctionement .fonctionement:hover {
  background-color: #f5edff;
}

.fonctionement:hover .fonctionementIcone {
  color: #9356DC;
}

.fonctionementTexte {
  font-size: 4vw;
  padding-right: 1rem;
  font-weight: bold;
}

.localisation {
  background-color: #eaeaea;
  padding: 1rem;
}

.reserveMenu {
  background-color: #f6f6f6;
}

.reserveMenu, #logoHeader, .localisation {
  text-align: center;
}

ul {
  list-style: none;
}

.fonctionementIcone {
  color: #4441419d;
  font-size: 125%;
  text-align: center;
  padding-left: 10%;
  padding-right: 5%;
}

.fonctionementCarteNumero {
  background-color: #9356DC;
  border-radius: 50%;
  color: #fff;
  font-size: 85%;
  padding: 0.375rem 0.625rem;
  position: absolute;
  left: -10px;
}

img {
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}

.contenueImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

ol {
  text-align: center;
}

main {
  width: auto;
}

.blocRestaurants {
  background-color: #f6f6f6;
}

.blocRestaurants #titreRestau {
  padding-left: 1rem;
}

/* ==================================étiquette========================== */
.nouveau {
  position: absolute;
  padding: 10px 26px;
  color: #1caa47;
  font-family: "Roboto", serif;
  background-color: #99E2D0;
  top: 12px;
  right: 12px;
  border-radius: 5px;
}

/* =================================== */
#titreRestau {
  padding-top: 2rem;
}

.restau {
  background-size: cover;
  background-position: center;
  min-height: 130px;
}

h3 {
  margin-top: 2px;
  margin-bottom: 0;
}

p {
  margin: 0;
}

a {
  border-radius: 1rem;
  margin-bottom: 20px;
  text-decoration: none;
}

.carteMenu {
  padding: 2rem;
}

.carteMenu2 {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 1rem 1rem 1rem 1rem;
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0 #aaaaaa;
          box-shadow: 0.1rem 0.1rem 0.5rem 0 #aaaaaa;
}

footer {
  background-color: #353535;
  color: #fff;
}

footer #contenueFooter {
  padding-left: 2rem;
}

footer .fawesomeFooter {
  padding-right: 1rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer ul {
  padding-left: 0;
}

footer li {
  padding-bottom: 1rem;
}

/* Responsive design */
@media screen and (min-width: 600px) {
  html {
    font-size: 2vw;
  }
  .fonctionementCarteNumero {
    left: -1.5vw;
  }
  img {
    height: 19vw;
  }
  .conteneurFonctionement {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fonctionementTexte {
    font-size: 2vw;
  }
  .carteMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .carteMenu .carteMenu2 {
    width: 49%;
  }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (min-width: 1000px) {
  .carteMenu .carteMenu2 {
    width: 30%;
  }
}
/*# sourceMappingURL=style2.css.map */