/*
 * Article (gabarit single.php) : variante photo du bandeau de titre + mise
 * en page 2/3 contenu / 1/3 widget "Dernières actualités".
 * Classes propres (d4e-single*, d4e-recent-posts*, page-header-title--photo).
 */

/* --- Bandeau de titre : photo à la une au-dessus du titre --- */

.page-header-title--photo {
	padding: 60px 0 40px;
	background-color: #f5f5f5;
}

.page-header-title__photo {
max-width: 1160px;
    margin: -70px auto -30px;
}

.page-header-title__photo img {
    display: block;
    width: 100%;
    /* height: auto; */
    border-radius: 10px;
    object-fit: cover;
    height: 400px !important;
}

/* --- Mise en page 2/3 + 1/3 --- */

.d4e-single {
	padding: 60px 0 80px;
}

.d4e-single__content {
	font-size: 17px;
	line-height: 1.7em;
}

/* --- Widget "Dernières actualités" --- */

.d4e-recent-posts__title {
	font-size: 20px !important;
	margin-bottom: 20px;
}

.d4e-recent-posts__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.d4e-recent-posts__item {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.d4e-recent-posts__thumb {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	background-color: #f0f0f0;
}

.d4e-recent-posts__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.d4e-recent-posts__link {
	color: #333;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.3em;
}

.d4e-recent-posts__link:hover,
.d4e-recent-posts__link:focus {
	color: #f18785;
}

@media (max-width: 767px) {
	.d4e-single__sidebar {
		margin-top: 50px;
	}
}
