/**/
/**/
/**/
/**/
/**/
/**/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
:root {
  font-family: "typography des contenus";
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
* TOUS LES ELEMENTS QUE JE NORMALISE A MA SAUCE   :)
*/
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}
a:active {
  color: black;
}
a:visited {
  color: black;
}

/**/
/**/
.btn {
  z-index: 1;
  position: relative;
  cursor: pointer;
  box-shadow: inset -20px -30px 70px 0px #9356dc, 0 5px 20px 0px rgba(0, 0, 0, 0.4);
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 120ms ease-in-out;
  box-shadow: inset -20px -30px 70px 0px #9356dc, 0 5px 20px 0px rgba(0, 0, 0, 0.5);
}

.btn {
  padding: 20px 40px;
  margin: 20px;
  color: white;
  border: 0;
  background-color: #FF79DA;
  border-radius: 40px;
  font-size: 18px;
}
.btn:visited {
  color: white;
}
.btn::after {
  background-color: #ffc6ef;
  opacity: 0;
  border-radius: 40px;
}
.btn:hover::after {
  opacity: 1;
}

.restaurant-card__heart-icon, .restaurant-menu__heart-icon {
  -webkit-clip-path: path("M21.45,3.68l.98,1.05,1.05-1.05C26.42,.81,30.5-.5,34.51,.17c6.06,1.01,10.49,6.25,10.49,12.39v.51c0,3.65-1.51,7.14-4.18,9.62l-15.88,14.83c-.66,.62-1.53,.96-2.43,.96s-1.78-.34-2.43-.96L4.18,22.7C1.51,20.21,0,16.72,0,13.07v-.51C0,6.42,4.44,1.18,10.49,.17c3.93-.67,8.09,.64,10.95,3.51-.08,0,0,0,0,0h0Zm.98,7.02l-3.96-4.11c-1.91-1.83-4.61-2.7-7.28-2.26-4.02,.67-6.97,4.15-6.97,8.23v.51c0,2.48,1.03,4.85,2.84,6.54l15.44,14.41,15.44-14.41c1.81-1.69,2.84-4.06,2.84-6.54v-.51c0-4.08-2.95-7.56-6.97-8.23-2.66-.44-5.37,.43-7.28,2.26l-4.11,4.11Z");
          clip-path: path("M21.45,3.68l.98,1.05,1.05-1.05C26.42,.81,30.5-.5,34.51,.17c6.06,1.01,10.49,6.25,10.49,12.39v.51c0,3.65-1.51,7.14-4.18,9.62l-15.88,14.83c-.66,.62-1.53,.96-2.43,.96s-1.78-.34-2.43-.96L4.18,22.7C1.51,20.21,0,16.72,0,13.07v-.51C0,6.42,4.44,1.18,10.49,.17c3.93-.67,8.09,.64,10.95,3.51-.08,0,0,0,0,0h0Zm.98,7.02l-3.96-4.11c-1.91-1.83-4.61-2.7-7.28-2.26-4.02,.67-6.97,4.15-6.97,8.23v.51c0,2.48,1.03,4.85,2.84,6.54l15.44,14.41,15.44-14.41c1.81-1.69,2.84-4.06,2.84-6.54v-.51c0-4.08-2.95-7.56-6.97-8.23-2.66-.44-5.37,.43-7.28,2.26l-4.11,4.11Z");
  width: 45px;
  height: 45px;
  background-color: black;
  cursor: pointer;
}
.restaurant-card__heart-icon:hover, .restaurant-menu__heart-icon:hover {
  -webkit-clip-path: path("M0,13.07v-.51C0,6.42,4.44,1.18,10.49,.17c3.93-.67,8.09,.64,10.95,3.51l1.05,1.05,.98-1.05C26.42,.81,30.5-.5,34.51,.17c6.06,1.01,10.49,6.25,10.49,12.39v.51c0,3.65-1.51,7.14-4.18,9.62l-15.88,14.83c-.66,.62-1.53,.96-2.43,.96s-1.78-.34-2.43-.96L4.18,22.7C1.51,20.21,0,16.72,0,13.07h0Z");
          clip-path: path("M0,13.07v-.51C0,6.42,4.44,1.18,10.49,.17c3.93-.67,8.09,.64,10.95,3.51l1.05,1.05,.98-1.05C26.42,.81,30.5-.5,34.51,.17c6.06,1.01,10.49,6.25,10.49,12.39v.51c0,3.65-1.51,7.14-4.18,9.62l-15.88,14.83c-.66,.62-1.53,.96-2.43,.96s-1.78-.34-2.43-.96L4.18,22.7C1.51,20.21,0,16.72,0,13.07h0Z");
  -webkit-animation: fill-in 0.4s linear forwards;
          animation: fill-in 0.4s linear forwards;
}

