lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.\!container{width:100%!important}.container{width:100%}@media (min-width:414px){.\!container{max-width:414px!important}.container{max-width:414px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1440px){.\!container{max-width:1440px!important}.container{max-width:1440px}}@media (min-width:1600px){.\!container{max-width:1600px!important}.container{max-width:1600px}}@media (min-width:1800px){.\!container{max-width:1800px!important}.container{max-width:1800px}}:root{--scrollBarWidth:16px}.hero-product{color:#fff;display:flex;min-height:calc(100vh - var(--wp-admin--admin-bar--height));min-height:calc(var(--vh, 1vh)*100 - var(--wp-admin--admin-bar--height));padding:8.75rem 0 6rem;position:relative}.site--dufour .hero-product{padding:8.75rem 0 8rem}.site--dufour .hero-product h1{color:#fff;font-family:Gotham-Book,sans-serif;font-size:2rem;font-style:normal;font-weight:400;line-height:100%;margin-bottom:24px}@media screen and (min-width:768px){.site--dufour .hero-product h1{font-size:3.5rem}}.site--dufour .hero-product h1 strong{font-family:Gotham,sans-serif;font-size:3.5rem;font-weight:700;line-height:100%}@media screen and (min-width:768px){.site--dufour .hero-product h1 strong{font-size:5rem}.hero-product{padding:8.75rem 0 10rem}.site--dufour .hero-product{padding:8.75rem 0 7rem}}@media screen and (min-width:1280px){.hero-product{min-height:calc(100vh - 2rem - var(--wp-admin--admin-bar--height));min-height:calc(var(--vh, 1vh)*100 - 2rem - var(--wp-admin--admin-bar--height));padding-top:11.25rem}.site--motor .hero-product{min-height:100dvh}}.hero-product .full-width-img{margin:0 -2rem}@media screen and (min-width:1280px){.hero-product .full-width-img{margin:0 -10rem}}.hero-product__breadcrumb{position:absolute;top:-2.25rem}.site--dufour .hero-product__breadcrumb,.site--motor .hero-product__breadcrumb{top:0}.hero-product__description{color:#fff;font-family:Gotham-Book,sans-serif;font-size:1.25rem;font-style:normal;font-weight:400;line-height:120%}@media screen and (min-width:1280px){.hero-product__description{font-size:1.5rem}}.hero-product__deco{bottom:0;display:block;position:absolute;right:0;z-index:1}.hero-product__version-switch{bottom:0;height:72px;position:absolute;right:0;width:372px;z-index:2}@media screen and (min-width:768px){.hero-product__version-switch{height:80px;width:431px}}.hero-product__version-switch svg{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.hero-product__version-switch-inner{align-items:center;bottom:13px;display:flex;gap:16px;height:40px;position:absolute;right:48px;width:200px;z-index:3}@media screen and (min-width:768px){.hero-product__version-switch-inner{bottom:20px}}.hero-product__version-switch-label{color:#fff;font-family:Texta-Bold,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:100%}.hero-product__version-switch-toggle{background-color:#c7786f;border-radius:40px;cursor:pointer;display:block;flex-shrink:0;height:40px;position:relative;width:72px}.hero-product__version-switch-toggle--power .hero-product__version-switch-knob{transform:translateX(32px)}.hero-product__version-switch-knob{background:#fff;border-radius:50%;height:32px;left:4px;position:absolute;top:4px;transform:translateX(0);transition:transform .2s ease;width:32px}.hero-product__version-label{color:#fff;font-family:Bodoni-Moda,sans-serif;font-size:1.75rem;font-style:normal;font-weight:400;line-height:120%;margin-top:4px;text-transform:uppercase}@media screen and (max-width:767px){.hero-product__version-label{font-size:1.125rem}}.hero-product__ctas{bottom:-6rem;display:flex;position:absolute;right:-2rem}@media screen and (min-width:768px){.hero-product__ctas{bottom:-10rem}}@media screen and (max-width:767px){.hero-product__ctas{left:-2rem}}@media screen and (min-width:1280px){.hero-product__ctas{right:-6.25rem}}.hero-product__number{bottom:14.0625rem;color:#fff;font-family:sweet-sans-pro,sans-serif;font-size:6rem;font-weight:600;line-height:1;mix-blend-mode:overlay;opacity:.5;position:absolute;right:0}@media screen and (min-width:768px){.hero-product__number{font-size:13.125rem;right:0}.hero-product__number span{font-size:10.625rem}}.hero-product:after{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent 40%);content:"";inset:0;position:absolute}@media screen and (min-width:768px){.hero-product:after{background-image:linear-gradient(90deg,rgba(0,0,0,.2) 0,transparent)}}.hero-product:before{background-image:linear-gradient(180deg,rgba(0,0,0,.2),transparent);content:"";height:7.625rem;left:0;position:absolute;right:0;top:0;z-index:2}.hero-product__bg{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top 50% right 25%;object-position:top 50% right 25%;position:absolute;top:0;width:100%}@media screen and (min-width:768px){.hero-product__bg{-o-object-position:top 50% right 14%;object-position:top 50% right 14%}}.hero-product .title-sans span{font-style:normal;margin-bottom:-.75rem}@media screen and (min-width:768px){.hero-product .title-sans span{margin-bottom:-1.25rem}}@media screen and (min-width:1024px)and (min-height:1000px){.hero-product{min-height:55rem}.site--dufour .hero-product{min-height:calc(100vh - var(--wp-admin--admin-bar--height))}}@media screen and (min-width:1024px)and (min-height:1000px)and (min-width:1280px){.site--dufour .hero-product{min-height:calc(100vh - 2rem - var(--wp-admin--admin-bar--height));min-height:calc(var(--vh, 1vh)*100 - 2rem - var(--wp-admin--admin-bar--height));padding-top:11.25rem}}.site--dufour .hero-product .hero-product-cta__mobile{bottom:-2px}.site--dufour .hero-product .hero-product-cta__mobile-wave{filter:drop-shadow(0 2px 0 #fff)}.site--dufour .hero-product .hero-product-cta__desktop{bottom:-2px}.site--dufour .hero-product .hero-product-cta__desktop-wave{filter:drop-shadow(0 2px 0 #fff)}.page-nav__panel-mobile{background:#fff;color:#001b25;top:var(--wp-admin--admin-bar--height);visibility:hidden}.page-nav__summary{display:none;height:50px}.page-nav__summary span{align-items:center;border-bottom:5px solid #edeae8;display:flex;height:100%;justify-content:right;padding-right:16px;width:50%}.page-nav__summary span:first-child{border-bottom:5px solid #001b25;justify-content:left;padding-left:24px}.page-nav__summary svg.close,.page-nav__summary.is-opened svg.summary{display:none}.page-nav__summary.is-opened svg.close{display:block}@media screen and (max-width:1279px){.page-nav__summary{align-items:center;display:flex;justify-content:space-between;width:100%}}.page-nav__nav.yacht li.is-active{border-bottom:5px solid #a6464c;color:#a6464c}.page-nav__nav{align-items:center;background:#fff;border-bottom:1px solid #dedede;display:flex;font-size:16px;gap:40px;height:80px;padding:0 60px}.site--motor .page-nav__nav{color:#afa69e;font-family:Texta-Bold,sans-serif;font-weight:700;letter-spacing:0;line-height:100%}.site--dufour .page-nav__nav{font-size:12px}@media screen and (max-width:1279px){.page-nav__nav{align-items:flex-start;flex-direction:column;gap:0;height:0;opacity:0;overflow:hidden;padding:0;transition:opacity .5s ease-in-out,height .5s ease-in-out}}.page-nav__nav.is-opened{height:auto;opacity:1;visibility:visible}.page-nav__nav li{align-items:center;cursor:pointer;height:100%;line-height:22.48px}.site--dufour .page-nav__nav li{color:#7c7679;font-family:Gotham-Medium,sans-serif;font-weight:500;letter-spacing:10%;line-height:100%;text-transform:uppercase}.site--dufour .page-nav__nav li:hover{color:#383836}@media screen and (max-width:1279px){.page-nav__nav li{height:64px;padding-left:24px;padding-right:16px;width:100%}}.page-nav__nav li.is-active{border-bottom:5px solid #e9473f;color:#e9473f}.site--dufour .page-nav__nav li.is-active{border-color:#383836;color:#383836}@media screen and (max-width:1279px){.page-nav__nav li.is-active{background:#e9473f;border-bottom:none;color:#fff}.site--dufour .page-nav__nav li.is-active{background:#383836;border-bottom:none;color:#fff}}.site--motor .page-nav__nav li.is-active{border-color:#001b25;color:#001b25}@media screen and (max-width:1279px){.site--motor .page-nav__nav li.is-active{background:#001b25;color:#fff}}.page-nav__nav--second{display:flex}.page-nav__nav--second li .button{height:100%;padding:0 40px;width:240px}.site--motor .page-nav__nav--second li .button{width:100%}.site--motor .page-nav__nav--second li .button.cta{color:#001b25}.site--dufour .page-nav__nav--second li .button{width:200px}.site--dufour .page-nav__nav--second li:nth-child(2) .button{width:255px}.site--dufour .page-nav__nav--second li:first-child{background:#fff}@media screen and (max-width:1279px){.page-nav__nav--second{display:none}}.page-nav.is-visible .page-nav__panel-mobile{transform:translateY(0);visibility:visible}.page-nav__panel-mobile-bottom{bottom:0;display:flex;height:56px;transform:translateY(100%);visibility:hidden;width:100%}.page-nav.is-ready .page-nav__panel-mobile,.page-nav.is-ready .page-nav__panel-mobile-bottom{transition:transform .4s ease-in-out,visibility .4s ease-in-out}.page-nav__panel-mobile-bottom>*{flex:1}@media screen and (max-width:1279px){.page-nav.is-visible .page-nav__panel-mobile-bottom{transform:translateY(0);visibility:visible}}.product-top{position:relative;z-index:1}.product-top.yacht{background:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/pattern-gradient-yacht.svg);background-repeat:no-repeat;background-size:cover}.product-top .slice:last-child{margin-bottom:0}.product-top:before{content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.site--dufour .product-top.is-elec{background-color:#d2e6ed}.site--sailing .product-top:before{background:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/pattern-gradient.svg) repeat-x;background-position:top -10rem left;background-size:auto 36.25rem;height:28.75rem}.site--sailing .product-top.yacht:before{background:none}.site--sailing .product-top.is-elec{background-color:#d2e6ed}.site--sailing .product-top.is-elec .double-img-complex{background-color:#fff;padding-top:5rem}.site--sailing .product-top.is-elec:before{background:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/pattern-waves.png) repeat-x;background-size:auto 36.25rem;height:31.25rem}.site--sailing .product-top.is-elec:after{background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#d2e6ed);content:"";height:31.25rem;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:-1}.site--motor .product-top__inner:after,.site--motor .product-top__inner:before{bottom:-17.5rem;content:"";left:0;padding-top:67%;pointer-events:none;position:absolute;right:0}.site--motor.couach .product-top:after{background-image:linear-gradient(180deg,rgba(58,48,51,0),#3a3033)}.site--motor.couach .product-top__inner:after{background-image:linear-gradient(180deg,rgba(58,48,51,0),rgba(58,48,51,.5))}.product-middle{padding-top:6.25rem}.site--motor .product-middle{padding-top:3.125rem}.site--motor .product-middle .slice--padding:last-child.bg-xdark-blue{padding-bottom:0}.site--motor.couach .product-middle{background-color:#3a3033;background-image:none}.site--sailing .product-middle{padding-top:3.125rem}.site--sailing .product-middle .slice--padding:last-child.bg-light-cream{padding-bottom:0}.product-middle .virtual-tour:last-child{margin-bottom:0}.accordion__content{height:0;overflow:hidden;position:relative;transition:height .3s ease-in-out}.accordion__content.has-overflow{overflow:visible}@media screen and (max-width:767px){.accordion__content-mobile{height:0;overflow:hidden;position:relative;transition:height .3s ease-in-out}}@media screen and (min-width:768px){.accordion__content-desktop{height:0;overflow:hidden;position:relative;transition:height .3s ease-in-out}}.card{align-items:flex-start;background-color:#fff;color:#001b25;display:flex;flex-direction:column;justify-content:space-between;min-height:35rem;overflow:hidden;padding:2rem;position:relative;transition:color .4s ease-in-out;width:100%}.site--motor .card{background-color:#e6bfb7}.site--dufour .card{background:linear-gradient(180deg,#383836,#383836);padding:2.5rem}.card .paragraph{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.slider-stories .card{box-shadow:0 0 10px 0 rgba(161,169,180,.2)}.site--dufour .slider-stories .card{box-shadow:none}@media screen and (min-width:768px){.card{min-height:40rem}.site--motor .card{height:32.375rem;min-height:32.375rem}.site--dufour .card{min-height:32.25rem}}@media screen and (min-width:1024px)and (max-width:1279px){.card{padding:1.5rem}}.card .title-sans{transition:color .4s ease-in-out}.card .chapo svg{fill:currentColor}.card .chapo--small{line-height:1.2}.card__author{border:1px dotted #fff;border-radius:50%;flex-shrink:0;height:3.5rem;margin-right:1rem;width:3.5rem}.card__author-wrap{height:2.8125rem;width:2.8125rem}.card__author img{border-radius:50%}.site--dufour .card__author{border:1px solid #ed6b6a}.card__pic{margin:2.5rem auto 0;transition:transform .4s ease-in-out}.site--motor .card__pic{margin:2.5rem 0 0}.card__pic--mag{max-width:15.625rem}.card__icon{background-color:#1e80a4;border-radius:50%;height:2.8125rem;position:relative;top:-.5rem;width:2.8125rem}.card__bg{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .4s ease-in-out,opacity .4s ease-in-out;width:100%}.card:after,.card:before{content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .4s ease-in-out}.card:after{background-image:linear-gradient(180deg,rgba(19,20,21,.2),#001b25)}.site--motor .card:after{background:linear-gradient(180deg,transparent,hsla(0,0%,40%,.2)),linear-gradient(180deg,hsla(6,44%,61%,0),hsla(2,63%,63%,.5) 50.96%);opacity:.7}.card:before{background-color:rgba(0,27,37,.2);z-index:1}@media screen and (min-width:1280px){.card .paragraph{padding-right:2rem}}.card--bg{border-radius:.5rem;color:#fff}.site--motor .card--bg{border-radius:0}.card--bg:after,.card--bg:hover:before{opacity:1}.card--bg:hover .card__bg{transform:scale(1.025)}.card--expertise{border-radius:0;justify-content:flex-end;text-align:center}.card--expertise:after,.card--expertise:before{display:none}.card--expertise .card__content{width:100%}@media screen and (min-width:1280px){.card--expertise .card__content{padding:0 1.25rem}.site--dufour .card--expertise .card__content{padding:0}}.card--expertise .card__content:before{bottom:-2rem;content:"";height:21.875rem;left:-2rem;position:absolute;right:-2rem;z-index:-1}.card--events .cta{color:currentColor}.card--contest{background-color:#001b25;color:#fff}.card:hover .card__pic{transform:scale(1.025)}.card--podcast{border-radius:.5rem}.card--podcast__bg{left:0;position:absolute;top:16%;width:100%}.site--corpo .card__content:before{background-image:linear-gradient(180deg,hsla(28,13%,65%,0),#001b25)}.site--sailing .card__icon{background-color:#e9473f}.site--sailing .card__content:before{background-image:linear-gradient(180deg,hsla(28,13%,65%,0),#b5a79b)}.site--sailing .card--webinar{background-color:#afa69e;color:#fff}.site--sailing .card--podcast{background-color:#e9473f;color:#fff}.site--sailing .card--podcast .card__icon{background-color:#001b25}.site--sailing .card--event{background-color:#dbd6d1}.site--motor .card--podcast,.site--motor .card--webinar{background-color:#1e80a4;color:#fff}.site--motor .card--podcast .card__icon{background-color:#001b25}.site--motor .card--event{background-color:#85707a;color:#fff}.site--motor .card__content:before{background-image:linear-gradient(180deg,hsla(28,13%,65%,0),#001b25)}.site--motor .card__video-play{pointer-events:none;position:absolute;right:1.1875rem;top:1.1875rem;z-index:3}.site--motor .card--motor-mag{background-color:#a6464c;overflow:hidden;position:relative}.site--motor .card__pic--motor-mag{height:18.375rem;-o-object-fit:cover;object-fit:cover;position:relative;width:12.875rem;z-index:1}.site--motor .card--motor-mag__deco{pointer-events:none;position:absolute;right:0;top:0;z-index:0}.site--motor .events .card:after{background:linear-gradient(180deg,transparent,hsla(0,0%,40%,.2));opacity:.7}.site--motor .events .card:before{background-color:#001b25;opacity:.6}.site--corpo .card__icon{background-color:#001b25}.site--corpo .card--webinar{background-color:#e9473f;color:#fff}.site--corpo .card--event{background-color:#cad0d8}.site--corpo .card--podcast{background-color:#001b25;color:#fff}.site--corpo .card--podcast__bg{opacity:.3}.site--dufour .card--bg{border-radius:8px 8px 48px 8px}.site--dufour .card:after{background:linear-gradient(180deg,rgba(56,56,54,0) 45%,#383836 99%)}.site--dufour .card .title-serif{font-feature-settings:"liga" off,"clig" off;color:#fff;font-family:Gotham-Book,sans-serif;font-size:1.5rem;font-style:normal;font-weight:325;line-height:120%}.site--dufour .card .text-15{font-feature-settings:"liga" off,"clig" off;color:#fff;font-family:Gotham,sans-serif;font-size:.75rem;font-style:normal;font-weight:325;line-height:200%}.features-bar{margin-top:-1.5rem;padding-bottom:1.5rem}@media screen and (min-width:768px){.features-bar{margin-top:-.75rem}}.features-bar__inner{box-shadow:0 2px 10px 0 rgba(0,0,0,.1)}.site--motor .features-bar__inner{background:#fff;border:1px solid #eae0d4;border-radius:0 64px 64px 0;box-shadow:none;overflow:hidden}@media screen and (max-width:767px){.site--motor .features-bar__inner{border-radius:0}}.site--dufour .features-bar__inner{border-radius:48px 0 48px 0;box-shadow:none}.features-bar__title{font-family:sweet-sans-pro,sans-serif;font-size:2rem;font-weight:600;line-height:1.2;white-space:nowrap}.site--motor .features-bar__title{font-family:Texta-Regular,sans-serif;font-size:1.75rem;font-weight:400;line-height:140%}.site--motor .features-bar__title .unit{font-size:1.125rem}.site--dufour .features-bar__title{font-weight:325;margin-bottom:.125rem}@media screen and (min-width:768px){.site--dufour .features-bar__title{margin-bottom:.625rem}}.features-bar__title span:last-child,.features-bar__title span:nth-last-child(3){font-size:.875rem}@media screen and (min-width:768px){.features-bar__title{font-size:2.5rem}.features-bar__title span:last-child,.features-bar__title span:nth-last-child(3){font-size:1.25rem}.site--dufour .features-bar__title span:last-child,.site--dufour .features-bar__title span:nth-last-child(3){font-size:1.5rem;font-weight:300}}.features-bar__txt{font-size:.9375rem;line-height:1.33}.site--motor .features-bar__txt{font-family:Texta-Book,sans-serif;font-size:1rem;font-weight:350;line-height:140%}.site--dufour .features-bar__txt{font-weight:350}@media screen and (min-width:1280px){.site--dufour .features-bar__txt{min-height:2.66em}}.features-bar__right{flex-shrink:0}@media screen and (min-width:1280px){.site--dufour .features-bar__right>.button-vertical--cream-dufour:first-child{box-shadow:inset 1px 0 0 #fff}}@media screen and (max-width:767px){.site--motor .features-bar__right{margin-top:0}.site--motor .features-bar__right>*{flex:1}.site--motor .features-bar__right>:first-child{border-right:1px solid #eae0d4}}@media screen and (max-width:1023px){.features-bar__right{margin-top:1px}}.features-bar__left{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.site--dufour .features-bar__left{border-radius:48px 0 0 0}@media screen and (min-width:1280px){.site--dufour .features-bar__left{align-items:stretch}}@media screen and (max-width:767px){.site--motor .features-bar__left{padding:0}}@media screen and (min-width:1280px){.site--motor .features-bar__left{align-items:stretch}}@media screen and (max-width:767px){.features-bar__left{align-items:flex-start;flex-wrap:wrap;padding:1rem .625rem .5rem}}@media screen and (min-width:768px)and (max-width:1023px){.features-bar__left{padding:1.5rem 1rem}}@media screen and (min-width:1280px){.features-bar__left{padding:0 2rem}.site--motor .features-bar__left{padding:0}}@media screen and (min-width:1024px)and (max-width:1279px){.features-bar__left{flex-wrap:wrap;padding:0 2rem .75rem}}.features-bar__item{display:flex;justify-content:center;padding:0 .625rem 1rem;width:50%}@media screen and (min-width:768px){.features-bar__item{padding:0 .25rem;width:auto}}@media screen and (min-width:1024px)and (max-width:1279px){.features-bar__item{justify-content:flex-start;width:50%}}@media screen and (min-width:1280px){.site--dufour .features-bar__item{align-items:center;flex:1 1 0;padding:0 1.5rem;position:relative;text-align:center;width:auto}.site--dufour .features-bar__item:after{background-color:#fff;bottom:0;content:"";position:absolute;right:0;top:0;width:1px}.site--dufour .features-bar__item:last-child:after{content:none}}@media screen and (max-width:767px){.site--motor .features-bar__item{border-bottom:1px solid #eae0d4;padding:1.25rem .625rem;text-align:center}.site--motor .features-bar__item:nth-child(odd){border-right:1px solid #eae0d4}.site--motor .features-bar__item:nth-child(odd):last-child{border-right:none;width:100%}}@media screen and (min-width:1280px){.site--motor .features-bar__item{align-items:center;flex:1 1 0;padding:0 1.5rem;position:relative;text-align:left;width:auto}.site--motor .features-bar__item:after{background-color:#eae0d4;bottom:0;content:"";position:absolute;right:0;top:0;width:1px}}.features-bar__elec{background-color:#fff;color:#001b25;flex-shrink:0;font-size:1rem;font-weight:500;line-height:1.13;padding:2rem 1.75rem;text-align:center}.site--dufour .features-bar__elec{background-color:#b0def1;border-radius:0 0 48px 0;color:#383836}@media screen and (max-width:767px){.features-bar__elec{padding:1rem 1.75rem;width:100%}}.features-bar__switch{display:inline-block;height:2.5rem;margin:0 auto;position:relative;width:4.5rem}.features-bar__switch input{height:0;opacity:0;width:0}.features-bar__switch input:checked+span:before{background-color:#1e80a4;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGZpbHRlciB4PSItMS4zJSIgeT0iLTExLjclIiB3aWR0aD0iMTAyLjYlIiBoZWlnaHQ9IjEyNi43JSIgZmlsdGVyVW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBpZD0iYSI+PGZlT2Zmc2V0IGR5PSIyIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNSIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjEgMCIgaW49InNoYWRvd0JsdXJPdXRlcjEiIHJlc3VsdD0ic2hhZG93TWF0cml4T3V0ZXIxIi8+PGZlTWVyZ2U+PGZlTWVyZ2VOb2RlIGluPSJzaGFkb3dNYXRyaXhPdXRlcjEiLz48ZmVNZXJnZU5vZGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZlTWVyZ2U+PC9maWx0ZXI+PC9kZWZzPjxnIGZpbHRlcj0idXJsKCNhKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNTIgLTYzKSIgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTExNTguNzY1IDcwLjQ5SDExNjRMMTE1NC40OTcgODNsMi4wMTMtOC4xMDhIMTE1MkwxMTU5LjQxIDYzeiIvPjwvZz48L3N2Zz4=");transform:translateX(2rem)}.features-bar__switch span{background-color:#edf2f9;border-radius:2.5rem;cursor:pointer;inset:0;position:absolute;transition:background-color .4s ease-in-out}.features-bar__switch span:before{background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIuMDY4IiBoZWlnaHQ9IjIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmaWx0ZXIgeD0iLTEuMyUiIHk9Ii0xMS43JSIgd2lkdGg9IjEwMi42JSIgaGVpZ2h0PSIxMjYuNyUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImEiPjxmZU9mZnNldCBkeT0iMiIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUiIGluPSJzaGFkb3dPZmZzZXRPdXRlcjEiIHJlc3VsdD0ic2hhZG93Qmx1ck91dGVyMSIvPjxmZUNvbG9yTWF0cml4IHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xIDAiIGluPSJzaGFkb3dCbHVyT3V0ZXIxIiByZXN1bHQ9InNoYWRvd01hdHJpeE91dGVyMSIvPjxmZU1lcmdlPjxmZU1lcmdlTm9kZSBpbj0ic2hhZG93TWF0cml4T3V0ZXIxIi8+PGZlTWVyZ2VOb2RlIGluPSJTb3VyY2VHcmFwaGljIi8+PC9mZU1lcmdlPjwvZmlsdGVyPjwvZGVmcz48ZyBmaWx0ZXI9InVybCgjYSkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTE5Ljk2NiAtNjMpIiBmaWxsPSIjQ0FEMEQ4Ij48cGF0aCBkPSJtMTEyMC43MiA2Ny4xNzMgMTEuMzE0IDExLjMxNC0uNzU0Ljc1NC0zLjM3LTMuMzY5LTUuNDEzIDcuMTI4IDIuMDEzLTguMTA4SDExMjBsMi42NTktNC4yNzEtMi42OTMtMi42OTQuNzU0LS43NTR6bTYuNjktNC4xNzMtLjY0NSA3LjQ5SDExMzJsLTIuODQ4IDMuNzQ4LTUuMzg4LTUuMzg4IDMuNjQ1LTUuODV6Ii8+PC9nPjwvc3ZnPg==");background-position:50%;background-repeat:no-repeat;border-radius:50%;box-shadow:2px 0 4px 0 rgba(161,169,180,.5);content:"";height:2rem;left:.25rem;position:absolute;top:.25rem;transition:transform .4s ease-in-out,background-color .4s ease-in-out;width:2rem}.features-bar__switch.yacht span:before{background-color:#a6464c}.features__tab-toggle{flex-shrink:0;font-size:1.25rem;height:5rem;line-height:1.6;padding:1rem 2rem;transition:background-color .4s ease-in-out,color .4s ease-in-out}.site--dufour .features__tab-toggle{font-weight:700}.features__tab-toggle span{font-family:"Silk Serif",serif;font-style:italic;pointer-events:none}.site--dufour .features__tab-toggle span{font-family:Gotham,sans-serif;font-style:normal;font-weight:325}.features .tabs__panel{right:0}.features__table{border:1px solid #a1a9b4}.site--motor .features__table{border:1px solid #eae0d4}.features__table-top{border-bottom:1px solid #a1a9b4;line-height:1.4;padding:.75rem 1.5rem}.site--motor .features__table-top{border-bottom:1px solid #eae0d4}.features__table-top .title-sans span{display:inline}.features__title{color:#a1a9b4;font-size:.9375rem;line-height:1.33}.site--motor .features__title{color:#c7786f;font-family:Texta-Book,sans-serif;font-size:1rem;font-weight:350;letter-spacing:0;line-height:140%}.site--dufour .features__title{font-size:.938rem;line-height:110%;text-transform:uppercase}@media screen and (min-width:768px){.site--dufour .features__title{font-size:.688rem}}.features__item{border-bottom:1px solid #a1a9b4;padding:.75rem 1.5rem .5rem;width:100%}.site--motor .features__item{border-bottom:1px solid #eae0d4}.site--dufour .features__item{padding:1.5rem}.features__item:last-child{border-bottom:0}@media screen and (min-width:768px){.features__item{width:50%}.features__item:nth-child(odd){border-right:1px solid #a1a9b4}.site--motor .features__item:nth-child(odd){border-right:1px solid #eae0d4}.site--dufour .features__item:nth-child(odd){border-right:1px solid #decbc3}.features__item:last-child,.features__item:nth-last-child(2):nth-child(odd){border-bottom:none}}.features__value{font-family:sweet-sans-pro,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2}.site--motor .features__value{font-family:Texta-Book,sans-serif;font-size:1.75rem;font-weight:350;letter-spacing:0;line-height:110%}.site--motor .features__value span{font-family:Texta-Regular,sans-serif;font-size:1.125rem;font-weight:400;letter-spacing:0;line-height:140%}.features__value--architect{font-size:1.25rem}.features__value span:last-child,.features__value span:nth-last-child(3){font-size:.875rem}.features__value.is-hidden{display:none}.features__grid{background-image:url(/wp-content/themes/fountaine-pajot/assets/images/motor/grid-product.png);background-position:100% 0;background-size:5.75rem 5.75rem;margin:0 -2rem;overflow:hidden;padding-bottom:3rem;position:relative}.features__grid p{margin-bottom:1.75rem;padding:3.5rem 5.875rem 0;text-align:center}@media screen and (min-width:1024px){.features__grid{margin-right:0}}@media screen and (min-width:1280px){.features__grid{margin-left:-6.25rem;margin-right:4rem}.features__grid p{padding-left:10.125rem;padding-right:10.125rem}}.features__nav{justify-content:space-between;left:2rem;position:absolute;right:2rem;top:3.5rem}@media screen and (min-width:1280px){.features__nav{left:6.25rem;right:6.25rem}}.features img{margin:0 auto;width:calc(100% - 110px)}@media screen and (min-width:768px){.features img{width:calc(100% - 180px)}}@media screen and (min-width:768px)and (max-width:1023px){.features img{max-width:25rem}}@media screen and (min-width:1024px){.features img{max-width:25rem}}@media screen and (min-width:768px){.features .button,body.wp-admin #editor .wp-block .features .button{width:50%}.features .button:first-child,body.wp-admin #editor .wp-block .features .button:first-child{margin-right:1px}}.features .swiper-button{background-color:#001b25;border:none;border-radius:0;height:2.375rem;position:relative;width:2.375rem;z-index:3}.site--dufour .features .swiper-button{background-color:#b99d92;border-radius:50%}.features .swiper-button svg{fill:#fff}.features .swiper-button:hover{background-color:#decbc3}.site--sailing .features .simplebar-scrollbar:before{background-color:#afa69e}.site--sailing .features__tab-toggle{background-color:#faf6f2;color:#afa69e}.site--sailing .features__tab-toggle.is-active,.site--sailing .features__tab-toggle:hover{background-color:#e9473f;color:#fff}.site--sailing .features__tab-toggle.is-active.yacht,.site--sailing .features__tab-toggle:hover.yacht{background-color:#a6464c}.site--sailing .features .switch{color:#dbd6d1}.site--sailing .features .switch span{background-color:hsla(30,12%,84%,.5)}.site--sailing .features .switch span:before{background-color:#e9473f}.site--sailing .features .switch span.yacht:before{background-color:#a6464c}.site--sailing .features .switch input+p{color:#001b25}.site--sailing .features .switch input:checked+p{color:#dbd6d1}.site--sailing .features .switch input:checked+p+span+p{color:#001b25}.site--sailing .features__title{color:#afa69e}.site--sailing .features__item,.site--sailing .features__table,.site--sailing .features__table-top{border-color:#dbd6d1}.site--sailing .features__grid{background-image:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/grid-product.png)}.site--sailing .features .swiper-button svg{fill:#fff}.site--dufour .features .simplebar-scrollbar:before{background-color:#afa69e}.site--dufour .features__tab-toggle{background-color:#f2eae7;color:#383836}.site--dufour .features__tab-toggle:hover{background-color:#decbc3;color:#383836}.site--dufour .features__tab-toggle.is-active{background-color:#383836;color:#f5ede1}.site--dufour .features .switch{color:#dbd6d1}.site--dufour .features .switch span{background-color:#b99d92}.site--dufour .features .switch span:before{background-color:#fff}.site--dufour .features .switch input+p{color:#001b25}.site--dufour .features .switch input:checked+p{color:#dbd6d1}.site--dufour .features .switch input:checked+p+span+p{color:#001b25}.site--dufour .features__title{color:#7c7679;font-weight:350;margin-bottom:.5rem}.site--dufour .features__value{color:#383836;font-family:Gotham-Book,sans-serif;font-size:2rem;font-weight:400;line-height:110%}@media screen and (min-width:768px){.site--dufour .features__value{font-size:2.5rem}}.site--dufour .features__value span:last-child{font-size:.875rem}@media screen and (min-width:768px){.site--dufour .features__value span:last-child{font-size:1.5rem}}.site--dufour .features__item,.site--dufour .features__table,.site--dufour .features__table-top{border-color:#decbc3}.site--dufour .features__table-top .title-sans{color:#383836;font-weight:325}.site--dufour .features__table-top p{color:#383836}.site--dufour .features__table{border-radius:48px 0 0 0;text-align:center}.site--dufour .features__table-top{background-color:#f2eae7;border-radius:48px 0 0 0}.site--dufour .features__grid{background-image:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/grid-product.png)}.site--dufour .features .swiper-button svg{fill:#fff}.site--motor .features__tab-toggle{background-color:#fff;border-bottom:1px solid #afa69e;border-right:1px solid #afa69e;border-top:1px solid #afa69e;color:#afa69e;font-family:Texta-Regular,sans-serif;font-size:1.125rem;font-weight:400;letter-spacing:0;line-height:140%}.site--motor .features__tab-toggle span{font-family:Bodoni-Moda,sans-serif;font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:120%;text-transform:uppercase}.site--motor .features__tab-toggle.is-active,.site--motor .features__tab-toggle:hover{background-color:#a6464c;color:#fff}.site--motor .features .switch{color:#afa69e}.site--motor .features .switch span{background-color:#eae0d4}.site--motor .features .switch span:before{background-color:#fff}.site--motor .features .switch input+p{color:#001b25}.site--motor .features .switch input:checked+p{color:#afa69e}.site--motor .features .switch input:checked+p+span+p{color:#001b25}.features.is-elec{background-color:#d2e6ed;margin-bottom:0;padding:4rem 0}@media screen and (min-width:768px){.features.is-elec{padding:6rem 0}}.features.is-elec .simplebar-scrollbar:before{background-color:#001b25}.features.is-elec .features__tab-toggle{background-color:#fff}.features.is-elec .features__tab-toggle.is-active,.features.is-elec .features__tab-toggle:hover{background-color:#1e80a4}.features.is-elec .features__title{color:#a1a9b4}.features.is-elec .features__item,.features.is-elec .features__table,.features.is-elec .features__table-top{border-color:#b5c8cf}.features.is-elec .features__grid{background-image:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/grid-product-elec.png)}.features.is-elec .switch{color:#a1a9b4}.features.is-elec .switch span{background-color:rgba(161,169,180,.5)}.features.is-elec .switch span:before{background-color:#1e80a4}.features.is-elec .switch input+p{color:#001b25}.features.is-elec .switch input:checked+p{color:#a1a9b4}.features.is-elec .switch input:checked+p+span+p{color:#001b25}.features-elec{display:none;margin-top:-3.5rem}.is-elec .features-elec{display:block}.features-elec__title{align-items:center;background-color:#1e80a4;color:#fff;display:flex;justify-content:center;padding:1.5rem;text-align:center}.features-elec__title .icon{border:1px solid #fff;border-radius:50%;height:2rem;margin-left:1rem;width:2rem}.features-elec-table{border:1px solid #b5c8cf}@media screen and (min-width:768px){.features-elec-table{display:flex}}.features-elec-table--dark{background-color:rgba(30,128,164,.1)}@media screen and (max-width:767px){.features-elec-table__left{border-bottom:1px solid #b5c8cf;padding:1rem;text-align:center}}@media screen and (min-width:768px){.features-elec-table__left{border-right:1px solid #b5c8cf;flex-shrink:0;position:relative;width:5rem}.features-elec-table__left p{left:2rem;position:absolute;top:50%;transform:rotate(-90deg) translateX(-50%);transform-origin:0 0;white-space:nowrap}}.features-elec-table__line{min-height:5rem;padding:1rem 1.5rem;width:100%}.features-elec-table__line:not(:last-child){border-bottom:1px solid #b5c8cf}@media screen and (min-width:768px){.features-elec-table__line{align-items:center;display:flex}}.features-elec-table__title{font-size:1.0625rem;line-height:1.3;padding-right:1rem;width:60%}.features-elec-table__value{font-family:sweet-sans-pro,sans-serif;font-size:2rem;font-weight:600;line-height:1;width:40%}.features-elec-table__value span{font-size:.875rem}.spaces .switch{position:absolute;right:1.5rem;top:1.5rem;z-index:3}@media screen and (max-width:767px){.spaces .switch{right:.5rem;top:.5rem}.spaces .switch span{height:1.75rem;width:3.25rem}.spaces .switch span:before{height:1.375rem;left:.1875rem;top:.1875rem;width:1.375rem}.spaces .switch input:checked+p+span:before{transform:translateX(1.5rem)}}.spaces .title-serif-italic{line-height:.75}.spaces__nav{justify-content:space-between;left:1.5rem;pointer-events:none;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);z-index:3}.spaces__nav .swiper-button{pointer-events:auto}.site--motor .spaces .spaces-toggle{display:flex}.site--motor .spaces .spaces-toggle__btn{align-items:center;background:#fff;border:1px solid #afa69e;color:#afa69e;cursor:pointer;display:flex;font-family:Texta-Bold,sans-serif;font-size:1rem;font-weight:700;gap:.25rem;line-height:1;padding:1.5rem 2rem}.site--motor .spaces .spaces-toggle__btn:not(:last-child){border-right:none}.site--motor .spaces .spaces-toggle__btn--active{background:#a6464c;color:#fff}.site--motor .spaces .switch{color:#cad0d8}.site--motor .spaces .switch span{background-color:hsla(0,0%,100%,.5)}.site--motor .spaces .switch span:before{background-color:#1e80a4}.site--motor .spaces .switch input+p{color:#fff}.site--motor .spaces .switch input:checked+p{color:#cad0d8}.site--motor .spaces .switch input:checked+p+span+p{color:#fff}.site--motor .spaces .spaces-gallery{--toggle-height:66px;position:relative}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery{height:auto}}.site--motor .spaces .spaces-gallery img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.site--motor .spaces .spaces-gallery__group{align-items:center;display:flex;flex-direction:column;padding:0}.site--motor .spaces .spaces-gallery__group.hidden{display:none}@media screen and (max-width:767px){.site--motor .spaces .spaces-gallery__group{gap:32px;margin-top:32px}}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery__group{align-items:flex-start;height:38.26vw;position:relative}.site--motor .spaces .spaces-gallery__group:first-child .spaces-gallery__img--3{top:calc(var(--toggle-height, 66px)*-1)}.site--motor .spaces .spaces-gallery__group--inverted .spaces-gallery__img--1{height:34.79vw;top:0;width:26.18vw;z-index:2}.site--motor .spaces .spaces-gallery__group--inverted .spaces-gallery__img--3{height:19.79vw;top:4.17vw;width:26.46vw}}.site--motor .spaces .spaces-gallery__img{max-width:22rem;overflow:hidden;position:relative;width:100%}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery__img{max-width:none;position:absolute}}.site--motor .spaces .spaces-gallery__img:hover .spaces-gallery__zoom-btn{opacity:.8;pointer-events:auto}.site--motor .spaces .spaces-gallery__img--1{aspect-ratio:4/3}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery__img--1{aspect-ratio:auto;height:19.79vw;left:0;top:4.17vw;width:26.46vw}}.site--motor .spaces .spaces-gallery__img--2{aspect-ratio:49/65}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery__img--2{aspect-ratio:auto;height:31.32vw;left:29.24vw;top:6.94vw;width:41.81vw}}.site--motor .spaces .spaces-gallery__img--3{aspect-ratio:4/3}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery__img--3{aspect-ratio:auto;height:34.79vw;right:0;top:0;width:26.18vw}}.site--motor .spaces .spaces-gallery__zoom-btn{align-items:center;background:#faf6f2;border:0;border-radius:24px;cursor:pointer;display:flex;height:48px;justify-content:center;opacity:0;padding:0;pointer-events:none;position:absolute;right:16px;top:16px;transition:opacity .2s ease;width:48px;z-index:10}.site--motor .spaces .spaces-gallery__more{display:flex;justify-content:center;padding-top:2rem}.site--motor .spaces .spaces-gallery__more .button{width:auto}.site--motor .spaces .spaces-gallery__more.hidden{display:none}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery__more{margin-top:40px;padding-top:0;position:relative}}.site--motor .spaces .spaces-gallery__deco{display:none;pointer-events:none}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery__deco{display:block;position:absolute}.site--motor .spaces .spaces-gallery__deco--lines{left:100px;top:23.96vw}.site--motor .spaces .spaces-gallery__deco--circles{right:0;top:calc(var(--toggle-height, 66px)*-1 - 1px)}}.site--motor .spaces .spaces-gallery__deco--lines-mb{bottom:0;display:block;left:0;position:absolute;z-index:-1}@media screen and (min-width:1024px){.site--motor .spaces .spaces-gallery__deco--lines-mb{display:none}}.site--sailing .spaces .switch{color:#dbd6d1}.site--sailing .spaces .switch span{background-color:hsla(30,12%,84%,.5)}.site--sailing .spaces .switch span:before{background-color:#e9473f}.site--sailing .spaces .switch span.yacht:before{background-color:#a6464c}.site--sailing .spaces .switch input+p{color:#fff}.site--sailing .spaces .switch input:checked+p{color:#dbd6d1}.site--sailing .spaces .switch input:checked+p+span+p{color:#fff}.site--dufour .spaces p.text-white,.site--dufour .spaces span{font-family:Gotham-Book,sans-serif;font-size:3.5rem;font-weight:325;line-height:100%}.site--dufour .spaces .switch{color:#f3f4f8}.site--dufour .spaces .switch span{background-color:#61aabf}.site--dufour .spaces .switch span:before{background-color:#fff}.site--dufour .spaces .switch input+p{color:#fff}.site--dufour .spaces .switch input:checked+p{color:#f3f4f8}.site--dufour .spaces .switch input:checked+p+span+p{color:#fff}.slider--spaces:before{pointer-events:none}.slider--spaces .hotspot-marker{background:none;border:0;border-radius:50%;cursor:pointer;height:34px;padding:0;position:relative;width:34px;z-index:30}.slider--spaces .hotspot-marker svg,.slider--spaces .swiper-slide:after{pointer-events:none}.slider--spaces .hotspot-wrapper{position:absolute;z-index:50}.slider--spaces .hotspot-bubble{font-size:1rem;font-weight:325;line-height:200%;margin-top:1rem;z-index:60}@media screen and (max-width:767px){.slider--spaces .hotspot-bubble{left:50%!important;margin:0;max-width:28rem;position:fixed!important;top:50%!important;transform:translate(-50%,-50%)!important;width:calc(100vw - 2rem);z-index:100}.slider--spaces .hotspot-bubble-center{left:50%;max-width:28rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 6rem);z-index:100}}.spaces-lightbox{align-items:center;background:#000;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:500}.spaces-lightbox.is-hidden{display:none}.spaces-lightbox__img{display:block;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.spaces-lightbox--landscape .spaces-lightbox__img{height:100%;max-height:none;max-width:none;-o-object-fit:cover;object-fit:cover;width:100%}.spaces-lightbox__close{align-items:center;background:transparent;border:1px solid #fff;border-radius:50%;cursor:pointer;display:flex;height:64px;justify-content:center;padding:0;position:absolute;right:32px;top:32px;transition:opacity .2s ease;width:64px;z-index:10}.spaces-lightbox__close:hover{opacity:.7}.spaces-lightbox__close svg{pointer-events:none}.spaces-lightbox__nav{align-items:center;background:rgba(0,27,37,.3);border:1px solid #fff;border-radius:50%;cursor:pointer;display:flex;height:64px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s ease;width:64px;z-index:10}.spaces-lightbox__nav:hover{opacity:.7}.spaces-lightbox__nav svg{pointer-events:none}.spaces-lightbox__nav--prev{left:32px}.spaces-lightbox__nav--next{right:32px}.millesime .fluid-grid{max-width:1166px}.millesime{margin-left:auto;margin-right:auto}@media screen and (min-width:414px){.millesime.iframe .aspect-ratio--square-mobile{padding-top:140%}}@media screen and (min-width:768px){.millesime.iframe .aspect-ratio--square-mobile{padding-top:80%}}@media screen and (min-width:1166px){.millesime.iframe .aspect-ratio--square-mobile{padding-top:52%}.millesime .fluid-grid{width:100%!important}}.millesime .slider-center-bottom{bottom:1.25em;display:flex;position:absolute;width:100%;z-index:3}@media screen and (max-width:767px){.millesime .slider-center-bottom{bottom:auto;position:relative}}.millesime .image-top-right{background-color:rgba(0,27,37,.4);border-radius:2.5rem;color:#fff;padding:.5em;position:absolute;right:1.25em;top:1.25em}.site--dufour .millesime .image-top-right{background-color:rgba(97,170,191,.8);border:1px solid #fff;font-weight:350;line-height:120%}@media screen and (max-width:767px){.millesime .image-top-right{right:2.5em;top:1em}}.millesime .image-top-right button{align-items:center;display:flex;font-size:.8em;line-height:1}.millesime .image-top-right button svg{margin-top:-.25rem}.millesime .areas-buttons-container{background-color:#fff;border-radius:2.5rem;display:flex;margin:auto;padding:.5em;transition:background-color .4s ease-in-out}.site--dufour .millesime .areas-buttons-container{border-radius:48px 0}@media screen and (max-width:767px){.millesime .areas-buttons-container{font-size:.8em;line-height:1}}.millesime .areas-buttons-container button{align-items:center;border-radius:2.5rem;display:flex;justify-content:center;min-width:10em;padding:.5em;transition:transform .4s ease-in-out}.site--dufour .millesime .areas-buttons-container button{color:#61aabf}.millesime .areas-buttons-container button.current{background-color:#001b25;color:#fff}.site--dufour .millesime .areas-buttons-container button.current{background-color:#61aabf;border-radius:48px 0}@media screen and (max-width:767px){.millesime .areas-buttons-container button{border-radius:.75rem;min-width:auto}}.millesime .swiper-slide{opacity:0;transition:opacity .5s ease-in-out;z-index:0}.millesime .swiper-slide img{min-height:280px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.millesime .swiper-slide-active{opacity:1;z-index:1}.millesime .swiper-navigation.millesime__nav{justify-content:space-between;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:3}.millesime .swiper-navigation.millesime__nav .swiper-button{background-color:#001b25;border:none;border-radius:0;height:2.375rem;position:relative;width:2.375rem}.millesime .swiper-navigation.millesime__nav .swiper-button svg{fill:#1e80a4}.millesime .swiper-navigation.millesime__nav .swiper-button:hover{background-color:#002432}.site--sailing .millesime .swiper-navigation.millesime__nav svg{fill:#fff}.millesime .thumbnails-tabs{border-bottom:.1875rem solid rgba(83,83,83,.1);margin-bottom:1.125rem;margin-top:2em}@media screen and (max-width:767px){.millesime .thumbnails-tabs{margin-top:1em}}.millesime .thumbnails-tabs .thumbnail-tab{cursor:pointer;font-weight:bolder;padding:1em;width:450px}.site--dufour .millesime .thumbnails-tabs .thumbnail-tab{font-weight:350}.millesime .thumbnails-tabs .thumbnail-tab.current{border-bottom:.3125rem solid #000}.site--dufour .millesime .thumbnails-tabs .thumbnail-tab.current{border-bottom:.3125rem solid #383836;color:#383836}.millesime .thumbnails,.millesime .thumbnails-tabs{display:flex;justify-content:center;text-align:center}.millesime .thumbnails{flex-wrap:wrap;gap:1em 2em}.millesime .thumbnail{cursor:pointer}.millesime .thumbnail p{line-height:1}.millesime .thumbnail .img-container{margin:auto;position:relative;width:123px}.millesime .thumbnail .icon-container{background-color:#fff;border-radius:50%;clip-path:circle(50%);display:none;height:20px;left:-10px;overflow:hidden;pointer-events:none;position:absolute;top:-10px;width:20px}.millesime .thumbnail img{margin:auto}.millesime .thumbnail.current .icon-container{display:block}.millesime .thumbnail.current img{border:.125rem solid #000;padding:.125rem}.site--dufour .millesime .thumbnail.current img{border-color:#61aabf}.faq__section{border-radius:0;text-align:left;transition:color .4s ease-in-out,background-color .4s ease-in-out}@media screen and (max-width:767px){.faq__section{padding:1rem;width:100%}.faq__section.is-active{display:none}}.faq__shareholders a{background-image:linear-gradient(currentColor,currentColor);background-position:0 87%;background-repeat:no-repeat;background-size:100% 1px}.faq__shareholders a:hover{animation:drawBgLine2 .4s ease-in-out}@media screen and (min-width:768px){.faq__right{position:relative}.faq__right:before{border-left:1px solid #edf2f9;bottom:0;content:"";left:-2.5rem;position:absolute;top:0}.site--motor .product-middle .faq__right:before{border-color:rgba(237,242,249,.3)}.site--corpo .faq__right:before,.site--sailing .faq__right:before{border-color:#d8d8d8}.site--dufour .faq__right:before{border-left:transparent}}@media screen and (min-width:1024px){.faq__right:before{left:-6.25rem}}@media screen and (max-width:767px){.faq__mobile-dropdown{color:#fff;left:0;opacity:0;padding:1rem 0;position:absolute;top:2rem;transition:visibility .4s ease-in-out,opacity .4s ease-in-out;visibility:hidden;width:100%;z-index:3}.faq__mobile-dropdown li{margin-bottom:0}.faq__mobile-dropdown.is-active{opacity:1;visibility:visible}}@media screen and (min-width:768px){.faq__mobile-dropdown{padding-right:2rem}}@media screen and (min-width:1024px){.faq__mobile-dropdown{padding-right:5.5rem}}.faq__icon{border:1px solid rgba(161,169,180,.4);border-radius:50%;flex-shrink:0;height:3rem;margin-right:1.25rem;position:relative;top:.25rem;transition:background-color .4s ease-in-out,border-color .4s ease-in-out;width:3rem}@media screen and (min-width:768px){.faq__icon{height:4rem;margin-right:2.75rem;width:4rem}}@media screen and (max-width:767px){.faq__icon svg{height:1rem;width:1rem}}.site--dufour .faq__icon{border:1px solid #7c7679;top:0}.faq__mobile-current{align-items:center;color:#fff;display:flex;justify-content:space-between;padding:.5rem .5rem .5rem 1rem;text-align:left;width:100%}.faq__mobile-current.is-active svg{transform:scaleY(-1)}@media screen and (min-width:768px){.faq__mobile-current{display:none}}.faq__question{display:flex;text-align:left}.faq__question .minus{display:none}.faq__question.is-active .minus{display:block}.faq__question.is-active .plus{display:none}.faq__answer{padding:.5rem 0 .75rem}.site--dufour .faq__answer{font-family:Gotham,sans-serif;font-size:1rem;font-style:normal;font-weight:325;line-height:200%}@media screen and (min-width:768px){.faq__answer{padding:.5rem 0 .75rem 6.75rem}}.site--dufour .faq .title-question{text-wrap:auto;font-size:1.25rem;font-weight:325;line-height:120%}@media screen and (min-width:768px){.site--dufour .faq .title-question{font-size:1.5rem}}.site--dufour .faq__section{color:#fff;font-weight:350}@media screen and (min-width:768px){.site--dufour .faq__section{color:#383836}}.site--dufour .faq__section.is-active{background-color:#7c7679;color:#fff}.site--dufour .faq__section:hover:not(.is-active){color:#7c7679}.site--dufour .faq__mobile-current{background-color:#383836}@media screen and (max-width:767px){.site--dufour .faq__mobile-dropdown{background-color:#7c7679}}.site--corpo .faq__section.is-active,.site--sailing .faq__section.is-active{background-color:#e9473f;color:#fff}.site--corpo .faq__section.is-active.yacht,.site--sailing .faq__section.is-active.yacht{background-color:#a6464c}.site--corpo .faq__section:hover:not(.is-active),.site--sailing .faq__section:hover:not(.is-active){color:#e9473f}.site--corpo .faq__mobile-current,.site--sailing .faq__mobile-current{background-color:#e9473f}@media screen and (max-width:767px){.site--corpo .faq__mobile-dropdown,.site--sailing .faq__mobile-dropdown{background-color:#e9473f}}.site--motor .faq__section.is-active{background-color:#1e80a4;color:#fff}.site--motor .faq__section:hover:not(.is-active){color:#1e80a4}.site--motor .faq__mobile-current{background-color:#1e80a4}@media screen and (max-width:767px){.site--motor .faq__mobile-dropdown{background-color:#1e80a4}}.faq__question.is-active .faq__icon svg,.faq__question:hover .faq__icon svg{fill:#fff}.site--sailing .faq__question.is-active .faq__icon,.site--sailing .faq__question:hover .faq__icon{background-color:#dbd6d1;border-color:#dbd6d1}.site--sailing .faq__question.is-active .faq__icon.yacht,.site--sailing .faq__question:hover .faq__icon.yacht{background-color:#a6464c}.site--corpo .faq__question.is-active .faq__icon,.site--corpo .faq__question:hover .faq__icon{background-color:#e3342f;border-color:#e3342f}.site--motor .faq__question.is-active .faq__icon,.site--motor .faq__question:hover .faq__icon{background-color:#1e80a4;border-color:#1e80a4}.site--dufour .faq__question.is-active .faq__icon,.site--dufour .faq__question:hover .faq__icon{background-color:#7c7679;border-color:#7c7679}@media screen and (max-width:767px){.push-product__content{padding:2.5rem 2rem 1.5rem;text-align:center}.push-product__content .cta{justify-content:center;width:100%}}@media screen and (min-width:768px){.push-product__content{margin:0 auto;max-width:22.5rem;padding:4rem 0}}.push-product__content .button{min-height:4rem;width:100%}.push-product__content .cta{display:flex}.push-product__left{padding-top:4rem;position:relative;text-align:center;z-index:1}@media screen and (min-width:768px){.push-product__left{padding-bottom:2.75rem;padding-top:6.625rem}.site--dufour .push-product__left{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:0}}.push-product__left img{margin:0 auto 1rem}@media screen and (min-width:768px){.push-product__left img{margin-bottom:2rem}}.site--dufour .push-product__left img{margin-bottom:1rem}@media screen and (min-width:768px){.site--dufour .push-product__left img{margin-bottom:-3rem}}.site--motor .push-product__left img{width:17.25rem}@media screen and (min-width:768px){.site--motor .push-product__left img{margin-bottom:3.5rem;width:calc(100% - 140px)}}.site--sailing .push-product__left{padding-top:3.75rem}.site--sailing .push-product__left img{width:8.4375rem}@media screen and (min-width:768px){.site--sailing .push-product__left img{width:15.625rem}}.push-product__inner{border-radius:.5rem;position:relative;z-index:1}.site--dufour .push-product__inner{border-radius:0;border-bottom-right-radius:48px}.push-product__inner:after,.push-product__inner:before{bottom:0;content:"";height:12.5rem;left:0;position:absolute;right:0;z-index:-1}.site--sailing .push-product__inner:before{background:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/pattern-gradient.svg) repeat-x;background-position:0 0;background-size:auto 25rem}.site--sailing .push-product__inner:after{background-image:linear-gradient(180deg,#fff,hsla(0,0%,100%,0))}.push-product__number{top:-1rem}.push-product__number svg{top:2.5rem}.push-product__dufour-title{font-size:1.9rem;font-weight:700;line-height:110%;margin:0 auto;padding:0 1rem;text-align:center;width:100%}@media screen and (min-width:768px){.push-product__dufour-title{font-size:2.5rem;margin-top:2rem}}.push-product .title-sans span{margin-bottom:.5rem}.site--motor .push-product__container{align-items:center;display:flex;flex-direction:column;gap:2.5rem}@media screen and (min-width:768px){.site--motor .push-product__container{align-items:center;flex-direction:row;gap:7.75rem;padding:0}}.site--motor .push-product__img-frame{aspect-ratio:153/103;border-bottom:1px solid #a6464c;border-radius:0 21.5rem 21.5rem 0;border-right:1px solid #a6464c;border-top:1px solid #a6464c;flex-shrink:0;overflow:hidden;padding:.9375rem .9375rem .9375rem 0;width:100%}@media screen and (min-width:768px){.site--motor .push-product__img-frame{height:34.375rem;width:51.0625rem}}.site--motor .push-product__img{border-radius:0 20.5625rem 20.5625rem 0;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.site--motor .push-product__content{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;margin:0;max-width:none;padding-left:2rem;padding-right:2rem;padding-top:0;text-align:left}@media screen and (min-width:768px){.site--motor .push-product__content{flex-shrink:0;padding:0;width:24.1875rem}}.site--motor .push-product__content .button{min-height:4rem;width:100%}.double-img-complex .bg-gradient-overlay{background-image:url(/wp-content/themes/fountaine-pajot/assets/images/bande-red.png);background-position:0 0;background-size:100% auto;width:.9rem}.double-img-complex .bg-white-overlay{background-image:url(/wp-content/themes/fountaine-pajot/assets/images/bandes-white.png);background-size:100% auto;height:9rem;width:8rem}.double-img-complex__highlight{position:relative;z-index:3}.site--motor .double-img-complex__highlight,.site--sailing .double-img-complex__highlight{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#a1a9b4 0,#445164 80%)}.site--motor .double-img-complex__highlight{background-image:linear-gradient(90deg,#a1a9b4 0,#445164 80%)}.site--sailing .double-img-complex__highlight{background-image:linear-gradient(90deg,#d5cec7 0,#bcb0a3 80%)}.site--dufour .double-img-complex__highlight{color:#9da6c3;font-size:2.5rem;font-weight:275;margin-left:0}@media screen and (min-width:1024px){.site--dufour .double-img-complex__highlight{font-size:3.5rem}}@media screen and (max-width:767px){.site--dufour .double-img-complex__highlight{margin-top:0}.double-img-complex__highlight{margin-top:-2.75rem}}@media screen and (min-width:768px){.double-img-complex__highlight{margin-left:-43%}}@media screen and (min-width:768px)and (max-width:1023px){.double-img-complex__highlight{font-size:4rem}}.site--dufour .double-img-complex__accent{text-wrap:auto;font-weight:325}@media screen and (min-width:1024px){.double-img-complex__left{margin-left:22%;margin-right:-22%}}@media screen and (max-width:767px){.double-img-complex__left{display:none}}.double-img-complex__big-pic{margin-left:-2rem}@media screen and (max-width:767px){.double-img-complex__big-pic{width:100%}}@media screen and (min-width:1280px){.double-img-complex__big-pic{margin-left:-6.25rem}}.double-img-complex__small-pic{margin-top:-25%}@media screen and (min-width:768px){.double-img-complex__small-pic{width:94%}}@media screen and (min-width:1280px){.double-img-complex__small-pic{margin-left:-2.25rem}}.double-img-complex--reversed .double-img-complex__big-pic{margin-left:0;margin-right:-2rem}@media screen and (min-width:1280px){.double-img-complex--reversed .double-img-complex__big-pic{margin-left:0;margin-right:-6.25rem}.double-img-complex--reversed .double-img-complex__small-pic{margin-left:0;margin-right:-2.25rem}}@media screen and (min-width:768px){.double-img-complex--reversed .double-img-complex__highlight{margin-left:0;margin-right:-43%}}@media screen and (min-width:1024px){.double-img-complex--reversed .double-img-complex__left{margin-left:-22%;margin-right:22%}}@media screen and (max-width:767px){.site--motor .double-img-complex__highlight{margin-top:0}}@media screen and (min-width:768px){.site--motor .double-img-complex__highlight{margin-left:0}}.site--motor .double-img-complex__left{display:block}@media screen and (min-width:1024px){.site--motor .double-img-complex__left{margin-left:0;margin-right:0}}.site--motor .double-img-complex__inner{display:flex;position:relative}@media screen and (max-width:1023px){.site--motor .double-img-complex__inner{flex-direction:column}}.site--motor .double-img-complex__images-wrap{flex-shrink:0;position:relative}@media screen and (max-width:1023px){.site--motor .double-img-complex__images-wrap{aspect-ratio:595/770;width:100%}}@media screen and (min-width:1024px){.site--motor .double-img-complex__images-wrap{height:53.47vw;margin-left:-2rem;width:41.32vw}}@media screen and (min-width:1280px){.site--motor .double-img-complex__images-wrap{margin-left:-6.25rem}}@media screen and (min-width:1440px){.site--motor .double-img-complex__images-wrap{height:48.125rem;width:37.1875rem}}.site--motor .double-img-complex__bg-wrap,.site--motor .double-img-complex__fg-wrap{overflow:hidden;position:absolute}.site--motor .double-img-complex__bg-wrap img,.site--motor .double-img-complex__bg-wrap video,.site--motor .double-img-complex__fg-wrap img,.site--motor .double-img-complex__fg-wrap video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.site--motor .double-img-complex__fg-wrap{height:91.3%;left:0;top:0;width:88.74%;z-index:2}.site--motor .double-img-complex__bg-wrap{height:51.69%;left:0;top:48.31%;width:100%;z-index:1}.site--motor .double-img-complex__content{align-items:flex-start;display:flex;margin-top:0}@media screen and (min-width:768px){.site--motor .double-img-complex__content{margin-top:7.5rem}}@media screen and (max-width:1023px){.site--motor .double-img-complex__content{padding-left:2rem;padding-right:4rem;padding-top:2rem;width:100%}}@media screen and (min-width:1024px){.site--motor .double-img-complex__content{margin-left:10.28vw;width:34.31vw}}@media screen and (min-width:1440px){.site--motor .double-img-complex__content{margin-left:9.25rem;width:30.875rem}}.site--motor .double-img-complex__deco{bottom:0;pointer-events:none;position:absolute;right:0}@media screen and (max-width:1023px){.site--motor .double-img-complex__deco{height:449px;top:129.4117647059vw}}@media screen and (min-width:1024px){.site--motor .double-img-complex--reversed .double-img-complex__inner{flex-direction:row-reverse}.site--motor .double-img-complex--reversed .double-img-complex__images-wrap{height:46.5625rem;margin-left:0;margin-right:-2rem;width:46.125rem}}@media screen and (min-width:1280px){.site--motor .double-img-complex--reversed .double-img-complex__images-wrap{margin-right:-6.25rem}}.site--motor .double-img-complex--reversed .double-img-complex__fg-wrap{height:71%;left:0;top:15%;width:100%;z-index:2}@media screen and (min-width:1024px){.site--motor .double-img-complex--reversed .double-img-complex__fg-wrap{left:auto;right:0}}.site--motor .double-img-complex--reversed .double-img-complex__bg-wrap{height:84.2%;left:0;top:0;width:81.3%;z-index:1}@media screen and (min-width:1024px){.site--motor .double-img-complex--reversed .double-img-complex__bg-wrap{left:auto;right:0}}@media screen and (min-width:768px){.site--motor .double-img-complex--reversed .double-img-complex__highlight{margin-left:0;margin-right:0}}@media screen and (min-width:1024px){.site--motor .double-img-complex--reversed .double-img-complex__left{margin-left:0;margin-right:0}}@media screen and (max-width:1023px){.site--motor .double-img-complex--reversed .double-img-complex__content{padding-left:4rem;padding-right:2rem;padding-top:0;width:100%}}@media screen and (min-width:1024px){.site--motor .double-img-complex--reversed .double-img-complex__content{margin-left:2rem;margin-right:10.28vw;width:34.31vw}}@media screen and (min-width:1440px){.site--motor .double-img-complex--reversed .double-img-complex__content{margin-right:6.75rem;width:30.875rem}}.site--motor .double-img-complex--reversed .double-img-complex__deco{left:0;right:auto}@media screen and (max-width:1023px){.site--motor .double-img-complex--reversed .double-img-complex__deco{height:384px;top:129.4117647059vw}}.video{color:#fff;padding-top:56.5%;position:relative}.video:after{background-image:linear-gradient(180deg,transparent,rgba(2,30,40,.7));bottom:0;content:"";height:75%;left:0;position:absolute;right:0}.site--dufour .video:after{background:linear-gradient(180deg,rgba(30,30,30,0),#1e1e1e)}.video--full{margin:0 -2rem}.site--motor .video--full{margin:0}@media screen and (min-width:1280px){.video--full{margin:0 -6.25rem}.site--motor .video--full{margin:0}}@media screen and (min-width:1600px){.video--full{height:55.9375rem;padding-top:0}}.video__preview{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.site--dufour .video__content .chapo{font-family:Gotham,sans-serif;font-weight:400;line-height:110%}.site--motor .video__content{bottom:3rem;margin-left:24px;position:absolute}@media screen and (max-width:767px){.video__content{margin-top:1rem}.video__content button{display:none}}@media screen and (min-width:768px){.video__content{bottom:4rem;position:absolute;width:100%;z-index:2}.site--motor .video__content{bottom:8rem}}.video__frame{bottom:16px;left:16px;pointer-events:none;position:absolute;right:16px;top:16px;z-index:2}@media screen and (min-width:768px){.video__frame{bottom:80px;left:80px;right:80px;top:80px}}.video__frame svg{height:100%;width:100%}.video__play{border-radius:50%;flex-shrink:0;height:5rem;margin-right:2rem;transition:background-color .4s ease-in-out;width:5rem}.site--dufour .video__play,.video__play{background-color:#fff}@media screen and (max-width:767px){.video__play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}.site--motor .video__play{height:4rem;left:18%;top:70%;width:4rem}}@media screen and (min-width:768px){.video__play--mobile{display:none}.video__play{height:7.5rem;width:7.5rem}.site--motor .video__play{margin-left:2rem}}@media screen and (max-width:767px){.video__play svg{height:1.5rem;width:1.5rem}}.video__play:hover{background-color:#cad0d8}.site--sailing .video__play svg{fill:#dbd6d1}.site--sailing .video__play svg.yacht{fill:#a6464c}.site--sailing .video__play:hover{background-color:#faf6f2}@media screen and (min-width:1600px){.highlight__img{height:55.9375rem;padding-top:0}}@media screen and (min-width:1024px){.site--dufour .triple-img .triple-img__left-content>.md-col-offset-1{grid-column-start:1}}.triple-img--dufour-cream{background-color:#f2eae7;isolation:isolate;position:relative}@media screen and (min-width:1024px){.triple-img--dufour-cream:before{background-color:#fff;content:"";height:5rem;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.triple-img--dufour-cream .triple-img__img-bottom,.triple-img--dufour-cream .triple-img__img-right{position:relative;z-index:1}.triple-img--dufour-cream .triple-img__img-left{z-index:2}}.triple-img--dark{background-image:linear-gradient(180deg,#001b25,#003a4c 80%);color:#fff}.triple-img--about{color:#fff;position:relative}.triple-img--about:before{background-color:#fff;content:"";height:5rem;left:0;position:absolute;right:0;top:0}.triple-img--about:first-child:before{background-color:#edf2f9}.triple-img__img-left{margin:2.5rem 0 0;max-width:48rem;position:relative;width:100%;z-index:2}@media screen and (min-width:1024px){.triple-img__img-left{margin:0 -1.25rem 3.75rem -2rem;max-width:none;width:auto}.site--dufour .triple-img__img-left{margin:0 -1.25rem 5rem -2rem}}@media screen and (min-width:1280px){.triple-img__img-left{margin-left:-6.25rem}}.triple-img__img-right{margin-left:-2rem}@media screen and (max-width:1023px){.triple-img__img-right{max-width:30rem}}@media screen and (min-width:1024px){.triple-img__img-right{margin-left:-18.33%;margin-right:-2rem}}@media screen and (min-width:1280px){.triple-img__img-right{margin-right:-6.25rem}}.triple-img__img-bottom{margin-left:-2rem;margin-top:-10%;max-width:25rem;width:89%}@media screen and (min-width:1024px){.triple-img__img-bottom{margin:-17% auto 0;max-width:none;width:78%}}.triple-img__title{line-height:1.1;position:relative;z-index:3}@media screen and (min-width:1024px){.triple-img__title{width:calc(100% + 2.5rem)}.triple-img__left-content{grid-column-gap:2.5rem;display:grid;grid-template-columns:repeat(6,1fr)}}.highlight{overflow:hidden}.site--dufour .highlight strong{color:#383836;font-weight:400}.highlight.yacht{background-image:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/pattern-darker-yacht.svg);background-position:top -.1rem left}.highlight__bottom{position:relative}.highlight__bottom:after,.highlight__bottom:before{content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:100vw}.site--sailing .highlight__bottom:before{background:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/pattern-darker.png) repeat-x;background-size:auto 36.25rem;height:36.25rem}.site--sailing .highlight__bottom.yacht:before{background:none}.site--sailing .highlight__bottom:after{background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);bottom:-4rem}.site--dufour .highlight .highlight__bottom .title-sans{font-weight:325}.site--dufour .highlight .pattern-img{background:url(/wp-content/themes/fountaine-pajot/assets/images/dufour/pattern-img.svg) no-repeat 50%/cover}.highlight.bg-light-cream .highlight__bottom:after{background-image:linear-gradient(180deg,hsla(30,44%,96%,0) 0,#faf6f2)}.highlight.bg-beige-motor{margin-bottom:2rem;padding-bottom:2rem}@media screen and (min-width:768px){.highlight.bg-beige-motor{margin-bottom:3rem;padding-bottom:3rem}}.highlight.bg-beige-motor:has(+.bg-beige-motor){margin-bottom:0;padding-bottom:4rem}@media screen and (min-width:768px){.highlight.bg-beige-motor:has(+.bg-beige-motor){margin-bottom:0;padding-bottom:6rem}}.double-img-simple.bg-dark-blue{color:#fff}.double-img-simple__big{margin-right:-2rem;position:relative;width:calc(100% + 2rem)}@media screen and (min-width:1024px){.double-img-simple__big--left{margin-left:-2rem;margin-right:0}}@media screen and (min-width:1280px){.double-img-simple__big{left:6.25rem;margin-left:-2.5rem;width:calc(100% + 2.5rem)}.double-img-simple__big--left{left:-6.25rem;margin-left:0;margin-right:-2.5rem}}.double-img-simple__small{margin-left:auto;margin-right:-2rem;width:89%}.double-img-simple__small .aspect-ratio{margin-top:-20%}@media screen and (min-width:1024px){.double-img-simple__small{margin-left:-2.5rem;margin-right:auto;width:77%}.double-img-simple__small .aspect-ratio{margin-top:-43%}.double-img-simple__small--left{margin-left:auto;margin-right:-2.5rem}}.site--motor .double-img-simple.bg-beige-motor:has(+.bg-beige-motor){margin-bottom:0}.site--motor .double-img-simple__big{margin-left:0;margin-right:-2rem;width:100%}.site--motor .double-img-simple__big .aspect-ratio{padding-top:96.15%}@media screen and (min-width:1280px){.site--motor .double-img-simple__big{left:6.25rem;margin-left:0;margin-right:0;width:38.9375rem}.site--motor .double-img-simple__big .aspect-ratio{padding-top:96.15%}}.site--motor .double-img-simple__big--left{margin-left:-2rem;margin-right:0}@media screen and (min-width:1280px){.site--motor .double-img-simple__big--left{left:-6.25rem}}.site--motor .double-img-simple__small{margin-left:0;margin-right:-2rem;width:118%}.site--motor .double-img-simple__small .aspect-ratio{margin-top:-67.8%;padding-top:75%}@media screen and (min-width:1024px){.site--motor .double-img-simple__small{margin-left:0;margin-right:-2rem;width:100%}.site--motor .double-img-simple__small .aspect-ratio{margin-top:-67.8%;padding-top:74.93%}}@media screen and (min-width:1280px){.site--motor .double-img-simple__small{margin-left:0;margin-right:-6.25rem;width:46.375rem}}.site--motor .double-img-simple__small--left{margin-left:-2rem;margin-right:0}@media screen and (min-width:1024px){.site--motor .double-img-simple__small--left{margin-left:-2rem;margin-right:0}}@media screen and (min-width:1280px){.site--motor .double-img-simple__small--left{margin-left:-6.25rem;margin-right:0}}.site--motor .double-img-simple__text-col{max-width:100%;min-width:0;position:relative;width:100%;z-index:1}@media screen and (min-width:1280px){.site--motor .double-img-simple__text-col{padding-left:1.75rem}}.site--motor .double-img-simple__text{align-items:flex-start;display:flex;flex-direction:column;max-width:100%;min-width:0;overflow-wrap:anywhere;width:100%}.site--motor .double-img-simple__text>*{max-width:100%;min-width:0;width:100%}.site--motor .double-img-simple__text .button{max-width:none;width:auto}@media screen and (min-width:1440px)and (max-width:1599px){.site--motor .double-img-simple__text{max-width:26.25rem}}.site--motor .double-img-simple__deco{bottom:0;pointer-events:none;position:absolute;right:0}.site--motor .double-img-simple__deco--mobile{display:block}@media screen and (min-width:768px){.site--motor .double-img-simple__deco--mobile{display:none}}.site--motor .double-img-simple__deco--desktop{display:none}@media screen and (min-width:768px){.site--motor .double-img-simple__deco--desktop{display:block}}.site--motor .double-img-simple__side-deco-mb{pointer-events:none;position:absolute;right:0;top:0}@media screen and (min-width:1024px){.site--motor .double-img-simple__side-deco-mb{display:none}}.site--motor .double-img-simple__side-deco-dt{display:none;pointer-events:none;position:absolute;right:0;top:0}@media screen and (min-width:1024px){.site--motor .double-img-simple__side-deco-dt{display:block}}.site--motor .double-img-simple .paragraph{font-family:Texta-Regular,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4}.slider-images .swiper-slide{position:relative}.slider-images .swiper-slide:after{background-image:linear-gradient(180deg,transparent,#000);bottom:0;content:"";height:36%;left:0;position:absolute;width:100%}.slider-images__content{bottom:0;left:0;padding:0 0 1rem 1rem;position:absolute;z-index:1}@media screen and (min-width:768px){.slider-images__content{padding:0 0 2rem 2rem}}.slider-images__content p{color:hsla(0,0%,100%,.5);font-family:sweet-sans-pro,sans-serif;font-size:2rem;font-weight:600;line-height:1}.site--dufour .slider-images__content p{font-family:Gotham,sans-serif;font-weight:400;line-height:100%}.slider-images__content p span{color:#fff}.slider--hotspots .slider-images__content p span{color:#61aabf}@media screen and (min-width:768px){.slider-images__content p{font-size:4rem}}.slider--hotspots .hotspot-marker{background:none;border:0;border-radius:50%;cursor:pointer;height:34px;padding:0;position:relative;width:34px;z-index:30}.slider--hotspots .hotspot-marker svg{display:block;pointer-events:none}.slider--hotspots .hotspot-marker:focus-visible{outline:2px solid #fff;outline-offset:2px}.slider--hotspots .swiper-slide:after{pointer-events:none}.slider--hotspots .btn-link{background-color:#61aabf;border-radius:16px;color:#fff;font-size:.75rem;font-weight:350;letter-spacing:1.2px;line-height:100%;padding:.3rem .75rem;text-transform:uppercase}.slider--hotspots .spaces__nav{pointer-events:none}.slider--hotspots .spaces__nav .swiper-button{pointer-events:auto}.decouvrir-savoir-faire{min-height:61rem;position:relative}@media screen and (min-width:768px){.decouvrir-savoir-faire{min-height:72.875rem}}.decouvrir-savoir-faire__bg-container{aspect-ratio:57/89;height:40.5rem;left:0;position:absolute;top:10.125rem;width:100%}@media screen and (min-width:768px){.decouvrir-savoir-faire__bg-container{aspect-ratio:16/9;height:50.625rem;top:4.5625rem}}.decouvrir-savoir-faire__bg-container:after{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));content:"";inset:0;pointer-events:none;position:absolute}.decouvrir-savoir-faire__bg{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.decouvrir-savoir-faire__img-small{aspect-ratio:4/3;height:7.6875rem;left:0;position:absolute;top:0;width:10.25rem;z-index:1}.decouvrir-savoir-faire__img-small img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:768px){.decouvrir-savoir-faire__img-small{aspect-ratio:281/211;height:13.1875rem;left:3.3125rem;top:0;width:17.5625rem}}.decouvrir-savoir-faire__img-medium{aspect-ratio:4/3;bottom:6.5625rem;height:7.6875rem;left:2rem;position:absolute;width:10.25rem;z-index:1}.decouvrir-savoir-faire__img-medium img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:768px){.decouvrir-savoir-faire__img-medium{aspect-ratio:129/97;bottom:10rem;height:18.1875rem;left:6.9375rem;top:auto;width:24.1875rem}}.decouvrir-savoir-faire__img-large{height:13.5625rem;position:absolute;right:1.875rem;top:3.5625rem;width:10.1875rem;z-index:1}.decouvrir-savoir-faire__img-large img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:768px){.decouvrir-savoir-faire__img-large{height:32.1875rem;right:3.1875rem;top:8.5rem;width:24.1875rem}}.decouvrir-savoir-faire__content{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;left:2rem;position:absolute;right:1.875rem;text-align:center;top:19.125rem;z-index:2}@media screen and (min-width:768px){.decouvrir-savoir-faire__content{gap:2.5rem;left:50%;right:21rem;text-align:left;top:8.625rem;transform:translateX(-50%);width:24.1875rem}}@media screen and (min-width:1280px){.decouvrir-savoir-faire__content{gap:2.5rem;left:50%;right:39.375rem;top:16.1875rem;transform:translateX(-50%);width:24.1875rem}}.decouvrir-savoir-faire__title{color:#a6464c;font-family:Bodoni-Moda,sans-serif;font-size:1.75rem;font-weight:400;line-height:1.1;text-transform:uppercase}@media screen and (min-width:1280px){.decouvrir-savoir-faire__title{font-size:2.5rem}}.decouvrir-savoir-faire__description{font-family:Texta-Regular,sans-serif;font-size:1rem;font-weight:400;line-height:1.4}@media screen and (min-width:1280px){.decouvrir-savoir-faire__description{font-size:1.125rem}}@media screen and (min-width:768px){.decouvrir-savoir-faire .button__text--mobile{display:none}}.decouvrir-savoir-faire .button__text--desktop{display:none}@media screen and (min-width:768px){.decouvrir-savoir-faire .button__text--desktop{display:inline-block}}.img-simple{overflow:hidden}.img-simple__img{padding-top:56.25%;position:relative}.img-simple__img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}@media screen and (min-width:768px){.img-simple__img{padding-top:0}.img-simple__img img{height:auto;position:static}.site--motor .img-simple__img img{height:50.625rem;-o-object-fit:cover;object-fit:cover}}.site--motor .product-middle .slice:last-child{margin-bottom:0}.site--motor .product-middle .highlight:last-child{padding-bottom:4rem}@media screen and (min-width:1440px){.site--motor .product-middle .highlight:last-child{padding-bottom:6rem}}

/*# sourceMappingURL=styles-product.css.map*/