@charset "UTF-8";
.alignLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: roboto;
  font-size: 24px;
  font-weight: 500;
  color: back;
}

.lienContact {
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
  color: white;
  text-decoration: none;
  z-index: 1000;
}

.flècheHeader {
  color: black;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  position: absolute;
  left: 20px;
  top: 20px;
}

.headeravecFlèche {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.tiret {
  height: 4px;
  width: 60px;
  background-color: #99e2d0;
  margin-left: 40px;
  margin-top: -10px;
}

.logo {
  font-size: 30px;
  color: black;
  font-family: Shrikhand;
  text-align: center;
  margin-left: 20px;
  text-decoration: none;
}

.widthIcon1Footer {
  width: 25px;
}

.widthIcon2Footer {
  width: 25px;
}

.alignTextCarte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.h1_section_restaurant_accueil {
  font-family: roboto;
  font-size: 24px;
  font-weight: 500;
  color: back;
  padding: 10px;
  margin-top: 20px;
}

.container_texte_heart_Accueil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px;
  color: black;
}

.container_heart {
  text-align: right;
  font-size: 30px;
  margin-top: 15px;
  width: 100px;
}

.heartRestoRegular {
  display: block;
}

.heartRestoSolid {
  display: none;
}

.container_heart:hover .heartRestoSolid {
  display: block;
  background: linear-gradient(5deg, #9356dc, #ff79da);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.container_heart:hover .heartRestoRegular {
  display: none;
}

.titreFonctionnement {
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
  font-size: 24px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.img_des_restos {
  z-index: -1000;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.trait {
  margin-bottom: 5px;
}

.entree {
  padding: 20px;
}

.plats {
  padding: 20px;
}

.desserts {
  padding: 20px;
}

.container_nomResto_et_coeurs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lien_accueil_vers_resto {
  text-decoration: none;
}

@-webkit-keyframes color {
  0% {
    color: #9356dc;
  }
  45% {
    color: #ff79da;
  }
  75% {
    color: #99e2d0;
  }
  100% {
    color: pink;
  }
}

@keyframes color {
  0% {
    color: #9356dc;
  }
  45% {
    color: #ff79da;
  }
  75% {
    color: #99e2d0;
  }
  100% {
    color: pink;
  }
}

@-webkit-keyframes battement {
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  90% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes battement {
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  90% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes battement2 {
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  90% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes battement2 {
  20% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0.6;
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  90% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes droite_gauche {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes droite_gauche {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes animationPlats {
  from {
    opacity: 0%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes animationPlats {
  from {
    opacity: 0%;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 100%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes opacitySpinner {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes opacitySpinner {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loadingSpinner {
  position: fixed;
  inset: 0px 0px 0px 0px;
  height: 100vh;
  background-color: #1f1f1f;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: opacitySpinner 10s ease-out forwards;
          animation: opacitySpinner 10s ease-out forwards;
}

.icon {
  color: #181869;
  font-size: 30px;
  -webkit-animation: battement 5s ease-in-out 2, color ease-in-out 5s 2;
          animation: battement 5s ease-in-out 2, color ease-in-out 5s 2;
  margin-right: 20px;
}

.icon2 {
  color: #181869;
  font-size: 30px;
  -webkit-animation: battement2 5s ease-in-out 2, color ease-in-out 5s 2;
          animation: battement2 5s ease-in-out 2, color ease-in-out 5s 2;
  margin-right: 20px;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  -webkit-box-shadow: 1px 1px 8px 1px #a09f9f;
          box-shadow: 1px 1px 8px 1px #a09f9f;
  padding: 10px;
  position: relative;
}

header p {
  font-size: 30px;
  color: black;
  font-family: Shrikhand;
  text-align: center;
}

#localisation {
  text-align: center;
  background-color: #e9e8e8;
}

#localisation input {
  font-family: roboto;
  height: 20px;
  font-weight: 600;
  text-align: center;
  border: none;
  background: none;
  margin-top: 10px;
  padding: 20px;
}

#localisation input::-webkit-input-placeholder {
  color: black;
  font-size: 18px;
}

#localisation input:-ms-input-placeholder {
  color: black;
  font-size: 18px;
}

#localisation input::-ms-input-placeholder {
  color: black;
  font-size: 18px;
}

#localisation input::placeholder {
  color: black;
  font-size: 18px;
}

#localisation i {
  color: black;
  text-align: center;
}

#titre {
  background-color: #f4f1f1;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

#titre h1 {
  font-family: roboto;
  font-size: 24px;
  font-weight: 500;
  color: back;
  text-align: center;
}

#titre h2 {
  font-family: roboto;
  font-weight: 200;
  font-size: 18px;
  color: black;
  text-align: center;
  padding: 20px;
}

#titre button {
  border-radius: 30px;
  -webkit-box-shadow: 2px 3px 4px 1px #bebebe;
          box-shadow: 2px 3px 4px 1px #bebebe;
  border: none;
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
  color: white;
  padding: 20px;
  margin: auto;
  background: linear-gradient(5deg, #9356dc, #ff79da);
}

#titre button:hover {
  background: linear-gradient(5deg, #b08bdd, #f9c4ea);
  -webkit-box-shadow: 2px 2px 4px 1px #6d6d6d;
          box-shadow: 2px 2px 4px 1px #6d6d6d;
  cursor: pointer;
}

#fonctionnement {
  padding: 30px;
  background-color: white;
}

#fonctionnement .boutonsFonctionnement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fonctionnement a {
  position: relative;
  border-radius: 15px;
  -webkit-box-shadow: 2px 3px 10px 1px #bfbebe;
          box-shadow: 2px 3px 10px 1px #bfbebe;
  border: none;
  text-decoration: none;
  border-radius: 10px;
  background-color: #e4e4e4;
  margin-bottom: 20px;
  width: 90%;
  padding: 20px;
}

#fonctionnement a h1 {
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 16px;
  color: black;
}

#fonctionnement a h1 span {
  font-family: roboto;
  font-weight: 200;
  font-size: 18px;
  color: black;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  background-color: #9356dc;
  color: white;
  text-align: center;
  position: absolute;
  left: -10px;
}

#fonctionnement a:hover {
  background-color: #ece9e9;
  -webkit-box-shadow: 2px 3px 4px 1px #bfbebe;
          box-shadow: 2px 3px 4px 1px #bfbebe;
}

#fonctionnement a:hover i {
  color: #9356dc;
}

