@font-face {
  font-family: "madraslight";
  src: url("../fonts/madraslight.woff2");
}
@font-face {
  font-family: "avenir-light";
  src: url("../fonts/avenirltstdlight.woff2");
}
@font-face {
  font-family: "jeanneau";
  src: url("../fonts/jeanneau.ttf") format("truetype");
}
@media (min-width: 769px) {
  .show-rs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .show-dk {
    display: none !important;
  }
}
[class*=" icon-"],
[class^=icon-] {
  font-family: "jeanneau";
  speak: never;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  letter-spacing: 0;
}

.icon-geolocalisation:before {
  content: "\e908";
}

.icon-enveloppe:before {
  content: "\e939";
}

.icon-fleche-bas:before {
  content: "\e93a";
}

.icon-fanions:before {
  color: #fff;
  content: "\e937";
}

.icon-menu:before {
  content: "\e938";
}

.icon-capacite-carburant:before {
  content: "\e92f";
}

.icon-couchages:before {
  content: "\e930";
}

.icon-fleche-droite:before {
  color: #707070;
  content: "\e931";
}

.icon-fleche-gauche:before {
  color: #707070;
  content: "\e932";
}

.icon-homologation:before {
  content: "\e933";
}

.icon-longueur:before {
  content: "\e934";
}

.icon-motorisation:before {
  content: "\e935";
}

.icon-vitesse:before {
  content: "\e936";
}

.icon-demander-essai:before {
  content: "\e92d";
}

.icon-fleche:before {
  content: "\e92e";
}

.icon-configurer:before {
  content: "\e92a";
}

.icon-comparer:before {
  content: "\e92b";
}

.icon-chevron:before {
  content: "\e92c";
}

.icon-checkmark:before {
  content: "\e927";
}

.icon-fullscreen:before {
  content: "\e928";
}

.icon-arrow-left:before {
  content: "\e929";
}

.icon-minus:before {
  content: "\e926";
}

.icon-play2:before {
  content: "\ea15";
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #545759;
  box-sizing: border-box;
  margin: 0;
  font-size: 12px;
}

* {
  font-family: "avenir-light", sans-serif;
  color: #545759;
}

main {
  margin-top: 0;
}

.btn-primary {
  background-color: transparent;
  border-color: #a65a49;
  color: #a65a49;
  border-radius: 0 !important;
}

.btn-primary.btn-inversed {
  background-color: #a65a49;
  border-color: #a65a49;
  color: #fff;
}

.btn-primary.btn-inversed:hover {
  background-color: #fff;
  border-color: #fff;
  color: #a65a49;
}

