.tags a {
	background: #eee;
	color: #161616;
	text-transform: uppercase;
	padding: 0px 10px;
	font-size: 10px;
	margin-right: 5px;
	line-height: 17px;
	display: inline-block;
	border-radius: 20px;
}


.news-intro {
	padding: 10px 0px 25px;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0 !important;
}

.news-sub {
	color:#777777;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:1px;
	margin:0 !important;

}

.news-title {
	margin-top:3px;

}

.portlet .content ul{
	padding-left: 0px;
}

.portlet .content ul li {
	list-style: none;
	padding-left: 0px;
}

.portlet .content ul li a{
	padding-left: 10px;
}

.portlet .content ul.arrow-right li:before {
	content:">";
	color: #ccc;
	font-weight: bold;
}

#share-widget, #share-tools {
	display: inline-block;
}
#share-widget {
	width: 45px;
	position: absolute;
	top: 35px;
	margin-left: -71px;
	background: #eee;
	border-radius: 30px;
	padding: 10px 0px 0px 8px;
	
}

#share-tools{
	font-weight: bold;
	margin-bottom: 10px;
}

#share-tools > img{
	width: 30px;
}

#share-tools > img, #share-widget > img  {
	width: 30px;
}

#share-tools > img {
	margin-right: 5px;
}

#share-tools > img:first-child {
	margin-left: 15px;
}

#share-widget > img {
	margin-bottom: 10px;
}


.share-bar{
	border-top: 1px solid #161616;
	border-bottom: 1px solid #161616;
	padding: 10px 0px;
}

h1{
	font-size: 44px;
	font-weight: 300;
}
	
@media(max-width:767px){


	h1{
		font-size: 36px;
		font-weight: 300;
	}
}

.related-news .top-news .barre {
	display: none;
}

.legend, .sublegend {
	color: #777;
	font-style: italic;
	padding-bottom: 0;
}
.news-content p.legend {
	margin: 0px 0 20px 0px;
	font-size: 12px;
	line-height: 12px;
}

.like-buttons {
	margin-top: 8px;
}

.separator {
	margin: 30px 0;
	border-top: 1px solid #E3E3E3;
}
.news-content img {
	margin: 15px 0;
}
.news-content p {
	margin: 20px 0;
}

.newsroom.related-news .portlet .content {
	border-top: 1px solid #e3e3e3;
}

.portlet.share-tools {
	margin-bottom: 10px;
}

.portlet.related {
	margin-top: 30px;
}

/*Les outils*/

ul.newstools {
	list-style : none;
	margin: 0;
	padding: 0;
}

ul.newstools li {
	float: left;
}

ul.newstools li a {
	display: block;
	text-indent: -9999px;
	width: 22px;
	height: 22px;
	margin-left: 10px;
}

ul.newstools li a.augmenter {
	background-image: url(img/news/picto-plus-g.svg);
}

ul.newstools li a.diminuer {
	background-image: url(img/news/picto-moins-g.svg);
}

ul.newstools li a.imprimer {
	background-image: url(img/news/picto-print-g.svg);
}

ul.newstools li a.imprimerpdf {
	background-image: url(img/news/picto-pdf-g.svg);
}

ul.newstools li a.augmenter:hover {
	background-image: url(img/news/picto-plus.svg);
}

ul.newstools li a.diminuer:hover {
	background-image: url(img/news/picto-moins.svg);
}

ul.newstools li a.imprimer:hover {
	background-image: url(img/news/picto-print.svg);
}

ul.newstools li a.imprimerpdf:hover {
	background-image: url(img/news/picto-pdf.svg);
}

ul.newstools li a.back {
	background: url(img/icon-back.svg) right no-repeat silver;
	text-indent: 0;
	width: auto;
	margin-right: 0;
	margin-left: 2em;
	line-height: 22px;
	font-size: 14px;
	border-radius: 2px;
	text-transform: uppercase;
	padding-right: 26px;
}

ul.newstools li a.back:hover {
	background-color: #113651;
	color: white !important;
}


button.btn.btn-info.btn-sm.back {
	margin-bottom: 35px;
	float: right;
	background: url(img/back.png) 20% 55% no-repeat;
font-family	: 'Open Sans',​sans-serif;
font-size:13px;
font-weight:600;
color:#999999;
text-transform:none;
line-height:22px;
border:1px solid #999999;
border-radius:2px;
padding-top:5px;
padding-bottom:5px;
padding-left:37px;
padding-right:15px;
}

button.btn.btn-info.btn-sm.back:hover {
	background: url(img/back-w.png) 20% 55% no-repeat;
color:#ffffff !important;
background-color:#999999;
}

.btn:active,.btn.active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
