/**
 * Base structurelle de la section éditoriale.
 *
 * Toutes les règles sont limitées à .aellen-editorial-view afin de ne pas
 * modifier les pages personnelles rendues par Twenty Sixteen.
 */

.aellen-editorial-view .site {
	background: #FBFAF7;
	margin: 0;
}

.aellen-editorial-view .editorial-header,
.aellen-editorial-view .editorial-main,
.aellen-editorial-view .editorial-footer {
	width: 100%;
}

.aellen-editorial-view .editorial-header__inner,
.aellen-editorial-view .editorial-main,
.aellen-editorial-view .editorial-footer__inner {
	margin-inline: auto;
	max-width: 72rem;
	padding-inline: clamp(1rem, 4vw, 3rem);
}

.aellen-editorial-view .editorial-header {
	border: 0;
	padding-block: 2.5rem 1.5rem;
}

.aellen-editorial-view .editorial-header__top {
	align-items: start;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
}

.aellen-editorial-view .editorial-header__top .editorial-masthead {
	grid-column: 1 / -1;
	grid-row: 2;
}

.aellen-editorial-view .editorial-header__top .editorial-header__compact-brand {
	grid-column: 1;
	grid-row: 1;
}

.aellen-editorial-view .editorial-header__top .editorial-header-tools {
	grid-column: 2;
	grid-row: 1;
}

.aellen-editorial-view .editorial-masthead,
.aellen-editorial-view .editorial-header__compact-brand {
	margin: 0;
}

.aellen-editorial-view .editorial-masthead {
	margin-inline: auto;
	max-width: 31rem;
	padding-block: clamp(1rem, 3vw, 1.75rem);
	text-align: center;
}

.aellen-editorial-view .editorial-masthead__rule {
	background: #08788A;
	border: 0;
	display: block;
	height: 1px;
	margin-inline: auto;
	max-width: calc(100% - 2rem);
	width: 31rem;
}

.aellen-editorial-view .editorial-masthead__brand {
	line-height: 0;
	margin: clamp(1.25rem, 3vw, 1.75rem) auto 1rem;
}

.aellen-editorial-view .editorial-masthead__brand img {
	display: block;
	height: auto;
	margin-inline: auto;
	max-width: min(100%, 25rem);
	width: 100%;
}

.aellen-editorial-view .editorial-masthead__tagline {
	font-family: Inter, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 auto clamp(1.25rem, 3vw, 1.75rem);
}

.aellen-editorial-view .editorial-header__compact-brand img {
	display: block;
	height: auto;
	max-width: 11rem;
	width: 100%;
}

