@font-face {
	font-family: "BebasNeueThin";
	src: url(fonts/BebasNeueThin.ttf) format("truetype");
}
@font-face {
	font-family: "BebasNeueBook";
	src: url(fonts/BebasNeueBook.ttf) format("truetype");
}
@font-face {
	font-family: "BebasNeueLight";
	src: url(fonts/BebasNeueLight.ttf) format("truetype");	
}
@font-face {
	font-family: "BebasNeueBold";
	src: url(fonts/BebasNeueBold.ttf) format("truetype");
}
@font-face {
	font-family: "BebasNeueRegular";
	src: url(fonts/BebasNeueRegular.ttf) format("truetype");
}
@font-face {
	font-family: "ArcadeClassic";
	src: url(fonts/ArcadeClassic.ttf) format("truetype");
}
@font-face {
	font-family: "6809Chargen";
	src: url(fonts/6809Chargen.ttf) format("truetype");
}
@font-face {
	font-family: "LedBoard7";
	src: url(fonts/LedBoard7.ttf) format("truetype");
}
@font-face {
	font-family: "Digital7";
	src: url(fonts/Digital7.ttf) format("truetype");
}
@font-face {
	font-family:"LiquidCrystal";
	src:url("fonts/liquidcr.eot?") format("eot"),
		url("fonts/liquidcr.woff") format("woff"),
		url("fonts/liquidcr.ttf") format("truetype"),
		url("fonts/liquidcr.svg#LiquidCrystal") format("svg");
		font-weight:normal;
		font-style:normal;
}

span.link {
	transition: color 0.5s, text-shadow 0.5s;
	color: #4BB;
	text-shadow: 0.5px 0.5px #244;
	cursor: pointer;
}
span.link:hover {
	transition: color 0.5s, text-shadow 0.5s;
	color: #3DC;
	text-shadow: 0.5px 0.5px #354;
}
body {
	background-image: url("rsc/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
	font-family:  Verdana, Segoe UI, Tahoma, sans-serif;
	font-size: 11px;
	max-width: 1200px;
	min-width: 770px;
	text-align: center;
	margin: 0 auto;
}
body>p>a {
	color: #625;
}
header, nav {
	width: 100%;
}
header img {
	vertical-align: bottom;
}
#main {
	display: table;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
	border-spacing: 0px;
	min-height: 500px;
}
#main > div {
	display: table-cell;
	height: 100%;
	border: 1px solid;
	vertical-align: top;
}
#main > div:not(:nth-child(2)) {
	padding: 10px;
}
.center {
	position: relative;
	color: #e0e0e0;
	text-shadow: 0.5px 1px #000B;
	background: rgba(48,32,96,0.7);
}
#main > .left,
#main > .right {
	width: 21%;
	background: linear-gradient(to right,
		#536D 0%, #647D 40%, #647D 60%, #536D 100%);
	font-family: Segoe UI;
	color: #C7B4FF;
	text-shadow: 0.5px 0.5px #303;
}
div.intro {
	position: relative;
	background-color: #333 !important;
}
div.intro:hover {
	transition: background-color 0.5s;
	background-color: #444 !important;
}
div.intro h3 {
	font-family: LedBoard7;
	font-size: 22pt;
	padding: 0;
	margin: 20px;
}
div.intro p {
	text-align: justify;
	font-size: 9pt;
}
.number {
	font-family: LiquidCrystal;
	font-size: 16pt;
	color: #9AF;
	text-shadow: 1px 2px #000B;
	white-space: pre;
}
.h2 {
	font-weight: 700;
	font-size: 16.5px;
	padding-bottom: 5px;
}


/* NAVIGATION BAR */
nav {
	display: table;
	width: 100%;
}
nav > div {
	transition-property: background;
	transition-duration: 0.5s;
	display: table-cell;
	font-family: "BebasNeueBook";
	font-size: 18px;
	color: #FFF;
	text-shadow: 0.5px 1px #DDD;
	background: #606;
}
nav > div div {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1px;
}
nav > div:not(:last-child) {
	border-style: solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to bottom,
		#0000 0%,
		#0000 10%,
		#FFFF 20%,
		#FFFF 80%,
		#0000 90%,
		#0000 100%);
	border-image-width: 0 1px 0 0;
	border-width: 0 1px 0 0;
}
nav > div:hover,
nav > div.current {
	transition-property: background;
	transition-duration: 0.5s;
	background: #A5A;
}
/* End NAVIGATION BAR */

