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}}.modals{height:100%;left:0;pointer-events:none;position:fixed;top:0;z-index:999}.modal{background:rgba(49,43,105,.6);display:flex;height:100%;pointer-events:auto;position:absolute;transition:opacity .3s cubic-bezier(.215,.61,.355,1);width:100vw}.modal__inner{background-color:#fff;max-height:90%;max-width:90vw;position:relative}.modal__close-button{position:absolute;right:1.5rem;top:1.5rem;transition:opacity .3s cubic-bezier(.215,.61,.355,1)}@media screen and (min-width:1024px){.modal__close-button{right:2rem;top:2rem}}@media screen and (min-width:1280px){.modal__close-button:hover{opacity:.6}}.modal__close-icon{height:1.25rem;width:1.25rem}@media screen and (min-width:1024px){.modal__close-icon{height:1.5rem;width:1.5rem}}.modal.is-hidden{opacity:0;pointer-events:none}.modal.center{align-items:center;justify-content:center}.modal.aside-modal .modal__inner{height:100%;max-height:100%;max-width:100%;overflow:auto;position:absolute;right:0;top:0;transition:transform .3s ease-out;width:100%}@media screen and (min-width:1024px){.modal.aside-modal .modal__inner{max-width:76.25rem;width:84%}.modal.aside-modal .modal__inner--photo{max-width:44rem;width:50%}}.modal.aside-modal.is-hidden .modal__inner{transform:translateX(100%)}@media screen and (min-width:1280px){.modal--filters{justify-content:flex-end;padding-right:7.5rem}.modal--filters .fluid-grid{margin:0}}.modal__side{background-color:#fff;height:100vh;height:calc(var(--vh, 1vh)*100);margin:0 -2rem;max-height:-webkit-fill-available;overflow:auto;padding:2rem;pointer-events:all;transition:transform .4s ease-in-out}@media screen and (min-width:768px){.modal__side{margin-left:0;padding:4rem 2rem 3rem 20%}}@media screen and (min-width:1280px){.modal__side{margin-right:-7.5rem;padding-right:7.5rem}}.is-hidden .modal__side{pointer-events:none;transform:translateX(100%)}.is-hidden .modal__close-button{pointer-events:none}.hero__round{border-radius:50%;font-size:1rem;font-weight:800;height:10.625rem;left:5.75rem;letter-spacing:1px;position:absolute;text-transform:uppercase;top:17.375rem;transform:rotate(-90deg) translateY(-100%);white-space:nowrap;width:10.625rem;z-index:-1}@media screen and (max-width:767px){.hero__round--small{justify-content:flex-end;padding:2.5rem}}@media screen and (min-width:768px){.hero__round{height:16.5rem;left:8.75rem;top:1rem;width:16.5rem}.hero__round--big{font-size:1.25rem;letter-spacing:1.5px}}@media screen and (min-width:1280px){.hero__round{left:1.25rem}}.hero__round--violet{background-color:rgba(79,70,156,.4)}.hero__round--violet-dark{background-color:rgba(49,43,105,.4)}.hero__round--orange{background-color:#f58853}.hero__round--green{background-color:hsla(82,66%,75%,.4)}@media screen and (max-width:767px){.hero__round--green{justify-content:flex-end;padding-right:2.5rem}}@media screen and (min-width:768px){.hero__round--green{top:3.5rem}}.hero__pic-wrap{border-radius:50%;margin-top:calc(-62.75% + 2.5rem);overflow:hidden;pointer-events:none;position:relative;width:142%}@media screen and (min-width:1024px){.hero__pic-wrap{bottom:0;left:0;margin-top:0;position:absolute;width:145%}}.hero__pic-wrap img{bottom:0;height:55.75%;left:0;min-width:0;top:44.25%;width:81%}@media screen and (min-width:1024px){.hero__pic-wrap img{height:100%;top:0}}@media screen and (min-width:1280px){.hero__pic-wrap img{width:100%}}.hero__pic-wrap--border{border:.375rem solid;margin-top:calc(-51.75% + 2.5rem)}@media screen and (max-width:1023px){.hero__pic-wrap--border img{height:63.75%;top:36.25%}}@media screen and (min-width:1024px){.hero__pic-wrap--border{border:.75rem solid;bottom:-3.75rem;top:auto;width:158%}}.hero__pic-wrap svg{left:45%;position:absolute;top:67%;transform:translate(-50%,-50%)}@media screen and (max-width:767px){.hero__pic-wrap svg{height:auto;width:6.25rem}}@media screen and (min-width:1024px){.hero__pic-wrap svg{top:50%}}@media screen and (min-width:1440px){.hero__pic-wrap svg{left:50%}}.hero__pic-wrap:before{content:"";display:block;padding-top:100%}.hero__right{position:relative}@media screen and (min-width:1024px){.hero__right{padding-top:104%}.hero__right--expertise{padding-top:94%}}.hero-edito--bg{color:#fff}@media screen and (max-width:1023px){.hero-edito--bg{padding-bottom:2.5rem}}@media screen and (min-width:1024px){.hero-edito--picto{margin-bottom:calc(8vw - .32rem)}}@media screen and (min-width:1280px){.hero-edito--picto{margin-bottom:calc(8vw - 19.2px)}}@media screen and (min-width:1600px){.hero-edito--picto{margin-bottom:6.75rem}}@media screen and (min-width:1024px){.hero-edito--picto .hero__pic-wrap{margin-bottom:-16%;width:148%}}.hero-edito--news .fluid-grid:before{background-color:#f1f0f9;border-radius:50%;content:"";height:13.75rem;position:absolute;right:-3.5rem;top:3.5rem;width:13.75rem}@media screen and (min-width:768px){.hero-edito--news .fluid-grid:before{height:24.75rem;right:-7.5rem;top:1rem;width:24.75rem}}.hero-edito--news .hero-edito__side-left{padding-bottom:0}@media screen and (max-width:767px){.hero-edito--event .title--M{font-size:2.5rem}}@media screen and (max-width:1023px){.hero-edito .breadcrumb{left:0;position:absolute;right:0;top:0}}@media screen and (min-width:1280px){.hero-edito__chapo{width:83%}}.hero-edito__location svg{position:relative;top:2px}@media screen and (max-width:1023px){.hero-edito__event-wrap{margin:2.5rem -2rem 0 0;-webkit-mask-image:url(/assets/front/masks/event-single-mobile.svg);-webkit-mask-size:cover}}@media screen and (min-width:1024px){.hero-edito__event-wrap{max-height:38.75rem;overflow:hidden;position:relative;width:50vw}.hero-edito__event-wrap:after{background:url(/assets/front/masks/event-single.svg) no-repeat;background-size:auto 100%;bottom:0;content:"";left:0;position:absolute;top:0;width:100%}}.hero-edito__date{align-items:center;background-color:#5d53b4;border:.25rem solid #4f469c;border-radius:50%;bottom:calc(13% - 12.48px);color:#fff;display:flex;flex-direction:column;font-size:1.25rem;font-weight:800;height:6rem;justify-content:center;left:calc(5% - 4.8px);letter-spacing:-.5px;line-height:1;position:absolute;width:6rem}.hero-edito__date .year{font-size:.9375rem;font-weight:400}@media screen and (min-width:768px){.hero-edito__date{border:7px solid #4f469c;bottom:calc(13% - 23.4px);font-size:2rem;height:11.25rem;left:calc(5% - 9px);width:11.25rem}.hero-edito__date .year{font-size:1.625rem}}@media screen and (min-width:1024px){.hero-edito__date{bottom:2.5rem;left:0}}.hero-edito__register{align-items:center;background-color:#f37232;border:.25rem solid #4f469c;border-radius:50%;bottom:calc(13% - 12.48px - 1rem);display:flex;flex-direction:column;height:4rem;justify-content:center;left:calc(5% - 4.8px + 4rem);position:absolute;transition:background-color .4s ease-in-out;width:4rem}@media screen and (min-width:768px){.hero-edito__register{border:7px solid #4f469c;bottom:calc(13% - 23.4px);height:5.5rem;left:calc(5% + 121px);width:5.5rem}.hero-edito__register svg{height:auto;width:1.5rem}}@media screen and (min-width:1024px){.hero-edito__register{bottom:1rem;left:8.125rem}}@media screen and (min-width:1600px){.hero-edito__register{bottom:2rem}}.hero-edito__register:hover{background-color:#f58853}.hero-edito__side-left{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1023px){.hero-edito__side-left--bg{padding-bottom:2.5rem}}@media screen and (min-width:1024px){.hero-edito__side-left{padding-bottom:3rem}}.hero-edito__dl{bottom:1rem;color:#fff;font-size:.8125rem;font-weight:700;left:0;line-height:1.11;position:absolute;text-align:center}@media screen and (min-width:768px){.hero-edito__dl{bottom:3.75rem;font-size:1.125rem}}@media screen and (min-width:1024px){.hero-edito__dl--picto{bottom:-1rem}}.hero-edito__dl span{background-color:#4f469c;border:.25rem solid #fff;border-radius:50%;transition:background-color .4s ease-in-out}@media screen and (min-width:768px){.hero-edito__dl span{border-width:7px}}.hero-edito__dl span:first-child{height:6.5rem;width:6.5rem}@media screen and (min-width:768px){.hero-edito__dl span:first-child{height:11.25rem;width:11.25rem}}.hero-edito__dl span:last-child{background-color:#f37232;height:3rem;left:4.75rem;position:absolute;top:4.375rem;width:3rem}@media screen and (max-width:767px){.hero-edito__dl span:last-child svg{height:auto;width:1.125rem}}@media screen and (min-width:768px){.hero-edito__dl span:last-child{height:5.5rem;left:7.875rem;top:7.25rem;width:5.5rem}}.hero-edito__dl:hover span{background-color:#6c63bb}.hero-edito__dl:hover span:last-child{background-color:#f58853}.hero-edito__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}@media screen and (min-width:768px){.hero-edito__tags{margin-bottom:1.5rem}}.hero-expertise{background-color:#4f469c;color:#fff}@media screen and (max-width:1023px){.hero-expertise .hero__round{top:auto}}@media screen and (min-width:1024px)and (max-width:1279px){.hero-expertise .hero__round{top:4rem}}.hero-expertise__left{min-height:12.5rem;padding:0 0 2rem 2.5rem}@media screen and (min-width:768px){.hero-expertise__left{min-height:18.75rem;padding-bottom:4rem}}@media screen and (min-width:1024px){.hero-expertise__left{margin:.75rem auto 0;padding:3.5rem 0 3rem;width:65%}}@media screen and (min-width:1280px){.hero-expertise__left{position:relative}}@media screen and (max-width:1023px){.hero-expertise .breadcrumb{left:0;position:absolute;right:0;top:0}}.swiper-button{background-color:#f5f5f5;border-radius:50%;height:2.5rem;opacity:1;transition:opacity .4s ease-in-out,background-color .4s ease-in-out;width:2.5rem}@media screen and (min-width:768px){.swiper-button{height:3rem;width:3rem}}.swiper-button-prev svg{transform:scaleX(-1)}.swiper-button-disabled{opacity:.5;pointer-events:none}.swiper-button-lock{display:none}.swiper-button:hover{background-color:#4f469c}.swiper-button:hover svg{fill:#fff;color:#fff}.swiper-button.swiper-button--violet{background-color:#4f469c}.swiper-button--violet:hover{background-color:#312b69}.swiper-pagination-bullet{border-radius:.1875rem;display:inline-block;height:.375rem;margin:0 .25rem;opacity:.2;transition:all .2s ease-out;width:.375rem}.swiper-pagination-bullet-active{opacity:1;width:1.25rem}.swiper-pagination.swiper-pagination--violet .swiper-pagination-bullet{background-color:#4f469c}.swiper-navigation.is-hidden{display:none}.swiper-slide{height:auto!important}.cards-slider{position:relative}@media screen and (max-width:767px){.cards-slider__nav{bottom:5rem;justify-content:space-between;left:2rem;position:absolute;right:2rem}}.cards-slider .swiper-container{margin:-.5rem -.5rem 0;padding:.5rem;width:calc(100% + 1rem)}@media screen and (max-width:767px){.cards-slider .swiper-container{margin:-.5rem -2rem 0;padding:.5rem 2rem;width:calc(100% + 4rem)}}.cards-slider .swiper-slide{display:flex;height:auto}.publi-hide{margin-bottom:-2.5rem;max-height:38.75rem;overflow:hidden;position:relative}.publi-hide:after{background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0;content:"";height:14.25rem;left:0;position:absolute;right:0}.slice{margin-bottom:4rem}@media screen and (min-width:768px){.slice{margin-bottom:6rem}}.slice--push:last-child{margin-bottom:0}.slice--padding+.slice--padding{margin-top:-4rem}@media screen and (min-width:768px){.slice--padding+.slice--padding{margin-top:-6rem}}@media screen and (min-width:1024px){.slice--bullet-points .description{max-width:23.75rem}}.slice--bullet-points .visual{margin-left:auto;margin-right:auto;max-width:23.75rem}.slice--bullet-points .bullet-point .title:before{background-color:#5b51b2;border-radius:50%;content:"";height:6.375rem;left:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:6.375rem;z-index:-1}.slice--documents .documents-list__item{border:1px solid #e1e1e1;border-radius:.5rem;transition:box-shadow .3s ease-out}.slice--documents .documents-list__item .text-grey-dark{line-height:1.38;transition:color .3s ease-out}@media screen and (min-width:768px){.slice--documents .documents-list__item .text-grey-dark{line-height:1.22}}.slice--documents .documents-list__item .picto{height:2.5rem;width:2.5rem}.slice--documents .documents-list__item:hover{box-shadow:0 0 .5rem 0 rgba(25,25,25,.1)}.slice--documents .documents-list__item:hover .text-grey-dark{color:#f37232}.slice--federations .swiper-container{border-radius:.5rem}@media screen and (min-width:1280px){.slice--federations .swiper-navigation{left:-2rem;pointer-events:none;top:37%;transform:translateY(-50%);width:calc(100% + 3.9375rem)}.slice--federations .swiper-navigation .swiper-button{pointer-events:auto}.slice--federations .swiper-navigation .swiper-button-prev{transform:translateX(-100%)}.slice--federations .swiper-navigation .swiper-button-next{transform:translateX(100%)}}.slice--images-slider .swiper-container,.slice--images-slider .visual{border-radius:.5rem}@media screen and (min-width:1024px){.slice--images-slider .swiper-navigation{right:3rem;top:50%;transform:translateY(-50%)}.slice--key-figures .title--XS{left:0;top:0;transform:translate(-100%) rotate(-90deg);transform-origin:right top;white-space:nowrap}}.slice--key-figures .title--L span{font-weight:600}.slice--key-figures .swiper-container{overflow:inherit}@media screen and (min-width:768px){.slice--key-figures .swiper-container{overflow:hidden}}.slice--key-figures .swiper-slide{height:100%!important}@media screen and (min-width:768px){.slice--key-figures .swiper-slide:nth-child(2n){margin-top:3rem}}.slice--key-figures .swiper-slide:nth-child(3n+2) .key-figure:before{background-color:#4f469c}.slice--key-figures .swiper-slide:nth-child(3n+3) .key-figure:before{background-color:#5b51b2}.slice--key-figures .key-figure:before{background-color:#f37232;border-radius:50%;content:"";display:block;padding-top:100%}.slice--key-figures .key-figure__number{font-size:2rem;letter-spacing:-1.5px;line-height:1}.slice--key-figures .key-figure__description{font-size:1rem;line-height:1.5;padding:0 2rem}@media screen and (min-width:1024px){.slice--key-figures .key-figure__description{font-size:1.125rem;line-height:1.33}}.slice--portraits .portait-highlight{position:relative}.slice--portraits .portait-highlight:before{background-color:#fdf0ea;border-radius:50%;content:"";height:23.75rem;position:absolute;right:-8rem;top:-1.5rem;width:23.75rem;z-index:-1}@media screen and (min-width:1280px){.slice--portraits .portait-highlight:before{right:0}}.slice--portraits .portait-highlight__text:before{background-color:#4f469c;content:"";height:100%;left:0;overflow:hidden;position:absolute;top:0;transform:translateX(-2rem);width:150%;z-index:-1}@media screen and (min-width:1024px){.slice--portraits .portait-highlight__text:before{width:calc(155% + 2rem)}}@media screen and (min-width:1280px){.slice--portraits .portait-highlight__text:before{transform:translateX(-7.5rem);width:calc(155% + 120px)}}.slice--portraits .portait-highlight__text:after{background-color:#5b51b2;border-radius:50%;-webkit-clip-path:inset(55px 0 0 0);clip-path:inset(55px 0 0 0);content:"";height:12.5rem;left:0;position:absolute;top:0;transform:translate(-5rem,-3.4375rem);width:12.5rem;z-index:-1}@media screen and (min-width:1024px){.slice--portraits .portait-highlight__text:after{-webkit-clip-path:inset(120px 0 0 46px);clip-path:inset(120px 0 0 46px);height:20.625rem;transform:translate(-10.3125rem,-7.5rem);width:20.625rem}}.slice--portraits .portait-highlight .card{margin-top:-3.375rem}@media screen and (min-width:1024px){.slice--portraits .portait-highlight .card{margin-top:0}}.slice--portraits .portait-highlight .logo{max-width:75%}.slice--portraits .title--S span{color:#f37232}.slice--portraits .portaits__list{gap:1.5rem}.slice--portraits .portaits__list .card{width:100%}@media screen and (min-width:768px){.slice--portraits .portaits__list{gap:2rem}.slice--portraits .portaits__list .card{width:calc(50% - 1rem)}}@media screen and (min-width:1024px){.slice--portraits .portaits__list{gap:2rem}.slice--portraits .portaits__list .card{width:calc(34% - 2rem)}}.push-contact .fluid-grid{border-radius:.5rem}@media screen and (min-width:768px){.push-contact .fluid-grid{display:flex;min-height:17.5rem}}@media screen and (min-width:1024px){.push-contact .fluid-grid{min-height:26.125rem}}.push-contact__left{align-items:center;align-self:stretch;display:flex;padding:2rem 1.5rem 3rem;position:relative}@media screen and (min-width:768px){.push-contact__left{padding-bottom:1rem;padding-top:1rem}}@media screen and (min-width:1280px){.push-contact__left{padding-left:20%}}.push-contact__left:before{background-color:#f37232;border-radius:50%;bottom:0;content:"";left:50%;padding-top:300%;position:absolute;transform:translate(-50%);width:300%;z-index:0}@media screen and (min-width:768px){.push-contact__left:before{bottom:auto;left:0;padding-top:200%;top:50%;transform:translate(-47%,-50%);width:200%}}@media screen and (min-width:1024px){.push-contact__left:before{transform:translate(-44%,-50%)}}.push-contact .question-mark{left:0;max-height:70%;top:50%;transform:translateY(-77%)}@media screen and (min-width:768px){.push-contact .question-mark{max-height:calc(100% - 78px);transform:translateY(-50%)}}.push-contact .contact-list{display:flex;flex-wrap:wrap;justify-content:center;padding:1.5rem}@media (min-width:1024px){.push-contact .contact-list{padding-bottom:2.5rem;padding-left:3.5rem;padding-top:2.5rem}}.push-contact .contact-list{gap:1rem}@media screen and (min-width:1024px){.push-contact .contact-list{gap:2.5rem}}@media screen and (min-width:1440px){.push-contact .contact-list{gap:4.375rem}}.speakers__tab-toggle{background-color:#f1f0f9;border-radius:1.5rem;color:rgba(49,43,105,.5);font-size:.9375rem;font-weight:600;line-height:1.2;padding:.9375rem 1.5rem;transition:background-color .4s ease-in-out,color .4s ease-in-out;white-space:nowrap}.speakers__tab-toggle.is-active,.speakers__tab-toggle:hover{background-color:#4f469c;color:#fff}.speakers__tab-list{gap:.5rem 1rem;overflow-x:auto}@media screen and (max-width:1023px){.speakers__tab-list{margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem)}.speakers__tab-list li:first-child{margin-left:2rem}.speakers__tab-list li:last-child{margin-right:2rem}}.speakers__panel{display:none}.speakers__panel.is-active{display:block}.slice--square-image .visual-wrapper{border-radius:0 .5rem .5rem 0;margin:-2rem 0 2rem -2rem;overflow:hidden}@media screen and (min-width:768px){.slice--square-image .visual-wrapper{margin:-4rem 0 4rem -2rem}}@media screen and (min-width:1280px){.slice--square-image .visual-wrapper{margin-left:-7.5rem}}@media screen and (min-width:1600px){.slice--square-image .visual-wrapper{border-radius:.5rem}}.slice--testimonies .visual{max-width:7.5rem}@media screen and (min-width:1024px){.slice--testimonies .visual{max-width:10.9375rem}.slice--testimonies .title--XS{left:0;top:50%;transform:rotate(-90deg) translateX(-50%);transform-origin:0 0}}.slice--testimonies .icon-quotes{height:1.5rem;width:2rem}@media screen and (min-width:1024px){.slice--testimonies .icon-quotes{height:1.875rem;width:2.5rem}}.slice--testimonies .icon-quotes--close{transform:rotate(180deg)}@media screen and (max-width:767px){.slice--testimonies .paragraph--XL{font-size:1rem}}.slice--testimonies__item{padding:1.5rem}@media screen and (min-width:768px){.slice--testimonies__item{padding:4rem 10.5%}}@media screen and (min-width:1024px){.slice--testimonies__item{display:flex}}@media screen and (min-width:1440px){.slice--testimonies__item{padding:4rem 6.5rem}}.slice--text .suptitle{font-size:1rem;letter-spacing:1.5px}.slice--text .suptitle:after{background-color:rgba(25,25,25,.2);border-radius:50%;content:"";height:12.5rem;left:0;position:absolute;top:0;transform:translate(-37%,-10%);width:12.5rem;z-index:-1}@media screen and (min-width:1024px){.slice--text .suptitle{font-size:1.25rem;text-align:center;transform:translate(-75%,-15%)}.slice--text .suptitle span{align-items:center;display:flex;height:17.1875rem;justify-content:center;transform:rotate(-90deg);width:17.1875rem}.slice--text .suptitle:after{height:17.1875rem;left:50%;top:50%;transform:translate(-50%,-50%);width:17.1875rem}}.slice--text--blue .suptitle{color:#f37232}.slice--text--blue .suptitle:after{background-color:#f1f0f9}.slice--text--orange .suptitle{color:#4f469c}.slice--text--orange .suptitle:after{background-color:#fdf0ea}.slice--text--dark{background-color:#312b69;color:#fff;overflow:hidden;padding:2.5rem 0}.slice--text--dark .suptitle{color:#f37232}.slice--text--dark .suptitle:after{background-color:#4f469c}.slice--text--dark:after{background-color:#f37232;border-radius:50%;content:"";height:13.125rem;pointer-events:none;position:absolute;right:0;top:0;transform:translate(30%,-20%);width:13.125rem;z-index:0}@media screen and (min-width:1024px){.slice--text--dark{padding:5rem 0}}.slice--text-picture .visual__wrapper{max-width:inherit;right:0;transform:translate(-13%);width:115%}@media screen and (max-width:767px){.slice--text-picture .visual__wrapper{margin-bottom:calc(10vw - .4rem)}}@media screen and (max-width:1023px){.slice--text-picture .visual__wrapper{max-width:36.25rem}}@media screen and (min-width:1024px){.slice--text-picture .visual__wrapper{transform:translate(-21%);width:126%}}.slice--text-picture .visual__wrapper:before{background-color:#f1f0f9;border-radius:50%;content:"";height:9.25rem;position:absolute;right:0;top:0;width:9.25rem;z-index:0}@media screen and (min-width:1024px){.slice--text-picture .visual__wrapper:before{height:14.375rem;transform:translate(15%);width:14.375rem}}.slice--text-picture .visual__wrapper .deco{background-color:#312b69;height:4.125rem;right:0;transform:translateX(-70%);width:4.125rem}.slice--text-picture .visual__wrapper .deco:after{background-color:#f37232;border-radius:50%;content:"";height:1.0625rem;position:absolute;right:0;top:0;transform:translateY(-100%);width:1.0625rem}@media screen and (min-width:1024px){.slice--text-picture .visual__wrapper .deco{height:6.375rem;width:6.375rem}.slice--text-picture .visual__wrapper .deco:after{height:1.625rem;width:1.625rem}}.slice--text-picture .visual--secondary{border:.5rem solid #fff;right:0;transform:translate(.5rem,25%);width:45%}@media screen and (min-width:768px){.slice--text-picture .visual--secondary{width:40%}}@media screen and (min-width:1024px){.slice--text-picture .visual--secondary{border:1rem solid #fff;transform:translate(20%,25%)}}.slice--text-picture--right .visual__wrapper{left:0;right:auto;transform:translate(0)}@media screen and (max-width:1023px){.slice--text-picture--right .visual__wrapper{margin-left:auto;margin-right:-4rem}}.slice--text-picture--right .visual__wrapper:before{left:0;right:auto}@media screen and (min-width:1024px){.slice--text-picture--right .visual__wrapper:before{transform:translate(-15%)}}.slice--text-picture--right .visual__wrapper .visual--secondary{left:0;right:auto;transform:translate(-.5rem,25%)}@media screen and (min-width:1024px){.slice--text-picture--right .visual__wrapper .visual--secondary{transform:translate(-20%,25%)}}.slice--text-picture--right .visual__wrapper .deco{left:0;right:auto;transform:translateX(70%)}.slice--text-picture--right .visual__wrapper .deco:after{left:0;right:auto}.slice--text-picture--orange .visual__wrapper:before{background-color:#fde3d6}.slice--text-picture--orange .deco{background-color:#f37232!important}.slice--text-picture--orange .deco:after{background-color:#312b69!important}.video{padding-top:56.5%;position:relative}.video .cld-video-player{height:100%;left:0;position:absolute;top:0;width:100%}.video__wrapper{border-radius:.5rem;overflow:hidden}.video__overlay{background-position:50%;background-size:cover;border-radius:.5rem;bottom:0;left:0;position:absolute;right:0;top:0;transition:visibility .4s ease-in-out,opacity .4s ease-in-out}.lyt-activated .video__overlay,.video__overlay.is-hidden{opacity:0;visibility:hidden}.video__overlay:hover{cursor:pointer}.video__overlay:before{background-image:linear-gradient(0deg,rgba(25,25,25,.8),rgba(25,25,25,0));bottom:0;content:"";left:0;position:absolute;right:0;top:0}.video__play{background-color:#f37232;border-radius:50%;height:6rem;margin-left:-1.875rem;transition:background-color .4s ease-in-out;width:6rem}.video__play .icon{color:#fff;height:1.75rem;width:1.5rem}@media screen and (min-width:1024px){.video__play{height:9.75rem;margin-left:-4.5rem;width:9.75rem}.video__play .icon{height:2.375rem;transition:color .4s ease-in-out;width:2rem}}.video iframe,.video video{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.video:hover .video__play{background-color:#fff}.video:hover .video__play .icon{color:#f37232}@media screen and (max-width:767px){.video .title{font-size:1.5rem}}lite-youtube{align-items:center;display:flex;max-width:none}lite-youtube:before{display:none}.push-content__title{color:#f1f0f9;font-size:3.5rem;font-weight:600;letter-spacing:-3px;line-height:1;margin-bottom:-.4375rem;text-align:center}@media screen and (min-width:768px){.push-content__title{font-size:5rem;margin-bottom:-.625rem}}.push-content__item{display:flex;position:relative;z-index:1}@media screen and (max-width:767px){.push-content__item:first-child{border-bottom:2px solid #fff}}@media screen and (min-width:768px){.push-content__item{width:50%}.push-content__item:first-child{border-right:1px solid #fff}.push-content__item:last-child{border-left:1px solid #fff}}@media screen and (min-width:768px)and (min-width:768px)and (max-width:1279px){.push-content__item:last-child{padding-left:2rem}}.push-content__inner{align-items:flex-end;color:#312b69;display:flex;min-height:15rem;padding:3rem 2rem 2rem;position:relative;transition:background-color .4s ease-in-out;width:100%;z-index:1}@media screen and (min-width:768px){.push-content__inner{padding:3.75rem 0 3rem}}@media screen and (min-width:1024px){.push-content__inner{min-height:21.25rem;padding-top:8.375rem}}.push-content__inner--right{padding-right:2rem}@media screen and (min-width:1280px){.push-content__inner--right{padding-right:7.5rem}}.push-content__inner--left{padding-left:2rem}@media screen and (min-width:1280px){.push-content__inner--left{padding-left:7.5rem}.push-content__inner:hover{color:#fff}.push-content__inner:hover+.push-content__bg{opacity:1}.push-content__inner--no-img:hover{background-color:#4f469c}}.push-content__bg{inset:0;opacity:0;position:absolute;transition:opacity .4s ease-in-out;z-index:-1}.push-content__bg:after{background-image:linear-gradient(180deg,rgba(49,43,105,.3),#312b69);content:"";inset:0;position:absolute}.push-content__bg img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:1279px){.push-content__bg{display:none}}.push-content__content{width:calc(100% - 6rem)}@media screen and (min-width:1280px){.push-content__content{width:63%}.push-content__content--right{margin-left:20%}}.push-content__suptitle{--tw-text-opacity:1;color:rgb(243 114 50/var(--tw-text-opacity));font-size:.8125rem;font-weight:800;letter-spacing:1px;line-height:normal;margin-bottom:2rem;text-transform:uppercase}.push-content__wrap{margin:0 -2rem;position:relative}@media screen and (min-width:1280px){.push-content__wrap{margin:0 -7.5rem}}.push-content__cta{background-color:#f37232;border-radius:50%;bottom:2rem;height:2.5rem;position:absolute;right:2rem;width:2.5rem}@media screen and (max-width:767px){.push-content__cta svg{height:.75rem;width:.75rem}}@media screen and (min-width:768px){.push-content__cta{bottom:3rem;height:3.5rem;width:3.5rem}}@media screen and (min-width:1280px){.push-content__cta{right:7.5rem}.push-content__cta--left{right:4rem}}.slice--veille .documents-list__item{border:1px solid #e1e1e1;border-radius:.5rem;transition:box-shadow .3s ease-out}.slice--veille .documents-list__item .text-grey-dark{line-height:1.38;transition:color .3s ease-out}@media screen and (min-width:768px){.slice--veille .documents-list__item .text-grey-dark{line-height:1.22}}.slice--veille .documents-list__item .picto{height:2.5rem;width:2.5rem}.slice--veille .documents-list__item:hover{box-shadow:0 0 .5rem 0 rgba(25,25,25,.1)}.slice--veille .documents-list__item:hover .text-grey-dark{color:#f37232}.slice--veille .years-tabs{gap:1rem}.slice--veille .years-tabs .tab-year{font-size:24px;height:24px;line-height:24px}.slice--veille .years-tabs .tab-year:not(:last-child){border:0;border-right:2px solid #d9d9d9;padding-right:1rem;position:relative}.become-member .title--XXL{transform:translateY(43%)}@media screen and (max-width:1023px){.become-member{padding-bottom:3rem}}.become-member__inner{background-color:#eaf0db;border-radius:.5rem;overflow:hidden;position:relative}@media screen and (max-width:1023px){.become-member__inner{padding-bottom:14.875rem}}@media screen and (min-width:1024px){.become-member .title--M{line-height:1}}.become-member .title--M .icon{height:8.8125rem;width:7.125rem}@media screen and (min-width:1024px){.become-member .title--M .icon{height:10.6875rem;width:8.625rem}}.become-member .cta-wrapper{bottom:0;position:absolute;right:50%;transform:translateX(50%)}@media screen and (min-width:1024px){.become-member .cta-wrapper{bottom:0;right:0;transform:translateX(60%)}}.become-member .cta-wrapper img{border:.4375rem solid #fff;height:14.25rem;max-width:inherit;width:14.25rem}@media screen and (min-width:1024px){.become-member .cta-wrapper img{display:block;left:-100%;top:-100%;transform:translate(15%,-4%)}}.become-member .cta-wrapper .cta{border:.4375rem solid #fff;bottom:-7px;font-size:1rem;height:9.0625rem;left:50%;line-height:1.13;transform:translateY(50%);width:9.0625rem}@media screen and (min-width:1024px){.become-member .cta-wrapper .cta{left:auto;transform:translateY(0);transition:background-color .3s ease-out}.become-member .cta-wrapper .cta:hover{background-color:#cae993}}@media screen and (min-width:1024px)and (max-width:1279px){.become-member .cta-wrapper .cta{left:-20%}}.become-member__title{align-items:flex-end;display:flex;margin-left:-2.75rem}@media screen and (min-width:768px){.become-member__title{align-items:center;margin-left:-1.25rem;max-width:28.125rem}}@media screen and (min-width:1024px){.become-member__title{max-width:20rem}}.card-contact{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.5rem;display:inline-flex;padding:1rem;position:relative;width:100%}@media screen and (min-width:1024px){.card-contact{padding:2rem 2rem 1.5rem}}.card-contact .card__visual{max-width:6.5rem}@media screen and (min-width:1024px){.card-contact .card__visual{max-width:10.8125rem}}.card-contact .card__visual:before{content:"";display:block;padding-top:100%}.card-contact .card__visual .is-logo{max-width:50%}.card-contact .card__visual .picto{border:1px solid #fff;height:2.25rem;width:2.25rem}.card-contact .card__visual .picto .icon{height:.75rem;width:1.25rem}@media screen and (min-width:1024px){.card-contact .card__visual .picto{border:3px solid #fff;height:3.5rem;width:3.5rem}.card-contact .card__visual .picto .icon{height:1.125rem;width:1.75rem}.card-contact--vertical{flex-direction:column;max-width:14.875rem;width:calc(50% - 2.25rem)}}@media screen and (max-width:1023px){.card-contact--vertical .card__visual{margin-right:1rem}}@media screen and (min-width:1024px){.card-contact--vertical .card__content{margin-top:1rem;text-align:center}.card-contact--horizontal{width:calc(100% - 2rem)}}@media screen and (min-width:1280px){.card-contact--horizontal{width:calc(100% - 92px)}}.card-contact--horizontal .card__visual{margin-right:1rem}@media screen and (min-width:1024px){.card-contact--horizontal .card__visual{margin-right:1.75rem}}.card-contact .name{font-size:1.125rem;line-height:1.39}.card-contact .job{font-size:.875rem;line-height:1.43}.card-expertise{border-radius:.5rem}.card-expertise:before{content:"";display:block;padding-top:100%}@media screen and (min-width:1024px)and (max-width:1279px){.card-expertise:before{padding-top:100%}}.card-expertise .suptitle{font-size:.6875rem;left:1rem;line-height:1;top:1rem;transform:translateX(-100%) rotate(-90deg);transform-origin:top right}.card-expertise .suptitle:before{background-color:#312b69;border-radius:50%;content:"";height:10.5625rem;left:50%;position:absolute;top:50%;transform:translate(-40%,-76%);width:10.5625rem;z-index:-1}@media screen and (min-width:1024px){.card-expertise .suptitle{font-size:.8125rem;left:2rem;top:2rem}.card-expertise .suptitle:before{height:10.9375rem;transform:translate(-40%,-62%);width:10.9375rem}}.card-expertise .visual__wrapper{overflow:hidden;width:50%}@media screen and (min-width:1440px){.card-expertise .visual__wrapper{width:54%}}.card-expertise .visual__wrapper img{display:block;height:101%;-o-object-fit:cover;object-fit:cover;width:100%}.card-expertise .content{bottom:1.5rem;left:1.5rem;padding-right:20%;right:1.5rem}@media screen and (min-width:1024px){.card-expertise .content{bottom:2rem;left:2rem;right:2rem}}.card-expertise .title{font-size:1.5rem;letter-spacing:-.5px;line-height:1.08}@media screen and (min-width:768px){.card-expertise .title{font-size:1.75rem}}@media screen and (min-width:1024px){.card-expertise .title{font-size:2rem;line-height:1.13}}.card-expertise .pic{transition:transform .4s ease-in-out}.card-expertise:hover .pic{transform:scale(1.05)}.card-federation{cursor:pointer;width:100%}.card-federation .visual__wrapper{background-color:#f9f9f9;border-radius:.5rem}.card-federation .visual__wrapper:before{content:"";display:block;padding-top:100%}.card-federation .visual__wrapper img{display:block;max-height:55%;max-width:64%;-o-object-fit:contain;object-fit:contain}.card-federation .name{font-size:1.25rem;line-height:1.1;transition:color .4s ease-in-out}.card-federation .description{font-size:1rem;line-height:1.25}@media screen and (min-width:1024px){.card-federation:hover .name{color:#f37232}}.card-speaker{width:100%}.card-speaker--modal{cursor:pointer}@media screen and (min-width:1024px){.card-speaker--modal:hover .name{color:#f37232}}.card-speaker .visual__wrapper{background-color:#f9f9f9;border-radius:.5rem}.card-speaker .visual__wrapper:before{content:"";display:block;padding-top:87%}.card-speaker .visual__wrapper img{display:block;width:100%}.card-speaker .visual__wrapper img.is-logo{max-height:55%;max-width:64%;-o-object-fit:contain;object-fit:contain}.card-speaker .name{font-size:1.25rem;line-height:1.1;transition:color .4s ease-in-out}.card-speaker .description{font-size:1rem;line-height:1.25}.card-video{align-items:flex-start;border-radius:.625rem;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:28.75rem;overflow:hidden;padding:1.25rem 1.25rem 2rem;position:relative}@media screen and (max-width:767px){.card-video{min-height:31.25rem}}@media screen and (min-width:1280px){.card-video{min-height:33.75rem}}.card-video:after{background-image:linear-gradient(0deg,rgba(25,25,25,.8),rgba(25,25,25,0));content:"";inset:0;position:absolute;z-index:-1}.card-video__bg{inset:0;position:absolute;transition:transform .4s ease-in-out;z-index:-1}.card-video__inner{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:768px){.card-video__inner{inset:0;padding:1.25rem 1.25rem 2rem;position:absolute}}@media screen and (max-width:767px){.card-video--landscape{align-items:stretch;flex-direction:row}}@media screen and (min-width:768px){.card-video--landscape{min-height:0;padding-top:51%}}.card-video--bonus{box-shadow:0 0 8px 0 rgba(0,0,0,.2);padding:2rem 1.25rem}.card-video--bonus:after{display:none}@media screen and (min-width:1024px)and (max-width:1279px){.card-video--bonus .title--M-bis{font-size:2rem}}@media screen and (min-width:1280px){.card-video--bonus{padding:2rem 2rem 1.5rem}}.card-video--bonus:hover .cta:before{background-color:#f58853}.card-video--bonus .title span{color:#f37232}.card-video--bonus .cta{font-size:1rem;z-index:1}.card-video--bonus .cta:before{background-color:#f37232;border-radius:50%;bottom:0;content:"";height:18.75rem;position:absolute;right:0;transform:translate(37%,65%);transition:.4s ease-in-out;width:22.75rem;z-index:-1}.card-video--bonus .picto{background-color:#312b69;border-radius:50%;height:3rem;width:3rem}.card-video .video__play{flex-shrink:0;height:4.9375rem;margin:0 1rem 0 -2.25rem;width:4.9375rem}.card-video .video__play svg{margin-right:-.5rem}@media screen and (max-width:1279px){.card-video .video__play svg{height:auto;width:1.375rem}}@media screen and (min-width:1280px){.card-video .video__play{height:6.5rem;margin:0 1rem 0 -2.25rem;width:6.5rem}}.card-video .description{font-size:1rem;line-height:1.1;margin-bottom:.75rem}@media screen and (min-width:768px){.card-video .description{font-size:1.25rem}}.card-video .localisation{font-size:.9375rem}.card-video:hover .card-video__bg{transform:scale(1.025)}.card-video:hover .video__play{background-color:#f58853}.card-common{background-color:#fff;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.15);display:flex;min-height:30rem;overflow:hidden;position:relative;width:100%}@media screen and (min-width:1280px){.card-common{min-height:33.75rem}}.card-common--L{min-height:30rem}@media screen and (min-width:1280px){.card-common--L{min-height:28.25rem}}.card-common__wrap{display:flex;flex-direction:column;width:100%}.card-common__tags{display:flex;flex-wrap:wrap;gap:.5rem;left:1.25rem;position:absolute;right:1.25rem;top:1.25rem;z-index:2}.card-common__tags--picto{padding-right:8.75rem}.card-common__date{align-items:center;display:flex;font-size:.8125rem;margin-bottom:1rem}.card-common__inner{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:0 1.5rem 1.5rem}@media screen and (min-width:1280px){.card-common__inner:not(.card-common__inner--S){padding:0 2rem 1.5rem}}.card-common__pic{-webkit-mask-size:cover}.card-common__pic--publi-L{-webkit-mask-image:url(/assets/front/masks/publi-card.svg)}@media screen and (min-width:1024px){.card-common__pic--publi-L{-webkit-mask-image:url(/assets/front/masks/publi-card-L.svg)}}.card-common__pic--publi{-webkit-mask-image:url(/assets/front/masks/publi-card.svg)}.card-common__pic--news{-webkit-mask-image:url(/assets/front/masks/news-card-mobile.svg)}@media screen and (min-width:768px){.card-common__pic--news{-webkit-mask-image:url(/assets/front/masks/news-card.svg)}}@media screen and (min-width:1280px){.card-common__pic--news-S{-webkit-mask-image:url(/assets/front/masks/news-card-small.svg)}}@media screen and (min-width:1024px){.card-common__pic--news-L{-webkit-mask-image:url(/assets/front/masks/news-card-big.svg)}}.card-common__pic img{transition:transform .4s ease-in-out}.card-common__action{background-color:#f37232;border-radius:50%;bottom:1.5rem;height:2.5rem;position:absolute;right:1.5rem;transition:background-color .4s ease-in-out;width:2.5rem}.card-common__action:hover{background-color:#f58853}.card-common__action--violet{background-color:#4f469c}.card-common__action--violet:hover{background-color:#6c63bb}.card-common:hover .card-common__pic img{transform:scale(1.025)}.card-photo{background-color:#fff;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.15);display:flex;flex-direction:column;padding:.75rem;position:relative;width:100%}.card-photo .cta-arrow{text-align:left}.card-photo .tag{margin-bottom:.25rem;margin-right:.5rem}.card-photo .tag:last-child{margin-right:0}.card-photo__inner{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1rem .25rem .75rem}.card-photo__pic img{border-radius:.375rem}.card-photo__action{background-color:#f37232;border-radius:50%;bottom:1.5rem;height:2.5rem;position:absolute;right:1.5rem;transition:background-color .4s ease-in-out;width:2.5rem}.card-photo__action:hover{background-color:#f58853}.card-photo__action--violet{background-color:#4f469c}.card-photo__action--violet:hover{background-color:#6c63bb}.card-publi--practical-guide{background-color:#312b69}.card-publi--thematic-brochure{background-color:#f37232}.card-publi--picto .card-common__wrap{padding-top:8.125rem}.card-publi--picto.card-common--L .card-common__wrap{padding-top:6.5625rem}@media screen and (min-width:1024px){.card-publi--picto .title-card--XL{padding-right:6rem}}.card-publi__chapo{font-size:.9375rem;line-height:1.6}.card-publi__picto{height:9.375rem;overflow:hidden;position:absolute;right:0;top:0;transition:transform .4s ease-in-out;width:9.375rem;z-index:1}.card-publi__picto:before{background-color:#4f469c;border-radius:50%;bottom:0;content:"";height:12.5rem;left:0;position:absolute;width:12.5rem;z-index:-1}.card-publi__picto--orange:before{background-color:hsla(20,91%,92%,.2)}.card-publi:hover .card-publi__picto{transform:scale(1.1)}.card-news-event--event{background-color:#4f469c}.card-news-event__top{border-radius:8px;margin:.75rem .75rem 0;overflow:hidden;padding-bottom:.75rem;position:relative}@media screen and (min-width:768px){.card-news-event__top{padding-bottom:1.75rem}}.card-news-event__top--article{padding-bottom:0}@media screen and (min-width:1024px){.card-news-event__top--L{padding-bottom:0}}@media screen and (min-width:1280px){.card-news-event__top--S{margin:0 0 .75rem}}.card-news-event__location{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:.9375rem;font-weight:700}.card-news-event__location svg{position:relative;top:2px}.card-news-event__date{align-items:center;background-color:#5d53b4;border:.25rem solid #4f469c;border-radius:50%;bottom:0;color:#fff;display:flex;flex-direction:column;font-size:1.25rem;font-weight:800;height:6rem;justify-content:center;left:1rem;letter-spacing:-.5px;line-height:1;position:absolute;width:6rem}.card-news-event__date .year{font-size:.9375rem;font-weight:400}@media screen and (min-width:768px){.card-news-event__date{font-size:1.5rem;height:7.5rem;width:7.5rem}.card-news-event__date .year{font-size:1.125rem;font-weight:400}}@media screen and (min-width:1280px){.card-news-event__date--S{font-size:1.25rem;height:6rem;width:6rem}.card-news-event__date--S .year{font-size:.9375rem}}@media screen and (min-width:1024px){.card-news-event__date--L{bottom:1.5rem;font-size:1.625rem;height:8.625rem;width:8.625rem}.card-news-event__date--L .year{font-size:1.25rem}}.modal--federation .visual__wrapper img{max-width:calc(100% - 4rem)}.modal--federation .name{color:#4f469c;font-size:1.125rem;font-weight:300;line-height:1.11}@media screen and (min-width:1024px){.modal--federation .name{font-size:1.25rem}}.modal--federation .description{font-size:.875rem;line-height:1.21}@media screen and (min-width:1024px){.modal--federation .description{font-size:1rem;line-height:1.25}}.modal--federation .coords{border-radius:.5rem}@media screen and (min-width:1024px){.modal--federation .coords{min-height:12.5rem}}.modal--federation .coords__item{margin-top:1rem}@media screen and (min-width:1024px){.modal--federation .coords__item{margin-left:1rem;margin-top:1.5rem}.modal--federation .coords__item:nth-child(odd){width:50%}.modal--federation .coords__item:nth-child(2n){width:33%}.modal--federation .coords__item:nth-child(2){margin-top:0}}.modal--federation .coords__item:first-child{margin-top:0}.modal--federation .coords__item__title{font-size:1rem;line-height:1.25}.modal--federation .coords__item a:hover{color:#b3d17d}@media screen and (min-width:1024px){.modal--federation .coords .title--XS{left:50%;top:50%;transform:translate(-50%,-50%) rotate(-90deg)}}.modal--federation .coords .list-none{gap:1rem}@media screen and (min-width:1024px){.modal--federation .coords .list-none{gap:.75rem}}.modal--federation .coords .picto{background:#fff;border-radius:50%;height:3.3125rem;width:3.3125rem}.modal--federation .coords .picto svg{transition:color .4s ease-in-out,fill .4s ease-in-out}.modal--federation .coords .picto:hover svg{fill:#b3d17d;color:#b3d17d}.modal--portrait-video{background-color:transparent}.modal--portrait-video .menu-modal__ui{position:fixed;right:1.5rem;top:1.5rem}@media screen and (min-width:1024px){.modal--portrait-video .menu-modal__ui{right:2rem;top:2rem}}.modal--portrait-video .col-12{border-radius:.5rem}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-wrapper{transform:translateZ(0)}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}

/*# sourceMappingURL=styles-edito.91c87fcd68ab9bc6053a.css.map*/