.topline{justify-content:center;text-align:center;padding-inline:18px;font-weight:700}
.header{justify-content:flex-start;gap:18px}
.header-divider{width:1px;height:43px;flex:none;background:#c7dbea}
.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.header-actions .header-link{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 15px;border-radius:999px;margin:0;background:#fff}
.header-actions .header-link:hover{border-color:#8cc4e1;background:#f4faff;color:#126e9f}
.header-actions .header-link .ui-arrow{margin:0}
.brand .brand-dot{font-size:.75em;font-weight:800;letter-spacing:-.035em}
.menu-toggle{display:inline-flex;align-items:center;justify-content:center;gap:17px;flex:none;min-width:110px;height:46px;padding:0 16px;border:1px solid #102c58;border-radius:999px;background:#102c58;color:#fff;font-size:13px;font-weight:800;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.menu-toggle:hover{background:#1c5682;border-color:#1c5682}
.site-menu-close{display:grid;place-items:center;flex:none;width:46px;height:46px;border:1px solid #cbe3f0;border-radius:12px;background:#eaf6fc;color:#126a9c;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.site-menu-close:hover{background:#d9eef9;border-color:#9ccde7}
.menu-icon,.menu-close-icon{display:block;width:26px;height:26px;background:currentColor;mask:center/contain no-repeat;-webkit-mask:center/contain no-repeat}
.menu-icon{mask-image:url('/icons/lucide/menu.svg');-webkit-mask-image:url('/icons/lucide/menu.svg')}
.menu-close-icon{mask-image:url('/icons/lucide/x.svg');-webkit-mask-image:url('/icons/lucide/x.svg')}
.menu-toggle:focus-visible,.site-menu-close:focus-visible,.site-menu-links a:focus-visible,.feature-card:focus-visible{outline:3px solid #57b7e5;outline-offset:3px}
body.site-menu-open{overflow:hidden}
.site-menu{position:fixed;inset:0 auto 0 0;box-sizing:border-box;width:min(520px,100vw);max-width:none;height:100dvh;max-height:100dvh;margin:0;padding:clamp(24px,3vw,40px);border:0;border-radius:0 20px 20px 0;background:#f8fcff;color:#102c58;box-shadow:16px 0 60px rgba(8,39,70,.18);overflow-y:auto}
.site-menu[open]{display:flex;flex-direction:column;animation:site-menu-in .24s ease-out both}
.site-menu::backdrop{background:rgba(8,36,67,.48);backdrop-filter:blur(2px)}
.site-menu-top{display:flex;align-items:center;justify-content:space-between;gap:18px}
.site-menu-brand{font-size:26px}
.site-menu-links{display:grid;margin-top:52px}
.site-menu-links a{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:19px 0;border-top:1px solid #d5e7f1;color:#12345e;font:700 clamp(26px,3vw,34px)/1.16 Outfit,sans-serif;letter-spacing:-.035em;transition:color .2s ease}
.site-menu-links a:last-child{border-bottom:1px solid #d5e7f1}
.site-menu-links a:hover{color:#0e82bb}
.site-menu-links .ui-arrow{width:26px;height:26px;color:#147fb5}
.site-menu-account{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:26px;padding:17px 20px;border-radius:15px;background:#147fb5;color:#fff;font:700 20px/1.2 Outfit,sans-serif;transition:background .2s ease}
.site-menu-account:hover{background:#0d6596}
.site-menu-account .ui-arrow{width:21px;height:21px;color:inherit}
.site-menu-account:focus-visible{outline:3px solid #57b7e5;outline-offset:3px}
.made-in-france{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#d6e9f7;font-weight:700}
.french-flag{display:inline-block;width:20px;height:13px;flex:none;border:1px solid rgba(255,255,255,.45);border-radius:2px;background:linear-gradient(90deg,#002395 0 33.33%,#fff 33.33% 66.66%,#ed2939 66.66% 100%)}
.feature-card{cursor:pointer}
.feature-card .feature-cta{display:inline-flex;align-items:center;gap:5px;margin-top:auto;color:#087fb8;font-size:13px;font-weight:800}
.feature-card:hover .feature-cta{text-decoration:underline;text-underline-offset:3px}
.feature-card:hover,.dossier-card:hover,.seo-card:hover,.seo-card:focus-visible,.seo-hero-cta:hover,.seo-project-tabs button:hover,.parcel-seo-links a:hover{transform:none!important}
.feature-card:hover{box-shadow:0 7px 25px rgba(36,85,121,.035)!important;border-color:#b7ddec}
.dossier-card:hover{box-shadow:0 9px 32px rgba(26,73,106,.045)!important}
.seo-card:hover,.seo-card:focus-visible,.seo-hero-cta:hover{box-shadow:none!important}
@keyframes site-menu-in{from{opacity:.75;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}
@media(max-width:760px){.topline{min-height:38px;height:auto;padding:7px 14px;font-size:10px;line-height:1.3}.header{height:auto;min-height:0;gap:9px;flex-wrap:wrap;padding-top:13px;padding-bottom:13px}.menu-toggle{width:43px;min-width:43px;height:40px;padding:0}.menu-toggle-label{display:none}.menu-icon{width:23px;height:23px}.header-divider{height:34px;margin:0 3px}.header>.brand{font-size:24px}.header-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%;margin:4px 0 0}.header-actions .header-link{min-width:0;min-height:39px;padding:8px 11px;font-size:11px}.header-actions .header-link .ui-arrow{width:15px;height:15px;flex:none}.site-menu{width:100vw;border-radius:0}.site-menu-links{margin-top:42px}.site-menu-links a{padding:17px 0}}
@media(max-width:380px){.header>.brand{font-size:21px}.header>.brand .brandmark{width:34px;height:34px}.header-actions .header-link{font-size:10px}}
@media(prefers-reduced-motion:reduce){.site-menu[open]{animation:none}.menu-toggle,.site-menu-close,.site-menu-links a{transition:none}}
@media print{.menu-toggle,.site-menu{display:none!important}}
