/* CSS Document */

/*
#focus {
    background-color: #141615;

#jeuDetailGraph {	#fondTableau {	 #jeuDetail {
	//background-color: rgba(0,0,0,0.5);
	
body {
    //background: url(../images/fond.png);
    background-color: #141615;
    
#pied_page {
	background-color: black;
*/

/*.ConnexionBottom {
	/*all*/
	/*box-shadow: 2px 2px 18px #4e4e4e;
	
	/*top*/
	/*box-shadow: 0 -5px 5px -5px #4e4e4e;
	
	/*right*/
	/*box-shadow: 5px 0 5px -5px #4e4e4e;
	
	/*bottom*/
	/*box-shadow: 0 5px 5px -5px #4e4e4e;
	
	/*left*/
	/*box-shadow: -5px 0 5px -5px #4e4e4e;
}*/

body {
	font: 11pt Verdana, Arial, Helvetica, sans-serif; /*caractère de la police*/
	background: url(../images/fond.png); /* no-repeat center fixed; /*permet d'afficher l'image de fond*/
	/*background-color: black; /*#141615;*/
	color: black; /*couleur du texte */
	margin: 40px;
	text-align: justify;
	margin: 0px;
}

#formConnexion {
	margin-left: auto;
    margin-right: auto;
    width: 400px;
    box-shadow: 2px 2px 18px #b99f66;
}

#page { /*défini les caractéristiques de la page*/
	margin: auto; /*recadre automatiquement l'élément*/
	margin-left:60px;
	margin-right:60px;
	padding-bottom: 10px; /*bordure intérieure*/
	text-align: justify;
}

#banniere{
	position: relative;
}

#entete{
	height: 140px; /*hauteur du header*/
	background-color: black; /*permet d'afficher l'image de la bannière*/
	background-size: cover;
}

#text_entete { 
	background: url(../images/text_entete2.png) no-repeat;
    width: 485px; /*429px;*/
    height: 102px;
    position: absolute;
    left: 260px;
    margin-left: -215px;
    top: 70px;
    margin-top: -50px; /*-30px;*/
}

#navigation {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    /*border-bottom: 1px #b99f66 solid;*/
}

#navigationSeparateur {
	background: linear-gradient(to right, #000 0%, #b99f66 50%, #000 100%);
	height: 2px;
}

#navigationSeparateurBottom {
	background: linear-gradient(to right, #000 0%, #b99f66 50%, #000 100%);
	height: 2px;
	margin-bottom: 2px;
}

#navigation li {
	float: left;
}
	
#navigation li a {
	display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    width: auto;
}
	
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #B99F66; /*#3E3E3F;*/
}

#focus {
	background-color: black; /*#141615;*/ /*#292C2B; #333333;*/
	border-top: 2px solid;
    border-top-color: #B99F66;
}

h1{
    color: #b99f66; /*white; */
	margin-bottom: 30px;
}

#vague {
	clear: both;
	background: url(../images/vagues.png) repeat;
	padding-bottom: 25px;
    position: fixed;
    bottom: 0;
	color: white;
    /*text-align: center;*/
    width:100%;
}

#bateauRight {
	clear: both;
	/*background: url(../images/bateau.gif) no-repeat;*/
	padding-bottom: 50px;
    position: fixed;
    bottom: 0;
	color: white;
    /*text-align: center;*/
    width:100%;
	
	animation-duration: 10s;
    animation-name: glissementRight;
    animation-iteration-count: infinite;
}

#bateauLeft {
	clear: both;
	/*background: url(../images/bateau.gif) no-repeat;*/
	padding-bottom: 50px;
    position: fixed;
    bottom: 0;
	color: white;
    /*text-align: center;*/
    width:100%;
	
	animation-duration: 15s;
    animation-name: glissementLeft;
    animation-iteration-count: infinite;
}

.aller {
  animation-direction: reverse;
}

.retour {
  animation-direction: alternate-reverse;
}

@keyframes glissementLeft {
  /*from {
    margin-left: 100%;
    width: 0%;
	opacity: 0;
  }

  to {
    margin-left: 0%;
    width: 100%;
	opacity: 1;
  }*/
  from {
		margin-left: 100%;
		width: 100%;
	 }

 to {
	 margin-left: -150px;
	 width: -150px;
    }
}

