.elementor-post-info__item--type-terms a {
	text-decoration: underline !important;
}

.ultime-news-carousel {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	column-gap: 40px;
}

.news-item {
	position: relative;
	flex: 0 0 calc(33.33% - 27px)
}

.news-item a.permalink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.news-item .news-thumb {
	height: 160px;
	position: relative;
	overflow: hidden;
}

.news-item .news-thumb img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: .5s;
}
	
.news-item a:hover + .news-thumb img {
	transform: scale(1.2);
}

.news-item .news-meta {
	background-color: #f0f0ea;
	padding: 0px 17px 0px 12px;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	transform: translateY(-27px);
	position: relative;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	height: 27px;
}

.news-item .news-meta span {
	display: block;
	line-height: 1;
}

.news-item .news-date {
	display: block;
	margin-top: -9px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

.news-item .news-title {
	margin-top: 16px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
}

.news-item .icon {
	margin-right: 0;
	margin-left: auto;
	display: table;
	width: 16px;
	transition: .5s;
}
	
.news-item a:hover + .news-thumb + .news-meta + .news-date + .news-title + .icon {
	transform: translateX(5px);
}

.news-item .icon svg {
	width: 100%;
}

.elementor-widget-theme-post-content a {
	text-decoration: underline !important;
}

.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6 {
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.ultime-news-carousel {
		row-gap: 48px;
	}
	
	.news-item {
		flex: 0 0 100%;
	}
	
	.elementor-widget-post-navigation .elementor-post-navigation {
		column-gap: 36px;
	}
	
	.elementor-widget-post-navigation .elementor-post-navigation:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 1px;
		height: 75%;
		background-color: #D8D8D8;
	}
}