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%}@media (min-width:414px){.container{max-width:414px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1440px){.container{max-width:1440px}}: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}@media screen and (min-width:768px){.hero-product{padding:8.75rem 0 10rem}}@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}}.hero-product__breadcrumb{position:absolute;top:-2.25rem}.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}}.product-top{position:relative;z-index:1}.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--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.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:before{background:url(https://www.motoryachts-fountaine-pajot.com/cdn-cgi/image/fit=scale-down,width=1000,quality=40,format=avif/wp-content/themes/fountaine-pajot/assets/images/motor/hp-products-bg.png) no-repeat;background-size:100% auto;height:62.5rem}.site--motor .product-top:after{background-image:linear-gradient(180deg,rgba(0,27,37,0),#001b25);content:"";height:62.5rem;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%;position:absolute;right:0}.site--motor .product-top__inner:before{background:url(/wp-content/themes/fountaine-pajot/assets/images/motor/results-bg.png) no-repeat;background-position:bottom 0 left;background-size:300% auto}@media screen and (min-width:768px){.site--motor .product-top__inner:before{background-size:150% auto}}@media screen and (min-width:1024px){.site--motor .product-top__inner:before{background-size:100% auto}}.site--motor .product-top__inner:after{background-image:linear-gradient(180deg,rgba(0,27,37,0),rgba(0,27,37,.5))}.product-middle{padding-top:6.25rem}.site--motor .product-middle{background-image:linear-gradient(180deg,#001b25,#073647);color:#fff;padding-top:3.125rem}.site--motor .product-middle .slice--padding:last-child.bg-xdark-blue{padding-bottom:0}.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%}.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)}@media screen and (min-width:768px){.card{min-height:40rem}}@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%}.card__pic{margin:2.5rem auto 0;transition:transform .4s ease-in-out}.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)}.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}.card--bg:after{opacity:1}.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}}.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--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}.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)}.features-bar__title{font-family:sweet-sans-pro,sans-serif;font-size:2rem;font-weight:600;line-height:1.2;white-space:nowrap}.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}}.features-bar__txt{font-size:.9375rem;line-height:1.33}.features-bar__right{flex-shrink:0}@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}@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}}@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%}}.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}@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__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}.features__tab-toggle span{font-family:"Silk Serif",serif;font-style:italic;pointer-events:none}.features .tabs__panel{right:0}.features__table{border:1px solid #a1a9b4}.features__table-top{border-bottom:1px solid #a1a9b4;line-height:1.4;padding:.75rem 1.5rem}.features__table-top .title-sans span{display:inline}.features__title{color:#a1a9b4;font-size:.9375rem;line-height:1.33}.features__item{border-bottom:1px solid #a1a9b4;padding:.75rem 1.5rem .5rem;width:100%}.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}.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}.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{width:50%}.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}.features .swiper-button svg{fill:#1e80a4}.features .swiper-button:hover{background-color:#002432}.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 .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 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--motor .features__tab-toggle{background-color:rgba(0,27,37,.5);color:#a1a9b4}.site--motor .features__tab-toggle.is-active,.site--motor .features__tab-toggle:hover{background-color:#001b25;color:#fff}.site--motor .features .switch{color:#a1a9b4}.site--motor .features .switch span{background-color:#001b25}.site--motor .features .switch span:before{background-color:#fff}.site--motor .features .switch input+p{color:#fff}.site--motor .features .switch input:checked+p{color:#a1a9b4}.site--motor .features .switch input:checked+p+span+p{color:#fff}.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;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);z-index:3}.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--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 input+p{color:#fff}.site--sailing .spaces .switch input:checked+p{color:#dbd6d1}.site--sailing .spaces .switch input:checked+p+span+p{color:#fff}.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}}@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}}.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}@media screen and (min-width:768px){.faq__answer{padding:.5rem 0 .75rem 6.75rem}}.site--corpo .faq__section.is-active,.site--sailing .faq__section.is-active{background-color:#e9473f;color:#fff}.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--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}@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}}.push-product__left img{margin:0 auto 1rem}@media screen and (min-width:768px){.push-product__left img{margin-bottom:2rem}}.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:10.875rem}}.push-product__inner{border-radius:.5rem;position:relative;z-index:1}.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))}.site--motor .push-product__inner:before{background:url(/wp-content/themes/fountaine-pajot/assets/images/motor/product-push-bg.png) no-repeat;background-position:0 100%;background-size:300% auto}@media screen and (min-width:768px){.site--motor .push-product__inner:before{background-size:200% auto}}@media screen and (min-width:1024px){.site--motor .push-product__inner:before{background-size:100% auto}}.push-product__number{top:-1rem}.push-product__number svg{top:2.5rem}.push-product .title-sans span{margin-bottom:-1rem}.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%)}@media screen and (max-width:767px){.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}}@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}}.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}.video--full{margin:0 -2rem}@media screen and (min-width:1280px){.video--full{margin:0 -6.25rem}}@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%}@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}}.video__play{background-color:#fff;border-radius:50%;flex-shrink:0;height:5rem;margin-right:2rem;transition:background-color .4s ease-in-out;width:5rem}@media screen and (max-width:767px){.video__play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:5}}@media screen and (min-width:768px){.video__play--mobile{display:none}.video__play{height:7.5rem;width:7.5rem}}@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:hover{background-color:#faf6f2}@media screen and (min-width:1600px){.highlight__img{height:55.9375rem;padding-top:0}}.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}}@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}.highlight__bottom{position:relative}.highlight__bottom:after,.highlight__bottom:before{content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:100vw}.site--motor .highlight__bottom p{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;background-image:linear-gradient(90deg,#fff 0,#a1a9b4)}.site--motor .highlight__bottom:before{background:url(/wp-content/themes/fountaine-pajot/assets/images/motor/range.png) no-repeat;background-position:top 20% left;background-size:300% auto;height:calc(100% + 6rem);opacity:.4}@media screen and (min-width:768px){.site--motor .highlight__bottom:before{background-size:200% auto}}@media screen and (min-width:1024px){.site--motor .highlight__bottom:before{background-size:100% auto}}.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:after{background-image:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);bottom:-4rem}.highlight.bg-light-cream .highlight__bottom:after{background-image:linear-gradient(180deg,hsla(30,44%,96%,0) 0,#faf6f2)}.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}}.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}.slider-images__content p span{color:#fff}@media screen and (min-width:768px){.slider-images__content p{font-size:4rem}}.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*/