@charset "UTF-8";a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}[hidden]{display:none!important}ul{margin:0;padding:0;list-style:none;line-height:0}h1,h2,h3,h4{margin:0;font-weight:400}p{margin:0}button{padding:0;overflow:visible;color:inherit;font:inherit;background:0 0;border:0;text-align:left;cursor:pointer}a{color:currentColor;text-decoration:none}img{max-width:initial}select{border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}.no-list-styles{margin:0;padding:0;list-style:none}:focus{outline:0}@font-face{font-family:TimesNRSevenMTStd;src:url("../../index.html");src:url("../../index.html#iefix") format("embedded-opentype"),url("../fonts/build/Times-NR-Seven-MT-Std-Regular.woff2") format("woff2"),url("../fonts/build/Times-NR-Seven-MT-Std-Regular.woff") format("woff"),url("../../index.html") format("ttf"),url("../../index.html#TimesNRSevenMTStd") format("svg");font-style:normal;font-weight:regular}@font-face{font-family:'Karl Mono ST';src:url("../fonts/build/KarlMonoST-Regular.woff2") format("woff2"),url("../fonts/build/KarlMonoST-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@-moz-keyframes rotator{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(270deg);transform:rotate(270deg)}}@-o-keyframes rotator{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}}@-webkit-keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:280;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@-moz-keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;-moz-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:280;-moz-transform:rotate(450deg);transform:rotate(450deg)}}@-o-keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;-o-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:280;-o-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}100%{stroke-dashoffset:280;-webkit-transform:rotate(450deg);-moz-transform:rotate(450deg);-o-transform:rotate(450deg);transform:rotate(450deg)}}.color-white{color:#fff}.color-black{color:#000}.background-white{background:#fff}.background-black{background:#000}html{font-size:15px;font-family:sans-serif}body{-webkit-font-smoothing:antialiased}em,i{font-style:italic}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.aligncenter{text-align:center}.alignleft{text-align:left}.alignright{text-align:right}.justify-text{text-align:justify}.current-text p{margin-bottom:1rem}.current-text p:last-child{margin-bottom:0}.waiting-page{font-family:'Karl Mono ST';font-size:.86rem;line-height:1.3}.title-text{font-family:'Karl Mono ST';font-size:.92rem;line-height:1.2}.title-text p{margin-bottom:1rem}.title-text p:last-child{margin-bottom:0}.regular-text{font-family:TimesNRSevenMTStd;font-size:.83rem;line-height:1.2}.arrow svg{width:1.5rem;height:2.76rem}.arrow--left svg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.lazy-img{position:relative;display:block;line-height:0}.lazy-img svg{-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity}.lazy-img img{opacity:0;-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity;z-index:1}.lazy-img--regular{position:relative}.lazy-img--regular svg{position:relative;width:100%;height:100%}.lazy-img--regular img{position:absolute;top:0;left:0;width:-webkit-calc(100% + 1px);width:-moz-calc(100% + 1px);width:calc(100% + 1px);height:auto}.lazy-img--natural-height{position:relative;width:auto}.lazy-img--natural-height svg{position:relative;width:auto;height:100%}.lazy-img--natural-height img{position:absolute;top:0;left:0;width:auto;height:100%}.lazy-img--centered{width:100%;height:100%}.lazy-img--centered>*{display:block;position:absolute;top:50%;left:50%;max-height:100%;max-width:100%;width:auto;height:auto;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.lazy-img.loaded img{opacity:1}.lazy-img.loaded svg{opacity:0}.lazy-bg{position:relative;width:100%;height:100%}.lazy-bg__item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity}.lazy-bg__item.loaded{opacity:1}.keen-slider{width:100%;max-width:100%}.keen-slider__slider{max-height:100%;height:100%}.keen-slider__slide{position:absolute;top:0;left:0;width:100%;height:100%}:root{--vh:1vh;--modalHeight:1vh}*,:after,:before{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}html{-webkit-text-size-adjust:100%;position:absolute;width:100%;height:100%;overflow:hidden}html body{-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity}html body{width:100%;max-height:100%;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:scroll}body.fixed{overflow:hidden}.container{width:100%}a{color:currentColor;text-decoration:none}.inline{display:inline}.block{display:block}.inline-block{display:inline-block}.flex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.align-start{-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-center{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.align-end{-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.justify-start{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-center{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.img-container{position:relative;display:block;width:100%;line-height:0}.img-container img{width:100%;height:auto}.click-cancel{pointer-events:none}.xs-row{margin-bottom:.5rem}.sm-row{margin-bottom:1rem}.md-row{margin-bottom:2rem}.lg-row{margin-bottom:3rem}.xl-row{margin-bottom:4rem}.xxl-row{margin-bottom:5rem}.vp{position:relative;line-height:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:0;-o-transition:0;-moz-transition:0;transition:0}.vp video{-o-object-fit:fill;object-fit:fill}.vp--cover{width:100%;height:100%}.vp--cover video{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.vp--cover .sizer{min-width:100%;min-height:100%}.vp--natural-width{max-width:100%;width:100%}.vp--natural-width .sizer{position:relative;display:block;width:100%;max-width:100%;height:auto}.vp--natural-width video{position:absolute;top:0;left:0;width:-webkit-calc(100% + 1px);width:-moz-calc(100% + 1px);width:calc(100% + 1px);height:auto}.vp--natural-height{width:100%}@media screen and (orientation:landscape){.vp--natural-height{width:auto;height:100%}}.vp--natural-height video{position:absolute;top:0;left:0;width:100%;height:auto}@media screen and (orientation:landscape){.vp--natural-height video{width:auto;height:100%}}.vp--contain video{position:relative;width:100%;height:100%}.vp.fullscreen-active{background:#000!important}.vp.fullscreen-active .vp__status{padding:0 .5rem;-webkit-transform:translateY(-2rem);-moz-transform:translateY(-2rem);-ms-transform:translateY(-2rem);-o-transform:translateY(-2rem);transform:translateY(-2rem);color:#fff}.vp.fullscreen-active .vp__progress-bar{-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-ms-transform:translateY(-5px);-o-transform:translateY(-5px);transform:translateY(-5px)}.vp.fullscreen-active .vp__progress-bar::-webkit-progress-value{background:#fff}.vp.fullscreen-active .vp__progress-bar::-moz-progress-bar{background:#fff}.vp.fullscreen-active video{min-width:unset;min-height:unset}.vp.fullscreen-active:not(.fullscreen-vertical) video{position:relative;width:100%;height:auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vp.fullscreen-active.fullscreen-vertical video{display:block;margin:auto;width:auto;height:100vh}.vp.paused .vp__play-btn{opacity:1}.vp.playing .vp__play-btn{opacity:0}.vp.has-played video{opacity:1}.vp video{opacity:0;-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity}.vp__controls{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity}.vp__play-pause{position:absolute;top:0;left:0;width:100%;min-height:100%;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity;cursor:pointer;-webkit-tap-highlight-color:transparent}.vp__bottom-bar{position:absolute;top:-webkit-calc(100% - 2px);top:-moz-calc(100% - 2px);top:calc(100% - 2px);left:0;width:100%;-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity}.vp__status{padding:.25rem 0}.vp__left,.vp__right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vp__sound{position:relative}.vp__fs{position:relative}.vp__progress{position:relative;width:100%;height:2px;cursor:pointer}.vp__progress-bar{position:absolute;top:0;width:100%;height:100%;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0}.vp__progress-bar::-webkit-progress-bar{background-color:transparent}.vp__progress-bar::-webkit-progress-value{background:#000}.vp__progress-bar::-moz-progress-bar{background:#000}.vp__seek{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}.vp input[type=range]::-webkit-slider-thumb{height:2rem;width:4rem;-webkit-border-radius:1rem;border-radius:1rem;cursor:pointer;-webkit-appearance:none}.vp__buffer{position:absolute;top:50%;left:50%;width:.75rem;height:.75rem;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.vp__buffer.invisible{display:none}.vp__buffer-spinner svg{width:.75rem;height:.75rem;stroke:#fff;-webkit-animation:rotator 1.4s linear infinite;-moz-animation:rotator 1.4s linear infinite;-o-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}.vp__buffer-spinner .path{stroke-dasharray:280;stroke-dashoffset:0;-webkit-transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;transform-origin:center;stroke:#fff;-webkit-animation:dash 1.4s ease-in-out infinite;-moz-animation:dash 1.4s ease-in-out infinite;-o-animation:dash 1.4s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite}.sizer--contain{display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:100%;max-height:100%;width:auto;height:auto}.credits-btn-landscape,.page-infos,.sidebar-left,.site-footer,.site-header{z-index:100}.site-menu{z-index:99}.project-concept{z-index:6}.close-page,.sidebar-right{z-index:5}@media screen and (orientation:landscape){.project-credits{z-index:4}}.projects-list--suggestions{z-index:3}.project-credits{z-index:4}@media screen and (orientation:landscape){.project-credits{z-index:2}}.vp{z-index:1}.vp video{z-index:1}.vp .cache{z-index:2}.vp__buffer{z-index:4}.vp__controls{z-index:5}.vp__controls .vp__play-pause{z-index:1}.vp__controls .vp__bottom-bar{z-index:2}.vp__controls .vp__status{z-index:2}.vp__controls .vp__progress{z-index:1}.grid{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% - (.5rem * 2));width:-moz-calc(100% - (.5rem * 2));width:calc(100% - (.5rem * 2));max-width:-webkit-calc(100% - (.5rem * 2));max-width:-moz-calc(100% - (.5rem * 2));max-width:calc(100% - (.5rem * 2));margin-left:auto;margin-right:auto}.grid--no-margin{max-width:100%;width:100%}.grid--no-margin .col{padding-right:0;padding-left:0}.row{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:100%;margin:0 auto;padding-right:1rem;padding-left:1rem}.col{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;padding-right:.5rem;padding-left:.5rem}@media (min-width:0px){.xxs-col-1{width:5%;max-width:5%;min-width:5%}.xxs-col-2{width:10%;max-width:10%;min-width:10%}.xxs-col-3{width:15%;max-width:15%;min-width:15%}.xxs-col-4{width:20%;max-width:20%;min-width:20%}.xxs-col-5{width:25%;max-width:25%;min-width:25%}.xxs-col-6{width:30%;max-width:30%;min-width:30%}.xxs-col-7{width:35%;max-width:35%;min-width:35%}.xxs-col-8{width:40%;max-width:40%;min-width:40%}.xxs-col-9{width:45%;max-width:45%;min-width:45%}.xxs-col-10{width:50%;max-width:50%;min-width:50%}.xxs-col-11{width:55%;max-width:55%;min-width:55%}.xxs-col-12{width:60%;max-width:60%;min-width:60%}.xxs-col-13{width:65%;max-width:65%;min-width:65%}.xxs-col-14{width:70%;max-width:70%;min-width:70%}.xxs-col-15{width:75%;max-width:75%;min-width:75%}.xxs-col-16{width:80%;max-width:80%;min-width:80%}.xxs-col-17{width:85%;max-width:85%;min-width:85%}.xxs-col-18{width:90%;max-width:90%;min-width:90%}.xxs-col-19{width:95%;max-width:95%;min-width:95%}.xxs-col-20{width:100%;max-width:100%;min-width:100%}}@media (min-width:350px){.xs-col-1{width:5%;max-width:5%;min-width:5%}.xs-col-2{width:10%;max-width:10%;min-width:10%}.xs-col-3{width:15%;max-width:15%;min-width:15%}.xs-col-4{width:20%;max-width:20%;min-width:20%}.xs-col-5{width:25%;max-width:25%;min-width:25%}.xs-col-6{width:30%;max-width:30%;min-width:30%}.xs-col-7{width:35%;max-width:35%;min-width:35%}.xs-col-8{width:40%;max-width:40%;min-width:40%}.xs-col-9{width:45%;max-width:45%;min-width:45%}.xs-col-10{width:50%;max-width:50%;min-width:50%}.xs-col-11{width:55%;max-width:55%;min-width:55%}.xs-col-12{width:60%;max-width:60%;min-width:60%}.xs-col-13{width:65%;max-width:65%;min-width:65%}.xs-col-14{width:70%;max-width:70%;min-width:70%}.xs-col-15{width:75%;max-width:75%;min-width:75%}.xs-col-16{width:80%;max-width:80%;min-width:80%}.xs-col-17{width:85%;max-width:85%;min-width:85%}.xs-col-18{width:90%;max-width:90%;min-width:90%}.xs-col-19{width:95%;max-width:95%;min-width:95%}.xs-col-20{width:100%;max-width:100%;min-width:100%}}@media (min-width:576px){.sm-col-1{width:5%;max-width:5%;min-width:5%}.sm-col-2{width:10%;max-width:10%;min-width:10%}.sm-col-3{width:15%;max-width:15%;min-width:15%}.sm-col-4{width:20%;max-width:20%;min-width:20%}.sm-col-5{width:25%;max-width:25%;min-width:25%}.sm-col-6{width:30%;max-width:30%;min-width:30%}.sm-col-7{width:35%;max-width:35%;min-width:35%}.sm-col-8{width:40%;max-width:40%;min-width:40%}.sm-col-9{width:45%;max-width:45%;min-width:45%}.sm-col-10{width:50%;max-width:50%;min-width:50%}.sm-col-11{width:55%;max-width:55%;min-width:55%}.sm-col-12{width:60%;max-width:60%;min-width:60%}.sm-col-13{width:65%;max-width:65%;min-width:65%}.sm-col-14{width:70%;max-width:70%;min-width:70%}.sm-col-15{width:75%;max-width:75%;min-width:75%}.sm-col-16{width:80%;max-width:80%;min-width:80%}.sm-col-17{width:85%;max-width:85%;min-width:85%}.sm-col-18{width:90%;max-width:90%;min-width:90%}.sm-col-19{width:95%;max-width:95%;min-width:95%}.sm-col-20{width:100%;max-width:100%;min-width:100%}}@media (min-width:768px){.md-col-1{width:5%;max-width:5%;min-width:5%}.md-col-2{width:10%;max-width:10%;min-width:10%}.md-col-3{width:15%;max-width:15%;min-width:15%}.md-col-4{width:20%;max-width:20%;min-width:20%}.md-col-5{width:25%;max-width:25%;min-width:25%}.md-col-6{width:30%;max-width:30%;min-width:30%}.md-col-7{width:35%;max-width:35%;min-width:35%}.md-col-8{width:40%;max-width:40%;min-width:40%}.md-col-9{width:45%;max-width:45%;min-width:45%}.md-col-10{width:50%;max-width:50%;min-width:50%}.md-col-11{width:55%;max-width:55%;min-width:55%}.md-col-12{width:60%;max-width:60%;min-width:60%}.md-col-13{width:65%;max-width:65%;min-width:65%}.md-col-14{width:70%;max-width:70%;min-width:70%}.md-col-15{width:75%;max-width:75%;min-width:75%}.md-col-16{width:80%;max-width:80%;min-width:80%}.md-col-17{width:85%;max-width:85%;min-width:85%}.md-col-18{width:90%;max-width:90%;min-width:90%}.md-col-19{width:95%;max-width:95%;min-width:95%}.md-col-20{width:100%;max-width:100%;min-width:100%}}@media (min-width:1024px){.lg-col-1{width:5%;max-width:5%;min-width:5%}.lg-col-2{width:10%;max-width:10%;min-width:10%}.lg-col-3{width:15%;max-width:15%;min-width:15%}.lg-col-4{width:20%;max-width:20%;min-width:20%}.lg-col-5{width:25%;max-width:25%;min-width:25%}.lg-col-6{width:30%;max-width:30%;min-width:30%}.lg-col-7{width:35%;max-width:35%;min-width:35%}.lg-col-8{width:40%;max-width:40%;min-width:40%}.lg-col-9{width:45%;max-width:45%;min-width:45%}.lg-col-10{width:50%;max-width:50%;min-width:50%}.lg-col-11{width:55%;max-width:55%;min-width:55%}.lg-col-12{width:60%;max-width:60%;min-width:60%}.lg-col-13{width:65%;max-width:65%;min-width:65%}.lg-col-14{width:70%;max-width:70%;min-width:70%}.lg-col-15{width:75%;max-width:75%;min-width:75%}.lg-col-16{width:80%;max-width:80%;min-width:80%}.lg-col-17{width:85%;max-width:85%;min-width:85%}.lg-col-18{width:90%;max-width:90%;min-width:90%}.lg-col-19{width:95%;max-width:95%;min-width:95%}.lg-col-20{width:100%;max-width:100%;min-width:100%}}@media (min-width:1200px){.xl-col-1{width:5%;max-width:5%;min-width:5%}.xl-col-2{width:10%;max-width:10%;min-width:10%}.xl-col-3{width:15%;max-width:15%;min-width:15%}.xl-col-4{width:20%;max-width:20%;min-width:20%}.xl-col-5{width:25%;max-width:25%;min-width:25%}.xl-col-6{width:30%;max-width:30%;min-width:30%}.xl-col-7{width:35%;max-width:35%;min-width:35%}.xl-col-8{width:40%;max-width:40%;min-width:40%}.xl-col-9{width:45%;max-width:45%;min-width:45%}.xl-col-10{width:50%;max-width:50%;min-width:50%}.xl-col-11{width:55%;max-width:55%;min-width:55%}.xl-col-12{width:60%;max-width:60%;min-width:60%}.xl-col-13{width:65%;max-width:65%;min-width:65%}.xl-col-14{width:70%;max-width:70%;min-width:70%}.xl-col-15{width:75%;max-width:75%;min-width:75%}.xl-col-16{width:80%;max-width:80%;min-width:80%}.xl-col-17{width:85%;max-width:85%;min-width:85%}.xl-col-18{width:90%;max-width:90%;min-width:90%}.xl-col-19{width:95%;max-width:95%;min-width:95%}.xl-col-20{width:100%;max-width:100%;min-width:100%}}@media (min-width:1440px){.xxl-col-1{width:5%;max-width:5%;min-width:5%}.xxl-col-2{width:10%;max-width:10%;min-width:10%}.xxl-col-3{width:15%;max-width:15%;min-width:15%}.xxl-col-4{width:20%;max-width:20%;min-width:20%}.xxl-col-5{width:25%;max-width:25%;min-width:25%}.xxl-col-6{width:30%;max-width:30%;min-width:30%}.xxl-col-7{width:35%;max-width:35%;min-width:35%}.xxl-col-8{width:40%;max-width:40%;min-width:40%}.xxl-col-9{width:45%;max-width:45%;min-width:45%}.xxl-col-10{width:50%;max-width:50%;min-width:50%}.xxl-col-11{width:55%;max-width:55%;min-width:55%}.xxl-col-12{width:60%;max-width:60%;min-width:60%}.xxl-col-13{width:65%;max-width:65%;min-width:65%}.xxl-col-14{width:70%;max-width:70%;min-width:70%}.xxl-col-15{width:75%;max-width:75%;min-width:75%}.xxl-col-16{width:80%;max-width:80%;min-width:80%}.xxl-col-17{width:85%;max-width:85%;min-width:85%}.xxl-col-18{width:90%;max-width:90%;min-width:90%}.xxl-col-19{width:95%;max-width:95%;min-width:95%}.xxl-col-20{width:100%;max-width:100%;min-width:100%}}body{background:#fff}.site-main{position:relative}.fullheight{min-height:100vh;min-height:-webkit-calc(var(--vh,1vh) * 100);min-height:-moz-calc(var(--vh,1vh) * 100);min-height:calc(var(--vh,1vh) * 100);height:100%}.fullheight--fixed{position:fixed;top:0;left:0;width:100%}.fullheight--content{max-height:100%;padding-top:-webkit-calc(50vh - 1rem / 2);padding-top:-moz-calc(50vh - 1rem / 2);padding-top:calc(50vh - 1rem / 2);padding-top:-webkit-calc(50svh - 1rem / 2);padding-top:-moz-calc(50svh - 1rem / 2);padding-top:calc(50svh - 1rem / 2);padding-bottom:-webkit-calc(50vh - 1rem / 2);padding-bottom:-moz-calc(50vh - 1rem / 2);padding-bottom:calc(50vh - 1rem / 2);padding-bottom:-webkit-calc(50svh - 1rem / 2);padding-bottom:-moz-calc(50svh - 1rem / 2);padding-bottom:calc(50svh - 1rem / 2);overflow:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.fullheight--content::-webkit-scrollbar{display:none}.fullheight__inner{width:100%;padding-left:33.3%}@media screen and (orientation:landscape){.fullheight__inner{padding-left:20%}}.page-infos{position:fixed;left:0;bottom:-webkit-calc(8rem / 2);bottom:-moz-calc(8rem / 2);bottom:calc(8rem / 2);margin-left:33.3%}@media screen and (orientation:landscape){.page-infos{position:fixed;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;top:50%;left:0;margin-left:20%;height:1.1rem;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (orientation:landscape){.page-infos br{display:none}}.sidebar-left{position:fixed;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;bottom:1rem;left:-webkit-calc(1rem * 1.5);left:-moz-calc(1rem * 1.5);left:calc(1rem * 1.5)}@media screen and (orientation:landscape){.sidebar-left{bottom:auto;top:50%;-webkit-transform:translateY(-9px);-moz-transform:translateY(-9px);-ms-transform:translateY(-9px);-o-transform:translateY(-9px);transform:translateY(-9px);width:-webkit-calc(15rem / 2);width:-moz-calc(15rem / 2);width:calc(15rem / 2)}}.sidebar-left--single span{display:none}@media screen and (orientation:landscape){.sidebar-left--single span{display:inline}}@media screen and (orientation:landscape){.sidebar-left--single button{display:none}}.close-page,.sidebar-right{position:fixed;bottom:1rem;right:-webkit-calc(1rem * 1.5);right:-moz-calc(1rem * 1.5);right:calc(1rem * 1.5)}@media screen and (orientation:landscape){.close-page,.sidebar-right{top:50%;bottom:auto;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}@media screen and (orientation:landscape){.toggle-credits{display:none}}.media{position:relative;width:100%;max-width:-webkit-calc(100% - 3rem);max-width:-moz-calc(100% - 3rem);max-width:calc(100% - 3rem);margin-left:auto;margin-right:auto;opacity:0;-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity}@media screen and (orientation:landscape){.media{max-width:100%}}.clients-medias .media,.project-medias__list .media{height:100vw;min-height:300px}@media screen and (orientation:landscape){.clients-medias .media,.project-medias__list .media{height:-webkit-calc(100vh - 8rem * 2);height:-moz-calc(100vh - 8rem * 2);height:calc(100vh - 8rem * 2);height:-webkit-calc(var(--vh,1vh) * 100 - 8rem * 2);height:-moz-calc(var(--vh,1vh) * 100 - 8rem * 2);height:calc(var(--vh,1vh) * 100 - 8rem * 2)}}.keen-slider .media{height:-webkit-calc(100vh - 8rem * 2);height:-moz-calc(100vh - 8rem * 2);height:calc(100vh - 8rem * 2);height:-webkit-calc(var(--vh,1vh) * 100 - 8rem * 2);height:-moz-calc(var(--vh,1vh) * 100 - 8rem * 2);height:calc(var(--vh,1vh) * 100 - 8rem * 2)}.text-content{padding-right:1rem}@media screen and (orientation:landscape){.text-content{padding-right:5rem}}.sentinel{position:absolute;width:100%;height:1px;top:-webkit-calc(50vh - 10rem);top:-moz-calc(50vh - 10rem);top:calc(50vh - 10rem);top:-webkit-calc(50svh - 10rem);top:-moz-calc(50svh - 10rem);top:calc(50svh - 10rem);z-index:-1}.sentinel--fixed-page{top:9rem}.sentinel--project-desc{top:5rem}@media screen and (orientation:landscape){.sentinel--project-desc{top:-webkit-calc(50vh - 3rem);top:-moz-calc(50vh - 3rem);top:calc(50vh - 3rem);top:-webkit-calc(50svh - 3rem);top:-moz-calc(50svh - 3rem);top:calc(50svh - 3rem)}}.sentinel--project-title{position:absolute;width:100%;height:1px;top:.5rem;z-index:-1}.waiting-page__content{padding-left:33%}@media (orientation:landscape){.waiting-page__content{padding-left:20%}}.site-header{position:fixed;top:0;left:0;width:100%;padding:1rem;padding-left:-webkit-calc(1rem * 1.5);padding-left:-moz-calc(1rem * 1.5);padding-left:calc(1rem * 1.5);padding-right:-webkit-calc(1rem * 1.5);padding-right:-moz-calc(1rem * 1.5);padding-right:calc(1rem * 1.5);padding-bottom:.5rem}.site-header__inner{position:relative}.site-menu{display:none;position:fixed;left:0;top:2.5rem;left:0;padding-left:33.3%}@media screen and (orientation:landscape){.site-menu{padding-left:20%}}body.menu-opened .site-menu{display:block}.site-footer{position:fixed;bottom:0;left:0;width:100%;padding-top:.5rem;padding-bottom:1rem;display:none}@media screen and (orientation:landscape){.site-footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}@media screen and (orientation:landscape){.site-footer.hidden{display:none}}.site-footer__inner{position:relative;padding-left:20%}.site-footer a:hover{text-transform:uppercase}.keen-slider{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;height:100vh;height:-webkit-calc(var(--vh,1vh) * 100);height:-moz-calc(var(--vh,1vh) * 100);height:calc(var(--vh,1vh) * 100);max-height:100%;opacity:0;-ms-touch-action:manipulation;touch-action:manipulation}@media screen and (orientation:landscape){.keen-slider{display:none}}.keen-slider__baseline{position:absolute;top:0;left:0;width:100%;padding-right:1.5rem;z-index:2}@media screen and (orientation:landscape){.keen-slider__baseline{display:none!important}}.keen-slider__baseline span{display:block;padding-top:2.5rem;padding-left:33.3%}.keen-slider__baseline a:hover{text-transform:uppercase}.keen-slider__slider{width:100%;height:100%}.keen-slider__slide{display:none;width:100%;height:100%}.keen-slider__slide--active,.keen-slider__slide--next,.keen-slider__slide--prev{display:block}.keen-slider__slide-inner{position:relative;width:100%;height:100%}.keen-slider__prev{position:absolute;top:0;left:0;width:50%;height:100%;z-index:2}.keen-slider__next{position:absolute;top:0;left:50%;width:50%;height:100%;z-index:2}.projects-list{position:relative;padding-top:-webkit-calc(50vh + 1rem * 1.5);padding-top:-moz-calc(50vh + 1rem * 1.5);padding-top:calc(50vh + 1rem * 1.5);padding-top:-webkit-calc(50svh + 1rem * 1.5);padding-top:-moz-calc(50svh + 1rem * 1.5);padding-top:calc(50svh + 1rem * 1.5);padding-bottom:-webkit-calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .1);padding-bottom:-moz-calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .1);padding-bottom:calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .1);padding-left:-webkit-calc(1rem * .5);padding-left:-moz-calc(1rem * .5);padding-left:calc(1rem * .5);padding-right:-webkit-calc(1rem * .5);padding-right:-moz-calc(1rem * .5);padding-right:calc(1rem * .5)}@media screen and (orientation:landscape){.projects-list{padding-left:-webkit-calc(15rem / 2);padding-left:-moz-calc(15rem / 2);padding-left:calc(15rem / 2);padding-right:-webkit-calc(15rem / 2);padding-right:-moz-calc(15rem / 2);padding-right:calc(15rem / 2);padding-bottom:-webkit-calc(var(--vh,1vh) * 50 - (100vw - 15rem) * .1);padding-bottom:-moz-calc(var(--vh,1vh) * 50 - (100vw - 15rem) * .1);padding-bottom:calc(var(--vh,1vh) * 50 - (100vw - 15rem) * .1)}}.projects-list--suggestions{padding-top:0;padding-bottom:-webkit-calc(var(--vh,1vh) * 50);padding-bottom:-moz-calc(var(--vh,1vh) * 50);padding-bottom:calc(var(--vh,1vh) * 50)}@media screen and (orientation:landscape){.projects-list--suggestions{height:-webkit-calc(50vh - 1.5rem);height:-moz-calc(50vh - 1.5rem);height:calc(50vh - 1.5rem);padding-bottom:0}}.projects-list--suggestions .projects-list__item:nth-child(5){display:none}@media screen and (orientation:landscape) and (min-width:1024px){.projects-list--suggestions .projects-list__item:nth-child(5){display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.projects-list--news{padding-top:-webkit-calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .1);padding-top:-moz-calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .1);padding-top:calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .1);padding-bottom:0;padding-left:-webkit-calc(1rem * .5);padding-left:-moz-calc(1rem * .5);padding-left:calc(1rem * .5);padding-right:-webkit-calc(1rem * .5);padding-right:-moz-calc(1rem * .5);padding-right:calc(1rem * .5)}@media screen and (orientation:landscape){.projects-list--news{padding-top:-webkit-calc(var(--vh,1vh) * 50 - (100vw - 15rem) * .1);padding-top:-moz-calc(var(--vh,1vh) * 50 - (100vw - 15rem) * .1);padding-top:calc(var(--vh,1vh) * 50 - (100vw - 15rem) * .1);padding-left:-webkit-calc(15rem / 2);padding-left:-moz-calc(15rem / 2);padding-left:calc(15rem / 2);padding-right:-webkit-calc(15rem / 2);padding-right:-moz-calc(15rem / 2);padding-right:calc(15rem / 2)}}.projects-list--news .projects-list__item{width:100%;margin-bottom:6rem;opacity:0}@media screen and (orientation:landscape){.projects-list--news .projects-list__item{width:50%;margin-bottom:16.1%;padding:0 2rem}}@media screen and (orientation:landscape){.projects-list--news .projects-list__item:nth-child(2){margin-top:16.1%}}.projects-list--news .projects-list__item:last-child{margin-bottom:0}.projects-list--news .projects-list__infos{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.projects-list--news .projects-list__infos .title-text:first-child{width:8rem;padding-right:1.5vw;padding-right:1.5svw}@media screen and (orientation:landscape){.projects-list--news .projects-list__infos .title-text:first-child{min-width:8rem;width:-webkit-calc(20vw - 15rem / 2 - 2.5rem);width:-moz-calc(20vw - 15rem / 2 - 2.5rem);width:calc(20vw - 15rem / 2 - 2.5rem);width:-webkit-calc(20svw - 15rem / 2 - 2.5rem);width:-moz-calc(20svw - 15rem / 2 - 2.5rem);width:calc(20svw - 15rem / 2 - 2.5rem)}}.projects-list--news .projects-list__infos .title-text:not(:first-child){-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.projects-list__item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.5s linear opacity;-o-transition:.5s linear opacity;-moz-transition:.5s linear opacity;transition:.5s linear opacity;-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.projects-list__item:hover{-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}@media screen and (orientation:landscape){.projects-list__item{position:relative}}.projects-list__item-inner{position:relative;padding-top:125%}@media screen and (orientation:landscape){.projects-list__item-inner{padding-top:100%}}.projects-list__media{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.projects-list__media:first-child{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;opacity:1}.projects-list__media .lazy-bg__item{-webkit-transition:0!important;-o-transition:0!important;-moz-transition:0!important;transition:0!important}.projects-list__media .lazy-bg__item.loaded{-webkit-transition:0!important;-o-transition:0!important;-moz-transition:0!important;transition:0!important}.project-concept{position:fixed;left:0;top:2.5rem;left:0;padding-left:33.3%;padding-right:1rem;display:block}@media screen and (orientation:landscape){.project-concept{padding-left:20%}}.project-medias__list{margin-bottom:3rem;padding-top:-webkit-calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .5);padding-top:-moz-calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .5);padding-top:calc(var(--vh,1vh) * 50 - (100vw - 5rem) * .5)}@media screen and (orientation:landscape){.project-medias__list{margin-bottom:3rem;padding-top:-webkit-calc(50vh + 1rem * 1.5);padding-top:-moz-calc(50vh + 1rem * 1.5);padding-top:calc(50vh + 1rem * 1.5);padding-top:-webkit-calc(50svh + 1rem * 1.5);padding-top:-moz-calc(50svh + 1rem * 1.5);padding-top:calc(50svh + 1rem * 1.5)}}@media screen and (orientation:landscape){.project-medias__list .media{margin-right:0;margin-left:20%}}.project-medias__list .media:last-child{margin-bottom:0}.project-medias__list .vp{margin-bottom:1.5rem}.project-medias__dummy{position:absolute;width:100%;height:1px;top:0;z-index:-1}@media screen and (orientation:landscape){.project-medias__dummy{top:-webkit-calc(1rem * 1);top:-moz-calc(1rem * 1);top:calc(1rem * 1)}}.project-suggestions{position:relative}.project-credits{display:none;position:fixed;top:0;left:0;width:100%;padding:8rem 0;background:#fff}@media screen and (orientation:landscape){.project-credits{top:auto;left:20%;bottom:-webkit-calc(1rem * 3);bottom:-moz-calc(1rem * 3);bottom:calc(1rem * 3);width:auto;min-height:0;height:auto;max-height:none;background:0 0;padding:0}}.project-credits__inner{height:100%;max-height:100%;padding-left:33.3%;overflow:scroll;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.project-credits__inner::-webkit-scrollbar{display:none}@media screen and (orientation:landscape){.project-credits__inner{height:auto;max-height:none;padding:0}}@media screen and (orientation:landscape){.project-credits__project br{display:none}}@media screen and (orientation:portrait){body.credits-opened{overflow:hidden}}body.credits-opened .project-credits{display:block}.credits-btn-landscape{display:none;position:fixed;bottom:1rem;left:20%}@media screen and (orientation:landscape){.credits-btn-landscape{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.clients-list__item{text-transform:uppercase}.clients-list__item.active{text-transform:none}.clients-medias{position:relative;z-index:-1}.clients-medias__item{position:fixed;top:0;left:0;width:100%;opacity:0;z-index:-1}.no-touch .clients-medias__item.active{opacity:1;z-index:1}.touch .clients-medias__item.transition{-webkit-transition:.3s ease-in-out opacity;-o-transition:.3s ease-in-out opacity;-moz-transition:.3s ease-in-out opacity;transition:.3s ease-in-out opacity}
