@font-face{font-family:"Poppins";src:url("../../fonts/Poppins-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("../../fonts/Poppins-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("../../fonts/Poppins-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Poppins";src:url("../../fonts/Poppins-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"EB Garamond";src:url("../../fonts/eb-garamond-v32-latin-regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"EB Garamond";src:url("../../fonts/eb-garamond-v32-latin-700italic.woff2") format("woff2");font-weight:700;font-style:italic;font-display:swap}*,*::before,*::after{box-sizing:border-box;outline:none;margin:0;padding:0}:root{--font-size: 1rem}body{margin:0;font-family:"Poppins",sans-serif;-webkit-overflow-scrolling:touch}html{font-size:14px;line-height:1.5;scroll-behavior:smooth}html,body{width:100%}body{overflow-x:clip}h1{font-weight:800;font-style:Bold}.elegant{font-family:"EB Garamond",serif}ul,ol{list-style:none;margin:0;padding:0}a{text-decoration:none;color:inherit}img,picture,video{max-width:100%;height:auto;display:block}button{cursor:pointer}body,main,section,article,nav,header,footer{display:block}@media(min-width: 768px){html{font-size:16px}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;min-width:220px;border-radius:7px;font-weight:500;text-decoration:none;cursor:pointer;transition:transform .35s ease-out,background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.btn-primary{background:#d14731;color:#fff;border:1px solid #d14731}.btn-primary:hover{transform:scale(1.05)}header{position:sticky;top:0;z-index:1000}.navbar{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;font-size:1rem;background-image:url("../images/tileBgGrainMoyen.png");background-repeat:repeat;position:relative;z-index:1000;transition:transform .25s ease}.navbar .navbarLogo{display:flex;align-items:center;position:relative;z-index:1200}.navbar .navbarLogo img{width:85px;height:auto;display:block;max-width:100%;transition:transform .35s ease-out}.navbar .navbarLogo:hover img{transform:scale(1.05)}.navbar .navbarLinks{overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;width:0;height:100vh;position:fixed;top:0;right:0;padding:100px 20px 20px;background:#d1c815;transform:translateX(110%);transition:transform .5s ease-in-out,width .5s ease-in-out}.navbar .navbarLink{position:relative;width:100%;transform:translateX(101%);transition:transform .5s ease-in-out}.navbar .navbarLink::after{display:none}.navbar .navbarLink>a{display:block;width:100%;text-align:left;padding:1.2rem 0 1.2rem 1.5rem;font-size:1.8rem;font-weight:500;letter-spacing:.04em;text-decoration:none;transition:all .3s ease}.navbar .navbarLink>a:not(.btn):hover{padding-left:2.2rem;letter-spacing:3px}.navbar .navbarLink.cta{margin-top:1.5rem;padding-left:1.5rem}.navbar .navbarLink.cta>a.btn{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:10px 16px}.show-nav .navbarLinks{width:100vw;transform:translateX(0)}.show-nav .navbarLink{transform:translateX(0)}.burger{display:block;position:relative;z-index:1100;padding:0;width:42px;height:42px;border:none;background:rgba(0,0,0,0);cursor:pointer}.bar{display:block;position:relative;width:32px;height:3px;border-radius:5px;background:#0e0e11;transition:all .5s ease-in-out}.bar::before,.bar::after{content:"";width:32px;height:3px;position:absolute;left:0;background:#0e0e11;border-radius:3px;transition:all .5s ease-in-out}.bar::before{transform:translateY(-11px)}.bar::after{transform:translateY(11px)}.show-nav .bar{background:rgba(0,0,0,0)}.show-nav .bar::before{transform:rotate(45deg)}.show-nav .bar::after{transform:rotate(-45deg)}.show-nav .first{transition:all 1s ease-out}.show-nav .second{transition:all 1.1s ease-out}.show-nav .third{transition:all 1.2s ease-out}.show-nav .fourth{transition:all 1.3s ease-out}@media screen and (min-width: 768px){.navbar{padding:16px 60px}.navbar .navbarLogo video,.navbar .navbarLogo img{width:100px}.navbar .navbarLinks{overflow:visible;flex-direction:row;align-items:center;justify-content:flex-end;gap:50px;width:auto;height:auto;position:static;padding:0;background:rgba(0,0,0,0);transform:none}.navbar .navbarLink{width:auto;transform:none}.navbar .navbarLink::after{display:block}.navbar .navbarLink>a{display:inline-block;width:auto;padding:0;font-size:1.05rem;font-weight:400;letter-spacing:.04em}.navbar .navbarLink>a:not(.btn):hover{padding-left:0;letter-spacing:.04em}.navbar .navbarLink.cta{margin-top:0;padding-left:0}.navbar .navbarLink.cta>a.btn{padding:8px 16px;font-size:1.07rem;letter-spacing:.06em}.navbar .navbarLink:not(.cta):not(:nth-last-child(2))::after{content:"";position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:1px;height:16px;background:rgba(0,0,0,.2)}.burger{display:none}.navbarLink:not(.cta)>a::after{display:block;content:"";width:0;height:1px;background:#0e0e11;transition:width .4s}.navbarLink:not(.cta):hover>a::after{width:100%}}.siteFooter{position:fixed;bottom:0;left:0;width:100%;z-index:1}.footer{padding:0;background:#fff;color:#0e0e11;border-top:1px solid rgba(14,14,17,.08)}.footerBanner{position:relative;width:100%;height:280px;background-image:url("../images/banner.webp");background-size:cover;background-position:center;background-repeat:no-repeat;display:grid;place-items:center;text-align:center;overflow:hidden}.footerBanner::before{content:"";position:absolute;inset:0;background:rgba(10,89,133,.35);z-index:1}.footerBanner p{position:relative;z-index:2;max-width:900px;padding:0 1.5rem;color:#fff;font-size:clamp(1.5rem,4vw,2.4rem);line-height:1.2;text-align:center}.footerContainer{max-width:900px;margin:0 auto;padding:4rem 1.5rem .3rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footerLogo{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem}.footerLogo img{width:110px;height:auto;display:block;transition:transform .3s ease}.footerLogo:hover img{transform:scale(1.04)}.footerBrand{margin-top:-0.7rem}.footerBrand h2{margin-top:.5rem;font-size:2rem;line-height:1.1;margin-bottom:1.4rem;color:#0e0e11}.footerBrand p{font-family:"EB Garamond",serif;font-size:1.1rem;color:rgba(14,14,17,.75)}.footerContact{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-top:1rem}.footerPhone{font-family:"Poppins",sans-serif;font-weight:500;color:#0e0e11;transition:color .25s ease}.footerPhone:hover,.footerPhone:focus{color:#d14731}.footerAddress{font-family:"Poppins",sans-serif;font-size:.95rem;color:rgba(14,14,17,.7)}.footerLinks{display:flex;flex-direction:column;gap:.6rem;margin-top:2.3rem;margin-bottom:-1rem}.footerLinks a{font-family:"Poppins",sans-serif;font-size:.95rem;color:#0e0e11;transition:color .25s ease}.footerLinks a:hover,.footerLinks a:focus{color:#d14731}.footerCopy{font-family:"Poppins",sans-serif;font-size:.85rem;color:rgba(14,14,17,.6)}#scrollTopBtn{position:fixed;bottom:30px;right:30px;z-index:1000;width:60px;height:60px;border:none;background:rgba(0,0,0,0);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease}#scrollTopBtn.show{opacity:1;visibility:visible;transform:translateY(0)}#scrollTopBtn i{font-size:50px;color:#d14731;transition:transform .2s ease,color .2s ease}#scrollTopBtn:hover i{transform:translateY(-3px);color:#d14731}@media(min-width: 768px){.footerBrand h2{font-size:2.4rem}.footerBrand p{font-size:1.2rem}.footerLinks{flex-direction:row;gap:1.5rem;padding-bottom:1rem}.footerContainer{padding:5rem 2rem .3rem}}.container{width:100%;padding:0 2rem}h1{font-size:2.5em;margin-bottom:10px}p{opacity:.8;line-height:1.6}:root{--footer-height: 800px}.siteMain{position:relative;z-index:2;margin-bottom:var(--footer-height);background-image:url("../images/tileBgGrainMoyen.png");background-repeat:repeat}.portfolioPage{color:#0e0e11}.portfolioContainer{width:100%;max-width:1180px;margin:0 auto;padding-inline:1.5rem}.portfolioHero{padding:7rem 0 1rem;text-align:center}.portfolioHero .portfolioContainer{max-width:850px}.portfolioHero h1{margin-bottom:1rem;font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.05}.portfolioHero p:not(.portfolioSurtitle){font-size:1.05rem;line-height:1.8;color:rgba(14,14,17,.72)}.portfolioSurtitle{margin-bottom:.8rem;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#d14731}.portfolioBoards{padding:1rem 0 7rem}.portfolioBoards .portfolioContainer>*+*{border-top:1px solid rgba(14,14,17,.08);margin-top:4rem;padding-top:4rem}.projectBoard{position:relative;display:grid;gap:2rem;padding-block:4rem}.projectVisuals{position:relative;padding:2rem 1.5rem 3rem}.projectImage{position:relative;overflow:hidden;border:3px solid hsla(0,0%,100%,.92);border-radius:10px;background:rgba(14,14,17,.04);box-shadow:0 20px 45px rgba(14,14,17,.16)}.projectImage img{width:100%;height:auto;display:block}.projectImageMain{position:relative;z-index:1}.projectImageSmall{position:absolute;right:3%;bottom:2rem;width:24%;z-index:3}.projectImageExtra{position:absolute;left:3%;bottom:2rem;width:30%;z-index:2}.projectImageCard{position:absolute;left:18%;bottom:2rem;width:24%;z-index:4}.projectImageBanner{position:relative;width:60%;margin-top:1.5rem;margin-left:6%;z-index:2}.projectPeaulette .projectCard{max-width:30%;z-index:2;left:25%;bottom:-1rem}.projectPeaulette .projectBanner{position:absolute;left:3%;bottom:3.5rem;width:24%;z-index:4;width:42%;z-index:1}.projectText{align-self:center}.projectText .projectTag{display:inline-block;margin-bottom:.9rem;padding:.4rem .8rem;border-radius:999px;background:rgba(209,71,49,.12);color:#d14731;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.projectText .projectTagBlue{background:rgba(10,89,133,.12);color:#0a5985}.projectText .projectTagGold{background:rgba(209,200,21,.18);color:rgb(125.5817391304,120.1739130435,12.6182608696)}.projectText h2{margin-bottom:1rem;font-size:clamp(1.8rem,3vw,3rem);line-height:1.08}.projectText p{margin-bottom:1.4rem;line-height:1.8;color:rgba(14,14,17,.72)}.projectText ul{display:flex;flex-wrap:wrap;gap:.7rem}.projectText li{padding:.45rem .75rem;border-radius:999px;background:hsla(0,0%,100%,.68);font-size:.85rem;color:rgba(14,14,17,.74);box-shadow:0 8px 20px rgba(14,14,17,.05)}@media(min-width: 768px){.portfolioHero{padding-top:8rem;padding-bottom:5rem}.projectBoard{padding-block:3rem;grid-template-columns:1.15fr .85fr;gap:3.5rem;align-items:center}.projectBoardReverse{grid-template-columns:.85fr 1.15fr}.projectBoardReverse .projectVisuals{order:2}.projectBoardReverse .projectText{order:1}.projectBoardLarge{min-height:560px}.projectText{padding:1rem}}.offersHero,.offersMain,.offersOptions,.projectSteps,.offersFaq,.offersCta{padding:5rem .9rem}.offersHero{position:relative;padding:7rem 1.5rem 4rem;background-image:url("../images/bgOffres.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.offersHero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.75));z-index:1}.offersHeroContent,.offersIntro,.offersCtaBox{max-width:820px;margin:0 auto;text-align:center}.offersHeroContent{position:relative;z-index:2}.offersSurtitle,.offersSectionSurtitle{margin-bottom:.75rem;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(14,14,17,.65)}.offersSectionSurtitle--rouge{color:#d14731}.offersHero h1,.offersIntro h2,.offersCtaBox h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;font-weight:700;color:#0e0e11}.offersHero p:last-child,.offersIntro p:last-child,.offersCtaBox p{font-size:1rem;line-height:1.75;color:rgba(14,14,17,.78)}.offersCta{padding-bottom:7rem}.offersCtaBox{padding:2.5rem 1.75rem;border-radius:30px;background:hsla(0,0%,100%,.96);box-shadow:0 18px 45px rgba(0,0,0,.08)}.offersCtaBox p{max-width:680px;margin:0 auto 1.5rem}.offersCtaBox .btn,.offersCtaBox .btnPrimary{display:inline-flex;align-items:center;justify-content:center}@media(min-width: 768px){.offersHero,.offersMain,.offersOptions,.projectSteps,.offersFaq,.offersCta{padding-left:2rem;padding-right:2rem}.mainOfferCard{padding:2.5rem}.mainOfferBody{grid-template-columns:repeat(2, 1fr)}.optionsGrid,.offersFaqList{grid-template-columns:repeat(2, 1fr)}.projectTimeline{padding-left:2rem}.projectTimeline::before{left:1.15rem}.projectStep{padding-left:4rem}.projectStepNumber{width:2.2rem;height:2.2rem;font-size:.85rem}.projectStepContent h3{font-size:1.25rem}.offersCtaBox{padding:3rem 2.2rem}}@media(min-width: 1024px){.offersHero{padding-top:8rem;padding-bottom:5rem}.mainOfferCard{padding:3rem}.optionsGrid{grid-template-columns:repeat(3, 1fr)}.offersFaqList{grid-template-columns:repeat(2, 1fr)}}.aboutPage{--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-xxl: 6rem;color:#0e0e11}.aboutContainer{width:100%;max-width:1200px;margin:0 auto;padding-inline:1.5rem}.aboutSection{padding-block:var(--space-xl)}.aboutSection+.aboutSection{border-top:1px solid rgba(14,14,17,.08)}.aboutSurtitle{margin-bottom:var(--space-sm);font-family:"Poppins",sans-serif;font-size:.9rem;font-weight:600;line-height:1.3;letter-spacing:.14em;text-transform:uppercase;color:#d14731}.aboutHero{padding-block:6rem 3rem;text-align:center}.aboutHeroLayout{display:grid;gap:var(--space-xl);align-items:center}.aboutHeroInner{max-width:680px;margin:0 auto}.aboutHero h1,.aboutSection h2,.aboutStoryContent h2{margin:0 0 var(--space-md);font-family:"EB Garamond",serif;font-weight:400;line-height:1.12;letter-spacing:-0.01em;color:#0e0e11}.aboutHero h1{max-width:760px;font-size:clamp(2.35rem,4vw,3.3rem);margin-bottom:var(--space-sm)}.aboutSection h2,.aboutStoryContent h2{max-width:680px;font-size:clamp(2rem,3vw,2.5rem)}.aboutHero+.aboutSection{padding-top:2rem}.aboutHeroText,.aboutText p,.aboutStoryText p,.aboutStoryIntro,.aboutValue p{margin:0 0 var(--space-sm);font-family:"EB Garamond",serif;font-size:1.16rem;font-weight:400;line-height:1.72;color:rgba(14,14,17,.72)}.aboutHeroText{max-width:620px;font-size:1.22rem;line-height:1.65}.aboutText p:last-child,.aboutStoryText p:last-child,.aboutValue p:last-child{margin-bottom:0}.aboutText strong{font-weight:500;color:#0e0e11}.aboutWorkLayout,.aboutStoryLayout{display:grid;gap:var(--space-xl);align-items:center}.aboutWorkContent,.aboutStoryContent{max-width:720px}.aboutValueDraw{width:min(100%,520px);margin:0 auto}.aboutStoryPortrait{width:min(100%,260px);margin:0 auto}.aboutStoryPortrait img{width:100%;aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;border-radius:2px}.aboutStoryIntro{max-width:560px}.aboutAccentLine{width:32px;height:1px;margin:1rem 0 var(--space-md);background:rgba(209,200,21,.9)}.aboutValuesList{display:grid;gap:1.6rem;margin-top:var(--space-sm)}.aboutValue{position:relative;padding-top:1rem}.aboutValue::before{content:"";display:block;width:32px;height:1px;margin-bottom:.8rem;background:rgba(209,200,21,.85)}.aboutValue h3{margin:0 0 .55rem;font-family:"EB Garamond",serif;font-size:1.38rem;font-weight:400;line-height:1.25;color:#0e0e11}.aboutValue p{max-width:620px;font-size:1.12rem;line-height:1.65;color:rgba(14,14,17,.68)}.aboutQuote{padding-block:var(--space-xl)}.aboutQuote blockquote{max-width:720px;margin:0 auto;padding-left:1rem;border-left:2px solid rgba(209,200,21,.9);font-family:"EB Garamond",serif;font-size:1.24rem;font-weight:400;line-height:1.65;color:rgba(14,14,17,.74)}@media(min-width: 768px){.aboutSection{padding-block:var(--space-xxl)}.aboutHero{padding-block:8rem 5.5rem}.aboutWorkLayout{grid-template-columns:.9fr 1.1fr}.aboutStoryLayout{grid-template-columns:1.1fr .7fr}.aboutValueDraw{justify-self:start}.aboutStoryPortrait{justify-self:end;margin:0}}@media(min-width: 1200px){.aboutContainer{max-width:920px;padding-inline:2rem}}.contactPage{color:#0e0e11}.contactContainer{width:100%;max-width:1180px;margin:0 auto;padding-inline:1.5rem}.contactHero{padding:7rem 0 3.5rem;text-align:center}.contactHero .contactContainer{max-width:820px}.contactHero h1{margin-bottom:1rem;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.05}.contactHero p:not(.contactSurtitle){max-width:640px;margin:0 auto;font-size:1.05rem;line-height:1.8;color:rgba(14,14,17,.72)}.contactSurtitle{margin-bottom:.8rem;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#d14731}.contactMain{padding:2rem 0 5rem}.contactGrid{display:flex;justify-content:center}.contactIntro h2{max-width:760px;margin-bottom:1.5rem;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.18}.contactIntro p{max-width:720px;font-size:1rem;line-height:1.9;color:rgba(14,14,17,.72)}.contactIntro p+p{margin-top:1.2rem}.contactCard{width:100%;max-width:520px;padding:2rem;border:1px solid rgba(14,14,17,.1);border-radius:24px;background:hsla(0,0%,100%,.58);box-shadow:0 18px 45px rgba(14,14,17,.06)}.contactCard h2{margin-bottom:1.8rem;font-size:1.5rem}.contactItem{padding-block:1.2rem;border-top:1px solid rgba(14,14,17,.08)}.contactItem:last-child{border-bottom:1px solid rgba(14,14,17,.08)}.contactItem span{display:block;margin-bottom:.35rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(14,14,17,.55)}.contactItem a,.contactItem p{margin:0;font-size:1rem;line-height:1.6;color:#0e0e11}.contactItem a{text-decoration:none;transition:color .25s ease}.contactItem a:hover{color:#d14731}.contactLocal{padding:0 0 6rem}.contactLocalInner{display:grid;gap:2rem;align-items:center;padding:2rem;border-radius:28px;background:#0a5985;color:#fff;overflow:hidden}.contactLocalText{display:flex;flex-direction:column}.contactLocalText p{max-width:680px;margin:0 0 1.8rem}.contactLocalText .btn{align-self:center}.contactMapWrapper{min-height:280px;border-radius:22px;overflow:hidden;background:hsla(0,0%,100%,.2);box-shadow:0 18px 35px rgba(14,14,17,.18)}#contactMap{width:100%;height:280px}.leaflet-container{font-family:"Poppins",sans-serif}@media(min-width: 768px){.contactHero{padding-top:8rem;padding-bottom:4.5rem}.contactMain{padding-bottom:6rem}.contactLocalInner{padding:2.5rem}}@media(min-width: 980px){.contactLocalInner{grid-template-columns:minmax(0, 1fr) 420px}#contactMap{height:320px}}.cgv{padding:6rem 1.5rem 7rem;max-width:900px;margin:0 auto;line-height:1.8;color:#0e0e11}.cgv h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:2rem;text-align:center}.cgv h2{margin-top:2.5rem;margin-bottom:1rem;font-size:1.4rem;position:relative}.cgv h2::after{content:"";display:block;width:40px;height:3px;background:#d1c815;margin-top:.4rem}.cgv p{margin-bottom:1rem;color:#0e0e11}.cgv ul{margin-left:1.2rem;margin-bottom:1rem}.cgv li{margin-bottom:.4rem}.errorPage{min-height:100vh;display:flex;align-items:center;padding:6rem 1.5rem;align-items:center;justify-content:center;text-align:center}.errorSection{width:100%}.errorSection .container{max-width:720px;margin:0 auto}.errorCode{margin-bottom:1rem;font-size:clamp(4rem,12vw,8rem);font-weight:700;line-height:1;color:#d1c815}.errorSection h1{margin-bottom:1rem}.errorSection p{margin-bottom:2rem}.errorSection .btn{display:inline-flex}.services{background:#0a5985;color:#fff;padding:5rem 0}.servicesContainer{width:100%}.servicesIntro{max-width:850px;margin:0 auto 4rem;padding:0 2rem;text-align:center}.servicesIntro h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem;line-height:1.2}.servicesIntro p{font-size:1.05rem;line-height:1.7;opacity:.95}.servicesSurtitle{display:inline-block;margin-bottom:.8rem;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#d1c815}.servicesCategory:first-child .servicesCategoryHeader{margin-top:0}.servicesCategories{display:flex;flex-direction:column;gap:4rem}.servicesCategory{padding:0 3rem}.servicesCategoryHeader{max-width:750px;text-align:center;margin:3rem auto 2rem}.servicesCategoryHeader h3{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.8rem;line-height:1.2}.servicesCategoryHeader p{line-height:1.7;opacity:.92}.servicesCategoryLabel{display:inline-block;margin-bottom:.7rem;padding:.3rem .7rem;border-radius:999px;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#d1c815;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.15)}.servicesGrid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}.serviceCard{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:20px;padding:1.8rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:transform .25s ease,border-color .25s ease}.serviceCard:hover{transform:translateY(-4px);border-color:#d1c815}.serviceCard h4{font-size:1.15rem;margin-bottom:.7rem;line-height:1.3}.serviceCard p{font-size:.98rem;line-height:1.7;opacity:.95}.croquisConception{margin:4rem auto 0;padding:0 2rem;display:flex;justify-content:center}.croquisConception img{width:100%;max-width:500px;height:auto;border-radius:20px}@media(min-width: 768px){.services{padding:6rem 0}.servicesGrid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1200px){.servicesCategory{padding:0 5rem}.servicesGrid{grid-template-columns:repeat(2, 1fr);gap:3rem}.croquisConception img{max-width:700px}}.faqBubbles{padding:6rem 1.5rem 7rem;position:relative;z-index:2}.faqIntro{max-width:780px;margin:0 auto 4rem;padding-inline:.5rem;text-align:center}.faqIntro .faqSurtitle{margin-bottom:.9rem;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(14,14,17,.65)}.faqIntro h2{margin-bottom:1.2rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1}.faqIntro p:not(.faqSurtitle){max-width:620px;margin:0 auto;font-size:1rem;line-height:1.75;color:rgba(14,14,17,.8)}.faqBubble{position:relative;width:100%;min-height:auto;border-radius:1.5rem;padding:0;background:hsla(0,0%,100%,.84);border:1px solid rgba(14,14,17,.07);box-shadow:0 10px 24px rgba(14,14,17,.08);overflow:hidden;outline:none}.faqBubbleGrid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1100px;margin:0 auto;padding:0 .5rem}.faqBubbleInner{padding:1.4rem}.faqBubbleQuestion{font-family:"EB Garamond",serif;margin:0 0 .7rem;line-height:1.35;text-align:left}.faqBubbleAnswer{opacity:1;pointer-events:auto}.faqBubbleAnswer p{margin:0;font-size:.95rem;line-height:1.6;color:rgba(14,14,17,.82)}.faqBubbleAnswer a{color:#d1c815;font-weight:600;text-decoration:underline;text-underline-offset:.15em}@media(min-width: 700px){.faqBubbleGrid{grid-template-columns:repeat(2, 1fr);gap:1.4rem;padding:0}.faqBubble{aspect-ratio:1/1;min-height:260px;border-radius:999px;transition:border-radius 1s cubic-bezier(0.22, 1, 0.36, 1),box-shadow 1s cubic-bezier(0.22, 1, 0.36, 1),background 1s cubic-bezier(0.22, 1, 0.36, 1)}.faqBubbleInner{position:relative;width:100%;height:100%;padding:2rem}.faqBubbleQuestion{position:absolute;top:50%;left:50%;width:78%;margin:0;text-align:center;transform:translate(-50%, -50%);transition:top .8s cubic-bezier(0.22, 1, 0.36, 1),transform .8s cubic-bezier(0.22, 1, 0.36, 1),font-size .45s ease}.faqBubbleAnswer{position:absolute;left:50%;top:62%;width:78%;opacity:0;text-align:center;transform:translate(-50%, 18px);transition:opacity .55s ease,transform .8s cubic-bezier(0.22, 1, 0.36, 1),top .8s cubic-bezier(0.22, 1, 0.36, 1);pointer-events:none}.faqBubble:hover .faqBubbleQuestion,.faqBubble:focus .faqBubbleQuestion,.faqBubble:focus-within .faqBubbleQuestion{top:22%;transform:translate(-50%, 0)}.faqBubble:hover .faqBubbleAnswer,.faqBubble:focus .faqBubbleAnswer,.faqBubble:focus-within .faqBubbleAnswer{top:44%;opacity:1;transform:translate(-50%, 0);pointer-events:auto}}@media(min-width: 1024px){.faqIntro{margin-bottom:5rem}.faqBubbleGrid{grid-template-columns:repeat(3, 1fr);gap:1.6rem}.faqBubble{min-height:280px;transform-origin:bottom center}.faqBubble:hover,.faqBubble:focus,.faqBubble:focus-within{border-radius:2rem}.faqBubbleQuestion{font-size:1.1rem}.faqBubbleAnswer p{font-size:1rem}}.hero{padding:7rem 1.5rem 4rem;background-image:url("../images/tileBgGrainMoyen.png");background-repeat:repeat;background-size:auto}.hero .container{width:100%;max-width:1200px}.heroLayout{display:block}.heroContent{max-width:820px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.heroSurtitle{margin-bottom:.8rem;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(14,14,17,.65)}.heroTitle{margin-bottom:.4rem;font-family:"Poppins",sans-serif;font-size:clamp(2.8rem,8vw,5.5rem);font-weight:700;line-height:.95;color:#0e0e11}.typewriter{display:inline-block;margin-top:.6rem;margin-bottom:1.8rem;min-height:1.6em;font-family:"Poppins",sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;letter-spacing:.06em;line-height:1.2;color:#d1c815;position:relative}.typewriter::after{content:"|";margin-left:.1em;font-weight:300;color:#0e0e11;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.heroText{max-width:720px;margin-bottom:1.4rem;font-size:1rem;line-height:1.8;color:rgba(14,14,17,.88)}.heroHighlight.elegant{max-width:720px;margin-bottom:2rem;font-size:clamp(1.3rem,2vw,1.5rem);line-height:1.7;font-weight:500;color:rgba(14,14,17,.92)}.heroActions{display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;margin-top:2rem}.heroMedia{display:none;width:100%;min-width:0}.heroVideoWrapper{position:relative;width:100%;min-height:560px;overflow:hidden;isolation:isolate;-webkit-mask-image:radial-gradient(ellipse 110% 92% at 50% 50%, rgb(0, 0, 0) 58%, rgba(0, 0, 0, 0.88) 72%, rgba(0, 0, 0, 0.45) 84%, transparent 100%);mask-image:radial-gradient(ellipse 110% 92% at 50% 50%, rgb(0, 0, 0) 58%, rgba(0, 0, 0, 0.88) 72%, rgba(0, 0, 0, 0.45) 84%, transparent 100%)}.heroVideo{position:absolute;inset:-2%;width:104%;height:104%;-o-object-fit:cover;object-fit:cover;opacity:.6;filter:brightness(1.25) contrast(0.95) saturate(0.9) blur(0.6px)}.heroVideoWrapper::after{content:"";position:absolute;inset:0;background:rgba(255,248,240,.3);pointer-events:none}@media(min-width: 768px){.hero{padding:8rem 3rem 5rem}.heroText{font-size:1.08rem}.heroActions{flex-direction:row;flex-wrap:wrap}}@media(min-width: 1024px){.hero{padding:5.5rem 3.5rem 4rem;min-height:100vh;display:flex;align-items:center}.hero .container{max-width:none}.heroLayout{display:grid;grid-template-columns:1.1fr .85fr;align-items:center;gap:1rem;width:100%}.heroContent{max-width:640px}.heroMedia{display:block;width:100%;justify-self:stretch}.heroVideoWrapper{width:100%;min-height:560px}}.mainOfferCard{max-width:1100px;margin:2.5rem auto 0;padding:1.25rem;border-radius:24px;background:hsla(0,0%,100%,.96);box-shadow:0 18px 45px rgba(0,0,0,.08)}.mainOfferHeader{margin-bottom:2rem;text-align:center}.mainOfferHeader h3{margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.2;font-weight:700;color:#0e0e11}.offerLabel{display:inline-block;margin-bottom:1rem;padding:.45rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600;letter-spacing:.04em;background:rgba(209,200,21,.1);color:#d1c815}.offerLabel--rouge{display:inline-block;margin-bottom:1rem;padding:.45rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600;letter-spacing:.04em;background:rgba(209,71,49,.1);color:#d14731}.offerPrice{margin-bottom:.75rem;font-size:1.6rem;font-weight:700;color:#d1c815}.offerBase{max-width:700px;margin:0 auto;font-size:1rem;line-height:1.7;color:rgba(14,14,17,.72)}.mainOfferBody{display:grid;gap:1.5rem}.mainOfferAdjustment{margin-top:1.5rem;padding:1.25rem;border-radius:22px;background:rgba(209,200,21,.08);box-shadow:inset 0 0 0 1px rgba(209,200,21,.14);text-align:left}.mainOfferAdjustment h4{margin-bottom:.6rem;font-size:1.05rem;font-weight:700;color:#0e0e11}.mainOfferAdjustment p{font-size:.98rem;line-height:1.7;color:rgba(14,14,17,.78)}.mainOfferAdjustmentPrice{margin-bottom:.75rem;font-weight:700;color:#d1c815}.mainOfferColumn{padding:1.25rem;border-radius:22px;background:hsla(0,0%,100%,.88);box-shadow:inset 0 0 0 1px rgba(14,14,17,.05)}.mainOfferColumn h4{margin-bottom:1rem;font-size:1.1rem;font-weight:700;color:#0e0e11}.mainOfferColumn ul{display:grid;gap:.85rem}.mainOfferColumn li{position:relative;padding-left:1.4rem;font-size:.98rem;line-height:1.7;color:rgba(14,14,17,.8)}.mainOfferColumn li::before{content:"";position:absolute;top:.72rem;left:0;width:.45rem;height:.45rem;border-radius:50%;background:#d14731}.offersInfo--insideCard{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(14,14,17,.08)}.offersInfoIntro{text-align:center;margin-bottom:1.5rem}.offersInfoIntro .offersSectionSurtitle{margin-bottom:.5rem}.offersInfoIntro h4{margin-bottom:0;font-size:clamp(1.35rem,2.5vw,1.8rem);line-height:1.2;font-weight:700;color:#0e0e11}.offersInfoGrid{display:grid;gap:0}.offersInfoItem{padding:1.4rem 0;border-bottom:1px solid rgba(14,14,17,.08)}.offersInfoItem:last-child{border-bottom:none}.offersInfoItem h5{margin-bottom:.45rem;font-size:1rem;font-weight:700;color:#0e0e11}.offersInfoItem p{max-width:680px;font-size:.95rem;line-height:1.7;color:rgba(14,14,17,.75)}.offerTitleWrap{position:relative;max-width:720px;margin:0 auto .75rem;padding-top:3.75rem;text-align:center}.offerTitleWrap h3{margin-bottom:0}.offerIcon--left{position:absolute;top:0;left:50%;width:52px;height:52px;-o-object-fit:contain;object-fit:contain;opacity:.9;transform:translateX(-50%)}@media(min-width: 768px){.offerTitleWrap{padding-top:0}.offerIcon--left{top:50%;left:0;width:58px;height:58px;transform:translateY(-50%)}}@media(min-width: 768px){.offersInfoGrid{grid-template-columns:repeat(3, 1fr);gap:1.5rem}.offersInfoItem{padding:0 1rem;border-bottom:none;border-right:1px solid rgba(14,14,17,.08)}.offersInfoItem:last-child{border-right:none}.mainOfferCard{padding:2.5rem;border-radius:28px}.mainOfferColumn,.mainOfferAdjustment{padding:1.5rem}}.offersIntro--withIcon{position:relative}.sectionIcon--left{position:absolute;left:-70px;top:50%;transform:translateY(-50%);width:70px;height:70px;-o-object-fit:contain;object-fit:contain;opacity:.9}.optionsGrid{display:grid;gap:1.5rem;margin-top:3rem}.optionCard{padding:1.75rem 1.5rem;border-radius:24px;background:hsla(0,0%,100%,.94);border:1px solid rgba(14,14,17,.08);box-shadow:0 14px 35px rgba(0,0,0,.06);transition:transform .25s ease,border-color .25s ease}.optionCard:hover{transform:translateY(-4px)}.optionCard h3{margin-bottom:.75rem;font-size:1.2rem;line-height:1.3;font-weight:700;color:#0e0e11}.optionCard p{font-size:.98rem;line-height:1.7;color:rgba(14,14,17,.78)}.optionCard--highlight{border-color:rgba(209,200,21,.55)}.optionCard--highlight:hover{transform:translateY(-4px);border-color:#d1c815}.projectSteps{background-color:#0a5985;color:#fff}.projectSteps .offersSectionSurtitle{color:hsla(0,0%,100%,.72)}.projectSteps .offersIntro h2{color:#fff}.projectSteps .offersIntro p:last-child{color:hsla(0,0%,100%,.85)}.projectTimeline{position:relative;max-width:900px;margin:3rem auto 0;padding-left:1.5rem}.projectTimeline::before{content:"";position:absolute;top:.4rem;bottom:.4rem;left:1rem;width:1px;background:rgba(209,200,21,.35)}.projectStep{position:relative;padding-left:3rem}.projectStep:not(:last-child){margin-bottom:2.5rem}.projectStepNumber{position:absolute;top:.1rem;left:0;z-index:2;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;font-size:.8rem;font-weight:700;background:#d1c815;color:#0a5985;box-shadow:0 6px 18px rgba(0,0,0,.12)}.projectStepContent{padding-top:.1rem}.projectStepContent h3{margin-bottom:.5rem;font-size:1.15rem;line-height:1.3;font-weight:700;color:#fff}.projectStepContent h3::after{content:"";display:block;width:2.5rem;height:2px;margin-top:.7rem;background:rgba(209,200,21,.65)}.projectStepContent p{max-width:620px;font-size:1rem;line-height:1.75;color:hsla(0,0%,100%,.82)}