@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Be+Vietnam+Pro:wght@300;400;500;600;700&display=swap";:root{--navy: #2D4B78;--navy-dark: #1B3357;--navy-mid: #3D6494;--orange: #FF9516;--orange-dark: #E07B00;--cream: #F7FAFD;--sand: #FFF6EB;--white: #FFFFFF;--text: #111111;--text-light: #4A5568;--border: #D6E4F0;--terracotta: var(--navy);--terracotta-light: var(--navy-mid);--brown-dark: var(--navy-dark);--brown-mid: var(--navy-mid);--font-display: "Playfair Display", Georgia, serif;--font-body: "Be Vietnam Pro", "DM Sans", system-ui, sans-serif;--radius: 6px;--radius-lg: 12px;--shadow: 0 2px 16px rgba(45, 75, 120, .08);--shadow-lg: 0 8px 40px rgba(45, 75, 120, .14)}*,*: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);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2;color:var(--brown-dark)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}p{margin-bottom:1rem;color:var(--text)}p:last-child{margin-bottom:0}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.navbar{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 1px 12px #3d23140f}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:70px;gap:2rem}.navbar-logo img{height:44px;width:auto}.navbar-menu{display:flex;align-items:center;gap:.25rem;list-style:none}.navbar-menu a{display:block;padding:.5rem .9rem;font-size:.88rem;font-weight:500;color:var(--brown-mid);border-radius:var(--radius);transition:background .18s,color .18s;letter-spacing:.01em}.navbar-menu a:hover,.navbar-menu a.active{background:var(--sand);color:var(--terracotta)}.navbar-menu .has-dropdown{position:relative}.navbar-menu .has-dropdown>a:after{content:" ▾";font-size:.7em;opacity:.6}.dropdown{visibility:hidden;opacity:0;pointer-events:none;position:absolute;top:100%;left:0;padding-top:10px;background:transparent;min-width:180px;transition:opacity .18s ease,visibility .18s ease;transition-delay:.08s}.dropdown-inner{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}.dropdown a{display:block;padding:.65rem 1.1rem;font-size:.87rem;color:var(--navy-mid);border-radius:0}.dropdown a:hover{background:var(--sand);color:var(--navy)}.btn-encheres{background:var(--terracotta)!important;color:var(--white)!important;padding:.45rem 1rem!important;border-radius:999px!important;font-weight:500!important;animation:pulse-red 2s infinite}@keyframes pulse-red{0%,to{box-shadow:0 0 #c1440e66}50%{box-shadow:0 0 0 8px #c1440e00}}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.navbar-toggle span{display:block;width:24px;height:2px;background:var(--brown-dark);border-radius:2px;transition:all .2s}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero{background:var(--cream);padding:4.5rem 0 5rem;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:72vh}.hero-text{animation:hero-fade-up .75s ease-out both}.hero h1{color:var(--text);font-size:clamp(2rem,3.2vw,3.4rem);line-height:1.15;margin-bottom:0;text-shadow:none}.hero-rule{width:70px;height:5px;background:var(--navy);border-radius:3px;margin:1.5rem 0 1.25rem;animation:hero-fade-up .75s ease-out .1s both}.hero p{font-size:1.05rem;color:var(--text-light);line-height:1.75;margin-bottom:2rem;max-width:480px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;animation:hero-fade-up .75s ease-out .2s both}.hero-photos{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:1rem;animation:hero-fade-up .75s ease-out .1s both}.hero-photos img{width:100%;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);aspect-ratio:4/3}.hero-photo-wide{grid-column:1 / -1;aspect-ratio:16/7!important}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:var(--radius);font-family:var(--font-body);font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s;border:2px solid transparent}.btn-primary{background:var(--terracotta);color:var(--white)}.btn-primary:hover{background:var(--terracotta-light);transform:translateY(-1px)}.btn-outline{background:transparent;border-color:var(--white);color:var(--white)}.btn-outline:hover{background:var(--white);color:var(--navy)}.hero .btn-outline{border-color:var(--navy);color:var(--navy)}.hero .btn-outline:hover{background:var(--navy);color:var(--white)}.entities{background:var(--white)}.entities-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.entity-card{padding:2rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--cream)}.entity-card img.flag{height:32px;margin-bottom:1rem}.entity-card h3{margin-bottom:.75rem}.stats-section{background:var(--terracotta);color:var(--white);padding:4rem 0}.stats-section h2{color:var(--white);margin-bottom:.5rem}.stats-section .lead{color:#ffffffd9;margin-bottom:3rem;font-size:1.05rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-number{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;display:block;margin-bottom:.25rem}.stat-label{font-size:.9rem;opacity:.9;font-weight:300;letter-spacing:.03em}.reussites{background:var(--cream)}.reussites-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.reussites-inner img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.page-header{background:var(--brown-dark);color:var(--white);padding:4rem 0 3rem;text-align:center}.page-header h1{color:var(--white);margin-bottom:.5rem}.page-header p{color:#ffffffbf;max-width:600px;margin:0 auto}.page-intro{background:var(--cream);padding:3.5rem 0 4.5rem;overflow:hidden}.page-intro-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.page-intro-text{animation:hero-fade-up .75s ease-out both}.page-intro-text h1{color:var(--text);font-size:clamp(1.8rem,3vw,3rem);line-height:1.15;margin-bottom:0}.page-intro-text p{font-size:1.02rem;color:var(--text-light);line-height:1.75;margin-bottom:1rem;max-width:500px}.page-intro-photo{animation:hero-fade-up .75s ease-out .12s both}.page-intro-photo img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);object-fit:cover;max-height:500px}.breadcrumb{display:flex;gap:.5rem;font-size:.82rem;color:var(--text-light);margin-bottom:1rem;list-style:none}.breadcrumb li+li:before{content:"/";margin-right:.5rem}.breadcrumb a{color:var(--navy-mid)}.breadcrumb a:hover{color:var(--navy)}.histoire-content{max-width:780px;margin:0 auto}.histoire-content img{width:100%;border-radius:var(--radius-lg);margin:2rem 0;box-shadow:var(--shadow)}.histoire-photos{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}.callout{background:var(--sand);border-left:4px solid var(--terracotta);padding:1.25rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0;margin:1.5rem 0;font-style:italic;color:var(--brown-mid)}.histoire-content h2{margin-top:3rem;margin-bottom:1rem;padding-top:2rem;border-top:1px solid var(--border)}.histoire-content h2:first-of-type{border-top:none;padding-top:0}.principes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:1.5rem 0}.principe-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.principe-card strong{display:block;color:var(--terracotta);margin-bottom:.4rem}.partners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem;align-items:center}.partner-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;align-items:center;justify-content:center;min-height:90px;transition:box-shadow .2s,transform .2s}.partner-item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.partner-item img{max-height:56px;width:auto;object-fit:contain;filter:grayscale(30%);transition:filter .2s}.partner-item:hover img{filter:grayscale(0%)}.engagements-intro{max-width:720px;margin:0 auto 3rem;text-align:center}.engagements-list{display:grid;gap:.75rem;margin:1.5rem 0}.engagement-item{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem 1rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--border)}.engagement-item:before{content:"✦";color:var(--terracotta);font-size:.8rem;margin-top:.2rem;flex-shrink:0}.ethique-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.ethique-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;border-top:3px solid var(--terracotta)}.ethique-card h3{margin-bottom:.75rem;color:var(--terracotta)}.timeline{position:relative;max-width:820px;margin:0 auto}.timeline:before{content:"";position:absolute;left:90px;top:0;bottom:0;width:2px;background:var(--border)}.timeline-item{display:flex;gap:2rem;margin-bottom:3.5rem;position:relative}.timeline-date{width:80px;flex-shrink:0;font-family:var(--font-display);font-weight:600;color:var(--terracotta);font-size:1rem;text-align:right;padding-top:.2rem}.timeline-dot{position:absolute;left:82px;top:8px;width:18px;height:18px;background:var(--terracotta);border-radius:50%;border:3px solid var(--cream);z-index:1}.timeline-body{flex:1;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.timeline-body img{width:100%;height:200px;object-fit:cover}.timeline-text{padding:1.5rem}.timeline-text h3{margin-bottom:.5rem}.timeline-text p{color:var(--text-light);font-size:.95rem}.artistes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.artiste-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s,transform .2s}.artiste-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.artiste-card img{width:100%;aspect-ratio:1;object-fit:cover}.artiste-card-body{padding:1rem;text-align:center}.artiste-card-body h3{font-size:1rem;margin-bottom:0}.artiste-card:hover .artiste-card-body h3{color:var(--terracotta)}.footer{background:var(--navy-dark);color:#ffffffb3;padding:2rem 0 1.5rem}.footer-inner{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.footer a{color:#ffffffa6;transition:color .2s}.footer a:hover{color:var(--white)}.footer-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-nav-label{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff6;white-space:nowrap}.footer-nav-links{display:flex;gap:.25rem 1.5rem;flex-wrap:wrap;list-style:none;justify-content:center}.footer-nav-links li a{font-size:.88rem;color:#ffffffa6;transition:color .2s;white-space:nowrap}.footer-nav-links li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;text-align:center;font-size:.8rem;color:#ffffff59}.hero-highlight{color:var(--navy);position:relative;display:inline;white-space:nowrap}.hero-highlight:after{content:"";position:absolute;bottom:2px;left:0;height:3px;width:0;background:var(--orange);border-radius:2px;animation:underline-in .7s .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes underline-in{to{width:100%}}.section-badge{display:inline-block;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);background:#2d4b7814;border:1px solid rgba(45,75,120,.2);padding:.22rem .8rem;border-radius:99px;margin-bottom:.75rem;font-family:var(--font-body)}.stats-section .section-badge,.page-header .section-badge{color:#fffffff2;background:#ffffff1f;border-color:#ffffff40}.section-title{position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:52px;height:3px;background:var(--navy);border-radius:99px;transition:width .35s ease}.section-title:hover:after{width:90px}.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:80px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease;will-change:opacity,transform}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease;will-change:opacity,transform}.reveal-stagger.visible>*:nth-child(1){opacity:1;transform:none;transition-delay:0s}.reveal-stagger.visible>*:nth-child(2){opacity:1;transform:none;transition-delay:.1s}.reveal-stagger.visible>*:nth-child(3){opacity:1;transform:none;transition-delay:.2s}.reveal-stagger.visible>*:nth-child(4){opacity:1;transform:none;transition-delay:.3s}.reveal-stagger.visible>*:nth-child(5){opacity:1;transform:none;transition-delay:.4s}.reveal-stagger.visible>*:nth-child(6){opacity:1;transform:none;transition-delay:.5s}.page-header h1{position:relative;display:inline-block;color:var(--white)}.page-header h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:56px;height:3px;background:var(--orange);border-radius:99px}.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)}@media(max-width:768px){section{padding:3rem 0}.navbar-toggle{display:flex}.navbar-menu{display:none;flex-direction:column;align-items:flex-start;position:absolute;top:70px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:1rem;gap:0}.navbar-menu.open{display:flex}.navbar-menu a{padding:.65rem 1rem;width:100%}.dropdown{position:static;visibility:visible;opacity:1;pointer-events:auto;display:none;padding-top:0;background:transparent;transition:none}.has-dropdown:hover .dropdown{display:none}.has-dropdown.open .dropdown{display:block}.dropdown-inner{box-shadow:none;border:none;background:var(--cream);border-radius:0}.hero-inner{grid-template-columns:1fr;gap:2.5rem;min-height:unset;padding:2.5rem 0 3rem}.hero-text{order:1}.page-intro-inner{grid-template-columns:1fr;gap:2rem}.page-intro-text{order:1}.page-intro-photo{order:2}.hero-photos{order:2;grid-template-columns:1fr 1fr}.hero-photo-wide{display:none}.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}}
