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-edito{background-color:#001b25;padding-bottom:4rem}@media screen and (min-width:768px){.hero-edito{padding-bottom:6.25rem}}.hero-edito--brands .hero-edito__breadcrumb{top:6rem}.hero-edito__bg{height:30rem;position:relative}.hero-edito__bg:after{background-image:linear-gradient(180deg,rgba(0,27,37,0),#001b25 87%);content:"";inset:0;position:absolute}.hero-edito__content{margin-top:-12rem}@media screen and (min-width:768px){.hero-edito__bg{height:30rem}}@media screen and (min-width:1280px){.hero-edito--brands .hero-edito__breadcrumb{top:9rem}}.hero-edito:before{background-image:linear-gradient(180deg,rgba(0,27,37,.75),rgba(0,27,37,0));content:"";height:10rem;left:0;position:absolute;right:0;top:0;z-index:1}.hero-edito--grey{background-color:#edf2f9}.hero-edito--grey .hero-edito__bg:after{background-image:linear-gradient(180deg,rgba(237,242,249,0),#edf2f9 87%)}.hero-edito--grey:before{background-image:linear-gradient(180deg,rgba(237,242,249,.75),rgba(237,242,249,0))}.hero-edito--white{background-color:#fff}.hero-edito--white .hero-edito__bg:after{background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 87%)}.hero-edito--white:before{background-image:linear-gradient(180deg,hsla(0,0%,100%,.75),hsla(0,0%,100%,0))}.hero-edito--dark-blue{background-color:#001b25}.hero-edito--dark-blue .hero-edito__bg:after{background-image:linear-gradient(180deg,rgba(0,27,37,0),#001b25 87%)}.hero-edito--dark-blue:before{background-image:linear-gradient(180deg,rgba(0,27,37,.75),rgba(0,27,37,0))}.hero-edito--cream{background-color:#bfb3a7}.hero-edito--cream .hero-edito__bg:after{background-image:linear-gradient(180deg,hsla(30,16%,70%,0),#bfb3a7 87%)}.hero-edito--cream:before{background-image:linear-gradient(180deg,rgba(0,0,0,.3),hsla(30,16%,70%,0))}.hero-edito--cream .breadcrumb__link{color:#dbd6d1}.hero-edito--light-grey-dufour{background-color:#f3f4f8}.hero-edito--light-grey-dufour .hero-edito__bg:after{background-image:linear-gradient(180deg,rgba(243,244,248,0),#f3f4f8 87%)}.hero-edito--light-grey-dufour:before{background-image:linear-gradient(180deg,rgba(0,0,0,.3),rgba(243,244,248,0))}.hero-edito--light-grey-dufour .breadcrumb__link{color:#dbd6d1}.hero-edito__breadcrumb{left:50%;position:absolute;top:1.5rem;transform:translateX(-50%);z-index:2}@media screen and (min-width:768px){.site--motor .hero-edito__bg,.site--sailing .hero-edito__bg{height:37.5rem}}.has-transparent-header .hero-edito-simple{padding-top:5.75rem}@media screen and (min-width:1280px){.has-transparent-header .hero-edito-simple{padding-top:8.5rem}}.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}.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%}.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,.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}.site--dufour .card--bg{border-radius:8px 8px 48px 8px}.site--dufour .card:after{background:linear-gradient(180deg,rgba(19,20,21,0) 37.98%,rgba(4,19,72,.9) 80.29%)}.site--dufour .card .title-serif{font-feature-settings:"liga" off,"clig" off;color:#fff;font-family:Gotham,sans-serif;font-size:1.5rem;font-style:normal;font-weight:300;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-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}}@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-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}}.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)}}.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:275;line-height:100%}.slider-images__content p span{color:#fff}.slider--hotspots .slider-images__content p span{color:#041348}@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:#213a8f;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}.highlight{overflow:hidden}.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--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.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 .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)}.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(4,19,72,0),#041348)}.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}.site--dufour .video__play{background-color:#fde900}@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 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}}.double-img-complex:first-child{padding-top:0}.site--motor .double-img-complex:first-child{color:#fff}.site--sailing .double-img-complex:first-child{background-image:linear-gradient(180deg,#bfb3a7,#dbd6d1)}.site--sailing .double-img-complex:first-child .double-img-complex__highlight{-webkit-text-fill-color:#fff;background-image:none;color:#fff}.highlight:first-child{margin-top:-4rem}@media screen and (min-width:1440px){.highlight:first-child{margin-top:-6rem}}.img-full-wrap:first-child{margin-top:-4rem;padding-top:0}@media screen and (min-width:1440px){.img-full-wrap:first-child{margin-top:-6rem}}.other-expertises{position:relative}.other-expertises:before{border-top:1px solid #faf6f2;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:calc(100vw - 64px)}@media screen and (min-width:1280px){.other-expertises:before{max-width:100rem;width:calc(100vw - 200px)}}.site--motor .other-expertises:before{border-color:hsla(0,0%,100%,.1)}.expertise-middle{padding-top:4rem}@media screen and (min-width:1440px){.expertise-middle{padding-top:6rem}}.site--motor .expertise-middle .slice:last-child{margin-bottom:0;padding-bottom:4rem}@media screen and (min-width:1440px){.site--motor .expertise-middle .slice:last-child{padding-bottom:6rem}}

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