.single-materiel .entry-meta,
.single-materiel .nv-meta-list {
	display: none;
}

.vpes-pm-page {
	min-height: 55vh;
	padding: 36px 20px 56px;
	background: #fff;
}

.vpes-pm-page-container {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}

.vpes-pm-card {
	--vpes-navy: #142f4f;
	--vpes-blue: #1775b8;
	--vpes-light: #f4f7fa;
	--vpes-border: #dce4eb;
	--vpes-text: #1f2933;
	max-width: 920px;
	margin: 1.5rem auto 2.5rem;
	color: var(--vpes-text);
	font-size: 16px;
}

.vpes-pm-public {
	display: grid;
	grid-template-columns: minmax(220px, 38%) 1fr;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--vpes-border);
	border-radius: 14px 14px 0 0;
	box-shadow: 0 10px 28px rgba(20, 47, 79, 0.09);
}

.vpes-pm-visual {
	min-height: 290px;
	background: #eef3f7;
}

.vpes-pm-photo,
.vpes-pm-photo-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 290px;
	object-fit: contain;
}

.vpes-pm-photo {
	padding: 18px;
	background: #fff;
}

.vpes-pm-photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #667788;
	font-weight: 600;
}

.vpes-pm-summary {
	padding: 32px;
}

.vpes-pm-identifier {
	margin: 0 0 6px;
	color: var(--vpes-blue);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.vpes-pm-summary h2 {
	margin: 0 0 14px;
	color: var(--vpes-navy);
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.2;
}

.vpes-pm-status {
	display: inline-flex;
	align-items: center;
	margin-bottom: 22px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #e9eef3;
	color: #3a4650;
	font-size: 0.86rem;
	font-weight: 750;
}

.vpes-pm-status--en_service {
	background: #e5f6eb;
	color: #176534;
}

.vpes-pm-status--en_reparation {
	background: #fff4dc;
	color: #805600;
}

.vpes-pm-status--en_panne,
.vpes-pm-status--perdu,
.vpes-pm-status--vole {
	background: #fde9e8;
	color: #9b241f;
}

.vpes-pm-status--reforme,
.vpes-pm-status--vendu {
	background: #eceff2;
	color: #4c5660;
}

.vpes-pm-details {
	margin: 0;
}

.vpes-pm-detail {
	display: grid;
	grid-template-columns: minmax(120px, 36%) 1fr;
	gap: 14px;
	padding: 10px 0;
	border-top: 1px solid var(--vpes-border);
}

.vpes-pm-detail dt,
.vpes-pm-detail dd {
	margin: 0;
}

.vpes-pm-detail dt {
	color: #637383;
	font-weight: 650;
}

.vpes-pm-detail dd {
	color: var(--vpes-text);
	font-weight: 600;
}

.vpes-pm-owner-notice {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 18px;
	padding: 20px 24px;
	border-radius: 0 0 14px 14px;
	background: var(--vpes-navy);
	color: #fff;
}

.vpes-pm-owner-notice strong {
	width: 100%;
	font-size: 1.02rem;
}

.vpes-pm-owner-notice span {
	opacity: 0.88;
}

.vpes-pm-contact-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.vpes-pm-contact-links a {
	color: #fff;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vpes-pm-internal {
	margin-top: 22px;
	padding: 20px 24px;
	border: 1px dashed #aebbc7;
	border-radius: 12px;
	background: var(--vpes-light);
}

.vpes-pm-internal summary {
	cursor: pointer;
	margin-bottom: 14px;
	color: var(--vpes-navy);
	font-weight: 800;
}

.vpes-pm-private-note {
	margin: 16px 0 0;
	color: #667788;
	font-size: 0.86rem;
	font-style: italic;
}

.vpes-pm-admin-warning {
	padding: 14px 18px;
	border-left: 4px solid #b32d2e;
	background: #fcf0f1;
}

@media (max-width: 700px) {
	.vpes-pm-page {
		padding: 22px 14px 40px;
	}

	.vpes-pm-public {
		grid-template-columns: 1fr;
	}

	.vpes-pm-visual,
	.vpes-pm-photo,
	.vpes-pm-photo-placeholder {
		min-height: 230px;
		max-height: 340px;
	}

	.vpes-pm-summary {
		padding: 24px 20px;
	}

	.vpes-pm-detail {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.vpes-pm-owner-notice {
		padding: 18px 20px;
	}
}
