.hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.fader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 40%, #2b2b2b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002b2b2b", endColorstr="#2b2b2b",GradientType=0 );
  /* IE6-9 */
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
  /* <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

a {
  outline: none;
}
a:-webkit-any-link {
  color: none;
}

html {
  font-size: 62.5% !important;
  font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
}
html body {
  font-family: Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative;
  min-height: 100vh;
}

h1 {
  color: #5B646D;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 2.4rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
h1 span {
  text-transform: initial;
  color: rgba(0, 0, 0, 0.85);
  font-size: 3rem;
  display: block;
  letter-spacing: -0.1rem;
}
h1 span:not(.material-icons) {
  width: 100%;
  margin-top: 0.6rem;
}
h1 span.material-icons {
  background-color: #5B646D;
  color: #FFFFFF;
  border-radius: 50px;
  margin-right: 0.6rem;
}

article {
  background: #F2F2F6;
  min-height: 100vh;
  position: relative;
  max-width: 590px;
  margin: 0 auto;
}
article.p-b {
  padding-bottom: 12rem;
}
article .call-button {
  position: absolute;
  right: 1.2rem;
  top: calc( 94px / 2 - 1.7rem);
  color: #FFA164;
}
article .call-button span {
  font-size: 4.8rem;
}

input {
  background: rgba(118, 118, 128, 0.12);
  border: none;
  border-radius: 5px;
  padding: 1.2rem 1.2rem 1.2rem 3rem;
  font-size: 1.6rem;
  width: calc(100% - 2.4rem - 1.2rem - 3rem);
  margin: 1.2rem;
}

.input-search {
  position: relative;
  display: block;
}
.input-search::before {
  position: absolute;
  display: block;
  left: 1.6rem;
  top: calc(50% - 1rem);
  font-family: "Material Icons";
  content: "search";
  font-size: 2rem;
  color: rgba(60, 60, 67, 0.6);
}

.tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.tag__item {
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 0.6rem;
  color: #FFA164;
  background-color: #FFEFDF;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
}
.tag__item:not(:last-of-type) {
  margin-right: 0.6rem;
}

.plat {
  position: relative;
}
.plat-header {
  position: relative;
}
.plat-header img {
  width: 100%;
}
.plat-header h2 {
  position: absolute;
  color: #FFFFFF;
  bottom: 2.4rem;
  display: block;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  width: 100%;
  z-index: 2;
}
.plat-header .back {
  background-color: #FFFFFF;
  padding: 0.6rem;
  color: #5B646D;
  position: absolute;
  bottom: 2rem;
  left: 1.2rem;
  border-radius: 50px;
  font-weight: 600;
  z-index: 2;
}
.plat-container {
  background-color: #F9F9F9;
  margin: 2.4rem 1.2rem 0;
  padding: 1.2rem;
  border-radius: 0.6rem;
  position: relative;
}
.plat-container .content {
  overflow: hidden;
  margin-bottom: 1.2rem;
  transition: max-height 0.3s ease-out;
}
.plat-container .content p {
  color: #5B646D;
  font-size: 1.6rem;
  line-height: 2rem;
}
.plat-container .content p:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.plat-container .content p:first-of-type {
  margin-top: 1.2rem;
}
.plat-container .delivry {
  color: #FFA164;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
}
.plat-container button {
  color: #0091FF;
  text-transform: uppercase;
  background: none;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 auto;
}
.plat-container button.close {
  display: none;
}
.plat-container button .material-icons {
  font-size: 1.6rem;
  margin-left: 0.6rem;
}
.plat-container--open .content {
  transition: max-height 0.3s ease-out;
}
.plat-container--open button.open {
  display: none;
}
.plat-container--open button.close {
  display: flex;
}
.plat-footer {
  background-color: #F9F9F9;
  margin: 1.2rem;
  padding: 1.2rem 2.4rem;
  border-radius: 0.6rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  bottom: 4.2rem;
  width: calc(100% - 4.8rem - 2.4rem);
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 17px 9px;
  max-width: 517px;
}
.plat-footer button {
  background: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.plat-footer button:not(:last-of-type) {
  margin-right: 2.4rem;
}
.plat-footer button span {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.2rem;
}
.plat-footer button span:not(.material-icons) {
  margin-top: 0.3rem;
}
.plat-footer button span.material-icons {
  padding: 0.6rem;
  font-weight: inherit;
  color: #FFFFFF;
  font-size: 2.2rem;
  border-radius: 50px;
  background: #5B646D;
}
.plat-footer button.untappd .material-icons {
  background-color: #44D7B6;
}

.plat-footer button.facebook .material-icons {
  background-color: #44D7B6;
}

.plat-footer button.website .material-icons {
  background-color: #44D7B6;
}

.plat-footer button.recette .material-icons {
  background-color: #44D7B6;
}

.plat-footer button.allergies .material-icons {
  background-color: #FF6260;
}
.plat-footer button.social .material-icons {
  background-color: #1977F3;
}
.plat-footer .price {
  color: #FFA164;
  font-weight: 600;
  font-size: 2.6rem;
  position: absolute;
  right: 1.2rem;
}
.plat-footer .price span {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.5rem;
}
.plat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
  overflow: hidden;
}
.plat-overlay .plat-modal {
  background: #FFFFFF;
  margin: 1.2rem;
  position: relative;
  top: 15%;
  border-radius: 0.6rem;
}
.plat-overlay .plat-modal#recette, .plat-overlay .plat-modal#allergies {
  display: none;
}
.plat-overlay .plat-modal h2 {
  border-radius: 0.6rem 0.6rem 0 0;
  background: #FFA164;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 1.6rem 1.8rem;
}
.plat-overlay .plat-modal .material-icons {
  color: #FFFFFF;
  position: absolute;
  font-size: 3rem;
  top: 1rem;
  right: 1.8rem;
}
.plat-overlay .plat-modal__content {
  padding: 2.4rem;
}
.plat-overlay .plat-modal__content p {
  color: #5B646D;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.plat-overlay .plat-modal__content p:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel .material-icons {
  position: absolute;
  left: 0;
  top: calc(50% - 2rem);
  font-size: 4rem;
  color: #FFFFFF;
  z-index: 10;
}
.carousel .material-icons.left {
  display: none;
}
.carousel .material-icons.right {
  right: 0;
  left: inherit;
}
.carousel-window {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  transform: translateX(0%);
  transition: 1s;
}
.carousel-window a {
  position: relative;
  object-fit: cover;
  width: 100%;
  flex: 1 0 100%;
  display: inline-block;
}
.carousel-window a img {
  width: 100%;
}

.tac-tof {
  max-height: 200px;
    object-fit: contain;
}
.carousel-window a figcaption {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%;
  padding: 1.2rem 0;
  z-index: 1;
}
.carousel-window a figcaption h3 {
  font-size: 2.4rem;
  color: #FFFFFF;
}
.carousel-window a figcaption h3 span {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
}

.list {
  padding-bottom: 2.4rem;
}
.list ul {
  margin: 2.4rem 1.2rem 0 1.2rem;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 0.6rem;
}
.list ul a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.85);
}
.list ul a:not(:last-of-type) li {
  border-bottom: 1px solid #DCDDDE;
}
.list ul a li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 1.2rem;
  padding: 1.6rem 0;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
.list ul a li:after {
  position: absolute;
  display: block;
  right: 0;
  top: calc(50% - .rem);
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  font-size: 2.4rem;
  color: #DCDDDE;
}
.list ul a li span {
  margin-right: 1.2rem;
}

.category:first-of-type {
  border-top: 1px solid #DCDDDE;
}
.category h2 {
  color: #5B646D;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2.4rem 0 1.2rem 1.2rem;
}
.category-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.category-list__item {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  width: calc(100% - .8rem - 2.4rem);
  background-color: #FFFFFF;
  padding: 0.8rem 2.4rem 0.8rem 0.8rem;
}
.category-list__item:not(:last-of-type) {
  border-bottom: 1px solid #DCDDDE;
}
.category-list__item .delivry {
  color: #FFA164;
  position: absolute;
  top: 0.6rem;
  right: 2.4rem;
}
.category-list__item .image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  background-image: url("https://www.vinsalsace.com/assets/img/recettes/46/6435__smaller-retina.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 0.6rem;
}
.category-list__item .description {
  margin-left: 1.2rem;
    margin-top: 1.0rem;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    flex-wrap: wrap;
    align-items: flex-start;
}
.category-list__item .description h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.category-list__item .description > p {
  color: #5B646D;
  font-size: 1.4rem;
  margin: 0.6rem 0;
  line-height: 1.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.category-list__item .description .footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: nowrap;
    align-items: center;
}
.category-list__item .description .footer p {
  color: #FFA164;
  font-size: 1.5rem;
}
.category-list__item .description .material-icons {
  position: absolute;
  color: #DCDDDE;
  right: 0;
  top: calc(50% - 1.2rem);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
  overflow: hidden;
}
.overlay .modal {
  background: #FFFFFF;
  margin: 1.2rem;
  position: relative;
  top: 15%;
  border-radius: 0.6rem;
}
.overlay .modal h2 {
  border-radius: 0.6rem 0.6rem 0 0;
  background: #FF6260;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding: 1.6rem 1.8rem;
}
.overlay .modal .material-icons {
  color: #FFFFFF;
  position: absolute;
  font-size: 3rem;
  top: 1rem;
  right: 1.8rem;
}
.overlay .modal__content {
  padding: 2.4rem;
}
.overlay .modal__content button {
  background-color: #FF6260;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 1.2rem 4.8rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  margin: 2.4rem auto 0;
  display: block;
}
.overlay .modal__content h3 {
  color: #FF6260;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.overlay .modal__content p {
  color: #5B646D;
  font-size: 1.5rem;
  line-height: 1.7rem;
}
.overlay .modal__content p:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

html {
  background: #F2F2F6;
}
html body {
  background: #020024;
  background: linear-gradient(180deg, #020024 0%, #ffecd4 0%, #ffe2e2 100%);
}
@media (min-width: 36.875em) {
  html body {
    background-size: cover;
  }
}

.ui-loader {
  display: none;
}

.tac-btn-main {
  font-size: 14px !important;
    text-decoration: none !important;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #FFA164;
    color: white;
    padding: 7px 14px;
    border-radius: 17px;
    font-weight: 700;
    margin-top: 9px;
    text-transform: uppercase;
}

.call-button {
  text-decoration: none;
}

article .call-button {
  position: absolute;
  right: 1.2rem;
  top: 37px;
  color: #FFA164;
}