@keyframes glissementRight {
  /*from {
    margin-left: 100%;
    width: 100%;
	opacity: 1;
  }

  to {
    margin-left: 0%;
    width: 0%;
	opacity: 0;
  }*/
 from {
		margin-left: 100%;
		width: 100%;
	 }

 to {
	 margin-left: 0%;
	 width: 0%;
    }
}

/*@keyframes bateauRight {
	0% {visibility: hidden;}
  100% {visibility: visible;}
}*/

/*
@-moz-keyframes glissement{
    from { 
    	margin-left: 100%;
	    width: 100%;
	    background:url(../images/bateauRight.png) no-repeat;
    }
    to   { 
    	margin-left: 0%;
	    width: 100%;
	    background:url(../images/bateauLeft.png) no-repeat;
    } 
}

@-o-keyframes glissement{
    from { 
    	margin-left: 100%;
	    width: 100%;
	    background:url(../images/bateauRight.png) no-repeat;
    }
    to   { 
    	margin-left: 0%;
	    width: 100%;
	    background:url(../images/bateauLeft.png) no-repeat;
    } 
}
*/
#pied_page { /*pied de page*/
	clear: both;
	background-color: black; /*#292C2B; #333333;*/ /*permet d'afficher la couleur de fond*/
	padding: 5px;
    position: fixed;
    height:17px;
    bottom: 0;
	color: #b99f66;
    text-align: center;
	width: 100%;
	font-size: 10pt;
}

#works {
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
}

#works .work {
	/* Voici le overflow:hidden qui permet de cacher les triangles et de ne les voir apparaitre que lorsqu'ils sont dedans la div */
    overflow: hidden;
    width: 200px;
    height: 188px;
    border: 4px solid #222;
    cursor: pointer;
    position: relative;
    -moz-transition: all .6s; 
    -webkit-transition: all .5s; 
    -o-transition: all .6s; 
    transition: all .6s;
    float: left;
    margin-right: 20px;
	margin-bottom: 10px;
	background-color: white;
}

#works .work:hover {
    border: 4px solid #FFF;
}

#works .work img {
	width: 180px;
    margin-top: 40px;
    margin-left: 10px;
}

#works .work .triangle-droite {
    background: url(../images/triangle-droite.png);
    width: 201px;
    height: 189px;
    position: absolute;
    /* Voici le décalage du triangle à droite lorsqu'on n'est pas en :hover */
    right: -200px;
    bottom: -188px;
    -moz-transition: all .6s; 
    -webkit-transition: all .6s; 
    -o-transition: all .6s; 
    transition: all .6s;
}

#works .work:hover .triangle-droite {
	/* Voici la position du triangle à droite lorsqu'on est en :hover */
    right: 0;
    bottom: 0;
}

#works .work .triangle-gauche {
    background: url(../images/triangle-gauche.png);
    width: 201px;
    height: 189px;
    position: absolute;
    /* Voici le décalage du triangle à gauche lorsqu'on n'est pas en :hover */
    left: -200px;
    top: -188px;
    -moz-transition: all .6s; 
    -webkit-transition: all .6s; 
    -o-transition: all .6s; 
    transition: all .6s;
}

#works .work:hover .triangle-gauche {
	/* Voici la position du triangle à gauche lorsqu'on est en :hover */
    left: -1px;
    top: -1px;
}

#works .work span {
    color: #FFF;
    text-transform: uppercase;
    font-size: 14.5pt;
    text-align: center;
    position: absolute;
    /* Voici la position du span lorsqu'on n'est pas en :hover */
    top: 125px;
    left: -500px;
    font-family: 'Din';
    background: #222;
    padding-left: 70px;
    padding-right: 8px;
    -moz-transition: all .5s; 
    -webkit-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
}

#works .work:hover span {
	/* Voici la position du span lorsqu'on est en :hover */
    left: 0px;
}

#flip {
    display: inline-flex;
	margin-bottom: 5px;
}

#flip_filtre, #flip_manquant {
    padding: 5px;
    background-color: #B99F66; /*#C4943F;*/
    border: solid 1px #292C2B; /*#333333;*/
    cursor: pointer;
    color: white;
	width: auto;
	float: left;
	margin-right: 5px;
}

#panel_filtre, #panel_manquant {
    padding-left: 15px;
    display: none;
	padding: 5px;
    /*background-color: white;*/
    border: solid 1px #292C2B; /*#333333;*/
	cursor: pointer;
}

