
body { background-color: white; }
body, table { 
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-indent: 0;
	background-color: #FFFFFF;
}
.pointer {
	cursor: pointer;
}

.navbar {
	color: #eee;
	/*background-color: #a9a9a9;*/
	background-color: #2394AF;
	border: none;
	border-bottom: 3px solid black;
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar .row {
	margin-bottom: 5px;
	margin-top: 5px;
}

#reset_password_request_form_email {
	margin-left: 12px;
}

.lien_noir {
	color: black;
	text-decoration: none;
}

#footer p {
	font-size: 10px;
	font-weight: bold;
	margin-top: 8px;
}
#footer p span {
	margin-right: 20px;
}

#chemin {
	min-height: 26px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #D2D2D2;
	font-weight: bold;
	font-size: 13px;
	padding-top: 4px;
}
#container_principal {
	background-color: #FFFFFF;
}

#sous_chemin_accueil {
	margin-bottom: 10px;
}
#sous_chemin {
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
#browse_version_depliee .col-md-5, #browse_version_repliee .col-md-11 {
	margin-top: 10px;
	margin-left: 20px;
}
#sous_chemin .container, #sous_chemin_accueil .container {
	margin-bottom: 4px;
}
#sous_chemin h1, #sous_chemin_accueil h1 {
	font-size: 20px;
}

.container_game h1, .container_game_bug h1, .container_game_boxarts h1, .container_game_reviews h1, .container_game_reviews_fiche h1, .container_game_videos h1, .container_game_achat h1, .container_game_faqs h1, .container_game_credits h1, .container_game_cheats h1, .container_game_forum h1 {
	font-size: 24px;
	margin: 0 0 14px 0;
	font-weight: bold;
}

.newtab-grid {
	text-align: center;
}
.newtab-grid div {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
}
.titre_dessus_screen {
	text-align: left;
	font-size: 11px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: #D2D2D2;
	vertical-align: bottom;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 8px;
	font-weight: bold;
}

/* page d'un jeu */
.container_game, .container_game_bug, .container_game_boxarts, .container_game_reviews, .container_game_reviews_fiche, .container_game_videos, .container_game_achat, .container_game_faqs, .container_game_credits, .container_game_cheats, .container_game_forum {
	margin-top: 20px;
}
.div_body2 {
	background-color: #F9F9F9;
	border-top: 1px solid #D2D2D2;
	padding-bottom: 20px;
	min-height: 400px;
}
.boxart_du_titre {
	max-width: 132px;
	max-height: 120px;
}
.boxart {
	max-width: 280px;
	max-height: 220px;
}
.jeu_boxart {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #D2D2D2;
	min-width: 132px;
	min-height: 120px;
	text-align: center;
}
.jeu_boxart_upload {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #D2D2D2;
	min-width: 132px;
	min-height: 120px;
	text-align: center;
	height: 120px;
	line-height: 100px;
}
.white-popup-block {
	background: #fff none repeat scroll 0 0;
	margin: 40px auto;
	max-width: 650px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
	color: black;
}
.jeu_infos {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	/*margin-top: 4px;*/
	max-width: 700px;
}
/*.jeu_infos #titres_alternatifs {
	margin-top: 14px;
}*/
.jeu_infos div {
	margin-top: 5px;
}
.screens_page_jeu {
	background-color: #F9F9F9;
}
.screens_page_jeu div {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
}
.nav-tabs {
	margin-top: 10px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #F9F9F9;
}
.nav-tabs {
    border: 0px;
}
.form_ebay {
    margin-top: 10px;
}
#aucun_jeu_ebay {
    margin-top: 10px;
}

/* form upload screens */
hr {
	margin-top: 10px;
	border-color: #000000;
}

/* affichage des resultats ebay */
#resultats-ebay .ebay_div_fond {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	max-width: 260px;
	min-width: 260px;
	min-height: 300px;
	max-height: 300px;
}

