/* =========================================================
   En-tête — logo cliquable vers l'accueil
   Le lien est superposé au bloc .logo : la mise en page
   d'origine (style.css) reste intacte.
   ========================================================= */

.header .logo { position: relative; }

.header .logo .logo-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 6px;
}
.header .logo .logo-link:focus-visible {
    outline: 2px solid #1DBF73;
    outline-offset: 4px;
}
.header .logo:hover { opacity: .85; transition: opacity .2s; }

/* =========================================================
   Page mentions légales
   ========================================================= */

.legal-page {
    padding: 120px 24px 80px;
    background: #F8F9FB;
}

.legal-wrap {
    max-width: 820px;
    margin: 0 auto;
    background: #FFF;
    border: 1px solid #E2E5EA;
    border-radius: 16px;
    padding: 48px 52px;
    box-shadow: 0 6px 26px rgba(0,0,0,.05);
    text-align: left;
}

.legal-wrap h1 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 8px;
    text-align: left;
}

.legal-date {
    font-size: .85rem;
    color: #6B7280;
    margin: 0 0 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E5EA;
}

.legal-body { color: #1A1A1A; }

.legal-body h2 {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 34px 0 12px;
    text-align: left;
    color: #0077FF;
}
.legal-body h2:first-child { margin-top: 0; }

.legal-body h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 22px 0 8px;
    text-align: left;
}

.legal-body p {
    font-size: .94rem;
    line-height: 1.7;
    margin: 0 0 14px;
    text-align: left;
}

.legal-body ul,
.legal-body ol {
    margin: 0 0 16px;
    padding-left: 1.3em;
    line-height: 1.7;
    font-size: .94rem;
}
.legal-body li { margin-bottom: 6px; }

.legal-body strong { font-weight: 700; }
.legal-body a { color: #0077FF; word-break: break-word; }

.legal-back {
    display: inline-block;
    margin-top: 34px;
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid #E2E5EA;
    font-size: .85rem;
    font-weight: 700;
    color: #6B7280;
    text-decoration: none;
    transition: border-color .2s, color .2s;
}
.legal-back:hover { border-color: #1DBF73; color: #1DBF73; }

/* Mention sous le formulaire de contact */
.contact-privacy {
    margin-top: 16px;
    font-size: .8rem;
    line-height: 1.55;
    color: #6B7280;
    text-align: center;
}
.contact-privacy a {
    color: #0077FF;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 720px) {
    .legal-page { padding: 96px 14px 56px; }
    .legal-wrap { padding: 28px 22px; border-radius: 12px; }
    .legal-wrap h1 { font-size: 1.5rem; }
}
