/*================================*/
/*|      NEWS CUSTOM - Begin     |*/
/*================================*/

.visuel-news {
    text-align: center;
}

.news-single .article .news-img-wrap{
	float:none;
	width:100%;
	margin:0;
}

.news-single .footer{
	border:none;
	margin:0;
	padding:0;
	clear:unset;
}

.news .footer p {
    margin-bottom: 10px;
}

.news-single .header{
	margin:7px 0 0 5px;
}

.news-single .footer .news-list-date{
	width:auto;
	background-color: var(--secondary);
	color: var(--white);
	display: inline-block;
	font-weight:700;
	margin-top:0;
    padding: 6px;
}

.news-single .header h1{
	font-size:14px;
	text-transform:uppercase;
	color: var(--secondary);
	font-weight:700;
	font-family: var(--fontprimary);
	padding:0;
	margin-bottom:18px;
	text-align:left;
}

.news-single .article .news-img-wrap {
    float: left;
    width: auto;
    margin: 0 24px 10px 0;
}

.news-backlink-wrap{
    display: flex;
    justify-content: flex-end;
}

.news-backlink-wrap a{
	font-size: 14px;
    color: var(--darkprimary);
    font-weight: 600;
    text-decoration: none;
}

.news-backlink-wrap a:after{
	content:'\f138';
	font-size:35px;
	color: var(--secondary);
	font-family: var(--fontAwesome);
    font-weight: 600;
	display:inline-block;
	padding-left:5px;
	vertical-align: middle;
}


.news-backlink-wrap a:hover{
    text-decoration: underline;
}
