/***********************************************************************
GRID PHOTO GENERAL
*/

.header.shows h1 {
	margin:0;
	padding:0;
	line-height:1.5;
	font-weight:400;
}
.dep-lou .header.shows h1 {
	font-family: 'Waiting for the Sunrise', cursive;
	color:rgba(163, 153, 141, 1);
	font-size: calc(20px + (42 - 20) * (100vw - 400px) / (1440 - 400));
}
.dep-dad .header.shows h1 {
    color:rgba(163,153,141,0.8);
    font-family: 'Plaster', sans-serif;
    font-weight: 400;
	font-size: calc(24px + (48 - 24) * (100vw - 400px) / (1440 - 400));
}
.dep-nav .header.shows h1 {
	font-family: 'Waiting for the Sunrise', cursive;
	color:rgba(212,185,140,0.6);
	font-size: calc(20px + (42 - 20) * (100vw - 400px) / (1440 - 400));
}



.header.shows h5 {
	font-size: calc(14px + (18 - 14) * (100vw - 400px) / (1440 - 400));
}
.dep-dad .header.shows h5 {
	color: rgb(77, 64, 46);
}


.shows-wrapper {
	position:relative;
	margin:0;
	padding:0;

}
.shows {
    margin: 0 auto;
    padding: 20px 0 20px;
   	/*font-family: 'Plaster', cursive;*/
	font-weight:300;
 	line-height:1.1;
 	
 	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.shows .item {
	position:relative;
	margin:0 0 27px;
	padding:0;
    overflow:hidden;
    background-color:inherit;
    -webkit-flex: 0;
	-ms-flex: 0;
	flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	text-align: left;
	width: 50%;
}
.shows .item:after {
    clear: both;
    content: "";
    display: table;
}
.shows .item a.box-link {
    position: absolute;
	height: 100%;
    top: 0;
    left: 0;
	right:0;    
    bottom:0;
    width: 100%;
    z-index:5;
    display:block;
}
.shows .item .content {
	margin:0;
	padding:0 27px 0 0;
	display:block;
}

.shows .item .content .image-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;

}

.shows .item .content .image-wrapper::after {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    content: "";
}

.shows .item .content .image {
    position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;    
	background-color:rgba(123,115,100,1);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;

    /*transition: all 0s ease-in-out 0s;*/
	/*webkit-transition: background-size 500ms linear;
    -moz-transition: background-size 500 linear;
    -o-transition: background-size 500 linear;
    -ms-transition: background-size 500ms linear;
    transition: background-size 500ms linear;*/
    
    webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: -moz-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index:1;
    overflow:hidden;
}
.shows .item .content .image::before {
    background-color: rgba(143,134,78, 0);
    background-color: rgba(0,0,0, 0.55);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    /*transition: background-color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
    transition: background-color .5s ease-out 0s;
}
.shows .item:hover .content .image::before  {
    background-color: rgba(143,134,78, 1);
    background-color: rgba(123,115,100,.2);
    background-color: rgba(0,0,0, 0.25);
}
.shows .item .content .button-play {
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,.9);
    height: 75px;
    width: 75px;
    line-height:75px;
    text-align:center;
   	color:#fff;
 	text-indent: -9999px;
 	opacity: .8;
 	cursor:pointer;
 	border-radius:0%;
 	transition:all 0.5s ease-out 0s;
 	z-index:3;
 	display: flex;
 	align-items: center;
  	justify-content: center;
 
}
.button-play .svg-play {
    background-image: url('/media/icons/icon-play.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 25px;
    line-height: 25px;
   	opacity: 1;

}
.shows .item:hover .content .button-play {background-color:rgba(250,250,250,.9);}
.shows .item:hover .content .button-play .svg-play {background-image: url('/media/icons/icon-play-black.svg');}


.shows .item .content .logo  {
	position:absolute;
    top:20px;
	left:20px;
	background-image: url('/media/logo/lap/logo-lapins-index.svg') ;
	background-repeat:no-repeat;
	background-size:cover;
    height: 75px;
    width: 75px;
   	color:#fff;
 	text-indent: -9999px;
 	display:block;
 	opacity: 1.0;
 	cursor:pointer;
 	border-radius:2%;
 	transition:all 0.5s ease-out 0s;
 	z-index:4;
}
.shows .item.dep-lap .content .logo  {
	background-image: url('/media/logo/lap/logo-lapins-index.svg');
	background-color:#B6AB9D;
	}
.shows .item.dep-lou .content .logo  {background-image: url('/media/logo/favicon-lepetitloup.png');}
.shows .item.dep-dad .content .logo  {background-image: url('/media/logo/dad/logo-dado-projet.svg');}
.shows .item.dep-nav .content .logo  {background-image: url('/media/logo/favicon-navarro.png');}


.shows .item:hover .content .image2 {
    /*transform: scale(1.05);*/
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2)
}

/* TEASER */
.shows .teaser {
	color:rgb(182,171,157);
	position:relative;
	margin:0;
	padding:30px 62px 50px 35px;
	width:100%;

    z-index:3;
    background-color:rgba(30,25,18,1);
    text-align:left;
}

.shows .teaser .title {
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:300;
	line-height:1.2;
}

.shows .dep-lap .teaser .title {font-family: 'Major Mono Display', monospace;}
.shows .dep-lou .teaser .title {font-family: 'Londrina Sketch', cursive;}



.shows .teaser .duration {
	margin: 5px 0 0;
	padding:0;
	font-size:14px;
	font-weight:300;
	line-height:1;
}
.shows .teaser .episode {
    display: inline-block;
    margin-bottom: 5px;
    padding:3px 0 0;
	font-size:18px;
    line-height: 1.1;
    color: rgba(182,171,157,.8);
    color: rgba(202, 88, 50, 0.8);
    color: rgba(227,116,0,.6);
}
.shows .teaser .description {
    display: inline-block;
    margin: 20px 0 0;
    padding:0;
	font-size:16px;
    line-height: 1.1;
    overflow:hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in;
}
.shows .item:hover .teaser .description {
    max-height:500px;
}
.shows .teaser .title,
.shows .teaser .episode,
.shows .teaser .duration {
	font-family: 'Major Mono Display', monospace;
	font-family: 'Special Elite', cursive;
}
.shows .teaser .description {
	font-family: 'Special Elite', cursive;
}
.shows .teaser .logo  {
	position:relative;
    margin:20px 0;
 	padding:0;
	background-image: url('/media/logo/lap/logo-lapins-index.svg') ;
	background-repeat:no-repeat;
	background-size:cover;
    height: 75px;
    width: 75px;
   	color:#fff;
 	text-indent: -9999px;
 	display:block;
 	opacity: 1.0;
 	cursor:pointer;
 	background-color:#B6AB9D;
 	border-radius:2%;
 	opacity:0;
 	transition:all 0.5s ease-out 0s;
}
.shows .item:hover .teaser .logo {
	opacity:1;
}
.shows .item .content .number {
    position: absolute;
    left: 15px;
    top: 15px;
   	z-index:3;
  	}

.shows .item .content .favorite {
    position: absolute;
    left: 15px;
    top: 15px;
   	z-index:3;
  	}


@media screen and (max-width: 1279px) {
}
@media screen and (max-width: 1023px) {
}
@media all and (max-width: 840px) {
	.show-teaser text {}
}
@media only screen and (max-width: 800px) {
	.shows .item {width: 100%;}
}
@media only screen and (max-width: 480px) {
	.shows .item .content .image {height:300px;}
}



