body{
    background-color: #000000;
}

/****HEADER*****/

header:nth-of-type(1) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("head_bandeau_player_240.png") no-repeat;
	background-position:right;
    background-color: rgba(45, 49, 67, 0.70);
	z-index:10;
}

header:nth-of-type(1) img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
	background-color:#494c5f;
}

header:nth-of-type(2){
    display: none;
}

/****NAV*****/

nav{
    width: 90%;
    position: absolute;
    top: 50px;
    left: calc(0px - 90%);
    background-color: #494c5f;
    opacity: 0;
    transition-property: left,opacity;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
	z-index:5;
}
nav h2{
    font-size: .75rem;
    text-align: center;
    text-transform: capitalize;
}
nav ul{
    margin:0;
    padding:0;
}

nav li{
    width: 100%;
    height: 3em;
	padding-left:10px;
	color:#fff;
    line-height: 3em;
}
nav li:nth-of-type(odd){
    background-color: #494c5f;
}
nav li:nth-of-type(even){
    background-color: #575c79;
}

nav li a{
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
	font-weight:bold;
    text-decoration: none;
	color: #FFFFFF;
}

/****MAIN*****/

main{
    width: 100%;
	margin : 0 auto 0 auto;
	background-color:#2d3042;
	background-image:url(bg_dark.jpg);
	background-repeat:repeat-y;
	background-size:contain;
}

.mainpages {
	padding-top:50px;	
}

main>section{
    width: 100%;
    padding: 20px 0 20px 0;
	margin: 0;
    background-color: #FFFFFF;
}

.zone {
	width: 100%;
	margin: 0 auto 0 auto;
    text-align: left;
}

/****FOOTER*****/

footer{
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0; 
	width:100%;
	height: 100px;
    clear: left;
}

footer div {
	float:left;
}

footer div:nth-of-type(1) {
    display:none;
}

footer div:nth-of-type(2) {
	width:100%;
	margin: 0;
	text-align:center;
}

footer div:nth-of-type(3) {
	clear:both;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	width:33%;
	margin: 0;
}

footer div:nth-of-type(4) {
	width:33%;
	margin: 0;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}

footer div:nth-of-type(5) {
	width:33%;
	margin: 0;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}

footer ul {
	margin: 0;
	padding:0;
}

footer li{
	margin: 0;
	padding:0;
}

/* RECHERCHE */

.search {
  margin-top:10px;	
}

.search input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:5px;
	border:0px solid #000000;
	border-right:0px;
	width:80%;
	float:left;
}

.search input[type=submit]{
	background:url(https://www.catsuka.com/videos/player/loupe.jpg) no-repeat;
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	width:10%;
	padding:5px;
	cursor: pointer;
	border:0px solid #000000;
	border-left:0px;
	float:left;
}

/* BINGE FORMS */

.binge-menu {
  width: 100%;
  padding-bottom:20px;
}

.binge-menu-column:nth-of-type(1) {
  padding-bottom:15px;
}
.binge-menu-column:nth-of-type(2) {
  padding-bottom:15px;
}
.binge-menu-column:nth-of-type(3) {

}

.binge-containermenuhome {
  padding-left:5px;
  padding-bottom:0px;
  background:url(https://www.catsuka.com/videos/player/player_bonge_fond_rwd2.png) no-repeat top center;
  background-size:contain;
}

.binge-menuhome {
  width: 100%;
  padding-bottom:20px;
}

.binge-menuhome-column:nth-of-type(1) {
  padding-bottom:15px;
}
.binge-menuhome-column:nth-of-type(2) {
  padding-bottom:15px;
}
.binge-menuhome-column:nth-of-type(3) {

}


.binge-form {

}

.binge-form select {
  width: 200px;
  border: 1px solid;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 0.8rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.binge-form input {
  background-color: #CCC;
  border: 1px solid;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  line-height: 1.1;
  font-size: 0.8rem;
  cursor: pointer;
}


/* ----------------------------------- */
/* ----------------------------------- */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper video {
	width: 100%;
	height:auto;

}

.bingeWrapper {
	width: 100%;
	height:auto;
}
.bingeWrapper p {

}

.mute-video {
    background:url(https://www.catsuka.com/videos/player/icon_unmute_w.png) no-repeat center;
    background-size:16px;
    border:0;
    width:16px;
    height:16px;
    text-indent:-999px;
}
.unmute-video {
    background:url(https://www.catsuka.com/videos/player/icon_mute_w.png) no-repeat center;
    background-size:16px;
}

.txtpagination {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
}

.lienpagination {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 20px;
}
.lienpagination:hover {
	color: #FF4F1E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    text-decoration: none;
	font-size: 20px;
}

.rubriques {
display:none;
}

.archivesmois {
display:none;
}

.videosinfos {
width:96%;
padding:2%;
}

.videosinfos_left {
width:100%;
}

.videosinfos_right {
width:100%;
}

.zonetitre {
padding-left:5px;
padding-bottom:20px;
}

.zonetableau {
width:100%;
padding-left:2%;
padding-right:2%;
}

.bingeserieheader_conteneur {
background-color:#000000;
text-align:left;
}

.bingeserieheader {
width:100%;
margin: 0 auto 0 auto;
background-color:#000000;
text-align:left;
padding-bottom:20px;
}

.bingeserieheader_left {
text-align:left;
}

.bingeserieheader_left img {
max-width:100%;
height:auto;
}

.bingeserieheader_right {
padding-left:5px;
padding-top:20px;
text-align:left;
}

/* CATEGORIE SIMPLE */

#tableau {
	list-style: none;
	margin: 0px;
	padding:0px;
}
#tableau li {
	float: left;
	margin: 0px;
	margin-left: 24px;
	margin-right: 23px;
	width: 273px;
	height: 215px;
	text-align: left;
}
#tableau img {
	width: 273px;
	height: 154px;
}

/* ARCHIVES MOIS */

.archives a {
    display:inline-block;
    background-color: #c0c5df;
	padding:3px;
	margin-bottom:5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    text-decoration: none;
}
 
.archives a:hover {
	display:inline-block;
    background-color: #9db1b7;
	padding:3px;
	margin-bottom:5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
    text-decoration: none
}

.slideradjust {
  margin-top:50px;	
}