/* =========================================================================
   Template article - reparation-flipper.fr

   Palette relevee sur le site lui-meme : ardoise #313c4d / #35414b pour les
   surfaces et les boutons, #0f172a pour les titres, #484c50 pour le texte,
   #e5e5e5 pour les aplats et les filets. Angles droits et pas d'ombre
   coloree, comme les cartes de la page Blog.

   Tout est scope sous .single-post : aucune autre page n'est impactee.
   ====================================================================== */

.single-post {
	--rf-ink: #0f172a;
	--rf-slate: #313c4d;
	--rf-slate-2: #35414b;
	--rf-body: #484c50;
	--rf-muted: #767c85;
	--rf-soft: #f4f5f6;
	--rf-line: #e5e5e5;
	--rf-line-2: #ededed;
	--rf-white: #fff;
	--rf-wrap: 1100px;
	--rf-read: 720px;
}

/* ---------- Barre de progression ---------- */

.single-post .rf-progress {
	position: fixed;
	inset: 0 0 auto 0;
	height: 3px;
	background: transparent;
	z-index: 9999;
	pointer-events: none;
}

.single-post .rf-progress__bar {
	display: block;
	height: 100%;
	width: 0;
	background: var(--rf-slate);
	transition: width .08s linear;
}

/* ---------- Espace sous l'en-tete du site ----------
   Astra reserve une marge haute pensee pour son bandeau de titre, que ce
   template remplace : on la ramene a une valeur de lecture. */

.single-post .site-content > .ast-container {
	padding-top: 2rem;
}

/* Astra cible ce bloc par son id : on garde la meme arme. */
.single-post .site-content #primary,
.single-post .site-content .content-area {
	margin-top: 0;
}

.single-post .site-main > article,
.single-post .site-main > .ast-article-single {
	margin-top: 0;
	padding-top: 0;
}

/* ---------- En-tete d'article ---------- */

.single-post .rf-hero {
	max-width: var(--rf-wrap);
	margin: 0 auto 2.5rem;
	padding: 0;
}

.single-post .rf-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .45rem;
	font-size: .8125rem;
	color: var(--rf-muted);
	margin-bottom: 1.1rem;
}

.single-post .rf-crumbs a {
	color: var(--rf-muted);
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.single-post .rf-crumbs a:hover {
	color: var(--rf-slate);
	border-bottom-color: currentColor;
}

.single-post .rf-crumbs span[aria-hidden] {
	opacity: .5;
}

.single-post .rf-crumbs__current {
	color: var(--rf-body);
	max-width: 34ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.single-post .rf-tag {
	display: inline-block;
	font-family: "Work Sans", sans-serif;
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--rf-body);
	background: var(--rf-line);
	padding: .45rem .8rem;
	text-decoration: none;
	transition: background .18s ease, color .18s ease;
}

.single-post .rf-tag:hover {
	background: var(--rf-slate);
	color: #fff;
}

.single-post .rf-hero__title {
	font-family: Poppins, sans-serif;
	font-size: clamp(1.7rem, 1.22rem + 1.5vw, 2.45rem);
	line-height: 1.18;
	letter-spacing: -.018em;
	font-weight: 700;
	color: var(--rf-ink);
	margin: .9rem 0 0;
	max-width: 26ch;
	text-wrap: balance;
}

.single-post .rf-hero__lead {
	font-size: clamp(1rem, .96rem + .25vw, 1.125rem);
	line-height: 1.62;
	color: var(--rf-muted);
	margin: 1rem 0 0;
	max-width: 62ch;
}

/* Signature */

.single-post .rf-byline {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .8rem 1.5rem;
	margin-top: 1.6rem;
	padding-top: 1.3rem;
	border-top: 1px solid var(--rf-line);
}

.single-post .rf-byline__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 38px;
	padding: 3px 5px;
	border: 1px solid var(--rf-line);
	background: #fff;
	flex: none;
}