/* affichage page reviews */
.page-reviews
{
	margin-top: 14px;
}
.page-reviews h2
{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#form-upload-review #test_titre
{
	width: 400px;
}
#form-upload-review input, #form-upload-review select
{
	height: 30px;
	padding-left: 8px;
}
.page-reviews h1
{
	font-size: 16px;
}
.page-reviews #simple-example-table .thead th
{
	background-color: #E8E8E8;
}
.page-reviews .note
{
	 float: right;
	 width: 100px;
	 background-color: white;
	 text-align: center;
	 margin-top: 20px;
	 border: 1px solid black;
}

/* affichage des lettres des systemes dans browse game */
.lettre_systeme {
	cursor: pointer;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
    width: 30px;
    height: 30px;
	margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	display: flex;
	border-radius: 4px;
}
.lettre_systeme_all {
	cursor: pointer;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	width: 60px;
	height: 30px;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-top: 4px;
	float: left;
	font-weight: bold;
	font-size: 20px;
	display: flex;
	border-radius: 4px;
}
.lettre_systeme_all_fr {
	width: 80px;
}
/*#browse_version_depliee .row_lettre {
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}*/
#browse_version_repliee .row_lettre {
	margin-bottom: 4px;
}
.lettre_active {
	background-color: #DFDFDF;
}
.lettre_vide {
	border: 0px;
	cursor: auto;
	background-color: #F7F7F7;
}
.lettre_systeme a, .lettre_systeme_all a {
	color: #000000;
	text-decoration: none;
}
.lettre_systeme p, .lettre_systeme_all p {
	margin: auto;
	display: block; /* IE fix */
	color: black;
}

/* affichage bloc specs systeme */
.icone_systeme {
	background-color: #FFFFF;
	width: 45px;
	height: 47px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	display: flex;
}
.bloc1_systeme {
	background-color: #FFFFFF;
	width: 252px;
	height: 45px;
	margin-bottom: 4px;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 6px;
	float: left;
	font-weight: bold;
	font-size: 13px;
	display: flex;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	position: relative;
	color: black;
}
.bloc1_systeme .logo_systeme {
	position: absolute;
	bottom: 4px;
	right: 4px;
	margin: 0;
}
.photo_systeme {
	float: left;
	margin-left: 4px;
	margin-top: 4px;
}
.photo_systeme img {
	height: 132px;
}
.specs_systeme {
    background-color: #FFFFFF;
    margin-top: 55px;
    margin-left: 1px;
    position: absolute;
    border: 1px solid #D2D2D2;
    border-radius: 4px;
    width: 300px;
    height: 80px;
    color: black;
}
.specs_systeme p {
	line-height: 0.6;
	font-size: 13px;
	margin-left: 8px;
	margin-top: 9px;
	font-weight: bold;
}

/* systeme */
.pagination_systeme {
	color: #FFFFFF;
	background-color: #7F7F7F;
	font-weight: bold;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	height: 30px;
}
.pagination_systeme p {
	padding-top: 4px;
	margin: 0;
}
.pagination_lettre_majuscule {
	text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span {
    color: #2394AF;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #2394AF;
	color: white;
	border: 1px solid #ddd
}
.text-bold {
	font-weight: bold;
}
.pagination {
	margin-top: 0px;
	margin-bottom: 6px;
}
.pagination_bas {
	margin-bottom: 16px;
}
.nbresultats_pagination1 {
	color: #3F3F3F;
	margin-bottom: 4px;
}
.container_search .nbresultats_pagination1 {
	color: #3F3F3F;
	margin-bottom: 4px;
	margin-top: 10px;
}
/* affichage par liste des jeux */
table.large-only tr:nth-child(odd) {
    background-color: #F7F7F7;
}
#simple-example-table, .stacktable.small-only {
	margin-bottom: 10px;
}
#simple-example-table table, th, td {
	border: 1px solid #DDDDDD;
}
.stacktable th, td {
	padding: 10px;
}
.container_systeme_infos .stacktable th {
    background-color: white;
    color: black;
}
.stacktable th {
	font-weight: bold;
	font-size: 15px;
    background-color: #2394AF;
    color: white;
}
.stacktable th a, .stacktable th a:hover, .stacktable th a:focus {
    color: white;
}

/* form recherche header */
.tri_tab_recherche {
	color: black;
}
.header_form_recherche {
	margin-top: 10px;
	color: #454545;
	float: left;
	margin-left: 60px;
}
/*.header_bup {
	margin-top: 10px;
}*/

.twitch-clignote  {
   margin-right: 140px;
   margin-top: 6px;
   animation-duration: 2.5s;
   animation-name: clignoter;
   animation-iteration-count: infinite;
   transition: none;
}
@keyframes clignoter {
  0%   { opacity:1; }
  60%   {opacity:0; }
  100% { opacity:1; }
}