#console {
	padding: 10px;
    background-color: white;
    border: solid 1px #292C2B; /*#333333;*/
	position: relative;
	min-height: 200px;
}

#consoleImg{
	float: left;
	position: absolute;
}

#ConsoleDescription {
	margin-left: 270px;
}

#jeu {
	padding: 10px;
    background-color: white;
    border: solid 1px #292C2B; /*#333333;*/
	position: relative;
	min-height: 200px;
}

#jeuDetail {
	padding-left: 22px;
    padding-right: 22px;
    padding-top: 1px;
    padding-bottom: 22px;
    /*background-color: rgba(0,0,0,0.5);*/
	position: relative;
	min-height: 200px;
	color: white;
}

#jeuDetailGraph{
	padding-left: 22px;
    padding-right: 22px;
    padding-top: 1px;
    padding-bottom: 22px;
    /*background-color: rgba(0,0,0,0.5);*/
	position: relative;
	min-height: 200px;
	color: white;
	height: 1550px;
}

#fondTableau {
	padding-left: 22px;
    padding-right: 22px;
    padding-top: 1px;
    padding-bottom: 22px;
    /*background-color: rgba(0,0,0,0.5);*/
	position: relative;
	min-height: 200px;
}

#jeuImg{
	float: left;
	position: absolute;
	height: 170px;
    width: 120px;
}

#jeuImgDetail{
	float: left;
	position: absolute;
	height: 170px;
    width: 120px;
}

.Terminer{
	box-shadow: 2px 2px 18px #b99f66;
}

.NonTerminer{
	box-shadow: 2px 2px 18px #4e4e4e;
}

#consoleImgDetail{
	float: left;
	position: absolute;
    width: 200px;
}

#jeuImgPaysage{
	float: left;
	position: absolute;
	height: 90px;
    width: 140px;
}

#jeuImgPaysageDetail{
	float: left;
	position: absolute;
	height: 90px;
    width: 140px;
}

#societeImgDetail{
	float: left;
	position: absolute;
    width: 180px;
}

#jeuImgCarre{
	float: left;
	position: absolute;
	height: 140px;
    width: 140px;
}

#jeuImgCarreDetail{
	float: left;
	position: absolute;
	height: 140px;
    width: 140px;
}

#pegiImg{
	height: 16px;
    width: 16px;
}

#jeuDescription {
	margin-left: 160px;
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
}

#consoleDescription {
	margin-left: 220px;
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
}

#SocieteDescription {
	margin-left: 200px;
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
}

.NomAccessoire{
	padding-left: 0px !important;
    padding-right: 20px !important;
}

.NomAmiibo{
	padding-left: 0px !important;
    padding-right: 80px !important;
}

.NomAnimes{
	padding-left: 0px !important;
    /*padding: 5px !important;*/
    padding-top: 10px !important;
}

.SubTitle {
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #292C2B;
    padding: 10px;
	color: white;
}

.SubTitleClick {
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #292C2B;
    padding: 10px;
	color: white;
	cursor: pointer !important;
}

#grid{
	background-color: white;
	padding: 10px;
	overflow: hidden;
}

#grid2{
	padding: 10px;
	overflow: hidden;
	color: white !important;
}

tfoot input {
  width: 100%;
}

#tfootJaquette input {
  width: 0px;
  visibility: hidden;
}

#repf {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#erreurConnect {
  text-align: center;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  width: 400px;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

#connexionForm {
  color: white;
  background-color: rgba(0,0,0,0.5); 
  width: 400px;
  margin: auto;
  margin-top: 100px;
}

#connexionBouton {
  text-align: center;
  background-color: rgba(0,0,0,0.5); 
  width: 400px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

#bouton {
	background-color: #B99F66; /*#C4943F;/ /*#0088e9;*/
    font-size: 14pt;
    width: 310px;
    height: 40px;
    color: #FFFFFF;
    outline: 0;
    cursor: pointer;
    border: none;
    margin: 30px 0 10px 0;
}

.dropbtn {
    background-color: black;
    color: #B99F66 /*#C4943F*/ !important;/*white;*/
    padding: 14px 16px;
    text-decoration: none;
    font: 11pt Verdana, Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
}

.dropdown {
	/*width: 120px;*/
    text-align: right;
}

.dropdown-position {
	float: right !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: Black; /*#0065B0;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
	width: 127px;
    right: 0px;
}

.dropdown-content a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    /*width: 100%;*/
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #B99F66; /*#3E3E3F;*/
    color: white !important;
}