.single-post .rf-byline__mark .rf-mark {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.single-post .rf-byline__meta {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
	margin-right: auto;
}

.single-post .rf-byline__name {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: .9375rem;
	color: var(--rf-ink);
}

.single-post .rf-byline__sub {
	font-size: .8125rem;
	color: var(--rf-muted);
}

.single-post .rf-facts {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .8125rem;
	color: var(--rf-muted);
}

.single-post .rf-facts li {
	display: flex;
	align-items: center;
	gap: .4rem;
	margin: 0;
}

.single-post .rf-facts svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: var(--rf-slate);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: none;
}

.single-post .rf-hero__media {
	margin: 2rem 0 0;
	overflow: hidden;
	background: var(--rf-soft);
}

.single-post .rf-hero__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 8;
	object-fit: cover;
}

/* =========================================================================
   Mise en page deux colonnes
   .entry-content recoit directement la colonne laterale puis le contenu.
   ====================================================================== */

.single-post .entry-content.clear {
	max-width: var(--rf-wrap);
	margin-inline: auto;
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 0 3.5rem;
}

.single-post .entry-content.clear > *:not(.rf-aside) {
	grid-column: 2;
	min-width: 0;
}

/* La colonne occupe toute la hauteur de la rangee : sans cela, le bloc
   colle jusqu'au bas de son parent puis defile avec lui. */
.single-post .rf-aside {
	grid-column: 1;
	grid-row: 1;
	align-self: stretch;
	height: 100%;
}

/* Le bloc colle sous l'en-tete et ne depasse jamais la hauteur de l'ecran :
   c'est la liste des sections qui defile, la carte et le partage restent
   visibles en bas. */
.single-post .rf-aside__inner {
	position: sticky;
	top: 88px;
	display: flex;
	flex-direction: column;
	gap: 1.35rem;
	max-height: calc(100vh - 110px);
}

/* ---------- Sommaire ---------- */

.single-post .rf-toc {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.single-post .rf-toc__toggle {
	display: none;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	background: var(--rf-soft);
	border: 1px solid var(--rf-line);
	padding: .8rem 1rem;
	font-family: Poppins, sans-serif;
	font-size: .875rem;
	font-weight: 600;
	color: var(--rf-ink);
	cursor: pointer;
}

.single-post .rf-toc__toggle svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--rf-slate);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .2s ease;
}

.single-post .rf-toc__toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.single-post .rf-toc__label {
	font-family: Poppins, sans-serif;
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--rf-muted);
	margin: 0 0 .8rem;
	flex: none;
}

.single-post .rf-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid var(--rf-line);
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.single-post .rf-toc__list li {
	margin: 0;
	list-style: none;
}

.single-post .rf-toc__list a {
	display: block;
	padding: .38rem 0 .38rem .9rem;
	margin-left: -1px;
	border-left: 2px solid transparent;
	font-size: .8438rem;
	line-height: 1.45;
	color: var(--rf-muted);
	text-decoration: none;
	transition: color .18s ease, border-color .18s ease;
}

.single-post .rf-toc__list a:hover {
	color: var(--rf-slate);
}

.single-post .rf-toc__list .is-sub a {
	font-size: .8125rem;
	padding-left: 1.6rem;
	color: #949aa2;
}

.single-post .rf-toc__list a.is-active {
	color: var(--rf-ink);
	font-weight: 600;
	border-left-color: var(--rf-slate);
}

/* ---------- Carte laterale ---------- */

.single-post .rf-aside__card {
	background: var(--rf-slate);
	color: #d3d8df;
	padding: 1.25rem 1.15rem;
	flex: none;
}

.single-post .rf-aside__kicker {
	font-family: Poppins, sans-serif;
	font-size: .9375rem;
	font-weight: 600;
	color: #fff;
	margin: 0 0 .45rem;
	line-height: 1.3;
}