.restaurant-card {
  position: relative;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.18);
  border-radius: 30px;
  width: 100%;
  margin: 10px 0;
}
.restaurant-card:hover {
  opacity: 0.8;
  cursor: pointer;
}
.restaurant-card:hover > img {
  opacity: 0.8;
}
@media screen and (min-width: 900px) {
  .restaurant-card {
    width: 45%;
  }
}
.restaurant-card__img {
  position: relative;
  width: 100%;
  border-radius: 30px 30px 0 0;
  margin-bottom: 10px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.restaurant-card__content {
  padding: 0px 25px;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.restaurant-card__content .restaurant-card__txt .restaurant-card__name, .restaurant-card__content .restaurant-card__txt .restaurant-card__location {
  margin: 10px 0 10px 0;
  display: flex;
  flex-direction: column;
  line-height: 22px;
}
.restaurant-card__content .restaurant-card__txt .restaurant-card__name {
  font-weight: 600;
  font-size: 24px;
}
.restaurant-card__content .restaurant-card__txt .restaurant-card__name::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.restaurant-card__content .restaurant-card__txt .restaurant-card__name:hover {
  color: #9356DC;
}
.restaurant-card__content .restaurant-card__txt .restaurant-card__location {
  font-weight: 400;
  font-size: 20px;
}
.restaurant-card__content .fa-heart.fa-solid {
  color: red;
  position: relative;
}
.restaurant-card > p {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #008766;
  background-color: #99E2D0;
  padding: 10px;
  font-weight: 600;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.18);
}

.dishes-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin: 20px 0;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  cursor: pointer;
}
.dishes-card--starter {
  -webkit-animation: fade-in 1s 3.6s linear backwards;
          animation: fade-in 1s 3.6s linear backwards;
}
.dishes-card--dish {
  -webkit-animation: fade-in 1s 4s linear backwards;
          animation: fade-in 1s 4s linear backwards;
}
.dishes-card--dessert {
  -webkit-animation: fade-in 1s 4.4s linear backwards;
          animation: fade-in 1s 4.4s linear backwards;
}
.dishes-card__checked {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: #99E2D0;
  width: 70px;
  height: 70px;
  margin: 0;
  border-radius: 0 25px 25px 0;
  width: 0;
  transition: all 0.4s ease-in-out;
}
.dishes-card__checked .dishes-card__checked-icon {
  margin-left: 40px;
  transition: all 0.4s ease-in-out;
  color: white;
  transform: rotateZ(-2turn);
}
.dishes-card:hover > .dishes-card__checked {
  width: 15%;
}
.dishes-card:hover > .dishes-card__checked > i {
  margin: 0;
  transform: rotateZ(0);
}
.dishes-card:hover > .dishes-card__content {
  width: 85%;
}
.dishes-card__content {
  width: 100%;
  padding: 15px 20px;
  transition: width 0.4s ease-in-out;
}
.dishes-card__content > h2 {
  font-size: 16px;
  margin: 0 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dishes-card__content > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dishes-card__content > div > h4 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dishes-card__content > div > h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loading-spinner {
  z-index: -1;
  -webkit-animation: rotation 1s 0.5s ease infinite;
          animation: rotation 1s 0.5s ease infinite;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  position: fixed;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

.loading-spinner {
  width: 80px;
  height: 80px;
  border: 5px solid #9356dc;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes loading {
  0%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fill-in {
  0% {
    background: linear-gradient(to top, #FF79DA 0%, #9356DC 0%, white 5%);
  }
  10% {
    background: linear-gradient(to top, #FF79DA 5%, #9356DC 0%, white 10%);
  }
  20% {
    background: linear-gradient(to top, #FF79DA 10%, #9356DC 0%, white 15%);
  }
  30% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 15%, white 20%);
  }
  40% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 25%, white 50%);
  }
  50% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 35%, white 50%);
  }
  60% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 50%, white 60%);
  }
  70% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 60%, white 70%);
  }
  80% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 75%, white 80%);
  }
  90% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 85%, white 90%);
  }
  100% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 95%, white 100%);
  }
}
@keyframes fill-in {
  0% {
    background: linear-gradient(to top, #FF79DA 0%, #9356DC 0%, white 5%);
  }
  10% {
    background: linear-gradient(to top, #FF79DA 5%, #9356DC 0%, white 10%);
  }
  20% {
    background: linear-gradient(to top, #FF79DA 10%, #9356DC 0%, white 15%);
  }
  30% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 15%, white 20%);
  }
  40% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 25%, white 50%);
  }
  50% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 35%, white 50%);
  }
  60% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 50%, white 60%);
  }
  70% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 60%, white 70%);
  }
  80% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 75%, white 80%);
  }
  90% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 85%, white 90%);
  }
  100% {
    background: linear-gradient(to top, #FF79DA 15%, #9356DC 95%, white 100%);
  }
}
/**/
.header--bsBlue, .header {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header--bsBlue__return-button > i, .header__return-button > i {
  position: absolute;
  cursor: pointer;
}
.header--bsBlue__return-button > i:hover, .header__return-button > i:hover {
  color: red;
  background: purple;
}

.header {
  padding: 0 30px;
  width: 100%;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.header__logo {
  width: 200px;
  padding: 30px 0px 20px 0px;
}
.header__return-button > i {
  left: 30px;
  transition: transform ease-in-out 50ms;
}
.header__return-button > i:hover {
  opacity: 0.6;
  transform: scale(1.2);
}

.header--bsBlue {
  padding: 0 30px;
  width: 100%;
  box-shadow: 0 0 1em 1px blue;
}
.header--bsBlue__logo {
  width: 200px;
  padding: 30px 0px 20px 0px;
}
.header--bsBlue__return-button > i {
  left: 30px;
  transition: transform ease-in-out 50ms;
}
.header--bsBlue__return-button > i:hover {
  opacity: 0.6;
  transform: scale(1.2);
}

.footer-list {
  text-decoration: none;
}
.footer-list__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer {
  padding: 40px;
  background-color: #353535;
}
.footer__logo {
  -webkit-filter: brightness(100);
          filter: brightness(100);
  width: 150px;
}
.footer-list {
  padding: 20px 0;
  margin: 0;
  line-height: 20px;
  color: white;
}
.footer-list__icon {
  color: white;
  margin: 0;
  padding: 0;
}
.footer-list__link {
  padding: 5px 0;
}
.footer-list__link p {
  padding: 0px 15px;
  margin: 0;
}
.footer a {
  color: white;
}

/***********************************/
/***********************************/
/***********************************/
/*****************/
* {
  font-family: "Roboto", sans-serif;
  box-sizing: inherit;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  -webkit-animation: loading 3.7s ease;
          animation: loading 3.7s ease;
}
.main-wrapper > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}

body > div > nav {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
body > div > nav * {
  padding: 5px 8px;
}
body > div > nav div.place {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EAEAEA;
  font-size: 12px;
  color: rgb(43, 43, 43);
  width: 100%;
}
body > div > nav div.presentation {
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
}
body > div > nav div.presentation > h1.presentation__title {
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  padding: 0px 20px 0px 20px;
  margin: 20px 0 10px 0;
}
body > div > nav div.presentation > h3.presentation__subtitle {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  padding: 0px 40px 0px 40px;
  margin: 10px 0 20px 0;
}

body > div .restaurant-menu {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-radius: 50px 50px 0px 0px;
  margin-top: -50px;
  background-color: #EAEAEA;
}
@media screen and (min-width: 900px) {
  body > div .restaurant-menu {
    padding: 20px 40px;
  }
  body > div .restaurant-menu .restaurant-menu__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  body > div .restaurant-menu .restaurant-menu__list .dishes-type {
    width: 30%;
  }
}
body > div .restaurant-menu__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
body > div .restaurant-menu__heading * {
  font-family: "Shrikhand", cursive;
  font-weight: 400;
}
body > div .restaurant-menu__heading > svg {
  width: 40px;
}
body > div .restaurant-menu .dishes-type__heading > h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
body > div .restaurant-menu .dishes-type__heading > div {
  background-color: #5adebd;
  width: 40px;
  height: 3px;
}
body > div .restaurant-menu__bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

body > div > main section.how-to {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0 60px 0;
}
body > div > main section.how-to > h1.how-to__title {
  padding: 20px 0 0 30px;
  margin-bottom: 0;
}
body > div > main section.how-to .explanations-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
body > div > main section.how-to .explanations-list .explanations-list__card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  background-color: #F6F6F6;
  width: 90%;
  height: 90px;
  margin: 20px 0 0 -20px;
  padding: 0;
  border-radius: 30px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.18);
  font-size: 12px;
}
body > div > main section.how-to .explanations-list .explanations-list__card > div.explanations-card-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin-left: -15px;
}
body > div > main section.how-to .explanations-list .explanations-list__card > div.explanations-card-content * {
  padding: 12px;
  margin: 0;
}
body > div > main section.how-to .explanations-list .explanations-list__card > div.explanations-card-content i.explanations-card-content__icon {
  color: grey;
}
body > div > main section.how-to .explanations-list .explanations-list__card > div.explanations-card-content .explanations-card-content__number {
  background-color: #9356DC;
  padding: 0px;
  margin: 0;
  text-align: center;
  color: white;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  margin-right: 15px;
}
body > div > main section.how-to .explanations-list .explanations-list__card > div.explanations-card-content .explanations-card-content__number * {
  margin: 0;
  margin-top: -4px;
  font-weight: 400;
}
body > div > main section.how-to .explanations-list .explanations-list__card.explanations-list__card--alt-color {
  background-color: rgba(147, 86, 220, 0.15);
}
body > div > main section.how-to .explanations-list .explanations-list__card.explanations-list__card--alt-color i {
  color: #9356dc;
}
body > div > main .restaurants-section {
  background-color: #F6F6F6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px 30px;
}
body > div > main .restaurants-section .restaurants-section__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}
@media screen and (min-width: 900px) {
  body > div > main .restaurants-section .restaurants-section__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
