@charset "utf-8";

/* Content assets */

h3 {
	text-shadow: 3px 3px 1px #000;
	margin: 50px 0 10px 20px;
}

article { 
	position: relative;
	margin: 0 0 30px;

}

article img {
	position:relative;
	opacity: 1 !important;
	
}

article:hover img {
	position: relative;
	cursor:pointer;
	opacity: 0.5 !important;
}

article figure {
	overflow: hidden;
	position: relative;
	margin: auto;
	border-top: 1px solid #333;
	background-color: #000;
}

article figcaption {
	text-shadow: 2px 2px 1px #000;
	color: #fff;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 999;
}

article:hover figcaption {
	opacity: 1;
}

article figcaption p {
	display: table-cell;
	font-size: 28px;
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
}

article figcaption span {
	display: table-cell;
	font-size: 20px;
	position: relative;
	top: 0px;
	right: 0px;
	width: 720px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
}

article:hover figcaption p {
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

article:hover figcaption span {
	-moz-transform: translateX(40px);
	-webkit-transform: translateX(40px);
	transform: translateX(40px);
}


/* Bout more */

.bout.more {
	margin: auto !important;
	display: block;
	text-align: center;
}

.sidebar {
	/*position: absolute;*/
	margin-top: -15px;
	right: 15px;
}


/* Responsive assets */


@media (min-width: 0px) {
	/*article img {
		width:220px; 
	}
	article figure {
		width: 220px;
		height:220px;
	}*/
	.bout.more {
	width: 200px;
	font-size: 20px;
	}
}

@media (min-width: 309px) {
	/*article img {
		width:220px; 
	}
	article figure {
		width: 220px;
		height:220px;
	}*/
	.bout.more {
	width: 240px;
	font-size: 24px;
	}
}

@media (min-width: 359px) {
	/*article img {
		width:260px; 
	}
	article figure {
		width: 260px;
		height:260px;
	}*/
	.bout.more {
	width: 240px;
	font-size: 24px;
	}
}

@media (min-width: 480px) {
	/*article img {
		width:340px; 
	}
	article figure {
		width: 340px;
		height:340px;
	}*/
	.bout.more {
	width: 240px;
	font-size: 24px;
	}
}

@media (min-width: 768px) {
	/*article img {
		width:355px; 
	}
	article figure {
		width: 355px;
		height:355px;
	}*/
}

@media (min-width: 992px) {
	/*article img {
		width:225px; 
	}
	article figure {
		width: 225px;
		height:225px;
	}*/
}

@media (min-width: 1200px) {
	/*article img {
		width: 100%; 
	}
	article figure {
		width: 100%;
	}*/
}


/* Épisodes */
/*.episode1 {
	position:relative;
	background-color: rgba(60,157,63, 0.2);
	padding: 5px;
	height:190px;
}
.episode1:before {
	content: "test";
}

.episode2 {
	position:relative;
	background-color: rgba(172,90,63, 0.2);
	padding: 5px;
	height:190px;
}
.episode3 {
	position:relative;
	background-color: rgba(60,157,63, 0.2);
	padding: 5px;
	height:190px;
}
*/


