/*	HOME */
.video-wrapper {
	width: 100%;
	position: relative;
}
	.video-wrapper .video-inner {
		width: 100%;
	}
		.video-wrapper .video-inner iframe {
			width: 100%;
		}

/*	ITEM 	*/
.videos-item {
	display: block;
	width: 90%;
	margin: 0 auto 40px;
	overflow: hidden;
	position: relative;
}
	.videos-item .picture {
		margin: auto;
		margin-left: 0px;
		height: auto;
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 5;
		border: 5px solid #FFF;
		border-radius: 5px;
	}
		.videos-item .picture img {
			height: auto;
			width: 105%;
		}


/*	VIEW 	*/
.video-wrapper.from-gallery {
	width: 96%;
	margin: 35px auto 0;
}
	.video-wrapper.from-gallery .embed {
		border: 5px solid #FFF;
		border-radius: 5px;
		background: #000;
	}

/*	ITEM & VIEW > commun 	*/
.video-description {
	margin: 0;
	height: 80px;
	width: 100%;
	text-align: left;
	line-height: 1.1;
	position: relative;
	z-index: 5;
}
	.video-description .date {
		font-family: 'Trade Regular';
		font-size: 10px;
		padding: 5px;
		text-align: left;
		color: #FFF;
	}
	.video-description .from {
		font-family: 'Trade Bold';
		font-size: 12px;
		padding: 2px 5px;
		text-align: left;
		text-transform: uppercase;
	}
		.video-description .from.blue {
			color: #0064e0;
		}
		.video-description .from.red {
			color: #c22023;
		}
	.video-description .title {
		font-family: 'Trade Hv';
		line-height: 1.0;
		font-size: 14px;
		color: #FFF;
		height: 45px;
		padding: 0 5px;
		text-transform: uppercase;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
	}
		.video-description .title .inside {
			margin: 0 0 auto;
		}
	.video-description .intro {
		padding: 10px 5px;
		font-size: 13px;
		color: #FFF;
	}


/*	COMPORTEMENTS 	*/
.videos-item:hover {
	text-decoration: none;
}