.header_advanced a {
	color: #FFFFFF;
	padding-right: 24px;
}
.header_input_text {
	margin-top: 12px;
	width: 300px;
	position: relative;
	height: 30px;
	padding-left: 8px;
}
.header_input_text_submit {
	width: 21px;
	height: 18px;
	position: absolute;
	margin-left: -23px;
	margin-top: 18px;
}
#header_div_advanced select {
	color: #A5A5A5;
	margin-top: 4px;
	width: 200px;
}
#header_div_advanced select option {
	color: #454545;
}
.header_random_system {
	background-color: #165e6f;
	min-height: 30px;
}
.header_random_system_colonne {
	color: white;
	margin: 0;
	padding-top: 4px;
}
.header_random_system_colonne span {
	padding-left: 12px;
	padding-right: 20px;
}
.header_random_system_colonne a {
	color: white;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}

.header_lien_menu, .header_lien_menu:hover, .header_lien_menu:focus {
	color: white;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.5) 0 1px 0;
}
.header_lien_menu_actif, .header_lien_menu_actif:hover, .header_lien_menu_actif:focus {
	text-decoration: underline;
}
.header_listing_systeme {
	padding-bottom: 20px;
}
.header_listing_systeme a {
	color: #165e6f;
	text-shadow: rgba(0,0,0,0.5) 0 0 0;
}

.dl-horizontal {
	margin-top: 0px;
	margin-bottom: 12px;
}
.dl-horizontal dd {
	float: left;
	margin-top: 12px;
	margin-left: 30px;
}
.nbresultats_pagination1 .dl-horizontal dd {
	margin-bottom: 12px;
}
.dl-horizontal dt {
	float: left;
	margin-top: 18px;
	clear: both;
	width: 120px;
}
.both {
	clear: both;
}
.nbresultats_pagination1 .select2-container .select2-selection--single {
  height: 38px;
}
.nbresultats_pagination1 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
}
.nbresultats_pagination1 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}

/* gestion des h1 */
.chemin_h1_normal {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-indent: 0;
	margin: 0;
	padding: 0;
	line-height: 1.42857;
	display: inline;
}
h2 {
	font-size: 24px;
	color: #2394AF;
	font-weight: bold;
}
h2 span {
	font-size: 14px;
}
.h2_normal {
	margin-bottom: 0px;
}

.header_new_menu {
	background-color: black;
	min-height: 25px;
	font-size: 14px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header_new_menu .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.new_menu_header_sous_menu_titre ul {
	list-style-type: none;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #165e6f;
}
.new_menu_header_sous_menu_listing ul {
	list-style-type: none;
}
.new_menu_header_sous_menu_titre {
	padding-top: 20px;
	padding-bottom: 16px;
}
.new_menu_header_sous_menu_listing button {
	font-size: 0;
	position: absolute;
	right: 30px;
	top: 10px;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	padding: 0;
}

.jeu-infos-droite-partage {
	float: right;
}
.jeu-infos-droite-partage-collection {
	margin-top: 10px;
}

.navbar-toggler {
	background-color: #2394AF;
	border: 0;
	padding-top: 20px;
	margin-right: 14px;
}

/* menu mobile */
.main-menu-responsive .menu-item, .main-menu-responsive .menu-item-vide {
    display: block;
    background-color: #165e6f;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 12px !important;
    width: 100%;
    text-decoration: none;
    min-height: 45px;
    line-height: 1.5em;
	cursor: pointer;
}
.main-menu-responsive .menu-item:hover {
    background-color: #2394AF;
}
.main-menu-responsive .menu-item-lien {
    display: block;
    color: #165e6f;
	text-shadow: rgba(0,0,0,0.5) 0 0 0;
    text-align: left;
    padding-left: 30px !important;
    padding-top: 10px !important;
    padding-right: 12px !important;
    padding-bottom: 10px !important;
    width: 100%;
    text-decoration: none;
    min-height: 45px;
    line-height: 1.5em;
	cursor: pointer;
}
.main-menu-responsive .menu-item-lien:hover {
    background-color: #F7F7F7;
}
.main-menu-responsive ul {
	list-style-type: none;
	padding: 0;
}
.main-menu-responsive li {
	margin-top: 16px;
}
.sub-menu-responsive {
    background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blocs-systeme {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

@media all and (max-width: 770px)
{
	#new_menu_header, #new_menu_header_sous_menu, .header_random_system, #langue_libelle {
		display: none;
	}
	#btn_menu_mobile {
		display: block;
	}
}
@media all and (min-width: 771px)
{
	#btn_menu_mobile {
		display: none;
	}
}

