@charset "UTF-8";
/* CSS Document */

body {
	background:#FFF;
}
	
hr {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(150,150,150,0.2), rgba(150,150,150,0.90), rgba(150,150,150,0.2)); 
    background-image:    -moz-linear-gradient(left, rgba(150,150,150,0.2), rgba(150,150,150,0.90), rgba(150,150,150,0.2)); 
    background-image:     -ms-linear-gradient(left, rgba(150,150,150,0.2), rgba(150,150,150,0.90), rgba(150,150,150,0.2)); 
    background-image:      -o-linear-gradient(left, rgba(150,150,150,0.2), rgba(150,150,150,0.90), rgba(150,150,150,0.2));
	margin:0 0 0 0;
}


h1.episodeTitle {
	font-size: 1.4em !important;
	padding:5px 0 5px 0 !important;
	margin:0 0 0 0 !important;
}

h1 {
	text-shadow: 2px 2px 3px #888;
}
	
h2 {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}

h3 {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}

h4 {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

header {
	background-color:#FFF;
	min-width:100%;
	position:fixed;
	z-index:999;
}

p {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}

/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #666;
}

/* selected link */
a:active {
    color: #000000;
}



#topspacer	{
	height:100px;
}

.menu-logo {
	float:left;
	position:relative;
	min-height: 1px;
	width:60%;
	/*border: 1px solid blue;*/
}
	
#topmenu {
	text-align: right;
	margin:4px 0 5px 0;
	float: right;
	width: 40%
}

.topmenu-item {
	float:right;
}

.social_button {
		-webkit-transition: opacity 0.2s ease-in-out;
    	-moz-transition: opacity 0.2s ease-in-out;
    	transition: opacity 0.2s ease-in-out;
}

.social_button:hover {
		opacity:0.6;
		-webkit-transition: opacity 0.2s ease-in-out;
    	-moz-transition: opacity 0.2s ease-in-out;
    	transition: opacity 0.2s ease-in-out;
    }

#logo {
	padding: 10px 10px 0 0;
}

.fb-wrapper {
	padding:24px 0 0 0;
	margin:0;
}
	
.topsection {
	background-color:#f1f1f1;
	padding: 30px 0 0 0;
	box-shadow: inset 0px 0px 10px #dadada; 
	-moz-box-shadow: inset 0px 0px 10px #dadada;
}

.youtube_logo {
	padding: 10px 0 40px 0;
	max-height: 200px;
}

.youtube_logo :hover; {
	opacity: 0.7;
}

.topsection-serie {
	background-color:#f1f1f1;
	padding: 30px 0 0 0;
	box-shadow: inset 0px 0px 10px #444; 
	-moz-box-shadow: inset 0px 0px 10px #444;
	min-height: 310px;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}

.logo-serie {
	text-align: center;
	padding: 50px auto 50px auto;
}

.midsection {
	background-color:#e3e3e3;
	padding: 0 0 20px 0;
	box-shadow: inset 0px 0px 10px #a6a6a6; 
	-moz-box-shadow: inset 0px 0px 10px #a6a6a6;
}

.index-title {
	color:#666;
	text-shadow: 1px 1px 5px #999;
	padding-top:20px;
}

.serie {
	margin: 0 0 30px 0;
}	

.seriepadding {
	padding: 0 12px 0 12px;
}

.serie-description {
	padding:10px;
	height:5em;
	color: #777;
	background-color: #FFF;
	box-shadow: 0px 0px 2px #999;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
  	-webkit-border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
  	-webkit-border-bottom-left-radius: 10px;
}

.episode {
	margin: 0 0 25px 0;
	padding: 0 10px 0 10px !important;
}

.epispode-wrapper {
	position: relative;
	width: 100%;
	box-shadow: 1px 1px 5px #333333;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.epispode-overlay { 
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.epispode-playing { 
	position: absolute;
	top: 0;
	left: 0;
}

.epispode-wrapper:hover .epispode-overlay { 
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#banner-roll {
	margin: 20px auto 40px auto;
	padding: 0 0 0 0;
	max-width: 728px;
	min-height: 200px;
	text-align: center;
	box-shadow: 0px 0px 20px #333333;
}

#test {
	box-shadow: 0px 0px 3px #333333;
}