.aellen-editorial-view .editorial-header-search {
	display: flex;
	font-family: Inter, sans-serif;
	gap: 0.35rem;
	margin: 0;
	max-width: 18rem;
}
.aellen-editorial-view .editorial-header-tools { align-items: center; display: flex; gap: 1rem; justify-content: flex-end; }
.aellen-editorial-view .editorial-header-territories { color: #08788A; font-family: Inter, sans-serif; font-size: .8125rem; text-decoration: underline; }
.aellen-editorial-view .editorial-territories-index { columns: 2; font-family: Inter, sans-serif; list-style: none; margin: 0; padding: 0; }
.aellen-editorial-view .editorial-territories-index li { break-inside: avoid; margin: 0 0 .75rem; }
.aellen-editorial-view .editorial-territories-index a { color: #08788A; }

.aellen-editorial-view .editorial-header-search input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #08788A;
	border-radius: 0;
	color: #191919;
	font: inherit;
	min-width: 0;
	padding: 0.3rem 0;
	width: 100%;
}

.aellen-editorial-view .editorial-header-search button {
	background: transparent;
	border: 0;
	color: #08788A;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.2rem;
}

.aellen-editorial-view .editorial-header-search input:focus-visible,
.aellen-editorial-view .editorial-header-search button:focus-visible {
	outline: 2px solid #08788A;
	outline-offset: 3px;
}

.aellen-editorial-view .editorial-navigation__menu {
	display: flex;
	flex-wrap: nowrap;
	font-family: Inter, sans-serif;
	font-size: 0.875rem;
	gap: 0;
	justify-content: center;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.aellen-editorial-view .editorial-navigation__menu li {
	align-items: center;
	display: flex;
	white-space: nowrap;
}

.aellen-editorial-view .editorial-navigation__menu li:not(:last-child)::after {
	color: #08788A;
	content: "·";
	margin-inline: 0.7rem;
}

.aellen-editorial-view .editorial-navigation__menu a {
	color: #191919;
	display: block;
	padding: 0.65rem 0.2rem;
	text-decoration: none;
}

.aellen-editorial-view .editorial-masthead + .editorial-navigation .editorial-navigation__menu {
	margin-top: 1.5rem;
}

.aellen-editorial-view:not(.home) .editorial-header {
	padding-block: 1rem 0.75rem;
}

.aellen-editorial-view:not(.home) .editorial-navigation__menu {
	margin-top: 0.75rem;
}

.aellen-editorial-view .editorial-navigation__menu .is-active a,
.aellen-editorial-view .editorial-navigation__menu a:hover {
	color: #08788A;
	text-decoration: underline;
	text-underline-offset: 0.25em;
}

.aellen-editorial-view .editorial-navigation__menu a:focus-visible,
.aellen-editorial-view .editorial-footer a:focus-visible,
.aellen-editorial-view .editorial-main a:focus-visible,
.aellen-editorial-view .editorial-main button:focus-visible,
.aellen-editorial-view .editorial-main select:focus-visible {
	outline: 2px solid #08788A;
	outline-offset: 3px;
}

.aellen-editorial-view .editorial-main {
	padding-block: clamp(2rem, 6vw, 5rem);
}

.aellen-editorial-view.home .editorial-main {
	padding-top: clamp(2rem, 4vw, 3.25rem);
}

.aellen-editorial-view .editorial-section + .editorial-section {
	margin-top: 4rem;
}

.aellen-editorial-view .editorial-home-section + .editorial-home-section,
.aellen-editorial-view .editorial-home-archives {
	border-top: 1px solid #08788A;
	margin-top: clamp(3.5rem, 8vw, 6rem);
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.aellen-editorial-view .editorial-home-section__header {
	margin-bottom: 1.5rem;
}

.aellen-editorial-view .editorial-home-section__header h2,
.aellen-editorial-view .editorial-home-featured__title,
.aellen-editorial-view .editorial-home-analysis__title,
.aellen-editorial-view .editorial-home-billet__title {
	font-family: Newsreader, Georgia, serif;
}

.aellen-editorial-view .editorial-home-section__header h2 {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.05;
	margin: 0;
}

.aellen-editorial-view .editorial-home-section__eyebrow,
.aellen-editorial-view .editorial-home-featured__category,
.aellen-editorial-view .editorial-home-analysis__category {
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 0;
	text-transform: uppercase;
}

.aellen-editorial-view .editorial-home-featured {
	margin-inline: 0;
	max-width: 50rem;
}

.aellen-editorial-view .editorial-home-featured__category,
.aellen-editorial-view .editorial-home-analysis__category {
	margin-bottom: 0.75rem;
}

.aellen-editorial-view .editorial-home-featured__category a,
.aellen-editorial-view .editorial-home-analysis__category a,
.aellen-editorial-view .editorial-home-meta__category,
.aellen-editorial-view .editorial-home-territories a,
.aellen-editorial-view .editorial-home-featured__link a,
.aellen-editorial-view .editorial-home-reading-list a,
.aellen-editorial-view .editorial-home-section--about a,
.aellen-editorial-view .editorial-home-archives a {
	color: #08788A;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.aellen-editorial-view .editorial-home-featured__title {
	font-size: clamp(2.75rem, 4.5vw, 3.75rem);
	line-height: 0.98;
	margin: 0;
}

.aellen-editorial-view .editorial-home-featured__title a,
.aellen-editorial-view .editorial-home-analysis__title a,
.aellen-editorial-view .editorial-home-billet__title a {
	color: #191919;
	text-decoration: none;
}

.aellen-editorial-view .editorial-home-featured__title a:hover,
.aellen-editorial-view .editorial-home-analysis__title a:hover,
.aellen-editorial-view .editorial-home-billet__title a:hover {
	color: #08788A;
}

.aellen-editorial-view .editorial-home-featured__excerpt,
.aellen-editorial-view .editorial-home-analysis__excerpt,
.aellen-editorial-view .editorial-home-billet__excerpt,
.aellen-editorial-view .editorial-home-section--about p,
.aellen-editorial-view .editorial-home-reading-list p {
	font-family: "Source Serif 4", Georgia, serif;
}

.aellen-editorial-view .editorial-home-featured__excerpt {
	font-size: clamp(1.25rem, 2.6vw, 1.6rem);
	line-height: 1.45;
	margin: 1.25rem 0;
}

.aellen-editorial-view .editorial-home-meta {
	display: flex;
	flex-wrap: wrap;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	gap: 0.4rem 1rem;
	line-height: 1.4;
	margin-top: 1rem;
}

.aellen-editorial-view .editorial-home-territories {
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	margin: 0.75rem 0 0;
}

.aellen-editorial-view .editorial-home-featured__link {
	font-family: Inter, sans-serif;
	font-size: 0.875rem;
	margin: 1.5rem 0 0;
}

.aellen-editorial-view .editorial-home-analyses {
	display: grid;
	gap: clamp(2rem, 5vw, 3.5rem) clamp(2rem, 6vw, 5rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aellen-editorial-view .editorial-home-analysis__title {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.05;
	margin: 0;
}

.aellen-editorial-view .editorial-home-analysis__excerpt,
.aellen-editorial-view .editorial-home-billet__excerpt {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0.75rem 0 0;
}

.aellen-editorial-view .editorial-home-billets {
	border: 0;
}

.aellen-editorial-view .editorial-home-billet {
	border: 0;
	padding-block: 1.15rem;
}

.aellen-editorial-view .editorial-home-billet .editorial-home-meta {
	margin-top: 0;
}

.aellen-editorial-view .editorial-home-billet__title {
	font-size: clamp(1.35rem, 2.5vw, 1.8rem);
	line-height: 1.1;
	margin: 0.35rem 0 0;
}

.aellen-editorial-view .editorial-home-reading-list {
	font-family: Inter, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}

.aellen-editorial-view .editorial-home-reading-list li + li {
	margin-top: 1.25rem;
}

.aellen-editorial-view .editorial-home-reading-list a {
	font-weight: 600;
}

.aellen-editorial-view .editorial-home-reading-list p {
	font-size: 1rem;
	margin: 0.35rem 0 0;
}

.aellen-editorial-view .editorial-home-section--about {
	max-width: 43.75rem;
}

.aellen-editorial-view .editorial-home-section--about p {
	font-size: 1.0625rem;
	line-height: 1.55;
	margin: 0.75rem 0 0;
}

.aellen-editorial-view .editorial-home-archives {
	font-family: Inter, sans-serif;
	font-size: 0.875rem;
	margin-bottom: 0;
}

.aellen-editorial-view .editorial-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.aellen-editorial-view .editorial-card {
	margin: 0;
}

.aellen-editorial-view .editorial-category-introduction {
	font-family: "Source Serif 4", Georgia, serif;
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
	line-height: 1.45;
	margin: 1rem 0 0;
	max-width: 42rem;
}

.aellen-editorial-view .editorial-section--archive > .editorial-section__header {
	border-bottom: 1px solid rgba(8, 120, 138, 0.45);
	max-width: 42rem;
	padding-bottom: 1.25rem;
}

.aellen-editorial-view .editorial-section--archive > .editorial-category-featured {
	margin-top: clamp(1.75rem, 4vw, 2.5rem);
}

.aellen-editorial-view .editorial-territory-count {
	color: #616a73;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	margin: 0.75rem 0 0;
}

.aellen-editorial-view .editorial-category-featured {
	border-bottom: 1px solid #08788A;
	margin: 0;
	padding-bottom: 2.5rem;
}

.aellen-editorial-view .editorial-category-featured__kind,
.aellen-editorial-view .editorial-category-card__kind {
	color: #08788A;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
}

.aellen-editorial-view .editorial-category-featured__title,
.aellen-editorial-view .editorial-category-card__title {
	font-family: Newsreader, Georgia, serif;
	line-height: 1;
	margin: 0;
}

.aellen-editorial-view .editorial-category-featured__title {
	font-size: clamp(2.6rem, 6vw, 4.25rem);
	max-width: 50rem;
}

.aellen-editorial-view .editorial-category-featured--billet .editorial-category-featured__title {
	font-size: clamp(2rem, 4.5vw, 3.15rem);
}

.aellen-editorial-view .editorial-category-featured__title a,
.aellen-editorial-view .editorial-category-card__title a {
	color: #191919;
	text-decoration: none;
}

.aellen-editorial-view .editorial-category-featured__title a:hover,
.aellen-editorial-view .editorial-category-card__title a:hover {
	color: #08788A;
}

.aellen-editorial-view .editorial-category-featured__excerpt {
	font-family: "Source Serif 4", Georgia, serif;
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
	line-height: 1.45;
	margin: 1.25rem 0;
	max-width: 42rem;
}

.aellen-editorial-view .editorial-category-meta {
	display: flex;
	flex-wrap: wrap;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	gap: 0.35rem 1rem;
}

.aellen-editorial-view .editorial-category-meta a,
.aellen-editorial-view .editorial-category-territories a {
	color: #08788A;
}

.aellen-editorial-view .editorial-category-territories {
	color: #08788A;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	margin: 0.6rem 0 0;
}

.aellen-editorial-view .editorial-category-following {
	margin-top: 2.5rem;
}

.aellen-editorial-view .editorial-category-following__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aellen-editorial-view .editorial-category-card__title {
	font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.aellen-editorial-view .editorial-category-card--billet .editorial-category-card__title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.aellen-editorial-view .editorial-category-card__excerpt {
	font-family: "Source Serif 4", Georgia, serif;
	line-height: 1.5;
	margin: 0.8rem 0;
}

.aellen-editorial-view .editorial-category-pagination {
	font-family: Inter, sans-serif;
	margin-top: 3rem;
}

.aellen-editorial-view .editorial-category-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	padding-right: 0;
}

.aellen-editorial-view .editorial-category-pagination a {
	color: #08788A;
}

.aellen-editorial-view .editorial-category-pagination .prev,
.aellen-editorial-view .editorial-category-pagination .next {
	background: transparent;
	color: #08788A;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: static;
	width: auto;
}

.aellen-editorial-view .editorial-category-pagination .prev:before,
.aellen-editorial-view .editorial-category-pagination .next:before {
	content: none;
}

.aellen-editorial-view .editorial-category-pagination .pagination:before,
.aellen-editorial-view .editorial-category-pagination .pagination:after,
.aellen-editorial-view .editorial-category-pagination .nav-links:before,
.aellen-editorial-view .editorial-category-pagination .nav-links:after {
	content: none;
	display: none;
}

.aellen-editorial-view .editorial-category-empty {
	font-family: "Source Serif 4", Georgia, serif;
	margin: 2rem 0 0;
}

.aellen-editorial-view .editorial-articles-filters {
	align-items: end;
	border-bottom: 1px solid #08788A;
	display: flex;
	flex-wrap: wrap;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	gap: 0.75rem 1rem;
	margin: 2rem 0 2.5rem;
	padding-bottom: 1.25rem;
}

.aellen-editorial-view .editorial-articles-filters label {
	display: grid;
	gap: 0.25rem;
}

.aellen-editorial-view .editorial-articles-filters select,
.aellen-editorial-view .editorial-articles-filters button {
	background: transparent;
	border: 1px solid #08788A;
	border-radius: 0;
	color: #191919;
	font: inherit;
	padding: 0.4rem 0.5rem;
}

.aellen-editorial-view .editorial-articles-filters button,
.aellen-editorial-view .editorial-articles-filters a {
	color: #08788A;
}

.aellen-editorial-view .editorial-articles-filters a {
	padding-bottom: 0.35rem;
}

.aellen-editorial-view .editorial-articles-list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aellen-editorial-view .editorial-articles-card {
	border-bottom: 1px solid rgba(8, 120, 138, 0.45);
	margin: 0;
	padding-bottom: 1.75rem;
}

.aellen-editorial-view .editorial-articles-card__kind {
	color: #08788A;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
}

.aellen-editorial-view .editorial-articles-card__title {
	font-family: Newsreader, Georgia, serif;
	font-size: clamp(1.65rem, 3vw, 2.15rem);
	line-height: 1;
	margin: 0;
}

.aellen-editorial-view .editorial-articles-card--billet .editorial-articles-card__title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.aellen-editorial-view .editorial-articles-card__title a {
	color: #191919;
	text-decoration: none;
}

.aellen-editorial-view .editorial-articles-card__title a:hover {
	color: #08788A;
}

.aellen-editorial-view .editorial-articles-card__excerpt {
	font-family: "Source Serif 4", Georgia, serif;
	line-height: 1.5;
	margin: 0.8rem 0;
}

.aellen-editorial-view .editorial-articles-meta {
	display: flex;
	flex-wrap: wrap;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	gap: 0.35rem 1rem;
}

.aellen-editorial-view .editorial-articles-meta a,
.aellen-editorial-view .editorial-articles-territories a {
	color: #08788A;
}

.aellen-editorial-view .editorial-articles-territories {
	color: #08788A;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	margin: 0.6rem 0 0;
}

.aellen-editorial-view .editorial-card__image img,
.aellen-editorial-view .editorial-article__image img {
	display: block;
	height: auto;
	width: 100%;
}

.aellen-editorial-view .editorial-card__meta,
.aellen-editorial-view .editorial-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
}

.aellen-editorial-view .editorial-article {
	margin-inline: auto;
	max-width: 43.75rem;
}

.aellen-editorial-view .editorial-article__header {
	margin-bottom: 2.5rem;
}

.aellen-editorial-view .editorial-article__category,
.aellen-editorial-view .editorial-article__metadata,
.aellen-editorial-view .editorial-article__territories {
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	letter-spacing: 0.03em;
}

.aellen-editorial-view .editorial-article__category {
	font-weight: 600;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.aellen-editorial-view .editorial-article__category a,
.aellen-editorial-view .editorial-article__territories a,
.aellen-editorial-view .editorial-article__content a,
.aellen-editorial-view .editorial-author-box a,
.aellen-editorial-view .editorial-related a {
	color: #08788A;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.aellen-editorial-view .editorial-article__content a {
	box-shadow: none;
	text-decoration: none;
}

.aellen-editorial-view .editorial-article__content a:hover {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.aellen-editorial-view .editorial-article__title,
.aellen-editorial-view .editorial-article__content h2,
.aellen-editorial-view .editorial-article__content h3,
.aellen-editorial-view .editorial-author-box h2,
.aellen-editorial-view .editorial-related h2 {
	font-family: Newsreader, Georgia, serif;
}

.aellen-editorial-view .editorial-article__title {
	font-size: clamp(2.25rem, 5vw, 3.625rem);
	line-height: 0.98;
	margin: 0;
}

.aellen-editorial-view .editorial-article--billet .editorial-article__title {
	font-size: clamp(2rem, 5vw, 3.25rem);
}

.aellen-editorial-view .editorial-article__excerpt {
	font-family: "Source Serif 4", Georgia, serif;
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	line-height: 1.45;
	margin: 1.5rem 0;
}

.aellen-editorial-view .editorial-article__metadata {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
	margin-top: 1.25rem;
}

.aellen-editorial-view .editorial-article__territories {
	margin: 0.75rem 0 0;
}

.aellen-editorial-view .editorial-article__content {
	font-family: "Source Serif 4", Georgia, serif;
	font-size: 1.25rem;
	line-height: 1.65;
}

/* Proportions V1 et retrait des modules sociaux WordPress.com/Jetpack. */
.aellen-editorial-view .editorial-article__title { font-size: 48px; }
.aellen-editorial-view .editorial-article__content { max-width: 45rem; }
.aellen-editorial-view .editorial-home-featured__title { font-size: clamp(2.75rem, 4vw, 3rem); }
.aellen-editorial-view .editorial-category-featured__title { font-size: clamp(2.75rem, 4vw, 3rem); }
.aellen-editorial-view .sharedaddy,
.aellen-editorial-view .sd-sharing-enabled,
.aellen-editorial-view .sd-like,
.aellen-editorial-view .jp-post-flair,
.aellen-editorial-view #jp-post-flair,
.aellen-editorial-view .jetpack-likes-widget-wrapper { display: none !important; }

.aellen-editorial-view .editorial-article__content > * + * {
	margin-top: 1.35em;
}

.aellen-editorial-view .editorial-article__content h2,
.aellen-editorial-view .editorial-article__content h3 {
	line-height: 1.08;
	margin-top: 2.4em;
}

.aellen-editorial-view .editorial-article__content h2 {
	font-size: clamp(1.55rem, 2.6vw, 2rem);
}

.aellen-editorial-view .editorial-article__content h3 {
	font-size: clamp(1.3rem, 2.2vw, 1.65rem);
}

.aellen-editorial-view .editorial-article__content .editorial-sources-heading {
	color: #08788A;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	margin-bottom: 0;
	margin-top: 3.2em;
}

.aellen-editorial-view .editorial-article__content blockquote {
	border-left: 3px solid #08788A;
	font-style: italic;
	margin-inline: 0;
	padding-left: 1.25rem;
}

.aellen-editorial-view .editorial-end-mark {
	align-items: center;
	background: #08788A;
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-flex;
	height: 1.125rem;
	justify-content: center;
	line-height: 0;
	margin: 0;
	padding: 0.15em;
	transform: translateY(-0.08em);
	vertical-align: -0.02em;
	width: 1.125rem;
}

.aellen-editorial-view .editorial-end-mark img {
	display: block;
	height: 100%;
	max-width: none;
	width: auto;
}

@media (max-width: 56.875em) {
	.aellen-editorial-view .editorial-article__title { font-size: 36px; }
	.aellen-editorial-view .editorial-article__excerpt { font-size: clamp(1.25rem, 5vw, 1.4375rem); }
	.aellen-editorial-view .editorial-article__content { font-size: 1.125rem; max-width: none; }
	.aellen-editorial-view .editorial-end-mark img {
		height: 100%;
	}

	.aellen-editorial-view .editorial-end-mark {
		height: 1.0625rem;
		width: 1.0625rem;
	}
}

/* Cohérence éditoriale M19 : repères, formats et archives neutres. */
.aellen-editorial-view .editorial-home-section__header h2,
.aellen-editorial-view .editorial-home-section__eyebrow {
	color: #08788A;
	font-family: Newsreader, Georgia, serif;
	font-size: clamp(1.375rem, 2.2vw, 1.5rem);
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.15;
	margin: 0;
	text-transform: none;
}

.aellen-editorial-view .editorial-home-archives {
	margin-bottom: -2rem;
}

.aellen-editorial-view .editorial-article__category,
.aellen-editorial-view .editorial-category-featured__kind,
.aellen-editorial-view .editorial-category-card__kind,
.aellen-editorial-view .editorial-articles-card__kind {
	font-weight: 500;
	text-transform: none;
}

.aellen-editorial-view .editorial-article__category a,
.aellen-editorial-view .editorial-category-featured__kind a,
.aellen-editorial-view .editorial-category-card__kind a,
.aellen-editorial-view .editorial-articles-card__kind a {
	text-decoration: underline;
}

.aellen-editorial-view .editorial-category-featured__title {
	font-size: clamp(2.35rem, 4vw, 3.2rem);
}

.aellen-editorial-view .editorial-category-card__title,
.aellen-editorial-view .editorial-category-card--billet .editorial-category-card__title,
.aellen-editorial-view .editorial-articles-card__title,
.aellen-editorial-view .editorial-articles-card--billet .editorial-articles-card__title {
	font-size: clamp(1.5rem, 2.6vw, 1.95rem);
}

.aellen-editorial-view .editorial-territories-introduction {
	font-family: "Source Serif 4", Georgia, serif;
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
	line-height: 1.45;
	margin: 1rem 0 0;
	max-width: 42rem;
}

.aellen-editorial-view .editorial-section--territories-index > .editorial-section__header {
	border-bottom: 1px solid rgba(8, 120, 138, 0.45);
	max-width: 42rem;
	padding-bottom: 1.25rem;
}

.aellen-editorial-view .editorial-share {
	clear: both;
	margin-top: 2rem;
}

.aellen-editorial-view .editorial-share + .editorial-related {
	border-top: 0;
	margin-top: 1.5rem;
	padding-top: 0;
}

.aellen-editorial-view .editorial-share__button {
	background: transparent;
	border: 0;
	color: #08788A;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.aellen-editorial-view .editorial-share__button:focus-visible {
	outline: 2px solid #08788A;
	outline-offset: 3px;
}

.aellen-editorial-view .editorial-share__status {
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	margin-left: 0.75rem;
}

.aellen-editorial-view .editorial-share + .editorial-author-box {
	border-top: 0;
	margin-top: 1.5rem;
	padding-top: 0;
}

.aellen-editorial-view .editorial-author-box,
.aellen-editorial-view .editorial-related,
.aellen-editorial-view .post-navigation {
	border-top: 1px solid #08788A;
	margin-top: 3rem;
	padding-top: 1.5rem;
}

.aellen-editorial-view .editorial-author-box h2,
.aellen-editorial-view .editorial-related h2 {
	font-size: 1.5rem;
	margin: 0 0 0.5rem;
}

.aellen-editorial-view .editorial-related ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aellen-editorial-view .editorial-related li + li {
	margin-top: 0.65rem;
}

.aellen-editorial-view .post-navigation .nav-links {
	display: flex;
	font-family: Inter, sans-serif;
	gap: 1.5rem;
	justify-content: space-between;
}

.aellen-editorial-view .post-navigation .nav-previous,
.aellen-editorial-view .post-navigation .nav-next {
	max-width: 48%;
}

.aellen-editorial-view .post-navigation .nav-next {
	margin-left: auto;
	text-align: right;
}

.aellen-editorial-view .post-navigation .nav-subtitle,
.aellen-editorial-view .post-navigation .nav-title {
	display: block;
}

.aellen-editorial-view .post-navigation .nav-subtitle {
	font-size: 0.8125rem;
	margin-bottom: 0.25rem;
}

.aellen-editorial-view .editorial-footer {
	background: #FBFAF7;
	border-top: 1px solid #08788A;
	color: #191919;
	margin-top: 4rem;
	padding-block: 3rem;
}

.aellen-editorial-view .editorial-footer__inner {
	text-align: center;
}

.aellen-editorial-view .editorial-footer__symbol {
	display: block;
	height: clamp(2.8125rem, 4vw, 3.5rem);
	margin: 0 auto 1.5rem;
	max-width: none;
	width: auto;
}

.aellen-editorial-view .editorial-footer__categories .editorial-navigation__menu {
	margin-top: 0;
}

.aellen-editorial-view .editorial-footer__pages ul {
	display: flex;
	flex-wrap: wrap;
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	gap: 0.5rem 1rem;
	justify-content: center;
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.aellen-editorial-view .editorial-footer__pages a,
.aellen-editorial-view .editorial-footer__personal a {
	color: #191919;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.aellen-editorial-view .editorial-footer__personal {
	font-family: Inter, sans-serif;
	font-size: 0.8125rem;
	margin: 1.5rem 0 0;
}

/* Les références restent compactes tout en séparant le titre de la première. */
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading + p,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading + ul,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading + ol {
	margin-top: 0.8em;
}

.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ p,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ ul,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ ol {
	margin-bottom: 0;
}

.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ p + p,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ p + ul,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ p + ol,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ ul + p,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ ol + p,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ ul li + li,
.aellen-editorial-view .editorial-article__content > .editorial-sources-heading ~ ol li + li {
	margin-top: 0.45em;
}

/* Twenty Sixteen flotte .entry-content sur desktop : la désactiver pour V1. */
@media screen and (min-width: 56.875em) {
	body.aellen-editorial-view:not(.search-results) article.editorial-article:not(.type-page) .editorial-article__content {
		float: none;
		margin-inline: auto;
		width: 71.42857144%;
	}
}

@media (max-width: 56.875em) {
	.aellen-editorial-view .editorial-grid {
		grid-template-columns: 1fr;
	}

	.aellen-editorial-view .editorial-category-following__list {
		grid-template-columns: 1fr;
	}

	.aellen-editorial-view .editorial-articles-list {
		grid-template-columns: 1fr;
	}

	.aellen-editorial-view .editorial-articles-filters {
		align-items: stretch;
	}

	.aellen-editorial-view .editorial-articles-filters label {
		width: 100%;
	}

	.aellen-editorial-view .editorial-articles-filters select,
	.aellen-editorial-view .editorial-articles-filters button {
		min-height: 2.75rem;
	}

	.aellen-editorial-view .editorial-header {
		padding-top: 1.5rem;
	}

	.aellen-editorial-view .editorial-section--archive > .editorial-category-featured {
		margin-top: 1.5rem;
	}

	.aellen-editorial-view .editorial-header__top {
		grid-template-columns: minmax(0, 1fr);
	}

	.aellen-editorial-view .editorial-header__top .editorial-header-tools {
		flex-wrap: wrap;
		grid-column: 1;
		grid-row: 1;
		justify-content: flex-end;
	}

	.aellen-editorial-view .editorial-header__top .editorial-masthead {
		grid-column: 1;
		grid-row: 2;
	}

	.aellen-editorial-view .editorial-header__top .editorial-header__compact-brand {
		grid-column: 1;
		grid-row: 2;
	}

	.aellen-editorial-view .editorial-header__compact-brand {
		margin-inline: auto;
		max-width: 11rem;
	}

	.aellen-editorial-view .editorial-masthead {
		max-width: 24rem;
	}

	.aellen-editorial-view .editorial-masthead__rule {
		max-width: 24rem;
		width: calc(100% - 1.5rem);
	}

	.aellen-editorial-view .editorial-masthead__brand img {
		max-width: min(100%, 18rem);
	}

	.aellen-editorial-view .editorial-masthead__tagline {
		font-size: 0.9375rem;
	}

	.aellen-editorial-view .editorial-navigation__menu {
		column-gap: 0.75rem;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 30rem;
		row-gap: 0.15rem;
	}

	.aellen-editorial-view .editorial-navigation__menu li {
		display: block;
	}

	.aellen-editorial-view .editorial-navigation__menu li:not(:last-child)::after {
		content: none;
	}

	.aellen-editorial-view .editorial-navigation__menu a {
		align-items: center;
		display: flex;
		justify-content: center;
		min-height: 2.75rem;
		padding: 0.5rem;
	}

	.aellen-editorial-view .editorial-header-search button {
		min-height: 2.75rem;
		min-width: 2.75rem;
	}

	.aellen-editorial-view .editorial-home-analyses {
		grid-template-columns: 1fr;
	}
}
