@charset "UTF-8";
/* Police d'écriture */
/* Logo & titres */
@import url("https://fonts.googleapis.com/css2?family=Shrikhand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Shrikhand&display=swap");
/*fonts*/
@import url("https://fonts.googleapis.com/css2?family=Shrikhand");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;500&family=Shrikhand");
.loading {
  position: fixed;
  background-color: white;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.9;
  animation: showloading 0.1s forwards;
  animation-delay: 3s;
}

.spinner {
  color: #9356DC;
  font-size: 65px;
  position: absolute;
  left: 50%;
  bottom: 50%;
}

/* definit les etapes de l'animation et apparition des items */
@keyframes showItems {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes showloading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/*! 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;
}

/* Forms
   ========================================================================== */
/**
 * 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;
}

body {
  font-family: "roboto", sans-serif;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

h4,
p {
  margin: 0px;
}

ul,
li {
  text-decoration: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: 550;
}

.restaurants {
  background-color: #F2F2F2;
}

.restaurants h2 {
  padding-top: 20px;
}

article {
  margin-top: 20px;
}

/*Desktop version */
.searchform {
  display: flex;
  justify-content: center;
  padding: 1.25rem 1rem;
  background-color: rgb(243, 243, 243);
  font-size: 1.2rem;
}
.searchform form {
  position: relative;
  left: 40px;
}
.searchform input {
  border: 1px solid transparent;
  background-color: rgb(243, 243, 243);
  font-weight: 500;
}
.searchform input:focus {
  border: none;
  outline: none;
}

/*display: flex;
background-color: $color-searchform;
box-shadow: $color-searchform;
&>i{
    margin-right: 10px;
}
input{
    border: 1px solid transparent;
    background-color:$color-searchform;
    font-weight:400;
    padding:14px;
}
input:focus {
    outline:  none;
}
*/
.label {
  display: inline-block;
  background: #99e2d0;
  color: #1f9779;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  border-radius: 2px;
  box-shadow: 1px 4px 9px 1px rgba(0, 0, 0, 0.1);
}

header {
  font-family: "Shrikhand", "cursive";
  margin: 0;
  font-size: 29px;
  text-align: center;
  padding: 1rem 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}

/*
   position: relative;
    background-color: white;
    box-shadow: 4px 4px 4px 1px lightgrey;
    font-family: "Shrikhand", cursive;
    text-align: center;
    padding: 20px;
    font-size:28px;
*/
.restaurants h2 {
  padding-top: 4rem;
}

.headerMenu {
  display: flex;
  justify-content: center;
}

.back {
  position: absolute;
  left: 18px;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: black;
}

.menuImg {
  height: 18rem;
  overflow: hidden;
}
.menuImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menuCard {
  margin-top: -4rem;
  border-radius: 2rem 2rem 0 0;
  background-color: #f6f6f6;
  z-index: 1;
  position: relative;
}
.menuCard__content h2 {
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
}
.menuCard__content h2::after {
  /* decoration du soulignement sur le h3 en bas*/
  content: "";
  width: 3rem;
  height: 0.25rem;
  background-color: #99E2D0;
  position: absolute;
  left: 0;
  top: 30px;
}
.menuCard__title {
  padding: 1rem 2rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Shrikhand", cursive;
}
.menuCard__list {
  margin: 25px 0;
}
.menuCard__list ol {
  padding: 0;
  margin: 0;
}

.menuCardItem {
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  margin-top: 13px;
  animation: showItems 0.6s;
  animation-fill-mode: both;
  transform: scale(0);
}
.menuCardItem .menuCardItem__content {
  flex-grow: 1;
  min-width: 0;
  position: relative;
  padding: 15px;
}
.menuCardItem h3 {
  margin: 0;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuCardItem .menuCardItem__content > div {
  display: flex;
  justify-content: space-between;
}
.menuCardItem .menuCardItem__content .menuCardItem__description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuCardItem .menuCardItem__submit {
  background: #99E2D0;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  position: relative;
  right: -50px;
  margin-left: -50px;
  transition-duration: 0.5s;
}
.menuCardItem .menuCardItem__submit i {
  /* rotation de la class i 360 degres */
  transform: rotate(360deg);
  transition-duration: 0.7s;
}
.menuCardItem:hover .menuCardItem__submit i {
  transform: rotate(0);
}
.menuCardItem:hover .menuCardItem__submit {
  right: 0;
  margin-left: 0px;
  transition-duration: 0.5s;
}

/* boucle pour afficher les items numeroter de 1 à 9 en ordre croissant avec la classe delay */
.delay-0 {
  animation-delay: 0s;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

.delay-5 {
  animation-delay: 0.5s;
}

.delay-6 {
  animation-delay: 0.6s;
}

.delay-7 {
  animation-delay: 0.7s;
}

.delay-8 {
  animation-delay: 0.8s;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.spacing {
  padding: 30px;
}

.containerButton {
  display: flex;
  text-decoration: none;
  justify-content: center;
  padding: 3rem 0;
}

.jumbotron {
  padding: 2rem;
  background-color: rgb(250, 250, 250);
  text-align: center;
}
.jumbotron h2 {
  margin: 0;
}
.jumbotron p {
  font-weight: 300;
  font-size: 16px;
  margin: 1.5rem 0;
}

footer {
  background-color: #353535;
  padding: 20px 25px 20px 20px;
  font-size: 14px;
}

.footer__logo {
  font-family: "Shrikhand", cursive;
  color: white;
  padding-bottom: 7px;
}

.footer__list {
  list-style: none;
}

footer i {
  color: white;
  font-weight: 600;
  padding-right: 7px;
}

footer li {
  color: white;
  padding: 3px;
}

.list_grouptext {
  position: relative;
  bottom: 9px;
}
.list_group span {
  font-weight: 400;
  font-size: 16px;
  padding: 1px;
  /*1*/
}
.list_group i {
  position: relative;
  right: 29px;
  font-size: 20px;
}
.list_group__item {
  background: #F2F2F2;
  box-shadow: 1px 4px 9px 1px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 14px;
  margin: 20px 0;
  text-align: center;
}
.list_group ol {
  padding: 0;
  margin: 0;
}
.list_group__item:hover {
  cursor: pointer;
}
.list_group .number {
  position: relative;
  color: white;
  right: 24px;
  height: 25px;
  width: 25px;
  top: 15px;
  background-color: #9356DC;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_group i {
  color: #959595;
}

.button {
  background: linear-gradient(160deg, #FF79DA 0%, #9356DC 100%);
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 16px;
  /*12 base*/
  border-radius: 10rem;
  border: none;
  cursor: pointer;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3098039216);
  margin: 15px;
}
.button--large {
  padding-left: 45px;
  padding-right: 45px;
}

.button_icon {
  display: inline-block;
  font-size: 1.6em;
}
.button_icon > i {
  background: none;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px black;
}
.button_icon:hover i {
  background: linear-gradient(180deg, #9356DC 0%, #FF79DA 100%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 0px;
  cursor: pointer;
}

.card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card a {
  display: block;
}

.card .card__picture {
  position: relative;
}

.card .card__picture img {
  height: 175px;
  width: 100%;
  object-fit: cover;
  position: relative;
}

.card .card__description {
  padding: 20px 12px;
  display: flex;
  justify-content: space-between;
}

.card .card__description h3 {
  margin: 0;
  margin-bottom: 3px;
}

.card .label {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

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