#actus {
	padding-top: 100px;
}
#actus .h1{
	font-family: "Mst Black";
	text-align: center;
	text-transform: uppercase;
	font-size: 37px;
	color: black;
	padding-bottom: 30px;
	display: block;
}
#actus h1{
    font-size: 1em;
    padding: 0;
}
#actus a:hover{
	text-decoration: none;
}
#actus h2{
	font-family: "Mst ExtraBold";
	font-size: 18px;
	color: black;
	margin-bottom: 8px;
}
.bcolor .fa.fa-reply {
	margin-right: 5px;
}
#actus .layout_header a{
	margin-right: 10px;
}
#actus #actus_list {
	margin-top: 50px;
}

#actus_list .newsitem {
	margin-bottom: 40px;
}

#actus_list .newsitem .img {
	height:300px;
	background:black;
} 

#actus_list .newsitem .imgempty {
	height:200px;
	background:black;
} 

#actus_list .newsitem .text {
	margin: 5px 0;
	min-height: 60px;
	font-family: "Mst light";
	font-size: 14px;
	color: black;
} 

#actus_list .newsitem .date {
	font-size:1.2em;
	font-weight: 100;
	font-style: italic;
} 

#actus_list .newsitem .date .comments {
	float:right;
} 

#actus_list .newsitem .date .comments .zmdi {
	color:#CCC;
} 

#actualite {
	padding-top: 140px;
}

#actualite p{
	margin-bottom: 15px;
}

#actualite h1 {
	font-size:2.5em;
	line-height: 40px;
	padding-top: 25px;
}

#actualite .title {
    font: 500 25px/30px "Mst Medium";
    text-align: center;
    margin-top: 10px;
}

#actualite .actualite_content .right {
	padding-left: 50px;
}

#actualite .actualite_content .buttons .buttons_right {
	float:right;
}

#actualite .actualite_content .actulite_text {
	margin:20px 0;
}

#actualite .actualite_content .date {
	font-style:italic;
	margin-bottom: 10px;
}

#actualite .bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

#homeactu {
	position:relative;
}

#homeactu div.img {
	float:left;
	width:80px;
	overflow:hidden;
}

#homeactu div.content {
	margin-left:90px;
}

#homeactu div.content.full {
	margin-left:0px;
}

#homeactu .date {
	float:right;
	color:#a1a1a1;
	font-size:0.9em;
	margin-top:1px;
	font-weight:normal;
}

#homeactu .savoirplus {
	float:right;
	margin-top:10px;
}

#homeactu .next.nocarousel , #homeactu .prev.nocarousel  {
	display:none;
}

#actu_share {
	float:right;
	padding-bottom:10px;
}
#content #actualite .c {
	min-height: 300px;
}
#content #actualite .bottom.c {
	min-height: 0px;
	padding-bottom: 30px;
}
#content #actus .c{
	min-height: 0px;
}
.breadcrumb{
	display: none;
}
#actus .pagination {
	float: none;
	text-align: right;
	padding: 20px 0px;
	margin: 0;
}
.pagination a:hover, .pagination a.active {
	background: #94c11f;
	color: white;
	text-decoration: none;
}
.pagination a {
	display: inline-block;
	margin-left: 10px;
	padding: 3px 10px;
	font-size: 1.1em;
	border: 1px solid #94c11f;
	color: #94c11f;
}
@media screen and (max-width: 980px){
	#actualite .actualite_content .right{
		padding: 0;
		padding-top: 25px;
	}
	#actus_list .scolwrap {
		width: 100%;
		margin-left: 0%;
	}
}
@media screen and (max-width: 700px) {
	#actus .h1{
		font-size:25px;
	}
}