.hoverbox {
	opacity:1;
	box-shadow: 0px 0px 3px #333333;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
	
	.hoverbox:hover {
		opacity:0.8;
		box-shadow: 0px 0px 6px #333333;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	}

.bottomseciton {
	background-color:#F66;
}

.fb-comments {
	margin: 15px 0 0 0;
}
	
.serieList {
	padding:20px 0 20px 0;
	list-style:none;
	margin: 0 0 0 0;
}

	.serieList a:link, a:visited { color:#000; text-decoration:none;
	}
	.serieList a:hover {color:#777;
	}
	

#blockmailing {
	margin: 0 auto 0 auto;
	width: 100%;
	padding: 0px 0 30px 0;
}

.mailing {
	padding: 10px ;
	border-radius: 10px;
	background-color: #666;

}
	
.mailingfield {
	width:78%;
}
	
.mailingbutton {
	width:20%;
	float: right;
}	
	
#copyright {
	color:#777;
	padding: 0 0 10px 0;
	font-size:12px;
}
	
	#copyright a:link, a:visited { color:#777; text-decoration:none;
	}
	#copyright a:hover {color:#000;
	}


.align-right {
	text-align:right;
}
	
.center {
	text-align:center !important;
	margin-right:auto !important;
	margin-left:auto !important;
}
	
.fit {
	max-width:100%;
	min-width:100%;
}
	
.hover {
	opacity:1;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
	
	.hover:hover {
	opacity:0.6;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	}

.adsStaticContainer {
	/*border: 1px solid brown;*/
	position: relative;
	width:300px;
	height:250px;
	margin: 0 0 45px 0;
}
.blocItemDescription {
	position:absolute;	
	height: 100%;
	width: 100%;
	opacity: 1;
	display:none;	
}
.blockItemCoverDone {
	position:absolute;	
	opacity: 1;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: 999;
	background-color: #e3e3e3;
	box-shadow: inset 0px 0px 10px #a6a6a6; 
	-moz-box-shadow: inset 0px 0px 10px #a6a6a6;
}

	.doneLeft{
		width:50%;
		height:80%;
		float:left;
		/*border: 1px solid blue;*/
		padding: 4% 2.5% 0% 5%;
	}

	.doneRight{
		width:50%;
		height:80%;
		float:right;
		/*border: 1px solid blue;*/
		padding: 4% 5% 0% 2.5%;
	}

	.doneBottom {
	width:100%;
	padding: 5% 0 0 0;
	/*border: 1px solid blue;*/
	text-align: center;
	/*text-shadow: 0px 0px 6px #CCC;*/
	}

	.doneTop {
	width:100%;
	padding: 5% 0 0 0;
	/*border: 1px solid blue;*/
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	/*text-shadow: 0px 0px 6px #CCC;*/
	}

#blocksDescription1 {
	width:100%;
	position:relative;
	padding-bottom: 15%;
  	height: 0;
}

#episodePreview {
	width:100%;
	position:relative;
	padding-bottom: 27%;
	margin-bottom: 25px;
  	height: 0;
}

#blockCover1 {
	position: relative;
	width:100%;
	height:422px;
	display:none;
	/*border: 2px solid grey;*/
	}

.videoContainer {
	width:100%;
	position:relative;
}

/* MOBILE ONLY*/

#mobile-blockmailing {
	margin: 0 auto 0 auto;
	width: 100%;
	padding: 0px 7% 30px 7%;
}

.mobile-episode-wrapper {
	padding:0% 10% 5% 10%;
}

.mobile-episode {
	box-shadow: 0px 0px 3px #333333;
	border-radius: 15px;
	-moz-border-radius: 15px;
  	-webkit-border-radius: 15px;
}

.mobile-serie {
	box-shadow: 1px 1px 6px #333333;
}

.mobile-like {
	padding: 0 0 30px 0;
	margin: 0 auto 0 auto;
	text-align: center;
}

/* NEW READMORE */

.read-more-state {
  display: none;
}

.read-more-target {
  display:block;
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
  /*white-space: pre;*/
}

span.read-more-target {
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  padding-bottom:15px;
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Lire plus';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Lire moins';
}

.read-more-trigger {
  margin: 0 auto 35px auto;
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #bbb;
  border-radius: .25em;
}

.paragraph-spacer {
	padding-top: 10px;
}
