
/*--------------------------------------------------------------
# Recent posts
--------------------------------------------------------------*/

.recent-posts .meta ul
/*, .list .meta ul */ {
	/*	@media (min-width: 1200px) { */
		display: flex;
		flex-wrap: wrap;
	/* } */
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 10px 0;
}

.recent-posts .meta ul li {
	margin-bottom: 5px;
}
/*
@media (min-width: 1200px) {
	.recent-posts .meta ul li+li, .list .meta ul li+li	{
		padding-left: 20px;
	}
}
*/
.recent-posts .meta ul li:not(:last-child)
/*, .list .meta ul li:not(:last-child) */	{
	padding-right: 20px;
}

.recent-posts .meta ul li i
/*, .list .meta ul li i */ {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
	color: rgba(var(--color-icon-rgb), 0.8);
}

.recent-posts .meta ul li span
/* , .list .meta ul li span */ {
	color: var(--color-gray);
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}



.recent-posts .post-box
/* , .list .post-box */ {
	height: 100%;
	border-bottom: 1px solid #d6e2ef;
	padding-bottom: 30px;
}

.recent-posts .post-box .post-img
/* , .list .post-box .post-img */ {
	max-height: 240px;
	overflow: hidden;
}

.recent-posts .post-box .post-img img {
	margin: auto; /* fit */
	margin-left: auto; /* centré */
	margin-right: auto;
}

.recent-posts .post-box .post-desc {
	min-height: 120px;
}


/*--------------------------------------------------------------
# Album Section
--------------------------------------------------------------*/

#albums.recent-posts .post-img {
	height:	550px !important;
	max-height: inherit;
}

#albums.recent-posts.serie .post-img {
	@media (min-width: 0px) { /* xs <576px */
		height: 520px !important;
		max-height: 520px !important;
	}
	@media (min-width: 576px) { /* sm >= 576px */
		height: 680px !important;
		max-height: 680px !important;
	}
	@media (min-width: 768px) { /* md >= 768px */
		height: 450px !important;
		max-height: 450px !important;
	}
	@media (min-width: 992px) { /* lg >= 992px */
		height: 400px !important;
		max-height: 400px !important;
	}
	@media (min-width: 1200px) { /* xl >= 1200px , xxl >= 1400px */
		height: 550px !important;
		max-height: 550px !important;
	}
/*
	@media (min-width: 1400px) {
		height: 420px !important;
		max-height: 420px !important;
	}
*/
	text-align: center;
}

#albums.recent-posts .post-img img {
	height: fit-content;
}


/*--------------------------------------------------------------
# Blogs Section
--------------------------------------------------------------*/

#blog.recent-posts .post-img { {
	max-height: 240px;
	overflow: hidden;
}