*,
*:before,
*:after {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0; }

body {
  line-height: 1.3;
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  width: 100%;
  height: auto;
  line-height: 1.625; }

a,
a:visited {
  text-decoration: none;
  color: inherit; }

h2, .menu_container h2.plats, .menu_container h2.dessert,
h3,
h4 {
  margin: 0 20px; }

i.fas.fa-arrow-left {
  position: relative;
  font-size: 1.5rem;
  right: 65px; }
  i.fas.fa-arrow-left:hover {
    transform: translateX(-5px);
    transition: 0.3s ease-in-out; }

/* ANIMATION */
/*  FadeIn   */
.fade_in {
  animation: fadein 2s 2s; }

.fade_in2 {
  animation: fadein2 2s 2.4s backwards; }

.fade_in3 {
  animation: fadein3 2s 2.8s backwards; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadein3 {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
/* Loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
  z-index: 10;
  animation: load 2s forwards; }
  .loader .loader_container {
    position: absolute;
    width: 0vw;
    height: 0vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.loader-bars:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
  background: #9356dc;
  animation: grow 1s linear infinite; }

.loader-bars:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 30px;
  background: #99e2d0;
  animation: grow 1s linear -0.5s infinite; }

.loader-bars span {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 10px;
  height: 30px;
  background: #ff79da;
  animation: grow 1s linear -0.1s infinite; }

@keyframes load {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }
@keyframes grow {
  0% {
    transform: scaleY(0);
    opacity: 0; }
  50% {
    transform: scaleY(1);
    opacity: 1; }
  100% {
    transform: scaleY(0);
    opacity: 0; } }
/* Checkbox scale */
@keyframes checkbox {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
*,
*:before,
*:after {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0; }

body {
  line-height: 1.3;
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  width: 100%;
  height: auto;
  line-height: 1.625; }

a,
a:visited {
  text-decoration: none;
  color: inherit; }

h2, .menu_container h2.plats, .menu_container h2.dessert,
h3,
h4 {
  margin: 0 20px; }

i.fas.fa-arrow-left {
  position: relative;
  font-size: 1.5rem;
  right: 65px; }
  i.fas.fa-arrow-left:hover {
    transform: translateX(-5px);
    transition: 0.3s ease-in-out; }

/* ANIMATION */
/*  FadeIn   */
.fade_in {
  animation: fadein 2s 2s; }

.fade_in2 {
  animation: fadein2 2s 2.4s backwards; }

.fade_in3 {
  animation: fadein3 2s 2.8s backwards; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadein3 {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
/* Loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
  z-index: 10;
  animation: load 2s forwards; }
  .loader .loader_container {
    position: absolute;
    width: 0vw;
    height: 0vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.loader-bars:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
  background: #9356dc;
  animation: grow 1s linear infinite; }

.loader-bars:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 30px;
  background: #99e2d0;
  animation: grow 1s linear -0.5s infinite; }

.loader-bars span {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 10px;
  height: 30px;
  background: #ff79da;
  animation: grow 1s linear -0.1s infinite; }

@keyframes load {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }
@keyframes grow {
  0% {
    transform: scaleY(0);
    opacity: 0; }
  50% {
    transform: scaleY(1);
    opacity: 1; }
  100% {
    transform: scaleY(0);
    opacity: 0; } }
/* Checkbox scale */
@keyframes checkbox {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
/* 
@mixin btn() {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  border: transparent;
  margin: 25px 30px;
  background: $gris;
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 25px 20px;
  letter-spacing: 0.01rem;
  box-shadow: 2px 4px 7px 0px rgb(216, 216, 216);
} */
.logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 107px 15px 107px; }
  .logo img {
    width: 165px; }

i.fa-map-marker-alt {
  width: 20px;
  height: 15px;
  font-size: 1rem;
  /* color: rgb(246, 246, 246); */ }

.localisation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  letter-spacing: 0.03rem;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 15px 135px 15px 105px;
  color: #525252;
  background: #eaeaea;
  box-shadow: inset 0 2px 0 0 #d5d5d5; }

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  background: #f6f6f6;
  padding: 40px 30px 50px 20px; }
  .hero h1 {
    width: 65%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4rem; }
  .hero p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.05rem;
    margin-top: 20px;
    color: #525252;
    margin-bottom: 40px;
    line-height: 1.3; }
  .hero .btn_hero {
    padding: 15px;
    width: 220px;
    border-radius: 30px;
    border: transparent;
    margin: 0 auto;
    background: linear-gradient(to top, #9356dc, #ff79da);
    color: #fff;
    letter-spacing: 0.03rem;
    box-shadow: 2px 4px 7px 0px #c0bfbf; }
    .hero .btn_hero a {
      padding: 10px 10px; }
      .hero .btn_hero a:hover {
        text-decoration: underline; }

@media screen and (min-width: 680px) {
  .logo {
    background-color: #99e2d0; }

  .localisation {
    display: none; }

  .hero {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(54, 54, 54, 0.5) 39.24%, rgba(28, 28, 28, 0.4)), fixed url(/image/restaurants/michael-browning-MtqG1lWcUw0-unsplash.jpg) center center/cover no-repeat;
    color: #fff;
    height: 540px; }
    .hero .btn_hero {
      font-size: 1rem;
      width: auto;
      background: #9356dc;
      box-shadow: 2px 2px 5px 1px #242424; }
      .hero .btn_hero:hover {
        text-decoration: underline; }
      .hero .btn_hero a {
        padding: 10px 20px; }
    .hero h1 {
      font-size: 2.9rem;
      line-height: inherit;
      letter-spacing: 0.2rem; }
    .hero p {
      font-size: 1.7rem;
      color: #fff;
      margin: 50px auto; } }
@media screen and (min-width: 1024px) {
  .hero {
    height: 430px; } }
/* HEADER DES PAGES MENU */
/* 
@mixin btn() {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  border: transparent;
  margin: 25px 30px;
  background: $gris;
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 25px 20px;
  letter-spacing: 0.01rem;
  box-shadow: 2px 4px 7px 0px rgb(216, 216, 216);
} */
h2, .menu_container h2.plats, .menu_container h2.dessert {
  margin-bottom: 35px; }

h3 {
  margin-top: 5px;
  margin-bottom: 5px; }

h4 {
  margin-bottom: 10px;
  font-weight: normal; }

.aside__step {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }

.aside__button {
  flex: 1 0 auto;
  margin-bottom: 20px;
  text-decoration: none;
  background: #e9e9e9;
  border-radius: 15px;
  text-align: justify;
  margin: 15px 35px;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: bold;
  padding: 20px 15px;
  box-shadow: 0 5px 15px 0 #afafafb0;
  transition: 0.2s; }
  .aside__button.btn-hover:hover {
    background: #ff79d97a;
    box-shadow: 2px 2px 10px 2px #e4d5f6; }
  .aside__button .aside__button:last-child {
    margin-bottom: 70px; }
  .aside__button .aside__circle {
    position: absolute;
    left: 25px;
    margin-top: -7px;
    background: #9356dc;
    border-radius: 100%;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 1.67;
    padding: 2px 10px;
    font-weight: bold; }
  .aside__button .aside__icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: grey;
    margin: 0 20px 0 13px;
    position: absolute;
    font-size: 20px; }

.fa,
.fas {
  font-weight: 900; }

.aside__texte {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px; }

.resto {
  padding: 60px 0px 0px 0px;
  background: #f6f6f6;
  height: auto; }

h2#restaurant {
  margin-bottom: 20px; }

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 2px 4px 7px 0px #c0bfbf;
  border-radius: 20px;
  overflow: hidden; }
  .card .card_img {
    object-fit: cover;
    width: 100%;
    height: 175px;
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
    .card .card_img:hover {
      transform: scale(1.03, 1.03);
      transition: 2s; }
  .card .card_info {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 80px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
    color: #277460;
    background: #99e2d0;
    border: solid 1px #99e2d0;
    font-size: 0.9rem;
    border-radius: 2px; }
  .card:last-child {
    margin-bottom: 60px; }

.card_body {
  position: relative; }
  .card_body .like {
    position: relative;
    margin-right: 22px;
    margin-top: 4px; }
  .card_body i {
    position: absolute;
    right: 0;
    bottom: 25px;
    color: #9d9d9d;
    font-size: 24px;
    transition: 0.3s 0s ease-in-out; }
    .card_body i:hover {
      opacity: 0; }
  .card_body .hover-icon {
    position: absolute;
    right: 0;
    opacity: 0;
    bottom: 25px; }
    .card_body .hover-icon:hover {
      background: linear-gradient(#9356dc, #ff79da);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      opacity: 1;
      z-index: 9;
      cursor: pointer; }

@media screen and (min-width: 680px) {
  h2, .menu_container h2.plats, .menu_container h2.dessert {
    text-align: center;
    padding-bottom: 20px; }

  .aside__step {
    background-color: rgba(121, 255, 226, 0.5); }
    .aside__step .aside__button:first-child {
      margin-top: 50px; }
    .aside__step .aside__button:last-child {
      margin-bottom: 50px; }
    .aside__step .aside__texte {
      font-size: 1.1rem; } }
@media screen and (min-width: 1024px) {
  .aside__step {
    margin: 0 305px; }
    .aside__step .aside__circle {
      left: 330px; }
    .aside__step .aside__texte {
      font-size: 18px; }

  .card_container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: auto; }
    .card_container .card {
      margin-bottom: 100px;
      width: 55%;
      height: 500px; }
    .card_container .card_img {
      height: 415px; }
      .card_container .card_img:hover {
        transform: scale(1.03, 1.03);
        transition: 2s; }

  h2, .menu_container h2.plats, .menu_container h2.dessert {
    font-size: 2rem; } }
/* 
@mixin btn() {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  border: transparent;
  margin: 25px 30px;
  background: $gris;
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 25px 20px;
  letter-spacing: 0.01rem;
  box-shadow: 2px 4px 7px 0px rgb(216, 216, 216);
} */
.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  background: #353535;
  color: white;
  padding: 20px; }
  .footer .footer_logo img {
    width: 135px;
    color: red; }
  .footer .footer_link_container {
    width: 100%;
    height: auto; }
  .footer .footer_link {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    list-style: none; }
    .footer .footer_link li {
      margin-bottom: 5px; }
  .footer .footer_icon {
    position: relative;
    width: 30px;
    height: 30px; }
    .footer .footer_icon .fa-utensils {
      margin-right: 20px; }
    .footer .footer_icon .fa-hands-helping {
      margin-right: 10px; }

footer h2, footer .menu_container h2.plats, .menu_container footer h2.plats, footer .menu_container h2.dessert, .menu_container footer h2.dessert {
  font-family: "Shrikhand";
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin: 0; }

@media screen and (min-width: 680px) {
  footer h2, footer .menu_container h2.plats, .menu_container footer h2.plats, footer .menu_container h2.dessert, .menu_container footer h2.dessert {
    font-size: 2.2rem; }

  .footer {
    align-items: center; }

  .footer_link {
    align-items: center; } }
/* 
@mixin btn() {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  border: transparent;
  margin: 25px 30px;
  background: $gris;
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 25px 20px;
  letter-spacing: 0.01rem;
  box-shadow: 2px 4px 7px 0px rgb(216, 216, 216);
} */
*,
*:before,
*:after {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0; }

body {
  line-height: 1.3;
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  width: 100%;
  height: auto;
  line-height: 1.625; }

a,
a:visited {
  text-decoration: none;
  color: inherit; }

h2, .menu_container h2.plats, .menu_container h2.dessert,
h3,
h4 {
  margin: 0 20px; }

i.fas.fa-arrow-left {
  position: relative;
  font-size: 1.5rem;
  right: 65px; }
  i.fas.fa-arrow-left:hover {
    transform: translateX(-5px);
    transition: 0.3s ease-in-out; }

/* ANIMATION */
/*  FadeIn   */
.fade_in {
  animation: fadein 2s 2s; }

.fade_in2 {
  animation: fadein2 2s 2.4s backwards; }

.fade_in3 {
  animation: fadein3 2s 2.8s backwards; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadein3 {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
/* Loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
  z-index: 10;
  animation: load 2s forwards; }
  .loader .loader_container {
    position: absolute;
    width: 0vw;
    height: 0vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.loader-bars:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
  background: #9356dc;
  animation: grow 1s linear infinite; }

.loader-bars:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 30px;
  background: #99e2d0;
  animation: grow 1s linear -0.5s infinite; }

.loader-bars span {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 10px;
  height: 30px;
  background: #ff79da;
  animation: grow 1s linear -0.1s infinite; }

@keyframes load {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }
@keyframes grow {
  0% {
    transform: scaleY(0);
    opacity: 0; }
  50% {
    transform: scaleY(1);
    opacity: 1; }
  100% {
    transform: scaleY(0);
    opacity: 0; } }
/* Checkbox scale */
@keyframes checkbox {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
/* 
@mixin btn() {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  border: transparent;
  margin: 25px 30px;
  background: $gris;
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 25px 20px;
  letter-spacing: 0.01rem;
  box-shadow: 2px 4px 7px 0px rgb(216, 216, 216);
} */
/* 
@mixin btn() {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  border: transparent;
  margin: 25px 30px;
  background: $gris;
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 25px 20px;
  letter-spacing: 0.01rem;
  box-shadow: 2px 4px 7px 0px rgb(216, 216, 216);
} */
.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  background: #353535;
  color: white;
  padding: 20px; }
  .footer .footer_logo img {
    width: 135px;
    color: red; }
  .footer .footer_link_container {
    width: 100%;
    height: auto; }
  .footer .footer_link {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0;
    list-style: none; }
    .footer .footer_link li {
      margin-bottom: 5px; }
  .footer .footer_icon {
    position: relative;
    width: 30px;
    height: 30px; }
    .footer .footer_icon .fa-utensils {
      margin-right: 20px; }
    .footer .footer_icon .fa-hands-helping {
      margin-right: 10px; }

footer h2, footer .menu_container h2.plats, .menu_container footer h2.plats, footer .menu_container h2.dessert, .menu_container footer h2.dessert {
  font-family: "Shrikhand";
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin: 0; }

@media screen and (min-width: 680px) {
  footer h2, footer .menu_container h2.plats, .menu_container footer h2.plats, footer .menu_container h2.dessert, .menu_container footer h2.dessert {
    font-size: 2.2rem; }

  .footer {
    align-items: center; }

  .footer_link {
    align-items: center; } }
/* 
main {
  background: #f6f6f6;
} */
.main {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #f6f6f6;
  margin-top: -25px;
  padding: 0 20px 25px 20px;
  width: 100%;
  height: auto;
  z-index: 1; }
  .main h1 {
    font-family: "Shrikhand";
    font-size: 1.7rem;
    padding: 40px 0px 20px 0px;
    margin: 0; }

.like_menu {
  bottom: 10px;
  left: 20px;
  background: #f6f6f6; }

.menu_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .menu_container h2.entree, .menu_container h2.plats, .menu_container h2.dessert {
    margin: 0 20px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.2rem; }
    .menu_container h2.entree::after, .menu_container h2.plats::after, .menu_container h2.dessert::after {
      content: "";
      position: relative;
      top: 15px;
      right: 80px;
      display: inline-block;
      width: 55px;
      height: 4px;
      background: #99e2d0; }
  .menu_container h2.plats::after {
    right: 55px; }
  .menu_container h2.dessert::after {
    right: 80px; }

.menu_card {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 20px; }
  .menu_card:hover .menu_price {
    transform: translateX(-60px);
    transition: 0.5s ease-out; }
  .menu_card:hover .menu_price-checkbox {
    animation: checkbox 0.5s ease-out forwards;
    animation-fill-mode: both;
    transform: scale(0);
    transform-origin: right;
    overflow: visible; }
  .menu_card:hover .btn-circle {
    animation: check ease-out;
    transform: rotate(0deg);
    transition: transform 0.6s; }
  .menu_card .menu_price {
    display: inline-block;
    position: relative;
    right: 50px;
    top: 35px;
    font-weight: bold;
    background: #fff;
    width: 20%;
    height: 30px;
    cursor: pointer; }
    .menu_card .menu_price span {
      margin: 0 10px; }
  .menu_card .menu_price-checkbox {
    position: relative;
    right: 110px;
    background-color: #99e2d0;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    cursor: pointer; }
  .menu_card .btn-circle {
    transform: rotate(-180deg); }

.menu_title {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 75px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .menu_title h3 {
    width: 65%;
    padding-top: 15px;
    font-size: 1.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .menu_title h4 {
    font-size: 0.95rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 60%; }

i.fas.fa-check-circle {
  position: relative;
  top: 25px;
  color: #fff;
  padding: 0px 20px;
  opacity: 1; }

.btn_order {
  display: flex;
  width: 100%;
  height: 100px;
  text-align: center; }
  .btn_order .commander {
    padding: 15px;
    width: 220px;
    border-radius: 30px;
    border: transparent;
    margin: 0 auto;
    background: linear-gradient(to top, #9356dc, #ff79da);
    color: #fff;
    letter-spacing: 0.03rem;
    box-shadow: 2px 4px 7px 0px #c0bfbf;
    margin: auto; }
    .btn_order .commander a {
      padding: 10px 60px;
      font-family: "Roboto"; }

.aside__button:hover {
  background: #fff;
  box-shadow: 2px 2px 10px 2px #d6d5d6; }

@media screen and (min-width: 680px) {
  .menu_container {
    width: 70%;
    margin: 0 auto; }
    .menu_container .menu_title h3 {
      font-size: 1.3rem;
      padding-top: 5px; }
    .menu_container .menu_title h4 {
      font-size: 1.05rem; }
    .menu_container h2, .menu_container h2.plats, .menu_container h2.dessert {
      padding: 45px; } }
@media screen and (min-width: 1024px) {
  i.fas.fa-arrow-left::before {
    position: relative;
    font-size: 1.5rem;
    right: 50px; }

  .main {
    width: 70%;
    margin: auto;
    margin-top: -25px;
    background: #f6f6f6; } }
*,
*:before,
*:after {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0; }

body {
  line-height: 1.3;
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  width: 100%;
  height: auto;
  line-height: 1.625; }

a,
a:visited {
  text-decoration: none;
  color: inherit; }

h2, .menu_container h2.plats, .menu_container h2.dessert,
h3,
h4 {
  margin: 0 20px; }

i.fas.fa-arrow-left {
  position: relative;
  font-size: 1.5rem;
  right: 65px; }
  i.fas.fa-arrow-left:hover {
    transform: translateX(-5px);
    transition: 0.3s ease-in-out; }

/* ANIMATION */
/*  FadeIn   */
.fade_in {
  animation: fadein 2s 2s; }

.fade_in2 {
  animation: fadein2 2s 2.4s backwards; }

.fade_in3 {
  animation: fadein3 2s 2.8s backwards; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadein3 {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
/* Loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: white;
  z-index: 10;
  animation: load 2s forwards; }
  .loader .loader_container {
    position: absolute;
    width: 0vw;
    height: 0vw;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.loader-bars:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
  background: #9356dc;
  animation: grow 1s linear infinite; }

.loader-bars:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 30px;
  background: #99e2d0;
  animation: grow 1s linear -0.5s infinite; }

.loader-bars span {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 10px;
  height: 30px;
  background: #ff79da;
  animation: grow 1s linear -0.1s infinite; }

@keyframes load {
  0% {
    visibility: visible; }
  100% {
    visibility: hidden; } }
@keyframes grow {
  0% {
    transform: scaleY(0);
    opacity: 0; }
  50% {
    transform: scaleY(1);
    opacity: 1; }
  100% {
    transform: scaleY(0);
    opacity: 0; } }
/* Checkbox scale */
@keyframes checkbox {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
/* 
@mixin btn() {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
  border: transparent;
  margin: 25px 30px;
  background: $gris;
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 25px 20px;
  letter-spacing: 0.01rem;
  box-shadow: 2px 4px 7px 0px rgb(216, 216, 216);
} */
header {
  position: relative;
  z-index: 0; }

.menu_img {
  object-fit: cover;
  width: 100%;
  height: 290px;
  margin: 0 auto; }

/*# sourceMappingURL=style.css.map */
