@charset "UTF-8";

/*! 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;
  overflow-x: hidden;
}

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

/****** [General] ******/
* {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

html {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}

body {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 320px;
  background-color: #f6f6f6;
  margin: 0 auto;
  padding: 0;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.hidden {
  display: none;
}

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

.margin {
  position: relative;
  margin: 0 20px;
  width: 100%;
  max-width: 1120px;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox .checked {
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked ~ .checked {
  display: inline-block;
}

.custom-checkbox input[type="checkbox"]:checked ~ .unchecked {
  display: none;
}

/****** [Styles] ******/
.flex_row-cc {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.flex-col_c {
  display: flex;
  flex-flow: column;
  align-items: center;
}

/****** [Header] ******/
.full-heading {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 63px;
  background-color: #fff;
  margin: 0 auto;
}
.head {
  position: relative;
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.head__logo {
  width: 163.5px;
  height: 44px;
  padding: 13px 1px 0 0;
  object-fit: contain;
  align-self: center;
}
.head__return {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: 24px;
  top: 22px;
  font-size: 1.2258em;
  color: #101010;
  align-self: flex-start;
}
/****** [Footer] ******/
footer {
  background-color: #353535;
  height: 186px;
  width: 100vw;
  margin: auto;
  box-sizing: border-box;
}
footer .footer {background-color: #353535;
  display: flex;
  flex-flow: column;
  width: calc(100% - 50px);
  max-width: 1440px;
  transition: all 155ms ease-in-out;
  padding: 21.75px 0px 22px 25px;
  background-color: #353535;
}
footer .footer a {
  color: #fff;
}
footer .footer > a {
  font-family: "Shrikhand", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16.5px;
  max-width: 138.5px;
}
footer .footer .footer_subscription {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  flex-flow: column;
  width: 190px;
  height: 50px;
  margin: 0;
}
footer .footer .footer_subscription a {
  margin-bottom: 8px;
}
footer .footer .footer_subscription a:nth-child(1) > i {
  font-size: 13px;
  padding-right: 6px;
}
footer .footer .footer_subscription a:nth-child(2) > i {
  font-size: 12px;
  padding-right: 2px;
}
footer .footer:hover a {
  max-width: 190px;
  transition: all 720ms ease-in-out;
  color: #989898;
}
footer .footer:hover a:hover {
  transition: all 350ms ease-in-out;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  color: #fff;
}
footer .footer:hover a:nth-child(1):hover > i {
  transform: rotate3d(0, 1, 0, 1turn);
  animation: utensils 1330ms 330ms 2 alternate-reverse;
}
footer .footer:hover a:nth-child(2):hover > i {
  transform: rotate(0deg);
  animation: handshake 2030ms 1 linear;
}
footer .footer .footer_contact {
  display: flex;
  flex-flow: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  max-width: 130px;
  margin-top: -1px;
}

/****** [ Accueil N°1 search-location  ] ******/
.search-location {
  width: 100%;
  height: 50px;
  background-color: #eaeaea;
  color: #353535;
  position: relative;
  margin: auto;
}
.search-location form {
  display: block;
  padding-left: 16px;
}
.search-location form .ico_location,
.search-location form input {
  border: none;
  outline: none;
  transition: all 450ms;
}
.search-location form:hover > .ico_location {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.search-location form .input-research {
  position: relative;
  top: -0.25px;
  width: 140px;
  padding: 7.75px 9px 6px 12px;
  background-color: transparent;
  border-radius: 0px 10px 10px 0px;
  /*Animation*/
  box-shadow: 0px 2px 4px inset rgba(0, 0, 0, 0);
}
.search-location form .input-research:hover {
  transition: all 450ms;
  box-shadow: 0px 2px 4px inset rgba(0, 0, 0, 0.15);
  color: #353535;
  cursor: auto;
  background: white;
}
.search-location form button,
.search-location form button + input {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
}
.search-location form button:hover + input,
.search-location form button:hover,
.search-location form button + input:hover + input,
.search-location form button + input:hover {
  color: transparent;
  background: linear-gradient(90deg, #9356dc, #ff79da, #9356dc, #ff79da);
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 9;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  background-size: 600px 200px;
  animation: gradient_move 10000ms ease-in-out infinite alternate-reverse;
}
.search-location form .ico_location {
  transform: scaleY(1.01);
  position: relative;
  display: inline-block;
  padding: 7px 6px 7px 9px;
  top: -1px;
  background-color: transparent;
  margin-right: -5px;
  margin-left: -4.5px;
  border-radius: 10px 0px 0px 10px;
  transition: all 300ms;
}
.search-location form .ico_location:hover {
  animation: ico-location 250ms ease-in-out forwards;
}
.search-location form .ico_location:active {
  transform: scaleY(1.011) scaleX(1.011);
  color: white;
  background: linear-gradient(90deg, #9356dc, #ff79da, #9356dc, #ff79da);
  background-size: 400% 400%;
  background-clip: border-box;
  transition: all 30ms;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  animation: gradient_move 1250ms ease-in-out infinite alternate-reverse;
}

/****** [ Accueil N°2 Presentation ] ******/
.presentation {
  margin: auto;
}

.font_h1 {
  font-weight: 700;
  text-align: center;
  /* Mobile-mod*/
  font-size: 24px;
  line-height: 28px;
  /* Desktop-mod*/
  margin: 40px 38px 1px 22px;
  padding: 0;
  letter-spacing: -0.5px;
}

.font_h1_p {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #353535;
  padding: 0;
  margin: 12px 6px 1px 13.5px;
}

/*BUTTON*/
.btn {
  border: none;
  outline: none;
  background-color: transparent;
}

.local_style_gradient,
.local_style_gradient2 {
  padding: 15px 21.5px 16px 21.5px;
  position: relative;
  z-index: 1;
  /* Shadow/Button */
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  margin: 30px 0 58px 7px;
  background: linear-gradient(-193.33deg, #ff79da -11.44%, #9356dc 123.93%);
  cursor: pointer;
}
.local_style_gradient:hover,
.local_style_gradient2:hover {
  color: #fff;
}
.local_style_gradient:hover::after,
.local_style_gradient2:hover::after {
  opacity: 1;
  background-color: white;
  transition: all 300ms;
}
.local_style_gradient:visited,
.local_style_gradient2:visited {
  color: #fff;
}
.local_style_gradient::after,
.local_style_gradient2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(
    -193.33deg,
    rgba(255, 121, 218, 0.8980392157) -11.44%,
    rgba(147, 86, 220, 0.8980392157) 123.93%
  );
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
  transition: all 450ms;
}

/****** [ Accueil N°3 Fonctionnement  ] ******/
.fonctionnement {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 65px;
  /*** a supprimer ***/
}

.nav {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  padding-top: 24px;
  align-self: flex-start;
}

.font_h2_acceuil {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin: 47px 0 7px -0.5px;
  display: block;
  width: 200px;
  text-align: left;
  align-self: flex-start;
}

.nav .nav_content:nth-child(1) i {
  font-size: 19.5px;
  left: 0.5px;
  top: -4px;
}
.nav .nav_content:nth-child(2) i {
  left: 2.75px;
  top: -3px;
}
.nav .nav_content:nth-child(3) i {
  left: 5px;
  top: -2px;
}

.nav_num {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #f7f7f7;
  position: absolute;
  left: -12px;
  top: 25px;
  width: 24px;
  height: 24px;
  background-color: #9356dc;
  border-radius: 50%;
  transition: all 1s ease-in-out;
  transform: rotate3d(0, 0, 0, 0turn);
}

.nav_content {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background: #f7f7f7;
  /* Shadow/Instructions */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  width: calc(100vw - 52px);
  max-width: 322.5px;
  height: 72.38px;
  cursor: pointer;
  margin: 1.1px 0 0 12px;
}
.nav_content i {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  color: #7e7e7e;
  font-size: 18px;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 19px 1px 25px;
}
.nav_content:hover {
  background: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
.nav_content:hover > .nav_num {
  transform: rotate3d(0, 1, 0, 1turn);
  transition: all 1s ease-in-out;
}
.nav_content:hover > i.fa-solid {
  color: #9356dc;
}

/****** [ Accueil N°3 Restaurants  ] ******/
/* SECTION-PRINCIAL*/
.restaurant {
  width: 100%;
}

/* TITLE*/
.font_h2_restaurants {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  display: block;
  margin: 55px 0 0 0;
  align-self: start;
}

.grid_restaurant {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  margin: 23px -3px 67px -2px;
  box-sizing: border-box;
  gap: 19px 20px;
  align-self: center;
}

.card_restaurants {
  position: relative;
  max-width: 490px;
  background: #ffffff;
  /* Shadow/Card */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 251px;
  width: 100%;
  /* desktop */
  opacity: 0.95;
  transition: all 0.3s;
}
.card_restaurants::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s;
}
.card_restaurants:hover {
  opacity: 1;
  z-index: 2;
}
.card_restaurants:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.card_restaurants:hover .new_card {
  -webkit-text-stroke: 0.25px #008766;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.card_restaurants .new_card {
  position: absolute;
  top: 11.5px;
  right: 10.5px;
  padding: 6.5px 12.5px;
  color: #008766;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 1;
  cursor: pointer;
}
.card_restaurants .new_card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #99e2d0;
  z-index: -1;
  opacity: 1;
  border-radius: 2px;
}
.card_restaurants .new_card:hover {
  -webkit-text-stroke: 0.25px #008766;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.card_restaurants .new_card:hover::after {
  opacity: 0.75;
  transition: all 300ms;
}
.card_restaurants .grow {
  position: relative;
  top: -161px;
  box-sizing: border-box;
  padding: 161px 0 0 0;
}
.card_restaurants:nth-child(1) {
  background-image: url(../img/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg);
  background-size: 102.5% 97.5%;
  background-position: center -65px;
  background-repeat: no-repeat;
}
.card_restaurants:nth-child(2) {
  background-image: url(../img/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg);
  background-size: cover;
  background-position: center -41vw;
  background-repeat: no-repeat;
}
.card_restaurants:nth-child(3) {
  background-image: url(../img/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg);
  background-size: 102% 93.5%;
  background-position: center -60px;
  background-repeat: no-repeat;
}
.card_restaurants:nth-child(4) {
  background-image: url(../img/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg);
  background-size: 100% 94.1%;
  background-position: center -60px;
  background-repeat: no-repeat;
}

/* SECTION-CARD*/
.img_restaurant {
  width: 100%;
  height: 175px;
  border-radius: 15px 15px 0 0;
}

.card_restaurants_title {
  display: grid;
  grid-template-columns: calc(100% - 72px) 72px;
  grid-template-rows: 38.5px 38.5px;
  width: 100%;
  height: 77px;
  border-radius: 0 0 15px 15px;
  background-color: white;
  cursor: pointer;
}

.card_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 15.25px 0 0 10px;
}

.card_description {
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  padding: 2px 0 0 10px;
}

.like {
  display: block;
  position: relative;
  width: 30px;
  height: 25px;
  font-size: 22px;
  border: 1px solid white;
  margin: 19px 25px 0 21.5px;
  z-index: 10;
  object-fit: cover;
  cursor: pointer;
}
.like .fa-heart {
  text-align: center;
  position: absolute;
  top: 1px;
  width: 100%;
  height: 20px;
  cursor: pointer;
  color: transparent;
  background: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.like .fa-heart .unchecked,
.like .fa-heart .checked {
  background: transparent;
  -webkit-text-stroke: 1px transparent;
  transition: all 1.5s;
}
.like .fa-heart .x {
  display: block;
  position: absolute;
  background: linear-gradient(-193.33deg, #ff79da -11.44%, #9356dc 123.93%);
  width: 26px;
  height: 0%;
  max-height: 21.5px;
  left: 1px;
  bottom: -1.5px;
  transition: all 1.5s;
  z-index: -1;
}

.unchecked:defined .x {
  animation: heart 1.5s forwards reverse;
  height: 21px;
}

.unchecked:defined {
  -webkit-text-stroke: 1px transparent;
  animation: heart-stroke 2.05s forwards reverse;
}

.checked:defined .x {
  animation: heart 1.5s forwards;
  height: 21px;
}

.checked:defined {
  -webkit-text-stroke: 1px transparent;
  animation: heart-stroke 1.5s backwards;
}

.luky {
  transition: all 1.5s;
}

.luky:hover .checked {
  display: block;
  position: absolute;
  background-color: transparent;
  background: transparent;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  height: 100%;
  max-height: 21.5px;
  -webkit-text-stroke: 1px transparent;
  animation: heart-stroke 2.05s forwards;
}
.luky:hover .unchecked:defined {
  -webkit-text-stroke: 1px transparent;
  animation: heart-stroke 0.05s backwards reverse;
  z-index: -1;
}

.luky:hover .checked .x {
  animation: heart 1.5s forwards;
  height: 21px;
}

/****** [ Pages N° ] ******/
.main {
  width: 100%;
  background-color: #fff;
  margin: auto;
}

.head_img {
  width: 100%;
  max-width: 1440px;
  height: 70.66vw;
  min-height: 265px;
  max-height: 385px;
}

.a_la_french {
  background: url(../img/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg) left
    top no-repeat;
  background-size: 100%;
}

.pallette {
  background: url(../img/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg)
    center top no-repeat;
  background-size: 110%;
}

.la_note {
  background: url(../img/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg) center
    no-repeat;
  background-size: 100%;
}

.le_delice {
  background: url(../img/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg)
    center top no-repeat;
  background-size: 100%;
}

.gourmet_menu {
  position: relative;
  top: 0px;
  width: 100%;
  max-width: 1055px;
  background-color: #f7f7f7;
  border-radius: 40px 40px 0px 0px;
  margin: -45px auto 22px;
  z-index: 0;
}
.gourmet_menu--title {
  position: relative;
  top: 32px;
  display: grid;
  grid-template-columns: 269px 30px;
  grid-template-rows: 10px;
  width: calc(100% - 7px);
  max-width: 340px;
  margin: auto;
  padding-bottom: 90px;
}
.gourmet_menu--title_h1 {
  font-family: "Shrikhand", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  color: #101010;
  width: 269px;
  height: 40px;
  margin: auto;
}
.gourmet_menu--title .like {
  top: -14px;
  margin-left: 21px;
  max-height: 21.5px;
  border: 1px solid #f7f7f7;
}
.gourmet_menu .starter {
  padding: 0px 0 40px 0;
}
.gourmet_menu .dessert {
  padding: 38px 0 0px 0;
}

.footer--corection {
  max-width: 146px;
  margin: 35px auto 20px;
  opacity: 0;
  animation: intro 1s 6.5s forwards ease-in-out;
}

.local_style_gradient2 {
  flex-flow: column;
  justify-content: center;
  min-width: 146px;
  padding: 15px 21.5px 16px 21.5px;
}

.starter,
.main-course,
.dessert {
  position: relative;
  max-width: 634px;
  margin: auto;
}
.starter_h2,
.main-course_h2,
.dessert_h2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 3.5px solid #99e2d0;
  margin: 0px 0 0 13px;
  padding: 0 0 5px;
  max-width: 40px;
}
.starter_contener,
.main-course_contener,
.dessert_contener {
  position: relative;
  display: block;
  width: 100%;
  max-height: 69px;
  z-index: 3;
  box-sizing: border-box;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  margin-top: 12px;
  opacity: 0;
  left: -100vw;
}
.starter_contener--icone,
.main-course_contener--icone,
.dessert_contener--icone {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 25.5px 20px 20px 23.5px;
  z-index: 1000;
  border-radius: 50%;
  background-color: white;
  transition: all 0.05s ease-in;
  opacity: 0;
  transform: scale(0.77);
}
.starter_contener--icone i,
.main-course_contener--icone i,
.dessert_contener--icone i {
  display: block;
  color: transparent;
  background-color: #99e2d0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 22px;
  border-radius: 50%;
}
.starter_contener_card,
.main-course_contener_card,
.dessert_contener_card {
  position: relative;
  display: grid;
  grid-template-columns: calc(100% - 64px) 64px;
  grid-template-rows: 34px 34px;
  width: 100%;
  height: 69px;
  border-radius: 15px;
  background: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.44s;
  cursor: pointer;
}
.starter_contener_card--title,
.main-course_contener_card--title,
.dessert_contener_card--title {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  grid-column-start: 1;
  grid-column-end: 3;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 13px 48px 0 11px;
  margin: 0;
}
.starter_contener_card--description,
.main-course_contener_card--description,
.dessert_contener_card--description {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px 0 0 11px;
  margin: 0;
}
.starter_contener_card--price,
.main-course_contener_card--price,
.dessert_contener_card--price {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  padding: 5px 0 0 16px;
  margin: 0;
  letter-spacing: -1px;
}
.starter_contener_card::after,
.main-course_contener_card::after,
.dessert_contener_card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0px;
  height: 69px;
  left: calc(100% - 0px);
  right: 59px;
  background: #99e2d0;
  border-radius: 0px;
  z-index: -1;
  transition: all 0.25s;
}
.starter_contener:hover .starter_contener_card,
.starter_contener:hover .main-course_contener_card,
.starter_contener:hover .dessert_contener_card,
.main-course_contener:hover .starter_contener_card,
.main-course_contener:hover .main-course_contener_card,
.main-course_contener:hover .dessert_contener_card,
.dessert_contener:hover .starter_contener_card,
.dessert_contener:hover .main-course_contener_card,
.dessert_contener:hover .dessert_contener_card {
  width: calc(100% - 59px);
  border-radius: 15px 0 0 15px;
  transition: border-radius 100ms, width 0.44s;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.starter_contener:hover .starter_contener_card::after,
.starter_contener:hover .main-course_contener_card::after,
.starter_contener:hover .dessert_contener_card::after,
.main-course_contener:hover .starter_contener_card::after,
.main-course_contener:hover .main-course_contener_card::after,
.main-course_contener:hover .dessert_contener_card::after,
.dessert_contener:hover .starter_contener_card::after,
.dessert_contener:hover .main-course_contener_card::after,
.dessert_contener:hover .dessert_contener_card::after {
  z-index: 100;
  width: 59px;
  border-radius: 0 15px 15px 0;
  transition: all 0.44s;
}
.starter_contener:hover .starter_contener--icone,
.main-course_contener:hover .starter_contener--icone,
.dessert_contener:hover .starter_contener--icone {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.34s 0.11s, opacity 0.64s 0.11s ease-out;
}

@keyframes intro {
  0% {
    display: block;
    animation: ease-out;
    opacity: 0;
    left: -14.5vw;
    width: 166%;
  }
  84% {
    opacity: 1;
  }
  100% {
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    animation: ease-out;
    top: 0;
    display: block;
  }
}

.main-course {
  top: 80px;
  opacity: 0;
  animation: intro 1s 3s forwards;
}

.starter {
  position: relative;
  top: -80px;
  opacity: 0;
  animation: intro 1s 0.5s forwards;
}

.starter_contener:nth-child(1) {
  animation: intro 1.6s 0.5s forwards ease-in;
}
.starter_contener:nth-child(2) {
  animation: intro 1.4s 1s forwards;
}
.starter_contener:nth-child(3) {
  animation: intro 1.2s 1.5s forwards;
}
.starter_contener:nth-child(4) {
  animation: intro 1s 2s forwards;
}
.starter_contener:nth-child(5) {
  z-index: 0;
  top: -80px;
  animation: intro 0.5s 2.5s forwards;
}

.main-course_contener:nth-child(1) {
  animation: intro 1.6s 3.2s forwards;
}
.main-course_contener:nth-child(2) {
  top: 80px;
  animation: intro 1.3s 3s forwards;
}
.main-course_contener:nth-child(3) {
  animation: intro 1.2s 3.5s forwards;
}
.main-course_contener:nth-child(4) {
  animation: intro 1s 4s forwards;
}

.dessert {
  opacity: 0;
  animation: intro 1.2s 4.3s forwards;
}

.dessert_contener:nth-child(1) {
  animation: intro 1s 0s forwards;
}
.dessert_contener:nth-child(2) {
  animation: intro 1.3s 4.7s forwards ease-out;
}
.dessert_contener:nth-child(3) {
  animation: intro 1s 5.5s forwards ease-out;
}
.dessert_contener:nth-child(4) {
  animation: intro 1s 6s forwards;
}

/************--Loader--************/
.loader {
  position: absolute;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  height: 0vh;
  width: 0vw;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: -o-linear-gradient(left, #ff79da, #9356dc);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff79da),
    to(#9356dc)
  );
  background: linear-gradient(to right, #ff79da, #9356dc);
  z-index: 6;
  animation: rotate 5s ease-in-out 1 alternate forwards;
}

.loader--shift {
  background: #ff79da;
  opacity: 1;
  animation: color_shift 1.666s 1ms ease-in-out 4 alternate-reverse forwards;
  height: 0vh;
  width: 0%;
  left: 0;
  top: 0;
}

.loader--logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 96vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100vh;
  box-sizing: content-box;
  margin: 0 auto;
  border-right: 2vw solid transparent;
  border-left: 2vw solid transparent;
  border-top: 2vh solid transparent;
  border-bottom: 2vh solid transparent;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  animation: omyfood 5s ease-in-out 1 alternate forwards;
  text-align: center;
  z-index: 9;
}
.loader--logo .omyfood {
  top: 15vh;
  left: 15vw;
  align-items: center;
  margin: 0 auto;
  width: 100vw;
  max-width: 1440px;
  height: auto;
  font-family: "Shrikhand", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14vw;
  border: 1px solid transparent;
  background: radial-gradient(
      circle farthest-corner at center center,
      white,
      #111
    )
    no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150%;
  background-position: center;
  animation: omyfood 5s ease-in-out 1 alternate forwards;
}
.loader--logo .omyfood > span {
  display: block;
  text-align: center;
  font-size: 75%;
}
.loader--logo .omyfood > i {
  position: relative;
}
.loader--logo .omyfood i:nth-child(1) {
  font-size: 0%;
  animation: i_fonts 0.75s ease-in-out 0s 1 alternate forwards;
}
.loader--logo .omyfood i:nth-child(2) {
  font-size: 0%;
  animation: i_fonts 0.5s ease-in-out 0.8s 1 alternate forwards;
}
.loader--logo .omyfood i:nth-child(3) {
  font-size: 0%;
  animation: i_fonts 0.65s ease-in-out 1.25s 1 alternate forwards;
}
.loader--logo .omyfood i:nth-child(4) {
  font-size: 0%;
  animation: i_fonts 0.75s ease-in-out 2s 1 alternate forwards;
}

/****** --Media queries-- ******/
/***!! Clearing-inf: 375px ****/
@media screen and (max-width: 350px) {
  /****** [ Accueil N°3 Restaurants  ] ******/
  .card_restaurants:nth-child(2) {
    background-position: center calc(89% - 2.27666vw);
  }
}
@media screen and (max-width: 335px) {
  /****** [ Accueil N°2 Presentation ] ******/
  .font_h1 {
    margin: 40px 10px 1px 10px;
  }
  .font_h1_p {
    margin: 12px 10px 1px 10px;
  }
  /****** [ Accueil N°3 Restaurants  ] ******/
  .card_restaurants:nth-child(2) {
    background-position: center calc(89% - 18.5px);
  }
}
@media screen and (max-width: 370px) {
  /****** [ Accueil N°3 Restaurants  ] ******/
  .card_restaurants:nth-child(2) {
    background-position: center calc(89% - 1.2666vw);
  }
  .main .gourmet_menu {
    top: -13.78vw;
  }
  .main .head_img {
    width: 100%;
    max-width: 1440px;
    min-height: 265px;
    height: 70.66vw;
    max-height: 385px;
    background-size: 140%;
    z-index: 0;
  }
  .main .pallette {
    background-size: 140%;
    background-position: -80px -13.78vw;
  }
  .main .le_delice {
    background: url(../img/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg)
      center top no-repeat;
    background-size: 110%;
  }
  /*** ----Restaurants--- ***/
  .main .gourmet_menu--title {
    max-width: 300px;
  }
  .main .gourmet_menu--title_h1 {
    letter-spacing: -1px;
  }
  .main .gourmet_menu--title .like {
    margin-left: 0vw;
  }
}
/***!! [ +--375px--] ****/
@media screen and (min-width: 383px) {
  /****** [ Accueil N°3 Fonctionnement  ] ******/
  .nav {
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
  /****** [ Accueil N°3 Restaurants  ] ******/
  .card_restaurants:nth-child(2) {
    background-position: center -31.05vw;
  }
  .grid_restaurant {
    padding: 23px 5.128vw 67.5px 5.128vw;
  }
  .main .pallette {
    background: url(../img/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg)
      center bottom no-repeat;
    background-size: 110%;
  }
}
@media screen and (min-width: 390px) {
  /****** [ Accueil N°3 Restaurants  ] ******/
  .margin .card_restaurants:nth-child(2) {
    background-position: center -36.9vw;
  }
  .margin .grid_restaurant {
    padding: 23px 5.128vw 67.5px 5.128vw;
    gap: 5.128vw;
  }
}
@media screen and (min-width: 412px) {
  /****** [ Accueil N°3 Restaurants  ] ******/
  .margin .card_restaurants .grid_restaurant {
    padding: 23px 6.667vw 67.5px 6.667vw;
    gap: 5.128vw;
  }
}
@media screen and (min-width: 428px) {
  /****** [ Accueil N°3 Restaurants  ] ******/
  .grid_restaurant {
    padding: 23px 7.692vw 67.5px 7.692vw;
    gap: 5.128vw;
  }
}
@media screen and (min-width: 450px) {
  /****** [ Accueil N°3 Restaurants  ] ******/
  .card_restaurants:nth-child(2) {
    background-position: center -38.7vw;
  }
  .grid_restaurant {
    padding: 23px 8.889vw 67.5px 8.889vw;
    gap: 5.128vw;
  }
}
@media screen and (min-width: 485px) {
  .margin {
    margin: 0 7.826vw;
    max-width: calc(1440px - 14.0868vw);
  }
  .margin .card_restaurants:nth-child(2) {
    background-position: center -34.85vw;
  }
}
@media screen and (min-width: 570px) {
  .nav_content {
    width: 290.5px;
  }
  .margin {
    margin: 0 12.281vw;
    max-width: calc(1440px - 24.562vw);
  }
  .margin .card_restaurants:nth-child(2) {
    background-position: center -32.8vw;
  }
}
/****** --Media queries-- ******/
/***!! [--1024px--] ****/
@media screen and (min-width: 768px) {
  .main .a_la_french {
    background: url(../img/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg)
      center -23vw no-repeat;
    background-size: cover;
  }
  .main .la_note {
    background: url(../img/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg) center top
      no-repeat;
    background-size: 100%;
  }
  .main .le_delice {
    background: url(../img/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg)
      center bottom no-repeat;
    background-size: 100%;
  }
  .main .pallette {
    background: url(../img/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg)
      center no-repeat;
    background-size: 110%;
  }
  .nav_content {
    max-width: 270.5px;
  }
  .margin {
    margin: 0 5.155vw;
    max-width: calc(1440px - 10.31vw);
  }
  /****** [Header] ******/
  .full-heading {
    height: 96px;
  }
  .head__logo {
    position: relative;
    width: 200px;
    padding: 0 1px 0 0;
  }
  .head__return {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: 24px;
    top: 14px;
    font-size: 1.2258em;
    color: #101010;
    align-self: flex-start;
  }
  /****** [ Accueil N°2 Presentation ] ******/
  .presentation {
    margin: 0;
  }
  .presentation a {
    padding: 15px 21.5px 16px 21.5px;
  }
  .font_h1 {
    font-weight: 700;
    text-align: center;
    margin: 30px 0px 1px 0px;
    letter-spacing: -0.7px;
    font-size: 40px;
    line-height: 47px;
  }
  .font_h1_p {
    margin: 30px 0 1px -2.5px;
    letter-spacing: 0.0082px;
  }
  /*BUTTON*/
  .local_style_gradient {
    margin: 30px 0 28px -26px;
  }
  /****** [ Accueil N°3 Fonctionnement  ] ******/
  .fonctionnement {
    padding-top: 2px;
    padding-bottom: 50px;
  }
  .font_h2_acceuil {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin: 48px 0 7px -0.5px;
  }
  .nav {
    align-self: center;
  }
  .nav .nav_content:nth-child(1) i {
    top: -1px;
  }
  .nav .nav_content:nth-child(3) i {
    left: 8px;
  }
  /****** [ Accueil N°3 Restaurants  ] ******/
  /* SECTION-PRINCIAL*/
  /* TITLE*/
  .margin h2.font_h2_restaurants {
    margin: 26px 0 29px 0;
  }
  .margin .grid_restaurant {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0px 0px 144px 0px;
    margin: 0px 0 0 0;
    gap: 50px;
  }
  .margin .card_restaurants {
    max-width: 490px;
  }
  .margin .card_restaurants:nth-child(1) {
    background-size: cover;
    background-position: center -65px;
  }
  .margin .card_restaurants:nth-child(2) {
    background-size: cover;
    background-position: center -19vw;
  }
  .margin .card_restaurants:nth-child(3) {
    background-size: cover;
    background-position: left -90px;
  }
  .margin .card_restaurants:nth-child(4) {
    background-size: cover;
    background-position: center -80px;
  }
  /* SECTION-CARD*/
  .card_title {
    margin: 0;
    padding: 15.25px 0 0 20px;
  }
  .card_description {
    margin: 0;
    padding: 2px 0 0 20px;
  }
  /****** [Footer] ******/
  footer {
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    justify-content: center;
    box-sizing: border-box;
    height: 114px;
  }
  footer .footer {
    align-self: flex-end;
    display: flex;
    flex-flow: row-reverse nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: absolute;
    left: 0px;
    box-sizing: border-box;
    gap: 25px 6.51vw;
    padding: 25px 3.5vw 25px 10vw;
    box-sizing: border-box;
  }
  footer .footer a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  footer .footer > a {
    top: -35px;
    right: 37.25vw;
    position: relative;
  }
  footer .footer .footer_subscription {
    display: inline-flex;
    flex-flow: row nowrap;
    width: 682px;
    height: 20px;
    box-sizing: content-box;
    margin: 0;
    align-self: center;
    gap: 12.5px 3vw;
  }
  footer .footer > a:nth-child(2) > i {
    position: relative;
    top: -0.5px;
    left: -3px;
    margin-left: 6px;
  }
  footer .footer .footer_contact {
    display: inline-flex;
    flex-flow: row nowrap;
    height: 20px;
    gap: 12.5px 3.55vw;
  }
}
@media screen and (min-width: 820px) {
  .main .la_note {
    background: url(../img/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg) center
      no-repeat;
    background-size: 100%;
  }
  footer .footer {
    gap: 25px 6.51vw;
    padding: 25px 6.51vw;
  }
  footer .footer > a {
    top: 0px;
    right: 0vw;
    position: relative;
  }
  footer .footer .footer_subscription {
    gap: 12.5px 3.255vw;
  }
  footer .footer .footer_contact {
    gap: 12.5px 3.255vw;
  }
}
@media screen and (min-width: 970px) {
  .nav_content {
    max-width: 270.5px;
  }
  .margin {
    margin: 0 5.155vw;
    max-width: calc(1440px - 10.31vw);
  }
  .margin h2.font_h2_restaurants {
    margin: 26px 0 29px 0;
  }
  .margin .grid_restaurant {
    padding: 0px 2.5775vw 144px 2.5775vw;
  }
  .margin .card_restaurants:nth-child(2) {
    background-size: cover;
    background-position: center -19.5vw;
  }
  .margin .card_restaurants:nth-child(4) {
    background-size: cover;
    background-position: center -100px;
  }
  footer .footer .footer_contact > a:nth-child(2) {
    left: 54px;
  }
}
@media screen and (min-width: 1050px) {
  .nav_content {
    max-width: 273.5px;
  }
  .margin {
    margin: 0 5.714vw;
    max-width: calc(1440px - 11.428vw);
  }
  .margin .grid_restaurant {
    padding: 0px 2.5775vw 144px 2.5775vw;
    margin: 0px 0 0 0;
    gap: 50px 6.2854vw;
  }
  .margin .card_restaurants:nth-child(1) {
    background-size: cover;
    background-position: center -6.19vw;
  }
  .margin .card_restaurants:nth-child(2) {
    background-size: cover;
    background-position: center -19.27vw;
  }
  .margin .card_restaurants:nth-child(3) {
    background-size: cover;
    background-position: center -90px;
  }
  .margin .card_restaurants:nth-child(4) {
    background-size: cover;
    background-position: center -100px;
  }
  footer .footer .footer_contact > a:nth-child(1) {
    left: 27px;
  }
}
@media screen and (min-width: 1150px) {
  .nav_content {
    max-width: 287.5px;
  }
  .margin {
    margin: 0 7.826vw;
    max-width: calc(1440px - 14.0868vw);
  }
  .margin .grid_restaurant {
    padding: 0px 2.5775vw 144px 2.5775vw;
    margin: 0px 0 0 0;
    gap: 50px 75px;
  }
  .margin .card_restaurants:nth-child(2) {
    background-position: center -17vw;
  }
  .margin .card_restaurants:nth-child(3) {
    background-size: cover;
    background-position: center -115px;
  }
  .margin .card_restaurants:nth-child(4) {
    background-size: cover;
    background-position: center -115px;
  }
  .loader--logo .omyfood {
    font-size: 160px;
  }
}
@media screen and (min-width: 1250px) {
  .nav_content {
    max-width: 310.5px;
  }
  .margin {
    margin: 0 100px;
    max-width: 1240px;
  }
  .margin .grid_restaurant {
    padding: 0px 2.5775vw 144px 2.5775vw;
    margin: 0px 0 0 0;
    gap: 50px 75px;
  }
  .margin .card_restaurants:nth-child(2) {
    background-position: center -18.5vw;
  }
}
@media screen and (min-width: 1300px) {
  .nav_content {
    max-width: 320.5px;
  }
  .margin {
    margin: 0 125px;
  }
  .margin .grid_restaurant {
    padding: 0px 0vw 144px 0vw;
    margin: 0px 0 0 0;
    gap: 50px 100px;
  }
}
@media screen and (min-width: 1370px) {
  .nav_content {
    max-width: 322.5px;
  }
  .margin {
    margin: 0 150px;
  }
}
@media screen and (min-width: 1390px) {
  .nav_content {
    width: calc(100vw - 52px);
    max-width: 322.5px;
  }
  footer .footer {
    gap: 25px;
    padding: 25px;
  }
  footer .footer a {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  footer .footer .footer_subscription {
    align-self: center;
    gap: 12.5px;
  }
  footer .footer .footer_subscription .footer_contact {
    gap: 12.5px;
  }
}
/****** --Media queries-- ******/
/***!! [--1440px--] ****/
/***!! Clearing-inf:1440px ****/
@media screen and (min-width: 1440px) {
  .main .a_la_french {
    background: url(../img/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg) -40px -469px
      no-repeat;
    background-size: 120%;
  }
  .main .la_note {
    background: url(../img/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg) center
      no-repeat;
    background-size: 100%;
  }
  .main .le_delice {
    background: url(../img/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg)
      center -356px no-repeat;
    background-size: 100%;
  }
  .main .pallette {
    background: url(../img/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg)
      left -334px no-repeat;
    background-size: 100%;
  }
  /****** --Media queries-- ******/
  .margin {
    margin: 0 0px;
    max-width: 1080px;
  }
  /****** [Header] ******/
  .full-heading {
    height: 96px;
  }
  .head__logo {
    position: relative;
    width: 200px;
    padding: 0 1px 0 0;
  }
  .head__return {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: 24px;
    top: 14px;
    font-size: 1.2258em;
    color: #101010;
    align-self: flex-start;
  }
  /****** [ Accueil N°2 Presentation ] ******/
  .presentation {
    margin: 0;
  }
  .presentation a {
    padding: 15px 21.5px 16px 21.5px;
  }
  .font_h1 {
    font-weight: 700;
    text-align: center;
    margin: 30px 0px 1px 0px;
    letter-spacing: -0.7px;
    font-size: 40px;
    line-height: 47px;
  }
  .font_h1_p {
    margin: 30px 0 1px -2.5px;
    letter-spacing: 0.0082px;
  }
  /*BUTTON*/
  .local_style_gradient {
    margin: 30px 0 28px -26px;
  }
  /****** [ Accueil N°3 Fonctionnement  ] ******/
  .fonctionnement {
    padding-top: 2px;
    padding-bottom: 50px;
  }
  .font_h2_acceuil {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin: 48px 0 7px -0.5px;
  }
  .nav {
    align-self: flex-start;
  }
  .nav .nav_content:nth-child(1) i {
    top: -1px;
  }
  .nav .nav_content:nth-child(3) i {
    left: 8px;
  }
  /****** [ Accueil N°3 Restaurants  ] ******/
  /* SECTION-PRINCIAL*/
  /* TITLE*/
  .margin h2.font_h2_restaurants {
    margin: 26px 0 29px 0;
  }
  .margin .grid_restaurant {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0px 0px 144px 0px;
    margin: 0px 0 0 0;
    gap: 50px 100px;
  }
  .margin .card_restaurants {
    max-width: 490px;
  }
  .margin .card_restaurants .new_card {
    top: 13.25px;
    right: 17.5px;
  }
  .margin .card_restaurants:nth-child(1) {
    background-size: cover;
    background-position: center -105px;
  }
  .margin .card_restaurants:nth-child(2) {
    background-size: cover;
    background-position: center -250px;
  }
  .margin .card_restaurants:nth-child(3) {
    background-size: cover;
    background-position: center -104px;
  }
  .margin .card_restaurants:nth-child(4) {
    background-size: cover;
    background-position: center -110px;
  }
  /* SECTION-CARD*/
  .card_title {
    margin: 0;
    padding: 15.25px 0 0 20px;
  }
  .card_description {
    margin: 0;
    padding: 2px 0 0 20px;
  }
  /****** [Footer] ******/
  footer {
    width: calc(0px + 100%);
    position: absolute;
    height: 114px;
    margin-top: -114px;
  }
  footer .footer {
    align-self: flex-start;
    display: inline-flex;
    align-items: flex-end;
    position: relative;
    padding: 64px 180px 0px 0px;
  }
  footer .footer a {
    width: 190px;
    height: 20px;
    transition: all 1750ms;
  }
  footer .footer > a {
    position: absolute;
    right: 25px;
    top: 57px;
  }
  .footer_subscription > a:nth-child(1) {
    left: 20px;
  }
  .footer_subscription > a:nth-child(1) > i {
    position: relative;
    top: -1px;
    left: -1px;
    margin-left: 1px;
  }
  .footer_subscription > a:nth-child(2) {
    left: 15px;
  }
  .footer_subscription > a:nth-child(2) > i {
    position: relative;
    top: -0.5px;
    left: -3px;
    margin-left: 2px;
  }
  .footer_subscription .footer_contact > a:nth-child(1) {
    margin-left: -17px;
  }
  .footer_subscription .footer_contact > a:nth-child(2) {
    margin-left: -23px;
  }
  /*** ----Restarants--- ***/
  .main .gourmet_menu {
    position: relative;
    padding-bottom: 112px;
    /*titre-h1*/
  }
  .main .gourmet_menu--title {
    top: 54px;
    width: 309px;
  }
  .main .gourmet_menu--title .like {
    top: -12px;
    margin-left: 12px;
  }
  .main .gourmet_menu .starter {
    padding: 35px 0 40px 0;
  }
  .main .gourmet_menu .dessert {
    margin-bottom: 41px;
  }
  .main .starter_h2,
  .main .main-course_h2,
  .main .dessert_h2 {
    margin: 0;
  }
  .main .starter_contener,
  .main .main-course_contener,
  .main .dessert_contener {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
  .main .starter_contener_card--title,
  .main .main-course_contener_card--title,
  .main .dessert_contener_card--title {
    padding: 13px 48px 0 15px;
  }
  .main .starter_contener_card--description,
  .main .main-course_contener_card--description,
  .main .dessert_contener_card--description {
    padding: 4px 0 0 15px;
  }
  .main .starter_contener_card--price,
  .main .main-course_contener_card--price,
  .main .dessert_contener_card--price {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    padding: 3.5px 0 0 22px;
    letter-spacing: -0.5px;
  }
  .local_style_gradient2 {
    flex-flow: column;
    justify-content: center;
    min-width: 146px;
    padding: 15px 21.5px 16px 21.5px;
  }
}
@media screen and (min-width: 1445px) {
  .nav {
    align-self: center;
  }
}
/****** [ Animation ] ******/
/****** [ Accueil N°1 search-location  ] ******/
@keyframes ico-location {
  0% {
    color: #9356dc;
    background: #eaeaea;
    animation-timing-function: ease-in-out;
    background-clip: border-box;
    background-position: 0% 50%;
  }
  39% {
    color: #353535;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  50% {
    color: #4f4f4f;
    background: white;
    background-position: 100% 50%;
    opacity: 0.25;
    animation-timing-function: ease-in-out;
  }
  61% {
    color: #353535;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  70% {
    background-clip: border-box;
    animation-timing-function: linear;
    color: #9356dc;
    background: #eaeaea;
  }
  100% {
    color: transparent;
    background: linear-gradient(-193.33deg, #ff79da -11.44%, #9356dc 123.93%);
    -webkit-background-clip: text;
    background-clip: text;
    background-position: 0% 50%;
    animation-timing-function: ease-out;
  }
}
@keyframes gradient_move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/****** [ Accueil N°3 Restaurants  ] ******/
@keyframes heart {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes heart-stroke {
  0% {
    -webkit-text-stroke: 1px black;
  }
  100% {
    -webkit-text-stroke: 1px transparent;
  }
}
/****** [Footer] ******/
@keyframes handshake {
  0% {
    transform: rotate(60deg) translate(0px, 2px);
    animation-timing-function: ease-in;
  }
  25% {
    transform: translate(0px, -2px) rotate(60deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(30deg);
  }
  75% {
    transform: translate(0px, 2px) rotate(0deg);
    animation-timing-function: ease-in;
  }
  81% {
    transform: translate(0px, -2px) rotate(0deg);
    animation-timing-function: linear;
  }
  87% {
    transform: translate(0px, 2px) rotate(0deg);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translate(0px, -2px) rotate(0deg);
    animation-timing-function: linear;
  }
  99% {
    transform: translate(0px, 2px) rotate(0deg);
    animation-timing-function: ease-out;
  }
}
@keyframes utensils {
  0% {
    transform: translate(0px, 0px);
    animation-timing-function: ease-in;
  }
  25% {
    transform: translate(0px, -5px) rotate3d(0, 1, 0, 1turn);
    animation-timing-function: ease-out;
  }
  50% {
    transform: translate(0px, 0px) rotate(180deg);
    animation-timing-function: ease-in-out;
    color: #fff;
  }
  75% {
    transform: translate(0px, -5px) rotate3d(0, 0, 0, 1turn);
    animation-timing-function: ease-out;
    color: #989898;
  }
}
@keyframes selector {
  0% {
    border-radius: 15px;
  }
  2% {
    border-radius: 15px 0 0 15px;
  }
  100% {
    width: calc(100% - 59px);
    right: 0;
    border-radius: 15px 0 0 15px;
  }
}
@keyframes after_selector {
  100% {
    z-index: 100;
    width: 59px;
    height: 69px;
    left: calc(100% - 0px);
    top: 0px;
    right: 59px;
    background: #99e2d0;
    border-radius: 0px 15px 15px 0px;
  }
}
/********************loader**************************/
@keyframes rotate {
  0% {
    height: 100vh;
    width: 100%;
    background-size: 500%;
    background-position: left 0% top 100%;
  }
  25% {
    background-position: left 100% top 100%;
  }
  50% {
    background-position: left 50% top 50%;
  }
  75% {
    background-position: left 0% top 0%;
    opacity: 1;
  }
  99% {
    z-index: 6;
    height: 100vh;
    width: 100%;
  }
  100% {
    z-index: -999;
    background-position: left 0% top 100%;
    height: 0%;
    width: 0%;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
  }
}
@keyframes color_shift {
  0% {
    height: 100vh;
    width: 100%;
    background-size: 500%;
    background-position: left 0% top 100%;
  }
  1% {
    -webkit-filter: hue-rotate(0deg);
  }
  25% {
    background-position: left 100% top 100%;
  }
  50% {
    -webkit-filter: hue-rotate(-50deg);
    background-position: left 50% top 50%;
  }
  75% {
    background-position: left 0% top 0%;
    opacity: 1;
  }
  99% {
    z-index: 6;
    height: 100vh;
    width: 100%;
    left: 0vw;
    top: 0vh;
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
    z-index: -999;
    background-position: left 0% top 100%;
    height: 0vh;
    width: 0vw;
    left: 0vw;
    top: 0vh;
    opacity: 0;
    display: none;
  }
}
@keyframes i_fonts {
  100% {
    font-size: 0%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes span_fonts {
  0% {
    font-size: 73.333%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes omyfood {
  0% {
    background-size: 0%;
    background-position: right;
    opacity: 0.1;
  }
  7% {
    background-size: 90%;
    background-position: center;
  }
  14% {
    opacity: 1;
  }
  21% {
    background-size: 150%;
    background-position: right;
  }
  45% {
    background-size: 300%;
    background-position: right;
  }
  75% {
    background-size: 150%;
    background-position: center;
  }
  80% {
    background-size: 450%;
    background-position: center;
    opacity: 1;
  }
  97% {
    background-size: 700%;
    background-position: center;
    z-index: 9;
  }
  100% {
    background-size: 700%;
    background-position: center;
    opacity: 0;
    display: none;
    z-index: -111;
  }
}
/****** [ Slider ] ******/