/* FOOTER */
footer.main {
	width: 100%;
	border: none;
	text-shadow: 0 2px #AAA;
	text-align: center;
	color: white;
	font-family: "BebasNeueRegular";
	font-size: 72px;
}
footer.main div {
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	width: 100%;
	max-width: 1200px;
	min-width: 770px;
	position: absolute;
}
footer.main div.under {
	background: radial-gradient(#90B 45%, #709 80%, #607 100%);
}
footer.main div.over {
	transition-property: opacity;
	transition-duration: 0.5s;
	opacity: 1;
	background: radial-gradient(#709 45%, #507 80%, #405 100%);
	font-size: 72px;
}
footer.main div.over:hover {
	transition-property: opacity;
	transition-duration: 0.5s;
	opacity: 0;
}
/* End FOOTER */
/*NEWS*/
div.article {
	transition: background-color 0.5s;
	margin: 25px;
	padding: 12px 30px 30px 30px;
	border-radius: 15px;
	background: radial-gradient(#0000 10%, #0002 60%, #0008 100%);
	box-shadow: 0 5px 3px 3px #0008;
}
div.article:hover {
	transition: background-color 0.5s;
	background: radial-gradient(#0000 10%, #0002 60%, #0008 100%);
}
div.article h3 {
	/*margin-bottom: 40px;*/
	/*font-size: 16px;*/
}
h4.date {
	float: right;
	margin-top: -65px;
	font-family: Lucida Console, Monaco, Courier, monospace;
	font-weight: normal;
	font-size: 14px;
	color: #B8F;
	text-shadow: 0.3px 0.3px #649;
}
div.article p {
	text-shadow: none;
	/*text-align: justify;*/
}
/*Fin NEWS*/
/*CHROMATIQUES*/
.shiny {
	position: relative;
	background-color: #425 !important;
}
.shiny:hover {
	background-color: #637 !important;
}
.shiny h3 {
	font-family: "BebasNeueBold";
	font-size: 80px;
	margin-top: 0;
	margin-bottom: 0;
}
.shiny h3 em {
	font-style: normal;
	font-size: 72px;
}
.shiny h4 {
	font-family: "BebasNeueRegular";
	font-size: 40px;
	margin:0;
}
.shiny h4 em {
	font-style: normal;
	font-size: 32px;
}
.shiny h5 {
	font-family: BebasNeueBook;
	font-size: 22px;
	margin: 10px 0 10px 0;
	position: relative;
	left: 22.5%;
	width:58%;
	border-top: thin solid white;
	padding-top: 16px;
}

/* SH CARD */
#shcard {
	width: 594px;
	height: 259px;
	background: url('shiny/sh-card/emptycard.png');
	border-radius: 5px;
	padding: 0;
	margin: 10px auto 10px auto;
}
#shcard div#grid {
	border-spacing: 0px;
	position: relative;
	left: 110px;
	top: 33px;
	width: 480px;
}
#shcard .card-row {
	display: table;
}
#shcard .card-cell {
	display: table-cell;
	cursor: pointer;
}
#shcard img {
	margin-right: -3px;
	margin-bottom: -7px;
}
#shcard img.full  {
	transition: opacity 0.5s;
	opacity: 0.85;
}
#shcard img.full:hover {
	transition: opacity 0.25s;
	opacity: 1;
}
#shcard img.full:active {
	transition: none;
	position: relative;
	opacity: 0.5;
	top: 2px;
	left: 2px;
}
#oc1 {
	filter: grayscale(100%);
}
/* Fin SH CARD */

