.legal-section {
	padding: 5rem 0;
	margin-top: 80px;
}

.legal-section h1 {
	text-align: center;
	margin-bottom: 0.5rem;
}

.last-updated {
	text-align: center;
	color: #777;
	margin-bottom: 3rem;
}

.legal-content {
	max-width: 900px;
	margin: 0 auto;
	background: #ffffff;
	padding: 2.5rem;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.legal-content h2 {
	color: #4b3f72;
	text-align: left;
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-size: 1.75rem;
}

.legal-content h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background-color: #1fc2a6;
	margin: 0.5rem 0 0;
}

.legal-content h3 {
	font-size: 1.3rem;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.legal-content p,
.legal-content ul {
	margin-bottom: 1.25rem;
	line-height: 1.7;
}

.legal-content ul {
	margin-left: 1.5rem;
}

.legal-content ul li {
	margin-bottom: 0.5rem;
}

/* Style pour la table des cookies */
.cookie-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.5rem;
}

.cookie-table th,
.cookie-table td {
	border: 1px solid #e5e5e5;
	padding: 0.75rem;
	text-align: left;
}

.cookie-table th {
	background-color: rgba(31, 194, 166, 0.1);
	font-weight: 600;
}

.cookie-table tr:nth-child(even) {
	background-color: #f9f9f9;
}