#restaurants {
  background-color: #f4f1f1;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#restaurants .cartesDesRestos-Accueil {
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
  -webkit-box-shadow: 2px 3px 4px 1px #bebebe;
          box-shadow: 2px 3px 4px 1px #bebebe;
  border: none;
  background-color: white;
  width: 100%;
}

#restaurants .cartesDesRestos-Accueil img {
  border-radius: 30px 30px 0 0;
  width: 100%;
}

#restaurants .cartesDesRestos-Accueil h2 {
  font-family: roboto;
  font-size: 24px;
  font-weight: 500;
  color: back;
}

#restaurants .cartesDesRestos-Accueil h3 {
  font-family: roboto;
  font-weight: 200;
  font-size: 18px;
  color: black;
}

#restaurants .cartesDesRestos-Accueil .btnNouveau {
  background-color: #99e2d0;
  color: #413f3f;
  height: 30px;
  width: 90px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 40px;
  padding: 5px;
  -webkit-box-shadow: -1px 1px 3px 1px #dfdfdf;
          box-shadow: -1px 1px 3px 1px #dfdfdf;
  border-radius: 3px;
}

footer {
  background-color: #302f2f;
  padding: 20px;
  line-height: 20px;
}

footer p {
  font-size: 20px;
  color: white;
  font-family: Shrikhand;
}

footer i {
  color: white;
  margin-right: 20px;
}

