:root {
  --white: white;
  --black: black;
}
.uber{
  position: fixed;
  right: 16px;
  bottom: 72px;
  background: black;
  padding: 10px;
  border-radius: 12px;
  z-index: 99999999;
}
.uber a{
   display: flex; 
}



.button-10 {
    color: black !important;
    background-color: #fff;
    border-radius: 20px;
    font-weight: 600;
	border: 1px solid;
    padding: 10px 20px;
}

.button-10:hover {
	color: white !important;
	background-color: black !important;
}


.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;
}

p {
  color: #676767;
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.78em;
}

a {
  color: #fff;
  text-decoration: none;
}

.wrap {
  overflow: hidden;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

/* CSS */
.button-35 {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px,rgba(18, 18, 18, .1) 0 6px 20px;
  box-sizing: border-box;
  color: #121212;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  font-family: Inter,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s,-webkit-box-shadow .2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-35:hover {
  box-shadow: #121212 0 0 0 3px, transparent 0 0 0 0;
}

.section.full {
  height: 100vh;
}

.logo-footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section.full.hero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dsc_4774-1-e1558782188595.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 140%;
}

.section._80 {
  height: 80vh;
  position: relative;
}

.section.footer {
  padding-bottom: 20px;
  overflow: hidden;
}

.section.footer.black {
  background-color: #000;
}

.section.mentions {
  background-color: #d4d4d4;
}

