@charset "UTF-8";

div.news-article-classic{
    position:               relative;
    text-align:             left;
}

#bt-back{
	margin-bottom: 			30px;
	font-size: 				17px;
	font-weight: 			500;
	text-align: 			left;
	cursor: 				pointer;
	display: 				inline-block;
}

#bt-back:hover{
	color: 					#d5b120;
}

h1{
	text-align: 			left
}

h1:after{
	left: 					0;
	right: 					auto;
}

p.rea-title{
	font-size: 				55px;
    line-height: 			60px;
    font-weight: 			800;
    text-align: 			left;
    display: 				inline-block;
    padding: 				0 0 23px;
    margin-bottom: 			45px;
    position: 				relative;
	color: 					#28364a;
}

p.rea-title:after{
	height: 				2px;
	width: 					100%;
	background: 			#b9d0f0;
	position: 				absolute;
	left: 					0;
	bottom: 				0;
	content: 				'';
}

.social-medias-sharing{
	position: 				absolute;
	right: 					0;
	text-align: 			right;
	top: 					-40px;
}

.social-medias-sharing a{
	display: 				inline-block;
	vertical-align: 		top;
	width: 					22px;
	height: 				23px;
	cursor: 				pointer;
}

.social-medias-sharing a + a{
	margin-left: 			8px;
}