/* TOP */
.shiny div.top {
	display: inline-block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	min-width: 240px;
}
div.underlay {
	position: absolute;
	width: 100%;
	height: 100%;
	transition-property: top, left, opacity;
	transition-duration: 0.5s;
	z-index: 1;
	top: 0px;
	left: 0px;
}
div.underlay div {
	position: absolute;
	transition-property: top, left, opacity, border-color;
	transition-duration: 0.8s;
	opacity: 0;
}
div.name {
	z-index: 2;
}
div.underlay div.id,
div.underlay div.id2 {
	border-right: 4px solid #403;
	font-family: ArcadeClassic;
	font-size: 100px;
	margin-top: 14px;
	left: calc(20% - 60px);
}
div.underlay div.ball, 
div.underlay div.date {
	border-top: 3px solid #403;
	top: 80%;
	font-size: 14px;
}
div.underlay div.date {
	font-family: "6809Chargen";
	width: 120px;
}
div.underlay div.ball {
	width: 110px;
	left: calc(100% - 100px);
}
div.ball > img {
	transition-property: transform;
	transition-duration: 0.3s;
	image-rendering: pixelated;
}
div.gender img {
	image-rendering: pixelated;
}
div.underlay div.gender {
	top: 13.5px;
	left: 80%;
	border-left: 5px solid #403;
}
div.top:hover > div.underlay div {
	transition-property: top, left, opacity, border-color;
	transition-duration: 0.8s;
	opacity: 0.8;
}
div.top:hover > .underlay .id {
	left: -60px;
}
div.top:hover > .underlay .id2 {
	left: -120px;
}
div.top:hover > .underlay .date {
	top: calc(100% - 5px);
}
div.top:hover > .underlay .ball {
	top: calc(100% - 5px);
}
div.top:hover > .underlay .gender {
	left: 100%;
}
div.top:hover > .underlay > div:hover {
	transition-property: top, left, opacity, border-color;
	transition-duration: 0.8s;
	opacity: 1;
	border-color: #A08;
}
div.top:hover > .underlay > div.ball:hover > img:hover {
	transition: transform 0.3s;
	transform: scale(4,4);
}
/* Fin TOP */

/* INFO */
div.info {
	display: table;
	margin: 5px auto 45px auto;
	cursor: default;
}
em.number {
	font-style: normal;
	font-family: LiquidCrystal;
	font-size: 28pt;
}
em.digital {
	font-style: normal;
	font-family: LedBoard7;
	font-size: 12pt;
}
em.digital.normal {
	color: #FBF;
	text-shadow: 0.5px 1px #CAC;
}
.R {
	color: #F66;
	text-shadow: 0.5px 1px #822;
}
.S {
	color: #38F;
	text-shadow: 0.5px 1px #138;
}
.E {
	color: #0B2;
	text-shadow: 0.5px 1px #283;
}
.LG {
	color: #3F3;
	text-shadow: 0.5px 1px #181;
}
.FR {
	color: #F96;
	text-shadow: 0.5px 1px #842;
}
.SS {
	color: #CCD;
	text-shadow: 0.5px 1px #445;
}
.Pl {
	color: #DDB;
	text-shadow: 0.5px 1px #554;
}
.N {
	color: #000;
	text-shadow: 0.5px 1px #FFF;
}
.RO {
	color: #B22;
	text-shadow: 0.5px 1px #622;
}
em.digital2 {
	font-style: normal;
	font-family: LedBoard7;
	font-weight: bold;
	font-size: 16pt;
	text-shadow: 1px 2px 1px #000B;
}
em.digital2.SR {
	color: #84D;
}
em.digital2.RE {
	color: #6C6;
}
em.digital2.Gf {
	color: #C09;
}
em.digital2.Rd {
	color: #C00;
}
.info .left {
	display: table-cell;
	width: calc(50% - 22px);
	height: 100%;
	border-right: 4px solid #607;
	text-align: right;
	padding: 10px;
}
.info .right {
	display: table-cell;
	width: calc(50% - 22px);
	text-align: left;
	padding: 10px;
	margin: 11px 0 11px 0;
}
.info .left p,
.info .right p {
	margin: 0;
	font-size: 14px;
}
.info .right p.λ1 {
	margin: -4px 0 6px 0;
}
.info .right p.λ2 {
	margin-top: 7px;
}
/* Fin INFO */
/* SCREENSHOTS */
.screenshots > p {
	cursor: pointer;
	font-family: ArcadeClassic;
	font-size: 14pt;
}
.screenshots > .ss > a > img {
	width: 65%;
}
.ss img {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 3px 3px 3px #000B;
}
/* Fin SCREENSHOTS */
/* STORY */
.story p {
	text-align: justify;
	font-size: 10pt;
}
/* Fin STORY */
/* ARROWS */
table#navArticle {
	width: 100%;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}
