:root{--blue-france:#000091;--blue-france-hover:#1212ff;--blue-france-active:#2323ff;--blue-france-975:#f5f5fe;--red-marianne:#e1000f;--text-title-grey:#161616;--text-default-grey:#3a3a3a;--text-mention-grey:#666;--background-default-grey:#fff;--background-alt-grey:#f6f6f6;--border-default-grey:#e5e5e5;--border-active-blue:#000091;--font-family:"Marianne",arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);color:var(--text-default-grey);background-color:var(--background-default-grey);-webkit-font-smoothing:antialiased;line-height:1.5;display:flex;flex-direction:column;min-height:100vh}.fr-container{width:100%;max-width:78rem;margin:0 auto;padding:0 1rem}@media(min-width:48em){.fr-container{padding:0 2rem}}.fr-header{border-bottom:1px solid var(--border-default-grey);padding:1rem 0;background-color:var(--background-default-grey)}.fr-header__body{display:flex;align-items:center;gap:2rem}.fr-logo{font-weight:700;font-size:1.05rem;line-height:1.1;color:var(--text-title-grey);text-transform:uppercase;position:relative}.fr-logo::before{content:"";display:block;width:100%;height:2px;background-color:var(--blue-france);margin-bottom:.25rem}.fr-logo::after{content:"";display:block;width:100%;height:2px;background-color:var(--red-marianne);margin-top:.25rem}.fr-header__operator{border-left:1px solid var(--border-default-grey);padding-left:2rem}.fr-header__service-title{font-size:1.25rem;font-weight:700;color:var(--text-title-grey)}.fr-header__service-tagline{font-size:.875rem;color:var(--text-mention-grey);margin-top:.125rem}main{flex:1}.fr-py-6w{padding-top:3rem;padding-bottom:3rem}@media(min-width:48em){.fr-py-6w{padding-top:4.5rem;padding-bottom:4.5rem}}.fr-grid-row{display:flex;flex-wrap:wrap;margin:0 -1rem}.fr-col-12{width:100%;padding:0 1rem}.fr-col-md-8{width:100%;padding:0 1rem}@media(min-width:48em){.fr-col-md-8{width:66.66667%}}h1{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--text-title-grey);line-height:1.25;margin-bottom:1.5rem}h2{font-size:1.5rem;font-weight:700;color:var(--text-title-grey);margin-bottom:2rem}.fr-text--lead{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;color:var(--text-default-grey)}.fr-text--sm{font-size:.875rem;color:var(--text-mention-grey);margin-top:.5rem}.fr-btn{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500;line-height:1.5;padding:.5rem 1.5rem;min-height:2.5rem;color:#fff;background-color:var(--blue-france);border:none;text-decoration:none;cursor:pointer;transition:background-color .2s}.fr-btn:hover{background-color:var(--blue-france-hover)}.fr-btn:active{background-color:var(--blue-france-active)}.fr-badges-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem;margin-bottom:2rem}.fr-badge{display:inline-flex;align-items:center;font-size:.875rem;font-weight:700;color:var(--blue-france);background-color:var(--blue-france-975);padding:.25rem .5rem;border-radius:.25rem}.fr-background-alt{background-color:var(--background-alt-grey)}.fr-grid-row-cards{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:48em){.fr-grid-row-cards{grid-template-columns:repeat(3,1fr)}}.fr-card{background-color:var(--background-default-grey);border:1px solid var(--border-default-grey);padding:2rem 1.5rem;position:relative;box-shadow:0 2px 4px rgba(0,0,0,0.02)}.fr-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:var(--blue-france)}.fr-card__title{font-size:1.125rem;font-weight:700;color:var(--text-title-grey);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.fr-card__step{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background-color:var(--blue-france-975);color:var(--blue-france);border-radius:50%;font-size:.875rem;font-weight:700}.fr-card__desc{font-size:.875rem;color:var(--text-default-grey)}.fr-footer{border-top:2px solid var(--blue-france);padding:2rem 0;margin-top:auto;background-color:var(--background-default-grey)}.fr-footer__body{display:flex;flex-direction:column;gap:2rem}@media(min-width:48em){.fr-footer__body{flex-direction:row;align-items:flex-start}}.fr-footer__content{flex:1}.fr-footer__desc{font-size:.875rem;margin-bottom:1rem;max-width:40rem}.fr-footer__content-list{display:flex;flex-wrap:wrap;gap:1.5rem;list-style-type:none;margin-top:1.5rem}.fr-footer__content-link{font-weight:700;color:var(--text-title-grey);text-decoration:none}.fr-footer__content-link:hover{text-decoration:underline}.fr-footer__bottom{border-top:1px solid var(--border-default-grey);margin-top:2rem;padding-top:1rem;display:flex;flex-direction:column;gap:1rem}.fr-footer__bottom-list{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;list-style-type:none}.fr-footer__bottom-link{color:var(--text-mention-grey);font-size:.75rem;text-decoration:none}.fr-footer__bottom-link:hover{text-decoration:underline}.fr-footer__bottom-copy{color:var(--text-mention-grey);font-size:.75rem}.sticky-mobile{position:fixed;bottom:0;left:0;width:100%;padding:1rem;background-color:var(--background-default-grey);box-shadow:0 -4px 10px rgba(0,0,0,0.05);border-top:1px solid var(--border-default-grey);z-index:100;transform:translateY(100%);transition:transform .3s ease-in-out;display:none}.sticky-mobile.is-visible{transform:translateY(0)}.sticky-mobile .fr-btn{width:100%}@media(max-width:47.9em){.sticky-mobile{display:block}}