/* <nav> */
.nav {
	z-index: 10000;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #111;
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,2,.1);
	box-shadow: 0 0 15px 1px rgba(0,0,2,.1);
}
nav .menu{display:inline-block;float:left;padding: 0;font-size:0;}
nav .menu a{font-family: 'akzeleratcondensednormal', sans-serif;font-size: 16px;font-stretch: condensed;letter-spacing: 0.7px;text-align: center;color: #fff;text-transform: uppercase;-webkit-transition: color 0.2s;line-height: 74px;transition: color 0.2s;position: relative;-webkit-font-smoothing: antialiased;}
nav .menu > a {z-index: 20;background: #111111;}
nav .menu:not(.contact) a{padding: 26px 28px;width: auto;}
nav .menu a:hover,nav .menu a.active,nav .menu.active a{color: #f1cf84;}
img#main_logo {
    position: fixed;
    z-index: 100000;
    left: 50%;
    margin: 0 -65px;
    width: 129px;
}
.home img#main_logo {
    position: fixed;
    z-index: 100000;
    left: 50%;
    margin: 0 -86px;
	width:auto;
}
.logo_head + .menu,.parentaccount,.toppy {border-left: solid 1px rgb(240,240,245);}
@media (max-width: 1024px) {	
	.nav {
		text-align: left;
		padding: 129px 0;
		height: 100%;
		overflow: auto;
		left: 0;
		background: rgb(0,0,2);
	}
	.home .nav{
		padding: 120px 0 0;
	}
	.nav div,
	.nav a:not(.account){
		background: transparent !important;
	}	
	.nav.closed {
		left: -100%;
	}
	.logo_head + .menu,
	.loupe,
	.parentaccount,
	.toppy {
		border: none;
	}
	.nav .floatright {
		float: none;
	}
	.home .nav {
		padding: 150px 0 0;
	}
	.main_nav .contact .submenu{display:none!important}
}
@media (max-width:767px) {	
	.home .nav {
		padding: 150px 0 0;
	}	
}
/* TOP NAV */
.top_nav {
	min-height: 40px;
	background: #1E1E28 !important;	
	overflow: auto;
}
.top_nav a {
	color: white !important;
	border: 0 !important;
	line-height: 40px !important;
	font-size: .8em;
	margin: 0 .5em;
}
.top_nav a:hover,
.top_nav a:focus {
	color: rgb(245,0,75) !important;
}
.top_nav a.active {
	color: rgb(245,0,75) !important;
}
.top_nav a.active + a.active {
	color: white !important;
}
.lang_top_nav {
	padding-right: .5em;
	float: right !important;
}
.displayer_block {
    margin-bottom: 60px;
    padding: 15px 0 55px;
}
.displayer_menu{
    position: fixed;
    left: 0;
    background: white;
    padding: 15px 0 10px;
    top: 120px;
    z-index: 10;
	margin: 0;
}
@media (max-width: 1024px) {
	.nav .top_nav {
		background: #1E1E28 !important;	
	}
	.events .main:first-child:after {
		content: "";
		margin:0px;
	}
	.displayer_menu {
		position: relative;
		left: 0;
		background: white;
		padding: 15px 0 10px!important;
		top: 0;
		z-index: 10;
		margin-bottom: 60px;
	}
}
/* MAIN NAV */
.main_nav {
	height: 74px;
}
/* LOGO */
.logo_head div,.logo_head {
	background-size: auto 100%;
	background-position: 10px 0;
	background-repeat: no-repeat;
	height: 80px;
	width: 270px;
	text-indent: -9999px;
}
.logo_head div {
	background-image: url(../img/logo/nav_logo.png);
}

.logo_head div.logo,.logo_head.logo {
	background-image: url(../img/logo/nav_logo.png);
}

.logo_head div.logo_event,.logo_head.logo_event {
	background-image: url(../img/logo/nav_logo_event.png);
}

@media (max-width: 1100px) {
	.logo_head div,.home .logo_head{
		margin-right: 8px;
		overflow: hidden;
	}
}

@media (max-width: 1024px) {
	.logo_head div,.home .logo_head {
		text-indent: 0;
		background: transparent;
		height: initial;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 1.2em;
		padding: .3em 0 !important;
		margin-top: 1em !important;
		text-align: center;
	}
}

/* MENU BUTTON */
.btn.btn-navbar {
	display: none !important;
}

@media (max-width: 1024px) {
	.btn.btn-navbar,
	.btn.btn-navbar:hover {
		display: block !important;
		position: fixed;
		left: 0;
		top: 0;
		background:#111;
		z-index: 100000;
		outline: none;
		width: 80px;
		height: 80px;
		-webkit-box-shadow:1px 1px 2px 0px rgba(255, 255, 255, 0.1);
		box-shadow:1px 1px 2px 0px rgba(255, 255, 255, 0.1);
		text-align: center;padding: 0;
	}
	.btn.btn-navbar:before {
		content: 'Menu';
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 80px);
		line-height: 80px;
		height: 80px;
		color: rgb(0,0,2);
		text-transform: uppercase;
		font-size: 36px;
		letter-spacing: .5em;
		transition: width .5s;
		text-align: center;
		width: 0;
		display: none;
	}	
	.btn.btn-navbar:after {
		content: "\f0c9";
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 200000;
		width: 80px;
		height: 80px;
		font-family:"FontAwesome";
		box-sizing: border-box;
		transition: width .5s;
		color: #111;
		font-size: 36px;
		line-height: 79px;
	}
	.btn.btn-navbar:after {width: 50px;height: 50px;font-size: 22px;line-height: 50px;-webkit-font-smoothing: antialiased;color: white;left: 11px;top: 12px;}
	.btn.btn-navbar, .btn.btn-navbar:hover {width: 49px;height: 50px;font: normal 16px Georgia, sans-serif;left: 11px;top: 11px;}
	.btn.btn-navbar.collapsed:after {content: '×';}
}
/* NAVIGATION MENU */
.ps_menu .submenu {
	position: absolute;
	width: 100%;
	bottom:-700px;
	z-index: 0;
	opacity: 0;
	max-width: none;
	left: 0;
	background: rgba(17, 17, 17, 0.7);
	-webkit-transition: all 50ms cubic-bezier(0.2,1, 0.4, 0) 0.3s;
    -moz-transition: all 50ms cubic-bezier(0.2,1, 0.4, 0) 0.3s;
    -ms-transition: all 50ms cubic-bezier(0.2,1, 0.4, 0) 0.3s;
    -o-transition: all 50ms cubic-bezier(0.2,1, 0.4, 0) 0.3s;
    transition:all 50ms cubic-bezier(0.2,1, 0.4, 0) 0.3s;
}

