/* Position Zéro 0.5 — module veille. Chargé uniquement si nécessaire. */
.pzv-official-kicker {
	background: rgba(0, 204, 229, .09);
	border: 1px solid rgba(0, 204, 229, .38);
	border-radius: 999px;
	color: #00d7ee !important;
	display: table;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.35;
	margin: 0 0 1rem !important;
	padding: .42rem .75rem;
	text-transform: uppercase;
}

.pzv-official-note {
	border-left: 3px solid #00cce5;
	color: #c9d0d4;
	font-size: .95rem;
	line-height: 1.65;
	margin: .25rem 0 2rem !important;
	padding: .15rem 0 .15rem 1rem;
}

.pzv-official-note strong {
	color: inherit;
}

.pzv-summary-heading {
	font-size: 1.35em;
	margin: 0 0 1rem;
}

.pzv-breadcrumb-parent {
	white-space: nowrap;
}

.pzv-breadcrumb-separator {
	display: inline-block;
	margin: 0 .75rem;
}

.pzv-source-card {
	background:
		linear-gradient(135deg, rgba(0, 204, 229, .08), transparent 55%),
		#16181b;
	border: 1px solid #2a2e33;
	border-left: 4px solid #00cce5;
	border-radius: 3px;
	box-shadow: 0 14px 35px rgba(0, 0, 0, .18);
	color: #f4f6f8;
	margin: 2.25rem 0;
	overflow: hidden;
	padding: 1.35rem 1.5rem;
}

.pzv-source-card p {
	color: inherit;
	margin: 0 0 .75rem;
}

.pzv-source-card p:last-child {
	margin-bottom: 0;
}

.pzv-source-card__eyebrow {
	color: #00d7ee !important;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.pzv-source-card__link {
	color: #00d7ee !important;
	font-weight: 600;
	text-decoration: none;
}

.pzv-source-card__link:hover,
.pzv-source-card__link:focus {
	color: #fff !important;
	text-decoration: underline;
}

.pzv-relevance,
.pzv-related {
	border-top: 1px solid rgba(127, 127, 127, .25);
	margin: 2.25rem 0;
	padding-top: 1.5rem;
}

.pzv-relevance h2,
.pzv-related h2 {
	font-size: 1.35em;
}

.pzv-related ul {
	margin-bottom: 0;
}

.pzv-archive-intro {
	background:
		linear-gradient(135deg, rgba(0, 204, 229, .07), transparent 62%),
		#151719;
	border: 1px solid #282c30;
	border-left: 4px solid #00cce5;
	border-radius: 3px;
	margin: 0 0 2.5rem;
	padding: 1.15rem 1.35rem;
}

.pzv-archive-intro p {
	color: #dfe3e6;
	font-size: 1rem;
	line-height: 1.75;
	margin: 0;
}

.post-type-archive-pzv_veille .archive-box {
	margin-bottom: 1.25rem;
}

.post-type-archive-pzv_veille .pzv-official-entry .entry-title::before,
.post-type-archive-pzv_veille .pzv-official-entry .post-title::before,
.post-type-archive-pzv_veille .pzv-official-entry h2:first-of-type::before,
.post-type-archive-pzv_veille .pzv-official-entry h3:first-of-type::before,
.tax-pzv_source .pzv-official-entry .entry-title::before,
.tax-pzv_source .pzv-official-entry .post-title::before,
.tax-pzv_theme .pzv-official-entry .entry-title::before,
.tax-pzv_theme .pzv-official-entry .post-title::before {
	color: #00d7ee;
	content: "Annonce officielle";
	display: block;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.35;
	margin: 0 0 .55rem;
	text-transform: uppercase;
}

@media (max-width: 640px) {
	.pzv-source-card {
		margin: 1.75rem 0;
		padding: 1.1rem 1.15rem;
	}

	.pzv-archive-intro {
		margin-bottom: 2rem;
		padding: 1rem 1.1rem;
	}

	.pzv-official-kicker {
		font-size: .67rem;
	}

	.pzv-official-note {
		margin-bottom: 1.6rem !important;
	}
}
