*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;padding:0}body{color:#333;background-color:#f9f9f9;flex-direction:column;min-height:100vh;padding-top:100px;font-family:Arial,sans-serif;line-height:1.6;display:flex}header{z-index:1000;text-align:center;background-color:#000;border-bottom:1px solid #eaeaea;width:100%;padding:.5em 0;position:fixed;top:0}.header-title{justify-content:center;align-items:center;margin-bottom:.5em;display:inline-flex}.header-title img.logo{width:50px;height:auto;margin-right:10px}.header-title h1{color:#fff;margin:0;font-size:1.5em}nav{max-width:1200px;margin:0 auto;padding:.5em 1em;transition:max-height .3s ease-out;overflow:hidden}nav ul{justify-content:space-around;align-items:center;margin:0;padding:0;list-style:none;display:flex}nav li{margin:0 1em}nav a{color:#fff;padding:.5em 0;font-weight:700;text-decoration:none}nav a:hover{color:#0073b1}main{flex:1;max-width:1200px;margin:2em auto;padding:0 1em}h1,h2,h3{color:#222;margin-bottom:.5em}h1{margin-top:.5em;font-size:2.5em}h2{font-size:2em}h3{font-size:1.5em}p{margin-bottom:1em}.btn{color:#fff;background-color:#0073b1;border-radius:5px;padding:.75em 1.5em;text-decoration:none;display:inline-block}.btn:hover{background-color:#005580}.page-container{text-align:center;max-width:800px;margin:0 auto;padding:2em 1em}.hero-image{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:60vh}.vision{text-align:center;color:#333;background-color:#fff;padding:4em 1em}.vision h1{margin-bottom:.5em;font-size:2.5em}.vision p{color:#777;margin-bottom:1em;font-size:1.2em}.vision .btn{color:#fff;background-color:#0073b1;border-radius:5px;padding:.75em 1.5em;text-decoration:none;display:inline-block}.vision .btn:hover{background-color:#005580}.projets-en-avant{text-align:center;padding:4em 1em}.projets-en-avant h2{color:#333;margin-bottom:1em;font-size:2.5em}.project{flex-wrap:wrap;align-items:center;margin-bottom:3em;display:flex}.project:nth-child(2n){background-color:#fff;flex-direction:row-reverse}.project:nth-child(odd){background-color:#f9f9f9}.project-image{flex:25%;padding:1em}.project-content{text-align:left;flex:75%;padding:1em}.project-image img{border-radius:10px;width:100%;height:auto}.project-content h3{color:#0073b1;margin-bottom:.5em;font-size:2em}.project-content p{color:#555;margin-bottom:1em;font-size:1.1em}.project-content .btn{color:#fff;background-color:#0073b1;border-radius:5px;padding:.5em 1.2em;text-decoration:none;transition:background-color .3s;display:inline-block}.project-content .btn:hover{background-color:#005580}@media (max-width:768px){.project{flex-direction:column}.project-image,.project-content{text-align:center;flex:100%}.project-content{text-align:center}.project:nth-child(2n){background-color:#fff;flex-direction:column}}.equipe-container{text-align:center;max-width:800px;margin:0 auto;padding:2em 1em}.equipe{flex-wrap:wrap;justify-content:space-between;display:flex}.member{text-align:center;width:30%;margin-bottom:2em}.member img{object-fit:cover;border-radius:50%;width:150px;height:150px}.member h2{margin-top:1em}.member h3{color:#777;margin-bottom:.5em;font-size:1em}.member p{margin-bottom:.5em}.member a{margin-bottom:.5em;display:block}.projets{flex-wrap:wrap;justify-content:space-between;display:flex}.projet{width:30%;margin-bottom:2em}.projet img{width:100%;height:auto}.projet h2{margin-top:.5em}.projet p{margin-bottom:1em}.projet a{color:#fff;background-color:#0073b1;border-radius:5px;padding:.5em 1em;display:inline-block}.projet a:hover{background-color:#005580}.articles{flex-direction:column;display:flex}.article{border-bottom:1px solid #eaeaea;padding:1em 0}.article h2{font-size:1.5em}.article p{color:#777;font-size:.9em}.boutique-container{text-align:center;max-width:800px;margin:0 auto;padding:2em 1em}.centered-image{width:100%;max-width:600px;height:auto;margin:0 auto;display:block}.newsletter-form{margin-top:2em}.newsletter-form input[type=email]{border:1px solid #ccc;border-radius:5px;width:70%;max-width:300px;margin-right:.5em;padding:.75em}.newsletter-form .btn{color:#fff;cursor:pointer;background-color:#0073b1;border:none;border-radius:5px;padding:.75em 1.5em;transition:background-color .3s}.newsletter-form .btn:hover{background-color:#005580}.site-footer{color:#fff;background-color:#000;padding:1.5em 1em;font-size:.9em}.footer-container{flex-wrap:wrap;justify-content:space-around;max-width:1200px;margin:0 auto;display:flex}.footer-section{text-align:center;flex:200px;margin:.5em}.footer-section h3{color:#fff;border-bottom:2px solid #0073b1;margin-bottom:.5em;padding-bottom:.5em}.footer-section a{text-decoration:none;transition:color .3s}.footer-section.social a{color:#ccc;align-items:center;margin-right:.5em;display:inline-flex}.footer-section.social a i{margin-right:.3em}.footer-section.social a:hover{color:#0073b1}.footer-bottom{text-align:center;color:#ccc;border-top:1px solid #333;margin-top:2em;padding-top:1em}@media (max-width:768px){.footer-container{flex-direction:column;align-items:center}.footer-section{text-align:center;flex:100%;max-width:300px}.footer-section.social a{margin-left:.3em;margin-right:.3em}.projets-en-avant li,.equipe .member,.projets .projet{width:45%}}.hamburger-menu{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5em;display:none}.yt-container{width:100%;height:0;padding-bottom:56.25%;position:relative}.yt-video{width:100%;height:100%;position:absolute;top:0;left:0}.limited-size{border:3px solid #2c3e50;max-width:600px;max-height:600px}@media (max-width:480px){nav{background-color:#000;width:100%;max-height:0;display:none;position:absolute;top:60px;left:0}nav.nav-open{max-height:500px;display:block}nav ul{flex-direction:column;align-items:center}nav li{margin:.5em 0}.hamburger-menu{display:block}.header-title{justify-content:space-between;align-items:center;padding:0 1em;display:flex}.header-title h1{text-align:center;flex:1;margin-right:1em}.limited-size{border:3px solid #2c3e50;max-width:240px;max-height:240px}}iframe{max-width:none;width:100%!important}:root{--sa-ink:#17242b;--sa-muted:#4e5e62;--sa-cream:#f7f5ef;--sa-paper:#fffdf7;--sa-tint:#e8eef0;--sa-green:#2f6f4e;--sa-green-soft:#e6f0e9;--sa-amber:#f6c067;--sa-copper:#b96f2d;--sa-dark:#18313a;--sa-border:#17242b1f;--sa-shadow:0 14px 36px #272f2b17}body{background:var(--sa-cream);color:var(--sa-ink);padding-top:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.65}main{width:100%;max-width:none;margin:0;padding:0}h1,h2,h3{color:var(--sa-ink);letter-spacing:0}a{color:var(--sa-green)}.site-masthead{z-index:1000;text-align:left;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f5efdb;border-bottom:0;justify-content:center;align-items:stretch;gap:0;width:100%;padding:.65rem 1rem;display:flex;position:sticky;top:0}.site-masthead__inner,.site-masthead .site-nav{min-height:72px;box-shadow:var(--sa-shadow);background:#fff;border:1px solid #17242b1a}.site-masthead__inner{border-right:0;border-radius:8px 0 0 8px;align-items:center;gap:.75rem;min-width:280px;padding:.42rem .75rem .42rem .48rem;display:flex}.site-logo{background:radial-gradient(circle at 50% 42%,#f6c06726,#18313a0a 62%,#0000 68%);border-radius:8px;flex:none;justify-content:center;align-items:center;width:62px;height:62px;text-decoration:none;display:inline-flex;overflow:hidden}.site-logo img{object-fit:contain;width:62px;height:62px;display:block}.site-title{min-width:0;color:var(--sa-ink);font-size:1rem;font-weight:900;line-height:1.05;text-decoration:none}.site-title:hover{color:var(--sa-green)}.site-masthead .site-nav{border-left:0;border-radius:0 8px 8px 0;flex:auto;justify-content:flex-end;align-items:center;max-width:860px;margin:0;padding:.42rem .7rem;display:flex;overflow:visible}.site-masthead .site-nav ul{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.2rem;width:auto;margin:0;padding:0;display:flex}.site-masthead .site-nav li{margin:0}.site-masthead .site-nav a{color:#5b666b;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;min-height:38px;padding:.55rem .7rem;font-size:.94rem;font-weight:800;line-height:1;text-decoration:none;transition:background .16s,color .16s;display:inline-flex}.site-masthead .site-nav a:hover{background:var(--sa-green-soft);color:var(--sa-green)}.hamburger-menu{background:var(--sa-green-soft);color:var(--sa-green);border:0;border-radius:8px;margin-left:auto;padding:.55rem .7rem;font-size:1.3rem;display:none}.sa-hero{color:#fff;background-color:#0b1c25;background-image:url(/assets/images/sa-et-sa-hero-cycle-summer.png);background-position:50%;background-size:cover;align-items:center;min-height:clamp(500px,100vh - 180px,680px);padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,6vw,6rem);display:flex;position:relative;overflow:hidden}.sa-hero:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0b1c25f5,#0b1c25c7,#0b1c2538);position:absolute;inset:0}.sa-hero__season{z-index:0;opacity:0;pointer-events:none;background-position:50%;background-size:cover;position:absolute;inset:0}.sa-hero--season-cycle .sa-hero__season--summer{animation:32s infinite saHeroSummer}.sa-hero--season-cycle .sa-hero__season--autumn{animation:32s infinite saHeroAutumn}.sa-hero--season-cycle .sa-hero__season--winter{animation:32s infinite saHeroWinter}.sa-hero--season-cycle .sa-hero__season--spring{animation:32s infinite saHeroSpring}.sa-hero__content{z-index:2;width:min(760px,100%);position:relative}@keyframes saHeroSummer{0%,20%{opacity:1}25%,95%{opacity:0}to{opacity:1}}@keyframes saHeroAutumn{0%,20%{opacity:0}25%,45%{opacity:1}50%,to{opacity:0}}@keyframes saHeroWinter{0%,45%{opacity:0}50%,70%{opacity:1}75%,to{opacity:0}}@keyframes saHeroSpring{0%,70%{opacity:0}75%,95%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.sa-hero--season-cycle .sa-hero__season{animation:none}.sa-hero--season-cycle .sa-hero__season--summer{opacity:1}}.sa-kicker{color:var(--sa-copper);letter-spacing:0;text-transform:uppercase;margin:0 0 .7rem;font-size:.78rem;font-weight:800}.sa-hero .sa-kicker,.sa-section--dark .sa-kicker{color:var(--sa-amber)}.sa-hero h1{color:#fff;width:min(800px,100%);margin:0;font-size:clamp(2.8rem,5vw,4.8rem);line-height:.98}.sa-hero__lead{color:#eef4ef;width:min(680px,100%);margin:1.25rem 0 0;font-size:clamp(1.1rem,1.7vw,1.35rem);line-height:1.45}.sa-actions{flex-wrap:wrap;gap:.85rem;margin-top:1.75rem;display:flex}.sa-button,.btn,.projet a,.project-content .btn,.newsletter-form .btn{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.78rem 1rem;font-weight:800;line-height:1.1;text-decoration:none;display:inline-flex}.sa-button span,.btn span{white-space:nowrap}.sa-button--primary,.btn,.projet a,.project-content .btn,.newsletter-form .btn{background:var(--sa-green);color:#fff}.sa-button--primary:visited,.sa-button--primary:hover,.btn:visited,.btn:hover,.projet a:hover,.project-content .btn:hover,.newsletter-form .btn:hover{color:#fff;background:#245b40}.sa-button--secondary{color:var(--sa-ink);background:#fffffff0;border-color:#17242b1f}.sa-button--secondary:visited,.sa-button--secondary:hover{color:var(--sa-ink)}.sa-section{width:min(1180px,100% - 2rem);margin:0 auto;padding:clamp(3rem,7vw,5.5rem) 0}.sa-section--intro{padding-top:clamp(2rem,5vw,4rem)}.sa-section--dark{background:var(--sa-dark);color:#fff;border-radius:8px;margin-bottom:clamp(2rem,5vw,4rem);padding:clamp(1.5rem,5vw,3.4rem)}.sa-section--cta{border-top:1px solid var(--sa-border);justify-content:space-between;align-items:center;gap:1.5rem;padding-top:clamp(2rem,5vw,3.5rem);padding-bottom:clamp(2rem,5vw,4rem);display:flex}.sa-section__header{width:min(780px,100%);margin-bottom:1.7rem}.sa-section h2{margin:0 0 .75rem;font-size:clamp(1.8rem,3.3vw,3rem);line-height:1.05}.sa-section p{color:var(--sa-muted)}.sa-section--dark h2,.sa-section--dark h3,.sa-section--cta h2{color:inherit}.sa-section--dark p{color:#e6ecea}.sa-portfolio-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.sa-project-card{border:1px solid var(--sa-border);background:var(--sa-paper);border-radius:8px;min-width:0;overflow:hidden;box-shadow:0 10px 26px #272f2b12}.sa-project-card__media{aspect-ratio:4/3;background:var(--sa-tint);display:block;overflow:hidden}.sa-project-card__media img{object-fit:cover;width:100%;height:100%}.sa-project-card__media--illustration{background:0 0}.sa-project-card__media--illustration img{object-fit:cover;object-position:center 30%}.sa-project-card__body{padding:1rem}.sa-project-card h3{margin:0 0 .45rem;font-size:1.25rem}.sa-project-card__copy p{color:var(--sa-muted);margin:0 0 .85rem;font-size:.96rem;line-height:1.55}.sa-link{color:var(--sa-green);align-items:center;gap:.4rem;font-weight:800;text-decoration:none;display:inline-flex}.sa-link:hover{color:#245b40}.sa-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.sa-process-grid article{background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;padding:1.2rem}.sa-process-grid__number{color:var(--sa-amber);margin-bottom:1.25rem;font-size:.86rem;font-weight:900;display:inline-flex}.sa-process-grid h3{margin:0 0 .5rem;font-size:1.25rem}.sa-process-grid p{margin:0}.page-container,.boutique-container,.equipe-container,.product-page{width:min(1040px,100% - 2rem);max-width:none;margin-left:auto;margin-right:auto;padding:clamp(2rem,6vw,4rem) 0}.page-container h1,.boutique-container h1,.equipe-container h1,.product-page h1,.product-page h2,.product-page h3{font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.05}.product-page{width:min(1040px,100% - clamp(3rem,8vw,6rem));overflow:hidden}.product-page>p{max-width:860px;color:var(--sa-muted)}.product-page .project{width:100%}.product-page .project-content{min-width:0}.product-page ul,.product-page ol{padding-left:1.25rem}.product-page li{padding-left:.15rem}.project,.projet,.article{border-radius:8px}.project:nth-child(2n),.project:nth-child(odd){background-color:#0000}.project{border-bottom:1px solid var(--sa-border);gap:1rem;padding:1.2rem 0}.project-content h3,.projet h2{color:var(--sa-green)}.project-content p,.projet p,.article p{color:var(--sa-muted)}.project-image img,.projet img,.limited-size{border:0;border-radius:8px;box-shadow:0 10px 26px #272f2b12}.member img{box-shadow:0 10px 26px #272f2b1a}.site-footer{background:var(--sa-dark);color:#fff;padding:clamp(2rem,5vw,3rem) 1rem 1.5rem}.footer-container{justify-content:space-between;align-items:flex-start;gap:1.5rem;width:min(1180px,100%)}.footer-section{text-align:left}.footer-section--brand img{object-fit:contain;border-radius:8px;width:min(220px,100%);height:auto}.footer-section--brand p{color:#fff;margin-top:.75rem;font-weight:900}.footer-section h3{color:#fff;border-bottom:0;padding-bottom:0;font-size:1rem}.footer-section p,.footer-section a{color:#d7dfdc}.footer-section a:hover{color:var(--sa-amber)}.footer-section.social{flex-direction:column;gap:.55rem;display:flex}.footer-section.social a{align-items:center;gap:.5rem;margin:0;display:inline-flex}.footer-bottom{color:#d7dfdc;text-align:left;border-top-color:#ffffff29;width:min(1180px,100%);margin:2rem auto 0}@media (max-width:1080px){.site-masthead{flex-wrap:wrap;justify-content:stretch;align-items:stretch}.site-masthead__inner{border-right:1px solid #17242b1a;border-radius:8px;width:100%;min-width:0}.site-masthead .site-nav{border:1px solid #17242b1a;border-radius:8px;width:100%;max-width:none;min-height:0;margin-top:.45rem;padding:.5rem;display:none}.site-masthead .site-nav.nav-open{display:block}.site-masthead .site-nav ul{flex-direction:column;align-items:stretch}.site-masthead .site-nav a{justify-content:flex-start;width:100%}.hamburger-menu{justify-content:center;align-items:center;display:inline-flex}.sa-portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.site-masthead{padding:.5rem}.site-masthead__inner{min-height:64px}.site-logo,.site-logo img{width:54px;height:54px}.site-title{font-size:.92rem}.sa-hero{background-position:100%;min-height:clamp(460px,100vh - 150px,600px);padding:2.25rem 1rem}.sa-hero h1{font-size:clamp(2.35rem,12vw,3.8rem)}.sa-actions,.sa-section--cta{flex-direction:column;align-items:stretch}.sa-button,.btn,.projet a,.project-content .btn,.newsletter-form .btn{width:100%}.sa-portfolio-grid,.sa-process-grid{grid-template-columns:1fr}.footer-section,.footer-bottom{text-align:center}.footer-container,.footer-section.social{align-items:center}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}.sa-icon{justify-content:center;align-items:center;min-width:1em;font-style:normal;line-height:1;display:inline-flex}.site-nav__external{font-size:.86em}.hamburger-menu .sa-icon{font-size:1.15rem}.sa-project-card__copy p:first-child{margin-top:0}.sa-project-card__copy p:last-child{margin-bottom:0}.product-page>h1,.page-container>h1{margin-top:0}.product-page .project-image img.limited-size{width:auto;max-width:min(100%,600px);height:auto}@media (max-width:480px){.product-page .project-image img.limited-size{max-width:min(100%,240px)}}.member-social{justify-content:center;gap:.75rem;display:flex}.member-social a{background:var(--sa-green-soft,#eaf3ed);border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;display:inline-flex}.media-item{border-bottom:1px solid var(--sa-border,#d9dfdc);gap:.45rem;padding:1.5rem 0;display:grid}.media-item img{object-fit:contain;width:min(520px,100%);max-height:300px}.media-item p{margin:0}.legal-page{max-width:880px}.legal-page h2,.legal-page h3,.legal-page h4{margin-top:2rem}.legal-page li{margin-bottom:.45rem}.video-consent a{border:2px solid;border-radius:999px;align-items:center;min-height:44px;padding:.65rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.pic-guide{width:min(1180px,100% - 2rem);margin:0 auto}.pic-guide__status{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.pic-guide__status figure{text-align:center;margin:0}.pic-guide__status img{max-height:300px}.pic-guide__steps img{margin:.75rem 0 1.25rem;display:block}.error-page{min-height:60vh;padding-top:5rem;padding-bottom:5rem}@media (max-width:720px){.pic-guide__status{grid-template-columns:1fr}}
