@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap');
:root{
  --blue:#073c8f;
  --red:#e0202a;
  --navy:#102136;
  --earth:#b06a2c;
  --sand:#f6efe5;
  --cream:#fffaf2;
  --ink:#263243;
  --muted:#6b7280;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(16,33,54,.14);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,92vw);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,242,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,33,54,.08)}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}.brand img{height:54px;width:auto}.nav-controls{display:flex;align-items:center;gap:12px;margin-left:auto;justify-content:flex-end;flex-wrap:nowrap}.header-contact{display:flex;flex-direction:column;align-items:flex-end;gap:3px;justify-content:flex-end;padding-left:8px;margin-left:6px;white-space:nowrap}.header-contact a{font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--muted)}.header-contact a:hover{color:var(--blue)}.nav-links{display:flex;align-items:center;gap:4px}.nav-links>a,.dropdown>a{padding:12px 14px;border-radius:999px;font-weight:700;color:var(--navy)}.nav-links a:hover,.dropdown:hover>a{background:#fff0f1;color:var(--red)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;width:225px;background:white;border-radius:18px;padding:10px;box-shadow:var(--shadow);display:none}.dropdown:hover .dropdown-menu{display:grid}.dropdown-menu a{padding:9px 12px;border-radius:12px;font-weight:650;color:var(--ink)}.dropdown-menu a:hover{background:var(--sand)}.menu-toggle{display:none;background:var(--blue);color:#fff;border:0;border-radius:14px;padding:10px 13px;font-size:1.2rem}.hero{min-height:720px;position:relative;display:grid;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.04);opacity:0;will-change:opacity,transform;transition:opacity 1.2s ease, transform 1.2s ease}.hero-bg.is-visible{opacity:1;transform:scale(1)}.hero-bg.is-transitioning{opacity:0;transform:scale(1.04)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,33,54,.82),rgba(16,33,54,.52) 45%,rgba(16,33,54,.12))}.hero-content{position:relative;color:white;padding:120px 0}.hero-copy{opacity:0;transform:translateY(18px);will-change:opacity,transform;transition:opacity 1.0s ease, transform 1.0s ease}.hero-copy.is-visible{opacity:1;transform:translateY(0)}.hero-copy.is-transitioning{opacity:0;transform:translateY(18px)}.eyebrow{color:var(--red);font-weight:800;text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;margin:0 0 12px}.eyebrow.light{color:#ffd3d7}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(3.4rem,8vw,7.4rem);line-height:.9;margin:0 0 24px;max-width:850px}.hero p:not(.eyebrow){font-size:1.28rem;max-width:720px;color:#eef4ff}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;font-weight:800;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--red);color:white;box-shadow:0 12px 28px rgba(224,32,42,.3)}.btn.primary:hover{background:#b80f18}.btn.ghost{border-color:rgba(255,255,255,.45);color:white;background:rgba(255,255,255,.08)}.hero-dots{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.hero-dots button{width:11px;height:11px;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.hero-dots button.active{background:white;width:34px;border-radius:999px}.section{padding:92px 0}.split{display:grid;grid-template-columns:1fr .85fr;gap:54px;align-items:start}.intro-card{background:linear-gradient(180deg,var(--cream),#fff)}h2{font-family:'Playfair Display',serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1.02;color:var(--navy);margin:0 0 22px}.lead{font-size:1.07rem;color:#425166}.mission-tabs{background:white;border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.tab{border:0;background:var(--sand);padding:12px 16px;border-radius:999px;font-weight:800;margin:0 8px 12px 0;cursor:pointer;color:var(--navy)}.tab.active{background:var(--blue);color:white}.tab-panel{padding:14px 6px 6px;color:#48576a}.objectives{background:var(--sand)}.section-head{text-align:center;max-width:760px;margin:0 auto 44px}.section-head.wide{max-width:none;text-align:left;display:flex;justify-content:space-between;gap:28px;align-items:flex-end}.objective-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.objective-card{background:white;border-radius:24px;padding:26px 22px;box-shadow:0 14px 34px rgba(16,33,54,.08);transition:transform .2s ease}.objective-card:hover{transform:translateY(-6px)}.objective-icon{width:64px;height:64px;border-radius:14px;background:white;display:grid;place-items:center;margin-bottom:22px;border:1px solid rgba(16,33,54,.08)}
.objective-icon img{width:40px;height:40px}
.objective-icon.heritage-icon{background:#e0202a}
.objective-icon.heritage-icon img{filter:brightness(0) invert(1)}
.objective-icon.water-icon{background:#1e88e5}
.objective-icon.water-icon img{filter:brightness(0) invert(1)}
.objective-icon.conservation-icon{background:#2e7d32}
.objective-icon.conservation-icon img{filter:brightness(0) invert(1)}
.objective-icon.education-icon{background:#7b1fa2}
.objective-icon.education-icon img{filter:brightness(0) invert(1)}
.objective-icon.women-icon{background:#f57c00}
.objective-icon.women-icon img{filter:brightness(0) invert(1)}
.objective-card h3,.project-card h3,.team-card h3{color:var(--navy);margin:0 0 10px;font-size:1.15rem}.objective-card p,.project-card p,.team-card p{color:var(--muted);margin:0}.project-card p{text-align:justify;text-justify:inter-word}.section-head.wide{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.filter-tabs{display:grid;grid-template-columns:repeat(6,max-content);gap:8px;justify-content:flex-end;align-items:center}.filter{border:1px solid rgba(16,33,54,.12);background:white;color:var(--navy);padding:10px 13px;border-radius:999px;font-weight:800;cursor:pointer;white-space:nowrap}.filter.active{background:var(--blue);color:white}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.project-card{background:white;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.project-image{height:300px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.project-card:hover img{transform:scale(1.06)}.project-card--top-focus .project-image img{object-position:top center}.project-body{padding:28px}.project-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.pill{font-size:.78rem;font-weight:850;border-radius:999px;background:#eef3ff;color:var(--blue);padding:7px 10px}.pill.red{background:#fff0f1;color:var(--red)}.project-body a{color:var(--red);text-decoration:underline}.project-body a:hover{color:var(--blue)}.project-category-description{margin-bottom:24px}.project-category-description-card{background:transparent;border:none;box-shadow:none;padding:0 0 8px;font-size:1rem;font-weight:400;line-height:1.8;max-width:920px;margin:0 0 24px;text-align:left}.project-category-description-card p{margin:0 0 12px;color:#111827}.project-category-description-card ul{margin:10px 0 14px 0;padding:0;color:#111827;list-style:none}.project-category-description-card li{margin-bottom:7px;position:relative;padding-left:2rem}.project-category-description-card li::before{content:'';position:absolute;left:0;top:.25rem;width:1.2rem;height:1.2rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.5c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3s-3-1.4-3-3c0-1.6 1.4-3 3-3zm-6 6c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3s-3-1.4-3-3c0-1.6 1.4-3 3-3zm12 0c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3s-3-1.4-3-3c0-1.6 1.4-3 3-3zm-6 6c1.6 0 3 1.4 3 3 0 1.7-1.4 3-3 3s-3-1.4-3-3c0-1.6 1.4-3 3-3z' fill='%23111827'/%3E%3C/svg%3E") no-repeat center/contain}.team{background:#fff}.team-grid{display:flex;flex-direction:column;gap:30px}.team-group{display:flex;flex-direction:column;gap:18px}.team-group-title{margin:0;color:var(--navy);font-size:1.35rem}.team-grid-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.team-card{background:var(--cream);border-radius:24px;overflow:hidden;border:1px solid rgba(16,33,54,.08);transition:transform .28s ease,box-shadow .28s ease}.team-card:hover{transform:translateY(-4px);box-shadow:0 32px 60px rgba(16,33,54,.16)}.team-photo{height:255px;overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:cover}.team-body{padding:20px}.role{display:block;color:var(--red);font-weight:800;margin-bottom:10px}.team-body p{position:relative;max-height:6.8em;overflow:hidden;line-height:1.7;transition:max-height .3s ease}.team-body p::after{content:'';position:absolute;left:0;right:0;bottom:0;height:3rem;background:linear-gradient(180deg,rgba(255,250,242,0) 0%,var(--cream) 90%);pointer-events:none}.team-card:hover .team-body p{max-height:100vh}.team-card:hover .team-body p::after{display:none}.donate-band{padding:88px 0;background:linear-gradient(135deg,rgba(7,60,143,.96),rgba(16,33,54,.98)),url('assets/img/image-4.jpg') center/cover;color:white}.donate-content{display:grid;grid-template-columns:1fr 390px;gap:40px;align-items:center}.donate-content h2{color:white}.donate-content p{color:#dbe7ff}.donation-box{background:white;color:var(--navy);border-radius:var(--radius);padding:26px;box-shadow:0 20px 60px rgba(0,0,0,.22);display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.donation-box span{text-align:center;background:var(--sand);border-radius:16px;padding:18px 10px;font-weight:900}.donation-box .btn{grid-column:1/-1}.donation-box small{grid-column:1/-1;color:var(--muted);text-align:center}.contact{background:var(--sand)}.contact-grid{display:grid;grid-template-columns:.9fr 1fr;gap:36px;align-items:stretch}.contact-image img{height:100%;min-height:520px;width:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.contact-form-card{background:white;border-radius:var(--radius);padding:40px;box-shadow:var(--shadow)}input,textarea{width:100%;border:1px solid rgba(16,33,54,.12);border-radius:16px;padding:15px 16px;font:inherit;margin-bottom:14px;background:#fbfcff}textarea{resize:vertical}.footer{background:var(--navy);color:#d7dfed;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:30px;align-items:start}.footer-logo{height:58px;background:white;border-radius:14px;padding:6px;margin-bottom:16px}.footer h3{color:white;margin:0 0 16px}.footer a{display:block;color:#d7dfed;margin:7px 0}.footer a:hover{color:white}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;display:flex;justify-content:space-between;gap:18px;color:#9fb0c9;font-size:.9rem}
@media (max-width:980px){.menu-toggle{display:block}.nav-actions{gap:12px}.header-contact{display:none}.nav-links{position:absolute;top:82px;left:4vw;right:4vw;background:white;border-radius:22px;box-shadow:var(--shadow);padding:16px;display:none;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.dropdown-menu{position:static;display:grid;width:auto;box-shadow:none;background:var(--sand);margin-top:8px}.split,.donate-content,.contact-grid{grid-template-columns:1fr}.objective-grid{grid-template-columns:repeat(2,1fr)}.team-grid-inner{grid-template-columns:repeat(2,1fr)}.section-head.wide{display:block}.filter-tabs{justify-content:flex-start}.hero{min-height:640px}}
@media (max-width:680px){.topbar-inner{justify-content:center;flex-wrap:wrap;gap:10px}.project-grid,.objective-grid,.team-grid-inner,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:3.4rem}.hero-content{padding:90px 0}.section{padding:68px 0}.donation-box{grid-template-columns:1fr}.footer-bottom{display:block}.contact-form-card{padding:26px}}

/* Override pour utiliser Merriweather sur tous les titres */
h1,h2,h3,h4,h5,h6{font-family:Merriweather,serif !important;font-weight:700}
.hero h1{font-family:Merriweather,serif !important}

/* New layout for the about section */
.about-section{background:linear-gradient(180deg,#ffffff 0%,#fbfbfb 100%)}
.about-grid{display:grid;gap:32px}
.about-summary{background:white;border-radius:28px;box-shadow:var(--shadow);padding:36px 30px;display:flex;flex-direction:column;gap:24px}
.about-summary .eyebrow{margin-bottom:8px}
.about-summary .lead{margin:0;color:var(--muted);font-size:1.04rem;line-height:1.9;max-width:100%;text-align:justify;text-justify:inter-word}
.about-cards{display:grid;gap:24px}
.about-card{background:white;border-radius:24px;padding:28px 24px;box-shadow:0 18px 44px rgba(16,33,54,.06)}
.about-card-label{display:inline-block;margin-bottom:16px;color:var(--navy);font-size:.82rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.about-card.mission .about-card-label,
.about-card.vision .about-card-label,
.about-background h3{color:var(--red)}
.about-card p{margin:0;color:#334155;line-height:1.85;font-size:1rem;text-align:justify;text-justify:inter-word}
.about-background{background:var(--navy);color:white;border-radius:24px;padding:34px 28px;box-shadow:0 18px 44px rgba(16,33,54,.08)}
.about-background h3{margin:0 0 14px;font-size:1.18rem;letter-spacing:.01em}
.about-background p{margin:0;color:rgba(255,255,255,.9);line-height:1.85;font-size:1rem;text-align:justify;text-justify:inter-word}
@media(min-width:880px){
  .about-grid{grid-template-columns:1.05fr .95fr;align-items:start}
  .about-cards{grid-template-columns:1fr 1fr;gap:24px}
  .about-background{grid-column:1/-1}
}
@media(max-width:880px){
  .about-summary{padding:30px 24px}
  .about-card, .about-background{padding:24px}
}
@media(max-width:680px){
  .about-summary{padding:26px 18px}
  .about-card, .about-background{padding:22px 18px}
}