.single-post .rf-aside__text {
	font-size: .8125rem;
	line-height: 1.6;
	margin: 0 0 .95rem;
	color: #b3bac3;
}

/* ---------- Partage ---------- */

.single-post .rf-share {
	display: flex;
	align-items: center;
	gap: .45rem;
	flex: none;
}

.single-post .rf-share__label {
	font-size: .75rem;
	color: var(--rf-muted);
	margin-right: .15rem;
}

.single-post .rf-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--rf-line);
	background: #fff;
	color: var(--rf-body);
	cursor: pointer;
	padding: 0;
	transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.single-post .rf-share__btn:hover {
	border-color: var(--rf-slate);
	background: var(--rf-soft);
	color: var(--rf-slate);
}

.single-post .rf-share__btn svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.single-post .rf-share__copy.is-done {
	border-color: var(--rf-slate);
	color: var(--rf-slate);
}

/* =========================================================================
   Typographie de lecture
   Le contenu est construit avec Elementor : on neutralise les reglages du
   kit sur les proprietes qui pilotent le confort de lecture.
   ====================================================================== */

.single-post .entry-content .elementor-widget-text-editor,
.single-post .entry-content .elementor-widget-text-editor p,
.single-post .entry-content .elementor-widget-text-editor li,
.single-post .entry-content > .elementor p,
.single-post .entry-content > .elementor li {
	font-family: "Work Sans", sans-serif !important;
	font-size: 1.0625rem !important;
	line-height: 1.78 !important;
	color: var(--rf-body) !important;
}

.single-post .entry-content .elementor-widget-text-editor p {
	margin: 0 0 1.35em !important;
}

.single-post .entry-content .elementor-widget-text-editor p:last-child {
	margin-bottom: 0 !important;
}

.single-post .entry-content .elementor-widget-text-editor,
.single-post .entry-content .elementor-widget-heading {
	max-width: var(--rf-read);
}

.single-post .entry-content .elementor-widget-text-editor a,
.single-post .entry-content > .elementor a:not(.elementor-button):not(.rf-btn) {
	color: var(--rf-slate);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	text-decoration-color: #b9bfc7;
	transition: text-decoration-color .18s ease;
}

.single-post .entry-content .elementor-widget-text-editor a:hover,
.single-post .entry-content > .elementor a:not(.elementor-button):not(.rf-btn):hover {
	text-decoration-color: var(--rf-slate);
}

.single-post .entry-content .elementor-widget-text-editor strong,
.single-post .entry-content > .elementor strong,
.single-post .entry-content > .elementor b {
	color: var(--rf-ink);
	font-weight: 600;
}

/* Titres de section */

.single-post .entry-content .elementor-widget-heading .elementor-heading-title {
	font-family: Poppins, sans-serif !important;
	color: var(--rf-ink) !important;
	letter-spacing: -.015em;
	scroll-margin-top: 100px;
}

.single-post .entry-content .elementor-widget-heading h2.elementor-heading-title {
	font-size: clamp(1.4rem, 1.15rem + .8vw, 1.75rem) !important;
	line-height: 1.28 !important;
	font-weight: 700 !important;
	margin-top: 1rem !important;
	padding-top: 1.8rem;
	position: relative;
}

.single-post .entry-content .elementor-widget-heading h2.elementor-heading-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: var(--rf-slate);
}

.single-post .entry-content .elementor-widget-heading h3.elementor-heading-title {
	font-size: clamp(1.15rem, 1.05rem + .35vw, 1.3rem) !important;
	line-height: 1.36 !important;
	font-weight: 600 !important;
}

/* Rythme vertical entre widgets */

.single-post .entry-content > .elementor .elementor-widget:not(:last-child) {
	margin-bottom: 1.55rem;
}

.single-post .entry-content > .elementor .elementor-widget-heading:not(:first-child) {
	margin-top: .5rem;
}

/* Listes */

