.thumb-outer,
.thumb{
	overflow: hidden;
	position: relative;
}
.thumb-outer a{
	display: block;
}
.thumb{
	border: 1px solid #ddd;
}
.thumb img,
a .thumb img{
	z-index: 1;
	width: 100%;
	display: block;
	min-height: 100%;
	position: relative;
	
	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
a:hover .thumb img{
	-webkit-transform:scale(1.4); /* Safari and Chrome */
    -moz-transform:scale(1.4); /* Firefox */
    -ms-transform:scale(1.4); /* IE 9 */
    -o-transform:scale(1.4); /* Opera */
     transform:scale(1.4);
}
.thumb .layer,
a .thumb .layer{
	display: none;
}
a:hover .thumb .layer{
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
}
a:hover .thumb .layer1{
	background-color: #B01E51;
}
a:hover .thumb .layer2{
	background-color: #FAC328;
}
a .thumb .zoom{
	z-index: 3;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}
a .thumb .zoom1{
	background-image: url(../icons/zoom/1.png);
}
a .thumb .zoom2{
	background-image: url(../icons/zoom/2.png);
}
a .thumb .zoom3{
	background-image: url(../icons/zoom/3.png);
}
a:hover .thumb .zoom{
	display: block;
}

.thumb-outer .thumb-category{
	display: block;
	display: none;
	max-width: 80%;
}
.thumb-outer .thumb-label,
.thumb-outer .thumb-category{
	z-index: 4;
	bottom: 30px;
	position: absolute;
}
.thumb-outer .thumb-label,
.thumb-outer .thumb-category a{
	padding: 0 5px;
}
.thumb-outer-commented .thumb-label,
.thumb-outer-commented .thumb-category{
	bottom: 70px;
}
.thumb-outer a .thumb-label,
.thumb-outer .thumb-category a{
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
}
.thumb-outer a .thumb-label .thumb-label-title,
.thumb-outer .thumb-category .thumb-category-title,
.thumb-outer .thumb-category a .thumb-category-title{
	color: #fff;
	z-index: 2;
	position: relative;
}
.thumb-outer a:hover .thumb-label .thumb-label-title,
.thumb-outer .thumb-category a:hover .thumb-category-title{
	color: #444;
}
.thumb-outer a .thumb-label .thumb-label-bg,
.thumb-outer .thumb-category .thumb-category-bg{
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #45474E;
}
.thumb-outer a:hover .thumb-label .thumb-label-bg,
.thumb-outer .thumb-category a:hover .thumb-category-bg{
	background-color: #ffe400;
}

.thumb-outer a .thumb-label .thumb-label-bg{
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #3B3B3B;
}
.thumb-outer a:hover .thumb-label .thumb-label-bg{
	background-color: #CE0829;
}
.thumb-outer a .thumb-label .thumb-label-title{
	margin: 0;
	color: #fff;
	z-index: 2;
	position: relative;
	text-align: center;
}
.thumb-outer a:hover .thumb-label .thumb-label-title{
	color: #fff;
	text-decoration: underline;
}

.thumb-outer .thumb-promo{
	bottom: 50px;
	z-index: 4;
	padding: 2px 5px;
	position: absolute;
}
.thumb-outer-commented .thumb-promo{
	bottom: 90px;
}
.thumb-outer .thumb-promo .thumb-promo-bg{
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #FEC902;
	background-color: #6FC92C;
}
.thumb-outer .thumb-promo .thumb-promo-title{
	margin: 0;
	z-index: 2;
	color: #fff;
	font-weight: bold;
	position: relative;
	text-align: center;
	letter-spacing: 2px;
}

.thumb-outer .thumb-comment,
.thumb-outer a .thumb-comment{
	margin: 0;
	height: 35px;
	padding: 5px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-outer a:hover .thumb-comment{
	text-decoration: underline;
}

/* Vidéos */
.thumb .starter{
	width: 50px;
	height: 30px;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -25px;
	position: absolute;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../icons/video/starter/black.png);
	
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.thumb .starter-medium{
	width: 32px;
	height: 24px;
	margin-top: -12px;
	margin-left: -16px;
}
.thumb .starter-mini{
	width: 22px;
	height: 14px;
	margin-top: -7px;
	margin-left: -11px;
}
a:hover .thumb .starter{
	background-image: url(../icons/video/starter/red.png);
}

/* Vidéo inline */
.vdo-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.vdo-wrapper iframe,
.vdo-wrapper embed,
.vdo-wrapper object,
.vdo-wrapper video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}