.lgs .submenu {
    position: absolute;
    width: auto;
    bottom: 0 !important;
	  top: 0 !important;
    z-index: 0;
    opacity: 0;
    max-width: none;
    left: 0;
    background: rgba(17, 17, 17, 0.7);
    padding:0;
	text-align: right;    
    height: 75px !important;
    border-bottom: 3px solid #931919;
    opacity: 0;
	 display:block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.main:hover+.submenu,
.ps_menu  .submenu:hover,
.main:focus+.submenu,
.ps_menu  .submenu:focus {
	bottom: 72px;
	opacity: 1;
	display: block;
	z-index: 0;
	height: auto;
	-webkit-transition: all 300ms cubic-bezier(0.2,1, 0.4, 0) 0.2s;
    -moz-transition: all 300ms cubic-bezier(0.2,1, 0.4, 0) 0.2s;
    -ms-transition: all 300ms cubic-bezier(0.2,1, 0.4, 0) 0.2s;
    -o-transition: all 300ms cubic-bezier(0.2,1, 0.4, 0) 0.2s;
    transition:all 300ms cubic-bezier(0.2,1, 0.4, 0) 0.2s;
}
.active_lang:hover + .submenu{
	bottom: 72px;
	opacity: 1;
	z-index: 1;
	height: auto; display:block;
}
.active_lang:hover + .submenu,.lgs .submenu:hover {
	left:-100%;
	opacity: 1;
}
.withsub>a {
	z-index: 1;
}
.withsub>a:after {
	content: "";
	/* display: inline-block; */
	display: none;
	/* position: absolute;
	width: 6px;
	height: 6px;
	border: solid 1px rgb(245,0,75);
	border-top: 0;
	border-right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	right: 11px;
	z-index: 0;	 */
}
.withsub:hover>a,
.withsub>a:focus {
	color: white;
	background: rgb(0,0,2);
}
.withsub.active>a:before {
	content: "";
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 25px;
}
nav .menu:not(.contact) .submenu a {
	max-width: none;
	padding: 20px 28px;display:inline-block;
}
.submenu a:hover,
.submenu a:focus ,.submenu a.active{
	color: #f1cf84;
}
nav .submenu a span{font-family: 'akzeleratcondensednormal', sans-serif;font-size: 16px;font-stretch: condensed;letter-spacing: 0.7px;color: white;display: block;text-align: left;line-height: 13px;}
nav .menu:not(.contact) .submenu a img{-webkit-box-shadow: inset 0 0 1px 4px rgba(2255,255,255,0.8);box-shadow: 0 0 0px 4px rgba(255, 255, 255,0.9);max-width: 192px;margin: 22px 0 3px 4px;}
nav .menu.contact .submenu a {
    max-height: 200px;
    overflow: hidden;
}
nav .contact .submenu > span:first-child > span {
   margin-top:44px;
}
/*Onglets / Tabs / Dynamic content*/
.onglets h3 {
    text-align: center;
    color: #20010d;
    line-height: 50px;
    font-family: 'bodonirecutregular';
    font-size: 16px;
    font-stretch: condensed;
    letter-spacing: 0.4px;
    text-transform: none;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.onglets h2 {
    cursor:pointer;
    text-align: center;
    color: #cebbb5;
    line-height: 20px;
    padding: 0 0 14px 0;
    margin: 0 20px 41px;
    position: relative;
    font-family: 'akzeleratcondensednormal', sans-serif;
    font-size: 21px;
    font-stretch: condensed;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.onglets h2.active {
    color: #000000;
}
.onglets h2.active:after {
    content: "-";
    text-indent: -99999px;
    width: 39px;
    height: 3px;
    border-bottom: solid 1px #931919;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -20px;
}
/*Contact*/
.nav .contact span,.nav .contact span * {
  font-size: 13px;
  line-height: 1.46rem;
  letter-spacing: 0.7px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.nav .contact h4 {
    font-family: 'akzeleratcondensednormal';
    letter-spacing: 0.7px;
    text-align: left;
    color: #f1cf84;
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
}
.contact.menu > a{
    /* text-indent: -9999px; */
    float: left;
    top: 0;
    left: 0;
    line-height: 74px;
    width: 74px;
    height: 74px;
    padding: 0;
}
.contact.menu > a:after {
	/* content: "\f041"; */
    color: white;
    position: absolute;
    left: 50%;
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    font-size: 22px;
    z-index: 10000000000000;
    top: 50%;
    margin: -20px 0 0 -20px;
    display: block;
    text-indent: 0;
    line-height: 40px;
    text-align: center;
}
.contact.menu > a:hover:after,.contact.menu.active > a:after {color: #f1cf84;}
nav .contact .submenu a img {max-width: 100%;margin:0;opacity: 0;}
nav .contact .submenu a {background-size: cover;height: 200px;}
/*socials*/
nav .menu a.social {
    width: 40px;
    height: 74px;
    display: inline-block;
    font-family: 'FontAwesome', sans-serif!important;
    padding: 0!important;font-size:0;
}
nav .menu a.social:hover {color:#f1cf84}
a.social:before {
    font-size: 16px;
}
@media (max-width: 1100px) {
	.withsub.active>a:before {
		left: 20px;
		right: 20px;
	}
}
@media (max-width: 1024px) {
	.menu,
	.withsub {
		display: block;
		width: 100%;
		max-width: 100%;
		background: transparent;
		color: initial !important;
		text-align: center;
	}
	nav .menu a {
		display: block;
		width: 100%;
		height: initial!important;
		padding: 0;
		line-height: 74px;
		font-size: 24px;
	}
	nav .submenu a span{text-align: center!important;}
	.menu.ps_menu.reseaux {text-align: center;}
	.menu.ps_menu.reseaux a {display:inline-block;float: none;width: auto!important;margin: 0 10px;}
	.withsub > a {
		font-size: .8em;
		font-weight: 600;
		text-transform: uppercase;
		max-width: 100%;
		height: .5em !important;
		color: rgb(100,100,110) !important;
	}
	.withsub:hover>a,
	.withsub.active>a {
		color: initial;
		background: initial;
	}
	.withsub>a:after {
		display: none;
	}
	.withsub>a:before {
		display: none;
	}
	.main:hover+.submenu,
	.submenu:hover {
		top: 0;
	}
	.submenu {
		position: relative;
		background: transparent;
		width: 100%;
		top: 0;
		z-index: 0;
		opacity: 1;
		display: inline;
		border: none;
	}
	.submenu img {
		display: none;
	}
}
@media (max-width: 1024px) {
	nav .menu a {
		line-height: 30px;
	}
}
/* SEARCH BOX */

.loupe {
	background: no-repeat center center;
	background-image: url(../img/icons/imga_icons_1_2x_icon_search_25_b.png);
	background-size: 31.25%; /* 50px */
}

.loupe:hover {
	background-image: url(../img/icons/imga_icons_1_2x_icon_search_25_r.png);
	background-color: rgb(0,0,2);
}

.searchbox {
	display: none !important;
	opacity: 0;
	max-width: none;
}

.loupe:hover > .searchbox {
	display: block !important;
	position: absolute;
	background-color: rgb(0,0,2);
	width: 280px;
	height: 80px;
	padding: 15px;
	right: 0;
	opacity: 1;
}

.js-send-form-games {
	display: inline-block !important;
}

.searchbox .su-field {
	width: 100%;
	float: left;
	display: block;
}

.searchbox .form-success {
	display: none;
	width: 280px;
	left: 0px;
}

.searchbox .one_game {
	border-bottom: solid 1px rgb(240,240,245);
	padding: 15px;
	text-align: left;
	display: inline-block;
}

.searchbox .one_game:last-child {
	border-bottom: 0;
}

.searchbox img {
	margin-right: 15px;
	max-width: 30%;
	text-indent: -9999px;
	background: rgb(240,240,245);
}

.searchbox .one_game div {
	vertical-align: top;
}

.searchbox a:hover {
	background: rgb(240,240,245);
}

.searchbox a:hover div {
	color: rgb(0,0,2) !important;
}

@media (max-width: 1000px) {
/*	.loupe,
	.searchbox {
		display: none !important;
	}*/
}
/*CART*/
.cart {
    vertical-align: middle;
    display: table-cell;
    height: 72px;color: #ffffff;
}
.parent_cart {
	padding: 0 0 0 10px;
    display: block;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    margin: 0;
    width:calc(75% - 30px);
    text-align: left;
    line-height: 72px;
    float: right;
    background: url(../images/panier-2.jpg) no-repeat center right;
	
}
span.tot_prods,span.total {
    vertical-align: middle;
    font-size: 17px;
    font-family: 'akzeleratcondensednormal', sans-serif;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
	display:block;clear:both;margin-top: 2px;
}
span.total {}
span.tot_prods:before {
    content: "\f290";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 11px;
    color: #fff;
    padding:0 6px 4px 0;
    vertical-align: middle;
}
/* ACCOUNT BOX */
.account-cart {
    float: right;
    margin: 0;
    display: inline-block;
    top: 0;
    position: relative;
    border-bottom: 3px solid #931919;
    height: 75px;
    width: 300px;
}
nav a.account {
    background: no-repeat center center;
    background-image: url(../images/icons/account_icon.png);
    background-size:30%;
    display: block;
    height: 72px;
    text-indent: -9999px;
    float: left;
    width: calc(25% - 10px) !important;
	font: normal 13px 'ralewaysemibold', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    padding: 0 !important;
    text-transform: capitalize;
}
.account:hover,
.account:focus {
	/* background-image: url(../images/icons/account_icon_hover.png); */
}
.active_lang {
vertical-align: middle;
height: 72px;
float: left;
width: 100%;
padding:0;
line-height: 72px;
font-size: 14px;
text-transform: uppercase;
font-family: 'akzeleratcondensednormal', sans-serif;
letter-spacing: 0.07rem;
}
.active_lang img,.lgs .submenu img {vertical-align: middle;}
.lgs {
width: 40px;
float: left;
text-align: center;
position: relative;
}
.parent_account {
  width: calc(25% - 10px);
}
.lgs .submenu a {
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'akzeleratcondensednormal', sans-serif;
	letter-spacing: 0.07rem;
	line-height: 72px;
	width: 40px;
	float: left;
	text-align: center;
}

@media (max-width: 1280px) {	
	.account-cart {
		width: 275px;
	}
	nav .menu a.social  {width: 32px;	}
	nav .menu:not(.contact) a {padding: 26px 22px;}
	.contact.menu > a {width: 60px;}
}
@media (max-width: 1200px) {	
	.account-cart {
		width: 275px;
	}
	nav .menu a.social  {width: 28px;}
	nav .menu:not(.contact) a {padding: 26px 10px;}
	.contact.menu > a {width: 50px;}
}
@media (max-width: 1024px) {	
	.account,.account:hover,nav a.account,nav a.account:hover {display: block !important;width: 100%!important;background-size: 10%;background-image: url(../images/icons/account_icon.png);width: 100%!important;    background-size: 30px;}nav .menu a.social {width: 28px;}
}
@media (max-width: 767px) {	
	.account-cart {width: 275px;	}nav .menu a.social  {width: 28px;}
}
/* LANGUAGE BOX */
@media (max-width: 1024px) {	
	.account-cart, .lgs {
		width: 100%!important;
		text-align: center;
		border-bottom: none;
	}
	.lgs .submenu,.active_lang ,.lgs .submenu:hover,.active_lang:hover{
	    width: auto!important;
		display: inline-block!important;
		margin: 0 10px!important;
		float: none!important;
		border-bottom: none!important;
		height: 72px !important;
	}	
	.submenu, .submenu a, .submenu:hover, .submenu a:hover {
		width: 100%!important;
		display: block!important;
		opacity: 1!important;
		text-align: center;
		position: relative!important;
		left: 0!important;
	}
}
/*
.toppy .submenu {
	right: 0;
}

.toppy a {
	background-color: white !important;
}

.toppy a:after {
	position: absolute;
	right: 10px;
	top: 35px;
}

.toppy .submenu,
.toppy .main:hover+.submenu,
.toppy .submenu:hover {
	right: 0 !important;
	left: initial;
}

@media (max-width: 800px) {
	
	.menu.toppy {
		padding-top: 40px;
	}
	.menu.toppy a,
	.menu.toppy .submenu {
		background: transparent !important;
		width: 40px !important;
		height: 40px !important;
		display: inline-block;
		padding: 0 !important;
	}
	.menu.toppy a:after {
		display: none;
	}
	.menu.toppy .submenu  {
		width: auto !important;
	}
	.menu.toppy span  {
		height: auto !important;
	}
	.menu.toppy a.main {
		background: white !important;
	}
	.menu.toppy a .inlineblock.ml10.h20 {
		display: none;
	}
}
*/
