.fondation-site-header{background-color:#ffc300;position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;min-height:6.875rem;padding-top:35px;padding-bottom:35px;box-sizing:border-box;box-shadow:0 1px 2px #0000000f;transition:padding .25s ease,min-height .25s ease,box-shadow .25s ease;overflow:visible;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fondation-site-header.is-scrolled{min-height:3rem;padding-top:6px;padding-bottom:6px}@media(min-width:768px){.fondation-site-header{min-height:7.625rem}.fondation-site-header.is-scrolled{min-height:3.5rem}}body.header-absolute .fondation-site-header,.fondation-site-header--overlay{z-index:100;border-bottom:none;box-shadow:none}body.header-absolute .fondation-site-header.is-scrolled,.fondation-site-header--overlay.is-scrolled{box-shadow:0 1px 4px #0000001a}.fondation-site-header.is-short-page{position:relative!important;top:auto!important;box-shadow:none}.fondation-header-spacer{display:block;width:100%;flex-shrink:0;transition:height .25s ease}body.header-absolute .fondation-header-spacer,.fondation-site-header.is-short-page+.fondation-header-spacer{display:none}.fondation-site-header .header-inner{width:100%;max-width:1440px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.75rem 1rem;overflow:visible}.fondation-site-header .site-logo{display:block;flex-shrink:0;grid-column:1;justify-self:start}.fondation-site-header .site-logo__img{display:block;height:2.5rem;width:auto;max-width:11rem;transition:height .25s ease,max-width .25s ease}@media(min-width:768px){.fondation-site-header .site-logo__img{height:3.25rem;max-width:14rem}}.fondation-site-header.is-scrolled .site-logo__img{height:2rem;max-width:9rem}@media(min-width:768px){.fondation-site-header.is-scrolled .site-logo__img{height:2.25rem;max-width:10rem}}.fondation-site-header .main-nav{grid-column:2;justify-self:center;display:flex;justify-content:center;overflow:visible}.fondation-site-header .main-nav>ul.menu-primary{display:none;align-items:center;flex-wrap:nowrap;justify-content:center;gap:.125rem;overflow:visible}.fondation-site-header .header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-shrink:0;grid-column:3;justify-self:end}.fondation-site-header .main-nav>ul.menu,.fondation-site-header .header-actions>ul.menu{list-style:none;margin:0;padding:0}.fondation-site-header .header-actions>ul.menu-actions{display:none;align-items:center;flex-wrap:nowrap;gap:.375rem}@media(min-width:992px){.fondation-site-header:not(.nav-overflow) .main-nav>ul.menu-primary{display:flex}.fondation-site-header .header-actions>ul.menu-actions{display:flex}}.fondation-site-header .main-nav>ul.menu>li,.fondation-site-header .header-actions>ul.menu>li{position:relative;flex-shrink:0}.fondation-site-header .main-nav>ul.menu>li>a{display:block;padding:.35rem .45rem;font-size:clamp(14px,.95vw,16px);font-weight:600;color:#222;text-decoration:none;white-space:nowrap}@media(min-width:1280px){.fondation-site-header .main-nav>ul.menu>li>a{padding:.35rem .5rem;font-size:16px}}.fondation-site-header .main-nav>ul.menu>li>a:hover{opacity:.85}.fondation-site-header .main-nav>ul.menu>li>a.is-active{color:#1d5f6f;font-weight:700;background:#1d5f6f1f;border-radius:.375rem;opacity:1}.fondation-site-header .main-nav>ul.menu>li>a.is-active:hover{opacity:1;background:#1d5f6f2e}.fondation-site-header .main-nav ul.sub-menu a.is-active{color:#1d5f6f;font-weight:700;background:#e8f4f7}.fondation-site-header .main-nav ul.sub-menu{display:none;position:absolute;left:0;top:100%;min-width:12rem;margin:0;padding:.35rem 0;list-style:none;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 12px #0000001a;z-index:120}.fondation-site-header .main-nav li.menu-item-has-children:hover>ul.sub-menu,.fondation-site-header .main-nav li.menu-item-has-children:focus-within>ul.sub-menu{display:block}.fondation-site-header .main-nav ul.sub-menu a{display:block;padding:.5rem 1rem;font-size:16px;font-weight:600;color:#222;text-decoration:none}.fondation-site-header .main-nav ul.sub-menu a:hover{background:#f5f5f5}.fondation-site-header .nav-btn-don>span{display:inline-block;background:#f94144;color:#fff;padding:7px 9px;border-radius:10px;white-space:nowrap;font-size:clamp(13px,.9vw,15px);font-weight:600}.fondation-site-header .nav-btn-login>span{display:inline-block;background:#000;color:#fff;padding:7px 9px;border-radius:10px;white-space:nowrap;font-size:clamp(13px,.9vw,15px);font-weight:600}@media(min-width:1280px){.fondation-site-header .nav-btn-don>span,.fondation-site-header .nav-btn-login>span{padding:8px 10px;font-size:15px}}.fondation-site-header .mobile-menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;border:none;background:transparent;cursor:pointer}@media(max-width:991px){.fondation-site-header .header-inner{grid-template-columns:auto 1fr}.fondation-site-header .site-logo{grid-column:1}.fondation-site-header .header-actions{grid-column:2}.fondation-site-header .main-nav{display:none}.fondation-site-header .mobile-menu-toggle{display:flex}}.fondation-site-header.nav-overflow .header-inner{grid-template-columns:auto 1fr}.fondation-site-header.nav-overflow .mobile-menu-toggle{display:flex}.fondation-site-header.nav-overflow .main-nav{display:none}.fondation-site-header .mobile-menu-toggle span{display:block;height:2.5px;width:100%;background:#222;border-radius:999px;transition:transform .25s ease,opacity .2s ease}.fondation-mobile-menu{position:fixed;inset:0;z-index:200;background:#0f172a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.fondation-mobile-menu.is-open{opacity:1;visibility:visible}.fondation-mobile-menu__panel{position:absolute;right:0;top:0;bottom:0;display:flex;flex-direction:column;width:min(360px,88vw);background:#ffc300;box-shadow:-12px 0 40px #0000002e;transform:translate(100%);transition:transform .3s cubic-bezier(.22,1,.36,1);overflow-y:auto}.fondation-mobile-menu.is-open .fondation-mobile-menu__panel{transform:translate(0)}.fondation-mobile-menu__top{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid rgb(0 0 0 / 8%);position:sticky;top:0;background:#ffc300;z-index:2}.fondation-mobile-menu__cta{display:flex;flex:1;gap:.5rem;min-width:0}.fondation-mobile-menu__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:.6rem .75rem;font-size:.875rem;font-weight:700;text-align:center;text-decoration:none;border-radius:.6rem;white-space:nowrap;transition:filter .15s ease,transform .15s ease}.fondation-mobile-menu__btn:active{transform:scale(.97)}.fondation-mobile-menu__btn--don{background:#f94144;color:#fff}.fondation-mobile-menu__btn--login{background:#111827;color:#fff}.fondation-mobile-menu__btn:hover{filter:brightness(1.05)}.fondation-mobile-menu__close{flex-shrink:0;position:relative;width:2.5rem;height:2.5rem;border:none;border-radius:.6rem;background:#00000014;cursor:pointer;transition:background .15s ease}.fondation-mobile-menu__close:hover{background:#00000024}.fondation-mobile-menu__close span{position:absolute;left:50%;top:50%;width:1.1rem;height:2px;background:#222;border-radius:999px}.fondation-mobile-menu__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.fondation-mobile-menu__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.fondation-mobile-menu__nav{display:flex;flex-direction:column;padding:.75rem .75rem 1.5rem;gap:.125rem}.fondation-mobile-menu__link{display:flex;align-items:center;flex:1;padding:.85rem 1rem;font-size:1rem;font-weight:600;color:#222;text-decoration:none;border-radius:.6rem;transition:background .15s ease,color .15s ease}.fondation-mobile-menu__link:hover{background:#0000000f}.fondation-mobile-menu__group{display:flex;flex-direction:column;gap:.125rem}.fondation-mobile-menu__summary-row{display:flex;align-items:stretch;gap:.25rem}.fondation-mobile-menu__expand{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.75rem;border:none;border-radius:.6rem;background:#0000000f;color:#222;cursor:pointer;transition:background .15s ease,transform .2s ease}.fondation-mobile-menu__expand:hover{background:#0000001a}.fondation-mobile-menu__group.is-open .fondation-mobile-menu__expand{transform:rotate(180deg)}.fondation-mobile-menu__sub{display:flex;flex-direction:column;gap:.125rem;padding-left:.5rem}.fondation-mobile-menu__link--sub{padding-left:1.5rem;font-size:.9375rem;font-weight:500;color:#333}.fondation-mobile-menu__link--sub:before{content:"";width:6px;height:6px;margin-right:.65rem;border-radius:999px;background:#00000040;flex-shrink:0}.fondation-mobile-menu__link.is-active{color:#1d5f6f;font-weight:700;background:#1d5f6f24}.fondation-mobile-menu__link--sub.is-active:before{background:#1d5f6f}.fondation-public-layout{min-height:100vh}.fondation-site-footer-wrap{flex-shrink:0}.site-footer.fondation-footer{background:#fff;color:#666;border-top:none}.site-footer.fondation-footer .container{max-width:1140px;margin:0 auto;padding:0 15px}.site-footer.fondation-footer .footer-widgets{min-height:0}.site-footer.fondation-footer hr{margin:0;border:0;border-top:1px solid #e5e5e5}.site-footer.fondation-footer .footer-bottom{padding:1.75rem 0}.site-footer.fondation-footer .footer-bottom-content{display:flex;flex-direction:column-reverse;align-items:center;gap:1.5rem}@media(min-width:768px){.site-footer.fondation-footer .footer-bottom-content{flex-direction:row-reverse;justify-content:space-between;align-items:center}}.site-footer.fondation-footer .copyrights{font-size:14px;text-align:center}@media(min-width:768px){.site-footer.fondation-footer .copyrights{text-align:left}}.site-footer.fondation-footer .copyrights a{color:#666;text-decoration:underline}.site-footer.fondation-footer .copyrights a:hover{color:#1d5f6f}.site-footer.fondation-footer .social-networks{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;margin:0;padding:0}.site-footer.fondation-footer .social-networks a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;font-size:18px;text-decoration:none;transition:opacity .15s ease}.site-footer.fondation-footer .social-networks a:hover{opacity:.85}.site-footer.fondation-footer .social-networks a.facebook{background:#3b5998}.site-footer.fondation-footer .social-networks a.twitter-x{background:#000}.site-footer.fondation-footer .social-networks a.instagram{background:#e1306c}.site-footer.fondation-footer .social-networks a.youtube{background:#cd201f}.site-footer.fondation-footer .social-networks a.tiktok{background:#000}.site-footer.fondation-footer .social-networks a.linkedin{background:#0077b5}.site-footer.fondation-footer .social-networks .name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.fondation-list-pagination{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media(min-width:640px){.fondation-list-pagination{flex-direction:row;align-items:center;justify-content:space-between}}.fondation-list-pagination__summary{margin:0;font-size:.875rem;color:#5b5b5b}.fondation-list-pagination__links{display:flex;justify-content:flex-end}.fondation-list-pagination__links .fondation-pagination{--fondation-pagination-accent: #f3632c;--fondation-pagination-accent-hover: #d9531f;--fondation-pagination-border: #dadada}
