/*	WRAPPER	*/
.slider-articles-wrapper {
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 406px;
	overflow-x: hidden;
}
	div#slider-articles-home {
		position: relative; 
		top: 0px; 
		left: 0px; 
		width: 100%;
		height: 406px;
	}
	div.slider-articles-wrapper div.items-articles-wrapper {
		width: 100%;
		height: 406px;
	}


/*	ITEMS	*/
div.slider-articles-wrapper a.slide-articles-item {
	float: left;
	width: 100%;
	height: 406px;
	display: block;
	position: relative;
	text-decoration: none;
}
	div.slider-articles-wrapper a:hover {
		text-decoration: none;
	}
	a.slide-articles-item div.picture {
		width: 100%;
		height: 406px;
		overflow: hidden;
	}
		a.slide-articles-item img {
			width: 100%;
			height: auto;
		}
	a.slide-articles-item div.infos {
		width: 400px;
		height: auto;
		position: absolute;
		top: 150px;
		left: 70px;
	}
		a.slide-articles-item div.infos .title {
			font-family: 'Montserrat Alternates';
			font-size: 30px;
			color: #FFF;
			line-height: 1.1;
			padding-bottom: 20px;
		}
		a.slide-articles-item div.infos .intro {
			font-family: 'Montserrat Alternates';
			font-size: 18px;
			color: #FFF;
			line-height: 1.1;
		}
