@font-face{font-family:"champagne";src:url("./../fonts/champagne.ttf");font-display:swap;font-weight:normal;font-style:normal}@font-face{font-family:"champagne";src:url("./../fonts/champagne-bold.ttf");font-display:swap;font-weight:bold;font-style:normal}@font-face{font-family:"Satoshi";src:url("./../fonts/Satoshi-Light.otf");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:"Satoshi";src:url("./../fonts/Satoshi-Regular.otf");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:"Satoshi";src:url("./../fonts/Satoshi-Medium.otf");font-display:swap;font-weight:500;font-style:normal}*,*:after,*:before{box-sizing:border-box}*::selection{background:#053211;color:#fffff8}html{font-size:62.5%;color:#000}body{font-family:"Satoshi",sans-serif;color:#000;font-size:1.8rem;background-color:#f0e6d0;overflow-x:hidden}strong{font-weight:500}a,a:hover,a:visited{color:#2e3b2c;text-decoration:none}img{max-width:100%;height:auto;width:auto;vertical-align:middle}@media screen and (max-width: 900px){.ordi{display:none !important}.mobile{display:block}}@media screen and (min-width: 900px){.ordi{display:block}.mobile{display:none !important}}h1,h2{font-family:"champagne",sans-serif}a.btn-arrow{display:flex;align-items:center;gap:2rem;color:#2e3b2c;font-size:2.5rem;line-height:1.35;font-weight:300}a.btn-arrow i.icon-arrow{width:1.72rem;height:1.72rem;display:block;mask:url("./../img/icones/arrow.svg") no-repeat center;background-color:#2e3b2c;transition:margin .6s ease}a.btn-arrow.arrow-back i.icon-arrow{transform:rotate(-90deg)}a.btn-arrow:hover i.icon-arrow{margin-left:.8rem}a.btn-arrow:hover.arrow-back i.icon-arrow{margin-left:0;margin-right:.8rem}header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:4rem 8.5rem;display:flex;justify-content:space-between;align-items:flex-start;color:#fffff8}header .logo{font-size:4rem;font-weight:500;text-decoration:none;font-family:"champagne",sans-serif;color:#fffff8;transition:all .6s ease;background:none}header .logo.black{color:#000}header .burger{display:none}header nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-end;gap:1.75rem}header nav li{display:flex;align-items:center;gap:1rem;transition:all .6s ease}header nav li.current::before{content:"";display:block;width:30px;height:2px;background-color:#fffff8;transition:all .6s ease;margin-top:6px}header nav li a,header nav li a:visited{font-size:2.4rem;color:#fffff8;text-decoration:none;transition:all .6s ease}header nav li:hover{transform:translateX(-10px)}header nav li:hover a{color:#fff}header nav.black li.current::before{background-color:#000}header nav.black li a,header nav.black li a:visited{color:#000}header nav.black li:hover a{color:#2e3b2c}@media(max-width: 1200px){header{padding:3rem 4.5rem}header .logo{font-size:3rem}header nav ul{gap:1.5rem}}@media(max-width: 576px){header{padding:3rem 2.5rem}header .logo{font-size:2.5rem}header nav ul{gap:1.2rem}header nav ul li a,header nav ul li a:visited{font-size:2rem}}aside.cta{padding:0vh 8rem 10vh;display:flex;justify-content:space-between;align-items:center;width:80%}aside.cta .text h2{font-size:6rem;color:#2e3b2c;line-height:1.1}aside.cta .text p{font-size:2.5rem;color:#053211;line-height:1.3;font-weight:300;width:50%}aside.cta .btn-arrow{font-size:3rem;color:#2e3b2c;min-width:max-content}aside.cta .btn-arrow i.icon-arrow{width:2.3rem;height:2.3rem}footer{padding:4rem 8rem 2rem;background:#2e3b2c;color:#f0e6d0}footer .top{display:flex}footer .top .logo img{width:auto;height:200px}footer .top .devise{font-size:2.35rem;font-weight:300;margin:2rem 5rem;width:40%}footer .top .adresse{font-size:1.8rem;font-weight:300;color:#f0e6d0;line-height:1.3;margin:2rem 5rem}footer .top .adresse span{display:block;margin-bottom:2rem}footer .top .links{display:flex;flex-direction:column;gap:1rem;text-align:right;margin-left:auto}footer .top .links a{font-size:1.8rem;font-weight:300;color:#f0e6d0;line-height:1.3;margin-bottom:2rem}footer .top .links a:hover{text-decoration:underline;text-underline-offset:5px}footer .top .links .insta{text-decoration:underline;text-underline-offset:5px}footer .top .links .insta:hover{text-decoration:none}footer .top .links .legal a:not(:last-child){border-right:1px solid #f0e6d0;padding-right:1.2rem}footer .top .links .legal a:last-child{padding-left:1rem}footer .bottom{padding-top:2rem;text-align:center;font-size:1.6rem;font-weight:300}footer .bottom a{color:#f0e6d0;line-height:1.3;margin-bottom:2rem}footer .bottom a:hover{text-decoration:underline;text-underline-offset:5px}@media(max-width: 1440px){aside.cta{width:100%}aside.cta a.btn-arrow{min-width:max-content}footer .top .devise{width:20%;line-height:1.2;font-size:2rem}}@media(max-width: 1200px){aside.cta{padding:0vh 4rem 10vh}aside.cta .text p{width:70%}footer{padding:4rem 4rem 2rem}}@media(max-width: 1024px){aside.cta{flex-direction:column;align-items:flex-start;gap:3rem}aside.cta .text h2{font-size:4rem}aside.cta .text p{width:70%}footer .top{display:grid;grid-template-areas:"logo devise links" "logo adresse links";gap:3rem}footer .top .logo{grid-area:logo}footer .top .logo img{height:180px}footer .top .devise{grid-area:devise;width:100%;margin:0 5rem 0}footer .top .adresse{grid-area:adresse;margin:0 5rem 2rem;transform:translateY(-90%);font-size:1.7rem}footer .top .adresse span{display:inline}footer .top .links{grid-area:links;margin:0}footer .bottom{padding-top:4rem}}@media(max-width: 768px){aside.cta .text p{width:100%}footer .top{grid-template-columns:120px 1fr;grid-template-areas:"logo devise" "adresse adresse" "links links";gap:2.8rem}footer .top .logo img{height:150px}footer .top .devise{display:flex;margin:0;align-items:center}footer .top .adresse{margin:1rem 0 0;transform:none}footer .top .links{text-align:left}}@media(max-width: 576px){aside.cta{padding:0vh 2rem 10vh}aside.cta .text h2{font-size:3.2rem;margin-bottom:1rem}aside.cta .text p{width:100%;font-size:1.8rem}aside.cta a.btn-arrow{font-size:2.3rem}aside.cta a.btn-arrow i.icon-arrow{width:1.8rem;height:1.8rem}footer{padding:4rem 2rem 2rem}footer .top{grid-template-columns:1fr;grid-template-areas:"logo" "devise" "adresse" "links";gap:2rem}footer .top .logo img{height:120px}footer .top .devise{width:100%;margin:0;font-size:1.8rem}footer .top .adresse{margin:0;font-size:1.6rem}footer .top .links{margin:0;font-size:1.6rem}footer .top .links a{font-size:1.6rem}footer .top .links .legal a{font-size:1.5rem}footer .bottom{line-height:1.35;font-size:1.4rem}}main.projet{display:flex;min-height:100vh}main.projet .left{padding:12vh 8rem;width:63%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;color:#053211}main.projet .left h1{font-size:5rem;margin-bottom:2rem}main.projet .left .text{font-size:2rem;font-weight:300;line-height:1.35;width:85%}main.projet .left .text p{margin-bottom:1rem}main.projet .img,main.projet button.img{width:37%;border:0;padding:0;background:none;cursor:pointer;display:block}main.projet .img img,main.projet button.img img{width:100%;height:100%;object-fit:cover}section.infos{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:8vh 8rem;transform:translateY(-100px)}section.infos .img,section.infos button.img{height:410px;aspect-ratio:9/13;border:0;padding:0;background:none;cursor:pointer;display:block}section.infos .img img,section.infos button.img img{width:100%;height:100%;object-fit:cover}section.infos table.stats{width:700px;max-width:100%;border-collapse:collapse}section.infos table.stats tr{border-bottom:1px solid #053211;border-top:1px solid #053211}section.infos table.stats tr td{padding:1.5rem 0;color:#053211}section.infos table.stats tr td:nth-child(2){text-align:right}section.video{padding:8vh 8rem 4vh}section.video .projet-video{width:100%;max-width:1200px;margin:0 auto}section.video .projet-video__embed{position:relative;width:100%;aspect-ratio:16/9;background:#000}section.video .projet-video__embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}section.video .projet-video__file{display:block;width:100%;max-height:90vh;margin:0 auto;background:#000}section.video .back{display:flex;justify-content:flex-end;margin-top:6rem}section.imgs{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-start;gap:3rem;padding:3rem 0}section.imgs .img,section.imgs button.img{flex:1 1 20%;max-height:90vh;max-width:50%;border:0;padding:0;background:none;cursor:pointer;display:block;text-align:left}section.imgs .img img,section.imgs button.img img{width:100%;height:100%;object-fit:cover}section.imgs>.img:nth-child(1),section.imgs>button.img:nth-child(1){flex:1 1 40%;aspect-ratio:9/13}section.imgs>.img:nth-child(2),section.imgs>button.img:nth-child(2){flex:1 1 20%;aspect-ratio:9/13}section.imgs>.img:nth-child(3),section.imgs>button.img:nth-child(3){flex:1 1 23%;aspect-ratio:9/13}section.imgs>.img:nth-child(4),section.imgs>button.img:nth-child(4){flex:1 1 28%;aspect-ratio:9/13}section.imgs>.img:nth-child(5),section.imgs>button.img:nth-child(5){flex:1 1 20%;aspect-ratio:9/13}section.imgs>.img:nth-child(6),section.imgs>button.img:nth-child(6){flex:1 1 39%;aspect-ratio:9/13}section.imgs .img:nth-child(7){flex:1 1 18%;aspect-ratio:9/13}section.imgs .img:nth-child(8){flex:1 1 20%;aspect-ratio:9/13}section.imgs .img:nth-child(9){flex:1 1 17%;aspect-ratio:9/13}section.imgs .img:nth-child(10){flex:1 1 22%;aspect-ratio:9/13}section.imgs .img:nth-child(3),section.imgs .img:nth-child(10){margin-right:8rem}section.imgs .img:nth-child(4),section.imgs .img:nth-child(7){margin-left:8rem}section.imgs .img:nth-child(4n+7){margin-left:8rem;height:calc(var(--img-height, 45vh) + 6rem);aspect-ratio:unset}section.imgs .img:nth-child(4n+8){height:calc(var(--img-height, 45vh) + 6rem);aspect-ratio:unset}section.imgs .img:nth-child(4n+9){height:calc(var(--img-height, 45vh) + 6rem);aspect-ratio:unset}section.imgs .img:nth-child(4n+10){margin-right:8rem;height:calc(var(--img-height, 45vh) + 6rem);aspect-ratio:unset}section.imgs .back{width:100%;display:flex;padding:0 8rem;justify-content:flex-end}section.projets-lists{margin:10vh 8rem 0;border-top:1px solid #053211;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:10vh 0}section.projets-lists .left{width:250px}section.projets-lists .left a.btn-arrow{width:80%;display:inline-block;text-wrap:balance}section.projets-lists .left a.btn-arrow i.icon-arrow{display:inline-block}section.projets-lists .right{display:flex;gap:2rem;width:calc(100% - 250px)}section.projets-lists .right .projet{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:all .6s ease;overflow:hidden;position:relative}section.projets-lists .right .projet img{width:100%;height:100%;aspect-ratio:9/13;object-fit:cover;transition:all .6s ease}section.projets-lists .right .projet .caption{position:absolute;bottom:0;left:0;opacity:0;width:100%;padding:2rem;height:100%;background-color:rgba(5,50,17,.4);color:#fffff8;display:flex;align-items:center;justify-content:center;transition:all .6s ease}section.projets-lists .right .projet .caption span{font-size:2rem;font-weight:300;line-height:1.35;text-align:center}section.projets-lists .right .projet:hover img{transform:scale(1.05);filter:brightness(0.8) blur(3px)}section.projets-lists .right .projet:hover .caption{opacity:1}@media screen and (max-width: 1400px){main.projet .left{width:57%}main.projet .img{width:43%}section.imgs .img{flex:1 1 25%}section.imgs .img:nth-child(7){flex:1 1 18%}section.imgs .img:nth-child(8){flex:1 1 36%}section.imgs .img:nth-child(9){flex:1 1 23%}section.imgs .img:nth-child(4n+7){margin-left:0}section.imgs .img:nth-child(3n+7){margin-left:8rem}section.imgs .img:nth-child(3n+9){margin-right:8rem}section.imgs .img:nth-child(4n+10){margin-right:0}section.projets-lists .right .projet:last-child{display:none}}@media screen and (max-width: 1200px){main.projet .left{padding:12vh 4rem;width:55%}main.projet .img{width:45%}section.video{padding:8vh 4rem 4vh}section.infos{padding:8vh 4rem;gap:4rem;transform:translateY(0)}section.imgs{padding:2rem 4rem}section.imgs .img{margin:0 !important}section.imgs .back{padding:0}section.projets-lists{margin:10vh 4rem 0}}@media screen and (max-width: 1024px){main.projet{flex-direction:column}main.projet .left{width:100%}main.projet .img{width:80%;margin:0 auto}section.imgs .img{flex:1 1 calc(var(--img-basis, 50%) - 1.5rem) !important;max-width:calc(var(--img-basis, 50%) - 1.5rem) !important;height:calc(var(--img-height, 45vh) + 6rem) !important}}@media screen and (max-width: 768px){main.projet .img{width:calc(100% - 8rem)}section.infos .img{height:300px}section.projets-lists .left{width:180px}section.projets-lists .left a.btn-arrow{width:100%}section.projets-lists .right .projet:nth-child(4){display:none}}@media screen and (max-width: 576px){main.projet .left{padding:12vh 2rem}main.projet .left h1{font-size:3rem}main.projet .left .text{font-size:1.8rem;width:100%}main.projet .img{width:calc(100% - 4rem)}section.infos{padding:8vh 2rem;flex-direction:column-reverse;gap:8vh}section.infos table.stats{width:100%}section.infos table.stats tr td{font-size:1.5rem;padding:1.2rem 0}section.infos .img{width:100%;height:auto}section.video{padding:8vh 2rem 4vh}section.imgs{padding:0 2rem;gap:8vh}section.imgs .img{flex:1 1 100% !important;max-width:100% !important;height:auto !important}section.projets-lists{flex-direction:column-reverse;align-items:flex-start;justify-content:flex-start;gap:8vh;margin:10vh 2rem 0}section.projets-lists .left{width:100%}section.projets-lists .left a.btn-arrow{width:100%;text-align:center}section.projets-lists .right{width:100%;flex-direction:column;gap:2rem}section.projets-lists .right .projet{width:100%}section.projets-lists .right .projet img{width:100%;height:auto;aspect-ratio:unset}section.projets-lists .right .projet .caption{opacity:1;width:100%;padding:2rem}section.projets-lists .right .projet:hover img{transform:none;filter:none}section.projets-lists .right .projet:hover .caption{opacity:1}}html.jta-lightbox-open{overflow:hidden}html.jta-lightbox-open header{z-index:-1}.jta-lightbox{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;z-index:101;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.92);padding:6rem 7rem 5rem;box-sizing:border-box}.jta-lightbox[hidden]{display:none}.jta-lightbox__stage{width:100%;height:100%;max-width:min(92vw,1400px);display:flex;align-items:center;justify-content:center}.jta-lightbox__stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.jta-lightbox__close,.jta-lightbox__prev,.jta-lightbox__next{position:absolute;border:0;background:rgba(0,0,0,0);color:#fffff8;cursor:pointer;transition:opacity .25s ease;padding:1rem}.jta-lightbox__close:hover,.jta-lightbox__prev:hover,.jta-lightbox__next:hover{opacity:.7}.jta-lightbox__close:disabled,.jta-lightbox__prev:disabled,.jta-lightbox__next:disabled{opacity:.25;cursor:default}.jta-lightbox__close{top:1.5rem;right:1.5rem;font-size:3.6rem;line-height:1}.jta-lightbox__prev,.jta-lightbox__next{top:50%;transform:translateY(-50%)}.jta-lightbox__prev{left:1rem}.jta-lightbox__next{right:1rem}.jta-lightbox__arrow{display:block;width:2.4rem;height:2.4rem;filter:brightness(0) invert(1)}.jta-lightbox__prev img{transform:rotate(-45deg)}.jta-lightbox__next img{transform:rotate(45deg)}.jta-lightbox__counter{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:#fffff8;font-size:1.4rem;letter-spacing:.08em}/*# sourceMappingURL=projet.css.map */
