@media screen and (min-width: 900px) {
	.entry p, .entry ul, .entry ol, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry>div, .entry pre, .entry table, .entry dl, .entry form, .entry address, .entry details, .entry footer.post-footer, #comments {
		max-width: initial !important;
		margin-left: 115px !important;
	}
}

/* ============================================================
   STEEL NEWSLETTER — CSS WordPress v2
   Coller dans : Apparence > CSS additionnel
   Cible : page-id-1720 uniquement
   ============================================================ */
/* ── 1. NEUTRALISER LE THÈME ── */
body.page-id-1720 header,
body.page-id-1720 .site-header,
body.page-id-1720 #masthead,
body.page-id-1720 .masthead,
body.page-id-1720 .header,
body.page-id-1720 .top-header,
body.page-id-1720 .main-header,
body.page-id-1720 nav,
body.page-id-1720 .main-navigation,
body.page-id-1720 .site-navigation,
body.page-id-1720 .navbar,
body.page-id-1720 footer.site-footer,
body.page-id-1720 .site-footer,
body.page-id-1720 #colophon,
body.page-id-1720 .wp-block-post-title,
body.page-id-1720 .entry-header,
body.page-id-1720 .post-navigation,
body.page-id-1720 .sidebar,
body.page-id-1720 aside:not(.snl-sidebar) {
	display: none !important;
}

/* Neutraliser les contraintes de largeur du thème */
body.page-id-1720 .site,
body.page-id-1720 .site-content,
body.page-id-1720 #content,
body.page-id-1720 .content-area,
body.page-id-1720 #primary,
body.page-id-1720 .entry-content,
body.page-id-1720 .post,
body.page-id-1720 article.post,
body.page-id-1720 main,
body.page-id-1720 .wp-site-blocks,
body.page-id-1720 .is-layout-constrained,
body.page-id-1720 .is-layout-flow {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

/* Neutraliser la règle margin-left:115px du thème sur .entry > div */
body.page-id-1720 .entry p,
body.page-id-1720 .entry ul,
body.page-id-1720 .entry ol,
body.page-id-1720 .entry h1,
body.page-id-1720 .entry h2,
body.page-id-1720 .entry h3,
body.page-id-1720 .entry h4,
body.page-id-1720 .entry h5,
body.page-id-1720 .entry h6,
body.page-id-1720 .entry > div,
body.page-id-1720 .entry pre,
body.page-id-1720 .entry table,
body.page-id-1720 .entry dl,
body.page-id-1720 .entry form,
body.page-id-1720 .entry address,
body.page-id-1720 .entry details,
body.page-id-1720 .entry footer.post-footer {
	max-width: 100% !important;
	margin-left: 0 !important;
}

body.page-id-1720 {
	background: #e8e4de !important;
}

/* ── 2. ROOT WRAPPER ── */
#steel-newsletter-root {
	box-sizing: border-box;
	font-family: Georgia, 'Times New Roman', serif;
	color: #1a1a1a;
	line-height: 1.5;
	background: #e8e4de;
	padding: 24px 16px;
}

#steel-newsletter-root *,
#steel-newsletter-root ::before,
#steel-newsletter-root ::after {
	box-sizing: border-box;
}

/* ── 3. CONTENEUR CENTRAL (une seule déclaration) ── */
#steel-newsletter-root .snl-hero,
#steel-newsletter-root .snl-intro,
#steel-newsletter-root .snl-body,
#steel-newsletter-root .snl-footer {
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

/* ── 4. HERO ── */
#steel-newsletter-root .snl-hero {
	background: #111214;
	color: #f1ede5;
	padding: 40px 48px 32px;
}

#steel-newsletter-root .snl-hero-eyebrow {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #b8a88a;
	margin-bottom: 16px;
}

#steel-newsletter-root .snl-hero-title {
	font-family: Georgia, serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: bold;
	color: #ffffff;
	line-height: 1.1;
	margin: 0 0 8px;
	padding: 0;
	border: none;
}

#steel-newsletter-root .snl-hero-subtitle {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	color: #b8a88a;
	margin-bottom: 20px;
}

#steel-newsletter-root .snl-hero-meta {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 12px;
	color: #b8a88a;
	padding-top: 16px;
	border-top: 1px solid #115d56;
}

/* ── 5. INTRO ── */
#steel-newsletter-root .snl-intro {
	padding: 28px 48px 24px;
	border-bottom: 2px solid #1a1a1a;
	background: #f9f7f4;
}

#steel-newsletter-root .snl-intro-kicker {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #b8a88a;
	margin-bottom: 10px;
}

#steel-newsletter-root .snl-intro-text {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.65;
	color: #333;
	margin: 0;
}

/* ── 6. BODY : FLEX MAIN + SIDEBAR ── */
#steel-newsletter-root .snl-body {
	display: flex;
	align-items: flex-start;
}

#steel-newsletter-root .snl-main {
	flex: 1 1 0;
	min-width: 0;
	padding-bottom: 48px;
	border-right: 1px solid #e5e0d8;
}

#steel-newsletter-root .snl-sidebar {
	flex: 0 0 200px;
	width: 200px;
	padding: 32px 24px;
	position: sticky;
	top: 24px;
	align-self: flex-start;
}

/* ── 7. REGION ── */
#steel-newsletter-root .snl-region {
	padding: 36px 20px 0;
}

