@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&family=Poppins:wght@400;600&display=swap";:root{--gold: #C49A22;--gold-light: #D4AB32;--gold-dark: #A8820F;--dark: #2D1E0F;--dark-med: #3A2710;--cream: #F5F0E8;--white: #FFFFFF;--text: #2D1E0F;--text-light: #555;--radius: 8px;--shadow: 0 4px 16px rgba(0, 0, 0, .12)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;color:var(--text);background:var(--white);line-height:1.6}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.navbar{position:fixed;top:0;z-index:1000;background:var(--white);border-bottom:1px solid rgba(196,154,34,.25);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;height:72px;width:100%;transition:background .3s ease,border-bottom .3s ease}.navbar.transparent{background:transparent;border-bottom:none}.navbar__logo{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.navbar__logo img{height:54px;width:54px;object-fit:contain;border-radius:50%}.logo-svg{height:54px;width:54px}.navbar__links{display:flex;align-items:center;gap:.5rem;list-style:none}.navbar__links a{font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;padding:.45rem .9rem;border-radius:6px;transition:background .2s,color .2s;color:var(--dark)}.navbar.transparent .navbar__links a{color:var(--white)}.navbar__links a:hover{color:var(--gold)}.navbar__links a.active{background:var(--dark);color:var(--white);border-radius:6px}.navbar.transparent .navbar__links a.active{background:#fff3;color:var(--white)}.navbar__cta{font-family:Montserrat,sans-serif;font-weight:700;font-size:.82rem;background:var(--gold);color:var(--white);padding:.45rem 1.1rem;border-radius:20px;white-space:nowrap;transition:background .2s;flex-shrink:0}.navbar.transparent .navbar__cta{background:#fffc;color:var(--dark)}.navbar__cta:hover{background:var(--gold-dark)}.navbar__burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.navbar__burger span{display:block;width:24px;height:2px;background:var(--dark);border-radius:2px;transition:transform .3s,opacity .3s}.navbar.transparent .navbar__burger span{background:var(--white)}.hero{position:relative;min-height:560px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem 2rem;padding-top:72px;overflow:hidden;background:var(--dark)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center center;filter:brightness(.45)}.hero__content{position:relative;z-index:1;max-width:680px}.hero__title{font-family:Montserrat,sans-serif;font-weight:900;font-size:clamp(1.8rem,4vw,3rem);color:var(--white);text-transform:uppercase;letter-spacing:.04em;line-height:1.15;margin-bottom:1.1rem}.hero__subtitle{font-size:1.05rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.7}.hero__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{font-family:Montserrat,sans-serif;font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;padding:.75rem 1.8rem;border-radius:30px;border:none;cursor:pointer;display:inline-block;transition:transform .15s,box-shadow .15s,background .2s}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.btn--gold{background:var(--gold);color:var(--white)}.btn--gold:hover{background:var(--gold-dark)}.btn--dark{background:var(--dark);color:var(--white)}.btn--dark:hover{background:#1a0f05}.btn--outline-gold{background:transparent;border:2px solid var(--gold);color:var(--gold)}.btn--outline-gold:hover{background:var(--gold);color:var(--white)}.hero__stats{position:relative;z-index:1;display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}.stat-box{background:#2d1e0fd9;border:1px solid rgba(196,154,34,.35);border-radius:var(--radius);padding:.8rem 1.6rem;text-align:center;color:var(--white);min-width:160px}.stat-box__value{font-family:Montserrat,sans-serif;font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--white)}.stat-box__label{font-size:.78rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;margin-top:.15rem}.section-mission{padding:5rem 2rem;background:var(--white)}.section-mission__header{text-align:center;margin-bottom:3rem}.section-title{font-family:Montserrat,sans-serif;font-weight:800;font-size:clamp(1.4rem,3vw,2rem);text-transform:uppercase;letter-spacing:.06em;color:var(--dark)}.section-title--gold{color:var(--gold)}.title-underline{width:80px;height:3px;background:var(--gold);margin:.8rem auto 0;border-radius:2px}.mission-content{display:flex;align-items:flex-start;gap:3rem;max-width:1000px;margin:0 auto}.mission-content__text{flex:1}.mission-content__text h3{font-family:Montserrat,sans-serif;font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--dark);margin-bottom:1rem}.mission-content__text p{font-size:.95rem;line-height:1.8;color:var(--text-light)}.lire-suite{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.4rem;font-family:Montserrat,sans-serif;font-weight:700;font-size:.9rem;color:var(--gold);border-bottom:2px solid var(--gold);padding-bottom:2px;transition:gap .2s}.lire-suite:hover{gap:.8rem}.lire-suite:before{content:"→";font-size:1rem}.mission-content__image{flex:1;border-radius:var(--radius);overflow:hidden;max-width:420px}.mission-content__image img{width:100%;height:280px;object-fit:cover}.img-placeholder{width:100%;height:280px;background:linear-gradient(135deg,#c49a22,#8b6914);display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:.85rem;font-family:Montserrat,sans-serif}.cta-section{background:var(--gold);padding:4rem 2rem;text-align:center}.cta-section__title{font-family:Montserrat,sans-serif;font-weight:900;font-size:clamp(1.4rem,3vw,2rem);text-transform:uppercase;letter-spacing:.08em;color:var(--dark);margin-bottom:.6rem}.cta-section .title-underline{background:var(--dark)}.cta-section__buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.page-banner{background:var(--gold);padding:2.2rem 2rem;text-align:center}.page-banner h1{font-family:Montserrat,sans-serif;font-weight:900;font-size:clamp(1.5rem,3.5vw,2.4rem);text-transform:uppercase;letter-spacing:.08em;color:var(--dark)}.page-banner--qui{background:var(--white);padding:3rem 2rem 1rem;text-align:center}.page-banner--qui h1{color:var(--gold)}.histoire-section{background:var(--dark);padding:4rem 2rem}.histoire-inner{display:flex;gap:3rem;align-items:flex-start;max-width:1000px;margin:0 auto}.histoire-inner__text{flex:1}.histoire-inner__text h2{font-family:Montserrat,sans-serif;font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:1rem}.histoire-inner__text p{font-size:.93rem;line-height:1.85;color:#ffffffd9;margin-bottom:.8rem}.histoire-inner__image{flex:1;max-width:380px;border-radius:var(--radius);overflow:hidden}.histoire-inner__image img{width:100%;height:300px;object-fit:cover;border-radius:var(--radius)}.valeurs-section{padding:5rem 2rem;background:var(--white)}.valeurs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:2.5rem auto 0}.valeur-card{border:2px solid var(--gold);border-radius:12px;padding:1.8rem 1.2rem;text-align:center;background:var(--white);transition:transform .2s,box-shadow .2s}.valeur-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.valeur-card__icon{width:64px;height:64px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .9rem;font-size:1.5rem;color:var(--white)}.valeur-card__title{font-family:Montserrat,sans-serif;font-weight:800;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;color:var(--dark);margin-bottom:.5rem}.valeur-card__desc{font-size:.83rem;color:var(--text-light);font-style:italic;line-height:1.5}.equipe-section{background:var(--gold);padding:4rem 2rem}.equipe-section .section-title{color:var(--dark)}.equipe-section .title-underline{background:var(--dark)}.equipe-grid{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}.equipe-pyramid{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-top:2.5rem}.equipe-row{display:flex;gap:3rem;justify-content:center;align-items:flex-start}.equipe-card{text-align:center;width:180px}.equipe-card__photo{width:150px;height:150px;border-radius:var(--radius);overflow:hidden;margin:0 auto .9rem;background:#d4b060;display:flex;align-items:center;justify-content:center}.equipe-card__photo img{width:100%;height:100%;object-fit:cover}.equipe-card__photo svg{width:80px;height:80px;opacity:.5}.equipe-card__name{font-family:Montserrat,sans-serif;font-weight:700;font-size:.95rem;color:var(--dark)}.equipe-card__role{font-size:.83rem;color:var(--dark-med);margin-top:.2rem}.rejoindre-hero{width:100%;height:360px;overflow:hidden}.rejoindre-hero img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.rejoindre-hero .img-placeholder{height:360px}.rejoindre-cards{padding:3rem 2rem 4rem;background:var(--white)}.rejoindre-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.rcard{border-radius:10px;padding:2rem 1.5rem;display:flex;flex-direction:column}.rcard--don,.rcard--benevole{background:var(--gold)}.rcard--contact{background:var(--dark)}.rcard__title{font-family:Montserrat,sans-serif;font-weight:900;font-size:1.3rem;text-transform:uppercase;letter-spacing:.06em;color:var(--white);text-align:center}.rcard--don .rcard__title,.rcard--benevole .rcard__title{color:var(--dark)}.rcard__subtitle{font-family:Montserrat,sans-serif;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;text-align:center;margin-top:.2rem;margin-bottom:1.2rem;color:var(--dark)}.rcard--contact .rcard__subtitle{color:var(--gold)}.rcard__desc{font-size:.88rem;line-height:1.7;text-align:center;font-style:italic;flex:1}.rcard--don .rcard__desc,.rcard--benevole .rcard__desc{color:var(--dark)}.rcard--contact .rcard__desc{color:#ffffffd9}.rcard__email{text-align:center;font-family:Montserrat,sans-serif;font-weight:700;color:var(--gold);font-size:.88rem;margin:.8rem 0 1rem}.rcard__form{margin-top:1rem;display:flex;flex-direction:column;gap:.7rem}.rcard__form input,.rcard__form textarea{width:100%;padding:.6rem .8rem;border:none;border-radius:6px;font-size:.88rem;font-family:Poppins,sans-serif;background:#fff3;color:var(--white)}.rcard--don .rcard__form input,.rcard--benevole .rcard__form input,.rcard--benevole .rcard__form textarea{background:#00000026;color:var(--dark)}.rcard--don .rcard__form input::placeholder,.rcard--benevole .rcard__form input::placeholder,.rcard--benevole .rcard__form textarea::placeholder{color:#2d1e0f8c}.rcard--contact .rcard__form textarea::placeholder,.rcard--contact .rcard__form input::placeholder{color:#ffffff80}.rcard__form textarea{resize:none;height:90px}.rcard__form label{font-family:Montserrat,sans-serif;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.rcard--don .rcard__form label,.rcard--benevole .rcard__form label{color:var(--dark)}.rcard--contact .rcard__form label{color:#fffc}.rcard__btn-wrap{margin-top:1.2rem;text-align:center}.social-section{background:var(--dark-med);padding:3.5rem 2rem;text-align:center}.social-section h2{font-family:Montserrat,sans-serif;font-weight:800;font-size:1.4rem;color:var(--white);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem}.social-section h3{font-family:Montserrat,sans-serif;font-weight:700;font-size:1rem;color:#fffc;margin:.8rem 0 .3rem}.social-section p{font-size:.9rem;color:#fff9;margin-bottom:1.5rem}.social-icons{display:flex;gap:1.5rem;justify-content:center;align-items:center}.social-icon{width:52px;height:52px;background:var(--gold);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.4rem;transition:background .2s,transform .2s}.social-icon:hover{background:var(--gold-dark);transform:scale(1.1)}.mission-page-hero{position:relative;background:var(--dark);min-height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden}.mission-page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(images/mission-bg.jpg);background-size:cover;background-position:center;filter:brightness(.4)}.mission-page-hero__content{position:relative;z-index:1;text-align:center;padding:3rem 2rem}.mission-page-hero__content h2{font-family:Montserrat,sans-serif;font-weight:900;font-size:clamp(1.2rem,3vw,1.6rem);color:var(--white);font-style:italic;max-width:640px;line-height:1.5}.programmes-section{padding:5rem 2rem;background:var(--white)}.programmes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:960px;margin:2.5rem auto 0}.programme-card{border:2px solid var(--gold);border-radius:12px;padding:2rem 1.5rem;transition:box-shadow .2s}.programme-card:hover{box-shadow:var(--shadow)}.programme-card__icon{width:52px;height:52px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.3rem;margin-bottom:1rem}.programme-card__title{font-family:Montserrat,sans-serif;font-weight:800;font-size:1rem;text-transform:uppercase;letter-spacing:.04em;color:var(--dark);margin-bottom:.6rem}.programme-card__desc{font-size:.9rem;color:var(--text-light);line-height:1.7}.impact-section{background:var(--cream);padding:4rem 2rem}.impact-numbers{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-top:2.5rem}.impact-number{text-align:center}.impact-number__value{font-family:Montserrat,sans-serif;font-weight:900;font-size:2.5rem;color:var(--gold)}.impact-number__label{font-size:.85rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-top:.3rem}.footer{background:var(--cream);padding:3rem 2rem 1rem}.footer__main{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap;max-width:1000px;margin:0 auto;padding-bottom:2rem;border-bottom:1px solid rgba(196,154,34,.3)}.footer__brand{max-width:200px}.footer__brand img{height:80px;width:80px;object-fit:contain}.footer__brand .logo-svg{height:80px;width:80px}.footer__brand-name{font-family:Montserrat,sans-serif;font-weight:700;font-size:.9rem;color:var(--dark);margin-top:.5rem}.footer__brand-location{font-size:.8rem;color:var(--text-light)}.footer__contact{text-align:center}.footer__contact p{font-size:.88rem;color:var(--text-light);margin-bottom:.3rem}.footer__contact a{font-family:Montserrat,sans-serif;font-weight:700;color:var(--gold);font-size:.95rem}.footer__social{display:flex;flex-direction:column;align-items:flex-end;gap:.6rem}.footer__social-row{display:flex;gap:.7rem}.footer__social-icon{width:38px;height:38px;border:2px solid var(--dark);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--dark);font-size:1rem;transition:background .2s,color .2s}.footer__social-icon:hover{background:var(--dark);color:var(--white)}.footer__legal{text-align:center;font-size:.75rem;color:var(--text-light);padding-top:1.2rem;max-width:1000px;margin:0 auto;line-height:1.6}.footer__credit{text-align:center;font-size:.7rem;color:var(--text-light);opacity:.6;padding-top:.6rem;padding-bottom:.4rem}.footer__credit a{color:inherit;text-decoration:underline}@media (max-width: 768px){.navbar__links{display:none;flex-direction:column;position:absolute;top:72px;left:0;right:0;background:var(--white);padding:1rem 2rem;box-shadow:0 8px 20px #0000001a;gap:.3rem}.navbar__links.open{display:flex}.navbar.transparent .navbar__links.open a{color:var(--dark)}.navbar.transparent .navbar__links.open a.active{background:var(--dark);color:var(--white)}.navbar__burger{display:flex}.navbar__cta{font-size:.75rem;padding:.4rem .9rem}.hero__stats{flex-direction:column;align-items:center}.mission-content{flex-direction:column}.mission-content__image{max-width:100%}.histoire-inner{flex-direction:column}.histoire-inner__image{max-width:100%}.valeurs-grid{grid-template-columns:repeat(2,1fr)}.rejoindre-cards-grid{grid-template-columns:1fr}.footer__main{flex-direction:column;align-items:center;text-align:center}.footer__social{align-items:center}.equipe-section{padding:3rem 1rem}.equipe-pyramid{gap:2rem}.equipe-row{gap:2rem;flex-wrap:wrap}.equipe-card{width:150px}.equipe-card__photo{width:120px;height:120px}}@media (max-width: 480px){.valeurs-grid{grid-template-columns:1fr}.equipe-grid{flex-direction:column;align-items:center}.equipe-pyramid{gap:1.5rem}.equipe-row{gap:1.2rem;flex-wrap:wrap}.equipe-card{width:130px}.equipe-card__photo{width:110px;height:110px}.hero__buttons,.cta-section__buttons{flex-direction:column;align-items:center}}@media (max-width: 360px){.equipe-row{flex-direction:column;align-items:center;gap:1.5rem}.equipe-card{width:160px}.equipe-card__photo{width:130px;height:130px}}
