/* VDP — Mentions légales */

body.vdp-mentions-page #content-wrap.container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.vdp-mentions-page .elementor-393,
body.vdp-mentions-page .elementor-393 > .elementor-section,
body.vdp-mentions-page .elementor-393 .elementor-container,
body.vdp-mentions-page .elementor-393 .elementor-column,
body.vdp-mentions-page .elementor-393 .elementor-widget-wrap,
body.vdp-mentions-page .elementor-393 .elementor-widget-html,
body.vdp-mentions-page .elementor-393 .elementor-widget-container {
	max-width: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vdp-ml-page {
	--vdp-ml-ink: #1a120c;
	--vdp-ml-muted: #5a534c;
	--vdp-ml-accent: #7c1010;
	--vdp-ml-line: rgba(26, 18, 12, 0.1);
	--vdp-ml-bg: #f6f5f3;
	font-family: "Poppins", system-ui, sans-serif;
	color: var(--vdp-ml-ink);
	background: var(--vdp-ml-bg);
}

.vdp-ml-hero {
	padding: clamp(2rem, 4vw, 3rem) 1.25rem clamp(1.5rem, 3vw, 2rem);
	text-align: center;
	border-bottom: 1px solid var(--vdp-ml-line);
	background:
		linear-gradient(180deg, #fff 0%, var(--vdp-ml-bg) 100%);
}

.vdp-ml-hero__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--vdp-ml-accent);
}

.vdp-ml-hero__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: var(--vdp-ml-ink);
}

.vdp-ml-hero__lead {
	margin: 0 auto;
	max-width: 36rem;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--vdp-ml-muted);
}

.vdp-ml-shell {
	width: min(920px, calc(100% - 2rem));
	margin: 0 auto;
	padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

.vdp-ml-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.vdp-ml-card {
	background: #fff;
	border: 1px solid var(--vdp-ml-line);
	border-radius: 14px;
	padding: 1.35rem 1.25rem 1.4rem;
}

.vdp-ml-card__title {
	margin: 0 0 0.85rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vdp-ml-accent);
}

.vdp-ml-card__brand {
	margin: 0 0 0.25rem;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.vdp-ml-card__sub {
	margin: 0 0 1rem;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--vdp-ml-muted);
}

.vdp-ml-dl {
	margin: 0;
}

.vdp-ml-dl__row {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0.5rem 0.75rem;
	padding: 0.65rem 0;
	border-top: 1px solid var(--vdp-ml-line);
}

.vdp-ml-dl__row:first-child {
	border-top: 0;
	padding-top: 0;
}

.vdp-ml-dl__row dt {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--vdp-ml-muted);
}

.vdp-ml-dl__row dd {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.45;
	font-weight: 500;
}

.vdp-ml-dl__row a {
	color: var(--vdp-ml-ink);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vdp-ml-dl__row a:hover {
	color: var(--vdp-ml-accent);
}

.vdp-ml-block {
	background: #fff;
	border: 1px solid var(--vdp-ml-line);
	border-radius: 14px;
	padding: 1.35rem 1.35rem 1.45rem;
	margin-bottom: 1rem;
}

.vdp-ml-block:last-child {
	margin-bottom: 0;
}

.vdp-ml-block__title {
	margin: 0 0 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.vdp-ml-block p {
	margin: 0 0 0.75rem;
	font-size: 0.92rem;
	line-height: 1.65;
	color: #2c2620;
}

.vdp-ml-block p:last-child {
	margin-bottom: 0;
}

.vdp-ml-block a {
	color: var(--vdp-ml-accent);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.vdp-ml-block a:hover {
	opacity: 0.85;
}

@media (max-width: 760px) {
	.vdp-ml-cards {
		grid-template-columns: 1fr;
	}

	.vdp-ml-dl__row {
		grid-template-columns: 1fr;
		gap: 0.2rem;
	}

	.vdp-ml-shell {
		width: calc(100% - 1.25rem);
	}

	.vdp-ml-card,
	.vdp-ml-block {
		padding: 1.15rem 1rem 1.2rem;
		border-radius: 12px;
	}
}