span.exclusive {
  color: #a65a49;
  font-family: avenir-light, sans-serif;
  font-size: 16px;
  letter-spacing: 6.4px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  color: #545759;
  font-family: madraslight, sans-serif;
  font-size: 50px !important;
  line-height: 72px !important;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.swiper-button-prev,
.swiper-button-next {
  color: #707070 !important;
}

.swiper-interior .swiper-button-prev,
.swiper-interior .swiper-button-next,
.swiper-exterior .swiper-button-prev,
.swiper-exterior .swiper-button-next {
  color: #333 !important;
}

.section-0 {
  width: 100%;
  margin-bottom: 90px;
}
.section-0 > div {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
.section-0 > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-0 > div > div.boat-header-cover {
  position: absolute;
  text-align: left;
  bottom: 4.8rem;
  left: 8rem;
}
.section-0 > div > div.boat-header-cover h1 {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.section-0 > div > div.boat-header-cover h1 * {
  color: #fff;
}
.section-0 > div > div.boat-header-cover h1 .boat-header-title-line {
  font-family: avenir-light, sans-serif;
  font-size: 12px;
  letter-spacing: 4.8px;
  line-height: 16px;
  text-transform: uppercase;
}
.section-0 > div > div.boat-header-cover h1 .boat-header-title-modele {
  font-family: madraslight, sans-serif;
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
}
.section-0 > div > div.boat-header-cover h1 .boat-header-description-modele {
  font-family: madraslight, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section-0 > div > .boat-header-logo {
  position: absolute;
  top: 4.8rem;
  left: 5rem;
}
.section-0 > div > .boat-header-logo img {
  width: 25vw;
}

.section-1 {
  padding-bottom: 100px;
}
.section-1 > .container .content {
  margin-top: 40px;
}
.section-1 > .container > div .intro-subtitle {
  color: #a65a49;
  font-family: avenir-light, sans-serif;
  font-size: 16px;
  letter-spacing: 8px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}
.section-1 > .container > div .intro-title {
  color: #545759;
  font-size: 50px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  font-family: madraslight, sans-serif;
  font-weight: 500;
}
.section-1 > .container > div .intro-content {
  padding-right: 20px;
}
.section-1 > .container > div .intro-content p {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 300;
}

.section-2 {
  background-color: #f5f4f4;
  padding: 50px 0;
}
.section-2 span.exclusive {
  color: #a65a49;
  font-family: avenir-light, sans-serif;
  font-size: 16px;
  letter-spacing: 6.4px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}
.section-2 h2 {
  color: #545759;
  font-family: madraslight, sans-serif;
  font-size: 50px;
  line-height: 72px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.section-2 p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-2 p strong {
  font-weight: 600;
}
.section-2 iframe {
  margin-top: 50px;
  width: 752px !important;
  min-width: 0 !important;
  background: #a65a49 !important;
}

.section-3 {
  margin: 120px 50px 170px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.section-3 .section-3-title {
  margin-bottom: 40px;
  text-align: center;
}
.section-3 .swiper {
  width: 100%;
  max-width: 1535px;
  height: 768px;
}
.section-3 .swiper-slide {
  background-color: #fff;
}
.section-3 .swiper-slide > div.content {
  width: 100%;
  height: 100%;
  align-items: center;
  display: grid !important;
  grid-template-columns: 60% auto;
  margin: auto;
  text-align: left;
}
.section-3 .swiper-slide > div.content .img {
  height: 100%;
}
.section-3 .swiper-slide > div.content .img > div {
  height: 100%;
  width: 90%;
  margin: 0 3rem 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-3 .swiper-slide > div.content .text {
  font-family: avenir-light, sans-serif;
  font-size: 22px;
  line-height: 24.2px;
  width: 90%;
  color: rgb(84, 87, 89);
}
.section-3 .swiper-slide > div.content .text h3 {
  font-size: 22px;
  line-height: 24.2px;
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-3 .swiper-slide > div.content .text p {
  text-align: justify;
  width: 90%;
  font-size: 20px;
  line-height: 27px;
}

.section-4 {
  padding: 100px 0 120px;
}
.section-4.bg-color {
  background-color: #f5f4f4;
}
.section-4 > div {
  max-width: 1500px;
  margin: 0 auto;
}
.section-4 > div .section-4-title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px !important;
}
.section-4 > div .section-4-title h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1 !important;
}
.section-4 > div .swiper-item {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.section-4 > div .swiper-button-prev,
.section-4 > div .swiper-rtl .swiper-button-next {
  left: 0px !important;
}
.section-4 > div .swiper-button-next,
.section-4 > div .swiper-rtl .swiper-button-next {
  right: 0px !important;
}

.section-5 {
  max-width: 1000px;
  margin: 50px auto;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  /* border-radius: 20px; */
}
.section-5 div {
  width: 100%;
}
.section-5 iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.section-6 {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px;
  background-color: #f9f9f9;
}
.section-6 .swiper-layout .content {
  align-items: center;
  display: flex !important;
  margin: auto;
  text-align: left;
  background-color: #f9f9f9;
}
.section-6 .swiper-layout .content .img {
  display: flex;
  margin: 0 10px 0 30px;
  width: 60%;
}
.section-6 .swiper-layout .content .img img {
  margin: auto;
  max-height: 70vh;
  max-width: 100%;
  text-align: center;
}
.section-6 .swiper-layout .content .text {
  width: 30%;
  color: #545759;
  text-align: center;
}
.section-6 .swiper-layout .content .text h2 {
  color: #a65a49;
  font-family: avenir-light, sans-serif;
  font-size: 16px !important;
  letter-spacing: 6.4px;
  line-height: 22px !important;
  text-transform: uppercase;
}
.section-6 .swiper-layout .content .text p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
}

.section-7 {
  background-color: #f5f4f4;
}
.section-7 > div {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  font-family: "avenir-light", sans-serif;
}
.section-7 > div .specifications-inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-7 > div span.exclusive {
  color: #a65a49;
  font-family: avenir-light, sans-serif;
  font-size: 16px;
  letter-spacing: 6.4px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}
.section-7 > div h2 {
  color: #545759;
  font-family: madraslight, sans-serif;
  font-size: 50px;
  line-height: 72px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.section-7 > div .technical-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}
.section-7 > div .technical-specs-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-7 > div .technical-specs-item .icon {
  font-size: 120px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-7 > div .technical-specs-item .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #a65a49;
}
.section-7 > div .technical-specs-item .value {
  font-size: 24px;
  font-weight: 500;
  color: #545759;
}
.section-7 > div .btn-boat-line {
  display: block;
  width: 300px;
  margin: 30px auto 0;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  color: #a65a49;
  border: 1px solid #a65a49;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.section-7 > div .btn-boat-line:hover {
  background-color: #a65a49;
  color: #fff;
}
.section-7 > div .additionalSpecifications {
  max-width: 800px;
  margin: 40px auto 0;
}
.section-7 > div .additionalSpecifications.hide {
  display: none;
}
.section-7 > div .additionalSpecifications .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.section-7 > div .additionalSpecifications .item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.section-7 > div .additionalSpecifications .label {
  color: #545759;
  font-size: 16px;
}
.section-7 > div .additionalSpecifications .value {
  color: #545759;
  font-size: 16px;
  font-weight: 500;
}
.section-7 > div .additionalSpecifications .asterisk {
  margin-top: 30px;
  font-size: 12px;
  font-style: italic;
  color: #999;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .section-7 > div .technical-specs {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-7 > div .additionalSpecifications .list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .section-7 > div .technical-specs {
    grid-template-columns: 1fr;
  }
  .section-7 > div h3.boat-sub-title {
    font-size: 36px;
  }
}

.fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: none;
}
.fullscreen-modal.active {
  display: flex;
}
.fullscreen-modal .modal-content {
  position: relative;
  width: 90%;
  height: 85%;
  display: flex;
  flex-direction: column;
}
.fullscreen-modal .modal-image-container {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.fullscreen-modal .modal-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.fullscreen-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  outline: none;
}
.fullscreen-modal .navigation-btns {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}
.fullscreen-modal .nav-btn {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  margin: 0 20px;
  transition: background 0.3s ease;
}
.fullscreen-modal .nav-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.fullscreen-modal .image-counter {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
}
.fullscreen-modal .image-caption {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  font-family: "avenir-light", sans-serif;
}/*# sourceMappingURL=styles.css.map */