.single-post .entry-content .elementor-widget-text-editor ul,
.single-post .entry-content .elementor-widget-text-editor ol {
	margin: 0 0 1.35em;
	padding-left: 1.3em;
}

.single-post .entry-content .elementor-widget-text-editor li {
	margin-bottom: .55em;
	padding-left: .2em;
}

.single-post .entry-content .elementor-widget-text-editor li::marker {
	color: var(--rf-slate);
}

/* Images */

.single-post .entry-content > .elementor figcaption,
.single-post .entry-content > .elementor .widget-image-caption {
	font-size: .8125rem !important;
	color: var(--rf-muted) !important;
	text-align: center;
	margin-top: .7rem !important;
	font-style: normal;
}

/* Citations et tableaux */

.single-post .entry-content > .elementor blockquote {
	margin: 2rem 0;
	padding: 1rem 0 1rem 1.4rem;
	border-left: 3px solid var(--rf-slate);
	background: none;
	font-size: 1.0938rem !important;
	line-height: 1.62 !important;
	color: var(--rf-ink) !important;
	font-style: normal;
}

.single-post .entry-content > .elementor table {
	width: 100%;
	border-collapse: collapse;
	font-size: .9375rem;
	margin: 1.75rem 0;
}

.single-post .entry-content > .elementor th,
.single-post .entry-content > .elementor td {
	border: 1px solid var(--rf-line);
	padding: .7rem .9rem;
	text-align: left;
}

.single-post .entry-content > .elementor th {
	background: var(--rf-soft);
	font-family: Poppins, sans-serif;
	font-weight: 600;
	color: var(--rf-ink);
}


/* =========================================================================
   Contenu WordPress natif (.rf-body)

   Les articles poussés en HTML plutôt qu'avec Elementor reçoivent la même
   typographie de lecture. Ce bloc est le miroir exact du bloc Elementor
   ci-dessus : toute évolution de l'un doit être reportée sur l'autre.
   ====================================================================== */

.single-post .entry-content .rf-body {
	max-width: var(--rf-read);
	font-family: "Work Sans", sans-serif;
	font-size: 1.0625rem;
	line-height: 1.78;
	color: var(--rf-body);
}

.single-post .entry-content .rf-body > p {
	margin: 0 0 1.35em;
}

.single-post .entry-content .rf-body > *:last-child {
	margin-bottom: 0;
}

.single-post .entry-content .rf-body a {
	color: var(--rf-slate);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	text-decoration-color: #b9bfc7;
	transition: text-decoration-color .18s ease;
}

.single-post .entry-content .rf-body a:hover {
	text-decoration-color: var(--rf-slate);
}

.single-post .entry-content .rf-body strong,
.single-post .entry-content .rf-body b {
	color: var(--rf-ink);
	font-weight: 600;
}

/* Titres */

.single-post .entry-content .rf-body h2,
.single-post .entry-content .rf-body h3,
.single-post .entry-content .rf-body h4 {
	font-family: Poppins, sans-serif;
	color: var(--rf-ink);
	letter-spacing: -.015em;
	scroll-margin-top: 100px;
}

.single-post .entry-content .rf-body h2 {
	font-size: clamp(1.4rem, 1.15rem + .8vw, 1.75rem);
	line-height: 1.28;
	font-weight: 700;
	margin: 2.6rem 0 1rem;
	padding-top: 1.8rem;
	position: relative;
}

.single-post .entry-content .rf-body h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: var(--rf-slate);
}

.single-post .entry-content .rf-body h3 {
	font-size: clamp(1.15rem, 1.05rem + .35vw, 1.3rem);
	line-height: 1.36;
	font-weight: 600;
	margin: 2rem 0 .7rem;
}

.single-post .entry-content .rf-body h4 {
	font-size: 1.0625rem;
	line-height: 1.4;
	font-weight: 600;
	margin: 1.7rem 0 .6rem;
}