#chartContainer {
	height: 500px; 
	width: 100%;
}

#chartContainer2 {
	height: 300px; 
	width: 50%; 
	float: left;
	margin-top: 20px;
}

#chartContainer3 {
	height: 300px; 
	width: 50%; 
	float: left;
	margin-top: 20px;
}

#chartContainer4 {
	height: 300px; 
	width: 50%; 
	float: left;
	margin-top: 20px;
}

#chartContainer5 {
	height: 300px; 
	width: 50%; 
	float: left;
	margin-top: 20px;
}

#chartContainer6 {
	height: 300px; 
	width: 50%; 
	float: left;
	margin-top: 20px;
}

#chartContainer7 {
	height: 300px; 
	width: 50%; 
	float: left;
	margin-top: 20px;
}

#chartContainer8 {
	height: 300px; 
	width: 50%; 
	float: left;
	margin-top: 20px;
}

#rowJeu {
	height: 85px;
    width: 60px;
}

#rowJeuPaysage {
	height: 60px;
    width: 85px;
}

#rowJeuCarre {
	height: 85px;
    width: 85px;
}

#rowConsole {
	/*height: 85px;*/
    width: 120px;/*100px;*/
}

#rowSmall {
	font-size: 8pt;
}

#paragraphe{
	padding-left: 20px;
}

#alignRight{
	float: right;
	font: 11pt Verdana, Arial, Helvetica, sans-serif; /*caractère de la police*/
}

#alignRightAmount{
	float: right;
	font: 11pt Verdana, Arial, Helvetica, sans-serif; /*caractère de la police*/
	width: 150px;
}

#paddingLeft{
	padding-left: 20px;
	font: 11pt Verdana, Arial, Helvetica, sans-serif; /*caractère de la police*/
}

.iframeMusique {
    width: 100%;
    height: 900px;
	border:none;
}

.video{
    width: 250px !important;
    height: 160px !important;
}

.wrapper {
    /*max-width: 900px;*/
    /*padding: 0 10px 10px 0px;*/
    margin: auto;
}

#popup {
	/*width: 750px;*/
	height: 550px;
	position: fixed;
	z-index: 100;
	display: none;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#modal {
	position: fixed;
	z-index:99;
	width: 100%;
	height: 100%;
	display: none;
	background-color: black;
	opacity: 0.5;
	top: 0;
	left:0;
}

.wrapper>.jcarousel-wrapper>.jcarousel>ul>li>img {
	cursor: pointer;
}

#popup>img {
	width: auto;
	max-width: 750px;
	height: inherit;
}

#close {
	background:url(../images/close.png) no-repeat right;
	cursor: pointer;
	/*width: 30px;*/
	height: 30px;
	position: relative;
	top:15px;
	/*left:735px;*/
}

.filtre{
	text-align: center;
	margin-bottom: 25px;
}

.linkColorFiltre{
	color: #B99F66; /*#C4943F;*/
	margin-right: 15px;
	text-decoration: none;
}

.linkSheikah img{
	margin-right: 15px;
    text-decoration: none;
    width: 30px;
    position: absolute;
	margin-top: -5px;
}

.SheikahTerminer img{
    text-decoration: none;
    width: 30px;
    float: right;
}

.SheikahNonTerminer img{
    text-decoration: none;
    width: 30px;
    float: right;
}

.linkColor{
	color: #B99F66; /*#C4943F;*/
}

