/*	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: 'Trade Bold';
			font-size: 30px;
			color: #FFF;
			line-height: 1.1;
			padding-bottom: 20px;
		}
		a.slide-articles-item div.infos .intro {
			font-family: 'Trade Regular';
			font-size: 18px;
			color: #FFF;
			line-height: 1.1;
		}

/* NAV	BULLETS	*/
#slider-articles-navigator {
	position: absolute;
	top: 15px;
	right: 25px;
	width: 30px;
	z-index: 30;
	margin-top: 0px;
	display: flex; display: -webkit-flex; 
	flex-flow: column nowrap; -webkit-flex-flow: column nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	#slider-articles-navigator a.slider-navigation {
		display: block;
		height: 20px;
		width: 30px;
		cursor: pointer;
		margin: 0;
		margin-bottom: 0px;
		border-left: 3px solid #FFF;
		padding-left: 10px;
		color: #FFF;
		font-family: 'Trade Bold';
		font-size: 18px;
		background: none;
		position: relative;
		z-index: 31;
	}
		#slider-articles-navigator a.selected {
			border-left: 3px solid #c53521;
			color: #c53521;
		}