#steel-newsletter-root .snl-region-header {
	padding-bottom: 14px;
	border-bottom: 3px solid #1a1a1a;
	margin-bottom: 0;
}

#steel-newsletter-root .snl-region-eyebrow {
	display: block;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #b8a88a;
	margin-bottom: 4px;
}

#steel-newsletter-root .snl-region-title {
	font-family: Georgia, serif;
	font-size: 26px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	border: none;
}

/* ── 8. ARTICLE ── */
#steel-newsletter-root .snl-article {
	padding: 22px 20px;
	border-bottom: 1px solid #e5e0d8;
	margin: 0;
}

#steel-newsletter-root .snl-article:last-child {
	border-bottom: none;
}

#steel-newsletter-root .snl-tags {
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

#steel-newsletter-root .snl-tag {
	display: inline-block;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 3px;
	line-height: 1;
	white-space: nowrap;
}

#steel-newsletter-root .snl-article-title {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	margin: 0 0 8px;
	padding: 0;
	border: none;
	max-width: none;
}

#steel-newsletter-root .snl-article-title a {
	color: #1a1a1a;
	text-decoration: none;
}

#steel-newsletter-root .snl-article-title a:hover {
	color: #0d6b70;
	text-decoration: underline;
}

#steel-newsletter-root .snl-snippet {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.65;
	color: #555555;
	margin: 0 0 10px;
	max-width: none;
}

#steel-newsletter-root .snl-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 11px;
	color: #999;
}

#steel-newsletter-root .snl-sep {
	color: #ccc;
}

#steel-newsletter-root .snl-read {
	margin-left: auto;
	color: #b8a88a;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: .5px;
}

#steel-newsletter-root .snl-read:hover {
	color: #0d6b70;
}

/* ── 9. SIDEBAR ── */
#steel-newsletter-root .snl-sidebar-section {
	margin-bottom: 28px;
}

#steel-newsletter-root .snl-sidebar-heading {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #b8a88a;
	padding-bottom: 6px;
	border-bottom: 2px solid #1a1a1a;
	margin-bottom: 10px;
}

#steel-newsletter-root .snl-region-nav {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

#steel-newsletter-root .snl-sidebar-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0;
	border-bottom: 1px solid #ece8e0;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #1a1a1a;
}

#steel-newsletter-root .snl-sidebar-link:hover {
	color: #0d6b70;
}

#steel-newsletter-root .snl-sidebar-count {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 11px;
	color: #999;
	margin-left: 8px;
}

#steel-newsletter-root .snl-topic-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px 0;
}

#steel-newsletter-root .snl-sidebar-note {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #999;
	font-style: italic;
	line-height: 1.5;
	margin: 16px 0 0;
}

/* ── 10. FOOTER ── */
#steel-newsletter-root .snl-footer {
	padding: 36px 48px 24px;
	background: #111214;
}

#steel-newsletter-root .snl-footer-brand {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #b8a88a;
	margin-bottom: 12px;
}

#steel-newsletter-root .snl-footer-text {
	font-family: Georgia, serif;
	font-size: 13px;
	color: #888;
	line-height: 1.6;
	margin: 0 0 16px;
}

#steel-newsletter-root .snl-footer-text a {
	color: #b8a88a;
	text-decoration: none;
}

#steel-newsletter-root .snl-footer-copy {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 11px;
	color: #555;
	padding-top: 16px;
	border-top: 1px solid #333;
}

/* ── 11. RESPONSIVE ── */
@media (max-width: 900px) {
	#steel-newsletter-root .snl-body {
		flex-direction: column-reverse;
	}
	
	#steel-newsletter-root .snl-sidebar {
		flex: none;
		width: 100%;
		position: static;
		border-bottom: 1px solid #e5e0d8;
		padding: 24px 20px;
	}
	
	#steel-newsletter-root .snl-main {
		border-right: none;
		width: 100%;
	}
	
	#steel-newsletter-root .snl-hero,
		  #steel-newsletter-root .snl-intro,
		  #steel-newsletter-root .snl-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#steel-newsletter-root .snl-region {
		padding: 24px 16px 0;
	}
	
	#steel-newsletter-root .snl-article {
		padding: 18px 16px;
	}
}

#steel-newsletter-root .snl-filter-active {
	box-shadow: 0 0 0 2px currentColor;
	font-weight: bold;
}

#steel-newsletter-root .snl-filter-reset {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	color: #b8a88a;
	background: none;
	border: 1px solid #b8a88a;
	border-radius: 3px;
	padding: 4px 8px;
	cursor: pointer;
	margin-top: 12px;
}

/* ── FIX : neutraliser le margin-left:115px du thème dans la sidebar ── */
#steel-newsletter-root .snl-sidebar,
#steel-newsletter-root .snl-sidebar *,
#steel-newsletter-root .snl-region-nav,
#steel-newsletter-root .snl-region-nav a,
#steel-newsletter-root .snl-sidebar-link,
#steel-newsletter-root .snl-topic-row {
	margin-left: 0 !important;
	max-width: none !important;
	float: none !important;
}

/* forcer l'affichage des liens région */
#steel-newsletter-root .snl-region-nav {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px !important;
}

#steel-newsletter-root .snl-sidebar-link {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 100% !important;
	color: #1a1a1a !important;
	text-decoration: none !important;
}