/* Listes */

.single-post .entry-content .rf-body ul,
.single-post .entry-content .rf-body ol {
	margin: 0 0 1.35em;
	padding-left: 1.3em;
}

.single-post .entry-content .rf-body li {
	margin-bottom: .55em;
	padding-left: .2em;
}

.single-post .entry-content .rf-body li::marker {
	color: var(--rf-slate);
}

/* Images et légendes */

.single-post .entry-content .rf-body img {
	max-width: 100%;
	height: auto;
	display: block;
}

.single-post .entry-content .rf-body figure {
	margin: 2rem 0;
	text-align: center;
}

/* Une photo en hauteur ne doit pas occuper tout l'écran à elle seule. */
.single-post .entry-content .rf-body figure img {
	max-height: 620px;
	width: auto;
	margin-inline: auto;
}

.single-post .entry-content .rf-body figcaption {
	font-size: .8125rem;
	color: var(--rf-muted);
	text-align: center;
	margin-top: .7rem;
}

/* Citations et tableaux */

.single-post .entry-content .rf-body blockquote {
	margin: 2rem 0;
	padding: 1rem 0 1rem 1.4rem;
	border-left: 3px solid var(--rf-slate);
	background: none;
	font-size: 1.0938rem;
	line-height: 1.62;
	color: var(--rf-ink);
	font-style: normal;
}

.single-post .entry-content .rf-body blockquote p:last-child {
	margin-bottom: 0;
}

/* Un tableau large défile dans son propre cadre, jamais la page. */
.single-post .entry-content .rf-body .rf-table,
.single-post .entry-content .rf-body figure.wp-block-table {
	overflow-x: auto;
	margin: 1.75rem 0;
}

.single-post .entry-content .rf-body table {
	width: 100%;
	border-collapse: collapse;
	font-size: .9375rem;
	margin: 1.75rem 0;
}

.single-post .entry-content .rf-body .rf-table table,
.single-post .entry-content .rf-body figure.wp-block-table table {
	margin: 0;
	min-width: 34rem;
}

.single-post .entry-content .rf-body th,
.single-post .entry-content .rf-body td {
	border: 1px solid var(--rf-line);
	padding: .7rem .9rem;
	text-align: left;
	vertical-align: top;
}

.single-post .entry-content .rf-body th {
	background: var(--rf-soft);
	font-family: Poppins, sans-serif;
	font-weight: 600;
	color: var(--rf-ink);
}

/* Encadré d'atelier : le retour d'expérience qui porte l'expertise. */

.single-post .entry-content .rf-body .rf-note {
	background: var(--rf-soft);
	border-left: 3px solid var(--rf-slate);
	padding: 1.25rem 1.4rem;
	margin: 2rem 0;
}

.single-post .entry-content .rf-body .rf-note__title {
	font-family: Poppins, sans-serif;
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--rf-muted);
	margin: 0 0 .5rem;
}

.single-post .entry-content .rf-body .rf-note p:last-child {
	margin-bottom: 0;
}

/* =========================================================================
   Boutons
   ====================================================================== */

.single-post .rf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .45rem;
	font-family: Poppins, sans-serif;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1;
	padding: .85rem 1.35rem;
	text-decoration: none;
	text-align: center;
	border: 1px solid transparent;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.single-post .rf-btn--solid {
	background: var(--rf-slate);
	color: #fff;
}

.single-post .rf-btn--solid:hover {
	background: var(--rf-ink);
	color: #fff;
}

.single-post .rf-aside__card .rf-btn--solid {
	background: #fff;
	color: var(--rf-ink);
	width: 100%;
}

.single-post .rf-aside__card .rf-btn--solid:hover {
	background: var(--rf-line);
	color: var(--rf-ink);
}

.single-post .rf-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .35);
}

.single-post .rf-btn--ghost:hover {
	background: rgba(255, 255, 255, .12);
	color: #fff;
}

