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%}@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}}.slice__heading__overflow{position:relative}@media screen and (min-width:1024px){.slice__heading__overflow:after{content:"";height:100%;position:absolute;right:1px;top:0;transform:translateX(100%);width:60vw;z-index:-1}}.slice__heading__overflow.slice__heading__overflow--night-blue:after{background-color:#041039}.slice--our-talents .markers-wrapper{position:absolute;z-index:1}.slice--our-talents .markers-wrapper .map-picto{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:.25rem;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:.25rem}.slice--our-talents .markers-wrapper .map-picto:after{border:1px dotted #fff;border-radius:50%;content:"";height:1.3125rem;pointer-events:none;position:absolute;transition:border-color .3s cubic-bezier(.175,.885,.32,1.275);width:1.3125rem}@media screen and (min-width:1024px){.slice--our-talents .markers-wrapper .map-picto{height:.5rem;width:.5rem}.slice--our-talents .markers-wrapper .map-picto:after{height:2.5rem;width:2.5rem}}.slice--our-talents .title{z-index:0}.slice--our-talents .title span{position:relative;z-index:-1}.slice--our-talents .title span:after{bottom:0;content:url(/assets/front/shape-underline-blue.svg);height:auto;left:0;position:absolute;transform:translateY(15%);width:105%;z-index:-1}.slice--our-talents .map-wrapper:after{background-image:linear-gradient(270deg,rgba(4,16,57,0),rgba(4,16,57,.7) 80%);content:"";inset:0;position:absolute;transform:translateX(-10%) scale(1.5);transform-origin:center top}@media screen and (min-width:375px){.slice--our-talents .map-wrapper:after{transform:translateX(-28%) scale(1.3);transform-origin:left center}}@media screen and (min-width:768px){.slice--our-talents .map-wrapper:after{transform:translateX(-19%) scale(1.2)}}@media screen and (min-width:1024px){.slice--our-talents .map-wrapper:after{transform:scale(1.13)}.slice-push{padding-top:3rem}}.slice-push__inner{gap:1rem}.slice-push__inner .card-push{width:100%}@media screen and (min-width:1024px){.slice-push__inner{gap:2.5rem}.slice-push__inner .card-push{width:calc(50% - 40px)}.slice-push__inner .card-push:nth-child(odd){transform:translateY(-48px)}.slice-quote__img{padding-right:16%}}.slice-quote__content__text{position:relative}@media screen and (max-width:767px){.slice-quote__content__text--has-icon{margin-bottom:.75rem}}@media screen and (min-width:768px){.slice-quote__content__text--has-icon>div{padding-right:15%}}@media screen and (max-width:767px){.slice-quote__content__quote{font-size:1.125rem;line-height:1.7;padding-right:0}}.slice-quote__content__author{font-size:1.0625rem;line-height:1.89}@media screen and (max-width:767px){.slice-quote__content__author{font-size:1rem;line-height:1.6}.slice-quote__content svg{height:33px;width:31px}}.slice-quote__content .icon-quote{stroke:#041039!important;stroke-width:.3}.slice-quote__content .icon-quote-end{bottom:-.75rem;position:absolute;right:0}@media screen and (min-width:768px){.slice-quote__content .icon-quote-end{bottom:.875rem}}.slice-quote .button{width:-webkit-max-content;width:-moz-max-content;width:max-content}.swiper-navigation{border:1px solid #041039;border-radius:24px;padding:16px 20px}.swiper-navigation.is-hidden{visibility:hidden}.swiper-navigation svg{stroke:#041039}.swiper-navigation--white{border:1px solid #fff}.swiper-navigation--white svg{stroke:#fff}.slider{display:flex;flex-direction:column}@media screen and (max-width:1023px){.slider-with-nav{padding-bottom:4.625rem}.slider-with-nav__nav{bottom:-1.25rem;position:absolute;right:0;transform:translateY(100%)}}.slice--reinsurance{padding-bottom:0!important}.slice-text--sky-blue{background-color:#c9e8fb;padding:5rem 0}@media screen and (max-width:767px){.slice-text--sky-blue{padding:2.5rem 0}}.slice-text img{left:-32px;margin-bottom:2rem;position:relative;width:163px}@media screen and (min-width:1024px){.slice-text img{bottom:0;left:-100px;margin-bottom:0;position:absolute;width:200px}}@media screen and (min-width:1280px){.slice-text img{bottom:0;left:-130px;width:246px}}.text-img:not(.text-img--white){padding:5rem 0}@media screen and (max-width:767px){.text-img:not(.text-img--white){padding:2.5rem 0}}.text-img--night-blue{background-color:#041039!important;color:#fff!important}.text-img--cream{background-color:#faebd7}.text-img__img{margin-bottom:2rem;margin-left:-2rem;width:calc(100% + 2rem)}@media screen and (min-width:768px){.text-img__img{margin-bottom:0}.text-img__img--right{margin-left:0;margin-right:-2rem}}@media screen and (min-width:1024px){.text-img__img{width:calc(100% + 3rem)}.text-img__img--left{margin-left:-3rem}.text-img__img--right{margin-right:-3rem}}@media screen and (min-width:1280px){.text-img__img{width:calc(100% + 104px)}.text-img__img--left{margin-left:-6.5rem}.text-img__img--right{margin-right:-6.5rem}}.text-img__deco{height:auto;position:absolute;right:2.5rem;top:2.5rem;transform:rotate(180deg);width:64%}@media screen and (max-width:767px){.text-img__deco{right:1.25rem;top:1.25rem}}.text-img__img1{margin-bottom:22%;width:64%}.text-img__img2{margin-left:-18%;width:55%}.slice-media__shape{stroke-width:3;bottom:-3.75rem;margin-right:-6rem;position:absolute;right:0;width:34.375rem;z-index:-1}@media screen and (min-width:768px){.slice-media__shape{bottom:-3.5rem;width:59.375rem}}@media screen and (min-width:1024px){.slice-media__shape{stroke-width:2.1;bottom:-2.5rem;margin-right:-6.5rem;width:90%}}@media screen and (max-width:1023px){.slice-media__content{margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem)}}.slice-media__header{min-height:5rem}@media screen and (min-width:1024px){.slice-media__title{padding-right:9.375rem}}.slice-media--podcast__title{font-size:2rem}@media screen and (min-width:1024px){.slice-media--podcast__title{font-size:2.5rem}}.slice-slider-pictures .row{position:relative;z-index:3}.slice-slider-pictures .swiper-slide{width:100%!important}.slice-slider-pictures .slider-pictures__item{padding-top:86.2%;position:relative}@media screen and (min-width:768px){.slice-slider-pictures .slider-pictures__item{padding-top:45%}}@media screen and (min-width:1440px){.slice-slider-pictures .slider-pictures__item{padding-top:53.19%}}.slice-slider-pictures .slider-pictures__item img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:2}.slice-slider-pictures .icon__circle{bottom:-56px;left:-120px;position:absolute;z-index:1}@media screen and (max-width:767px){.slice-slider-pictures .icon__circle{display:none}}.slice-testimony{z-index:0}.slice-testimony__img{height:100%;padding-top:128.2%;position:relative;width:100%}.slice-testimony__img img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:3}.slice-testimony__content{position:relative;z-index:3}@media screen and (max-width:1023px){.slice-testimony__content{padding-left:27%}}.slice-testimony__infos{margin-top:6rem;padding-right:14%;position:relative;z-index:3}@media screen and (max-width:1023px){.slice-testimony__infos{margin-top:2rem;padding-right:0}}@media screen and (max-width:767px){.slice-testimony__infos{margin-top:0}.slice-testimony__text{font-size:1.125rem!important}}.slice-testimony__circle{background-color:#faebd7;border-radius:50%;height:120vw;left:-64%;position:absolute;top:-30vw;width:120vw;z-index:-1}@media screen and (min-width:768px){.slice-testimony__circle{height:75vw;left:-20%;top:-50%;width:75vw}}@media screen and (min-width:1024px){.slice-testimony__circle{height:auto;left:-65%;padding-top:100%;top:-6rem;width:100%}}.slice-testimony svg{left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}@media screen and (max-width:1023px){.slice-testimony svg{margin-bottom:2rem;position:static;transform:none}}@media screen and (max-width:767px){.slice-testimony svg{height:2rem;margin-bottom:1rem;width:auto}}@media screen and (min-width:1024px){.publications-list__item{width:calc(33.33% - 1.5rem)!important}.publications-list__item:not(:last-child){margin-right:1.5rem}}.push-cs{border-top:1px solid rgba(4,16,57,.1);padding-top:2rem}@media screen and (min-width:768px){.push-cs{padding-top:4.5rem}}.push-cs__title{margin-left:auto;margin-right:auto;text-align:center}@media screen and (min-width:1024px){.push-cs__title{width:68%}}@media screen and (min-width:1280px){.push-cs__title{width:58%}}@media screen and (min-width:1024px){.prizes__title{background-color:#fff;position:relative;z-index:2}.prizes__title:before{background-color:#fff;content:"";height:101%;left:-200%;position:absolute;right:-2rem;top:0}}.prizes__item{background-color:#c9e8fb;flex-direction:column;min-height:18rem;padding:1.5rem}@media screen and (min-width:768px){.prizes__item{min-height:20.25rem;padding:2rem}}.prizes__item-logo{height:2rem;margin-bottom:2rem}.prizes__item-logo img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;position:relative;width:100%}@media screen and (min-width:768px){.prizes__item-logo{height:3.75rem;margin-bottom:3rem}}.prizes__item-text{font-size:1rem;line-height:1.4}@media screen and (min-width:768px){.prizes__item-text{font-size:1.0625rem}}.prizes__item-title{font-size:1.5rem;letter-spacing:-.5px;line-height:1.13;margin-bottom:1rem}@media screen and (min-width:768px){.prizes__item-title{font-size:2rem}}@media screen and (max-width:1023px){.prizes .slider-with-nav{padding-bottom:4.625rem}.prizes .slider-with-nav__nav{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;position:absolute;right:0;top:-12px!important;transform:translateY(100%);width:auto!important}}.slice--map .custom-select-container .custom-select-opener{border-bottom:1px dotted red;border-radius:0;color:red;font-family:Helvetica Neue LT W05\ 45 Light,Arial,sans-serif;font-size:2.5rem;padding:1rem 0}.slice--map .custom-select-container .custom-select-icon-wrapper{display:none;width:1.125rem}.slice--map .custom-select-container .custom-select-panel{background-color:#041039;border:1px dotted #fff;border-radius:0;display:none;top:5rem}.slice--map .custom-select-container .custom-select-option,.slice--map .custom-select-container .custom-select-option.has-focus{color:#fff}.slice--map .custom-select-container .custom-select-option.is-selected{color:red}.card-partner{background-color:#fff;border:1px solid #041039;border-radius:50%;opacity:.1;padding:100% 20px 0;position:relative;transition:all .3s ease-in-out}.card-partner img{filter:grayscale(1);left:50%;max-height:5.9375rem;-o-object-fit:contain;object-fit:contain;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease-in-out;width:80%}.swiper-slide-active .card-partner{background-color:#041039;opacity:1}.swiper-slide-active .card-partner img{filter:brightness(0) invert(1) grayscale(0)}.card-publication{background-color:#fff;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;min-height:31.25rem;overflow:hidden;position:relative;width:100%}@media screen and (min-width:768px){.card-publication{min-height:33.75rem}}.card-publication__tag{background-color:#c9e8fb;border-radius:14px;color:#041039;font-family:Helvetica Neue LT W05\ 65 Medium,Arial,sans-serif;font-size:.6875rem;height:1.5rem;letter-spacing:1px;line-height:1;padding:7px 10px 6px 1.25rem;position:relative;text-transform:uppercase;z-index:3}.card-publication__tag:before{background-color:#60a2d4;border-radius:50%;content:"";height:9px;left:6px;position:absolute;top:50%;transform:translateY(-50%);width:9px}.card-publication__tag--red{background-color:#fbdce8}.card-publication__tag--red:before{background-color:#e1115d}.card-publication__tag--green{background-color:#e5fffb}.card-publication__tag--green:before{background-color:#65afa4}.card-publication__tag--yellow{background-color:#fef3d4}.card-publication__tag--yellow:before{background-color:#f8c329}.card-publication__image{height:15rem;padding:1.25rem;position:relative}.card-publication__image:after{background-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent);content:"";height:4.625rem;left:0;position:absolute;top:0;width:100%;z-index:2}.card-publication__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.card-publication__image--bg{height:auto;inset:0;position:absolute}.card-publication__image--bg:after{background-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent);height:100%}.card-publication__image--illu:after{display:none}.card-publication__image--illu img{left:auto;max-width:16.875rem;-o-object-fit:contain;object-fit:contain;-o-object-position:top 0 right -20px;object-position:top 0 right -20px;right:0}.card-publication__infos{padding:1.5rem 2rem 2rem;position:relative;z-index:2}@media screen and (max-width:1279px){.card-publication__infos{padding:1.5rem}}.card-publication__title{font-size:1.5rem;line-height:1.13}@media screen and (min-width:768px){.card-publication__title{font-size:2rem}}.card-publication__title--big{font-size:2rem}@media screen and (min-width:1440px){.card-publication__title--big{font-size:2.5rem}}.card-newsroom{display:block;position:relative;z-index:3}.card-talent{border-radius:.625rem;overflow:hidden;position:relative}.card-talent .card__visual:after{box-shadow:inset 0 0 2.5rem .3125rem rgba(0,0,0,.7);content:"";inset:0;position:absolute}.card-talent__location{font-size:1rem}.card-talent__location:before{background-color:#666;border-radius:50%;content:"";display:block;height:.75rem;margin-right:.5rem;width:.75rem}.card-talent__status{font-size:1rem}@media screen and (min-width:1024px){.card-talent__status{font-size:1.125rem}}.card-talent .picto-play{cursor:pointer}.card-study{align-items:flex-start;background-color:#c9e8fb;box-shadow:0 0 10px 0 rgba(0,0,0,.06);display:flex;flex-direction:column;justify-content:space-between;min-height:28.75rem;padding:2.5rem 1.5rem;position:relative;width:100%}@media screen and (min-width:768px){.card-study{min-height:36.25rem;padding:2.5rem}}.card-study__title{letter-spacing:-.5px;line-height:1.1;padding-right:0}@media screen and (min-width:1024px){.card-study__title{padding-right:10%}}@media screen and (min-width:1440px){.card-study__title{padding-right:17%}}.card-reference{align-items:flex-start;box-shadow:0 0 20px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between;min-height:28.75rem;padding:1.5rem;width:100%}@media screen and (min-width:768px){.card-reference{min-height:31.25rem;padding:2rem}}.card-reference__testimony{font-size:1.25rem;letter-spacing:-.5px;line-height:1.33}@media screen and (min-width:768px){.card-reference__testimony{font-size:1.5rem}}.card-reference__name{font-size:1.5rem;line-height:1}.card-reference__job{font-size:.9375rem;line-height:1.33;margin-top:.5rem}.card-reference .icon{stroke-width:.5}.card-push{background-color:#faebd7;overflow:hidden;padding:1.5rem;position:relative}@media screen and (min-width:768px){.card-push{padding:2.5rem}}.card-push--night-blue{background-color:#041039}.card-push--night-blue .cta-link,.card-push--night-blue .paragraph,.card-push--night-blue .title{color:#fff}.card-push--sky-blue{background-color:#c9e8fb}.card-push__infos{padding-right:10%;z-index:1}@media screen and (min-width:768px){.card-push__infos{padding-right:41%}}@media screen and (min-width:1440px){.card-push__infos{padding-right:34%}}.card-push__image{bottom:0;max-height:95%;-o-object-fit:contain;object-fit:contain;position:absolute;right:0;width:34%;z-index:0}.card-push--references .card-push__image{transform:translate(-16%,2%)}.card-push--observatory .card-push__image{width:40%}.card-push--about .card-push__image{bottom:50%;transform:translate(9%,50%);width:45%}.card-push--join-us .card-push__image{bottom:50%;transform:translate(15%,50%);width:46%}.card-push--our-job-offers .card-push__image{width:81%}.card-push--our-commitments .card-push__image{bottom:50%;transform:translateY(50%);width:41%}.last-news{background-color:#faebd7;padding:4rem 0}@media screen and (min-width:768px){.last-news{padding-bottom:5rem}}.last-news__title{margin-left:-8rem;max-width:none;width:53.125rem}@media screen and (min-width:768px){.last-news__title{margin-left:-12.8125rem;width:90rem}}@media screen and (max-width:1023px){.last-news__cta{margin-top:2.75rem}}@media screen and (min-width:1024px){.last-news__cta{position:absolute;right:0;top:6.5rem}.last-news__item{width:calc(30% - 26px)!important}.last-news__item:first-child{width:calc(40% - 26px)!important}.last-news__item:not(:last-child){margin-right:2.5rem}}.map-wrapper .map{opacity:.42;transform:translateX(-10%) scale(1.5);transform-origin:center top}@media screen and (min-width:375px){.map-wrapper .map{transform:translateX(-28%) scale(1.3);transform-origin:left center}}@media screen and (min-width:768px){.map-wrapper .map{transform:translateX(-19%) scale(1.2)}}@media screen and (min-width:1024px){.map-wrapper .map{transform:scale(1.13)}}.markers-wrapper{height:150%;left:0;top:0;transform:translateX(-23.5%);width:150%}@media screen and (min-width:375px){.markers-wrapper{height:130%;top:50%;transform:translate(-21.7%,-50%);width:130%}}@media screen and (min-width:768px){.markers-wrapper{height:120%;transform:translate(-16%,-50%);width:120%}}@media screen and (min-width:1024px){.markers-wrapper{height:113%;transform:translateY(-50%);width:113%}}.marker{cursor:pointer}.marker__title{color:#fff;font-size:1.0625rem;left:1.5rem;line-height:1;top:50%;transform:translateY(-50%);transition:color .3s cubic-bezier(.175,.885,.32,1.275)}.marker__title:after{transition:background-color .3s cubic-bezier(.175,.885,.32,1.275)}@media screen and (min-width:1024px){.marker__title{left:3rem}}.marker__picto{align-items:center;border:1px dotted #fff;border-radius:50%;display:flex;height:1.3125rem;justify-content:center;transition:border-color .3s cubic-bezier(.175,.885,.32,1.275);width:1.3125rem}.marker__picto:before{background-color:#fff;border-radius:50%;content:"";height:.25rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:.25rem}@media screen and (min-width:1024px){.marker__picto{height:2.5rem;width:2.5rem}.marker__picto:before{height:.5rem;width:.5rem}}.marker.is-active{z-index:1}.marker.is-active .marker__title{color:red}.marker.is-active .marker__title:after{background-color:red}.marker.is-active .marker__picto{border-color:red}.marker.is-active .marker__picto:before{background-color:red;height:.5625rem;width:.5625rem}@media screen and (min-width:1024px){.marker.is-active .marker__picto:before{height:1.125rem;width:1.125rem}}.marker--santiago-de-chile,.marker--santiago-du-chili{left:23%;top:76%}@media screen and (min-width:768px){.marker--santiago-de-chile,.marker--santiago-du-chili{left:24%;top:80%}}@media screen and (min-width:1024px){.marker--santiago-de-chile,.marker--santiago-du-chili{left:22%;top:78%}}.marker--ile-maurice,.marker--mauritius{left:58%;top:71.5%}@media screen and (min-width:768px){.marker--ile-maurice,.marker--mauritius{left:59%}}@media screen and (min-width:1024px){.marker--ile-maurice,.marker--mauritius{left:57.5%;top:69.5%}}.marker--paris{left:44.5%;top:27%}.marker--paris .marker__title{left:-.5rem;top:50%;transform:translate(-100%,-50%)}@media screen and (min-width:375px){.marker--paris{left:45.5%;top:29%}}@media screen and (min-width:768px){.marker--paris{left:46%;top:30%}}@media screen and (min-width:1024px){.marker--paris{left:44.5%;top:27%}}@media screen and (min-width:1280px){.marker--paris{left:45%;top:27.5%}}.marker--prague{left:49%;top:27.5%}@media screen and (min-width:768px){.marker--prague{left:49.5%;top:28%}}@media screen and (min-width:1024px){.marker--prague{left:47.5%;top:26%}}@media screen and (min-width:1280px){.marker--prague{left:48%}}.marker--santiago{left:22%;top:77%}@media screen and (min-width:375px){.marker--santiago{left:24%}}@media screen and (min-width:1024px){.marker--santiago{left:22%}}@media screen and (min-width:1280px){.marker--santiago{left:23%}}.marker--strasbourg{left:46%;top:27%}.marker--strasbourg .marker__title{left:50%;top:50%;transform:translate(-50%,-100%)}.marker--strasbourg .marker__title:after{background-color:#fff;content:"";display:block;height:3rem;left:50%;margin-top:.125rem;position:relative;top:0;transform:translate(-50%);width:.0625rem}@media screen and (min-width:1024px){.marker--strasbourg .marker__title:after{height:5.5rem}}@media screen and (min-width:375px){.marker--strasbourg{left:47.2%;top:29%}}@media screen and (min-width:768px){.marker--strasbourg{left:47.2%;top:30%}}@media screen and (min-width:1024px){.marker--strasbourg{left:46%;top:27%}}@media screen and (min-width:1280px){.marker--strasbourg{top:27.5%}}.marker--sydney{left:86.5%;top:81.5%}.marker--sydney .marker__title{left:-.5rem;top:50%;transform:translate(-100%,-50%)}@media screen and (min-width:375px){.marker--sydney{top:83.5%}}@media screen and (min-width:768px){.marker--sydney{left:87.5%}}@media screen and (min-width:1024px){.marker--sydney{left:84.5%;top:81.5%}}@media screen and (min-width:1280px){.marker--sydney{left:86%}}.video{padding-top:56.5%;position:relative}.video .cld-video-player{height:100%;left:0;position:absolute;top:0;width:100%}.video__overlay{background-position:50%;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;transition:visibility .4s ease-in-out,opacity .4s ease-in-out}.video__overlay.is-hidden{opacity:0;visibility:hidden}.video__overlay:hover{cursor:pointer}.video__overlay:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.4));content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.video__overlay .video__overlay__infos{bottom:0;left:0;padding:1rem;position:absolute;z-index:3}@media screen and (min-width:768px){.video__overlay .video__overlay__infos{padding:2rem}}.video__overlay button{background-color:red;border-radius:50%;height:4rem;position:relative;width:4rem}@media screen and (max-width:767px){.video__overlay button{height:3.125rem;width:3.125rem}}.video__overlay button svg{left:50%;position:absolute;top:50%;transform:translate(-41%,-50%)}@media screen and (max-width:767px){.video__overlay button svg{height:1.125rem;width:1rem}}.video iframe,.video video{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}

/*# sourceMappingURL=styles-news.e9a592e6bd18c494c454.css.map*/