*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;color:#000;background:#fafaf6}.accent-bar{height:6px;background:#a8d5ba}.site-header{position:sticky;top:0;z-index:1000;background:#fafaf6;padding:0 4.5rem}.nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;width:100%;margin:0 auto;padding:1.5rem 0}.nav-hamburger{display:flex;flex-direction:column;justify-content:space-between;width:2.2rem;height:1.5rem;background:0 0;border:none;cursor:pointer;padding:0;flex-shrink:0}.nav-hamburger span{display:block;width:100%;height:2px;background:#000;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.nav-hamburger.is-open span:nth-child(1){transform:translateY(.65rem) rotate(45deg)}.nav-hamburger.is-open span:nth-child(2){opacity:0}.nav-hamburger.is-open span:nth-child(3){transform:translateY(-.65rem) rotate(-45deg)}.nav-menu{position:fixed;top:0;left:0;width:min(320px,85vw);height:100vh;background:#fff;z-index:2000;padding:5rem 3rem 3rem;transform:translateX(-100%);transition:transform .35s ease}.nav-menu.is-open{transform:translateX(0)}.nav-menu-close{position:absolute;top:1.5rem;right:1.5rem;background:0 0;border:none;font-size:2rem;line-height:1;cursor:pointer}.nav-menu-links{display:flex;flex-direction:column}.nav-menu-link{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:600;color:#000;text-decoration:none;padding:.85rem 0;border-bottom:1px solid #f0f0f0;transition:color .2s}.nav-menu-link:hover{color:#ffb445}.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1500;opacity:0;pointer-events:none;transition:opacity .35s ease}.nav-overlay.is-open{opacity:1;pointer-events:all}.hero{padding:4rem 4.5rem 4rem;display:flex;flex-direction:column;position:relative;overflow:hidden}.hero-deco{position:absolute;right:-1rem;top:15%;transform:rotate(270deg) scaleY(-1);width:9rem;opacity:.35;pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1;max-width:1200px;width:100%;margin:0 auto}.hero-supertitle{font-family:'Poppins',sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#777;margin-bottom:1.5rem}.nav-left{display:flex;align-items:center;gap:1.2rem}.nav-logo{display:flex;align-items:baseline}.nav-logo .l{font-family:'Big Shoulders Inline Text',sans-serif;font-size:3.2rem;font-weight:900;line-height:1}.nav-logo .d{font-family:'Montserrat',sans-serif;font-size:3.2rem;font-weight:400;line-height:1}.btn-nav{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;background:#ffb445;color:#000;border:none;border-radius:2rem;padding:1.1rem 2rem;cursor:pointer;display:flex;align-items:center;gap:.5rem}.btn-nav img{width:.9rem;height:.9rem}.hero-title{font-family:'Montserrat',sans-serif;font-size:5.4rem;text-transform:uppercase;line-height:1.05;letter-spacing:-.01em;margin-bottom:3rem;font-weight:300}.hero-title .dot{font-weight:800}.hero-title .bold{font-weight:900;font-style:italic}.hero-text{margin-bottom:0;max-width:63rem}.hero-pitch{font-size:1.33rem;line-height:1.6;margin-bottom:0}.hero-tags{font-family:'Poppins',sans-serif;font-size:1.33rem;font-weight:700;color:#000;margin-top:3rem;line-height:1.6}.hero-btns{display:flex;align-items:center;gap:1.2rem;margin-top:2rem}.btn-primary{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;background:#ffb445;color:#000;border:none;border-radius:.6rem;padding:1.2rem 2.2rem;cursor:pointer}.btn-secondary{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;background:#fff;color:#000;border:2px solid #ffb445;border-radius:.6rem;padding:1.1rem 2.1rem;cursor:pointer}.hero-note{font-size:1em;font-weight:400;font-style:normal;color:#000;margin-top:.3rem}.clients{background:#fff;padding:2.5rem 0;width:100%;overflow:hidden}.clients-marquee-track{display:flex;width:max-content;animation:clients-scroll 22s linear infinite}.clients-marquee-inner{display:flex;align-items:center;gap:4rem;padding:0 2rem;white-space:nowrap}.clients-marquee-inner img{width:120px;height:40px;object-fit:contain;filter:grayscale(1);opacity:.7}@keyframes clients-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.about{background:#fafaf6;padding:5rem 4.5rem}.about-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.about-photo-wrap{position:relative;max-width:38rem;width:100%;margin:0 auto}.about-frame{width:100%;height:auto}.about-photo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;object-fit:cover;filter:grayscale(1);z-index:1}.about-right .label{font-family:'Montserrat',sans-serif;font-size:1.21rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.about-right h2{font-family:'Montserrat',sans-serif;font-size:1.85rem;font-weight:900;text-transform:uppercase;line-height:1.22;margin-bottom:1.5rem}.about-right p{font-size:1.115rem;line-height:1.18;margin-bottom:.6rem}.about-right h3{font-size:1.115rem;font-weight:700;margin:1.5rem 0 .4rem}.about-right h3:before{content:'';display:block;width:5rem;border-top:2px dotted #aaa;margin-bottom:.8rem}.about-right ul{padding-left:1.2rem;list-style:disc;margin-bottom:.6rem}.about-right li{font-size:1.115rem;line-height:1.23;margin-bottom:.15rem}.about-cta{margin-top:2.5rem;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:.8rem;width:100%}.about-cta-inner{width:32rem;display:flex;flex-direction:column;align-items:flex-end;gap:.8rem}.btn-about-cta{display:inline-block;background:#ffb445;color:#000;font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;padding:1.2rem 2.4rem;border-radius:.6rem;text-decoration:none;line-height:1.3;transition:opacity .2s}.btn-about-cta:hover{opacity:.85}.about-cta-note{font-size:1rem;color:#000;line-height:1.5;width:100%;margin:0 !important}p.about-note{font-size:1rem !important;font-weight:400;color:#000;margin-top:.8rem;line-height:1.12;text-align:right}.about-difference{margin-top:1.8rem;padding:1.2rem 1.4rem;background:#dbf4e8;border-left:3px solid #111}.about-diff-title{font-size:1rem !important;font-weight:700 !important;color:#000;margin-bottom:.5rem !important}.about-diff-text{font-size:1.1rem !important;line-height:1.55 !important;color:#222;margin:0 !important}.about-diff-list{list-style:disc;padding-left:1.2rem;margin:1rem 0 0}.about-diff-list li{font-family:'Poppins',sans-serif;font-size:1.05rem;line-height:1.5;color:#111}.about-interviens{margin-top:1.8rem;position:relative;padding-top:1.2rem}.about-interviens:before{content:'';display:block;width:6.5rem;border-top:2px dotted #aaa;margin-bottom:1rem}.about-interviens-title{font-size:1rem !important;font-weight:700 !important;color:#000;margin-bottom:.5rem !important}.about-interviens-text{font-size:1rem !important;line-height:1.55 !important;color:#222;margin-bottom:.8rem !important}.about-modes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.about-mode{font-size:.95rem;line-height:1.4;padding-left:2.6rem;position:relative;list-style:none}.about-mode:before{content:'➜';position:absolute;left:0;top:50%;transform:translateY(-50%);color:#61ddaf;font-size:1.8rem;line-height:1}.services{background:#fafaf6;padding:5rem 4.5rem;overflow:hidden}.services-inner{max-width:1200px;margin:0 auto}.services-inner .label{font-family:'Montserrat',sans-serif;font-size:1.21rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.services-inner h2{font-family:'Montserrat',sans-serif;font-size:1.85rem;font-weight:900;text-transform:uppercase;line-height:1.22;margin-bottom:1.5rem}.services-sub{font-size:1.115rem;font-style:italic;color:#444;max-width:36rem;line-height:1.5;margin-bottom:4rem}.services-line{border:none;border-top:3px solid #000;margin-bottom:0}.pil{display:flex;align-items:center;padding:2.5rem 0;border-bottom:1px dashed #bbb}.pil-n{margin-right:1.5rem}.pil-d{flex:1;max-width:38rem;margin-left:auto}.pil-n{flex-shrink:0;width:2.5rem;text-align:left;font-family:'Poppins',sans-serif;font-size:1.8rem;font-weight:800;color:#ffb445;line-height:1}.pil-t{flex-shrink:0;width:14rem;font-family:'Poppins',sans-serif;font-size:2.2rem;font-weight:800;text-transform:uppercase}.pil-d p{font-size:.9rem;line-height:1.4;margin-bottom:.3rem}.pil-d p:first-child{font-size:1rem;font-weight:700;line-height:1}.pil-d .f{font-size:1rem;font-style:italic;color:#2b1511;margin-top:.6rem;line-height:1.4}.services-ft{padding-top:2rem;display:flex;justify-content:flex-end}.wm-band{overflow:hidden;padding:3rem 0;margin-top:-4rem}.wm-marquee-track{display:flex;width:max-content;animation:wm-scroll 18s linear infinite}.wm-marquee-inner{display:flex;align-items:center;white-space:nowrap}.wm-text{font-family:'Poppins',sans-serif;font-size:5rem;font-weight:700;letter-spacing:-.02em;color:transparent;-webkit-text-stroke:1.5px #000;padding:0 1.5rem}.wm-dot{font-size:1.2rem;color:#ffb445;padding:0 .5rem}@keyframes wm-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.btn-or{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;padding:1.1rem 2rem;border-radius:.6rem;border:none;background:#ffb445;color:#000;cursor:pointer;display:inline-block}.competences{background:0 0;padding:5rem 4.5rem}.competences-inner{max-width:1200px;margin:0 auto}.competences-inner .label{font-family:'Montserrat',sans-serif;font-size:1.21rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.competences-inner h2{font-family:'Montserrat',sans-serif;font-size:1.85rem;font-weight:900;text-transform:uppercase;line-height:1.22;margin-bottom:1rem}.competences-sub{font-size:1rem;color:#333;max-width:90%;line-height:1.5;margin-bottom:3rem}.comp-accordion{display:flex;flex-direction:column;gap:.5rem}.comp-row{border:none}.comp-row-header{width:100%;display:flex;justify-content:space-between;align-items:center;border:none;padding:1.4rem 1rem;cursor:pointer;text-align:left;gap:1rem;background:var(--row-color,#f5f3ee);border-radius:.4rem;margin-bottom:.4rem}.comp-row-title{font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:600;color:#000}.comp-row-icon{width:2rem;height:2rem;flex-shrink:0;border:1.5px solid #000;border-radius:50%;position:relative;transition:background .25s,border-color .25s}.comp-row.is-open .comp-row-icon{background:#000}.comp-row-icon:before,.comp-row-icon:after{content:'';position:absolute;top:50%;left:50%;border-radius:2px;transition:transform .3s ease,opacity .3s ease,background .25s}.comp-row-icon:before{width:.9rem;height:1.5px;background:#000;transform:translate(-50%,-50%)}.comp-row-icon:after{width:1.5px;height:.9rem;background:#000;transform:translate(-50%,-50%)}.comp-row.is-open .comp-row-icon:before,.comp-row.is-open .comp-row-icon:after{background:#fff}.comp-row.is-open .comp-row-icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.comp-row-body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;overflow:hidden;max-height:0;transition:max-height .45s ease,padding .45s ease;padding:0 1rem}.comp-row.is-open .comp-row-body{max-height:700px;padding:2.5rem 1rem 2.5rem}.comp-row-left p{font-size:1rem;line-height:1.7;color:#333;margin-bottom:.8rem}.comp-for-who-label{font-family:'Poppins',sans-serif;font-size:1rem !important;font-weight:700 !important;text-transform:uppercase;letter-spacing:.08em;color:#000 !important;margin-top:1.2rem !important;margin-bottom:.4rem !important}.comp-includes-label{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#000;margin-bottom:.8rem !important}.comp-row-right ul{list-style:disc;padding-left:1.2rem;display:flex;flex-direction:column;gap:.4rem}.comp-row-right li{font-size:.95rem;color:#333;line-height:1.5}.comp-keywords{text-align:center;font-size:.85rem;font-weight:400;color:#000;width:80%;margin:6rem auto 0}.realisations{background:#fff;padding:5rem 0;overflow:hidden}.realisations-header{max-width:1200px;margin:0 auto 3rem;padding:0 4.5rem}.realisations-header .label{font-family:'Montserrat',sans-serif;font-size:1.21rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.realisations-header h2{font-family:'Montserrat',sans-serif;font-size:1.85rem;font-weight:900;text-transform:uppercase;line-height:1.22;margin-bottom:1.5rem;max-width:80%}.realisations-header p{font-size:1rem;color:#444;max-width:36rem;line-height:1.5}.slider{display:flex;align-items:flex-start;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 8%;scrollbar-width:none}.slider::-webkit-scrollbar{display:none}.slide{flex:0 0 28%;min-width:280px;scroll-snap-align:center;position:relative}.slide-tag{position:absolute;top:.8rem;left:.8rem;background:#61ddaf;color:#000;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600;padding:.3rem .8rem;border-radius:2rem;z-index:2;pointer-events:none}.slide-img{width:100%;aspect-ratio:var(--ratio,3/4);object-fit:cover;border-radius:.3rem .3rem 0 0;display:block}.realisations{position:relative}.temoignages{background:#fafaf6;background-image:radial-gradient(circle,#e8e8e4 1px,transparent 1px);background-size:40px 40px;padding:5rem 4.5rem;position:relative}.temoignages-inner{max-width:1200px;margin:0 auto}.temoignages-inner .label{font-family:'Montserrat',sans-serif;font-size:1.21rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.temoignages-inner h2{font-family:'Montserrat',sans-serif;font-size:1.85rem;font-weight:900;text-transform:uppercase;line-height:1.22;margin-bottom:0}.temo-subtitle{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:400;color:#555;line-height:1.6;padding-top:1rem;margin-bottom:3rem}.temoignage-slider{position:relative;max-width:60rem;margin:0 auto;display:flex;align-items:center;gap:2rem}.temoignage-track{flex:1;overflow:hidden}.temoignage{text-align:center;padding:0 2rem;display:none}.temoignage.active{display:block}.temoignage blockquote{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:400;line-height:1.7;font-style:normal;color:#000;margin-bottom:2rem}.temoignage blockquote p{margin-bottom:.5rem}.temoignage-author{text-align:center}.temoignage-author strong{display:block;font-size:1rem;font-weight:700}.temoignage-author span{font-size:.9rem;color:#666}.temo-arrow{background:0 0;border:none;cursor:pointer;opacity:.4;transition:opacity .2s;padding:.5rem;flex-shrink:0}.temo-arrow:hover{opacity:1}.temo-arrow img{width:1.2rem;height:auto}.slider-arrow{display:none}.slider-prev{left:1.5%}.slider-next{right:1.5%}.slide-info{background:#fff;padding:1rem 1.2rem;border-radius:0 0 .3rem .3rem}.slide-info h4{font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:700;text-transform:uppercase;margin-bottom:.3rem;letter-spacing:.02em}.slide-info p{font-family:'Poppins',sans-serif;font-size:.9rem;font-weight:400;color:#333;line-height:1.5}.blog-section{padding:5rem 4.5rem;background:#fafaf6;overflow:hidden;position:relative}.blog-inner{max-width:1200px;margin:0 auto;position:relative}.blog-header{margin-bottom:2.5rem}.blog-header .label{font-family:'Montserrat',sans-serif;font-size:1.21rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.blog-header h2{font-family:'Montserrat',sans-serif;font-size:1.85rem;font-weight:900;text-transform:uppercase;line-height:1.22;margin-bottom:0}.blog-subtitle{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:400;color:#555;max-width:60rem;line-height:1.6;padding-top:1rem}.blog-slider{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:1rem}.blog-slider::-webkit-scrollbar{display:none}.blog-slide{flex:0 0 28%;min-width:260px;scroll-snap-align:start;text-decoration:none;color:inherit;cursor:pointer;position:relative}.blog-slide-img-wrap{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:.3rem;background:#e8e8e4}.blog-slide-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.blog-slide:hover .blog-slide-img-wrap img{transform:scale(1.03)}.blog-slide-no-img{width:100%;height:100%;background:#ddd}.blog-slide-info{padding:.8rem 0}.blog-slide-info h4{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.4rem;color:#000}.blog-slide-info p{font-size:.88rem;color:#555;line-height:1.5}.blog-prev{left:-2rem}.blog-next{right:-2rem}.article-content{max-width:800px;margin:0 auto;padding:3rem 2rem}.article-cover{margin-bottom:2rem}.article-cover img{width:100%;border-radius:.4rem;aspect-ratio:16/9;object-fit:cover}.article-cat{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:.8rem}.article-body h1{font-family:'Montserrat',sans-serif;font-size:1.8rem;font-weight:900;line-height:1.2;margin-bottom:.5rem}.article-meta{font-size:.85rem;color:#999;margin-bottom:2rem}.article-text{font-size:1rem;line-height:1.8;color:#333}.article-text p{margin-bottom:1rem}.article-text h2,.article-text h3{font-family:'Montserrat',sans-serif;font-weight:700;margin:1.5rem 0 .5rem}.faq{padding:5rem 4.5rem;background:#fafaf6}.faq-inner{max-width:1200px;margin:0 auto}.faq-header{max-width:1200px;margin:0 auto 2.5rem}.faq-header .label{font-family:'Montserrat',sans-serif;font-size:1.21rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.faq-title{font-family:'Montserrat',sans-serif;font-size:1.85rem;font-weight:900;text-transform:uppercase;line-height:1.22;margin-bottom:0;max-width:50%}.faq-item{border-bottom:1px solid #e0e0e0}.faq-item:first-child{border-top:1px solid #e0e0e0}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;background:0 0;border:none;padding:1.2rem 0;cursor:pointer;text-align:left;gap:1.5rem}.faq-q span:first-child{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:400;color:#000;line-height:1.5}.faq-icon{width:1.6rem;height:1.6rem;flex-shrink:0;border:1.5px solid #000;border-radius:50%;position:relative}.faq-icon:before,.faq-icon:after{content:'';position:absolute;top:50%;left:50%;background:#000;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.faq-icon:before{width:.7rem;height:1.5px;transform:translate(-50%,-50%)}.faq-icon:after{width:1.5px;height:.7rem;transform:translate(-50%,-50%)}.faq-item.is-open .faq-icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}.faq-item.is-open .faq-a{max-height:400px;padding-bottom:1.2rem}.faq-a p{font-size:.95rem;line-height:1.7;color:#444}.faq-more{max-height:0;overflow:hidden;transition:max-height .6s ease}.faq-more.is-open{max-height:3000px}.faq-more-btn-wrap{display:flex;justify-content:center;margin-top:1.5rem}.faq-more-btn{background:0 0;border:1.5px solid #000;border-radius:50%;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.faq-more-btn.is-open{transform:rotate(180deg)}.cta-section{background:#c4f0dc;padding:4rem 4.5rem}.cta-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.cta-left .label{font-family:'Montserrat',sans-serif;font-size:1.21rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.cta-left h2{font-family:'Montserrat',sans-serif;font-size:1.85rem;font-weight:900;text-transform:uppercase;line-height:1.22;margin-bottom:1.5rem}.cta-left>p{font-size:1rem;color:#333;line-height:1.6;margin-bottom:2rem}.cta-checks li{display:flex;align-items:center;gap:.8rem;font-size:1.1rem;font-weight:500;margin-bottom:.8rem}.cta-checks li:before{display:none}.cta-picto{width:1.6rem;height:1.6rem;flex-shrink:0;object-fit:contain}.cta-left .btn-cta{display:inline-block;margin-top:1.5rem;background:#000;color:#fff;font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:700;padding:1rem 2rem;border-radius:.6rem;border:none;cursor:pointer}.cta-left .cta-note{font-size:.9rem;font-style:italic;color:#333;margin-top:.8rem}.cta-right{background:#fff;border-radius:.8rem;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.06)}.cta-right-head{background:#1a1a1a;color:#fff;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.cta-right-head span{font-family:'Poppins',sans-serif;font-size:.9rem;font-weight:600}.cta-right-logo{font-family:'Montserrat',sans-serif;font-size:1rem;font-weight:800}.cta-right-logo em{font-family:'Big Shoulders Inline Text',sans-serif;font-style:normal;font-weight:400}.cta-right img{width:100%;display:block}.newsletter{padding:3rem 0;background:#fafaf6;overflow:hidden;position:relative}.nl-inner{max-width:700px;margin:0 auto;position:relative;z-index:1}.nl-wm{font-family:'Montserrat',sans-serif;font-size:6rem;font-weight:900;text-transform:uppercase;color:rgba(0,0,0,.04);white-space:nowrap;text-align:center;pointer-events:none;line-height:1;margin-bottom:-2.5rem}.nl-form{display:flex;align-items:center;gap:1rem;border-bottom:2px solid #000;padding-bottom:.6rem;position:relative;z-index:1}.nl-form input{flex:1;border:none;background:0 0;font-family:'Poppins',sans-serif;font-size:1rem;outline:none;color:#000}.nl-form input::placeholder{color:#aaa}.nl-form button{background:0 0;border:none;font-family:'Poppins',sans-serif;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap}.nl-check{margin-top:.8rem;font-size:.8rem;color:#666;display:flex;align-items:center;gap:.4rem;position:relative;z-index:1}.nl-check input{width:.9rem;height:.9rem}.nl-check a{text-decoration:underline}.newsletter{background:#fafaf6;padding:3rem 4.5rem;position:relative;overflow:hidden}.nl-wm{font-family:'Montserrat',sans-serif;font-size:8rem;font-weight:900;text-transform:uppercase;color:rgba(0,0,0,.04);text-align:center;pointer-events:none;line-height:1;margin-bottom:-3rem}.nl-inner{max-width:700px;margin:0 auto;position:relative;z-index:1}.nl-form{display:flex;align-items:center;gap:1rem;border-bottom:2px solid #000;padding-bottom:.6rem}.nl-form input{flex:1;border:none;background:0 0;font-family:'Poppins',sans-serif;font-size:1rem;outline:none;color:#000}.nl-form input::placeholder{color:#aaa}.nl-form button{background:0 0;border:none;font-family:'Poppins',sans-serif;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;white-space:nowrap}.nl-check{margin-top:.8rem;font-size:.8rem;color:#666;display:flex;align-items:center;gap:.4rem}.nl-check input{width:.9rem;height:.9rem}.nl-check a{text-decoration:underline;color:#666}.footer{background:#000;color:#fff;padding:4rem 4.5rem 1.5rem;margin:0 auto;border-radius:.5rem .5rem 0 0}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}.footer-logo{display:flex;align-items:baseline;margin-bottom:1.2rem}.footer-logo .fl{font-family:'Big Shoulders Inline Text',sans-serif;font-size:4rem;font-weight:900;line-height:1}.footer-logo .fd{font-family:'Montserrat',sans-serif;font-size:4rem;font-weight:400;line-height:1}.footer-desc{font-family:'Poppins',sans-serif;font-size:1.33rem;font-weight:300;color:#fff;line-height:1.8rem}.footer-mid{text-align:center;padding-top:1rem}.footer-mid p{font-family:'Poppins',sans-serif;font-size:1.2rem;font-style:italic;font-weight:300;margin-bottom:1.5rem;color:#fff}.footer-mid .btn-footer{display:inline-block;background:#fff;color:#000;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:600;padding:1rem 2.5rem;border-radius:2rem;border:none;cursor:pointer}.footer-right h4{font-family:'Montserrat',sans-serif;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.8rem}.footer-right a{display:block;font-family:'Poppins',sans-serif;font-size:1rem;font-weight:300;color:#fff;margin-bottom:.5rem;text-decoration:none}.footer-right a:hover{opacity:.7}.footer-right .loc{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:300;font-style:italic;color:#fff;margin-top:1rem;line-height:1.8rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15);font-family:'Poppins',sans-serif;font-size:.75rem;font-weight:300;color:rgba(255,255,255,.5)}.footer-legal{margin:0 auto}.footer-legal{display:flex;gap:.5rem;align-items:center}.footer-legal a{display:inline;margin:0;font-size:.75rem;font-weight:300;color:rgba(255,255,255,.5);text-decoration:none}.footer-legal a:hover{color:#fff}.footer-legal span{color:rgba(255,255,255,.3)}@media (max-width:1100px){.comp-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.cta-inner{grid-template-columns:1fr}}@media (max-width:900px){.site-header{padding:0 1.5rem}.nav{max-width:100%;padding:1rem 0}.nav-logo .l,.nav-logo .d{font-size:2rem}.btn-nav{font-size:.85rem;padding:.6rem 1rem}.btn-nav img{width:.6rem;height:.6rem}.hero-deco{display:none}.hero{padding:2rem 1.5rem 2rem}.hero-content{max-width:100%}.hero-title{font-size:2.4rem;margin-bottom:1.2rem}.hero-pitch{font-size:1rem}.hero-tags{font-size:1rem}.hero-btns{flex-direction:column;align-items:stretch;gap:.8rem;width:100%}.btn-primary,.btn-secondary{font-size:.95rem;text-align:center;padding:1rem}.clients{padding:1.5rem 0}.clients-marquee-inner img{width:90px;height:30px}.about{padding:3rem 1.5rem}.about-inner{grid-template-columns:1fr;gap:2rem}.about-photo-wrap{max-width:18rem;margin:0 auto}.about-right h2{font-size:1.4rem}.about-right p,.about-right li{font-size:.95rem}.about-difference,.about-interviens{margin-top:1.2rem}.about-diff-title{font-size:1rem !important}.about-diff-text{font-size:.95rem !important}.about-diff-list li{font-size:.9rem}.about-cta{align-items:flex-start}.about-cta-inner{width:100%}.btn-about-cta{width:100%;text-align:center}.about-cta-note{text-align:left}.services{padding:3rem 1.5rem}.services-inner h2{font-size:1.4rem}.pil{flex-direction:column;align-items:flex-start;gap:.5rem}.pil-n{font-size:1.4rem}.pil-t{font-size:1.5rem;width:auto}.pil-d{max-width:100%;margin-left:0}.services-ft{justify-content:center}.competences{padding:3rem 1.5rem}.competences-header h2{font-size:1.4rem}.comp-row-header{padding:.9rem 1rem}.comp-row-title{font-size:1.2rem}.comp-row-body{padding:0 1rem}.comp-keywords{width:100%;font-size:.9rem}.realisations{padding:3rem 0}.realisations-header{padding:0 1.5rem}.realisations-header h2{font-size:1.4rem;max-width:100%}.slide{flex:0 0 78%;min-width:0}.slider{padding:0 5%}.slider-arrow{display:none}.temoignages{padding:3rem 1.5rem}.temoignages-inner h2{font-size:1.4rem}.temoignage{padding:0 .5rem}.temoignage blockquote{font-size:.9rem}.temo-arrow img{width:.8rem}.faq{padding:3rem 1.5rem}.faq-header{margin-bottom:1.5rem}.faq-title{font-size:1.4rem;max-width:100%}.faq-q span:first-child{font-size:.95rem}.blog-section{padding:3rem 1.5rem}.blog-header h2{font-size:1.4rem}.blog-slide{flex:0 0 78%;min-width:240px}.blog-slider{padding:0 5%}.cta{padding:3rem 1.5rem}.cta-inner{grid-template-columns:1fr;gap:2rem}.footer{padding:3rem 1.5rem 1rem;max-width:100%;border-radius:0}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo{justify-content:center}.footer-logo .fl,.footer-logo .fd{font-size:3rem}.footer-mid{order:-1}.footer-bottom{flex-direction:column;text-align:center;gap:.5rem}.footer-legal{flex-wrap:wrap;justify-content:center}}.projet-overlay{position:fixed;inset:0;z-index:9999;background:#fafaf6;transform:translateY(100%);transition:transform .4s ease;overflow:hidden}.projet-overlay.open{transform:translateY(0)}.projet-overlay-content{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.projet-loading{display:flex;align-items:center;justify-content:center;height:100%;font-family:'Poppins',sans-serif;font-size:1.2rem;color:#999}.slide{text-decoration:none;color:inherit;cursor:pointer}.slide:hover .slide-img{opacity:.85;transition:opacity .2s}.cta-calendly{background:#fff;border-radius:.8rem;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.06);min-height:580px}.cta-calendly iframe{width:100%;min-height:580px;border:none}.hero-content,.services-inner,.about-inner,.temoignages-inner{background-image:url(//ldigy.com/wp-content/themes/ldigy/assets/css/../images/bg_tile.png);background-repeat:repeat;background-size:15px}
.projet-topbar{display:flex;justify-content:space-between;align-items:center;max-width:1350px;margin:0 auto;padding:7.5rem 1rem 1rem 4.5rem}.projet-back,.projet-close{display:flex;opacity:.6;transition:opacity .2s}.projet-back img{height:1.2rem;width:auto}.projet-close img{height:1.5rem;width:auto}.projet-back:hover,.projet-close:hover{opacity:1}.projet-header{max-width:1350px;margin:0 auto 2.5rem;padding:3rem 4.5rem 0}.projet-header h1{font-family:'Poppins',sans-serif;font-size:1.71rem;font-weight:700;text-transform:uppercase;line-height:1.2;margin-bottom:1rem;max-width:88%}.projet-intro{font-family:'Poppins',sans-serif;font-size:1.38rem;font-weight:700;line-height:1.2;color:#000;max-width:96%;margin-top:2rem}.projet-body{max-width:1350px;margin:0 auto 3rem;padding:0 4.5rem;display:grid;grid-template-columns:3fr 3fr;gap:2rem;align-items:start}.projet-img img{width:90%;border-radius:.3rem;margin-bottom:2rem}.projet-card{border:2px dashed #ffb445;border-radius:.4rem;padding:1.8rem}.projet-card h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:1.2rem 0 .5rem}.projet-card h2:first-child{margin-top:0}.projet-card p{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.6;margin-bottom:.5rem}.projet-card ul{padding-left:1.3rem;list-style:disc}.projet-card li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1;margin-bottom:.6rem;font-weight:400}.projet-right h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:0}.projet-right h2:first-child{margin-top:0}.projet-right p{font-family:'Poppins',sans-serif;font-size:1.12rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}.projet-right ul{padding-left:1.5rem;list-style:disc;margin-bottom:.8rem}.projet-right li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.2;margin-bottom:.15rem}.projet-right .list-bullet{list-style:none;padding-left:0}.projet-right .list-bullet li:before{content:'• '}.projet-sep{border:none;margin:2rem 0}.projet-resultat{max-width:1400px;margin:0 auto 0;padding:0 4.5rem 4rem}.projet-resultat p{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1;margin-bottom:.5rem}.projet-resultat-inner{background:#ffb445;border-radius:.4rem;padding:2rem 2.5rem}.projet-resultat h2{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.projet-resultat ul{padding-left:2rem;list-style:disc}.projet-resultat li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.1;margin-bottom:.2rem;font-weight:500}@media (max-width:900px){.projet-topbar,.projet-header,.projet-body,.projet-resultat{padding-left:1.5rem;padding-right:1.5rem}.projet-body{grid-template-columns:1fr;gap:2rem}.projet-header h1{font-size:1.2rem}}.projet-left-free{margin-bottom:2rem}.projet-left-free h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:0}.projet-left-free h2:first-child{margin-top:0}.projet-left-free p{font-family:'Poppins',sans-serif;font-size:1.17rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}.projet-left-free ul{padding-left:1.5rem;list-style:disc;margin-bottom:.8rem}.projet-left-free li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.2;margin-bottom:.15rem}.projet-video{max-width:1350px;margin:0 auto 3rem;padding:0 4.5rem}.projet-video iframe{width:100%;aspect-ratio:16/9;border-radius:.4rem}.projet-video-body{max-width:1350px;margin:0 auto 3rem;padding:0 4.5rem}.projet-video-body h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:2rem 0 .5rem}.projet-video-body h2:first-child{margin-top:0}.projet-video-body p{font-family:'Poppins',sans-serif;font-size:1.12rem;font-weight:400;line-height:1.6;margin-bottom:1rem}.projet-video-body ul{padding-left:1.5rem;list-style:disc;margin-bottom:1rem}.projet-video-body li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.4;margin-bottom:.2rem}@media (max-width:900px){.projet-video,.projet-video-body{padding-left:1.5rem;padding-right:1.5rem}}.projet-video-desc{max-width:1350px;margin:0 auto 3rem;padding:0 4.5rem}.projet-video-desc p{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:400;line-height:1.2}.projet-video-desc h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.projet-video-desc ul{padding-left:1.5rem;list-style:disc;margin-bottom:1rem}.projet-video-desc li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.2;margin-bottom:.15rem}.is-video .projet-resultat-inner{width:50%}
.art-header{max-width:1200px;margin:0 auto;padding:2rem 4.5rem 0}.art-badge{display:inline-block;background:#61ddaf;color:#000;font-family:'Poppins',sans-serif;font-size:.9rem;font-weight:600;padding:.3rem 1rem;border-radius:2rem;margin-bottom:1.2rem}.art-title{font-family:'Montserrat',sans-serif;font-size:2.2rem;font-weight:900;text-transform:uppercase;line-height:1.15;margin-bottom:1.2rem;max-width:80%}.art-meta{display:flex;flex-wrap:wrap;gap:.3rem .6rem;align-items:center;font-family:'Poppins',sans-serif;font-size:.88rem;color:#848484;margin-bottom:2rem}.art-meta span+span:before{content:'·';margin-right:.6rem}.art-meta-author{font-weight:600;color:#555}.art-hero-wrap{position:relative;margin-bottom:2rem}.art-hero-wrap:after{content:'';position:absolute;inset:8px -8px -8px 8px;border:2px dashed #ffb445;border-radius:.3rem;pointer-events:none}.art-hero{width:100%;max-height:500px;object-fit:cover;border-radius:.3rem;display:block}.art-tags{max-width:1200px;margin:0 auto 2rem;padding:0 4.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.art-tag-pill{font-family:'Poppins',sans-serif;font-size:.8rem;color:#333;border:1px solid #dfdede;border-radius:2rem;padding:.25rem .85rem}.art-intro{max-width:1200px;margin:0 auto 2.5rem;padding:0 4.5rem}.art-intro p{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;line-height:1.6;color:#000}.art-cols{max-width:1200px;margin:0 auto 3rem;padding:0 4.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.art-col-left h2,.art-col-right-title{font-family:'Poppins',sans-serif;font-size:1.1rem;font-weight:700;line-height:1.3;margin-bottom:1rem;color:#000}.art-col-right-title{margin-bottom:1.2rem}.art-col-left p,.art-col-right p{font-family:'Poppins',sans-serif;font-size:1rem;line-height:1.65;color:#222;margin-bottom:.8rem}.art-col-right{border:2px dashed #ffb445;border-radius:.4rem;padding:1.8rem}.art-numbered-list{list-style:none;padding:0;margin:0;counter-reset:art-counter}.art-numbered-list li{counter-increment:art-counter;position:relative;padding:.8rem 0 .8rem 2.4rem;border-bottom:1px solid #e8e8e8}.art-numbered-list li:first-child{border-top:1px solid #e8e8e8}.art-numbered-list li:before{content:counter(art-counter);position:absolute;left:0;top:.85rem;font-family:'Montserrat',sans-serif;font-size:1rem;font-weight:900;color:#000}.art-numbered-list li strong{display:block;font-family:'Poppins',sans-serif;font-size:.95rem;font-weight:700;color:#000;margin-bottom:.2rem}.art-numbered-list li p{font-family:'Poppins',sans-serif;font-size:.88rem;line-height:1.55;color:#555;margin:0}.art-methode{max-width:1200px;margin:0 auto 1.5rem;padding:0 4.5rem}.art-methode-header{margin-bottom:1.8rem}.art-methode-header h2{font-family:'Montserrat',sans-serif;font-size:1.5rem;font-weight:900;text-transform:uppercase;line-height:1.2;margin-bottom:.6rem}.art-methode-header p{font-family:'Poppins',sans-serif;font-size:1rem;color:#555;line-height:1.6}.art-etapes{display:flex;flex-direction:column;gap:.8rem;background:#f5f5f3;border-radius:.4rem;padding:1.6rem 2rem}.art-etape{border-radius:.4rem}.art-etape-titre{font-family:'Montserrat',sans-serif;font-size:1.1rem;font-weight:900;text-transform:uppercase;color:#000;margin-bottom:.6rem !important}.art-etape-texte{font-family:'Poppins',sans-serif;font-size:.95rem;line-height:1.6;color:#222;margin-bottom:.5rem !important}.art-etape-implique{font-family:'Poppins',sans-serif;font-size:.88rem;color:#000;font-weight:700;margin:.4rem 0 0 !important}.art-etape-implique:before{content:'Ce que ça implique concrètement : ';font-style:italic;font-weight:400;color:#555}.art-cards{max-width:1200px;margin:3rem auto;padding:0 4.5rem;display:grid;grid-template-columns:3fr 2fr;gap:2rem;align-items:start}.art-card{border:2px dashed #ffb445;border-radius:.4rem;padding:1.8rem}.art-card h3{font-family:'Poppins',sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.art-card p{font-family:'Poppins',sans-serif;font-size:.95rem;line-height:1.6;margin-bottom:.6rem}.art-retenir{max-width:1200px;margin:0 auto 3rem;padding:0 4.5rem}.art-retenir-inner{background:#ffb445;border-radius:.4rem;padding:2rem 2.5rem}.art-retenir-inner h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.art-retenir-inner ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.art-retenir-inner li{font-family:'Poppins',sans-serif;font-size:1rem;line-height:1.5;padding-left:1.5rem;position:relative}.art-retenir-inner li:before{content:'→';position:absolute;left:0;font-weight:700}.art-cta{background:rgba(97,221,175,.45);margin:0 0 3rem;padding:3rem 4.5rem;display:flex;align-items:center;gap:3rem}.art-cta-left{flex:1;text-align:center}.art-cta-left p:first-child{font-family:'Montserrat',sans-serif;font-size:1.3rem;font-weight:800;text-transform:uppercase;line-height:1.2;margin-bottom:.6rem}.art-cta-left p:last-child{font-family:'Poppins',sans-serif;font-size:1rem;color:#222}.art-cta-right{display:flex;flex-direction:column;gap:.8rem}.art-cta-btn{display:inline-flex;align-items:center;gap:.6rem;background:#000;color:#fff;font-family:'Poppins',sans-serif;font-size:.95rem;font-weight:600;padding:.8rem 1.8rem;border-radius:2rem;text-decoration:none;text-align:center;transition:opacity .2s}.art-cta-btn:after{content:'→';font-size:1rem}.art-cta-btn:hover{opacity:.75}.art-author-block{max-width:1200px;margin:0 auto 1rem;padding:0 4.5rem}.art-author-inner{border-top:1px solid #e0e0e0;padding-top:1.5rem}.art-author-name{font-family:'Montserrat',sans-serif;font-size:.95rem;font-weight:700;color:#000;margin-bottom:.2rem}.art-author-desc,.art-author-services,.art-author-contact{font-family:'Poppins',sans-serif;font-size:.82rem;color:#555;line-height:1.5;margin:0}.art-alire{max-width:1200px;margin:0 auto 4rem;padding:0 4.5rem}.art-alire-label{font-family:'Montserrat',sans-serif;font-size:1.5rem;font-weight:900;text-transform:uppercase;margin-bottom:1.5rem}.art-alire-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.art-alire-card{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem}.art-alire-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:.3rem}.art-alire-cat{font-family:'Poppins',sans-serif;font-size:.8rem;color:#888;margin:0}.art-alire-card h4{font-family:'Poppins',sans-serif;font-size:.95rem;font-weight:700;line-height:1.3;margin:0}@media (max-width:900px){.art-header,.art-tags,.art-intro,.art-cols,.art-methode,.art-cards,.art-retenir,.art-alire{padding-left:1.5rem;padding-right:1.5rem}.art-title{font-size:1.4rem;max-width:100%}.art-cols,.art-cards{grid-template-columns:1fr;gap:2rem}.art-cta{flex-direction:column;padding:2rem 1.5rem;gap:1.5rem}}
.page-content{max-width:1350px;margin:0 auto;padding:3rem 4.5rem 5rem}.page-content h1{font-family:'Poppins',sans-serif;font-size:1.85rem;font-weight:700;text-transform:uppercase;line-height:1.2;margin-bottom:3rem}.page-content h2{font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:700;margin:2rem 0 0}.page-content p{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:400;line-height:1.1;margin-bottom:.4rem;max-width:65rem}.page-content a{color:#000;text-decoration:underline;text-underline-offset:3px}.page-content a:hover{opacity:.6}@media (max-width:900px){.page-content{padding:2rem 1.5rem 3rem}.page-content h1{font-size:1.3rem}}
.projet-topbar{display:flex;justify-content:space-between;align-items:center;max-width:1350px;margin:0 auto;padding:7.5rem 1rem 1rem 4.5rem}.projet-back,.projet-close{display:flex;opacity:.6;transition:opacity .2s}.projet-back img{height:1.2rem;width:auto}.projet-close img{height:1.5rem;width:auto}.projet-back:hover,.projet-close:hover{opacity:1}.projet-header{max-width:1350px;margin:0 auto 2.5rem;padding:3rem 4.5rem 0}.projet-header h1{font-family:'Poppins',sans-serif;font-size:1.71rem;font-weight:700;text-transform:uppercase;line-height:1.2;margin-bottom:1rem;max-width:88%}.projet-intro{font-family:'Poppins',sans-serif;font-size:1.38rem;font-weight:700;line-height:1.2;color:#000;max-width:96%;margin-top:2rem}.projet-body{max-width:1350px;margin:0 auto 3rem;padding:0 4.5rem;display:grid;grid-template-columns:3fr 3fr;gap:2rem;align-items:start}.projet-img img{width:90%;border-radius:.3rem;margin-bottom:2rem}.projet-card{border:2px dashed #ffb445;border-radius:.4rem;padding:1.8rem}.projet-card h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:1.2rem 0 .5rem}.projet-card h2:first-child{margin-top:0}.projet-card p{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.6;margin-bottom:.5rem}.projet-card ul{padding-left:1.3rem;list-style:disc}.projet-card li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1;margin-bottom:.6rem;font-weight:400}.projet-right h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:0}.projet-right h2:first-child{margin-top:0}.projet-right p{font-family:'Poppins',sans-serif;font-size:1.12rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}.projet-right ul{padding-left:1.5rem;list-style:disc;margin-bottom:.8rem}.projet-right li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.2;margin-bottom:.15rem}.projet-right .list-bullet{list-style:none;padding-left:0}.projet-right .list-bullet li:before{content:'• '}.projet-sep{border:none;margin:2rem 0}.projet-resultat{max-width:1400px;margin:0 auto 0;padding:0 4.5rem 4rem}.projet-resultat p{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1;margin-bottom:.5rem}.projet-resultat-inner{background:#ffb445;border-radius:.4rem;padding:2rem 2.5rem}.projet-resultat h2{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.projet-resultat ul{padding-left:2rem;list-style:disc}.projet-resultat li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.1;margin-bottom:.2rem;font-weight:500}@media (max-width:900px){.projet-topbar,.projet-header,.projet-body,.projet-resultat{padding-left:1.5rem;padding-right:1.5rem}.projet-body{grid-template-columns:1fr;gap:2rem}.projet-header h1{font-size:1.2rem}}.projet-left-free{margin-bottom:2rem}.projet-left-free h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:0}.projet-left-free h2:first-child{margin-top:0}.projet-left-free p{font-family:'Poppins',sans-serif;font-size:1.17rem;font-weight:400;line-height:1.2;margin-bottom:1.5rem}.projet-left-free ul{padding-left:1.5rem;list-style:disc;margin-bottom:.8rem}.projet-left-free li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.2;margin-bottom:.15rem}.projet-video{max-width:1350px;margin:0 auto 3rem;padding:0 4.5rem}.projet-video iframe{width:100%;aspect-ratio:16/9;border-radius:.4rem}.projet-video-body{max-width:1350px;margin:0 auto 3rem;padding:0 4.5rem}.projet-video-body h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:2rem 0 .5rem}.projet-video-body h2:first-child{margin-top:0}.projet-video-body p{font-family:'Poppins',sans-serif;font-size:1.12rem;font-weight:400;line-height:1.6;margin-bottom:1rem}.projet-video-body ul{padding-left:1.5rem;list-style:disc;margin-bottom:1rem}.projet-video-body li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.4;margin-bottom:.2rem}@media (max-width:900px){.projet-video,.projet-video-body{padding-left:1.5rem;padding-right:1.5rem}}.projet-video-desc{max-width:1350px;margin:0 auto 3rem;padding:0 4.5rem}.projet-video-desc p{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:400;line-height:1.2}.projet-video-desc h2{font-family:'Poppins',sans-serif;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.projet-video-desc ul{padding-left:1.5rem;list-style:disc;margin-bottom:1rem}.projet-video-desc li{font-family:'Poppins',sans-serif;font-size:1.12rem;line-height:1.2;margin-bottom:.15rem}.is-video .projet-resultat-inner{width:50%}
.page-content{max-width:1350px;margin:0 auto;padding:3rem 4.5rem 5rem}.page-content h1{font-family:'Poppins',sans-serif;font-size:1.85rem;font-weight:700;text-transform:uppercase;line-height:1.2;margin-bottom:3rem}.page-content h2{font-family:'Poppins',sans-serif;font-size:1.5rem;font-weight:700;margin:2rem 0 0}.page-content p{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:400;line-height:1.1;margin-bottom:.4rem;max-width:65rem}.page-content a{color:#000;text-decoration:underline;text-underline-offset:3px}.page-content a:hover{opacity:.6}@media (max-width:900px){.page-content{padding:2rem 1.5rem 3rem}.page-content h1{font-size:1.3rem}}