@font-face {
  font-family: "Mosk extra 800";
  src: url('../fonts/Mosk-Extra-Bold-800.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Mosk ultra 900";
  src: url('../fonts/Mosk-Ultra-Bold-900.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Mosk semi 600";
  src: url('../fonts/Mosk-Semi-Bold-600.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Mosk 500";
  src: url('../fonts/Mosk-Medium-500.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Mosk 700";
  src: url('../fonts/Mosk-Bold-700.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Chromate;
  src: url('../fonts/Chromate-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Newyork;
  src: url('../fonts/NewYork.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #ab8d69;
  --grey: #f9f9f9;
  --black: #000;
}

.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: #333;
  font-family: Gilroy, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.section {
  background-image: url('../images/VV_HERO-1.jpg');
  background-position: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 100vh;
}

.navbar {
  background-color: #0000;
  height: 50px;
}

.liennav {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 320px;
  padding-left: 60px;
  padding-right: 100px;
  font-family: Chromate, sans-serif;
  transition: text-shadow .3s cubic-bezier(.567, .061, 0, .985);
  display: block;
}

.liennav:hover {
  text-shadow: 0 -12px 0 var(--gold), 0 12px 0 var(--gold);
}

.nav-menu {
  background-color: var(--grey);
  height: 100vh;
  padding-top: 40px;
  transition: text-shadow .2s cubic-bezier(.55, .032, 0, .968);
}

.image {
  width: 80px;
  transition: width .2s cubic-bezier(1, .009, 0, 1.003);
  position: fixed;
  inset: 40px 60px 0% auto;
}

.image:hover {
  width: 85px;
}

.image-2 {
  transition: opacity .2s;
  position: fixed;
  top: 10px;
  left: 30px;
}

.image-2:hover {
  opacity: .49;
}

.langue {
  color: #fff;
  letter-spacing: 3px;
  margin-left: 20px;
  font-family: "Mosk 700", sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.langue:hover {
  color: var(--gold);
}

.div-block {
  text-align: center;
  width: 100px;
  position: fixed;
  inset: auto 0% 20px 40px;
}

.image-3 {
  color: #fff;
  background-color: #0000;
}

.image-4 {
  width: 20px;
  padding-top: 15px;
  transition: opacity .2s;
  display: block;
}

.image-4:hover {
  opacity: .5;
}

.div-block-2 {
  z-index: 2;
  mix-blend-mode: exclusion;
  display: flex;
  position: absolute;
  inset: auto 5vw 2vw auto;
}

.div-block-3 {
  background-image: linear-gradient(to right, #000, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newyork, sans-serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-4 {
  background-color: #fff;
  width: 30%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Gilroy, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.center {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
}

.button {
  padding: 10px 60px;
}

.image-5 {
  display: inline;
  position: relative;
  bottom: 2px;
}

.text-block {
  color: #fff;
  letter-spacing: 2px;
  margin-right: 10px;
  font-family: "Mosk 700", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.text-block.btn2 {
  color: var(--gold);
  text-transform: uppercase;
  transition: text-shadow .3s;
}

.text-block.btn2:hover {
  text-shadow: 0 28px #ccc, 0 14px #ccc;
}

.link-block {
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 20px 40px;
  transition: padding .2s, border .2s, background-color .2s;
}

.link-block:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  padding-left: 60px;
  padding-right: 60px;
}

.link-block.btn2 {
  border-width: 1px;
  border-color: var(--gold);
  color: var(--gold);
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.link-block.btn2:hover {
  border-color: var(--black);
  color: var(--gold);
  background-color: #0000;
}

.link-block.hide_mob {
  position: relative;
}

.link-block.hide_desktop {
  display: none;
}

.div-block-5 {
  background-image: url('../images/fond-arrow.png');
  background-position: 0 0;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
}

.image-6 {
  transition: height .2s, width .2s;
  position: relative;
  inset: 2px 0% 0%;
}

.image-6:hover {
  width: 35px;
  height: 30px;
}

.div-block-6 {
  text-align: center;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  background-color: var(--grey);
}

.section-2 {
  width: 100%;
  height: auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  margin-top: 9em;
  margin-bottom: 9em;
}

.grid.sushi {
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 100px;
}

.div-block-7 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-7 {
  width: 330px;
  transition: box-shadow .2s;
  position: relative;
  right: 2.08em;
}

.image-7:hover {
  box-shadow: 1px 1px 30px #0006;
}

.image-7.img2 {
  transition-property: none;
  transform: rotate(109deg);
}

.image-7.img2:hover {
  box-shadow: none;
}

.image-8 {
  width: 330px;
  position: relative;
  left: 2.08em;
}

.image-8.img2 {
  transition-property: none;
}

.image-8.img2:hover {
  box-shadow: none;
}

.text-span {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Newyork, sans-serif;
  font-size: 4em;
  line-height: 1.4;
}

.text-span-2 {
  color: var(--gold);
  text-align: center;
  letter-spacing: 5px;
  padding-bottom: 10px;
  font-family: "Mosk 700", sans-serif;
  font-size: 1em;
  font-weight: 700;
  display: block;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 10px;
}

.paragraph-2._2titre {
  width: 50vw;
  margin-bottom: 7.29em;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2.left {
  text-align: left;
}

.paragraph-2.pb {
  margin-bottom: 100px;
}

.paragraph-3 {
  color: #555;
  letter-spacing: .5px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Gilroy, sans-serif;
  font-size: 1.3em;
  line-height: 1.5;
}

.div-block-8 {
  text-align: center;
}

.image-9 {
  position: relative;
  top: 2px;
}

.section-3 {
  background-image: url('../images/VV_HERO-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  position: relative;
}

.section-3.sushi {
  background-image: url('../images/VV_Sushi1.jpg');
}

.section-3.sushi_2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/VV_Sushi2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-family: Newyork, sans-serif;
  font-size: 4em;
  line-height: 1;
}

.text-span-3 {
  color: var(--gold);
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-4 {
  color: #fff;
  letter-spacing: 4px;
  font-family: "Mosk 700", sans-serif;
  font-size: .3em;
  line-height: 10px;
}

.div-block-9 {
  margin-bottom: 10px;
  line-height: 30px;
}

.text-span-5 {
  font-size: 10px;
  line-height: 0;
}

.text-span-6 {
  text-align: center;
  line-height: 35px;
}

.section-4 {
  text-align: center;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-4.sushi {
  background-color: #f3f3f3;
  background-image: url('../images/vv_sushi_3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-bottom: 600px;
}

.section-4.napoj {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.dropdown-toggle {
  color: #000;
  border-bottom: 1px solid #ddd;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: var(--gold);
}

.text-block-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 710px;
  font-family: Newyork, sans-serif;
  font-size: 25px;
  display: inline-block;
}

.text-block-2:hover {
  color: var(--gold);
}

.image-10 {
  transform: rotate(90deg);
}

.text-span-7 {
  float: right;
  text-align: right;
}

.paragraph-5 {
  background-color: var(--grey);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 5px 150px;
  font-family: "Mosk 700", sans-serif;
}

.paragraph-5.droite {
  padding-left: 150px;
  padding-right: 150px;
}

.dropdown-list {
  background-color: var(--grey);
}

.dropdown-list.w--open {
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.sous-titre {
  color: #00000059;
  letter-spacing: 1px;
  text-transform: none;
  font-family: "Mosk 500", sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.section-5 {
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-5.galerie {
  padding-top: 9em;
  padding-bottom: 9em;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-11 {
  border: 5px solid var(--grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-12 {
  border: 10px solid var(--grey);
  position: relative;
  bottom: 20px;
}

.image-13, .image-14, .image-15, .image-16 {
  border: 10px solid var(--grey);
}

.image-17 {
  border: 10px solid var(--grey);
  position: relative;
  bottom: 30px;
}

.grid-3 {
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin-left: 140px;
  margin-right: 140px;
}

.section-6 {
  padding-top: 9em;
}

.titre-contact {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Newyork, sans-serif;
  font-size: 2.3em;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  padding: 10px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.text-block-3 {
  color: var(--gold);
  letter-spacing: 1px;
  font-family: "Mosk 700", sans-serif;
  font-size: 1.3em;
  line-height: 25px;
}

.text-block-4 {
  color: #000;
  letter-spacing: 1px;
  font-family: "Mosk 700", sans-serif;
  font-size: 1.3em;
  line-height: 25px;
}

.txtcontact {
  letter-spacing: 1px;
  font-family: Gilroy, sans-serif;
  font-size: 1.3em;
  line-height: 1.3;
  transition: color .2s;
}

.txtcontact:hover {
  color: var(--gold);
}

.form-block {
  margin-top: 100px;
  margin-left: 140px;
  margin-right: 140px;
}

.form-block.hide {
  display: none;
}

.label {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  border: 0 solid #000;
  font-family: "Mosk 500", sans-serif;
  font-size: 14px;
}

.input {
  letter-spacing: 1px;
  border: 0 solid #000;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  font-family: "Mosk 500", sans-serif;
  transition: border .2s, box-shadow .2s;
}

.input:hover {
  box-shadow: -1px 1px 11px #0000001a;
}

.input:focus {
  border-color: var(--gold);
  border-bottom-width: 2px;
}

.submit-button {
  border: 2px solid var(--gold);
  color: var(--gold);
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #0000;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "Mosk 700", sans-serif;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  background-color: var(--gold);
  color: #fff;
}

.form {
  margin-bottom: 100px;
}

.html-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
}

.map {
  text-align: center;
  height: 40vh;
  margin-top: 100px;
}

.map.hide {
  display: none;
}

.div-block-15 {
  background-color: var(--gold);
  width: 100%;
  margin-top: 9em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-5 {
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph-6 {
  font-family: Gilroy, sans-serif;
}

.paragraph-6._2e {
  text-align: center;
}

.paragraph-6._3e {
  text-align: right;
  margin-bottom: 0;
}

.paragraph-6.hide_mob {
  margin-bottom: 0;
}

.text-span-8 {
  color: var(--gold);
}

.brand {
  position: absolute;
}

.nav-link {
  color: #fff;
  padding-left: 40px;
  font-family: "Mosk 500", sans-serif;
  transition: color .2s;
  display: block;
}

.nav-link:hover {
  color: var(--gold);
}

.nav-link-2, .nav-link-3 {
  font-family: "Mosk 500", sans-serif;
}

.nav-menu-2 {
  background-color: #0000;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  height: 100px;
  padding: 2vw 5vw;
  display: flex;
  position: absolute;
}

.image-18 {
  max-width: 100px;
  margin-top: 0;
}

.div-block-16 {
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.abs_bg_video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-17 {
  position: relative;
}

.link-block-2 {
  margin-right: 20px;
}

.main {
  overflow: hidden;
}

.menu_img {
  width: 800px;
  height: auto;
  margin-bottom: 40px;
  display: block;
}

.menu_lb {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 275px;
  display: grid;
}

.preloader-brand {
  filter: invert();
  font-size: 36px;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  background-color: #b4ab9838;
  height: 3px;
  display: flex;
}

.indicator-fill {
  background-color: #b4ab98;
  width: 0%;
  height: 100%;
}

.div-block-18 {
  width: 100%;
  height: auto;
}

.div-block-19 {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  display: flex;
}

.arrow.right {
  transform: rotate(180deg);
}

.left-arrow {
  z-index: 0;
  background-color: #69675c;
  border: 1px solid #cab289;
  border-right-style: none;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 82px;
  display: flex;
  inset: auto 192px 0% auto;
}

.left-arrow.cursor_eff {
  display: none;
}

.slide_1 {
  margin-right: 2.29em;
}

.img_wrapper {
  width: 100%;
  height: 100%;
}

.projekty_slider {
  background-color: #0000;
  height: 120%;
  margin-top: 9em;
  margin-bottom: 9em;
  overflow: visible;
}

.track-horizontal-alt {
  max-width: 25em;
  height: 30em;
  max-height: 30em;
  overflow: visible;
}

.right-arrow {
  z-index: 0;
  background-color: #69675c;
  border: 1px solid #cab289;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 82px;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow.cursor_eff {
  display: none;
}

.projekt_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.lightbox-link {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.infinity_loop {
  width: 0;
  height: 0;
}

.link_wrapper {
  color: #000;
  text-decoration: none;
}

.menu {
  width: 100%;
  height: 100%;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-20 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .paragraph.center {
    font-size: 1.3em;
  }

  .text-span {
    font-size: 5em;
    line-height: 1.2;
  }

  .paragraph-3 {
    width: 70%;
    font-size: 1.2em;
  }

  .left-arrow {
    width: 192px;
    inset: auto 192px 0% auto;
  }

  .projekty_slider {
    perspective-origin: 0%;
    transform-origin: 0%;
    justify-content: flex-start;
    height: 100%;
  }

  .right-arrow {
    width: 192px;
  }

  .projekt_img {
    object-fit: cover;
  }

  .lightbox-link {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .image-4 {
    width: 2.08em;
  }

  .div-block-2 {
    bottom: 5vw;
  }

  .text-span {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.1;
    display: inline-block;
  }

  .paragraph-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-3.mb100 {
    margin-top: 9em;
  }

  .text-block-3, .text-block-4 {
    line-height: 1.5;
  }

  .txtcontact {
    line-height: 1.3;
  }

  .navbar-2 {
    align-items: center;
    height: 10.42em;
  }

  .image-18 {
    min-width: 10em;
  }

  .link-block-2 {
    margin-right: 40px;
  }

  .div-block-18 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-19 {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .div-block-2.some_footer {
    display: none;
  }

  .paragraph.center {
    font-size: 16px;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-7.img2, .image-8.img2 {
    width: 20vw;
  }

  .text-span {
    font-size: 42px;
  }

  .text-span-2 {
    font-size: 12px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .section-3 {
    padding: 100px;
  }

  .dropdown-toggle {
    width: 600px;
  }

  .text-block-2 {
    width: 500px;
  }

  .grid-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-menu-2 {
    background-color: #000;
    display: block;
  }

  .left-arrow.cursor_eff {
    height: 60px;
  }

  .track-horizontal-alt {
    max-width: 30em;
  }

  .right-arrow.cursor_eff {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 12px;
    text-decoration: none;
  }

  .link-block.hide_mob {
    display: none;
  }

  .link-block.hide_desktop {
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .div-block-16 {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .left-arrow.cursor_eff {
    bottom: -15%;
  }

  .track-horizontal-alt {
    max-width: 40em;
  }

  .right-arrow.cursor_eff {
    display: none;
    bottom: -15%;
  }

  .popup {
    display: flex;
  }

  .lightbox-link-2 {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    display: flex;
    bottom: 20px;
    right: 20px;
  }

  .div-block-2.some_footer {
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .heading {
    font-size: 42px;
    line-height: 1.2;
  }

  .paragraph.center {
    font-size: 14px;
  }

  .text-block {
    margin-right: 5px;
    font-size: 12px;
    text-decoration: none;
  }

  .text-block.btn2 {
    font-weight: 700;
  }

  .link-block {
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .link-block.btn2 {
    justify-content: center;
  }

  .grid {
    grid-template-columns: minmax(0, 0) 1fr minmax(0, 0);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-7, .image-8 {
    display: none;
  }

  .text-span {
    font-size: 34px;
  }

  .paragraph-2._2titre {
    width: 300px;
  }

  .paragraph-2.pb {
    margin-bottom: 40px;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 14px;
  }

  .section-3 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .section-3.mb100 {
    padding-left: 20px;
  }

  .text-span-4 {
    font-size: 10px;
  }

  .text-span-6 {
    font-size: 22px;
    line-height: 1.4;
  }

  .dropdown-toggle {
    width: 300px;
  }

  .text-block-2 {
    width: 200px;
  }

  .paragraph-5, .paragraph-5.droite {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5.galerie {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .image-11 {
    border-width: 2px;
  }

  .grid-3 {
    grid-column-gap: 5px;
    flex-direction: column;
    grid-template-columns: minmax(48%, 48%) minmax(48%, 48%);
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .titre-contact {
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-3, .text-block-4, .txtcontact {
    font-size: 14px;
  }

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .map {
    margin-top: 40px;
  }

  .div-block-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .paragraph-6._2e {
    margin-bottom: 0;
  }

  .paragraph-6._3e {
    margin-bottom: 0;
    font-size: 12px;
  }

  .paragraph-6.hide_mob {
    font-size: 12px;
  }

  .navbar-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-18 {
    width: 20vw;
  }

  .div-block-16 {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-18 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .arrow, .arrow.right {
    width: 80%;
  }

  .left-arrow.cursor_eff {
    z-index: 3;
    width: 80px;
    height: 40px;
    display: none;
    inset: auto 80px -15% auto;
  }

  .slide_1 {
    margin-right: 8em;
  }

  .track-horizontal-alt {
    width: 100%;
    max-width: 100%;
    height: 35vh;
    max-height: 35vh;
  }

  .right-arrow.cursor_eff {
    z-index: 1;
    width: 80px;
    height: 40px;
    display: none;
  }

  .image-19 {
    width: 50px;
  }

  .div-block-21 {
    display: none;
  }
}

#w-node-_510563f1-c15b-1300-284e-365d39e29cbf-5c49c22f, #w-node-bb479b9e-faad-494c-524a-746992362299-5c49c22f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c814fa28-7f5e-293e-7da7-8b56fb0ec98c-5c49c22f, #w-node-_86cd01c3-a4da-5b74-7255-7a107cd5ebe5-5c49c22f, #w-node-_7cc181fb-7226-3e28-c29d-12a38e0abc3e-5c49c22f, #w-node-c97fc480-5ce4-831b-c560-83819982a0e7-5c49c22f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19162974-c685-e816-4037-7d69b8e45286-5c49c22f, #w-node-_184657d7-16bf-ae88-8ab3-be1cfc4890b0-5c49c22f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96c66b83-4085-7826-242c-f4883dffa6ed-5c49c22f, #w-node-_9ba1935b-0ab8-f185-d10a-f205a4e0ced9-5c49c22f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_023b3a86-b265-c641-7fb9-e4b89f4612af-5c49c22f, #w-node-_6e557269-ed62-b08e-6d9d-aaa124fea601-5c49c22f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9e70ed1a-cbc3-904d-1153-5d4bdae47d54-5c49c22f, #w-node-e9d72ca6-200f-768b-b053-8d3b1103a799-5c49c22f, #w-node-_30347cb6-81eb-5072-1b81-250768c53040-5c49c22f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c71713e2-d762-771b-3aa9-9845a233aaf6-5c49c22f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1aa60d99-bfc5-f95e-9586-7f8a20be6808-5c49c22f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5338ec1a-eff3-5c76-dc88-fa6ef66e9ade-5c49c22f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6a6bcc77-1b24-f2d2-2d01-c8bdaaab8672-5c49c22f {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #restaurant.w-node-b56b0076-8c4e-9923-a1c6-5a882bd1fd07-5c49c22f, #restaurant.w-node-e3bd91e5-9891-95c9-1d89-eef951bed7f0-5c49c22f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Mosk extra 800';
  src: url('../fonts/Mosk-Extra-Bold-800.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk ultra 900';
  src: url('../fonts/Mosk-Ultra-Bold-900.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk semi 600';
  src: url('../fonts/Mosk-Semi-Bold-600.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk 500';
  src: url('../fonts/Mosk-Medium-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mosk 700';
  src: url('../fonts/Mosk-Bold-700.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chromate';
  src: url('../fonts/Chromate-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Newyork';
  src: url('../fonts/NewYork.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}