/* ============================================================
   DAL'ALU — Pages légales (Mentions légales, Confidentialité)
   Mise en page sobre, même conteneur 1460 px que le reste du site.
   ============================================================ */

.dal-legal {
	padding: 0 20px 90px;
	overflow: hidden;
}

.dal-legal .dal-container {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
}

/* ── Fil d'ariane ── */
.dal-legal__fil {
	padding: 18px 0 8px;
	font-size: 13px;
	color: #888;
}

.dal-legal__fil a {
	color: #888;
	text-decoration: none;
}

.dal-legal__fil a:hover {
	color: var(--dal-red, #DC0D15);
}

.dal-legal__fil span {
	margin: 0 6px;
}

/* ── Hero : bandeau rouge sobre ── */
.dal-legal__hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1460px;
	min-height: 160px;
	margin: 8px auto 0;
	border-radius: 24px;
	overflow: hidden;
}

.dal-legal__hero-bg {
	position: absolute;
	inset: 0;
	background: var(--dal-red, #DC0D15);
}

.dal-legal__hero-titre {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #fff;
	text-align: center;
	font-size: clamp(1.85rem, 2.6vw, 44px);
	font-weight: 800;
	line-height: normal;
}

/* ── Contenu ── */
.dal-container.dal-legal__contenu {
	max-width: 900px;
	margin-top: 56px;
}

.dal-legal__section {
	margin-bottom: 40px;
}

.dal-legal__section:last-child {
	margin-bottom: 0;
}

.dal-legal__section-titre {
	color: var(--dal-red, #DC0D15);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 14px;
}

.dal-legal__section p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0 0 14px;
}

.dal-legal__section p:last-child {
	margin-bottom: 0;
}

.dal-legal__section a {
	color: var(--dal-red, #DC0D15);
	text-decoration: underline;
	text-underline-offset: 2px;
	word-break: break-word;
}

/* ── Responsive ── */
@media (max-width: 700px) {
	.dal-legal__hero {
		min-height: 120px;
	}

	.dal-legal__section-titre {
		font-size: 20px;
	}
}
