:root {
  --dore: #aa9a8c;
  --gris-bleu: #2f363c;
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

a:hover, a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

.header-wrapper {
  z-index: 200;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.baseline {
  color: var(--dore);
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Voyage, Georgia, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.oz-logo {
  width: 180px;
}

.body {
  font-size: 1rem;
}

.facts-wrapper {
  letter-spacing: 1px;
  background-color: #f8f7f6;
  flex-direction: column;
  margin-left: 75px;
  margin-right: 75px;
  display: flex;
}

.facts-title {
  text-align: center;
  margin-top: 50px;
  font-family: Voyage, Georgia, sans-serif;
  font-size: 2.3rem;
  line-height: 2.6rem;
}

.facts-subtitle {
  color: var(--dore);
  text-align: center;
  font-family: Voyage, Georgia, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.facts-text {
  color: #30363c;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Futurastd, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.chiffres-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: flex;
}

.chiffre-item-wrapper {
  padding-left: 35px;
  padding-right: 35px;
}

.chiffre-item-wrapper.border-lateral {
  border-right: 1px solid var(--dore);
  border-left: 1px solid var(--dore);
}

.chiffre-cle {
  color: var(--dore);
  font-family: Voyage, Georgia, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.chiffre-legende {
  color: var(--dore);
  margin-top: 15px;
  font-family: Voyage, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.footer-wrapper {
  z-index: 100;
  background-color: #404040;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-item {
  color: #fff;
  letter-spacing: 1px;
  font-family: Voyage, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.menu-item:hover, .menu-item:active, .menu-item:focus {
  color: #fff;
}

.menu-link {
  color: #fff;
  text-decoration: none;
}

.menu-separator {
  background-color: #8e8e8e;
  align-self: center;
  width: 7vw;
  height: 1px;
  margin-left: 40px;
  margin-right: 40px;
}

.swiper-wrapper {
  display: flex;
  overflow: visible;
}

.img {
  cursor: zoom-in;
  width: 100%;
  height: 95%;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.slide-container-pers {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.slider-prev {
  z-index: 100;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  transform: none;
}

.caption-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 40px;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
  position: static;
  top: auto;
  bottom: 21px;
  left: 0%;
  right: 0%;
}

.slide-pers-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-left: 52px;
  padding-right: 52px;
  display: block;
}

.slider-next {
  z-index: 10;
  cursor: pointer;
  align-items: center;
  width: 200px;
  height: 100px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.arrow-slider {
  width: 40px;
  transform: translate(0, -50px)rotate(180deg);
}

.swiper-slide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.section-wrapper {
  max-width: 1350px;
  margin-top: 0;
  position: relative;
}

.section-wrapper-pers {
  max-width: 1350px;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.pastille-adresse {
  width: 240px;
  position: static;
  top: -25px;
  bottom: auto;
  left: auto;
  right: -90px;
}

.div-block {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.contact-chapo {
  color: #30363c;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 5rem;
  font-family: Futurastd, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.contact-wrapper {
  letter-spacing: 1px;
  background-color: #f8f7f6;
  flex-direction: column;
  width: 1200px;
  max-width: 100%;
  margin: 80px auto 0;
  padding-bottom: 90px;
  display: flex;
}

.wrapper-teams {
  justify-content: space-around;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-column {
  width: 40%;
  margin-left: 75px;
}

.heading {
  color: var(--dore);
  margin-top: 45px;
  margin-bottom: 3px;
  font-family: Futurastd, sans-serif;
  font-size: 1em;
}

.logo-contact-left {
  width: 65%;
  margin-bottom: 10px;
}

.contact-text {
  font-family: Futurastd, sans-serif;
}

.logo-contact-right {
  width: 45%;
}

.spacer {
  height: 100px;
}

.slider-pers-prev {
  z-index: 100;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: 100px;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
}

.slider-pers-next {
  z-index: 10;
  cursor: pointer;
  align-items: center;
  width: 200px;
  height: 100px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.slide-container-facts {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.film-wrapper {
  z-index: 220;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 75px;
  padding-bottom: 25px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

.close-wrapper {
  padding-top: 20px;
  padding-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.icon-close {
  cursor: pointer;
  width: 50px;
}

.film-embed {
  align-self: center;

}

.hero-vdo-container{ z-index: 100; }

.btn-film-link {
  color: #b5a08f;
  font-size: 6em;
  text-decoration: none;
  position: absolute;
}

.arrow-next-slider {
  width: 40px;
  transform: translate(10px, 50px)rotate(180deg);
}

.mobile-footer-wrapper {
  display: none;
}

.menu-mobile-item {
  letter-spacing: 1px;
  font-family: Voyage, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.hero-vdo-container {
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-vdo {
  align-self: center;
  width: 100%;
}

.navbar {
  z-index: 10;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  bottom: 45px;
}

.nav-menu {
  background-color: #000;
  border-radius: 6px;
  padding-top: 9px;
  padding-bottom: 5px;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 15px;
}

.nav-link:hover {
  color: #ff2140;
  letter-spacing: 2px;
  font-weight: 700;
}

.nav-link:active {
  color: #ff2140;
}

.nav-link:focus {
  color: #ff2140;
  font-weight: 700;
}

.nav-link.nav-middle {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.nav-link.nav-middle.w--current {
  color: #ff2140;
}

.menu-item-hide {
  letter-spacing: 1px;
  font-family: Voyage, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  display: none;
}

.menu-separator-hide {
  background-color: #8e8e8e;
  align-self: center;
  width: 7vw;
  height: 1px;
  margin-left: 40px;
  margin-right: 40px;
  display: none;
}

.pastille-wrapper {
  z-index: 90;
  justify-content: flex-end;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.text-block {
  text-align: center;
  margin-top: 10px;
  font-family: Futurastd, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  display: inline-block;
}

.menu-lin-hide {
  color: #fff;
  text-decoration: none;
  display: none;
}

.legal-container {
  z-index: 2000;
  background-color: #eee;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.close-wrapper-2 {
  cursor: pointer;
  width: 60px;
  margin: 40px;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mentions-text {
  text-align: left;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 16px;
  font-family: Futurastd, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2em;
  display: inline-block;
}

.h1-mentions {
  font-weight: 200;
}

.h2-mentions {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

.mentions-link {
  color: #000;
}

.h3-mentions {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 500;
}

.link {
  color: #181818;
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    height: 190px;
  }

  .baseline {
    margin-top: 0;
    font-size: 2rem;
  }

  .oz-logo {
    width: 140px;
  }

  .facts-title {
    margin-top: 30px;
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  .facts-subtitle {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .facts-text {
    font-size: 1.1rem;
  }

  .chiffres-wrapper {
    margin-top: 1.4rem;
  }

  .chiffre-item-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .chiffre-cle {
    font-size: 2.4rem;
    line-height: 2rem;
  }

  .chiffre-legende {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .footer-wrapper {
    max-width: 100%;
  }

  .menu-item {
    font-size: 1.2rem;
  }

  .menu-separator {
    width: 4vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-container-pers {
    height: 70vw;
    max-height: 700px;
  }

  .caption-text {
    margin-top: 15px;
    bottom: 0;
  }

  .section-wrapper {
    max-width: 100%;
  }

  .pastille-adresse {
    width: 190px;
    top: -21px;
    right: -85px;
  }

  .contact-chapo {
    margin-bottom: 3.5rem;
  }

  .contact-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-teams {
    width: 90%;
  }

  .team-column {
    margin-left: 40px;
  }

  .spacer {
    height: 90px;
  }

  .slide-container-facts {
    height: auto;
    max-height: none;
  }

  .btn-film-link {
    font-size: 4em;
  }

  .menu-mobile-item {
    font-size: 1.2rem;
  }

  .navbar {
    display: none;
  }

  .menu-item-hide {
    font-size: 1.2rem;
  }

  .menu-separator-hide {
    width: 4vw;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    height: 160px;
  }

  .baseline {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .oz-logo {
    width: 130px;
  }

  .facts-title {
    margin-top: 35px;
  }

  .chiffre-item-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .chiffre-cle {
    font-size: 1.6rem;
    line-height: 1.2rem;
  }

  .menu-separator {
    margin-left: 15px;
    margin-right: 15px;
  }

  .img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-container-pers {
    max-height: 600px;
  }

  .slider-prev, .slider-next {
    width: 150px;
  }

  .pastille-adresse {
    width: 160px;
    top: -70px;
    right: -86px;
  }

  .contact-chapo {
    margin-bottom: 3rem;
  }

  .wrapper-teams {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-column {
    width: 50%;
    margin-left: 0;
  }

  .contact-text {
    font-size: .9rem;
  }

  .slider-pers-prev, .slider-pers-next {
    width: 150px;
  }

  .slide-container-facts {
    min-height: 650px;
  }

  .btn-film-link {
    font-size: 3em;
  }

  .mobile-footer-wrapper {
    background-color: #404040;
    display: none;
  }

  .menu-separator-hide {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pastille-wrapper {
    z-index: 210;
  }
}

@media screen and (max-width: 479px) {
  .header-wrapper {
    height: 140px;
  }

  .baseline {
    font-size: 1.6rem;
  }

  .oz-logo {
    width: 110px;
  }

  .facts-wrapper {
    min-height: 500px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .facts-title {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .facts-subtitle {
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .facts-text {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .chiffres-wrapper {
    margin-bottom: 40px;
  }

  .chiffre-item-wrapper {
    align-self: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .chiffre-item-wrapper.border-lateral {
    padding-right: 5px;
  }

  .chiffre-cle {
    font-size: 1.4rem;
    line-height: 1.2rem;
  }

  .chiffre-legende {
    font-size: .9rem;
    line-height: 1rem;
  }

  .footer-wrapper {
    display: none;
  }

  .img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-container-pers {
    z-index: 10;
    height: auto;
    max-height: none;
    padding-bottom: 60px;
  }

  .slider-prev {
    justify-content: flex-end;
    align-items: flex-end;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: -59px;
    left: 0%;
    right: auto;
  }

  .caption-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: .6em;
  }

  .slide-pers-img {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-next {
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: -70px;
    left: auto;
    right: 0%;
    transform: rotate(180deg);
  }

  .section-wrapper {
    margin-top: 50px;
  }

  .pastille-adresse {
    width: 130px;
    top: -172px;
    right: -91px;
  }

  .contact-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .wrapper-teams {
    flex-direction: column;
  }

  .team-column {
    width: 100%;
  }

  .heading {
    margin-top: 30px;
    font-size: .9em;
  }

  .logo-contact-left {
    width: 50%;
  }

  .contact-text {
    font-size: .8rem;
  }

  .logo-contact-right {
    width: 40%;
  }

  .slider-pers-prev {
    justify-content: flex-end;
    align-items: flex-end;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: -50px;
    left: 0%;
    right: auto;
  }

  .slider-pers-next {
    justify-content: flex-end;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: -62px;
    left: auto;
    right: 0%;
  }

  .slide-container-facts {
    height: auto;
    max-height: none;
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .btn-film-link {
    font-size: 2em;
  }

  .team-right {
    margin-top: 70px;
  }

  .mobile-footer-wrapper {
    z-index: 190;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 55px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .burger-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    position: static;
  }

  .burger-line {
    background-color: #fff;
    width: 40px;
    height: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-mobile {
    z-index: 100;
    background-color: #404040;
    flex-direction: column;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    position: relative;
    transform: translate(0, 100%);
  }

  .menu-mobile-item {
    color: #fff;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .close-menu-mobile {
    width: 50px;
    padding: 15px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .burger-wrapper {
    background-color: #404040;
    align-self: center;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pastille-wrapper {
    z-index: 150;
    margin-top: 0;
    top: -50px;
  }

  .text-block {
    margin-top: -10px;
  }
}


a.btn-brochure {
  position: fixed;
  inset: 50vh -100px auto auto;
  width: 250px;
  height: 40px;
  padding-top: 12px;
  padding-bottom: 0px;
  background-image: linear-gradient(90deg, rgb(134, 123, 112), rgb(166, 153, 140));
  transform: rotate(-90deg);
  font-family: Futurastd, sans-serif;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 2;
}

a.btn-brochure:hover {
  color: #463f37;
  text-decoration: none;
}



@font-face {
  font-family: 'Voyage';
  src: url('../fonts/voyage-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Voyage';
  src: url('../fonts/voyage-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futurastd';
  src: url('../fonts/FuturaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
