

.cnsstv{
  background:
    radial-gradient(black 3px, transparent 4px),
    radial-gradient(black 3px, transparent 4px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #a4a4a4 75px, #a4a4a4 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #a4a4a4 76px, #a4a4a4 77px, transparent 78px, transparent 109px),
    #fff;
    background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

.containerVideo {
	/*width: 100%;*/
	max-width: 854px;  /*SANKARA :la video prend toute la large de l'ecran*/
	min-width: 440px;  /*SANKARA :la video prend toute la large de l'ecran*/
	background: #fff;
	margin: 0 auto;
	background:khaki!important;
}


/*  VIDEO PLAYER CONTAINER
############################### */
.vid-container {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px;
	height: 0;	
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*  VIDEOS PLAYLIST
############################### */
.vid-list-container {
	width: 650px;/*92%*/
	overflow: hidden;
	margin-top: 20px;
	margin-left:4%;
	padding-bottom: 20px;
}

.vid-list {
	width: 1700px;  /*1344px;*/
	position: relative;
	top:0;
	left: 0; 
}

.vid-item {
	display: block;
	width: 148px;
	height: 148px;
	float: left;
	margin: 0;
	padding: 10px;
}

.thumb {
	/*position: relative;*/
	overflow:hidden;
	height: 84px;
}

.thumb img {
	width: 100%;
	position: relative;
	top: -13px;
}

.vid-item .desc {
	/* color: #21A1D2; */
    color: red ;
	font-size: 15px;
	margin-top:5px;
}

 .vid-item:hover{
	/* background: #eee; */
    background: #128942; 
	cursor: pointer;
	color:white;

}

.arrows {
	position:relative;
	width: 100%;
	margin: 0 auto;
}

.arrow-left {
	color: #fff;
	position: absolute;
	/* background: #777; */
    background:red;
	padding: 15px;
	left: -25px;
	top: -130px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	/* background: #777; */
    background:red;
	padding: 15px;
	right: -25px;
	top: -130px;
	z-index:100;
	cursor: pointer;
}

.arrow-left:hover {
	/* background: #CC181E; */
background:darkgreen;
}

.arrow-right:hover {
	/* background: #CC181E; */
background:darkgreen;
}


@media (max-width: 624px) {
	body {
		margin: 15px;
	}
	.vid-list-container {
		padding-bottom: 20px;
	}

	/* reposition left/right arrows */
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		/*left:0;*/ /*SANKARA*/ 
		left: -2.5px;
		/*top: -17px;*/ /*SANKARA*/ 
	}

	.arrow-right {
		/*right: 0;*/ /*SANKARA*/ 
		right: -2.5px;
		/*top: -17px;*/ /*SANKARA*/
	}
}