.section.black {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.transition {
  color: #050505;
  align-items: center;
  height: 450px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.section.insta {
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.container.full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.footer {
  justify-content: center;
  align-items: stretch;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.container.insta {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.background {
  z-index: -1;
  filter: brightness(59%);
  object-fit: cover;
  width: 110%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background.half {
  background-color: #0000000d;
}

.background.desktop {
  object-position: 24% 50%;
}

.background.desktop.top {
  object-position: 50% 25%;
}

.background.mobile {
  display: none;
}

.background.footer {
  transform: scale(1.4);
}

.hero-logo {
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 300px;
}

.block-hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.hero-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 110%;
  display: flex;
}

.body {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.hero-infos {
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.hero-info {
  text-align: center;
  letter-spacing: .075em;
  text-transform: uppercase;
  min-width: 250px;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7em;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  display: flex;
}

.icon._16 {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.infos-networks {
  justify-content: space-between;
  width: 100px;
  margin-top: 20px;
  display: flex;
}

.infos-networks.grow {
  margin-top: 0;
  font-size: 16px;
}

.infos-networks.mobile {
  display: none;
}

.infos-networks.two {
  width: 60px;
}

.infos-network {
  color: #fff;
  text-decoration: none;
}

.hero-chevron {
  width: 54px;
  height: 54px;
}

.block-white {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.white-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.white-heading {
  width: 100%;
  max-width: 398px;
}

.white-logo {
  max-width: 120px;
}

.white-logo.mobile {
  display: none;
}

.white-logo.desktop {
  text-align: center;
}

.block-menu {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.menu-logo {
  width: 100%;
  max-width: 247px;
}

.menu-menus {
  justify-content: space-between;
  width: 60%;
  margin-top: 10vh;
  display: flex;
}

.menu-menu {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.menu-language {
  font-size: 24px;
  font-weight: 500;
}

.menu-image {
  width: 100%;
  max-width: 90px;
  margin-bottom: 25px;
}

.transition-image {
  max-width: 120px;
  max-height: 120px;
}

.block-transition {
  justify-content: center;
  display: flex;
}

.block-three {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.three-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.three-box {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.block-cocktails {
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.cocktails-logo {
  width: 100%;
  max-width: 469px;
}

.footer-top {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.footer-logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

.footer-link {
  text-decoration: underline;
  transition: color .2s;
}

.footer-link:hover {
  color: #676767;
}

.footer-link.nounderline {
  text-decoration: none;
}

.hero-bottominfo {
  color: #fff;
  text-align: center;
  letter-spacing: .075em;
  text-transform: uppercase;
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7em;
}

.hero-bottominfo.left {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-bottominfo.right {
  text-align: right;
}

.block-mentions {
  padding-bottom: 60px;
}

.mentions-title {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.mentions-heading {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.mentions-logo {
  width: 100%;
  max-width: 70px;
  margin-top: 10px;
}

.mentions-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mentions-divider {
  background-color: #ccc;
  width: 200px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.mentions-text {
  color: #1d1d1d;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.mentions-text.height {
  line-height: 1.78571em;
}

.mentions-text.head {
  margin-top: 30px;
  margin-bottom: 30px;
}

.white {
  color: #fff;
}

.black-image {
  width: 100%;
  max-width: 200px;
}

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

.black-bottom {
  border-top: 1px solid #333;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.grow {
  flex: 1;
}

.loading {
  position: fixed !important;
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: none;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.loading-logo {
  width: 100%;
  max-width: 100px;
}

.hero-chevronlink {
  position: relative;
  bottom: -90px;
}

.togrey {
  transition: color .2s;
}

.togrey:hover {
  color: #adabab;
}

.togrey.underline {
  text-decoration: underline;
}

.block-insta {
  width: 100%;
}

.heading {
  text-align: center;
  font-size: 24px;
}

.text-block {
  color: #807b7b;
  text-align: center;
  height: 40px;
  font-size: 18px;
}

.text-block-2 {
  text-align: center;
  margin-bottom: 33px;
  font-size: 16px;
  font-weight: 600;
}

.link {
  color: #080808;
  font-size: 16px;
}

.heading-2 {
  font-size: 69px;
}

.heading-3 {
  color: #fff;
  letter-spacing: 8px;
  font-size: 73px;
}

.heading-4 {
  color: #010101;
  letter-spacing: 8px;
  font-size: 73px;
}

.link-block {
  display: flex;
}



.link-block.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.image {
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  width: 150px;
  max-width: 150px;
}

.div-block {
  justify-content: center;
  display: flex;
}

.white-paragraph{
	text-align: left;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1250px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.footer, .container.insta {
    max-width: none;
  }

  .hero-infos {
    width: 31%;
  }
}

@media screen and (max-width: 991px) {
  .section.full.mobile {
    height: auto;
  }

  .section.full.hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/dsc_4774-1-e1558782188595.jpg');
    background-size: auto, cover;
  }

  .background.desktop {
    object-fit: cover;
    object-position: 40% 50%;
  }

  .background.mobile {
    display: block;
  }

  .hero-bottom {
    width: 110%;
  }

  .white-grid {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .mentions-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section._80.mobile {
    height: 1848px;
  }

  .section.footer {
    padding-top: 45px;
  }

  .background.desktop {
    object-position: 46% 50%;
  }

  .hero-logo {
    max-width: 260px;
    max-height: 260px;
  }

  .hero-bottom {
    flex-direction: column;
    align-items: center;
  }

  .hero-infos {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-infos.first {
    margin-bottom: 20px;
  }

  .infos-networks.mobile {
    width: 75px;
    display: flex;
  }

  .infos-networks.desktop, .infos-network.hiddenmobile {
    display: none;
  }

  .white-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .white-logo.mobile {
    display: block;
  }

  .white-logo.desktop {
    display: none;
  }

  .block-menu {
    height: 99%;
  }

  .menu-menus {
    flex-direction: column;
  }

  .menu-menu {
    margin-bottom: 60px;
  }

  .block-three {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .three-box.desktop {
    display: none;
  }

  .footer-top, .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .hero-bottominfo {
    margin-bottom: 15px;
  }

  .hero-chevronlink {
    order: 1;
    bottom: -30px;
  }

  .paragraph, .white-paragraph {
    margin-top: 30px;
    margin-bottom: 30px;
	text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section.full {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section._80.mobile {
    height: 900px;
  }

  .section.footer {
    justify-content: center;
    align-items: stretch;
    display: flex;
	  flex-wrap: wrap;
  }

  .section.mentions {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-logo {
    max-width: 180px;
    max-height: 180px;
  }

  .hero-infos {
    width: auto;
  }

  .block-menu {
    justify-content: space-between;
  }

  .menu-menus {
    margin-top: 0;
  }

  .footer-top {
    width: 100%;
  }

  .hero-bottominfo {
    margin-top: 15px;
  }

  .block-mentions {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .black-bottom {
    flex-direction: column;
    align-items: center;
  }

  .text-block {
    height: auto;
    margin-bottom: 20px;
  }

  .text-block-2 {
    font-size: 17px;
  }

  .link {
    font-size: 14px;
  }

  .heading-3 {
    letter-spacing: 4px;
    font-size: 45px;
  }

  .heading-4 {
    letter-spacing: 4px;
    font-size: 56px;
  }
	
	
}

@media screen and (max-width: 767px) {
  #w-node-_8aaa51e5-46d8-3f6d-e7bb-00cd7918a309-47c22478 {
    justify-self: center;
  }
	
	.h-mob{
		display: none !important;
	}
	
	.mob-col{
		display: flex;
		flex-direction: column;
	}
}


@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;
}
@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 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
