@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--navy:#1b3a63;--navy-dark:#13294a;--navy-mid:#2f6bd6;--blue:#2f6bd6;--blue-soft:#eaf1fc;--orange:#ff8a1e;--orange-dark:#ff6b35;--mint:#16b88e;--violet:#7b54d3;--cream:#f5f8fc;--sand:#eef3fb;--white:#fff;--text:#0f1b2d;--text-light:#5b6b80;--border:#e4eaf2;--terracotta:var(--navy);--terracotta-light:var(--navy-mid);--brown-dark:var(--navy-dark);--brown-mid:var(--navy-mid);--font-display:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--radius:12px;--radius-lg:18px;--shadow:0 10px 30px #0f1b2d0f;--shadow-md:0 14px 40px #0f1b2d1a;--shadow-lg:0 24px 60px #0f1b2d1f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}body{font-family:var(--font-body);background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);line-height:1.12}h1{font-size:clamp(2rem,5vw,3.4rem)}h2{font-size:clamp(1.5rem,3vw,2.3rem)}h3{font-size:clamp(1.1rem,2vw,1.35rem)}p{color:var(--text);margin-bottom:1rem}p:last-child{margin-bottom:0}.container{max-width:1180px;margin:0 auto;padding:0 1.8rem}section{padding:5rem 0}.navbar{z-index:140;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#f5f8fcdb;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1.5rem;height:72px;display:flex}.navbar-logo{align-items:center;gap:.65rem;display:flex}.navbar-logo img{width:auto;height:46px}.navbar-wordmark{font-family:var(--font-display);color:var(--navy);font-size:1.02rem;font-weight:700;line-height:1.05}.navbar-wordmark small{font-family:var(--font-body);color:var(--text-light);letter-spacing:.01em;font-size:.66rem;font-weight:500;display:block}@media (width<=480px){.navbar-wordmark{display:none}}.navbar-menu{align-items:center;gap:.2rem;list-style:none;display:flex}.navbar-menu a{color:var(--text-light);border-radius:10px;padding:.5rem .85rem;font-size:.88rem;font-weight:500;transition:background .18s,color .18s;display:block}.navbar-menu a:hover,.navbar-menu a.active{background:var(--blue-soft);color:var(--navy)}.navbar-menu .has-dropdown{position:relative}.navbar-menu .has-dropdown>a:after{content:" ▾";opacity:.55;font-size:.7em}.dropdown{visibility:hidden;opacity:0;pointer-events:none;background:0 0;min-width:190px;padding-top:10px;transition:opacity .18s 80ms,visibility .18s 80ms;position:absolute;top:100%;left:0}.dropdown-inner{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:.35rem;list-style:none;overflow:hidden}.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}.dropdown a{color:var(--text-light);border-radius:8px;padding:.6rem .9rem;font-size:.87rem;display:block}.dropdown a:hover{background:var(--blue-soft);color:var(--navy)}.btn-encheres{animation:2.2s infinite pulse-orange;box-shadow:0 8px 18px #ff8a1e52;background:var(--orange)!important;color:var(--white)!important;border-radius:999px!important;padding:.5rem 1.1rem!important;font-weight:600!important}@keyframes pulse-orange{0%,to{box-shadow:0 0 #ff8a1e66}50%{box-shadow:0 0 0 9px #ff8a1e00}}.navbar-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.navbar-toggle span{background:var(--navy);border-radius:2px;width:24px;height:2px;transition:all .2s;display:block}.btn{border-radius:var(--radius);font-family:var(--font-body);cursor:pointer;border:1px solid #0000;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--orange);color:var(--white);box-shadow:0 10px 24px #ff8a1e4d}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}.btn-outline{background:var(--white);border-color:var(--border);color:var(--navy)}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.hero .btn-outline{background:var(--white);border-color:var(--border);color:var(--navy)}.hero .btn-outline:hover{border-color:var(--blue);color:var(--blue)}.section-badge{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);background:var(--blue-soft);font-size:.74rem;font-weight:600;font-family:var(--font-body);border:1px solid #2f6bd62e;border-radius:99px;margin-bottom:.85rem;padding:.28rem .85rem;display:inline-block}.stats-section .section-badge,.page-header .section-badge{color:#fff;background:#ffffff24;border-color:#ffffff40}.section-title{padding-bottom:.9rem;position:relative}.section-title:after{content:"";background:linear-gradient(90deg, var(--blue), var(--orange));border-radius:99px;width:54px;height:4px;transition:width .35s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.section-title:hover:after{width:92px}.stats-section .section-title:after,.page-header .section-title:after{background:var(--orange)}.section-title--left:after{left:0;transform:none}.section-title--left:hover:after{width:84px}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero{background:radial-gradient(1200px 480px at 80% -10%, #2f6bd614, transparent 60%), var(--cream);padding:4rem 0 4.5rem;overflow:hidden}.hero-inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:3.5rem;min-height:64vh;display:grid}.hero-text{animation:.75s ease-out both hero-fade-up}.hero h1{color:var(--text);margin-bottom:0;font-size:clamp(2rem,3.4vw,3.4rem);line-height:1.1}.hero-rule{background:linear-gradient(90deg, var(--blue), var(--orange));border-radius:99px;width:76px;height:5px;margin:1.4rem 0 1.25rem;animation:.75s ease-out .1s both hero-fade-up}.hero p{color:var(--text-light);max-width:480px;margin-bottom:2rem;font-size:1.08rem;line-height:1.7}.hero-cta{flex-wrap:wrap;gap:.9rem;animation:.75s ease-out .2s both hero-fade-up;display:flex}.hero-photos{grid-template-columns:1fr 1fr;gap:1rem;animation:.75s ease-out .1s both hero-fade-up;display:grid}.hero-photos img{object-fit:cover;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);aspect-ratio:4/3}.hero-photo-wide{grid-column:1/-1;aspect-ratio:16/7!important}.entities{background:var(--white)}.entities-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.entity-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow);padding:2rem;transition:transform .25s,box-shadow .25s}.entity-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.entity-card img.flag{border-radius:4px;height:30px;margin-bottom:1rem;box-shadow:0 3px 10px #0000001f}.entity-card h3{margin-bottom:.75rem}.stats-section{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, #234f86 100%);color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.stats-section:before{content:"";pointer-events:none;background:radial-gradient(at 12%,#ff8a1e1f 0%,#0000 55%),radial-gradient(at 88%,#2f6bd633 0%,#0000 55%);position:absolute;inset:0}.stats-section h2{color:var(--white);margin-bottom:.5rem}.stats-section .lead{color:#ffffffd1;margin-bottom:3rem;font-size:1.05rem;position:relative}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid;position:relative}.stats-grid>div{border-radius:var(--radius-lg);text-align:center;background:#ffffff0f;border:1px solid #ffffff21;padding:1.75rem 1.25rem;transition:transform .22s,background .22s}.stats-grid>div:hover{background:#ffffff1a;transform:translateY(-4px)}.stat-number{font-family:var(--font-display);color:var(--orange);letter-spacing:-.02em;margin-bottom:.25rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;display:block}.stat-label{color:#ffffffb8;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:500}.reussites{background:var(--cream)}.reussites-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.reussites-inner img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg)}.page-header{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);color:var(--white);text-align:center;padding:4rem 0 3.25rem;position:relative;overflow:hidden}.page-header:before{content:"";pointer-events:none;background:radial-gradient(at 85% 10%,#ff8a1e24,#0000 55%);position:absolute;inset:0}.page-header h1{color:var(--white);margin-bottom:.5rem;display:inline-block;position:relative}.page-header h1:after{content:"";background:var(--orange);border-radius:99px;width:56px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.page-header p{color:#fffc;max-width:620px;margin:1rem auto 0;position:relative}.stats-section,.stats-section h2,.stats-section h3,.stats-section p,.stats-section .section-title,.page-header,.page-header h1,.page-header h2,.page-header p{color:var(--white)}.page-intro{background:radial-gradient(1000px 420px at 85% -10%, #2f6bd614, transparent 60%), var(--cream);padding:3.5rem 0 4rem;overflow:hidden}.page-intro-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.page-intro-text{animation:.75s ease-out both hero-fade-up}.page-intro-text h1{color:var(--text);margin-bottom:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.12}.page-intro-text p{color:var(--text-light);max-width:500px;margin-bottom:1rem;font-size:1.02rem;line-height:1.7}.page-intro-photo{animation:.75s ease-out .12s both hero-fade-up}.page-intro-photo img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);object-fit:cover;max-height:500px}.projets-photos{grid-template-columns:1fr 1fr;gap:1.25rem;max-width:900px;margin:0 auto 1rem;display:grid}.projets-photos img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:300px;box-shadow:var(--shadow-lg)}@media (width<=880px){.projets-photos img{height:190px}}.breadcrumb{color:var(--text-light);flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;font-size:.82rem;list-style:none;display:flex}.breadcrumb li+li:before{content:"/";opacity:.5;margin-right:.5rem}.breadcrumb a{color:var(--navy-mid)}.breadcrumb a:hover{color:var(--navy)}.page-header .breadcrumb{color:#ffffffb3;justify-content:center;position:relative}.page-header .breadcrumb a{color:#ffffffd9}.page-header .breadcrumb a:hover{color:#fff}.histoire-content{max-width:800px;margin:0 auto}.histoire-content img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow);margin:2rem 0}.histoire-photos{grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0;display:grid}.callout{background:var(--blue-soft);border-left:4px solid var(--orange);border-radius:0 var(--radius) var(--radius) 0;color:var(--navy);margin:1.5rem 0;padding:1.25rem 1.5rem;font-style:italic}.histoire-content h2{border-top:1px solid var(--border);margin-top:3rem;margin-bottom:1rem;padding-top:2rem}.histoire-content h2:first-of-type{border-top:none;padding-top:0}.principes{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:1.5rem 0;display:grid}.principe-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);border-top:3px solid var(--blue);padding:1.5rem}.principe-card strong{color:var(--navy);font-family:var(--font-display);margin-bottom:.4rem;display:block}.partners-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-items:center;gap:1.25rem;display:grid}.partner-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);justify-content:center;align-items:center;min-height:96px;padding:1.25rem;transition:box-shadow .2s,transform .2s;display:flex}.partner-item:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.partner-item img{object-fit:contain;filter:grayscale(30%);width:auto;max-height:56px;transition:filter .2s}.partner-item:hover img{filter:grayscale(0%)}.engagements-intro{text-align:center;max-width:720px;margin:0 auto 3rem}.engagements-list{gap:.75rem;margin:1.5rem 0;display:grid}.engagement-item{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.engagement-item:before{content:"✦";color:var(--orange);flex-shrink:0;margin-top:.25rem;font-size:.85rem}.ethique-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}.ethique-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);border-top:3px solid var(--orange);box-shadow:var(--shadow);padding:2rem;transition:transform .25s,box-shadow .25s}.ethique-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.ethique-card h3{color:var(--navy);margin-bottom:.75rem}.timeline{max-width:820px;margin:0 auto;position:relative}.timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:90px}.timeline-item{gap:2rem;margin-bottom:3.5rem;display:flex;position:relative}.timeline-date{width:80px;font-family:var(--font-display);color:var(--orange);text-align:right;flex-shrink:0;padding-top:.2rem;font-size:1rem;font-weight:600}.timeline-dot{background:var(--orange);border:3px solid var(--cream);z-index:1;border-radius:50%;width:18px;height:18px;position:absolute;top:8px;left:82px;box-shadow:0 0 0 3px #ff8a1e33}.timeline-body{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex:1;transition:transform .25s,box-shadow .25s;overflow:hidden}.timeline-body:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.timeline-body img{object-fit:cover;width:100%;height:200px}.timeline-text{padding:1.5rem}.timeline-text h3{margin-bottom:.5rem}.timeline-text p{color:var(--text-light);font-size:.95rem}.artistes-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.artiste-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:box-shadow .25s,transform .25s;overflow:hidden}.artiste-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.artiste-card img{aspect-ratio:1;object-fit:cover;filter:grayscale(.15);width:100%;transition:filter .3s}.artiste-card:hover img{filter:grayscale(0)}.artiste-card-body{text-align:center;padding:1rem}.artiste-card-body h3{margin-bottom:0;font-size:1rem}.artiste-card:hover .artiste-card-body h3{color:var(--orange)}.footer{background:var(--navy-dark);color:#ffffffb8;padding:3rem 0 2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.footer a{color:#ffffffb3;transition:color .2s}.footer a:hover{color:var(--white)}.footer-brand{align-items:center;gap:.7rem;display:flex}.footer-brand .chip{background:#fff;border-radius:12px;place-items:center;padding:.4rem .55rem;display:grid}.footer-brand .chip img{height:34px}.footer-brand b{color:#fff;font-family:var(--font-display)}.footer-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.footer-nav-label{letter-spacing:.12em;text-transform:uppercase;color:#fff6;white-space:nowrap;font-size:.72rem;font-weight:600}.footer-nav-links{flex-wrap:wrap;justify-content:center;gap:.25rem 1.5rem;list-style:none;display:flex}.footer-nav-links li a{color:#ffffffad;white-space:nowrap;font-size:.88rem}.footer-nav-links li a:hover{color:var(--white)}.footer-bottom{text-align:center;color:var(--white);border-top:1px solid #ffffff1f;padding-top:1.3rem;font-size:.8rem}.footer-bottom p{color:var(--white)}.reveal{opacity:0;will-change:opacity, transform;transition:opacity .65s,transform .65s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;will-change:opacity, transform;transition:opacity .55s,transform .55s;transform:translateY(22px)}.reveal-stagger.visible>:first-child{opacity:1;transition-delay:0s;transform:none}.reveal-stagger.visible>:nth-child(2){opacity:1;transition-delay:80ms;transform:none}.reveal-stagger.visible>:nth-child(3){opacity:1;transition-delay:.16s;transform:none}.reveal-stagger.visible>:nth-child(4){opacity:1;transition-delay:.24s;transform:none}.reveal-stagger.visible>:nth-child(5){opacity:1;transition-delay:.32s;transform:none}.reveal-stagger.visible>:nth-child(6){opacity:1;transition-delay:.4s;transform:none}@media (width<=880px){section{padding:3.25rem 0}.navbar-toggle{display:flex}.navbar-menu{background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);flex-direction:column;align-items:flex-start;gap:.1rem;padding:.8rem;display:none;position:absolute;top:72px;left:0;right:0}.navbar-menu.open{display:flex}.navbar-menu a{width:100%;padding:.7rem .9rem}.dropdown{visibility:visible;opacity:1;pointer-events:auto;background:0 0;padding-top:0;transition:none;display:none;position:static}.has-dropdown:hover .dropdown{display:none}.has-dropdown.open .dropdown{display:block}.dropdown-inner{box-shadow:none;background:var(--cream);border:none;border-radius:0}.hero-inner{min-height:unset;grid-template-columns:1fr;gap:2.5rem}.hero-text{order:1}.hero-photos{order:2;grid-template-columns:1fr 1fr}.hero-photo-wide{display:none}.page-intro-inner{grid-template-columns:1fr;gap:2rem}.page-intro-text{order:1}.page-intro-photo{order:2}.entities-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.reussites-inner,.histoire-photos,.principes,.ethique-grid{grid-template-columns:1fr}.footer-nav{flex-direction:column;gap:1rem}.footer-nav-links{gap:.5rem 1rem}.timeline:before{left:16px}.timeline-date{display:none}.timeline-dot{left:8px}.timeline-item{padding-left:2.5rem}}