#navArticle td {
	transition-property: background, color;
	transition-duration: 0.5s;
	width: 50%;
	background: #77A;
}
#navArticle td:hover {
	transition-property: background, color;
	transition-duration: 0.5s;
	background: #99C;
	color: ;
}
#navArticle div {
	font-family: BebasNeueLight;
	font-size: 20pt;
	color: #337;
	text-shadow: 0.5px 1px #113;
	font-style: normal;
}
#navArticle .hide {
	display: none;
}
/* End ARROWS */
/*Fin CHROMATIQUES */

/*HUNTS*/
.hunt {
	transition: 0.5s;
	background-color: #224 !important;
}
.hunt:hover {
	background-color: #335 !important;

}
.hunt > div:nth-child(1) {
	text-align: left;
	font-size: 30pt;
	font-family: BebasNeueRegular;
}
.hunt > div:nth-child(1) > span {
	vertical-align: super;
	padding-left: 10px;
}
.hunt > div:nth-child(1) > span.number {
	font-size: 26pt;
}

.hunt > div:nth-child(2) {
	display: table;
	width: 100%;
}
.hunt > div:nth-child(2) > div {
	display: table-cell;
	width: 50%;
	/*border: 1px solid white;*/
	text-align: left;
}
.hunt > div:nth-child(2) > div > div > span:nth-child(1) {
	font-weight: bold;
}
.spritePlaceholder {
	display: none;
	width: 64px;
	height: 64px;
	border: 1px solid #8888;
}
/*End HUNTS*/

/* SESSIONS */
.session:not(:first-child) {
	border-image-slice: 1;
	border-image-source: linear-gradient(to right,
		#0000 0%,
		#0000 10%,
		#FFFF 20%,
		#FFFF 80%,
		#0000 90%,
		#0000 100%
	);
	border-image-width: 1px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}
.session {
	padding: 6px;
}
.session > div:first-child {
	font-family: ArcadeClassic;
	font-size: 20pt;
}
.session > div:first-child > span.number {
	font-size: 20pt;
}
.session span {
	padding: 0 5px;
}
.session > div:nth-child(2) > div {
	width: 100%;
	display: table;
}
.session > div:nth-child(2) > div > div {
	display: table-cell;
	font-family: monospace;
	font-size: 12pt;
}
.session > div:nth-child(2) > div > div:first-child {
	border-image-slice: 1;
	border-image-source: linear-gradient(to bottom,
		#0000 0%,
		#0000 10%,
		#FFFF 20%,
		#FFFF 80%,
		#0000 90%,
		#0000 100%
	);
	border-image-width: 0 1px 0 0;
	border-width: 0 1px 0 0;
	border-style: solid;
}
#more {
	transition-property: box-shadow, background-color;
	transition-duration: 0.5s;
	margin: 10px 40px;
	padding: 8px;
	background-color: #727;
	font-family: BebasNeueBold;
	color: #eee;
	font-size: 20pt;
	box-shadow: 0px 3px 0 0 #313;
	border-radius: 10px;
	cursor: pointer;
}
#more:hover {
	transition-property: box-shadow, background-color;
	transition-duration: 0.5s;
	background-color: #939;
	box-shadow: 0px 3px 0 0  #424; 
}
#more:active {
	position: relative;
	top: 3px;
	background-color: #515;
	box-shadow: 0px 0px 0 0  transparent; 
}
#more.end,
#more.end:hover,
#more.end:active {
	position: relative;
	top: 3px;
	background-color: #535;
	box-shadow: 0px 0px 0 0  transparent;
	cursor: not-allowed;
}
/* End SESSIONS */