/* =========================================================================
   Bloc de conversion
   ====================================================================== */

.single-post .rf-cta {
	max-width: var(--rf-wrap);
	margin: 3.25rem auto 0;
	padding: 2.1rem 2.1rem;
	background: var(--rf-slate);
	color: #b8bfc8;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem 2.5rem;
}

.single-post .rf-cta__text {
	flex: 1 1 320px;
}

.single-post .rf-cta__kicker {
	font-family: Poppins, sans-serif;
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: #939ba6;
	margin: 0 0 .5rem;
}

.single-post .rf-cta__title {
	font-family: Poppins, sans-serif;
	font-size: clamp(1.25rem, 1.1rem + .5vw, 1.5rem);
	line-height: 1.26;
	font-weight: 700;
	color: #fff;
	margin: 0 0 .6rem;
}

.single-post .rf-cta__desc {
	font-size: .9375rem;
	line-height: 1.65;
	margin: 0;
	color: #b3bac3;
	max-width: 56ch;
}

.single-post .rf-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
}

/* =========================================================================
   Bloc auteur
   ====================================================================== */

.single-post .rf-author {
	max-width: var(--rf-wrap);
	margin: 3.25rem auto 0;
	padding: 1.9rem 2rem;
	background: var(--rf-soft);
	border: 1px solid var(--rf-line);
	display: flex;
	gap: 1.75rem;
	align-items: flex-start;
}

.single-post .rf-author__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 68px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid var(--rf-line);
	flex: none;
}

.single-post .rf-author__mark .rf-mark {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.single-post .rf-mark--fallback {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	color: var(--rf-slate);
	font-size: 1.5rem;
}

.single-post .rf-author__kicker {
	font-family: Poppins, sans-serif;
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--rf-muted);
	margin: 0 0 .35rem;
}

.single-post .rf-author__name {
	font-family: Poppins, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--rf-ink);
	margin: 0;
	line-height: 1.3;
}

.single-post .rf-author__role {
	font-size: .875rem;
	color: var(--rf-slate);
	margin: .2rem 0 .8rem;
	font-weight: 500;
}

.single-post .rf-author__bio {
	font-size: .9375rem;
	line-height: 1.72;
	color: var(--rf-body);
	margin: 0 0 1rem;
	max-width: 68ch;
}

.single-post .rf-author__links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.single-post .rf-author__links a {
	font-family: Poppins, sans-serif;
	font-size: .875rem;
	font-weight: 600;
	color: var(--rf-ink);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	border-bottom: 1px solid var(--rf-line);
	padding-bottom: 2px;
}

.single-post .rf-author__links a:hover {
	border-bottom-color: var(--rf-slate);
}

.single-post .rf-author__links a::after {
	content: "→";
	transition: transform .18s ease;
}

.single-post .rf-author__links a:hover::after {
	transform: translateX(3px);
}

/* =========================================================================
   Articles recommandes
   ====================================================================== */

.single-post .rf-related {
	max-width: var(--rf-wrap);
	margin: 3.25rem auto 1rem;
}

.single-post .rf-related__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.4rem;
	padding-bottom: .9rem;
	border-bottom: 1px solid var(--rf-line);
}

.single-post .rf-related__title {
	font-family: Poppins, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--rf-ink);
	margin: 0;
}

.single-post .rf-related__all {
	font-family: Poppins, sans-serif;
	font-size: .875rem;
	font-weight: 600;
	color: var(--rf-slate);
	text-decoration: none;
	border-bottom: 1px solid var(--rf-line);
}

.single-post .rf-related__all:hover {
	border-bottom-color: var(--rf-slate);
}

.single-post .rf-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.single-post .rf-card {
	background: #fff;
	transition: none;
}

.single-post .rf-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.single-post .rf-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--rf-soft);
}

.single-post .rf-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

