/* Page légale — politique de confidentialité / CGU */

body.legal-page {
	background: var(--venext-neutral, #f5f5f5);
	color: #222;
}

body.legal-page #header {
	background: var(--venext-green, #075e54);
}

body.legal-page #header .venext-app-btn {
	color: #fff !important;
}

body.legal-page .legal-main {
	padding-top: calc(var(--header-height, 60px) + 2em);
	padding-bottom: 3em;
}

body.legal-page .legal-intro {
	max-width: 48em;
	margin: 0 auto 2em;
	text-align: left;
}

body.legal-page .legal-intro h1 {
	color: var(--venext-green, #075e54);
	text-transform: none;
	letter-spacing: -0.02em;
	font-size: 1.75em;
	margin-bottom: 0.5em;
}

body.legal-page .legal-subtitle {
	color: #444;
	line-height: 1.65;
	font-size: 1em;
	text-transform: none;
	letter-spacing: normal;
}

body.legal-page .legal-scroll {
	max-width: 52em;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 16px rgba(7, 94, 84, 0.08);
	padding: 2em;
}

body.legal-page .legal-document {
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
	font-size: 0.9rem;
	line-height: 1.55;
	color: #333;
	margin: 0;
	overflow-x: auto;
}

body.legal-page .legal-footer {
	background: var(--venext-green, #075e54);
	padding: 2em 1em;
}

body.legal-page .legal-footer .copyright {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}

body.legal-page .legal-footer .copyright a {
	color: #fff;
	border: 0;
	text-decoration: underline;
}

body.legal-page .legal-footer .copyright a:hover {
	color: var(--venext-yellow, #ffc107);
}
