/* actualites > module ----- */
#news-home .block-intro_content {
	padding: 60px 40px 0;
	max-width: 1440px;
	margin: 0 0 0 auto;
	align-items: center;
	justify-content: flex-end;
}
.news-home_title {
	width: calc(60vw - 400px);
	min-width: 280px;
}
.news-home_button {
	width: 200px;
	text-align: center;
}
.news-home_content {
	padding: 40px 0;
}
.news-item_fig {
	max-width: 360px;
	margin: 0 auto 1rem;
}
.news-item_content {
	display: flex;
	max-width: 360px;
	margin: 0 auto;
}
.news-item_content p {
	line-height: 1.25em;
	margin-bottom: 0;
}
.news-item_date {
	color: var(--bs-primary);
	font-size: .875rem;
	text-align: center;
	text-transform: uppercase;
	padding-right: 10px;
	margin-right: 10px;
	border-right: var(--bs-gray) 1px solid;
}
.news-item_date strong {
	font-size: 2em;
	line-height: 1em;
}
@media screen and (max-width: 992px) {
	#news-home .block-intro_content { padding: 30px 30px 0; }
}
@media screen and (max-width: 860px) {
	#news-home .block-intro_content {
		justify-content: center;
	}
	.news-home_title {
		text-align: center;
		width: 100%;
		min-width: 100%;
	}
	.news-home_button {
		text-align: center;
		width: 100%;
		min-width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.news-item_fig,
	.news-item_content {
		max-width: 280px;
	}
}

/* actualites > liste ----- */
#news-list .row {
	max-width: 1320px;
}
.block-intro + #news-list { padding-top: 0; }

/* actualites > fiche ----- */
.new-details_date {
	text-transform: uppercase;
	color: var(--bs-primary);
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}
#news-details h1 {
    font-size: 1.75rem;
    letter-spacing: normal;
    color: var(--bs-primary);
    text-transform: none;
    margin-bottom: 2rem;
}
/* --- */
.news-details_breadcrumb { max-width: 640px; }
.news-details_breadcrumb li { margin-bottom: 1rem; }
.news-breadcrumb_item {
	display: flex;
	align-items: center;
}
.news-breadcrumb_item .thumbnails {
    width: 25%;
    flex: 0 0 auto;
    max-width: 120px;
	border-radius: 1rem;
	margin-right: .75rem;
}
.news-breadcrumb_item .news-item_date { 
	padding: 0 1.125rem;
    font-size: 1.125rem;
	text-align: center;
	width: 80px;
}
.news-breadcrumb_item .news-item_date strong {
	display: block;
}
.news-breadcrumb_item h3 {
    margin-top: 0;
    font-size: 1.25em;
    margin: 0 0 0 1rem;
	flex: 1 1 auto;
}
/* --- */
.new-details_share {
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: var(--bs-light) 1px solid;
}
.new-details_share .rs-link { margin: 0; }
.new-details_share .rs-link a {
    width: 32px;
    height: 32px;
    padding: 4px;
}
.new-details_share .rs-link svg {
    fill: var(--bs-primary);
}
.new-details_share .rs-link a:hover { background-color: var(--bs-primary); }
.new-details_share .rs-link a:hover svg { fill: #fff }

@media screen and (max-width: 860px) {
	#news-details h1 { font-size: 1.5rem; }
	#news-details::before { top: 5%; }
	#news-details .col-12 {
		max-width: 640px;
	}
	.news-breadcrumb_item .news-item_date {
		padding: 0 .75rem;
		font-size: 1rem;
	}
	.news-breadcrumb_item h3 { 
		font-size: 1rem;
		margin-left: .5rem;
	}
}
@media screen and (max-width: 480px) {
	.new-details_date { font-size: 1rem; }
	#news-details h1 { font-size: 1.25rem; }
	.news-breadcrumb_item .thumbnails { margin-right: 0; }
	.news-breadcrumb_item .news-item_date {
		padding: 0 .5rem;
		font-size: .875rem;
	}
	.news-breadcrumb_item h3 { 
		font-size: .875rem;
		margin-left: 0;
	}
}