@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700;900&family=Shrikhand&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
    ============================================= */
/*
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ============================================= */
/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ============================================= */
/*
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ============================================= */
/*
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ============================================= */
/*
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/*   ============================================= */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ============================================= */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ============================================= */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  color: black;
  font-family: Roboto, sans-serif;
}

.menu-card, .name {
  overflow-x: hidden;
  overflow-y: hidden;
}

.card:hover, .step:hover {
  background: linear-gradient(rgba(162, 116, 215, 0.1), rgba(241, 134, 210, 0.1));
}

header h1 {
  font-size: 33px;
  font-family: "Shrikhand", cursive;
  text-align: center;
  font-weight: 100;
}

.footer .fas, .footer-logo, .footer-link {
  color: white;
}

.footer {
  padding: 20px;
  background: #2d2b2b;
}
.footer .fas {
  margin-right: 15px;
  font-size: 13px;
}

.footer .fa-hands-helping {
  margin-right: 10px;
}

.footer-logo {
  font-family: "Shrikhand", cursive;
  margin-left: 8px;
  font-size: 19px;
}

.footer-lists {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
}

.footer-list {
  margin: 10px;
}

.footer-link {
  margin: 10px auto;
}

@keyframes heart-transp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes heart-color {
  0% {
    clip-path: circle(0%);
  }
  100% {
    visibility: visible;
    clip-path: circle(100%);
  }
}
.hearts {
  /*Hearts, Hover animation*/
}
.hearts__color {
  position: absolute;
  font-size: 40px;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(#9356DC, #FF79DA);
  clip-path: circle(0%);
}
.hearts__transp {
  position: absolute;
  font-size: 40px;
  color: rgba(24, 23, 23, 0.678);
}
.hearts:hover .hearts__color {
  animation: heart-color 600ms ease-in-out forwards;
}
.hearts:hover .hearts__transp {
  animation: heart-transp 600ms ease-in-out forwards;
}

.heart-menu {
  right: 30px;
  top: 10px;
}

/*HEART*/
/*CARD MENU*/
/*Délais de l'animation*/
/*Catégories (Entrée, Plat, Dessert)*/
/*Nombre d'éléments par catégories*/
/*Temps d'animation par colone*/
.submenu {
  /*Pour chaque catégories*/
  /*Pour chaque catégories*/
  /*Pour chaque catégories*/
}
.submenu:nth-child(1) .menu-card {
  /*Pour */
  /*Pour */
  /*Pour */
  /*Pour */
}
.submenu:nth-child(1) .menu-card:nth-child(1) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.1s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(1) .menu-card:nth-child(2) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.2s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(1) .menu-card:nth-child(3) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.3s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(1) .menu-card:nth-child(4) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.4s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(2) .menu-card {
  /*Pour */
  /*Pour */
  /*Pour */
  /*Pour */
}
.submenu:nth-child(2) .menu-card:nth-child(1) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.5s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(2) .menu-card:nth-child(2) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.6s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(2) .menu-card:nth-child(3) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.7s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(2) .menu-card:nth-child(4) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.8s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(3) .menu-card {
  /*Pour */
  /*Pour */
  /*Pour */
  /*Pour */
}
.submenu:nth-child(3) .menu-card:nth-child(1) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 0.9s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(3) .menu-card:nth-child(2) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 1s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(3) .menu-card:nth-child(3) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 1.1s;
  /*Delais final est offset + J*/
}
.submenu:nth-child(3) .menu-card:nth-child(4) {
  /*Child -1*/
  /*Child -1 multiplier par animation par colone.*/
  animation-delay: 1.2s;
  /*Delais final est offset + J*/
}

@keyframes menu-appear {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(15px);
  }
}
.menu-card {
  animation: menu-appear 0.9s ease-in-out both;
}

/*LOADER*/
.loadingbg {
  /*Background-Loader*/
  background-color: white;
  animation: bg ease-in-out 3s forwards;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}

.loader {
  /*Loader*/
  width: 100px;
  height: 100px;
  margin: auto;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: spin 3s ease-in-out forwards;
  animation-fill-mode: forwards;
  visibility: hidden;
  border: 10px solid #f3f3f3;
  border-left-color: #9356DC;
  border-right-color: #FF79DA;
  border-radius: 200px;
}

