@charset "UTF-8";:root{--vp-height:100vh;--clr-white:#fff;--clr-black:#000;--clr-text:#fff;--clr-title:#66c0cc;--clr-bg:#020c0d;--clr-error:#ff4a4a;--header-height:0px}.flex{display:flex;flex-flow:row wrap}@media (max-width:1023.99px){.flex{align-items:center;flex-direction:column}}@font-face{font-display:swap;font-family:Pragati Narrow;font-style:normal;font-weight:400;src:url(/build/fonts/PragatiNarrow.46b96ae8.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}button,html,input,label,select,textarea{font-family:Pragati Narrow,sans-serif}button,input,label,select,strong,textarea{font-weight:700}h1,h2,h3,h4,h5,h6{font-family:Pragati Narrow,sans-serif;font-size:28px;font-weight:400;line-height:1;margin:35px 0}@media screen and (min-width:640px){h1,h2,h3,h4,h5,h6{font-size:calc(15.40984px + 1.96721vw)}}@media screen and (min-width:1250px){h1,h2,h3,h4,h5,h6{font-size:40px}}h1{font-size:33px;font-weight:400;text-align:center}@media screen and (min-width:640px){h1{font-size:calc(15.16393px + 2.78689vw)}}@media screen and (min-width:1250px){h1{font-size:50px}}h2{font-size:28px}@media screen and (min-width:640px){h2{font-size:calc(15.40984px + 1.96721vw)}}@media screen and (min-width:1250px){h2{font-size:40px}}h3{font-size:22px}@media screen and (min-width:640px){h3{font-size:calc(8.36066px + 2.13115vw)}}@media screen and (min-width:1250px){h3{font-size:35px}}h3 span{color:var(--clr-title);display:block;font-size:18px}@media screen and (min-width:640px){h3 span{font-size:calc(13.80328px + .65574vw)}}@media screen and (min-width:1250px){h3 span{font-size:22px}}p a{font-size:inherit;font-weight:700}.highlight,p a,p span,strong{color:var(--clr-title)}.highlight,strong{font-weight:inherit}:root{--transitionSpeed:0.8s}.ghshow{opacity:0}.ghshow.ghpopping{transform:scale(.1)}.ghshow.ghshowit{opacity:1;transform:scale(1);transition:all calc(var(--transitionSpeed)/2) ease-in-out}.transition-center,.transition-fade{animation-timing-function:ease;transition:opacity .8s;will-change:transform,opacity}html .le-loader{bottom:15px;display:none;position:fixed;right:15px;transform:translate3d(-50%,-50%,0);z-index:110}html.is-changing footer{opacity:0!important}html.is-rendering .transition-fade{animation:enter-animation .8s ease-in-out;opacity:1}html.is-rendering .transition-center{animation:enter-animation-center .8s ease-in-out;opacity:1}html.is-leaving .transition-fade{animation:exit-animation .8s ease-in-out .4s;animation-fill-mode:forwards;opacity:0}html.is-leaving .transition-center{animation:exit-animation-center .8s ease-in-out .4s;animation-fill-mode:forwards;opacity:0}html.is-leaving .ghshow{animation:calc(var(--transitionSpeed)/2) ease-in-out exit-animation-txt;animation-fill-mode:forwards}@keyframes exit-animation-txt{0%{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}15%,20%{transform:scale(1.1) translateZ(0)}50%,60%{opacity:.5;transform:scale(.5) translateZ(0)}90%,to{opacity:0;transform:scale(.1) translateZ(0)}}@keyframes exit-animation{0%{transform:scale(1) translateZ(0)}15%,20%{transform:scale(1.1) translateZ(0)}50%,60%{transform:scale(.3) translateZ(0)}70%,75%{transform:scale(.3) translate3d(100vw,0,0)}90%,to{transform:scale(.3) translate3d(-300vw,0,0)}}@keyframes enter-animation{0%{transform:scale(.3) translate3d(300vw,0,0)}50%,60%{transform:scale(.3) translateZ(0)}80%,to{transform:scale(1) translateZ(0)}}@keyframes exit-animation-center{0%{transform:scale(1) translateZ(0)}to{transform:scale(.3) translateZ(100vw)}}@keyframes enter-animation-center{0%{opacity:0;transform:scale(.3) translateZ(100vw)}to{opacity:1;transform:scale(1) translateZ(0)}}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;margin:0;overflow:visible;padding:15px;text-transform:none;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger:hover{opacity:.7}.hamburger-box{display:inline-block;height:22px;position:relative;width:22px}.hamburger-inner{display:block;top:50%;transform:translateY(-50%)}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:var(--clr-white);border-radius:3px;height:3px;position:absolute;transition-duration:.15s;transition-property:transform;transition-timing-function:ease;width:22px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:7px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:14px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.nav-opened .hamburger:hover{opacity:.7}.nav-opened .hamburger .hamburger-inner,.nav-opened .hamburger .hamburger-inner:after,.nav-opened .hamburger .hamburger-inner:before{background-color:var(--clr-black)}.nav-opened .hamburger--elastic .hamburger-inner{transform:translate3d(0,7px,0) rotate(135deg);transition-delay:75ms}.nav-opened .hamburger--elastic .hamburger-inner:before{opacity:0;transition-delay:0s}.nav-opened .hamburger--elastic .hamburger-inner:after{transform:translate3d(0,-14px,0) rotate(-270deg);transition-delay:75ms}#leheader{align-items:center;display:flex;flex-flow:row wrap;flex-wrap:nowrap;gap:30px;left:50%;padding:15px 40px;position:fixed;top:0;transform:translateX(-50%);width:100vw;z-index:11}@media (max-width:1023.99px){#leheader{gap:10px;padding:15px 5vw}}#leheader .navitem{height:40px;padding:0;width:40px}#leheader .headbtn{transition:all .2s ease-in-out}@media (min-width:1024.01px){#leheader .headbtn:hover{opacity:.5}}#leheader .logo{align-items:center;display:flex;flex-flow:row wrap;margin:0 auto 0 0;max-width:286px;min-width:135px;position:relative;width:20%;z-index:100}@media (max-width:1023.99px){#leheader .logo{margin:0 auto 0 0}}#leheader>.nav-trigger{height:40px;margin-right:15px;padding:10px 5px;position:relative;width:40px;z-index:1000}#leheader>.nav-trigger *,#leheader>.nav-trigger :after,#leheader>.nav-trigger :before{max-width:100%}#leheader.sticky{background-color:var(--clr-bg);box-shadow:0 0 .5em rgba(0,0,0,.5);padding-top:5px}#leheader.sticky .logo{margin:0 auto 10px 0;max-width:150px;width:10%}#navigation{align-items:flex-end;flex-direction:column;width:100%}#navigation,#navigation>div{display:flex}@media (min-width:1024.01px){#navigation>div{gap:40px}#navigation a span{display:block;position:relative}#navigation a span:after,#navigation a span:before{background-color:var(--clr-title);content:"";display:block;height:1px;left:50%;position:absolute;top:100%;transform:translateX(-50%);transition:all .2s ease-in-out;width:0}#navigation a span:before{margin-top:-3px}#navigation a.active,#navigation a:hover{text-decoration:none}#navigation a.active span:after,#navigation a.active span:before,#navigation a:hover span:after,#navigation a:hover span:before{width:100%}#navigation .submenu{order:-1}#navigation .submenu a{font-size:14px}}@media screen and (min-width:1024.01px) and (min-width:640px){#navigation .submenu a{font-size:calc(9.80328px + .65574vw)}}@media screen and (min-width:1024.01px) and (min-width:1250px){#navigation .submenu a{font-size:18px}}@media (max-width:1023.99px){#navigation{background-color:var(--clr-bg);height:var(--vp-height);left:0;overflow-x:hidden;overflow-y:auto;padding:calc(var(--header-height)*2) 5vw 20px;position:fixed;top:0;transform:translateX(-110vw);transition:all .2s ease-in-out;width:100vw;z-index:99}#navigation>div{flex-direction:column;gap:10px;width:100%}#navigation>div:not(:first-of-type){padding-top:35px}#navigation .nav-item{transform:translateX(-10vw);transition:all .4s ease-in-out}}.lang-trigger{cursor:pointer;padding:3px 22px 0 0;position:relative;z-index:3}.lang-trigger:hover .langs{display:block}.lang-trigger:after{color:var(--clr-title)!important;color:#fff;content:"▾";font-size:18px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.langs{background-color:#fff;color:#000;display:none;padding:5px 15px;position:absolute;right:0;top:25px;white-space:nowrap;z-index:299}.nav-opened header .hamburger .hamburger-inner,.nav-opened header .hamburger .hamburger-inner:after,.nav-opened header .hamburger .hamburger-inner:before{background-color:var(--clr-white)}.nav-opened header #navigation,.nav-opened header #navigation .nav-item{transform:translateX(0)}html:where(:has(main[data-page=expertise])) a[data-page=expertise] span:after,html:where(:has(main[data-page=expertise])) a[data-page=expertise] span:before{width:100%!important}html:where(:has(main[data-page=realisations])) a[data-page=realisations] span:after,html:where(:has(main[data-page=realisations])) a[data-page=realisations] span:before{width:100%!important}@media screen and (min-width:1024px){.mobonly{display:none!important}}@media screen and (max-width:1023.99px){.deskonly{display:none!important}}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}:focus{outline:none}.user-is-tabbing :focus,.user-is-tabbing select:focus{outline:2px solid var(--clr-title)}*{scrollbar-color:#fff transparent;scrollbar-width:thin}::-webkit-scrollbar{background-color:transparent;width:8px}::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#ccc}::-webkit-scrollbar-track{background-color:transparent}body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) select:focus,body:not(.user-is-tabbing) textarea:focus{outline:none}body,html{margin:0;overflow:hidden;padding:0;width:100vw}html{background-color:var(--clr-bg);height:var(--vp-height);overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth}body{color:var(--clr-text);display:flex;flex-flow:row wrap;flex-flow:column;max-width:100%;min-height:var(--vp-height);min-width:320px;position:relative}body,body>*{margin:0 auto}body>*{max-width:1600px;width:100vw}body .width-med{margin-left:auto;margin-right:auto;max-width:1280px;width:100%}body main{flex:1;padding-bottom:0;padding-top:0;position:relative;z-index:1}article{display:flex;flex-flow:row wrap;flex-flow:column;margin:0 auto;position:relative;width:90%}article:not(.homepage):first-of-type{padding-top:calc(var(--header-height) + 20px)}article.full{margin-bottom:30px}@media (max-width:1023.99px){article.full{margin-bottom:20px}}:not(.homepage) h1{font-size:40px;margin-left:auto;margin-right:auto;max-width:1280px;text-align:left;width:100%}@media screen and (min-width:640px){:not(.homepage) h1{font-size:calc(8.52459px + 4.91803vw)}}@media screen and (min-width:1250px){:not(.homepage) h1{font-size:70px}}.wrapper-med{margin:0 auto;max-width:1280px;width:100%}ol,ul{margin:0;padding:0}ul{list-style:none}ul.squared li{padding-left:38px;position:relative}ul.squared li:before{background-color:var(--clr-title);content:"";display:inline-block;height:14px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:14px}a,button,img,input,label,li,p,select,textarea{color:var(--clr-text);font-size:20px;font-weight:300;margin:0}@media screen and (min-width:640px){a,button,img,input,label,li,p,select,textarea{font-size:calc(13.70492px + .98361vw)}}@media screen and (min-width:1250px){a,button,img,input,label,li,p,select,textarea{font-size:26px}}input,label,select,textarea{font-size:25px}@media screen and (min-width:640px){input,label,select,textarea{font-size:calc(9.2623px + 2.45902vw)}}@media screen and (min-width:1250px){input,label,select,textarea{font-size:40px}}img{height:auto;max-width:100%}p{line-height:1.4;margin:0 auto 15px;text-align:left}a{color:inherit;cursor:pointer;text-decoration:none}a:hover{text-decoration:underline}.centerlink{margin:25px auto}button{background-color:transparent;border:0 transparent;cursor:pointer}.btnfull{background-color:var(--clr-title);color:var(--clr-bg);display:inline-block;font-size:20px;margin:0 auto;min-width:240px;padding:15px 30px;text-align:center;text-transform:uppercase}@media (min-width:1024px){.btnfull{white-space:nowrap}}.btnfull span{display:block;line-height:1}.btnfull:hover{text-decoration:none}sub,sup{font-size:60%;position:relative;top:-.6em;vertical-align:baseline}sub{top:.6em}*,:after,:before{box-sizing:border-box}.withbg{background-size:cover}.anim-container{position:relative}.article-bg{height:100%;top:140px;width:100%;z-index:-1}.article-bg,.article-bg img{left:50%;position:absolute;transform:translateX(-50%)}.article-bg img{margin:auto;opacity:.05;top:0;width:33%}section{margin:0 auto;width:100%}.breadcrumb{margin-left:auto;margin-right:auto;max-width:1280px;width:100%}.breadcrumb *{font-size:12px}@media screen and (min-width:640px){.breadcrumb *{font-size:calc(9.90164px + .32787vw)}}@media screen and (min-width:1250px){.breadcrumb *{font-size:14px}}.breadcrumb ol{display:flex;list-style:none inside}.breadcrumb li:not(:last-of-type):after{content:" > ";margin:0 5px}.cardlight{background-color:var(--clr-bg);border-radius:10px;box-shadow:0 0 25px 5px #273a3b;max-width:420px;padding:40px 30px 30px;width:100%}.cards{flex-wrap:nowrap;gap:70px;justify-content:center;margin:25px auto min(80px,5vw);width:100%}@media (max-width:1023.99px){.cards{flex-wrap:wrap;justify-content:center}}.cards.team{margin-top:0}.cards>div{flex:1}@media (max-width:1023.99px){.cards>div{flex-basis:100%;max-width:100%}}.cards p{font-size:16px}@media screen and (min-width:640px){.cards p{font-size:calc(11.80328px + .65574vw)}}@media screen and (min-width:1250px){.cards p{font-size:20px}}.page-intro p{font-size:20px;margin-left:0;max-width:800px;text-align:left;width:90%}@media screen and (min-width:640px){.page-intro p{font-size:calc(3.21311px + 2.62295vw)}}@media screen and (min-width:1250px){.page-intro p{font-size:36px}}.squares{justify-content:center;margin:auto}.squares p{font-size:52px;font-weight:700;line-height:1;margin:auto;text-align:center}@media screen and (min-width:640px){.squares p{font-size:calc(12.13115px + 6.22951vw)}}@media screen and (min-width:1250px){.squares p{font-size:90px}}.squares span{color:inherit;display:block;font-size:20px;font-weight:400}@media screen and (min-width:640px){.squares span{font-size:calc(13.70492px + .98361vw)}}@media screen and (min-width:1250px){.squares span{font-size:26px}}.squares div{align-items:center;aspect-ratio:1;border:2px solid var(--clr-title);display:flex;flex-basis:240px;flex-flow:row wrap;flex-flow:column;justify-content:center;margin:20px;max-width:240px;padding:15px;text-align:center;width:120px}@media (max-width:1023.99px){.squares{justify-content:space-between;margin-left:0;margin-right:0}.squares div{margin:20px 0;max-width:240px;width:100%}}.bottomlinks{display:flex;justify-content:center;padding:0;width:100%}.bottomlinks a{margin:0 40px}@media (max-width:1023.99px){.bottomlinks{justify-content:flex-start;padding:0}.bottomlinks a{margin:5px 25px}}.dev h1,.dev h2,.dev p{margin-left:auto;margin-right:auto;max-width:1280px;text-align:left;width:100%}.error p{width:100%}.bottomlinks a:hover .circle,.le-loader .circle{opacity:1}.bottomlinks a:hover .circle circle,.le-loader .circle circle{animation:circle-animation .8s ease-in-out infinite both}.bottomlinks a:hover .circle svg,.le-loader .circle svg{animation:svg-animation .8s ease-in-out infinite both}.bottomlinks a:hover .ledot,.le-loader .ledot{animation:dot-animation .8s ease-in-out infinite both}.anim-container{max-width:60px;min-width:40px;width:3.75vw}.anim-container svg{display:block;height:100%;width:100%}.anim-circle{display:inline-block;margin-right:15px;transform:translateY(-8%);vertical-align:middle}.circle{height:100%;position:relative;width:100%}.circle circle{display:block;fill:transparent;stroke:var(--clr-title);stroke-linecap:round;stroke-dasharray:183;stroke-dashoffset:100;stroke-width:2px;margin:-1px;transform-origin:50% 50%}.circle.circle2{left:0;position:absolute;top:0;transform:rotate(180deg)}.ledot{height:16px;left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transform-origin:50% 50%;width:16px}.ledot circle{fill:var(--clr-title)}@keyframes svg-animation{0%{transform:rotate(60deg) scale(.65)}48%,52%{transform:rotate(250deg)}to{transform:rotate(420deg) scale(.65)}}@keyframes circle-animation{0%{stroke-dashoffset:150}48%,52%{stroke-dashoffset:100}to{stroke-dashoffset:150}}@keyframes dot-animation{0%{transform:translate3d(-50%,-50%,0) scale(.7)}48%,52%{transform:translate3d(-50%,-50%,0) scale(.4)}to{transform:translate3d(-50%,-50%,0) scale(.7)}}.slide-txt{display:flex;flex-direction:column;max-width:400px;position:absolute;right:min(240px,15vw);top:50%;transform:translateY(-40%);transition:all .2s ease-in-out;width:70%;z-index:2}@media (max-width:1023.99px){.slide-txt{max-width:90%;right:50%;transform:translate(50%,-40%);width:90%}}.slide-txt *{text-align:right}@media (max-width:1023.99px){.slide-txt *{text-align:center}}.slide-txt .h1,.slide-txt h1{color:var(--clr-text);font-size:50px;line-height:1.1}.slide-txt p{font-size:22px;line-height:1.2}@media (min-width:1024.01px){.slide-txt a{margin-right:0}}.slide.active .slide-txt{transform:translateY(-50%)}@media (max-width:1023.99px){.slide.active .slide-txt{transform:translate(50%,-50%)}}.homepage .content{margin:auto auto min(80px,5vw);max-width:960px;width:90%}.homepage .content p{margin:0 auto 10px;text-align:center}.homepage h1{line-height:1;margin:0 0 15px;text-align:right}@media (max-width:1023.99px){.homepage h1{text-align:center}}.homepage h2,.homepage h3{color:var(--clr-title);text-align:center}.homepage .cardlight{box-shadow:0 0 35px 15px #273a3b}.home-supp h2{margin-top:0}.home-supp p{text-align:left}.picto{align-items:center;display:flex;height:110px;justify-content:center;margin:0 auto;width:150px}.homepage,.page{flex-flow:row wrap;flex-flow:column}.homepage,.page,.refs{display:flex;justify-content:center}.refs{gap:14px}.refs,.refs .ref{flex-flow:row wrap}.refs .ref{align-items:center;background-color:var(--clr-bg);display:flex;flex-basis:171px;flex-flow:column;justify-content:center;margin:0;max-width:171px;min-height:114px;text-align:center}@media (max-width:1023.99px){.refs .ref{flex-basis:30%;max-width:30%;min-height:104px}}.dwn-arrow{align-items:center;animation:bouncing 2s ease infinite;border:2px solid #fff;border-radius:100%;bottom:5px;display:flex;font-size:0;height:22px;justify-content:center;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:22px;z-index:3}@keyframes bouncing{0%,20%,50%,80%,to{transform:translate(-50%)}40%{transform:translate(-50%,-10px)}60%{transform:translate(-50%,-5px)}}@media (max-width:767px){.expertise-page .full>img{aspect-ratio:375/400;margin:0 0 0 -5vw;min-width:100vw;object-fit:cover;object-position:center center}}.expertise-page h2{font-size:35px}@media screen and (min-width:640px){.expertise-page h2{font-size:calc(12.96721px + 3.44262vw)}}@media screen and (min-width:1250px){.expertise-page h2{font-size:56px}}.expert-list{margin:0 auto;max-width:1280px;width:100%}.expert-list .list-item{flex-basis:calc(50% - 40px);position:relative}@media (max-width:1023.99px){.expert-list .list-item{flex-basis:100%}}.expert-list .list-item a>*{display:block;left:0;position:absolute;width:100%;z-index:2}.expert-list .list-item a p{font-size:28px;text-align:center;text-transform:uppercase;top:50%;transform:translateY(-50%)}@media screen and (min-width:640px){.expert-list .list-item a p{font-size:calc(17.5082px + 1.63934vw)}}@media screen and (min-width:1250px){.expert-list .list-item a p{font-size:38px}}.expert-list .list-item a .btnfull{bottom:0}.expert-list .list-item a img{position:relative;z-index:1}.goals-list p{font-size:24px;line-height:1.1;padding:0 10px;text-align:left}@media screen and (min-width:640px){.goals-list p{font-size:calc(11.40984px + 1.96721vw)}}@media screen and (min-width:1250px){.goals-list p{font-size:36px}}.goals-list .list-item{flex-basis:240px;position:relative}@media (max-width:1023.99px){.goals-list .list-item{flex-basis:100%;max-width:240px}}.goals-list div{align-items:center;border:1px solid var(--clr-white);display:flex;justify-content:center;min-height:200px;padding:5px 20px}.goals-list div p{font-size:18px;margin-bottom:0;padding:0;text-align:center}@media screen and (min-width:640px){.goals-list div p{font-size:calc(11.70492px + .98361vw)}}@media screen and (min-width:1250px){.goals-list div p{font-size:24px}}.alternate-list{padding-top:40px}.alternate-list .list-item{display:flex;gap:80px;padding-top:20px}.alternate-list .list-item div{flex:1}@media (min-width:1024px){.alternate-list .list-item:nth-of-type(2n) .img{order:-1}}.alternate-list p{font-size:20px;text-align:left}.packages-list{padding:40px 0}.packages-list .list-item{border:1px solid var(--clr-title);flex-basis:calc(50% - 20px);padding:5px 20px;position:relative}@media (max-width:1023.99px){.packages-list .list-item{flex-basis:100%}}.packages-list .list-item *{text-align:center}.packages-list .list-item p{font-size:20px;padding:0;text-align:left}.packages-list .package-info{display:flex;padding-bottom:20px}.packages-list .package-info div{display:flex;flex:1;line-height:1;position:relative}.packages-list .package-info div:not(:last-of-type):after{background-color:#707070;content:"";height:80px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.packages-list .package-info p{font-size:18px;margin:0 auto;text-transform:uppercase}@media screen and (min-width:640px){.packages-list .package-info p{font-size:calc(11.70492px + .98361vw)}}@media screen and (min-width:1250px){.packages-list .package-info p{font-size:24px}}.packages-list .package-info span{color:var(--clr-title);display:block;font-weight:700}.flex-list{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;list-style:none inside}@media (max-width:1023.99px){.flex-list,.flex-list .list-item{align-items:center;flex-direction:column;gap:20px}}.conclusion{margin:40px auto;max-width:1280px;width:100%}.conclusion p{font-size:32px;line-height:1.1;text-align:left}@media screen and (min-width:640px){.conclusion p{font-size:calc(6.81967px + 3.93443vw)}}@media screen and (min-width:1250px){.conclusion p{font-size:56px}}.realisation-page .slideshow-container.active{height:860px}.realisation-page .slideshow-container.active .slide{flex-direction:column;padding:0 90px}.realisation-page .slideshow-container .real-list{display:flex;flex-wrap:nowrap;gap:min(70px,4.375vw);margin:20px 40px 20px 0}.realisation-page .slideshow-container .real-list:nth-of-type(2){margin:20px 0 20px 40px}.realisation-page .slideshow-container .real-list p{font-size:20px;line-height:1.1}@media screen and (min-width:640px){.realisation-page .slideshow-container .real-list p{font-size:calc(9.5082px + 1.63934vw)}}@media screen and (min-width:1250px){.realisation-page .slideshow-container .real-list p{font-size:30px}}.realisation-page .slideshow-container .real-list span{display:block;font-size:18px}@media screen and (min-width:640px){.realisation-page .slideshow-container .real-list span{font-size:calc(13.80328px + .65574vw)}}@media screen and (min-width:1250px){.realisation-page .slideshow-container .real-list span{font-size:22px}}.realisation-page .slideshow-container a img{border-radius:10px;box-shadow:0 0 25px 5px #273a3b}.realisation-page .slide .real-list:first-of-type .real-item:first-child{transition-delay:0s}.realisation-page .slide .real-list:first-of-type .real-item:nth-child(2){transition-delay:.1s}.realisation-page .slide .real-list:first-of-type .real-item:nth-child(3){transition-delay:.2s}.realisation-page .slide .real-list:nth-of-type(2) .real-item:first-child{transition-delay:.3s}.realisation-page .slide .real-list:nth-of-type(2) .real-item:nth-child(2){transition-delay:.4s}.realisation-page .slide .real-list:nth-of-type(2) .real-item:nth-child(3){transition-delay:.5s}.realisation-page .slide .real-item{opacity:0;transform:translateX(50px);transition:all .2s ease-in-out}.realisation-page .slide .real-item a:hover{text-decoration:none}.realisation-page .slide .real-item a:hover p{color:var(--clr-title)!important}.realisation-page .slide.active .real-item{opacity:1;transform:translateX(0)}.realisation-page .flex{gap:40px;justify-content:space-between;padding-top:40px}@media (max-width:1023.99px){.realisation-page .flex{gap:20px}}.realisation-page .flex>div{flex-basis:50%;max-width:50%;max-width:540px}.realisation-page .flex p{font-size:20px;text-align:left}@media screen and (min-width:640px){.realisation-page .flex p{font-size:calc(13.70492px + .98361vw)}}@media screen and (min-width:1250px){.realisation-page .flex p{font-size:26px}}.realisation-page .wrapper-med{text-align:center}.realisation-page .wrapper-med .btnfull{display:inline-block;margin:40px auto}@media (max-width:1023.99px){.realisation-page .wrapper-med .btnfull{margin:20px auto}.realisation-page .slideshow-container.active{height:540px;margin:0 -5vw;width:100vw}.realisation-page .slideshow-container.active .slideshow-buttons{padding:0 2vw}.realisation-page .slideshow-container.active .slideshow-buttons button{padding:0;transform:scale(1);width:22px}.realisation-page .slideshow-container.active .slide{padding:0}.realisation-page .slideshow-container.active .slide a{opacity:0;transform:translate(50px);transition:all .2s ease-in-out;width:80%}.realisation-page .slideshow-container.active .slide a:nth-of-type(2){transition-delay:.1s}.realisation-page .slideshow-container.active .slide.active a{opacity:1;transform:translate(0)}}.qui h2{margin-bottom:0}.qui h3{margin-top:0;text-align:center}.qui .page-intro p{font-size:20px;margin-left:0;max-width:800px;text-align:left;width:90%}@media screen and (min-width:640px){.qui .page-intro p{font-size:calc(13.70492px + .98361vw)}}@media screen and (min-width:1250px){.qui .page-intro p{font-size:26px}}.qui .skillset a{color:var(--clr-title);text-decoration:underline}::placeholder{color:var(--clr-white);opacity:.8}.contact{display:flex;flex-flow:row wrap;justify-content:center}.contact .form-row{display:flex;flex-wrap:nowrap;gap:40px;justify-content:space-between;padding:10px 0}.contact input,.contact select,.contact textarea{background-color:var(--clr-bg);border:0 transparent;box-shadow:0 0 5px 2px #273a3b;font-size:14px;min-width:100%;padding:20px 15px}@media screen and (min-width:640px){.contact input,.contact select,.contact textarea{font-size:calc(9.80328px + .65574vw)}}@media screen and (min-width:1250px){.contact input,.contact select,.contact textarea{font-size:18px}}.contact .custom-select-wrapper{display:flex;position:relative;width:100%}.contact .custom-select-wrapper:after{color:var(--clr-title)!important;color:#fff;content:"▾";font-size:28px;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.contact .custom-select{appearance:none;cursor:pointer;outline:none;width:100%}.contact .custom-select option{background-color:var(--clr-title);color:#000}.contact form{width:100%}.contact form .flex{margin:0 auto;max-width:960px;width:100%}.contact #gh-send{justify-content:flex-start}@media (max-width:1023.99px){.contact #gh-send{justify-content:center}}.contact #gh-send.error .btnfull{background-color:red}.contact .bottomlinks input{opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.contact .btnfull{margin-left:0;position:relative}.contact .btnfull:before{background:url(/build/images/btn-contact.dbf9e92b.svg) 50% 50% no-repeat transparent;background-size:contain;content:"";height:100%;left:30px;position:absolute;top:0;width:30px}.contact .rgpd{font-size:90%;font-style:italic;margin:10px auto;max-width:960px;width:100%}.form-msg{background-color:transparent;display:none;margin:25px auto;max-width:750px;width:100%}.form-msg p{color:var(--clr-white);font-size:20px;line-height:1;margin:0 auto;max-width:628px;text-align:left;width:90%}@media screen and (min-width:640px){.form-msg p{font-size:calc(13.70492px + .98361vw)}}@media screen and (min-width:1250px){.form-msg p{font-size:26px}}.form-msg .bottomlinks{padding:35px 15px;text-align:center}#msg-failure p{color:var(--clr-error)}.loader{animation:spin 1s linear infinite;border:4px solid hsla(0,0%,100%,.2);border-radius:50%;border-top-color:#fff;height:40px;margin:0 auto;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.glossaire .cards{align-items:flex-start}.glossaire .cardlight{flex:1;max-width:100%;width:420px}.glossaire .cardlight:has(#terms-list){padding-right:10px}.glossaire .cardlight:has(#terms-list) ul{max-height:484px;overflow-y:auto;padding-right:20px}.glossaire .width-med li{border:1px solid #fff;line-height:1}.glossaire .width-med li.active{color:var(--clr-title)}.glossaire #alphabet-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.glossaire #alphabet-list li{align-items:center;aspect-ratio:1;display:block;display:flex;justify-content:center;padding:2px 16px;text-align:center;width:calc(12.5% - 20px)}@media (max-width:1023.99px){.glossaire .cardlight{padding-bottom:10px;padding-top:20px}.glossaire #alphabet-list,.glossaire #terms-list{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;padding-bottom:20px;white-space:nowrap}.glossaire #alphabet-list li,.glossaire #terms-list li{flex:0 0 auto;margin:0;padding:5px 10px;text-align:center}.glossaire #alphabet-list::-webkit-scrollbar,.glossaire #terms-list::-webkit-scrollbar{display:none}}#terms-list li{margin-bottom:19px;padding:10px 20px}.engagements .alternate-list p{font-size:26px}.engagements ul.squared li{font-size:inherit;font-size:26px;padding-left:30px;position:relative}.engagements ul.squared li:before{background-color:var(--clr-title);content:"";display:inline-block;height:14px;left:0;position:absolute;top:17px;transform:none;width:14px}.reel-container{align-items:center;display:flex;flex-direction:column;margin-bottom:80px}.reel-title{margin-bottom:40px}.reel{box-shadow:0 0 35px 10px #273a3b;max-width:910px;position:relative;width:100%}.reel.popit{animation:popit .8s ease-out .4s}@keyframes popit{0%{transform:scale(1)}20%{transform:scale(1.1)}50%{transform:scale(.95)}to{transform:scale(1)}}video{display:block;height:auto;width:100%}#playbtn{background:url(/build/images/playbtn.116a202f.svg) 50% 50% no-repeat transparent;height:100%;left:50%;overflow:hidden;position:absolute;text-indent:101vw;top:50%;transform:translate(-50%,-50%);white-space:nowrap;width:100%;z-index:2}#playbtn.hidden{display:none}.faq-container{margin:0 auto;max-width:960px;width:100%}.faq-container h2{color:var(--clr-title);text-align:center}.faq-item{margin-bottom:30px}.faq-item *{font-size:14px}@media screen and (min-width:640px){.faq-item *{font-size:calc(9.80328px + .65574vw)}}@media screen and (min-width:1250px){.faq-item *{font-size:18px}}.faq-item.active .faq-answer{display:block}.faq-question{background:none;background-color:var(--clr-bg);border:none;box-shadow:0 0 20px 2px #273a3b;color:#fff;cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;line-height:1.2;padding:28px 35px 28px 15px;position:relative;text-align:left;width:100%}.faq-question:after{content:"▾";font-size:14px;position:absolute;right:1rem;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .3s}.faq-question[aria-expanded=true]:after{transform:translateY(-50%) rotate(180deg)}.faq-answer{display:none;position:relative;z-index:2}.faq-answer p{background-color:#333;margin:0;padding:1rem}footer{padding-bottom:20px}footer p{margin-bottom:25px}footer a,footer p{color:var(--clr-white);font-size:12px;font-weight:300;line-height:1;text-align:center}@media screen and (min-width:640px){footer a,footer p{font-size:calc(7.80328px + .65574vw)}}@media screen and (min-width:1250px){footer a,footer p{font-size:16px}}.footlog{margin:45px auto 20px;max-width:200px;width:90%}.footfoot{border-top:1px solid var(--clr-title);flex-wrap:nowrap;justify-content:center;margin:15px auto;padding-top:15px;width:90%}.footfoot div{display:flex;flex-direction:column;padding:7px 25px}@media (min-width:1024px){.footfoot div:not(:last-of-type){border-right:1px solid #fff}}.footfoot nav ul{display:flex;flex-wrap:wrap;gap:15px}.footfoot nav#navigation-sec ul{max-width:760px}.footfoot nav#navigation-ter ul{flex-wrap:nowrap}.footfoot nav#navigation-ter ul li{white-space:nowrap}.footfoot li{list-style:none}.footfoot li span{display:block;line-height:1}@media (min-width:1024px){.footfoot li:not(:last-of-type) span{border-right:1px solid #fff;padding-right:15px}}@media (max-width:1023.99px){.footfoot *{flex-direction:column}}.footfoot .link-li{display:block;margin:20px 0 0 auto}@media (max-width:1023.99px){.footfoot .link-li{margin:20px auto 0}}.hoverjump{color:var(--clr-title);font-size:20px;position:relative;transition:all .2s ease-out}@media screen and (min-width:640px){.hoverjump{font-size:calc(7.40984px + 1.96721vw)}}@media screen and (min-width:1250px){.hoverjump{font-size:32px}}.hoverjump:hover{color:var(--clr-white);font-size:17px;text-decoration:none;transform:scale(1.1)}@media screen and (min-width:640px){.hoverjump:hover{font-size:calc(-.83607px + 2.78689vw)}}@media screen and (min-width:1250px){.hoverjump:hover{font-size:34px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.blip{pointer-events:none;z-index:1002}.blip,.blip>div{position:absolute}.blip>div{animation:blipScale 2s linear forwards,blipAlpha 2s ease-in forwards;background-color:transparent;border:2px solid var(--clr-title);border-radius:100%;display:block;height:100px;opacity:.3;transform:scale(0) translate(-50%,-50%);transform-origin:top left;width:100px}.blip>div:first-of-type{animation-delay:0s}.blip>div:nth-of-type(2){animation-delay:.3s}.blip>div:nth-of-type(3){animation-delay:.6s}@keyframes blipScale{0%{transform:scale(.2) translate(-50%,-50%)}50%{transform:scale(1) translate(-50%,-50%)}to{transform:scale(2) translate(-50%,-50%)}}@keyframes blipAlpha{0%{opacity:.33}50%{opacity:.33}to{opacity:0}}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;white-space:normal!important;width:auto!important}