.vjs-like-button.vjs-control {
	background-image: url('coeur_30x30.png');
	background-repeat: no-repeat;
	float: right;
}

.vjs-like-button.vjs-control .vjs-control-content .vjs-control-text {
	font-size: 12px;
	font-weight: bold;
	height: 3em;
	line-height: 30px;
	width: 4em;
	clip: inherit;
	position: static;
}

.vjs-live-controls.vjs-control {
	display: none;
}

/**************
*  COEUR VIDEO
**************/
.videos .badge,
.videos2 .badge {
	right: 45px;
}

.block-clip .block-content .like {
	background-image: url('./coeur.png');
	background-position: center;
	background-size: 26px 17px;
	background-repeat: no-repeat;
	border-radius: 2px;
	border: 1px solid transparent;
	box-sizing: border-box;
	display: inline-block;
	min-height: 17px;
	min-width: 28px;
	position: absolute;
	bottom: 13px;
	right: 14px;
	text-align: center;
	z-index: 3;
}
.block-clip .block-content .like a {
	line-height: 13px;
}

.block-clip .block-content .like a img {
	width: 20px;
	height: 17px;
}

.block-clip .block-content .like span {
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}
.block-clip .block-content .like img {
	height: 17px;
	width: 26px;
}

.video .block-content .compteur {
	box-sizing: border-box;
	z-index: 2;
	bottom: 10px;
	height: 13px;
	right: 46px;
}
/**************
*  LOAD SPINNER
**************/

@keyframes blink {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
@-moz-keyframes blink {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}

.vjs-default-skin .vjs-loading-spinner {
	-webkit-animation: blink 3s linear infinite !important;
	-moz-animation: blink 3s linear infinite !important;
	animation: blink 3s linear infinite !important;
	margin-left: -0.9em;
	margin-top: -1.2em;
	text-align: center;
	width: 1.8em;
}
.vjs-default-skin .vjs-loading-spinner:before {
	content: '';
}
.vjs-loading-spinner .logo {
	display: inline-block;
	width: 40px;
}
.vjs-loading-spinner .logo img {
	display: inline-block;
	width: inherit;
	height: inherit;
}
.vjs-loading-spinner div {
	font-size: 10px;
	text-align: center;
}
