p {
	margin-bottom: 20px;
}

.highlight {
	font-weight: 800;
	font-size: var(--text-xl); /* 1.25rem (20px) */ 
line-height: var(--text-xl--line-height); /* calc(1.75 / 1.25) */
	color: var(--nv-primary-accent) !important;
}


.essentiel .o-posts-read-more {
	display: inline-block;
	margin-top: 1rem;
}



.archive-header {
	width: 100%;
	padding: 3rem 0;
	background: var(--nv-light-bg);
}

.archive-container {
	width: min(100% - 2rem, 80rem);
	margin-inline: auto;
}

.archive-eyebrow {
	margin: 0;
	color: var(--nv-primary-accent);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.archive-title {
	margin: 0.75rem 0 0;
	color: var(--nv-text-color);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
}

.archive-description {
	max-width: 48rem;
	margin: 1rem 0 0;
	color: var(--nv-text-color);
	font-size: 1.125rem;
	line-height: 1.75;
}



.gretsi-tags-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.gretsi-tags-list > span {
	font-weight: 600;
}

.gretsi-tags-list a {
	text-decoration: none;
}



.gretsi-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;

	margin-bottom: 2rem;

	font-size: 0.875rem;
	line-height: 1.5;
}

.gretsi-breadcrumb a {
	color: var(--nv-text-color);
	text-decoration: none;
}

.gretsi-breadcrumb a:hover {
	color: var(--nv-primary-accent);
}

.gretsi-breadcrumb-separator {
	opacity: 0.5;
}

.gretsi-breadcrumb-current {
	color: var(--nv-text-color);
	opacity: 0.75;
}

.gretsi-theme-managers {
	display: block;
	margin: 0;
}


.gretsi-theme-managers::before {
	content: "";
	display: inline-block;
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.5rem;
	vertical-align: -0.15em;

	background-color: var(--nv-text-color);

	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M96 128a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm448 0a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 160a96 96 0 1 0 0-192 96 96 0 1 0 0 192zM0 480c0 17.7 14.3 32 32 32h128V352c0-40.1 13.2-77.1 35.5-106.9C174.7 234.1 150.9 228 126 228H98C43.9 228 0 271.9 0 326v154zm480 32h128c17.7 0 32-14.3 32-32V326c0-54.1-43.9-98-98-98h-28c-24.9 0-48.7 6.1-69.5 17.1C466.8 274.9 480 311.9 480 352v160zM224 192c-70.7 0-128 57.3-128 128v192h448V320c0-70.7-57.3-128-128-128H224z'/%3E%3C/svg%3E") center / contain no-repeat;

	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M96 128a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm448 0a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 160a96 96 0 1 0 0-192 96 96 0 1 0 0 192zM0 480c0 17.7 14.3 32 32 32h128V352c0-40.1 13.2-77.1 35.5-106.9C174.7 234.1 150.9 228 126 228H98C43.9 228 0 271.9 0 326v154zm480 32h128c17.7 0 32-14.3 32-32V326c0-54.1-43.9-98-98-98h-28c-24.9 0-48.7 6.1-69.5 17.1C466.8 274.9 480 311.9 480 352v160zM224 192c-70.7 0-128 57.3-128 128v192h448V320c0-70.7-57.3-128-128-128H224z'/%3E%3C/svg%3E") center / contain no-repeat;

}


.single-post .entry-content h2 {
	margin-top: 5rem;
	margin-bottom: 1.5rem;
}

.single-post .entry-content h2.theme {
	margin-top: 1rem;
}

.single-post .entry-content h2::after {
	content: "";
	display: block;
	width: 4rem;
	height: 5px;
	margin-top: 0.5rem;

	background-color: var(--nv-primary-accent);
}

.single-post .entry-content h3 {
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

p.name {
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height : normal;
}

p.affiliation {
	line-height : normal;
}

