.home article.page > .entry-header,
.home .type-page > .entry-header,
.home .page-header,
.home .entry-hero.page-hero-section,
.home .page-hero-section {
	display: none !important;
}

.home article.page > .entry-content {
	margin-top: 0 !important;
}

.home .site-main,
.home .content-area,
.home .content-container,
.home .entry-content-wrap,
.home .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.jss-header-logo {
	align-items: center;
	display: inline-flex;
	gap: .45rem;
}

.jss-header-logo::before {
	background: url('../images/logo-leaf.svg') center / contain no-repeat;
	content: "";
	display: block;
	height: 42px;
	width: 42px;
}

.jss-media-placeholder {
	align-items: center;
	background: linear-gradient(135deg, #eef2ea, #f8f5ed);
	border: 1px solid var(--jss-line);
	color: var(--jss-muted);
	display: flex;
	justify-content: center;
	min-height: 220px;
	padding: 22px;
	text-align: center;
}

.jss-media-placeholder span {
	font-size: .78rem;
	line-height: 1.4;
	max-width: 190px;
}

.jss-hero-grid > .jss-media-placeholder {
	aspect-ratio: 1.28 / 1;
	border-radius: 24px 6px;
	box-shadow: 0 18px 45px rgba(36, 70, 46, .1);
	width: 100%;
}

.jss-path-image > .jss-media-placeholder {
	aspect-ratio: 4 / 3;
	min-height: 0;
	width: 100%;
}

.jss-six-paths {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jss-post-card .jss-image-placeholder {
	align-items: center;
	display: flex;
	justify-content: center;
}

.jss-post-card .jss-image-placeholder::after {
	color: var(--jss-muted);
	content: "Image de l’article";
	font-size: .76rem;
}

.jss-archive-image {
	border-radius: 12px;
	display: block;
	margin: 20px auto;
	max-height: 360px;
	object-fit: cover;
	width: min(100%, 760px);
}

.jss-newsletter-form {
	max-width: 460px;
	width: 100%;
}

@media (max-width: 900px) {
	.jss-six-paths { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 540px) {
	.jss-six-paths { grid-template-columns: 1fr; }
	.jss-hero-grid > .jss-media-placeholder { border-radius: 18px 4px; }
}
