:root {
  --color: #085844;
  --textes: #ffc3ac;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.main-wrapper {
  background-color: var(--color);
  text-align: center;
  position: relative;
}

.hero-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pers-wrapper {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  justify-content: center;
  padding-bottom: 90px;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact-wrapper {
  width: 80%;
  max-width: 1200px;
  min-width: 600px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

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

.swiper-wrapper {
  height: 100%;
  align-items: stretch;
  display: flex;
}

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

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

.slider-prev {
  z-index: 100;
  width: 200px;
  height: 100px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 5%;
  right: auto;
}

.slide-pers-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-left {
  z-index: 100;
  width: 15%;
  height: 99%;
  background-color: rgba(255, 255, 255, .44);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.caption-text {
  color: var(--textes);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 40px;
  font-family: Courant, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.4em;
  position: static;
  top: auto;
  bottom: 21px;
  left: 0%;
  right: 0%;
}

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

.contact {
  height: 100%;
  max-height: 600px;
  display: flex;
}

.map-wrapper {
  width: 50%;
  min-height: 600px;
  flex-direction: column;
  padding-top: 12px;
  padding-right: 20px;
  display: flex;
}

.form-wrapper {
  width: 50%;
  flex-direction: column;
  padding-left: 20px;
  display: flex;
}

.footer-text {
  color: var(--textes);
  margin-top: 100px;
  font-family: Courant, sans-serif;
  font-weight: 300;
}

.contact-title {
  color: var(--textes);
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-family: Bentoga, sans-serif;
  font-size: 3.8em;
  font-weight: 100;
  line-height: 1.1em;
}

.link {
  color: var(--textes);
}

.html-embed {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.html-embed-2 {
  flex-direction: column;
  display: flex;
}

.jazz-anim {
  width: 35%;
}

.nav-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--textes);
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bentoga, sans-serif;
  font-size: 1.23em;
  font-weight: 100;
  text-decoration: none;
}

.vertical-sep {
  width: 1px;
  height: 35px;
  background-color: var(--textes);
}

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

.line-bottom {
  z-index: 1000;
  position: absolute;
  top: auto;
  bottom: -50%;
  left: 0%;
  right: auto;
}

.background-video {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.videobg {
  z-index: 0;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .contact-wrapper {
    width: 90%;
    height: auto;
    max-width: none;
    padding-bottom: 50px;
    position: relative;
  }

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

  .slider-next {
    bottom: 80px;
    right: 25%;
  }

  .slider-prev {
    bottom: 80px;
    left: 25%;
  }

  .caption-text {
    margin-top: 15px;
    font-size: 1em;
    bottom: 0;
  }

  .contact {
    max-height: none;
    flex-direction: column;
  }

  .map-wrapper {
    width: 100%;
    min-height: 600px;
    flex-direction: row;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .contact-title {
    margin-bottom: 30px;
    font-size: 2.4em;
  }

  .html-embed {
    flex: 1;
    display: block;
  }

  .jazz-anim {
    width: 60%;
  }

  .line-top, .line-bottom {
    max-width: 50%;
  }

  .background-video {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrapper {
    min-width: 200px;
  }

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

  .caption-text {
    font-size: .9em;
  }

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

  .footer-text {
    font-size: .8em;
  }

  .contact-title {
    margin-bottom: 25px;
    font-size: 2.2em;
  }

  .jazz-anim {
    width: 70%;
  }

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

  .vertical-sep {
    width: 35px;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .contact-wrapper {
    min-width: 100px;
  }

  .slider-next {
    width: 120px;
    right: 10%;
  }

  .slider-prev {
    width: 120px;
    left: 10%;
  }

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

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

  .map-wrapper {
    min-height: 400px;
  }

  .contact-title {
    margin-bottom: 20px;
    font-size: 1.6em;
  }

  .jazz-anim {
    width: 90%;
  }

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

  .nav-link {
    padding: 15px;
    font-size: 1em;
  }

  .vertical-sep {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


@font-face {
  font-family: 'Courant';
  src: url('../fonts/ARSMaquettePro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentoga';
  src: url('../fonts/Bentoga-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}