:root{--primary-light:#0a415c;--primary:#052637;--primary-70:#124769b3;--primary-20:#12476933;--primary-dark:#031c2d;--radius:8px;--secondary-20:#d2913433;--secondary-10:#d291341a;--secondary-light:#f4ae4b;--secondary:#d29134;--secondary-dark:#956420;--white:#fff;--white-20:#ffffff26;--white-60:#ffffffb2;--white-90:#ffffffe6;--black:#111;--black-30:#1111114d;--blacker:#080816;--blackest:#000;--accent:#2337ff;--accent-dark:#000d8a;--gray:96, 115, 159;--gray-light:229, 233, 240;--gray-dark:34, 41, 57;--gray-gradient:rgba(var(--gray-light), 50%), #fff;--box-shadow:0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%);--width-xs:480px;--width-sm:640px;--width-md:768px;--width-lg:1024px;--width-xl:1280px;--menu-height:6.4rem}*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:62.5%}@font-face{font-family:Baskervville;src:url(/fonts/Baskervville-Italic-VariableFont_wght.ttf)format("truetype");font-style:italic;font-display:swap}@font-face{font-family:Baskervville;src:url(/fonts/Baskervville-VariableFont_wght.ttf)format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Italic-VariableFont_wght.ttf)format("truetype");font-style:italic;font-display:swap}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-VariableFont_wght.ttf)format("truetype");font-style:normal;font-display:swap}.baskervville{font-family:Baskervville,sans-serif!important}body{text-align:left;background:linear-gradient(var(--gray-gradient)) no-repeat;word-wrap:break-word;overflow-wrap:break-word;min-height:100vh;color:rgb(var(--gray-dark));letter-spacing:-.03rem;background-size:100% 600px;margin:0;padding:0;font-family:Montserrat,sans-serif;font-size:1.5rem;line-height:1.7}main{width:100%;min-height:calc(100vh - 182px);margin:0;padding:0}h1,h2,h3,h4,h5,h6{color:rgb(var(--black));margin:0 0 .5rem;line-height:1.2}h1{font-size:3.052rem}h2{border-bottom:3px solid var(--secondary);margin-block:2rem;font-size:2.441rem;line-height:2}h3{font-size:1.953rem}h4{font-size:1.563rem}h5{font-size:1.25rem}section:not(.photo-mosaic .section-one,[class*=carousel]){padding-inline:2rem}strong,b{font-weight:700}a,a:hover{color:var(--accent)}a.external:after{content:url(/images/icons/external-link.svg)}p{margin-bottom:1rem}.prose p{margin-bottom:2rem}textarea{width:100%;font-size:16px}input{font-size:16px}table{width:100%}img{border-radius:var(--radius);max-width:100%;height:auto}code{background-color:rgb(var(--gray-light));border-radius:2px;padding:2px 5px}pre{border-radius:var(--radius);padding:1.5rem}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);margin:0;padding:0 0 0 20px;font-size:1.333rem}hr{border:none;border-top:1px solid rgb(var(--gray-light))}@media screen and (width>=480px){body{font-size:1.8rem}}@media screen and (width>=640px){body{font-size:1.9rem}}@media screen and (width>=768px){body{font-size:1.4rem}}@media screen and (width>=1024px){body{font-size:1.5rem}h2{margin-top:0;margin-bottom:4rem}}@media screen and (width>=1280px){body{font-size:1.6rem}}.sr-only{clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:0;padding:0;overflow:hidden;position:absolute!important}.text-uppercase{text-transform:uppercase}.no-underline{text-decoration:none}.d-flex{display:flex}.flew-row{flex-direction:row}.flew-column{flex-direction:column}.justify-content-between{justify-content:space-between}.visuallyhidden:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(100%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.btn-primary{color:var(--primary);cursor:pointer;align-self:flex-end;margin-top:1rem;font-family:Baskervville,serif;font-style:italic;font-weight:555;position:relative;&:hover{color:var(--primary-light)}&:active{color:var(--secondary-dark)}&:before{content:"";position:absolute;inset:0}}.btn-cta,.btn-cta:visited{font-size:inherit;text-align:center;text-indent:0;color:var(--white);border:2px solid var(--primary);background-color:var(--primary);border-radius:var(--radius);cursor:pointer;width:250px;margin:0 auto;padding:.7rem 1rem;font-weight:666;text-decoration:none}.btn-cta:hover{color:var(--primary-light);border:2px solid var(--primary-light);background-color:var(--white)}.btn-cta:active{color:var(--white);border:2px solid var(--primary-dark);background-color:var(--primary-dark)}.btn-cta-secondary,.btn-cta-secondary:visited{font-size:inherit;text-align:center;text-indent:0;color:var(--white);border:2px solid var(--secondary);background-color:var(--secondary);border-radius:var(--radius);cursor:pointer;width:250px;margin:0 auto;padding:.7rem 1rem;font-weight:666;text-decoration:none}.btn-cta-secondary:hover{color:var(--white);border:2px solid var(--secondary-light);background-color:var(--secondary-light)}.btn-cta-secondary:active{color:var(--white);border:2px solid var(--secondary-dark);background-color:var(--secondary-dark)}.small{font-size:65%}.emphasis{font-family:Baskervville,serif;font-size:200%;font-weight:700}.strong{font-size:112%;font-weight:666}.m-auto{margin:auto}.mx-auto{margin-inline:auto}.my-2{margin-block:2rem}.my-3{margin-block:3rem}.text-center{text-align:center}.text-right{text-align:right}.description-container{& .description{text-indent:0}& .cta{text-align:center;flex-direction:column;justify-content:space-around;align-items:center;gap:2rem;max-width:768px;margin:2rem auto;display:flex;& a{text-indent:0;margin:2rem 0;text-decoration:none}}& .not-member,& .not-member:visited{color:var(--primary-dark);font-weight:700;text-decoration:underline!important}& .not-member:hover,& .not-member:active{color:var(--primary-light);font-weight:700}}@media screen and (width>=480px){.description-container{& .description{text-indent:1.5ch}}}@media screen and (width>=640px){.description-container{& .description{text-indent:3ch}& .cta{flex-direction:row;display:flex}}}.logo[data-astro-cid-7xgvmec7]{width:18rem;margin:0 auto 2rem;display:block}.coordinates[data-astro-cid-7xgvmec7]:not(.footer){margin:0 auto 2rem}.coordinates[data-astro-cid-7xgvmec7]:not(.footer) .logo[data-astro-cid-7xgvmec7]{width:12rem;display:block}.about-heading-main-address[data-astro-cid-7xgvmec7]{flex-direction:column;justify-content:space-between;gap:0 4rem;display:flex}@media screen and (width>=580px){.about-heading-main-address[data-astro-cid-7xgvmec7]{flex-direction:row}}@media screen and (width>=768px){.logo[data-astro-cid-7xgvmec7]{width:12rem;margin:0 auto 2rem;display:block}}@media screen and (width>=860px){.coordinates[data-astro-cid-7xgvmec7]{margin:0 auto 2rem}}.coordinates[data-astro-cid-7xgvmec7].footer{margin:0 auto 2rem}.coordinates[data-astro-cid-7xgvmec7].footer .three[data-astro-cid-7xgvmec7] a[data-astro-cid-7xgvmec7]{color:var(--white);text-decoration:underline}.coordinates[data-astro-cid-7xgvmec7].footer .three[data-astro-cid-7xgvmec7] a[data-astro-cid-7xgvmec7]:hover{font-weight:500}@media screen and (width>=480px){.coordinates[data-astro-cid-7xgvmec7].footer{margin:0 auto 2rem 2rem}}@media screen and (width>=768px){.coordinates[data-astro-cid-7xgvmec7].footer{flex-direction:row;display:flex}}br[data-astro-cid-7xgvmec7]{margin:0!important}footer[data-astro-cid-jo6i4kqk]{padding:2rem 1rem calc(1rem + var(--menu-height)) 1rem;background-color:var(--primary);color:var(--white);text-align:center;& *{font-size:1.4rem}& a{color:var(--white);&:not(.no-underline){text-decoration:underline 1px}&:hover{letter-spacing:-.01rem;font-weight:500}}& .footer-heading{font-family:Baskervville;& .footer-heading-main{font-size:1.3rem;font-weight:555;& i{font-size:1rem;font-weight:555}}}& .footer-top{flex-direction:column;max-width:1024px;display:flex;& .more-infos{flex-direction:column;padding-top:2rem;display:flex;& .more-infos-navigation{flex-direction:column;justify-content:center;display:flex}}& .navigation{flex-direction:column;gap:.75rem;margin:0 1rem 0 0;padding:0;list-style:none;display:flex}}& .footer-bottom{padding:1rem 0 0}}@media screen and (width>=480px){footer[data-astro-cid-jo6i4kqk]{& *{font-size:1.3rem}& .footer-top{text-align:left;flex-direction:row;justify-content:space-between;max-width:1024px;margin:0 auto;display:flex;& .navigation{margin:0 1rem 0 0;padding:0;list-style:none}& .more-infos{padding-top:0}}}}@media screen and (width>=600px){footer[data-astro-cid-jo6i4kqk]{padding-bottom:1rem;& *{font-size:1.2rem}& .footer-top{& .more-infos{& .more-infos-navigation{& .navigation{line-height:2}}}}}}@media screen and (width>=768px){footer[data-astro-cid-jo6i4kqk]{& *{font-size:1rem}& .footer-top{& .more-infos{& .more-infos-navigation{& .navigation{grid-template-columns:auto auto;gap:.5rem;line-height:2;display:grid}}}}}}.menu-item[data-astro-cid-wevibr3s]{background-color:inherit;justify-content:center;align-items:center;width:100%;height:5rem;display:flex;position:relative}.menu-item[data-astro-cid-wevibr3s]:hover{box-shadow:unset}.menu-item[data-astro-cid-wevibr3s]:hover a[data-astro-cid-wevibr3s]{color:var(--secondary)}.menu-item[data-astro-cid-wevibr3s]:hover:has(a.highlight){background-color:var(--secondary-dark);box-shadow:inset 0 -.5rem 0 0 var(--secondary)}.menu-item[data-astro-cid-wevibr3s]:active{box-shadow:unset}.menu-item[data-astro-cid-wevibr3s]:active a[data-astro-cid-wevibr3s]{color:var(--secondary-dark)}.menu-item[data-astro-cid-wevibr3s]:active a[data-astro-cid-wevibr3s].highlight{background-color:var(--secondary);color:var(--secondary-white);font-weight:678}.menu-item[data-astro-cid-wevibr3s]:nth-child(2n){background-color:var(--primary-dark)}.menu-item[data-astro-cid-wevibr3s]:has(a.active){background-color:var(--secondary-dark)}.menu-item[data-astro-cid-wevibr3s] a[data-astro-cid-wevibr3s]{margin:auto;padding:0}.menu-item[data-astro-cid-wevibr3s] a[data-astro-cid-wevibr3s]:before{content:"";position:absolute;inset:0}.menu-item[data-astro-cid-wevibr3s] a[data-astro-cid-wevibr3s].active,.menu-item[data-astro-cid-wevibr3s] a[data-astro-cid-wevibr3s].highlight:not(.active){color:var(--secondary);font-weight:678}.menu-item[data-astro-cid-wevibr3s] a[data-astro-cid-wevibr3s]:not(.logo-link){color:var(--white);border-bottom:4px solid #0000;text-decoration:none}@media screen and (width>=768px){.menu-item[data-astro-cid-wevibr3s]{width:auto;height:100%;padding-inline:1.5rem}.menu-item[data-astro-cid-wevibr3s]:hover{box-shadow:inset 0 -.5rem 0 0 var(--secondary-dark)}.menu-item[data-astro-cid-wevibr3s]:hover a[data-astro-cid-wevibr3s]{color:var(--secondary)}.menu-item[data-astro-cid-wevibr3s]:hover a[data-astro-cid-wevibr3s].highlight{color:var(--white)}.menu-item[data-astro-cid-wevibr3s]:active{box-shadow:inset 0 -.5rem 0 0 var(--secondary-dark)}.menu-item[data-astro-cid-wevibr3s]:active a[data-astro-cid-wevibr3s]{color:var(--secondary-dark)}.menu-item[data-astro-cid-wevibr3s]:nth-child(2n){background-color:var(--primary)}.menu-item[data-astro-cid-wevibr3s]:has(a.active){background-color:unset;box-shadow:inset 0 -.5rem 0 0 var(--secondary)}.menu-item[data-astro-cid-wevibr3s]:has(a.highlight){background-color:var(--secondary);color:var(--white)}.menu-item[data-astro-cid-wevibr3s] a[data-astro-cid-wevibr3s].highlight:not(.active){color:var(--white);font-weight:678}}.internal-links[data-astro-cid-nen7h5rs]{flex-wrap:nowrap;align-items:center;margin:0;list-style:none;display:flex}header[data-astro-cid-nen7h5rs]{height:var(--menu-height);color:var(--white);background:var(--primary);box-shadow:-3px 0 3px 0 var(--blackest);z-index:10;margin:0;padding:0 1rem;position:fixed;bottom:0;left:0;right:0}header[data-astro-cid-nen7h5rs] h2[data-astro-cid-nen7h5rs]{margin:0;font-size:1rem}header[data-astro-cid-nen7h5rs] h2[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs],header[data-astro-cid-nen7h5rs] h2[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs].active{text-decoration:none}header[data-astro-cid-nen7h5rs] .logo[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{height:5.6rem;padding-top:.6rem}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs]{background-color:inherit;justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 1rem;display:flex}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .logo-link[data-astro-cid-nen7h5rs]{height:6.4rem;padding:0}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs]{background-color:inherit;width:100%;box-shadow:-3px 0 3px 0 var(--blackest);z-index:0;flex-direction:column;margin:0;padding:0;list-style:none;transition:transform .25s ease-in-out;display:block;position:fixed;bottom:6.4rem;left:0;right:0;transform:translate(-100%)}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs]:before{content:"";background-color:#0000;transition:all .25s ease-in-out}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs].open{transform:translate(0)}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs].open:before{content:"";background-color:#0000004d;position:absolute;inset:-100vh -100% 0 -2px}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs] .menu-item[data-astro-cid-nen7h5rs]{background-color:inherit;width:100%}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs] .menu-item[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:#fff;padding:1rem;text-decoration:none;display:block}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs] .menu-item[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover,header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs] .menu-item[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:focus{background-color:#555;outline:none}@media (width>=768px){header[data-astro-cid-nen7h5rs]{top:0;bottom:unset}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-btn[data-astro-cid-nen7h5rs],header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-toggle[data-astro-cid-nen7h5rs]{display:none}header[data-astro-cid-nen7h5rs] nav[data-astro-cid-nen7h5rs] .menu-list[data-astro-cid-nen7h5rs]{position:unset;box-shadow:unset;width:unset;flex-direction:row;height:6.4rem;margin-left:auto;transition:unset;display:flex;top:0;transform:translate(0)}}.menu-btn[data-astro-cid-nen7h5rs]{aspect-ratio:1;cursor:pointer;color:#fff;background:0 0;border:none;justify-content:center;align-items:center;width:34px;padding:0;font-size:2rem;transition:all .5s ease-in-out;display:flex;position:relative}.menu-btn[data-astro-cid-nen7h5rs]:before{content:"";position:absolute;inset:-5px -10px -5px 0}.menu-btn__burger[data-astro-cid-nen7h5rs]{background:#fff;border-radius:5px;width:16px;height:3px;transition:all .5s ease-in-out;position:absolute;top:50%;transform:translate(50%,-50%)}.menu-btn__burger[data-astro-cid-nen7h5rs]:before,.menu-btn__burger[data-astro-cid-nen7h5rs]:after{content:"";width:inherit;height:inherit;background:inherit;border-radius:inherit;transition:inherit;position:absolute}.menu-btn__burger[data-astro-cid-nen7h5rs]:before{width:24px;right:0;transform:translateY(-9px)}.menu-btn__burger[data-astro-cid-nen7h5rs]:after{width:20px;right:0;transform:translateY(9px)}.menu-btn[data-astro-cid-nen7h5rs].open .menu-btn__burger[data-astro-cid-nen7h5rs]{width:24px;top:60%;transform:rotate(-225deg)translate(-29%)}.menu-btn[data-astro-cid-nen7h5rs].open .menu-btn__burger[data-astro-cid-nen7h5rs]:before{width:24px;transform:rotate(-270deg)translateY(0)}.menu-btn[data-astro-cid-nen7h5rs].open .menu-btn__burger[data-astro-cid-nen7h5rs]:after{width:0;transform:rotate(90deg)translate(-50%)}
