/* Squelette Éditorial SEO — styles front */

/* Chapô */
.se-chapo {
	font-size: 1.15em;
	line-height: 1.6;
	color: #444;
	font-weight: 500;
}

/* Bloc « L'essentiel » */
.se-essentiel {
	background: #f6f8fa;
	border: 1px solid #e2e6ea;
	border-left: 4px solid #2c6e49;
	border-radius: 8px;
	padding: 1.25em 1.5em;
	margin: 1.5em 0 2em;
}

.se-essentiel .se-essentiel-titre {
	margin-top: 0;
	margin-bottom: 0.6em;
	font-size: 1.25em;
}

.se-essentiel .se-essentiel-liste {
	margin: 0;
	padding-left: 1.2em;
}

.se-essentiel .se-essentiel-liste li {
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.se-essentiel .se-essentiel-liste li:last-child {
	margin-bottom: 0;
}

/* Intro SEO des pages catégories */
.se-cat-intro {
	margin: 1em 0 2em;
	line-height: 1.65;
	color: #333;
}

.se-cat-intro h2,
.se-cat-intro h3 {
	margin-top: 1.2em;
	margin-bottom: 0.4em;
}

.se-cat-intro p {
	margin-bottom: 0.9em;
}

/* Mode replié « Lire la suite » */
.se-cat-intro--collapsed .se-cat-intro-inner {
	max-height: 9.5em; /* ~5 lignes visibles */
	overflow: hidden;
	position: relative;
}

.se-cat-intro--collapsed .se-cat-intro-inner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3em;
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.se-cat-intro--collapsed.se-cat-intro--expanded .se-cat-intro-inner {
	max-height: none;
}

.se-cat-intro--collapsed.se-cat-intro--expanded .se-cat-intro-inner::after {
	display: none;
}

.se-cat-intro-toggle {
	display: inline-block;
	margin-top: 0.5em;
	padding: 0.35em 1em;
	border: 1px solid #2c6e49;
	border-radius: 4px;
	background: transparent;
	color: #2c6e49;
	font-size: 0.9em;
	cursor: pointer;
}

.se-cat-intro-toggle:hover {
	background: #2c6e49;
	color: #fff;
}