footer h3 {
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
  font-weight: 500;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer h4 {
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
  color: white;
  font-weight: 500;
}

.DesignCartesRestos {
  background-color: #e9e9e9;
  border-radius: 50px 50px 0 0;
  z-index: 1000;
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  margin-top: -100px;
}

.DesignCartesRestos .nomduResto {
  font-family: Shrikhand;
  font-size: 30px;
  margin-top: 20px;
}

.DesignCartesRestos .rétrécit {
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
  font-size: 18px;
}

.DesignCartesRestos .rétrécit2 {
  font-family: roboto;
  font-weight: 200;
  font-size: 18px;
  color: black;
  font-size: 14px;
}

.DesignCartesRestos .cartesRestos {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 2px 3px 10px 1px #bfbebe;
          box-shadow: 2px 3px 10px 1px #bfbebe;
  border: none;
  background-color: white;
  width: 100%;
  padding: 10px;
  -webkit-animation: animationPlats 3s ease;
          animation: animationPlats 3s ease;
}

.DesignCartesRestos .btnCartesRestos {
  border-radius: 30px;
  -webkit-box-shadow: 2px 3px 4px 1px #bebebe;
          box-shadow: 2px 3px 4px 1px #bebebe;
  border: none;
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
  background: linear-gradient(5deg, #9356dc, #ff79da);
  color: white;
  margin: 6% 20% 15% 20%;
  padding: 20px;
  width: 60%;
  font-size: 18px;
}

.DesignCartesRestos .btnCartesRestos:hover {
  background: linear-gradient(5deg, #b08bdd, #f9c4ea);
  -webkit-box-shadow: 2px 2px 4px 1px #6d6d6d;
          box-shadow: 2px 2px 4px 1px #6d6d6d;
  cursor: pointer;
}

.DesignCartesRestos .entêtesMenu {
  font-family: roboto;
  font-weight: 300;
  font-size: 20px;
  padding: 20px;
  margin-left: 20px;
}

.container_check {
  position: absolute;
  width: 200px;
  height: 100px;
  right: -130px;
  top: 0px;
}

.prix {
  position: absolute;
  right: 145px;
  top: 30px;
  font-family: roboto;
  font-size: 15px;
  font-weight: 700;
  color: black;
}

.fond_vert {
  position: absolute;
  right: 0px;
  width: 130px;
  height: 100px;
  background-color: #99e2d0;
}

.check {
  position: absolute;
  right: 50px;
  top: 18px;
  font-size: 25px;
  color: white;
}

.cartesRestos:hover .container_check {
  -webkit-transform: translate(-130px);
          transform: translate(-130px);
  -webkit-transition: 700ms ease-in-out;
  transition: 700ms ease-in-out;
}

.cartesRestos:hover .check {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: 600ms ease-in-out 200ms;
  transition: 600ms ease-in-out 200ms;
}

.cartesRestos:hover .rétrécit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 40%;
}

.cartesRestos:hover .rétrécit2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 45%;
}

@media only screen and (min-width: 768px) {
  /* tablettes et ordinateurs */
  .entree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding: 10px;
  }
  .plats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 10px;
  }
  .desserts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 10px;
  }
  .cartesRestos {
    margin-right: 10px;
  }
  .prix {
    color: #9356dc;
  }
  #restaurants {
    background-color: #e5e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px 20px 0px 0px;
    width: 100%;
  }
  #restaurants .cartesDesRestos-Accueil {
    padding: 4px;
  }
  #restaurants .cartesDesRestos-Accueil h2 {
    font-size: 15px;
    color: black;
  }
  #restaurants .cartesDesRestos-Accueil h3 {
    font-size: 13px;
    color: black;
  }
  #restaurants .cartesDesRestos-Accueil img {
    border-radius: 30px  30px 0px 0px;
    height: 10em;
  }
  .DesignCartesRestos {
    padding: 10px;
  }
  .DesignCartesRestos .cartesRestos {
    padding: 30px;
  }
  .DesignCartesRestos .btnCartesRestos {
    margin-bottom: 50px;
  }
  .DesignCartesRestos .rétrécit {
    font-size: 13px;
  }
  .DesignCartesRestos .rétrécit2 {
    font-size: 13px;
  }
  .DesignCartesRestos .prix {
    font-size: 12px;
    margin-top: 30px;
  }
  .h1_section_restaurant_accueil {
    font-family: roboto;
    font-size: 24px;
    font-weight: 500;
    color: back;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .Container_Cartes_restos_accueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .alignTextCarte {
    font-size: 12px;
    color: black;
  }
  .titreFonctionnement {
    text-align: left;
    margin-bottom: 20px;
  }
  #fonctionnement .boutonsFonctionnement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    margin-left: 18px;
  }
  #fonctionnement .boutonsFonctionnement a {
    border-radius: 5px;
    width: 100%;
    margin-right: 30px;
    background-color: #fef4f4;
  }
  #fonctionnement .boutonsFonctionnement a h1 {
    font-size: 13px;
  }
  .container_heart {
    text-align: right;
    font-size: 20px;
    margin-top: 15px;
    width: 100px;
  }
  .container_check {
    position: absolute;
    width: 200px;
    height: 100px;
    right: -130px;
    top: 0px;
  }
  .prix {
    position: absolute;
    right: 160px;
    top: 30px;
    font-family: roboto;
    font-size: 15px;
    font-weight: 700;
    color: black;
  }
  .fond_vert {
    position: absolute;
    right: 0px;
    width: 130px;
    height: 130px;
    background-color: #99e2d0;
  }
  .check {
    position: absolute;
    right: 75px;
    top: 36px;
    font-size: 25px;
    color: white;
  }
  .cartesRestos:hover .container_check {
    -webkit-transform: translate(-80px);
            transform: translate(-80px);
    -webkit-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
  }
  .cartesRestos:hover .check {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: 600ms ease-in-out 200ms;
    transition: 600ms ease-in-out 200ms;
  }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
  /* smartphone */
  .entree {
    width: 100%;
  }
  .plats {
    width: 100%;
  }
  .desserts {
    width: 100%;
  }
  .cartesRestos {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */