@media only screen and (max-width: 768px) {

	.last_content_body__image {
		width: 100%;
	}

	.last_content_body__text {
		width: 100%;
	}

	.last_content_body {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.last_content_body__image {
		width: 100%;
	}

	.last_content_body__text {
		width: 100%;
	}
}

.last_content_container {
	margin: 0;
	padding: 0 40px;
	box-sizing: border-box;
	float: left;
	color: #005671
}

.last_content_body {
	margin-bottom: 20px;
	overflow: hidden;
}

@media only screen and (min-width: 769px) {
	.last_content_body {
		max-height: 50vh;
	}

	.last_content_body__image {
		width: 50%;
	}

	.last_content_body__text {
		width: 50%;
	}
}

.last_content_body__image {
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	padding: 20px;
}

.last_content_body__image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.last_content_body__text {
	float: left;
	padding: 20px;
}

.last_content_body__text a {
	color: #005671;
}


.last_content_body__text a:hover {
	color: #002F3E;
}

.last_content_body__text p a {
	text-decoration: underline;
}

.last_content_body__text p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.last_content_footer {
	text-align: center;
}

.last_content_footer a {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #005671;
	color: #fff;
	padding: 20px 0;
	text-decoration: none; /* Pour enlever le soulignement du lien */
	box-sizing: border-box;
}

.last_content_footer a:hover {
	background-color: #002F3E;
}