.actu_suggestion_wrapper {
	display: flex;
	flex-wrap: wrap;
    padding-bottom: 20px;
	margin-bottom: 20px;
}

.actu_suggestion_wrapper:not(:last-child) {
	border-bottom: 1px solid #f2f2f2;
}

#shortcode-37-14540 {
	display: flex;
	flex-direction: column;
}

.actu_suggestion_wrapper img,
.image_dummy {
	width: 90px;
    height: 90px;
    object-fit: cover;
	background-color: #e4e4e4;
}

.actu_suggestion_content {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 25px;
	flex: 1;
}

.actu_suggestion_title {
	font-size: .95em;
	margin-bottom: 10px;
	text-transform: none;
}

.actu_suggestion_more {
	font-size: .9em;
}

.actu_suggestion_more::after {
	width: 20px;
    height: 8px;
}

.txt_single_article h2 {
	color: #cc0f09;
	margin-top: 35px;
}