:root{--color-purple: #1f176c;--color-green: #1f6d48;--color-green-light: #76cca3;--color-yellow: #f1dc70;--color-blue-bg: #eef1fb;--color-green-bg: #e8f6ef;--color-yellow-bg: #fdf8e3;--color-surface-subtle: #f4faf7;--color-purple-muted: #4a4589;--color-white-surface: #ffffff;--color-text: #3a3a4a;--color-text-muted: #5c5c6e;--color-link-hover: #1f6d48;--color-notice-bg: oklch(.97 .02 15);--color-notice-text: oklch(.4 .1 25);--max-width: 1120px;--font-body: "Open Sans", sans-serif;--font-heading: "Source Sans Pro", sans-serif;--text-body: 1rem;--text-lead: 1.25rem;--text-subheading: clamp(1.375rem, 2vw, 1.625rem);--text-section: clamp(1.875rem, 3.2vw, 2.375rem);--text-hero: clamp(2.375rem, 4.8vw, 3.5rem);--leading-tight: 1.12;--leading-body: 1.7;--leading-quote: 1.35;--ease-out: cubic-bezier(.16, 1, .3, 1);--space-section: clamp(3.25rem, 5.5vw, 4.75rem);--space-section-tight: clamp(2.25rem, 4vw, 3.25rem);--space-block: clamp(2.25rem, 3.5vw, 3rem);--space-paragraph: 1.05em;--space-list: .85em;--radius-sm: .25rem;--header-offset: 5.5rem;--focus-ring: 2px solid var(--color-link-hover);--focus-offset: 2px}*,*:before,*:after{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{margin:0;font-family:var(--font-body);font-size:var(--text-body);font-weight:400;line-height:var(--leading-body);color:var(--color-text);background-color:var(--color-white-surface)}img{max-width:100%;height:auto;display:block}a{color:var(--color-green);text-decoration:none}a:hover{color:var(--color-purple)}.skip-link{position:absolute;left:1rem;top:1rem;z-index:200;padding:.625rem 1rem;background-color:var(--color-purple);color:var(--color-white-surface);font-weight:600;font-size:.875rem;transform:translateY(-150%);transition:transform .2s var(--ease-out)}.skip-link:focus-visible{transform:translateY(0)}a:focus-visible,button:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-offset)}#contenu-principal,section[id]{scroll-margin-top:var(--header-offset)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:300;letter-spacing:-.02em;margin:0 0 .5em}h1{font-size:var(--text-hero);line-height:var(--leading-tight)}h2{font-size:var(--text-section);line-height:var(--leading-tight)}h3{font-size:var(--text-subheading);line-height:var(--leading-tight)}h4{font-size:var(--text-lead);line-height:var(--leading-tight);font-weight:600}p{margin:0 0 var(--space-paragraph)}p:last-child{margin-bottom:0}ul,ol{margin:.25em 0 1.15em;padding-left:1.5em}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:20px}.section{width:100%}.section__inner{max-width:var(--max-width);margin-inline:auto;padding:var(--space-section) 20px;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-block)}.section--hero .section__inner{padding-block:clamp(5rem,11vw,7.5rem)}.section--white{background-color:var(--color-white-surface)}.section--subtle{background:linear-gradient(160deg,var(--color-green-bg) 0%,var(--color-yellow-bg) 55%,var(--color-white-surface) 100%)}.section--blue{background-color:var(--color-blue-bg)}.section--green{background-color:var(--color-green-bg)}.section--continued .section__inner{padding-top:var(--space-section-tight)}.section--white:has(+.section--quotes) .section__inner,.section--quotes .section__inner{padding-bottom:var(--space-section-tight)}.section--quotes .section__inner{max-width:100%;padding:var(--space-section-tight) 0}.section--quotes-tight .section__inner{padding-top:0}.site-header{position:sticky;top:0;z-index:50;background-color:var(--color-white-surface);border-bottom:1px solid oklch(.9 .012 278)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin-inline:auto;padding:1.25rem 20px;min-height:72px}.site-header__logo img{width:auto;height:auto}.site-nav__toggle{display:none;background:none;border:none;cursor:pointer;width:2.75rem;height:2.75rem;padding:.375rem;margin-block:0;flex-shrink:0}.site-nav__toggle-line{display:block;width:40px;height:6px;background-color:var(--color-purple);margin-block:5px;transition:transform .2s ease}.site-nav__list{display:flex;flex-direction:row;list-style:none;margin:0;padding:0;gap:0}.site-nav__link{display:block;padding:16px 12px;color:var(--color-purple);text-transform:uppercase;font-size:.8125rem;letter-spacing:.04em;font-weight:600;font-family:var(--font-body)}@media(min-width:1121px)and (max-width:1280px){.site-nav__link{padding-inline:8px;font-size:.75rem}}.site-nav__link:hover,.site-nav__link[aria-current=page]{color:var(--color-green)}.site-nav--open .site-nav__toggle-line:first-child{transform:translateY(13px) rotate(45deg)}.site-nav--open .site-nav__toggle-line:nth-child(2){opacity:0}.site-nav--open .site-nav__toggle-line:last-child{transform:translateY(-13px) rotate(-45deg)}@media(max-width:991px){.site-nav__toggle{display:inline-flex;align-items:center;justify-content:center}.site-nav__list{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:var(--color-white-surface);border-bottom:1px solid oklch(.9 .012 278);z-index:100;padding-block:.5rem}.site-nav--open .site-nav__list{display:flex}.site-nav__link{padding-block:.875rem}.site-nav{position:relative}}body.nav-open{overflow:hidden}.hero{max-width:42rem}.hero__meta{font-size:.875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-green);margin:0 0 1rem}.hero__title{color:var(--color-purple);font-weight:300;font-size:var(--text-hero);line-height:var(--leading-tight);max-width:16ch;margin:0}.hero__subtitle{color:var(--color-green);font-weight:600;font-size:var(--text-lead);margin-top:1.25rem;margin-bottom:0}.section__header{width:100%;margin:0;padding:0}.section__title{margin:0;font-size:var(--text-section)}.section__lede{margin:1rem 0 0;max-width:52ch;color:var(--color-text-muted);font-size:1.0625rem;line-height:var(--leading-body)}.section__title--purple{color:var(--color-purple);font-weight:300}.section__title--green{color:var(--color-green);font-weight:300}.content-grid{display:grid;gap:var(--space-block) 2rem;width:100%;align-items:start}.content-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid--split{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.content-grid__cell{min-width:0}.content-grid__cell--prose{width:100%}.content-grid__span-all{grid-column:1 / -1}.panel{background-color:var(--color-green-bg);padding:1.75rem 2rem;height:100%;border-radius:var(--radius-sm)}.section--blue .panel{background-color:var(--color-blue-bg)}.section--green .panel{background-color:var(--color-white-surface)}.panel__title{font-size:var(--text-lead);font-weight:600;color:var(--color-green);margin:0 0 1.25rem}.panel ul{margin-bottom:0}.contact-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:100%;margin:0}.highlight-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.25rem 1rem;background-color:var(--color-yellow-bg);border-radius:var(--radius-sm)}.highlight-stat__value{font-family:var(--font-heading);font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:400;color:var(--color-green);line-height:var(--leading-tight)}.highlight-stat__value a{color:inherit}.highlight-stat__value a:hover{color:var(--color-link-hover)}.highlight-stat__label{margin:.5rem 0 0;font-size:.875rem;color:var(--color-text-muted)}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-block) 2rem;width:100%;align-items:start}.address{font-style:normal}.columns{display:flex;flex-wrap:wrap;width:100%;align-items:stretch;justify-content:center}.columns--3>.columns__col{width:33.33%}.columns--3>.columns__col:last-child{width:33.34%}.columns--2>.columns__col{width:50%}.columns--3-wide>.columns__col:nth-child(1){width:33%}.columns--3-wide>.columns__col:nth-child(2){width:34%}.columns--3-wide>.columns__col:nth-child(3){width:33%}.columns__col{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap;padding:20px}.columns__col:not(:has(.card)){max-width:65ch}.columns__col>.card{width:100%;height:100%}@media(max-width:991px)and (min-width:768px){.content-grid--3,.contact-highlights,.contact-grid,.principles-list{grid-template-columns:repeat(2,minmax(0,1fr))}.principles-list--criteria{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.content-grid--3,.content-grid--2,.content-grid--split,.contact-highlights,.contact-grid,.principles-list{grid-template-columns:1fr}.columns>.columns__col{width:100%!important}.citation,.quotes__text{font-size:38px}.section--quotes .section__inner{padding:0}}.card{display:flex;flex-direction:column;align-items:flex-start;padding:clamp(1.75rem,3vw,2.5rem);width:100%;height:100%;border-radius:var(--radius-sm)}.card--white{background-color:var(--color-white-surface)}.card__icon{width:3.5rem;margin-bottom:1.25rem;opacity:.9}.card__title{color:var(--color-green);font-size:var(--text-subheading);font-weight:600;margin-bottom:.35rem}.card--notice{background-color:var(--color-notice-bg);color:var(--color-notice-text)}.principles-list{list-style:none;margin:0 0 0 20px;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(2.75rem,4vw,3.5rem) 2rem;width:100%}.principles-list__item{display:grid;gap:.65rem}.principles-list__icon{width:3.5rem;height:auto;margin-bottom:.5rem;opacity:.9}.principles-list__term{font-family:var(--font-heading);font-size:var(--text-subheading);font-weight:300;color:var(--color-green);letter-spacing:-.005em}.principles-list__desc{color:var(--color-text-muted);line-height:var(--leading-body)}.quotes{width:100%;margin-top:0;margin-bottom:0;padding-inline:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.quotes__controls{display:flex;align-items:center;justify-content:center;margin-top:.75rem;padding-top:.25rem}.quotes__dots{display:flex;align-items:center;gap:.375rem}.quotes__dot{position:relative;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;flex-shrink:0}.quotes__dot:after{content:"";position:absolute;inset:0;margin:auto;width:.3125rem;height:.3125rem;border-radius:50%;background-color:var(--color-green-light);opacity:.55;transition:opacity .2s var(--ease-out),transform .2s var(--ease-out),background-color .2s var(--ease-out)}.quotes__dot:hover:after{opacity:.6}.quotes__dot[aria-current=true]:after{opacity:.85;background-color:var(--color-green);transform:scale(1.35)}.quotes__dot:focus-visible:after{opacity:.85}.quotes__viewport{width:100%;overflow:hidden;min-height:161px;display:flex;align-items:center}.quotes__track{display:flex;width:100%}@media(prefers-reduced-motion:no-preference){.quotes__track{will-change:transform}}.quotes__slide{flex:0 0 100%;margin:0;padding:0;border:0;text-align:center}.citation,.quotes__text{font-family:var(--font-heading);color:var(--color-green);font-size:clamp(1.75rem,3.5vw,2.625rem);font-weight:300;line-height:var(--leading-quote);margin:0;text-align:center}@media(prefers-reduced-motion:reduce){.quotes__track{transform:none!important;transition:none!important}}.prose--indented{margin-left:20px;max-width:65ch}.prose--indented>:last-child{margin-bottom:0}.prose--padded{margin-left:20px;max-width:65ch}.content-grid__cell--prose h3{margin-bottom:1rem}.content-grid__cell--prose li+li,.panel li+li{margin-top:var(--space-list)}.site-footer{background-color:var(--color-white-surface);border-top:1px solid oklch(.91 .012 278);text-align:center}.site-footer__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-around;max-width:var(--max-width);margin-inline:auto;padding:var(--space-section) 20px}.site-footer__copy,.site-footer__links,.site-footer__credit{text-align:center;margin:0}.legal-content h1,.legal-content h2,.legal-content h3{font-weight:700}@media(max-width:767px){.section--hero .section__inner{padding-block:80px}.hero__title{max-width:none}.hero__subtitle{margin-top:2rem}.citation,.quotes__text{width:90%;margin-inline:auto}.section--quotes .section__inner{padding-block:0}}@media(max-width:992px){.site-footer__inner{flex-direction:column;gap:1rem}}
