.actu-card {
	border-bottom: 1px solid var(--wp--preset--color--neutral);
	padding-bottom: var(--wp--preset--spacing--30);
	display: flex;
	width: 100%;
}
.actu-card a {
	color: inherit;
	text-decoration: none;
	min-height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.actu-card h3 {
	margin: var(--wp--preset--spacing--30) 0;
	transition: color 0.3s;
}
.actu-card figure {
	border-radius: 1rem;
	margin: 0 0 var(--wp--preset--spacing--30);
	background-color: #000;
	overflow: hidden;
}
.actu-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	transition: opacity 0.3s;
	aspect-ratio: 16/9;
	background-color: #fff;
}
.actu-card a:hover img,
.actu-card a:focus img {
	opacity: 0.6;
}
.actu-card a:hover h3,
.actu-card a:focus h3 {
	color: var(--wp--preset--color--primary);
}
.actu-card .read-more {
	margin-top: auto;
}
