        *,
        *::after,
        *::before {
            box-sizing: border-box;
        }

        .legal-page {
            max-width: 900px;
            margin: 120px auto 60px;
            padding: 0 20px;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.6;
        }

        .legal-page h1 {
            font-size: 2.4rem;
            margin-bottom: 0.5rem;
        }

        .legal-page h2 {
            font-size: 1.6rem;
            margin-top: 2rem;
            margin-bottom: 0.5rem;
        }

        .legal-page h3 {
            font-size: 1.2rem;
            margin-top: 1.4rem;
            margin-bottom: 0.3rem;
        }

        .legal-page p {
            margin: 0.4rem 0 0.8rem;
        }

        .legal-page ul {
            margin: 0.4rem 0 1rem 1.2rem;
        }

        .legal-highlight {
            font-weight: 600;
        }

        .legal-meta {
            color: #DEC8BF;
            font-size: 0.9rem;
            margin-bottom: 1.5rem;
        }

        .back-lien {
            display: inline-block;
            margin-bottom: 1.5rem;
            font-size: 0.9rem;
            text-decoration: none;
            color: #DEC8BF;
        }

        .back-lien:hover {
            text-decoration: underline;
        }

        .mail-lien {
            color: #DEC8BF;
            text-decoration: none;
        }

        .mail-lien:hover {
            color: var(--accent2);
        }

        #presentation,
        #mentions,
        #propriete,
        #donnees,
        #ia,
        #technos {
            scroll-margin-top: 90px;
        }