@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}}.projets-filter{margin:-4vh 8rem 0;padding:1.6rem 2.4rem;font-size:1.9rem;font-weight:300;line-height:1.4;color:#053211;background:rgba(5,50,17,.08);border-left:3px solid #053211}.projets-filter strong{font-weight:500}.projets-filter__all{margin-left:.6rem;font-weight:500;text-decoration:underline;text-underline-offset:4px}.projets-filter__all:hover{text-decoration:none}section.head{padding:15vh 8rem;height:75vh;display:flex;justify-content:space-between;align-items:center;gap:2rem;color:#053211}section.head h1{font-size:4.8rem;width:40%;text-wrap:balance}section.head h1 strong{font-weight:700}section.head .text{font-size:2.8rem;width:50%;line-height:1.35;font-weight:300}main.projets{padding:8vh 8rem;display:flex;flex-wrap:wrap;align-items:flex-end;gap:12rem 5rem}main.projets .projets-item{flex:1 1 calc(25% - 4rem);max-width:600px}main.projets .projets-item a{display:block;width:100%;height:100%;position:relative}main.projets .projets-item .projets-item-caption h2{font-family:"Satoshi",sans-serif;font-size:2.8rem;font-weight:500;line-height:1.2;margin-bottom:1.3rem;text-wrap:balance;text-transform:uppercase;color:#053211}main.projets .projets-item .projets-item-caption p.excerpt{font-size:1.9rem;font-weight:300;line-height:1.35;margin-bottom:3rem}main.projets .projets-item .projets-item-img{height:var(--img-height, 50vh);overflow:hidden}main.projets .projets-item .projets-item-img img{width:100%;height:100%;object-fit:cover;filter:brightness(0.9);transition:transform .6s ease-in-out}main.projets .projets-item:hover .projets-item-img img{transform:scale(1.1)}@media(max-width: 1400px){main.projets .projets-item{flex:1 1 calc(33.33% - 5rem)}}@media(max-width: 1200px){.projets-filter{margin:-2vh 4rem 0;font-size:1.8rem}section.head{padding:10vh 4rem}section.head h1{font-size:3.8rem}section.head .text{font-size:2.4rem}main.projets{padding:8vh 4rem 12vh;gap:10rem 4rem}main.projets .projets-item .projets-item-caption h2{font-size:2.4rem}main.projets .projets-item .projets-item-caption p.excerpt{font-size:1.8rem}}@media(max-width: 1024px){section.head{height:auto;flex-direction:column;justify-content:center;align-items:flex-start;padding:14vh 4rem 4vh;gap:2rem}section.head h1{font-size:3.2rem;width:55%}section.head .text{font-size:2rem;width:70%}}@media(max-width: 768px){main.projets .projets-item{flex:1 1 calc(50% - 4rem)}}@media(max-width: 576px){.projets-filter{margin:0 2rem 2rem;font-size:1.6rem}section.head{padding:170px 2rem 4vh}section.head h1{font-size:2.8rem;width:100%}section.head .text{font-size:1.8rem;width:100%}main.projets{padding:8vh 2rem 12vh;gap:8rem 2rem}main.projets .projets-item{flex:1 1 100%}main.projets .projets-item .projets-item-img{height:300px !important}main.projets .projets-item .projets-item-caption h2{font-size:2rem}main.projets .projets-item .projets-item-caption p.excerpt{font-size:1.6rem}}/*# sourceMappingURL=projets.css.map */