/* gestion des elements visibles selon la resolution */
@media all and (max-width: 600px)
{
	#span_systeme_alea_1, #span_systeme_alea_2, #span_systeme_alea_3, #span_footer_plan, .ad-non-mobile, #footer_partenaires .container, #recherche_sys_genre {
		display: none;
	}
	.ad-mobile {
		display: block;
	}
	.blocs-systeme {
		margin-left: 0px;
		width: 100%;
		text-align: center;
	}
	.photo_systeme {
		margin-left: 0px;
		width: 100%;
	}
	.row {
	  margin-right: -20px;
	  margin-left: -20px;
	}
}
@media all and (min-width: 601px)
{
	.ad-non-mobile {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.ad-mobile {
		display: none;
	}
}
@media all and (max-width: 800px)
{
	.jeu_screenshot {
		height: auto;
		max-width: 300px;
	}
}
@media all and (max-width: 1200px)
{
	#header_bup, #browse_version_depliee {
		display: none;
	}
	#browse_version_repliee {
		display: block;
		padding-left: 10px;
		padding-top: 6px;
	}
}
@media all and (min-width: 1201px)
{
	#browse_version_repliee {
		display: none;
	}
}
@media all and (max-width: 1000px)
{
	#span_systeme_alea_4, #span_systeme_alea_5, #span_systeme_alea_6, #span_footer_webrankinfo, #span_footer_contact, #btn_facebook, #btn_gplus {
		display: none;
	}
	
	.jeu-infos-droite-partage {
	  float: left;
      margin-bottom: 20px;
	}

}
@media all and (min-width: 801px)
{
	.jeu_screenshot {
		height: auto;
		max-width: 600px;
	}
}

/* form reset password */
form[name="change_password_form"] div, form[name="registration_form"] div {
	margin-bottom: 30px;
}
form[name="change_password_form"] label, form[name="reset_password_request_form"] label, form[name="registration_form"] label {
	width: 180px;
}
form[name="change_password_form"] input, form[name="reset_password_request_form"] input, form[name="registration_form"] input {
	height: 34px;
	width: 300px;
}



/* form upload boxarts */
.white-popup-block h2, .white-popup-block h1
{
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 20px;
	color: #2394AF;
}
.white-popup-block input[type="file"], .white-popup-block input[type="text"]
{
	display: inline;
	margin-bottom: 10px;
}
.white-popup-block label
{
	width: 100%;
	font-weight: normal;
	margin-bottom: 18px;
	vertical-align: top;
	font-weight: bold;
}
.white-popup-block input[type="submit"], .white-popup-block input[type="button"]
{
	height: 40px;
	background-color: #2394AF;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.mfp-container #pays, .mfp-container #type
{
	width: 200px;
}
.mfp-container #id_jeu_boxart, .mfp-container #id_jeu_screenshot
{
	width: 250px;
}

/* collection */
.mfp-content .select2-container .select2-selection--single {
    height: 38px;
}
.mfp-content .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
}
.mfp-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.collection_consoles
{
	max-width: 200px;
	max-height: 200px;
}
#form-collection-ajout select
{
	max-width: 250px;
}
h1 .simple-ajax-popup
{
	font-size: 18px;	
}

/* pub */
.container_pepsia
{
	margin-top: 10px;
	max-width: 400px;
	max-height: 400px;
}

.btn-collection {
  background: #2394AF;
  border: solid #fffcff 1px;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  /*border-radius: 28px;*/
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.btn-collection-jeu {
  font-size: 12px;
  font-weight: bold;
}
.btn-collection-gris-1 {
  background: #7F9EA6;
}
.btn-collection-gris-2 {
  background: #6C787B;
}

.btn-collection:hover, .btn-collection:focus {
  color: #ffffff;
  background: #165e6f;
  /*background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);*/
  text-decoration: none;
}

.select2-choices {
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
}

/* file input */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.div-file-1 {
  height: 40px;
  background-color: #2394AF;
  color: white;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: inline;
  display: grid;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 14px;
}
.div-file-2 {
  width: 270px;
  margin-top: 6px;
  padding-right: 6px;
}
.hr_collection {
	margin-top: 20px;
	display: block;
	height: 1px;
	border-top: 1px solid #000;
}

.img-screenshots-zoom .mfp-img {
	zoom: 400%;
	image-rendering: pixelated; 
}