/*RIGHT COLUMN*/
#hunts > *, #hunts > * > * {
	z-index: 10;
}
.right h3 {
	margin: 0;
}
.right > div {
	border-bottom: 1px solid #CAF;
	padding: 5px 0;
}
.huntColumn {
	transition: background 0.5s, box-shadow 0.5s;
	border-radius: 8px;
	background: #446;
	box-shadow: 0 3px #224;
	min-width: 84px;
	padding: 5px;
	margin: 10px auto;
}
.huntColumn:hover {
	transition: background 0.5s, box-shadow 0.5s;
	background: #557;
	box-shadow: 0 3px #335;
}
.huntColumn img {
	margin: 10px;
}
#recent {
	margin: auto;
}
#recent div {
	font-size: 12pt;
}
#recent .recentDay {
	display: table;
	width: 100%;
	border-spacing: 5px 2px;
}
#recent .recentDay > span {
	white-space: pre;
	display: table-cell;
	vertical-align: middle;
}
/*End RIGHT COLUMN*/

/*LEFT COLUMN*/
li {
	list-style-type: none;
	padding-left: 0px;
}
ul#history {
	text-align: left;
	font-size: 15px;
	padding-left: 10px;
}
#history > ul {
	padding-left: 20px;
}
ul#history > li {
	cursor: pointer;
	transition: color 0.5s, text-shadow 0.5s;
	color: inherit;
	text-decoration: none;
}
ul#history a:visited {
	color:inherit;
}
ul#history a:hover{
	transition: color 0.5s, text-shadow 0.5s;
	color: #8CE;
	text-shadow: 0.5px 0.5px #558;
}
ul#history li:before {
	transition-property: transform;
	transition-duration: 0.5s;
	content: url("rsc/bullet.png");
	margin-left: -10px;
	margin-right: 10px;
	display: inline-block;
}
li.opened:before {
	content: url("rsc/puce.png");
	transform: rotate(90deg);
}
ul#history ul li:before {
	content: url("rsc/shinyStar.png");
	margin-top: -1.2%;
	transform: scale(2,2);
	box-shadow: 1px 1px 1 1;
}
ul#history ul {
	margin-bottom: 5px;
}
ul#history ul li {
	margin-top: 5px;
	font-size: 11px;
}
ul.opened li:before {
	position: relative;
}
ul.closed li:before {
	position: static;
	overflow: hidden;
}
ul.closed {
	transition-property: max-height;
	transition-duration: 1s;
	max-height: 0px;
	overflow: hidden;
}
ul.opened {
	transition-property: max-height;
	transition-duration: 1s;
	max-height: auto;
}
/*fin LEFT COLUMN*/

a {
	text-decoration: none;
	color: inherit;
}
a:visited {
	color: inherit;
}
div.article h3.addShiny {
	font-family: ArcadeClassic;
	color: #DA3;
	font-size: 32px;
	text-shadow: 2px 2px #740;
}
.success {
	color: #0C0;
	text-shadow: 0.5px 0.5px #070;
}
input[type="submit"].validate {
	transition-property: color, background, border, box-shadow;
	transition-duration: 0.5s;
	display: block;
	color: #EE99FF;
	background: #550066;
	border-top-color: #661177;
	border-left-color: #661177;
	border-bottom-color: #330044;
	border-right-color: #330044;
	border-radius: 2em;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family: Eras Light ITC, Eras Medium ITC, Myriad Pro Cond, Maiandra, Segoe UI Light, sans-serif;
	margin: 0.2em;
}
input[type="submit"].validate:hover {
	transition-property: color, background, border, box-shadow;
	transition-duration: 0.5s;
	color: #EEBBFF;
	background: #883399;
	border-top-color: #9933AA;
	border-left-color: #9933AA;
	border-bottom-color: #601170;
	border-right-color: #601170;
	box-shadow: 0em 0em 1em 0.2em rgba(185,100,200,0.8);
}