.single-post .rf-card:hover .rf-card__media img {
	transform: scale(1.04);
}

.single-post .rf-card__ph {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--rf-line);
}

.single-post .rf-card__body {
	padding: 1rem 0 0;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.single-post .rf-card__date {
	font-family: "Work Sans", sans-serif;
	font-size: .6875rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--rf-muted);
}

.single-post .rf-card__title {
	font-family: Poppins, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.36;
	font-weight: 700;
	color: var(--rf-ink);
	margin: .4rem 0 .45rem;
}

.single-post .rf-card:hover .rf-card__title {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-post .rf-card__excerpt {
	font-size: .875rem;
	line-height: 1.6;
	color: var(--rf-muted);
	margin: 0 0 .9rem;
}

.single-post .rf-card__more {
	margin-top: auto;
	font-family: Poppins, sans-serif;
	font-size: .8125rem;
	font-weight: 600;
	color: var(--rf-slate);
}

.single-post .rf-card__more::after {
	content: " →";
}

/* Marge de fin avant le pied de page */

.single-post .site-content .ast-container > .site-main {
	padding-bottom: 1rem;
}

/* =========================================================================
   Responsive
   ====================================================================== */

@media (max-width: 1100px) {
	.single-post .entry-content.clear {
		gap: 0 2.5rem;
		grid-template-columns: 220px minmax(0, 1fr);
	}
}

@media (max-width: 921px) {
	.single-post .rf-hero {
		margin-bottom: 1.9rem;
	}

	.single-post .rf-hero__title {
		max-width: none;
	}

	.single-post .entry-content.clear {
		display: block;
	}

	.single-post .rf-aside {
		margin-bottom: 2rem;
	}

	.single-post .rf-aside__inner {
		position: static;
		gap: 0;
		max-height: none;
	}

	.single-post .rf-aside__card,
	.single-post .rf-share,
	.single-post .rf-toc__label {
		display: none;
	}

	.single-post .rf-toc__toggle {
		display: flex;
	}

	.single-post .rf-toc__list {
		border-left: 0;
		padding: .9rem 0 0;
		overflow: visible;
	}

	.single-post .rf-toc:not(.is-open) .rf-toc__list {
		display: none;
	}

	.single-post .rf-toc__list a {
		margin-left: 0;
		border-left: 2px solid var(--rf-line);
	}

	.single-post .rf-author {
		flex-direction: column;
		gap: 1.25rem;
		padding: 1.5rem;
	}

	.single-post .rf-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-post .rf-cta {
		padding: 1.7rem 1.5rem;
	}
}

@media (max-width: 600px) {
	/* Le fil d'Ariane se limite au chemin : le titre est juste en dessous. */
	.single-post .rf-crumbs__current,
	.single-post .rf-crumbs span[aria-hidden]:nth-of-type(2) {
		display: none;
	}

	.single-post .rf-byline {
		gap: .75rem 1rem;
	}

	.single-post .rf-facts {
		width: 100%;
	}

	.single-post .rf-hero__media img {
		aspect-ratio: 16 / 10;
	}

	.single-post .rf-related__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-post .rf-cta__actions {
		width: 100%;
	}

	.single-post .rf-cta__actions .rf-btn {
		flex: 1 1 100%;
	}

	.single-post .entry-content .elementor-widget-text-editor,
	.single-post .entry-content .elementor-widget-text-editor p,
	.single-post .entry-content .elementor-widget-text-editor li,
	.single-post .entry-content > .elementor p,
	.single-post .entry-content > .elementor li {
		font-size: 1rem !important;
		line-height: 1.72 !important;
	}

	.single-post .entry-content .rf-body {
		font-size: 1rem;
		line-height: 1.72;
	}
}

@media (prefers-reduced-motion: reduce) {
	.single-post .rf-card__media img,
	.single-post .rf-btn,
	.single-post .rf-progress__bar {
		transition: none !important;
	}
}
