/**
 * Page Styles - Pages statiques
 */

/* Page standard */
.page .entry-header {
	margin-bottom: 2rem;
	text-align: center;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #e5e7eb;
}

.page .entry-title {
	font-size: 2.5rem;
	line-height: 1.2;
	margin: 0;
	color: #111827;
	font-weight: 700;
}

@media (min-width: 768px) {
	.page .entry-title {
		font-size: 3rem;
	}
}

.page .entry-meta {
	display: none;
}

/* Page content */
.page .entry-content {
	line-height: 1.8;
	color: #374151;
	font-size: 1.0625rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.page .entry-content > * {
	margin-bottom: 1.5rem;
}

.page .entry-content h2 {
	font-size: 2rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
	color: #111827;
	font-weight: 600;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e5e7eb;
}

.page .entry-content h3 {
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #111827;
}

.page .entry-content h4 {
	font-size: 1.25rem;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	color: #111827;
}

.page .entry-content p {
	margin-bottom: 1.5rem;
}

.page .entry-content a {
	color: var(--primary-color);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
	font-weight: 500;
}

.page .entry-content a:hover {
	color: var(--secondary-color);
}

.page .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--radius-lg);
	margin: 2rem 0;
}

.page .entry-content ul,
.page .entry-content ol {
	padding-left: 2rem;
	margin-bottom: 1.5rem;
}

.page .entry-content li {
	margin-bottom: 0.75rem;
}

/* Page template - Full width */
.page-template-full-width .content-area {
	max-width: 100%;
}

.page-template-full-width .entry-content {
	max-width: 100%;
}

/* Page footer */
.page .entry-footer {
	display: none;
}

/* Responsive */
@media (max-width: 768px) {
	.page .entry-title {
		font-size: 1.75rem;
	}

	.page .entry-content {
		font-size: 1rem;
	}

	.page .entry-content h2 {
		font-size: 1.5rem;
		margin-top: 2rem;
	}

	.page .entry-content h3 {
		font-size: 1.25rem;
	}
}
