:root {
  --dark-salmon: #fff;
  --linen: #f2e5d9;
  --purple: #531431;
  --burntsienna: #cb7f65;
  --black: #326a56;
  --indian-red: #d26066;
  --white: #ececec;
  --navajo-white: #ffcc8d;
  --dark-slate-blue: #373947;
  --grey: #8b7e72;
  --midnight-blue: #2f122e;
  --rosy-brown: #a07769;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--dark-salmon);
  background-color: #2f122e;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

h4 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

h5 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

p {
  color: var(--dark-salmon);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-wrapper {
  flex-direction: column;
  align-items: center;
}

.section_hero {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-global {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.link-socialold {
  color: var(--linen);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.tag {
  color: var(--dark-salmon);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #531431;
  border-radius: 4px;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.tag:hover {
  color: var(--linen);
  background-color: #702d4c;
}

.social {
  z-index: 6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social__wrapper {
  color: var(--dark-salmon);
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.icon-bg {
  z-index: 1;
  background-color: var(--purple);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: absolute;
}

.icon {
  z-index: 3;
  color: var(--dark-salmon);
  position: relative;
}

.social__icon-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.icon-bg-over {
  z-index: 2;
  background-color: var(--burntsienna);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: none;
  position: absolute;
}

.section-footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-content-h2 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 8rem;
  font-weight: 700;
  line-height: 7rem;
}

.container-footer {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
}

.button__magnetic {
  position: relative;
}

.button__magnetic.ghost1 {
  z-index: 90;
  background-color: var(--indian-red);
  opacity: .5;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.button__magnetic.ghosting {
  color: var(--linen);
  justify-content: center;
  align-items: center;
  min-height: 64px;
  display: flex;
}

.button__magnetic.ghost2 {
  z-index: 80;
  background-color: var(--indian-red);
  opacity: .5;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.button__magnetic.ghost3 {
  z-index: 70;
  background-color: var(--indian-red);
  opacity: .5;
  border-radius: 32px;
  margin: 1px;
  position: absolute;
  inset: 0%;
}

.button__magnetic-content {
  background-color: var(--purple);
  color: var(--dark-salmon);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 0 64px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
}

.button__magnetic-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button__magnetic-link.default {
  border: 0 #0000;
  border-radius: 1000px;
}

.section-content {
  z-index: 1;
  background-image: linear-gradient(180deg, #122f2a, var(--black));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.preloader {
  z-index: 9000;
  color: var(--purple);
  background-color: #02001680;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader__img-logo {
  color: var(--burntsienna);
}

.preloader__item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.preloader__loading {
  border-radius: 2px;
  width: 140px;
  height: 2px;
  margin-top: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader__progressbar {
  background-color: var(--burntsienna);
  width: 100%;
  height: auto;
}

.preloader__bg-bottom {
  z-index: 0;
  background-color: #02001680;
  position: absolute;
  inset: 0%;
}

.preloader__bg-middle {
  z-index: 1;
  background-color: #02001680;
  position: absolute;
  inset: 0%;
}

.preloader__bg-top {
  z-index: 2;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.link {
  color: var(--dark-salmon);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.page-wrapper {
  font-size: 1rem;
  line-height: 1.5rem;
}

.heading-content-h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 4rem;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container.text-align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.container.align-center {
  text-align: center;
  align-items: center;
}

.body-small {
  font-size: .875rem;
  line-height: 1.25rem;
}

.padding-large {
  padding: 2rem;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-background {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.padding-normal {
  padding: 1rem;
}

.section {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.heading-style-h2 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.heading-style-h2.color-style-white {
  color: var(--white);
}

.text-size-regular {
  margin-bottom: 0;
}

.grid-3col {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
}

.grid-3col.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.styleguide_label {
  color: #fff;
  background-color: #2d85f9;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.heading-style-h4 {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.heading-style-h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.heading-style-h1 {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.padding-small {
  padding: .5rem;
}

.heading {
  font-size: 2rem;
  line-height: 2.5rem;
}

.heading-style-h5 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.heading-style-h6 {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.text-size-medium {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-size-xlarge.color-style-white {
  color: var(--white);
}

.text-size-tiny {
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1rem;
}

.text-size-small {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-size-small.text-style-italic {
  font-style: italic;
}

.grid-2col {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
}

.grid-2col.gap-large {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.bg-footer {
  width: 100%;
  height: auto;
}

.hero-01 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.hero-02 {
  z-index: 2;
  filter: blur(5px);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-03 {
  z-index: 3;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-04 {
  z-index: 4;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-05 {
  z-index: 5;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-06 {
  z-index: 6;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-cloud1 {
  z-index: 7;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-cloud2 {
  z-index: 8;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-cloud3 {
  z-index: 9;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-cloud4 {
  z-index: 10;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-cloud5 {
  z-index: 11;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-cloud6 {
  z-index: 12;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-cloud7 {
  z-index: 13;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-cloud8 {
  z-index: 14;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-07 {
  z-index: 15;
  filter: hue-rotate(180deg);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-08 {
  z-index: 16;
  filter: hue-rotate(180deg);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-09 {
  z-index: 17;
  filter: hue-rotate(180deg);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-10 {
  z-index: 18;
  filter: hue-rotate(180deg);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-11 {
  z-index: 20;
  vertical-align: baseline;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
  transform: translate(0, 2px);
}

.body {
  background-color: #0f3;
}

.div-block {
  z-index: 19;
  background-color: #00000057;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: none;
}

.hero-11-copy {
  z-index: 20;
  vertical-align: baseline;
  width: 80%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% 2%;
  transform: translate(0, 2px);
}

.div-block-3 {
  background-color: #326a56;
}

.preloader-copy {
  z-index: 9000;
  color: var(--purple);
  background-color: #02001680;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.padding {
  padding: 50px;
}

.padding.centered {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-wrapper-2 {
  background-image: linear-gradient(189deg, #ffeffb 27%, #fafdda);
}

.name-price {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.padding-vertical {
  padding-top: 50px;
}

.padding-vertical.small {
  padding-top: 20px;
}

.text-block {
  text-align: center;
}

.padding-horizontal {
  padding-right: 60px;
}

.tab-link-cocktails {
  background-color: #0000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: 120px;
  padding-bottom: 38px;
  transition: opacity .2s;
  display: flex;
}

.tab-link-cocktails:hover {
  color: #ff9292;
  background-image: url('../images/noun-cocktail-6158811-pink_1noun-cocktail-6158811-pink.png');
  background-position: 50% 9px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-bottom-color: #ff9292;
}

.tab-link-cocktails.w--current {
  color: #ff9292;
  background-color: #0000;
  background-image: url('../images/noun-cocktail-6158811-pink_1noun-cocktail-6158811-pink.png');
  background-position: 50% 9px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-bottom-color: #ff9292;
  width: 120px;
}

.name {
  border-bottom: 1px solid #b9b3b3;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.titres {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.left-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  margin-right: 50px;
  display: flex;
}

.left-wrapper.entrees {
  flex: 0 auto;
  align-items: center;
  width: 50%;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  margin-top: 20px;
  line-height: 1.5;
}

.price {
  align-self: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.heading-2 {
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}

.tab-link-sucr {
  background-color: #0000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: 120px;
  padding-bottom: 38px;
  transition: color .2s;
  display: flex;
}

.tab-link-sucr:hover {
  color: #ff9292;
  background-image: url('../images/noun-dessert-pink_1noun-dessert-pink.png');
  background-position: 50% 9px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-bottom-color: #ff9292;
}

.tab-link-sucr.w--current {
  color: #ff9292;
  background-color: #0000;
  background-image: url('../images/noun-dessert-pink_1noun-dessert-pink.png');
  background-position: 50% 9px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border: 1px #ff9292;
  border-bottom-style: solid;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #2b2b2b;
}

.black-container {
  background-color: #000;
  border-radius: 5px;
  align-self: center;
  width: 100%;
  max-width: 500px;
  margin-right: 0;
  padding: 40px 41px;
}

.tabs-menu {
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.container-2 {
  width: 100%;
  max-width: 1600px;
}

.right-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  margin-right: 50px;
  display: flex;
}

.trait {
  background-color: gray;
  width: 150px;
  height: 1px;
}

.copyright {
  border-top: 1px solid #b1abab;
  padding-top: 9px;
}

.menu-container {
  padding: 48px;
  display: flex;
}

.menu-container.sal {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.menu-container.sucr {
  align-items: center;
}

.text-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-link-sal {
  background-color: #0000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: 120px;
  display: flex;
}

.tab-link-sal:hover {
  color: #ff9292;
  background-image: url('../images/noun-barbecue-pink_1noun-barbecue-pink.png');
  background-position: 50% 9px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border-bottom-color: #ff9292;
}

.tab-link-sal.w--current {
  color: #ff9292;
  background-color: #0000;
  background-image: url('../images/noun-barbecue-pink_1noun-barbecue-pink.png');
  background-position: 50% 9px;
  background-repeat: no-repeat;
  background-size: auto 40px;
  border: 1px #ff9292;
  border-bottom-style: solid;
  padding-bottom: 38px;
}

.image {
  z-index: -1;
  margin-bottom: 12px;
  position: relative;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}

.container-3 {
  width: 100%;
  max-width: 1600px;
}

.heading-content-h2-copy {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 8rem;
  font-weight: 700;
  line-height: 7rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 6rem;
    line-height: 5rem;
  }

  .section-footer {
    justify-content: flex-start;
  }

  .heading-content-h2 {
    font-size: 6rem;
    line-height: 5rem;
  }

  .container-footer {
    justify-content: center;
    position: relative;
  }

  .section-content {
    position: relative;
  }

  .heading-content-h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hero-wrapper {
    min-width: 64rem;
  }

  .footer-background {
    background-image: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .grid-2col.gap-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .left-wrapper {
    width: 100%;
  }

  .left-wrapper.entrees {
    width: 100%;
    margin-right: 0;
  }

  .right-wrapper {
    width: 100%;
    margin-top: 48px;
    margin-right: 0;
  }

  .text-container {
    flex-direction: column;
  }

  .heading-content-h2-copy {
    font-size: 6rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 4rem;
    line-height: 4rem;
  }

  p {
    font-size: 1.2rem;
  }

  .main-wrapper {
    position: static;
  }

  .section_hero {
    display: flex;
  }

  .heading-content-h2 {
    font-size: 4rem;
    line-height: 3rem;
  }

  .container-footer {
    min-height: 32rem;
  }

  .heading-content-h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .footer-background {
    min-width: auto;
  }

  .grid-3col.gap-small {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2col.gap-large {
    grid-template-columns: 1fr;
  }

  .menu-container.sal {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-content-h2-copy {
    font-size: 4rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .main-wrapper {
    height: 120vh;
  }

  .padding-global {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .container-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
  }

  .heading-content-h2 {
    background-image: none;
    font-size: 2.75rem;
    line-height: 1.1;
    overflow: visible;
  }

  .container-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preloader {
    display: none;
  }

  .preloader__bg-top {
    background-color: var(--black);
  }

  .heading-content-h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .hero-wrapper {
    min-width: 72rem;
    max-width: none;
    height: 70vh;
  }

  .hero-11 {
    width: 90%;
    display: none;
    position: static;
    inset: 0%;
  }

  .body {
    background-color: #326a56;
  }

  .div-block {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .div-block-2 {
    z-index: 24;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hero-11-copy {
    width: 30%;
    margin-top: 10vh;
    display: block;
    position: static;
    inset: 0%;
  }

  .preloader-copy {
    display: none;
  }

  .padding.centered {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-wrapper-2 {
    background-image: none;
  }

  .padding-vertical {
    padding-top: 30px;
  }

  .padding-horizontal {
    flex: 1;
    padding-right: 0;
  }

  .tab-link-cocktails {
    background-color: #326a56;
    border-bottom-color: linen;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-cocktails:hover {
    color: #fff;
    background-image: none;
  }

  .tab-link-cocktails.w--current {
    background-image: none;
    padding-left: 20px;
  }

  .name {
    align-self: stretch;
  }

  .titres {
    color: var(--linen);
    text-align: center;
    border-bottom: 0 #000;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .titres:hover {
    color: #fff;
    background-color: #326a56;
  }

  .left-wrapper.entrees {
    margin-right: 0;
  }

  .entrees-container {
    width: 100%;
  }

  .price {
    font-weight: 700;
  }

  .heading-2 {
    font-weight: 700;
    line-height: 1.2;
  }

  .tab-link-sucr {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-sucr:hover {
    color: #fff;
    background-image: none;
  }

  .tab-link-sucr.w--current, .tab-link-sucr.w--current:hover {
    background-image: none;
  }

  .black-container {
    margin-bottom: 36px;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: center;
  }

  .right-wrapper {
    margin-top: 0;
    margin-right: 0;
  }

  .menu-container.sal {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-container.sucr {
    padding: 0;
  }

  .tab-link-sal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-sal:hover {
    background-image: none;
  }

  .tab-link-sal.w--current {
    background-image: none;
    border-bottom-color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-sal.w--current:hover {
    color: #fff;
  }

  .bold-text {
    border-bottom: 0 #000;
  }

  .heading-content-h2-copy {
    background-image: none;
    font-size: 2rem;
    line-height: 1.1;
    overflow: visible;
  }
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8dca-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8dcd-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8dd2-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8dd5-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8dda-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8ddd-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8de2-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8de5-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8dea-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8ded-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8df2-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8df5-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3d9053a-1e1f-6aa5-ad86-2a2608736889-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3d9053a-1e1f-6aa5-ad86-2a260873688c-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3d9053a-1e1f-6aa5-ad86-2a2608736891-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3d9053a-1e1f-6aa5-ad86-2a2608736894-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3d9053a-1e1f-6aa5-ad86-2a2608736899-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3d9053a-1e1f-6aa5-ad86-2a260873689c-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b3d9053a-1e1f-6aa5-ad86-2a26087368a1-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3d9053a-1e1f-6aa5-ad86-2a26087368a4-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ec18052-b0af-3e3c-2a61-d835b2fe93a4-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ec18052-b0af-3e3c-2a61-d835b2fe93a7-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35a70c9a-4817-c223-bd32-be0f6ba3cba8-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35a70c9a-4817-c223-bd32-be0f6ba3cbab-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e2241d8-bb88-3b54-0e09-c6c78aec3027-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e2241d8-bb88-3b54-0e09-c6c78aec302a-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b09e0-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b09e3-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b09e8-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b09eb-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b09f0-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b09f3-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b09f8-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b09fb-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b0a00-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b0a03-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b0a08-f434bfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24c2fbb6-1d19-7777-da19-7580017b0a0b-f434bfa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8dcd-f434bfa1, #w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8dd5-f434bfa1, #w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8ddd-f434bfa1, #w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8de5-f434bfa1, #w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8ded-f434bfa1, #w-node-_3cf61146-b5cc-a0e5-280e-dccba34d8df5-f434bfa1, #w-node-b3d9053a-1e1f-6aa5-ad86-2a260873688c-f434bfa1, #w-node-b3d9053a-1e1f-6aa5-ad86-2a2608736894-f434bfa1, #w-node-b3d9053a-1e1f-6aa5-ad86-2a260873689c-f434bfa1, #w-node-b3d9053a-1e1f-6aa5-ad86-2a26087368a4-f434bfa1, #w-node-_9ec18052-b0af-3e3c-2a61-d835b2fe93a7-f434bfa1, #w-node-_35a70c9a-4817-c223-bd32-be0f6ba3cbab-f434bfa1, #w-node-_5e2241d8-bb88-3b54-0e09-c6c78aec302a-f434bfa1, #w-node-_24c2fbb6-1d19-7777-da19-7580017b09e3-f434bfa1, #w-node-_24c2fbb6-1d19-7777-da19-7580017b09eb-f434bfa1, #w-node-_24c2fbb6-1d19-7777-da19-7580017b09f3-f434bfa1, #w-node-_24c2fbb6-1d19-7777-da19-7580017b09fb-f434bfa1, #w-node-_24c2fbb6-1d19-7777-da19-7580017b0a03-f434bfa1, #w-node-_24c2fbb6-1d19-7777-da19-7580017b0a0b-f434bfa1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}