/* <style> */
/*
* lazyYT (lazy load YouTube videos)
* v1.3.0 - 2016-03-06
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/

/* à l'initialisation, c'est un lien avec cette seule classe */
.js-lazyYT
{
	background-image: none !important;	/* contre la règle des liens des forums : .postbody a[target^=_]*/
	display: block;
	padding: 0 !important;				/* contre la règle des liens : .postbody a[target^=_]*/
}

.lazyYT-container
{
	background-color: #000;
	height: 0;
	letter-spacing: 0;
	overflow: hidden;
	position: relative;
	word-spacing: 0;
}

.lazyYT-container iframe
{
	background-color: transparent;
	border: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	opacity:0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lazyYT-video-loaded iframe
{
	opacity: 1 !important;
}
/*
 * Video Title (YouTube style)
 */

.ytp-gradient-top
{
	background-repeat: repeat-x;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=);
	height: 98px;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
			transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
	width: 100%;
	z-index: 21;
}

.ytp-chrome-top
{
	color: #eee;
	direction: ltr;
	font-family: Roboto,Arial,Helvetica,sans-serif;
	font-size: 11px;
	-webkit-font-smoothing: antialiased;
	left: 12px;
	line-height: 1.3;
	position: absolute;
	right: 10px;
	text-align: left;
	text-shadow: 0 0 2px rgba(0,0,0,.5);
	top: 0;
	-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
			transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	z-index: 60;
}

.ytp-title
{
	font-size: 18px; /* was : 150% */
	overflow: hidden;
	padding-right: 20px;
	white-space: nowrap;
}

.ytp-title-text
{
	display: inline-block;
	line-height: 1;
	margin-left: 4px;
	max-width: 100%;
	padding-top: 23px;
	vertical-align: top;
}

.ytp-title-link
{
	color: #eee;
	float: left;
	max-width: 100%;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
	.ytp-title-link:hover
	{
		color: #fff;
	}
.ytp-title-link[target^=_]
{
	background-image: none !important;
	margin-right: 0;
	padding-right: 0;
}
/*
 * Thumbnail
 */

.ytp-thumbnail
{
	-webkit-background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	height: 100%;
	-webkit-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
	width: 100%;
	z-index: 12;
}


.lazyYT-image-loaded .ytp-spinner
{
	display: none;
}
.ytp-thumbnail .ytp-button
{
	visibility: hidden;
}
.ytp-thumbnail.lazyYT-image-loaded  .ytp-button
{
	visibility: visible;
}

/*
 * Spinner pre-loader
 */
.ytp-spinner
{
	height: 10%;
	left: 45%;
	position: absolute;
	top: 45%;
	width: 10%;
	z-index: 16;
}

.ytp-spinner-message
{
	background-color: black;
	display: none;
	font-size: 127%;
	left: 50%;
	line-height: 182%;
	margin-left: -150px;
	opacity: .5;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 300px;
}@keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}@-moz-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}@-webkit-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}

.ytp-spinner-dot {
  -moz-animation: ytp-spinner-dot-fade .8s ease infinite;
  -webkit-animation: ytp-spinner-dot-fade .8s ease infinite;
  animation: ytp-spinner-dot-fade .8s ease infinite;
  opacity: 0;
  fill: #ccc;
  -moz-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  -webkit-transform-origin: 4px 4px;
  transform-origin: 4px 4px
}

.ytp-spinner-dot-1 {
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.ytp-spinner-dot-2 {
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.ytp-spinner-dot-3 {
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.ytp-spinner-dot-4 {
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.ytp-spinner-dot-5 {
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.ytp-spinner-dot-6 {
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.ytp-spinner-dot-7 {
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

/*
 * Play button (YouTube style)
 */
.ytp-button:active,   /* contre la css zikinf */
.ytp-button:focus,
.ytp-button
{
	background-color:transparent;   /* contre la css zikinf */
	background-image: none; /* contre la css zikinf */
	border: none;
	box-shadow: none; /* contre la css zikinf */
	
	color: inherit;
	cursor: default;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	outline: 0;
	padding: 0;
	text-align: inherit;
}

.ytp-large-play-button
{
	display: none;

	height: 48px;
	left: 50%;
	margin-left: -34px;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	width: 68px;
}
	.lazyYT-video-loaded .ytp-large-play-button
	{
		display: block;
	}
	.ytp-thumbnail
	{
		filter: blur(2px);
	}
	.lazyYT-video-loaded .ytp-thumbnail
	{
		transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1), filter 0.25s;
		filter: blur(0);
	}


.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
	cursor: pointer;
}

.ytp-large-play-button-bg
{
    fill: #1f1f1f;
	opacity: .9;
	-moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
	-webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
	transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
}

.ytp-thumbnail:hover .ytp-large-play-button-bg
{
	fill: #cc181e;
	opacity: 1;
	-moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
	-webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
	transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
}

/*
 * Video time (YouTube style)
 */

.video-time
{
	background-color: #000;
	bottom: 2px;
	color: #fff !important;
	filter: alpha(opacity=75);
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	line-height: 14px;
	opacity: .75;
	padding: 0 4px;
	position: absolute;
	right: 2px;
	zoom: 1;
}
