.legal-section{padding: 52px 0 88px;}.legal-grid{display: grid; grid-template-columns: 250px 1fr; gap: 56px; align-items: start;}.legal-toc{position: sticky; top: 96px;}.legal-toc .aside-title{font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--fg-muted); margin-bottom: 14px;}.legal-toc-nav{display: flex; flex-direction: column;}.legal-toc-nav a{padding: 7px 0 7px 16px; border-left: 2px solid var(--gray-200); color: var(--fg-muted); font-size: 14px; line-height: 1.35; transition: color 150ms ease, border-color 150ms ease;}.legal-toc-nav a:hover{color: var(--or-fonce); border-left-color: var(--or-fonce); text-decoration: none;}.legal-toc-mobile{display: none;}.legal-toc-mobile{border: 1px solid var(--gray-200); border-radius: 8px; margin-bottom: 30px;}.legal-toc-mobile summary{cursor: pointer; padding: 14px 18px; font-weight: 700; list-style: none; display: flex; align-items: center; justify-content: space-between;}.legal-toc-mobile summary::-webkit-details-marker{display: none;}.legal-toc-mobile summary::after{content: ""; width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform 200ms ease;}.legal-toc-mobile[open] summary::after{transform: rotate(-135deg);}.legal-toc-mobile .legal-toc-nav{padding: 0 18px 14px;}.legal-body{max-width: 800px;}.legal-body h2{font-size: 24px; margin: 42px 0 14px; scroll-margin-top: 100px; padding-top: 4px;}.legal-body h2:first-child{margin-top: 0;}.legal-body h3{font-size: 18px; margin: 26px 0 8px;}.legal-body p, .legal-body li{line-height: 1.7; color: var(--gray-900);}.legal-body ul{padding-left: 22px; margin: 0 0 16px;}.legal-body a{color: var(--bleu);}.legal-body a:hover{color: var(--or-fonce);}.legal-updated{margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--gray-200); font-size: 14px; color: var(--fg-muted);}@media (max-width: 900px){.legal-grid{grid-template-columns: 1fr; gap: 0;}.legal-toc{display: none;}.legal-toc-mobile{display: block;}}