/* RESET */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img { font-size: 0; }
article, aside, figure, footer, header, hgroup, nav, section, details, summary, audio, video	{display: block;}
html, body { min-height: 100%; max-width: 100% !important; }
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
input, select {vertical-align: middle;}
select, input, textarea {font: 99% sans-serif;}
table {font-size: inherit; font: 100%;}
small {font-size: 85%;}
strong {font-weight: bold;}
td, td img {vertical-align: top;}
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
pre, code, kbd, samp {font-family: monospace, sans-serif;}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : 0px; }
input[type="search"]{-webkit-appearance:textfield;}
input[type="submit"] { -webkit-appearance:none; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}
button, input, select, textarea {margin: 0;}
button {width: auto; overflow: visible;}
.ie7 img {-ms-interpolation-mode: bicubic;}
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* FORMATTING */
.fl_left { float: left; }
.fl_right { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.plateforme{
	font-family: 'solano_gothic'; -webkit-font-smoothing: antialiased; font-size: 18px;
	display: inline-block; position: relative; color: #434343;
}
.gradiant_gris .plateforme { color: white; }
.plateforme .bcolor { position: absolute; height: 2px; width: 100%; left: 0; bottom: 0; background-color: #707070; }
.pointer { cursor: pointer; display: inline-block; }
span:not([data-icon]).pointer:hover { text-decoration: underline; }
.small { font-size: 12px; }
.smaller { font-size: 11px; }

/* FONTS */
@font-face {
	font-family: 'roboto_slab';
	src: url('fonts/robotoslab-regular.eot');
	src: url('fonts/robotoslab-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/robotoslab-regular.woff') format('woff'),
		url('fonts/robotoslab-regular.ttf') format('truetype'),
		url('fonts/robotoslab-regular.svg#roboto_slab') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_slab';
	src: url('fonts/robotoslab-bold.eot');
	src: url('fonts/robotoslab-bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/robotoslab-bold.woff') format('woff'),
		url('fonts/robotoslab-bold.ttf') format('truetype'),
		url('fonts/robotoslab-bold.svg#roboto_slabbold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'nexa_lightregular';
	src: url('fonts/Nexa_Free_Light-webfont.eot');
	src: url('fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/Nexa_Free_Light-webfont.woff') format('woff'),
		url('fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
		url('fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'solano_gothic';
	src: url('fonts/solanogothicmvbprobd.eot');
	src: url('fonts/solanogothicmvbprobd.eot?#iefix') format('embedded-opentype'),
		url('fonts/solanogothicmvbprobd.woff') format('woff'),
		url('fonts/solanogothicmvbprobd.ttf') format('truetype'),
		url('fonts/solanogothicmvbprobd.otf') format('opentype'),
		url('fonts/solanogothicmvbprobd.svg#solano_gothic') format('svg');

	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'GbIcons';
	src:url('fonts/GbIcons.eot');
	src:url('fonts/GbIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/GbIcons.woff') format('woff'),
		url('fonts/GbIcons.ttf') format('truetype'),
		url('fonts/GbIcons.svg#GbIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'GbIcons';
	content: attr(data-icon);
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.small[data-icon]:before { font-size: 8px; }

/* COLORS */
.orange { color: #f3782d !important; }
.blanc { color: white !important; }
.gris { color: #939393 !important; }
.vert, .hlvert:not(.gbButton):hover { color: #71bb3f !important; }
.noir { color: #434343; }
.rouge { color: #ff3030 !important; }
.bg_blanc { background-color: white; }
.bg_vert { background-color:  #71bb3f; }

/* SPRITES */
.sprite {
	margin: 0;
	display: inline-block;
	background-color: transparent !important;
	background-image: url('/images/gbsprites3.png') !important;
	background-repeat: no-repeat !important;
}

/* NOTES */
.note:not(button) {  width: 120px; height: 20px; position: relative; display: inline-block;}
.note:not(button):before, .note:not(button):after {
	content: "";
	height: 20px; position: absolute; top: 0;
	background-color: transparent !important;
	background-image: url('/images/gbsprites3.png') !important;
	background-repeat: none !important;
}
.note:before { background-position: -100px -20px; left: 0; }
.note.vert:before { background-position: -100px -40px; }
.note.shadow:before { background-position: -96px -60px; margin-left: -4px; padding-right: 4px; }
.note.vert.shadow:before { background-position: -96px -80px; margin-left: -4px; padding-right: 4px; }
.note[data-value="5.0"]:before { width: 120px;  }
.note[data-value="5.0"]:after { display: none; }
.note[data-value="4.5"]:before { width: 110px;  }
.note.shadow[data-value="4.5"]:before { background-position: -121px -60px; }
.note.vert.shadow[data-value="4.5"]:before { background-position: -121px -80px; }
.note[data-value="4.5"]:after { background-position: -110px 0px; width: 10px; left: 110px; }
.note[data-value="4.0"]:before { width: 96px; }
.note[data-value="4.0"]:after { background-position: -196px 0px; width: 24px; left: 96px; }
.note[data-value="3.5"]:before { width: 85px; }
.note.shadow[data-value="3.5"]:before { background-position: -146px -60px; }
.note.vert.shadow[data-value="3.5"]:before { background-position: -146px -80px;  }
.note[data-value="3.5"]:after { background-position: -185px 0px; width: 35px; left: 85px; }
.note[data-value="3.0"]:before { width: 72px; }
.note[data-value="3.0"]:after { background-position: -172px 0px; width: 48px; left: 72px; }
.note[data-value="2.5"]:before { width: 60px; }
.note.shadow[data-value="2.5"]:before { background-position: -171px -60px; }
.note.vert.shadow[data-value="2.5"]:before { background-position: -171px -80px; }
.note[data-value="2.5"]:after { background-position: -160px 0px; width: 60px; left: 60px; }
.note[data-value="2.0"]:before { width: 48px; }
.note[data-value="2.0"]:after { background-position: -148px 0px; width: 72px; left: 48px; }
.note[data-value="1.5"]:before { width: 35px; }
.note.shadow[data-value="1.5"]:before { background-position: -196px -60px; }
.note.vert.shadow[data-value="1.5"]:before { background-position: -196px -80px; }
.note[data-value="1.5"]:after { background-position: -135px 0px; width: 85px; left: 35px; }
.note[data-value="1.0"]:before { width: 24px; }
.note[data-value="1.0"]:after { background-position: -124px 0px; width: 96px; left: 24px; }
.note[data-value="0.5"]:before {  width: 10px; }
.note.shadow[data-value="0.5"]:before { background-position: -221px -60px; }
.note.vert.shadow[data-value="0.5"]:before { background-position: -221px -80px; }
.note[data-value="0.5"]:after { background-position: -110px 0px; width: 110px; left: 10px; }
.note[data-value="0.0"]:before { display: none; }
.note[data-value="0.0"]:after { background-position: -100px 0px; width: 120px; left: 0; }
button.note { height: 26px; background-position: -260px 0px; padding: 0; opacity: .50; filter: alpha(opacity=50); }
button.note.on { background-position: -260px -26px; opacity: 1; filter: alpha(opacity=100); }
button.note:nth-of-type(odd) { width: 13px; }
button.note:nth-of-type(even) { width: 18px; background-position: -273px 0px; padding-right: 5px; }
button.note:nth-of-type(even).on { background-position: -273px -26px; }
button.note:nth-of-type(odd).on.vert { background-position: -260px -52px; }
button.note:nth-of-type(even).on.vert { background-position: -273px -52px; }

/* LINKS */
a { text-decoration: none; color: #f3782d; }
a:hover { text-decoration: underline; }
a.lienvoir { text-transform: uppercase; float: right; display: block; font-family: 'solano_gothic'; font-size: 18px; position: relative; margin-top: 15px; margin-bottom: 5px}
a.lienvoir:hover, a.vert.lienvoir:hover { text-decoration: none; color: #434343 !important; }
a.lienvoir:before {
	content: ""; display: block; position: absolute; top: -7px; right: 0px; width: 80px; height: 2px; background-color: #f3782d;
}
a.lienvoir:after { content: " "; clear: both; display: table; }
a.lienvoir.top { float: none; margin-bottom: 15px; margin-top: 0; }
a.lienvoir.top:before {
	top: auto; bottom: -7px; right: auto; left: 0px;
}
.gradiant_orange .lienvoir, .gradiant_gris .lienvoir:hover { color: white !important; }
.gradiant_orange .lienvoir:before { background-color: white; }
a.hblanc:hover { color: white !important; }
a.vert.lienvoir:before { background-color: #71bb3f; }

/* TITRES */
.titre { font-family: 'solano_gothic'; font-weight: bold; line-height: 0.9em; -webkit-font-smoothing: antialiased; color: #434343; }
a.titre, h2.titre { font-size: 26px; height:auto; }
a.titre.small { font-size: 18px; }
a.titre:hover { text-decoration: none; color: #f3782d; }
.gradiant_gris a.titre, .gradiant_orange a.titre, .gradiant_gris h1.titre  { color: white; }
.gradiant_gris a.titre:hover { color: #f3782d; }
.gradiant_orange a.titre:hover { color: #434343; }
a.titre.hlvert:hover { color: #71bb3f; }

/* TOOLTIP */
#gbTooltip { padding: 5px 10px; background: white !important; -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.30); box-shadow: 0px 2px 5px rgba(0,0,0,.30); position: absolute; z-index: 1000000; }

/* BUTTONS */
button, .gbButton
{
	display: inline-block;
	cursor: pointer;
	height: 40px; line-height: 40px; white-space: nowrap;
	padding-left: 15px; padding-right: 15px;
	font-family: 'solano_gothic';
	text-transform: uppercase; font-size: 18px;
	border: none;
}
.gbButton.vert:hover {
	background-color: #536066;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6b777c), to(#536066));
	background-image: -webkit-linear-gradient(top, #6b777c, #536066);
	background-image: -moz-linear-gradient(top, #6b777c, #536066);
	background-image: -ms-linear-gradient(top, #6b777c, #536066);
	background-image: -o-linear-gradient(top, #6b777c, #536066);
	background-image: linear-gradient(to bottom, #6b777c, #536066);
	color: white !important;
}
.gbButton.vert { background-color: #71bb3f; background-image: none; color: white !important; }
.gbButton.smallpad { height: 28px; line-height: 28px; padding-left: 5px; padding-right: 5px; }
.gbButton:hover{
	background-color: #f3782d;
	background-image: none;
	text-decoration: none;
}
.gbButton.hlvert:hover { background-color: #71bb3f; }

/* MAIN TEMPLATE */
body{
	background: #95989d; /* Old browsers */
	background: -moz-linear-gradient(top,  #95989d 0%, #e4e0e1 20%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95989d), color-stop(20%,#e4e0e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95989d 0%,#e4e0e1 20%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95989d 0%,#e4e0e1 20%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95989d 0%,#e4e0e1 20%); /* IE10+ */
	background: linear-gradient(to bottom,  #95989d 0%,#e4e0e1 20%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95989d', endColorstr='#e4e0e1',GradientType=0 ); /* IE6-9 */
	margin: 0px; padding: 0px;
	position: relative;
	font-family: 'roboto_slab', Arial, Helvetica, sans-serif;
	font-size: 13px; color: #585455;
}
.gb_main { width: 1000px; margin: 0 auto; position: relative; z-index: 1; }
.pad15, .pad15l { padding-left: 15px; }
.pad15, .pad15r { padding-right: 15px; }
.pad15, .pad15t { padding-top: 15px; }
.pad15, .pad15b { padding-bottom: 15px; }
.pad5, .pad5l { padding-left: 5px; }
.pad5, .pad5r { padding-right: 5px; }
.pad5, .pad5t { padding-top: 5px; }
.pad5, .pad5b { padding-bottom: 5px; }
.m15, .m15t { margin-top: 15px; }
.m15, .m15b { margin-bottom: 15px; }
.m15, .m15l { margin-left: 15px; }
.m15, .m15r { margin-right: 15px; }
.m5, .m5t { margin-top: 5px; }
.m5, .m5b { margin-bottom: 5px; }
.m5, .m5l { margin-left: 5px; }
.m5, .m5r { margin-right: 5px; }
.fullwidth { width: 100%; }

/* HEADER */
header.page { 
	padding: 15px;
	box-shadow: inset 0px 5px 10px -5px rgba(0,0,0,.2);
}
header.page.nopad { padding-bottom: 0; }
header.page h1 { font-family: 'nexa_lightregular'; font-weight: normal; text-transform: uppercase; font-size: 35px; }
header.page h1.titre { font-family: 'solano_gothic'; text-transform: none; }
header .logo { 
	display: block;
	background: transparent url('/images/header/gb_logo.png') 0 20% no-repeat;
	text-indent: -5000px;
	height: 50px;
	width: 150px;
}

/* PUB */
a.adlink {
	color: #000000;
	display: block;
	text-transform: uppercase;
	text-align: center;
	line-height: 15px;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
a.adlink:hover{text-decoration:underline;color:#000;}
.closeadcross{
	display: block;
	float: right;
	font-weight: bold;
	color: #868686;
	background: #E5E5E5;
	width: 15px;
	line-height: 15px;
	font-size: 15px;
	text-align: center;
}
.closeadcross:hover{color:#000;text-decoration:none;background:#999;}
#gb_megaban { position: relative }
.megaban { text-align: center; }
.megaban a.adlink {
	position: absolute;
	transform: rotate(90deg);
	-ms-transform:rotate(90deg); /* IE 9 */
	-webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
	top: 45%;
	right: -20px;
}
.megaban .closeadcross{position:absolute;right:0;top:0;}

/* COLLECTION */
.gbJeuCollectionPanel { background: white; width: 270px; font-family: "solano_gothic"; font-size: 18px; box-shadow: 0 2px 5px rgba(0,0,0,.35); -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.35); }
.gbJeuCollectionPanel td { padding: 2px 10px;}
.gbJeuCollectionPanel .titre { color: white; background-color: #71bb3f; text-transform: uppercase; padding: 7px 10px 5px; }
.gbJeuCollectionPanel .titre .plateforme { color: white; }
.gbJeuCollectionPanel .link { cursor: pointer; color: #a0a0a0; }
.gbJeuCollectionPanel .link:hover { color: #434343; }
.gbJeuCollectionPanel .link.active { color: #71bb3f; }
.gbJeuCollectionPanel { width: 100%; }

/* POPUP JEU */
#gbPopupJeu{
	position: absolute; z-index: 10000; left: 400px;
	background: transparent;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.30);
	box-shadow: 0px 2px 5px rgba(0,0,0,.30);
	width: 400px; top: 400px;
}
#gbPopupJeu .plateforme {
	background: #71bb3f;
	color: white;
	text-transform: uppercase; font-family: 'solano_gothic'; font-size: 16px;
	padding: 10px 15px;
}
#gbPopupJeu .main { padding: 15px; background-color: white; overflow: hidden;}
#gbPopupJeu .jaquette { float: left; width: 100px; margin-right: 15px; }

/* PHOTO GAllERY*/
#gbImgCont{position:relative;border: none;text-align: center;background: #FFF;color: #000;padding: 10px;margin-top:20px;}
#gbImgCont img{max-width: 100%;}
#gbimgsliderwarn{margin: 20px auto;position: relative;}
#closecross{color:#828282;font-size:24px;float:right;margin-left:120px;font-family: 'GbIcons';}
#closecross:hover{text-decoration:none;color:#FFF;}
#gbImgCont .gbNavArrow{font-size:44px;font-family: 'GbIcons'; color:#333;opacity:0.5;position: absolute;top:45%;display: none;background:#FFF;border-radius:26px;width: 52px;padding: 4px 0;}
#gbImgCont .gbNavArrow:hover{text-decoration: none;color: #f3782d;opacity: 1;}
#gbImgCont .leftArrow {left:20px;}
#gbImgCont .rightArrow {right:20px;text-align:right;}
#gbImgCont .gbOpenImgBtn{font-size:27px;font-family: 'GbIcons'; color:#333;opacity:0.5;position: absolute;top:20px; right:20px; display: none;background:#FFF; border-radius:18px; width: 32px; padding: 4px 0; }
#gbImgCont .gbOpenImgBtn:hover{text-decoration: none;color: #f3782d;opacity: 1;}
#gbImgCont:hover .gbOpenImgBtn{display: inline;}
#gbImgCont:hover .gbNavArrow{display: inline;}
#gbImgCont.touchDevice .gbNavArrow, #gbImgCont.touchDevice .gbOpenImgBtn {display:block;}
.bxslider{
	height: 84px;
	overflow: hidden;
}
.bxslider li {
	height: 84px;
}
.async {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-16px;
}
#gbFullImgView .gbCloseImgBtn{
	display: inline; 
	z-index: 300; 
	text-align: center; 
	font-size:27px;
	font-family: 'GbIcons';
	color:#333;opacity:0.5; 
	position: fixed;top:20px; 
	right:30px; background:#FFF; 
	border-radius:18px;  
	padding: 4px;
}
#gbFullImgView .gbCloseImgBtn:hover{text-decoration: none;color: #f3782d;opacity: 1;}
#gbFullImgView {
	position:absolute; 
	top: 0px; left: 0px;  
	background:#000; 
	width:100%; 
	height: 100%; 
	z-index: 100;
	cursor:zoom-out;
	-moz-cursor: zoom-out;
	-webkit-cursor: zoom-out;
}
.gal_body{background:#000;}
.bx-wrapper{clear: both;}
.gal_header_title h1{
	line-height: 40px;
}
.ebam_ad {
	text-align: center;
}
/* TABLET - IPAD */
@media screen and (max-width: 999px) and (min-width: 768px) {
	.gb_main { width: 768px;}
	.megaban { overflow: hidden; }
	.megaban img, .megaban iframe { max-width: 100%; }
}
/* TABLET - NEXUS 7 */
@media screen and (max-width: 767px) and (min-width: 600px) {
	.gb_main { width: 600px;}
	.megaban { overflow: hidden; }
	.megaban object, .megaban iframe, .megaban img { max-width:100%; }
	.megaban a.adlink {float: none;position: static;float: none;transform: none;-ms-transform: none; -webkit-transform: none;margin-top:-4px;}
}
/* MOBILE */
@media screen and (max-width: 599px) {
	header .logo { margin: 0 auto; position: inherit; float: none;  top: 5px; left: 0px; background: transparent url('/images/gbsprites3.png') 0px -240px no-repeat;}
	.megaban a.adlink {float: none;position: static;float: none;transform: none;-ms-transform: none; -webkit-transform: none;margin-top:-4px;}
	.megaban a.closeadcross	{font-size: 25px; line-height: 25px; width: 25px;}
	.gb_main { max-width: 480px; min-width: 320px; width:auto;}
	#gballimages {clear:right;margin-top:17px;}
	.gal_filter_container{float: left;}
	.gal_body{font-size: 16px;}
	.gal_header_title h1{ font-size: 20px;}
}