@font-face {
	font-family: "Amaranth";
	src: url('/fonts/Amaranth-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body.page-nouveautes {
	margin: 0;
	background-color: #589306;
	background-image: url(/images/padding.png);
	color: #273127;
	font-family: system-ui, sans-serif;
	line-height: 1.55;
}

.nouveautes_page {
	box-sizing: border-box;
	width: min(760px, calc(100% - 32px));
	margin: 0 auto;
	padding: 32px 0 56px;
	color-scheme: light;
	color: #273127;
	font-family: system-ui, sans-serif;
	line-height: 1.55;
	--nouveautes-green-950: #173615;
	--nouveautes-green-800: #285c22;
	--nouveautes-green-700: #397a2e;
	--nouveautes-green-500: #6ea937;
	--nouveautes-paper: #fffefa;
	--nouveautes-orange: #e98a08;
	--nouveautes-orange-dark: #b96500;
	--nouveautes-ink: #273127;
	--nouveautes-muted: #687269;
	--nouveautes-line: #d8dfd4;
	--nouveautes-shadow: 0 16px 45px rgba(18, 39, 15, 0.2);
	--nouveautes-radius: 22px;
}

.nouveautes_page *,
.nouveautes_page *::before,
.nouveautes_page *::after {
	box-sizing: border-box;
}

.nouveautes_page .nouveautes_page_header {
	margin-bottom: 22px;
	padding: 22px 26px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: var(--nouveautes-radius);
	background: var(--nouveautes-paper);
	box-shadow: var(--nouveautes-shadow);
}

.nouveautes_page .nouveautes_retour {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 12px;
	color: var(--nouveautes-green-700);
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.nouveautes_page .nouveautes_retour:hover,
.nouveautes_page .nouveautes_retour:focus-visible {
	text-decoration: underline;
}

.nouveautes_page .nouveautes_page_header h1 {
	margin: 0 0 6px;
	color: var(--nouveautes-ink);
	font-family: "Amaranth", sans-serif;
	font-size: clamp(1.9rem, 5vw, 2.5rem);
	line-height: 1.1;
}

.nouveautes_page .nouveautes_page_header p {
	margin: 0;
	color: var(--nouveautes-muted);
	font-size: 0.82rem;
	text-indent: 0;
}

.nouveautes_page .nouveautes_evolution {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 15px;
	margin-bottom: 22px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 18px;
	background: linear-gradient(135deg, #fff9e9, #f2f8ed);
	box-shadow: var(--nouveautes-shadow);
	color: var(--nouveautes-ink);
	text-decoration: none;
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.nouveautes_page .nouveautes_evolution:hover,
.nouveautes_page .nouveautes_evolution:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 19px 48px rgba(18, 39, 15, 0.25);
}

.nouveautes_page .nouveautes_evolution:focus-visible {
	outline: 3px solid white;
	outline-offset: 3px;
}

.nouveautes_page .nouveautes_evolution_icone {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(145deg, var(--nouveautes-green-500), var(--nouveautes-green-700));
	box-shadow: 0 4px 11px rgba(57, 122, 46, 0.25);
	color: white;
	font-size: 1.25rem;
}

.nouveautes_page .nouveautes_evolution_contenu {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.nouveautes_page .nouveautes_evolution_contenu small {
	color: var(--nouveautes-orange-dark);
	font-size: 0.64rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nouveautes_page .nouveautes_evolution_contenu strong {
	color: var(--nouveautes-green-950);
	font-family: "Amaranth", sans-serif;
	font-size: 1.18rem;
	line-height: 1.2;
}

.nouveautes_page .nouveautes_evolution_contenu span {
	color: var(--nouveautes-muted);
	font-size: 0.76rem;
}

.nouveautes_page .nouveautes_evolution_fleche {
	color: var(--nouveautes-orange);
	font-size: 1.1rem;
}

.nouveautes_page #nouveautes_liste {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.nouveautes_page .version-entry {
	padding: 22px 26px 26px;
	border: 1px solid var(--nouveautes-line);
	border-radius: var(--nouveautes-radius);
	background: white;
	box-shadow: 0 4px 13px rgba(29, 52, 26, 0.06);
	animation: nouveaute-entree 0.25s ease;
}

@keyframes nouveaute-entree {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
}

.nouveautes_page .version-entry.supplementaire {
	display: none;
}

.nouveautes_page .version-entry > header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px 14px;
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--nouveautes-line);
}

.nouveautes_page .version-entry h2 {
	margin: 0;
	padding: 4px 12px;
	border-radius: 999px;
	background: linear-gradient(#ef9b1d, #df7d00);
	color: white;
	font-family: "Amaranth", sans-serif;
	font-size: 1rem;
	line-height: 1.4;
}

.nouveautes_page .version-entry time {
	color: var(--nouveautes-muted);
	font-size: 0.75rem;
	font-weight: 600;
}

.nouveautes_page .version-entry-note {
	margin: -6px 0 14px;
	color: var(--nouveautes-muted);
	font-size: 0.74rem;
	font-style: italic;
	text-indent: 0;
}

.nouveautes_page .version-entry section {
	margin-bottom: 14px;
}

.nouveautes_page .version-entry section:last-child {
	margin-bottom: 0;
}

.nouveautes_page .version-entry h3 {
	margin: 0 0 8px;
	color: var(--nouveautes-green-700);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.nouveautes_page .version-entry ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nouveautes_page .version-entry li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 20px;
	color: var(--nouveautes-ink);
	font-size: 0.86rem;
}

.nouveautes_page .version-entry li:last-child {
	margin-bottom: 0;
}

.nouveautes_page .version-entry li::before {
	position: absolute;
	left: 0;
	top: 0.1em;
	content: "✓";
	color: var(--nouveautes-green-500);
	font-weight: 900;
}

.nouveautes_page .version-entry li.mise-en-avant {
	margin: -2px -10px 10px;
	padding: 8px 14px 8px 30px;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff6e1, #fdecc6);
}

.nouveautes_page .version-entry li.mise-en-avant::before {
	content: "★";
	color: var(--nouveautes-orange-dark);
}

.nouveautes_page #nouveautes_voir_plus_zone {
	display: flex;
	justify-content: center;
	margin-top: 22px;
}

.nouveautes_page #nouveautes_voir_plus {
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 24px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 13px;
	background: var(--nouveautes-paper);
	box-shadow: var(--nouveautes-shadow);
	color: var(--nouveautes-green-700);
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: normal;
	cursor: pointer;
}

.nouveautes_page #nouveautes_voir_plus:hover,
.nouveautes_page #nouveautes_voir_plus:focus-visible {
	background: white;
	color: var(--nouveautes-green-800);
}

@media (max-width: 520px) {
	.nouveautes_page .nouveautes_evolution {
		grid-template-columns: 42px minmax(0, 1fr) auto;
		gap: 11px;
		padding: 14px;
	}

	.nouveautes_page .nouveautes_evolution_icone {
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}

	.nouveautes_page .nouveautes_evolution_contenu span {
		display: none;
	}
}
