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;
  }

.\!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-content{padding:1rem 0 3rem}.hero-content__wrapper{margin:2rem 0 8rem;min-height:37.5rem;position:relative;z-index:1}@media screen and (min-width:768px){.hero-content__wrapper{margin:3rem 0 5.3125rem}}.hero-content__wrapper-text{padding:1rem 1.5rem}.hero-content__wrapper-text p:last-child{font-family:sweet-sans-pro,sans-serif;font-size:1rem;font-weight:600;letter-spacing:1px;line-height:1.13}.site--dufour .hero-content__wrapper-text p:last-child{color:#383836;font-family:Gotham-Book,sans-serif;font-size:1.25rem;font-weight:400}.hero-content__wrapper-desc p{line-height:1.2}.hero-content__wrapper-desc p:first-child{font-size:1rem;letter-spacing:1px;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.hero-content__wrapper .visual{border-radius:1rem;z-index:-1}.site--motor .hero-content__wrapper .visual{border-radius:0}.hero-content__wrapper--has-img:after{background-image:linear-gradient(90deg,rgba(0,27,37,.6) 0,rgba(0,27,37,0));border-radius:1rem;content:"";inset:0;position:absolute}.site--motor .hero-content__wrapper--has-img: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%);border-radius:0;opacity:.7}.site--dufour .hero-content__wrapper--has-img:after{background-image:linear-gradient(90deg,#383836 0,rgba(56,56,54,0))}.hero-content__wrapper--no-img{background-color:#cad0d8;border-radius:1rem}.site--sailing .hero-content__wrapper--no-img{background-color:#dbd6d1}.site--motor .hero-content__wrapper--no-img{background-color:#002432}.site--dufour .hero-content__wrapper--no-img{background-color:#f3f4f8;border-radius:8px 64px 8px 8px}.hero-content__wrapper--podcast{background-color:#001b25;border-radius:1rem}.hero-content__wrapper--podcast .hero--podcast__bg{height:100%;position:absolute;right:0;top:0;width:90%}@media screen and (min-width:768px){.hero-content__wrapper--podcast .hero--podcast__bg{width:65%}}@media screen and (min-width:1440px){.hero-content__wrapper--podcast .hero--podcast__bg{width:50%}}.hero-content__wrapper--podcast .hero--podcast__bg img{opacity:.3;position:absolute;right:0;top:10%;width:100%}@media screen and (min-width:768px){.hero-content__wrapper--podcast .hero--podcast__bg img{top:50%;transform:translateY(-50%)}}.hero-content__wrapper--podcast .hero--podcast__bg:after{background-image:linear-gradient(90deg,#001b25 0,rgba(0,27,37,0));content:"";height:100%;left:0;position:absolute;top:0;width:25%}.site--sailing .hero-content__wrapper--podcast{background-color:#e9473f}.site--sailing .hero-content__wrapper--podcast .hero--podcast__bg img{opacity:1}.site--sailing .hero-content__wrapper--podcast .hero--podcast__bg:after{background-image:linear-gradient(90deg,#e9473f 0,rgba(233,71,63,0))}.site--motor .hero-content__wrapper--podcast{background-color:#1e80a4}.site--motor .hero-content__wrapper--podcast .hero--podcast__bg img{opacity:1}.site--motor .hero-content__wrapper--podcast .hero--podcast__bg:after{background-image:linear-gradient(90deg,#1e80a4 0,rgba(30,128,164,0))}.hero-content__infos{background-color:#edf2f9;color:#001b25;margin-bottom:-8rem;padding:1.5rem 0;position:relative;z-index:2}.site--motor .hero-content__infos{background-color:#fff;padding:0}.site--dufour .hero-content__infos{background-color:#fff}@media screen and (min-width:768px){.hero-content__infos{margin-bottom:-4rem}}@media screen and (min-width:1024px){.hero-content__infos{margin:0 -2.5rem -4rem}}.hero-content__infos-cta{margin-top:1.5rem;position:relative;width:100%;z-index:2}.site--motor .hero-content__infos-cta{margin-top:0}.site--dufour .hero-content__infos-cta{margin-top:0;padding-top:1.5rem;position:relative;width:100%;z-index:2}.hero-content__infos--story{padding-top:0}.hero-content__infos--podcast,.hero-content__infos--video{padding:0}.hero-content__infos--event{padding-bottom:0}.hero-content__infos--event .hero-content__infos-item:last-of-type{border-bottom:1px solid #cad0d8}.site--motor .hero-content__infos--event .hero-content__infos-item:last-of-type{border-bottom:1px solid #decbc3}.site--dufour .hero-content__infos--event .cta-container{background-image:linear-gradient(90deg,#fff 0,#fff 50%,#f2eae7 0,#f2eae7)}.hero-content__infos-item{align-items:center;border-top:1px solid #cad0d8;display:flex}.site--dufour .hero-content__infos-item,.site--motor .hero-content__infos-item{border-top:1px solid #decbc3}.hero-content__infos-item:last-child{border-bottom:1px solid #cad0d8}.site--dufour .hero-content__infos-item:last-child{border-bottom:1px solid #decbc3}.hero-content__infos:after{background-color:#cad0d8;content:"";height:100%;left:74px;position:absolute;top:0;width:1px}.site--motor .hero-content__infos:after{background-color:transparent;width:0}.site--dufour .hero-content__infos:after{background-color:#decbc3}.hero-content__pic{align-items:center;background-color:#edf2f9;display:flex;padding:1.5rem;position:relative;z-index:2}.site--motor .hero-content__pic{background-color:#f4f1ed}.site--dufour .hero-content__pic{background-color:#fff}.hero-content__pic .pic{border:1px dotted #a1a9b4;border-radius:50%;flex-shrink:0;height:6.5rem;padding:.75rem;position:relative;width:6.5rem}.hero-content__pic img{border-radius:50%;height:5rem;-o-object-fit:cover;object-fit:cover;position:absolute;width:5rem}.hero-content__icon{flex-shrink:0;height:4.625rem;width:4.625rem}.site--motor .hero-content__wrapper-text p:first-child{color:#c7786f;font-family:Texta-Book,sans-serif;font-size:1rem;font-style:normal;font-weight:350;line-height:140%}.site--motor .hero-content__wrapper-text p+p{color:#001b25;font-family:Texta-Book,sans-serif;font-size:1.75rem;font-style:normal;font-weight:350;line-height:120%}.site--motor .hero-content{padding-bottom:0;padding-top:2rem}.hero-content__deco-motor{bottom:0;display:none;pointer-events:none;position:absolute;right:0}@media screen and (min-width:768px){.hero-content__deco-motor{display:block}}.site--sailing .hero-content:after{background:url(/wp-content/themes/fountaine-pajot/assets/images/sailing/pattern-gradient.svg) repeat-x;background-size:auto 36.25rem;bottom:-7rem;content:"";height:36.25rem;left:0;position:absolute;right:0;z-index:-1}.site--sailing .hero-content .hero-content__infos{background-color:#faf6f2}.site--sailing .hero-content .hero-content__infos:after{background-color:#dbd6d1}.site--sailing .hero-content .hero-content__infos-item{border-color:#dbd6d1}.site--sailing .hero-content .hero-content__pic{background-color:#faf6f2}.site--sailing .hero-content .hero-content__pic .pic{border-color:#afa69e}.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%}.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}.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}}@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}}.text-2-cols .shape{max-width:50%;position:absolute;right:0;top:0;transform:translateY(-20%)}@media screen and (min-width:768px){.text-2-cols .shape{right:8%;top:50%;transform:translateY(-50%)}}.site--dufour .knowledge .text-2-cols .title-grey{color:#7c7679;font-weight:325;max-width:31rem}.site--dufour .knowledge .text-2-cols .chapo-dufour{color:#383836;font-weight:325;max-width:31rem}.site--dufour .carreers .push-full .suptitle,.site--dufour .knowledge .push-full .suptitle{text-transform:none}.site--dufour .carreers .push-full h2.title-sans,.site--dufour .knowledge .push-full h2.title-sans{font-family:Gotham-Book,sans-serif;font-size:1rem;font-style:normal;font-weight:325;line-height:200%}.push-full__inner{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(0 36 50/var(--tw-bg-opacity,1));color:rgb(255 255 255/var(--tw-text-opacity,1));display:flex;overflow:hidden;position:relative;z-index:3}.double-img-simple.push-full__inner{color:#fff}.push-full__inner{min-height:37.5rem}.site--dufour .push-full h2.title-sans{font-feature-settings:"liga" off,"clig" off;color:#fff;font-family:Gotham,sans-serif;font-size:2rem;font-style:normal;font-weight:325;line-height:110%}@media screen and (min-width:768px){.site--dufour .push-full h2.title-sans{font-size:2.5rem}}.site--dufour .push-full .overlay{inset:0;position:absolute}.site--dufour .push-full .overlay.overlay-1{background:#7c7679;mix-blend-mode:soft-light}.site--dufour .push-full .overlay.overlay-2{background:#016ade;opacity:.8}.site--dufour .push-full .newsletter-button{border-radius:48px 0;color:#7c7679;display:inline-flex;line-height:normal}@media screen and (min-width:768px){.site--dufour .push-full .newsletter-button{padding:1.25rem 3.5rem}}@media screen and (min-width:1280px){.site--dufour .push-full .newsletter-button{padding:1.25rem 3.5rem}}.site--dufour .push-full .newsletter-button .span{font-family:Gotham,sans-serif;font-size:1rem;font-style:normal;font-weight:350;line-height:120%}.site--dufour .carreers .push-full .newsletter-button,.site--dufour .knowledge .push-full .newsletter-button{color:#9460a4}.push-full .suptitle{white-space:break-spaces}.carreers .push-full .suptitle,.knowledge .push-full .suptitle{color:#cf95c2;font-family:Gotham,sans-serif;font-size:1.75rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:110%}@media screen and (min-width:1024px){.carreers .push-full .suptitle,.knowledge .push-full .suptitle{font-size:2.5rem}}.push-full .title-sans span{font-size:2rem}@media screen and (min-width:768px){.push-full .title-sans span{font-size:4rem}}.push-full .content{position:relative;z-index:1}.push-full .content:before{background-color:#001b25;content:"";filter:blur(50px);inset:0;opacity:.4;position:absolute;z-index:-1}.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}.img-full{align-items:center;display:flex;justify-content:center;min-height:32rem;padding:1rem 0;position:relative;text-align:center}.img-full-wrap{overflow:hidden;padding:0}.img-full-wrap__decoration-bg{bottom:0;pointer-events:none;position:absolute;right:0;z-index:0}@media screen and (min-width:768px){.img-full-wrap__decoration-bg{z-index:2}}.site--motor .img-full{min-height:14.5rem;padding:0;z-index:10}@media screen and (min-width:768px){.site--motor .img-full{min-height:50.625rem;padding:0}}@media screen and (min-width:1440px){.img-full{min-height:41.25rem;padding:6rem 0}}.img-full--with-title:before{background-color:#001b25;content:"";height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:1}.img-full .title-serif-italic{font-size:4.5rem;letter-spacing:-2px}@media screen and (min-width:768px){.img-full .title-serif-italic{font-size:6rem}}.img-full img{left:0;position:absolute;top:0}.img-full__decoration{inset:5rem;pointer-events:none;position:absolute;z-index:2}.img-full__decoration svg{height:100%;width:100%}.img-full__title-below{margin-top:2rem}@media screen and (min-width:768px){.img-full__title-below{margin-top:4rem}}.img-full__title-below h2{max-width:57.75rem}.site--motor .img-full--no-fullscreen{aspect-ratio:81/55;height:14.9375rem;margin-inline:auto;min-height:unset;width:-moz-fit-content;width:fit-content}@media screen and (min-width:768px){.site--motor .img-full--no-fullscreen{aspect-ratio:121/82;min-height:43.75rem}}.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}}.text-map{padding:3rem 0}@media screen and (min-width:768px){.text-map{padding:5rem 0}}@media screen and (max-width:1023px){.text-map__pic{margin:0 auto;max-height:46.875rem;width:auto}}@media screen and (min-width:1024px){.text-map__pic{height:calc(100% + 10rem);left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;position:absolute;top:-5rem;width:100%}}@media screen and (max-width:1023px){.text-map__pic-wrap{margin-top:2rem}}@media screen and (min-width:1024px){.text-map__pic-wrap{min-height:31.25rem}}.products-presented .swiper-navigation{position:absolute;right:0;top:50%;transform:translate(50%,-50%);z-index:3}@media screen and (max-width:1279px){.products-presented .swiper-button{height:4rem;width:4rem}}@media screen and (min-width:1440px){.video-wrap+.highlight,.video-wrap+.img-full,.video-wrap+.slider-newsroom{margin-top:-6rem}}.slice:last-child,.video-wrap:last-child{margin-bottom:0}.site--dufour .slice:last-child{position:relative;z-index:10}.slice--padding:last-child{margin-bottom:-4rem}@media screen and (min-width:1440px){.slice--padding:last-child{margin-bottom:-6rem}}.wrapper{padding-bottom:4rem}@media screen and (min-width:1440px){.wrapper{padding-bottom:6rem}}

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