/*Animation*/
@keyframes bg {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
  }
  25% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(720deg);
  }
  75% {
    transform: rotate(1040deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg);
    opacity: 0;
    visibility: hidden;
  }
}
/*********** CHECK *********/
/* Animations*/
@keyframes shift {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateX(-55px);
  }
}
@keyframes loading {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.menu-check {
  width: 0;
  max-width: 58px;
  height: 100%;
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  background: #99E2D0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  opacity: 0;
}

.menu-card:hover .menu-price {
  animation: shift 0.3s ease-in-out forwards;
}
.menu-card:hover .menu-check {
  width: 20%;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.menu-card:hover .menu-check i {
  opacity: 1;
  animation: loading 0.3s ease-in-out;
}

.fa-check-circle {
  font-size: 25px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*********** ELLIPSIS **************/
.menu-card:hover h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
}
.menu-card:hover p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
}

@media only screen and (max-width: 850px) {
  .menu-card:hover h4, .menu-card:hover p {
    text-overflow: ellipsis;
    overflow: visible;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 950px) {
  .menu-card:hover h4, .menu-card:hover p {
    text-overflow: ellipsis;
    overflow: visible;
    white-space: nowrap;
  }
}
.reservation-btn, span:before, .card {
  color: white;
  background: white;
}

.position {
  text-align: center;
  font-weight: 500;
  background: #efeeee;
  padding: 20px 0;
  opacity: 0.8;
  box-shadow: 1px -2px rgba(199, 198, 198, 0.63);
}

.position-text {
  margin-left: 8px;
}

.reservation {
  text-align: center;
  background: rgb(248, 248, 248);
  padding-bottom: 40px;
}

.reservation-title {
  font-weight: 700;
  font-size: 25px;
  margin: auto;
  padding-top: 30px;
}

.reservation-subtitle {
  opacity: 0.8;
}

.reservation-btn {
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  background: linear-gradient(#FF79DA, #9356DC);
  border-radius: 30px;
  margin: auto;
  width: 65%;
  margin-top: 20px;
  max-width: 280px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.reservation-btn:hover {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(253, 113, 220, 0.49), #a96af5);
}

.steps {
  margin: 40px auto;
  padding-bottom: 5px;
}
.steps span:before {
  content: attr(data-count);
  background: #9356DC;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -10px;
  top: 17px;
}

.steps-title {
  margin: 20px 5%;
  font-weight: 700;
}

.steps-steps {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0;
  list-style-type: none;
}
.steps-steps .step {
  padding: 20px 40px;
  border-radius: 20px;
  background: rgb(248, 248, 248);
  width: 90%;
  margin: 20px auto auto auto;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.steps-steps .fas {
  margin-right: 15px;
  opacity: 0.6;
}

.restaurants {
  background: rgb(248, 248, 248);
}

.restaurants-title {
  margin: 0 5%;
  padding: 40px 0 20px 0;
}

.cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: auto;
}
.cards .card {
  display: block;
  position: relative;
  margin: 20px 0;
  border-radius: 20px;
  width: 100%;
  padding-bottom: 20px;
}
.cards .card .card-img {
  height: 190px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}

.card-new {
  position: absolute;
  right: 20px;
  top: 10px;
  display: block;
  background: #99E2D0;
  padding: 6px 5px;
  font-size: 13px;
  border-radius: 3px;
  color: green;
  font-weight: 500;
}

.card-title {
  margin-bottom: 5px;
}

.card-content {
  padding: 0 15px;
}

.heart-home {
  position: absolute;
  right: 40px;
  bottom: 80px;
  color: rgba(222, 186, 232, 0.72);
}

.fa-heart:before {
  font-size: 25px;
}

@media only screen and (min-width: 800px) {
  .container, .menu {
    max-width: 1280px;
    margin: auto;
  }

  .steps-title {
    margin: 0 3%;
  }

  .steps-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .steps-steps .step {
    padding: 20px;
    justify-content: center;
  }
  .steps-steps .step .text {
    font-size: 15px;
  }

  .steps {
    max-width: 1280px;
  }

  .restaurants-title {
    margin: 0 3%;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    width: 95%;
  }
}
@media only screen and (min-width: 1200px) {
  .steps-steps .step .text {
    font-size: 20px;
  }
}
.header-logo-menu {
  margin: 0 0 10px 0;
}

.fa-arrow-left:before {
  position: absolute;
  left: 20px;
  top: 27px;
  font-size: 20px;
  color: #464343;
}

.img-couv {
  max-width: 100%;
  max-height: 32rem;
  width: 100%;
  object-fit: cover;
}

.menu-header {
  padding: 16px 32px 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.menu {
  margin-top: -4rem;
  border-radius: 30px 30px 0 0;
  background-color: rgb(248, 248, 248);
  position: relative;
  padding-bottom: 30px;
}
.menu .name {
  margin: 5px 0 20px 0;
  font-family: "Shrikhand", cursive;
  font-weight: 400;
}

.menu-btn {
  border: none;
  background: inherit;
  cursor: pointer;
}

.submenu-title {
  font-weight: 400;
  opacity: 0.9;
  font-size: 16px;
  margin-top: 40px;
}

.submenu-title:after {
  content: "";
  display: block;
  background: #99E2D0;
  width: 40px;
  height: 2px;
}

.menu-card {
  background: white;
  border-radius: 10px;
  width: 95%;
  margin: 15px auto;
  padding: 10px;
  cursor: pointer;
  height: 60px;
}
.menu-card h4, .menu-card p {
  margin: 0;
  padding: 1px;
}

.menu-description, .menu-txt, .submenu-title {
  margin-left: 14px;
}

.menu-card .menu-description {
  font-size: 12px;
  margin-top: 3px;
}

.menu-txt {
  font-size: 15px;
}

.menu-price {
  float: right;
  position: relative;
  bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}

.order-btn {
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  background: linear-gradient(#FF79DA, #9356DC);
  border-radius: 30px;
  margin: auto;
  width: 65%;
  margin-top: 20px;
  max-width: 280px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  color: white;
  margin-top: 40px;
}
.order-btn:hover {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.5);
  background: linear-gradient(rgba(253, 113, 220, 0.49), #a96af5);
}

@media only screen and (min-width: 850px) {
  .menu-choices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0;
  }

  .submenu {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .img-couv {
    max-height: 300px;
  }
}

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