.PaddingTd{
	padding: 10px;	
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

/*.PaddingTdVideos{*/
*[class^="PaddingTdVideos"]:hover {
	box-shadow: 2px 2px 18px #00adef;
}

/*.PaddingTdVideosTerminer{*/
*[class^="PaddingTdVideosTerminer"]:hover {
	box-shadow: 2px 2px 18px #00adef;
}

/*.PaddingTdVideos{*/
*[class^="PaddingTdVideos"]{
	margin: 10px;	
	display: inline-block;
	width: 120px;
	vertical-align: top;
	box-shadow: 2px 2px 18px #4e4e4e;
	padding: 15px;
}

/*.PaddingTdVideosTerminer{*/
*[class^="PaddingTdVideosTerminer"]{
	margin: 10px;	
	display: inline-block;
	width: 120px;
	vertical-align: top;
	box-shadow: 2px 2px 18px #b99f66;
	padding: 15px;
}

/*.PaddingTdVideos img{*/
*[class^="PaddingTdVideos"] img{
	height: 170px;
    width: 120px;
}

.PaddingTdAnimes{
	margin: 10px;	
	display: inline-block;
	width: 120px;
	vertical-align: top;
	box-shadow: 2px 2px 18px #4e4e4e;
	padding: 15px;
}

.PaddingTdAnimesTerminer{
	margin: 10px;	
	display: inline-block;
	width: 120px;
	vertical-align: top;
	box-shadow: 2px 2px 18px #b99f66;
	padding: 15px;
}

.PaddingTdAnimes:hover {
	box-shadow: 2px 2px 18px #00adef;
}

.PaddingTdAnimesTerminer:hover {
	box-shadow: 2px 2px 18px #00adef;
}

.PaddingTdAnimes img{
	height: 170px;
    width: 120px;
}

.Pagetop {
    width: 48px;
    height: 50px;
    right: 6px;
    bottom: 45px;
    cursor: pointer;
    background: url(../images/navi.png) no-repeat right;
    position: fixed;
	clear: both;
}

#sine {
    width: 48px;
    height: 50px;
    right: 6px;
    bottom: 45px;
    position: fixed;
	clear: both;
}

.connexionLabel {
	float: left; 
	padding-top: 30px;
	padding-left: 50px;
	width: 125px;
}

.connexionInput {
	float: left; 
	padding-top: 30px;
	padding-left: 5px;
}

.imgConsole {
	width: 200px;
}

.avatar {
	/*width: 120px;*/
	width: 100%;
}

.dlc {
	color: grey;
	padding: 0;
    margin: 0;
}

h3{
    color: white; 
	margin-bottom: 30px;
	margin-left: 30px;
}

#pikachuZzz{
	position: absolute;
    margin-top: -110px;
    right: 6px;	
}

#zeldaanimation{
	float: right;
	margin-top: 49px;
}

#chercher{
	float: right;	
}

#imgSearch{
	float: right;
    margin-right: 6px;
    margin-top: 3px;	
}

#app{
	outline: 0;
}

/************************************************************************************************/
/* Div à la place de Table																		*/
/************************************************************************************************/

.rTable {   	
	display: table;   	
	width: 100%; 
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
} 
.rTableRow {   	
	display: table-row; 
} 
.rTableHeading {   	
	display: table-header-group;   	
	/*background-color: #ddd;*/
	background-color: #B99F66 !important; 
} 
.rTableCell{   	
	display: table-cell;   	
	padding: 3px 10px;   	
	border: 1px solid #B99F66; 
	vertical-align: middle;
} 
.rTableHead {   	
	display: table-cell;   	
	padding: 3px 10px;   	
	border: 1px solid #B99F66; 
	vertical-align: middle;
	background-color: #B99F66;   	
} 
.rTableHeading {   	
	display: table-header-group;   	
	background-color: #B99F66;   	
	font-weight: bold; 
} 
.rTableFoot {   	
	display: table-footer-group;   	
	font-weight: bold;   	
	background-color: #ddd; 
} 
.rTableBody {   	
	display: table-row-group; 
}

/*echo "<div class='rTable'> \n";
	echo "<div class='rTableRow'> \n";
		echo "<div class='rTableHead'><strong>Name</strong></div> \n";
		echo "<div class='rTableHead'><span style='font-weight: bold;'>Telephone</span></div> \n";
		echo "<div class='rTableHead'>&nbsp;</div> \n";
	echo "</div> \n";
	echo "<div class='rTableRow'> \n";
		echo "<div class='rTableCell'><p id='paragraphe'>John</p></div> \n";
		echo "<div class='rTableCell'><a href='tel:0123456785'>0123 456 785</a></div> \n";
		echo "<div class='rTableCell'><img src='images/check.gif' alt='checked' /></div> \n";
	echo "</div> \n";
	echo "<div class='rTableRow'> \n";
		echo "<div class='rTableCell'>Cassie</div> \n";
		echo "<div class='rTableCell'><a href='tel:9876532432'>9876 532 432</a></div> \n";
		echo "<div class='rTableCell'><img src='images/check.gif' alt='checked' /></div> \n";
	echo "</div> \n";
echo "</div>\n";*/

/************************************************************************************************/
/* Fin exemple																		*/
/************************************************************************************************/