.c-FooterSocialMedia{display:flex;flex-direction:column;gap:.75rem}.c-FooterSocialMedia__IconBtn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffcf3e;border-radius:8px;cursor:pointer}.c-FooterSocialMedia__IconBtn:hover{opacity:.9}.c-FooterSocialMedia__IconBtn img{filter:brightness(0) saturate(100%) invert(24%) sepia(40%) saturate(500%) hue-rotate(183deg) brightness(85%)}@media(min-width:1024px){.c-FooterSocialMedia{flex-direction:row}}.c-Newsletter{padding:1.5rem;background-color:#fff;border-radius:16px}.c-Newsletter__Head{margin-bottom:1.25rem}.c-Newsletter__Subtitle,.c-Newsletter__Title{color:#535353;font:normal 1rem/1.5 Lato}.c-Newsletter__InputWrapper{position:relative;width:100%}.c-Newsletter .mantine-Input-input{height:50px;padding-left:30px}.c-Newsletter__InputArrowIconWrapper{position:absolute;top:5px;right:5px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#ffcf3e;border-radius:50px;cursor:pointer}.c-Newsletter__InputArrowIcon{display:inline-block;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.707.918a1 1 0 0 0-1.414 1.414l5.293 5.293H1a1 1 0 0 0 0 2h11.586l-5.293 5.293a1 1 0 1 0 1.414 1.414l7-7 .007-.006A1 1 0 0 0 16 8.628v-.006a1 1 0 0 0-.286-.698l-.008-.007m-6.999-7 7 7z' fill='%2330445F'/%3E%3C/svg%3E")}.c-BurgerMenuButton{width:2.125rem;height:2.125rem;padding:.313rem}.c-BurgerMenuButton__Sticks{position:relative;display:block;height:.125rem;background-color:#30445f}.c-BurgerMenuButton__Sticks:after,.c-BurgerMenuButton__Sticks:before{position:absolute;width:100%;height:.125rem;background-color:#30445f;content:"";inset-inline-start:0}.c-BurgerMenuButton__Sticks:before{top:-.5rem}.c-BurgerMenuButton__Sticks:after{top:.5rem}.c-BurgerMenuButton__Sticks_IsOpen,.c-BurgerMenuButton__Sticks_IsOpen:after,.c-BurgerMenuButton__Sticks_IsOpen:before{background-color:#2d9cdb}@font-face{font-weight:700;font-family:Optima;font-style:normal;src:url(/assets/fonts/Optima/Optima-Bold.woff) format("woff")}@font-face{font-weight:400;font-family:Optima;font-style:italic;src:url(/assets/fonts/Optima/Optima-Italic.woff) format("woff")}@font-face{font-weight:400;font-family:Optima;font-style:normal;src:url(/assets/fonts/Optima/Optima-Text.woff) format("woff")}@font-face{font-weight:400;font-family:Lato;font-style:normal;src:url(/assets/fonts/Lato/Lato-Regular.woff2) format("woff2")}@font-face{font-weight:700;font-family:Lato;font-style:normal;src:url(/assets/fonts/Lato/Lato-Bold.woff2) format("woff2")}@font-face{font-weight:400;font-family:Lato;font-style:italic;src:url(/assets/fonts/Lato/Lato-Italic.woff2) format("woff2")}@font-face{font-weight:300;font-family:Lato;font-style:normal;src:url(/assets/fonts/Lato/Lato-Thin.woff2) format("woff2")}@font-face{font-weight:400;font-family:Abril Fatface;font-style:normal;src:url(/assets/fonts/AbrilFatface/AbrilFatface-Regular.woff2) format("woff2")}:root{--breakpoint-mobile-s:320;--breakpoint-mobile-m:375;--breakpoint-mobile-l:425;--breakpoint-tablet:768;--breakpoint-laptop:1024;--breakpoint-desktop:1440;--breakpoint-large-desktop:1600}.c-BurgerMenu{position:absolute;top:clamp(62px,9vh,86px);left:0;z-index:1008;width:100%;height:calc(100vh - clamp(62px,9vh,86px));max-height:100vh;overflow:hidden;background-color:#fff;transform:translateX(-100%);opacity:0;transition:transform .3s ease,opacity .3s ease}@media(min-width:1024px){.c-BurgerMenu{right:0;left:auto;width:30vw;max-width:450px;transform:translateX(100%)}}.c-BurgerMenu_IsOpen{transform:translateX(0);opacity:1}.c-BurgerMenu__Head{display:flex;gap:1.25rem;align-items:center;justify-content:flex-end}.c-BurgerMenu__InnerMenu{display:flex;flex-direction:column;height:100%;padding:1rem 1.5rem 1.5625rem 1.25rem}.c-BurgerMenu__MenuList{flex:1 1;margin-top:1rem;padding-bottom:6.875rem;overflow-y:auto}@media(min-width:1024px){.c-BurgerMenu__MenuList{padding-bottom:2rem}}.c-BurgerMenu__MenuItem{margin-bottom:1.5rem}.c-BurgerMenu__GroupTitle{margin-bottom:1rem;color:#696767;font-weight:700;font-size:.75rem;letter-spacing:.05em;text-align:left;text-transform:uppercase}.c-BurgerMenu__AccordionList{display:flex;flex-direction:column;gap:.75rem}.c-BurgerMenu__Accordion{overflow:hidden;background-color:#fff;border:1px solid #d0d5dd;border-radius:12px;transition:box-shadow .2s ease}.c-BurgerMenu__Accordion:hover{box-shadow:0 4px 12px rgba(0,0,0,.04)}.c-BurgerMenu__AccordionHeader{display:flex;align-items:center;justify-content:space-between;width:100%;height:78px;padding:0 1.25rem;text-align:left;background:none;border:none;cursor:pointer}.c-BurgerMenu__AccordionHeader svg.c-AngledArrowIcon{width:1rem;height:1rem;margin:0;color:#30445f}.c-BurgerMenu__AccordionHeaderLeft{display:flex;gap:1rem;align-items:center}.c-BurgerMenu__AccordionHeaderLeft .c-BasePictoContainer{width:18px;min-width:18px;height:18px}.c-BurgerMenu__AccordionText{display:flex;flex-direction:column;gap:.25rem}.c-BurgerMenu__AccordionTitle{color:#303030;font-weight:700;font-size:14px}.c-BurgerMenu__AccordionSubtitle{color:#303030;font-weight:400;font-size:16px}.c-BurgerMenu__AccordionBody{display:flex;flex-direction:column;gap:.5rem;padding:0 1.25rem 1.25rem}.c-BurgerMenu__AccordionLink{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;text-decoration:none;background-color:#edf6fa;border-radius:8px;transition:background-color .2s ease}.c-BurgerMenu__AccordionLink:hover{background-color:#e1f0f7}.c-BurgerMenu__AccordionLink svg.c-AngledArrowIcon{width:.75rem;height:.75rem;margin:0;color:#30445f}.c-BurgerMenu__AccordionLinkLabel{color:#30445f;font-weight:500;font-size:.875rem;line-height:1.25rem;text-align:left}.c-BurgerMenu__LinkOnlyWrapper{display:flex;flex-direction:column;width:100%}.c-BurgerMenu__MenuButton{display:flex;gap:.938rem;align-items:center;justify-content:flex-start;width:100%;padding:.75rem 0}.c-BurgerMenu__MenuButton.notre-concept:before{background-image:url(/notre-concept.svg)}.c-BurgerMenu__MenuButton.indice-ressourcement:before,.c-BurgerMenu__MenuButton.notre-concept:before{display:inline-block;width:1.5rem;height:1.5rem;background-repeat:no-repeat;background-size:contain;content:""}.c-BurgerMenu__MenuButton.indice-ressourcement:before{background-image:url(/indice-ressourcement.svg)}.c-BurgerMenu__MenuTitle{color:#303030;font:normal 1rem/1.5 Lato;text-align:start}.c-BurgerMenu__AccordionIcon{object-fit:contain!important}.c-BurgerMenu__UserCard{display:flex;gap:1.25rem;align-items:center;width:100%;margin-bottom:.5rem;padding:1.25rem 1.5rem;text-align:left;text-decoration:none;background:linear-gradient(180deg,#005082 0,#00111c);border:none;border-radius:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.c-BurgerMenu__UserCard:focus-visible,.c-BurgerMenu__UserCard:hover{outline:none;box-shadow:0 4px 15px rgba(48,68,95,.2);transform:translateY(-1px)}@media(min-width:1024px){.c-BurgerMenu__UserCard{display:none}}.c-BurgerMenu__UserAvatar{position:relative;overflow:hidden}.c-BurgerMenu__AvatarPlaceholder,.c-BurgerMenu__UserAvatar{width:3.5rem;height:3.5rem;border:2px solid #2d9cdb;border-radius:50%}.c-BurgerMenu__AvatarPlaceholder{display:flex;align-items:center;justify-content:center;background-color:#2f4169}.c-BurgerMenu__UserIconPlaceholder{display:inline-block;width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M17.893 20.001v-1.754c0-.93-.444-1.823-1.233-2.481s-1.86-1.028-2.977-1.028H7.367c-1.117 0-2.188.37-2.978 1.028s-1.233 1.55-1.233 2.481v1.754' fill='none'/%3E%3Cpath d='M17.893 20.001v-1.754c0-.93-.444-1.823-1.233-2.481s-1.86-1.028-2.977-1.028H7.367c-1.117 0-2.188.37-2.978 1.028s-1.233 1.55-1.233 2.481v1.754' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.527 9.474a4.21 4.21 0 1 0 0-8.421 4.21 4.21 0 0 0 0 8.42' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.c-BurgerMenu__UserCardInfo{display:flex;flex:1 1;flex-direction:column;gap:.125rem}.c-BurgerMenu__UserCardLabel{color:#fff;font:normal .75rem/1.5 Lato}.c-BurgerMenu__UserCardName{color:#fff;font:700 .875rem/1.5 Lato}.c-BurgerMenu__UserCardArrow{color:#fff!important}.c-BurgerMenu__UserCardArrow path{stroke:#fff!important}