/* Div body à la taille du navigateur */
html 
{
	height: 100%;
}

body 
{
	background-color: black;
	background-image: url('../img/bg.png');
    margin: 0px;
	background-attachment: fixed;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 color:white;
}

#loader
{
	height: 100%;
	width: 100%;
	background-color: black;
	display: none;
}

#loaderTxt 
{
	font-size: 60px;
}

#loader > img{
	    width: 200px;
		position: absolute;
			margin: -100px;
			margin-top: 100px;
}

#Header
{
	overflow: hidden;
    position: sticky;
    z-index: 1;
    top: 0;
	background:black;
	border-bottom-style: ridge;
	display: none;
}

#languageToChose
{
	width: 100%;
    height: 100%;
    z-index: 10;
		display: -ms-grid;
		display: grid;
}

#SubmenuIco 
{
	position:absolute;
	right:10px;
	top:5px;
	cursor:pointer;
	width:25px;
}

#SubmenuIco #Opened, #SubmenuIco.Active #Closed 
{
	display:none;
}

#SubmenuIco #Closed, #SubmenuIco.Active #Opened 
{
	display:block;
}

#SubmenuIco > img 
{
	width:inherit;
}

#languageToChose > img
{
	margin: auto;
	cursor: pointer;
	display: none;
}

#LanguageBarTool
{
	margin-top: 5px;
	position:absolute;
}

#LanguageBarTool > img 
{
	margin-left: 5px;
	cursor: pointer;
}

.subitem, .subitem.btnToolBar 
{
	background-color: rgba(68, 68, 68, 0.8);
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: solid;
    border-color: rgba(168, 168, 168, 0.8);
    border-width: 1px;
    cursor: pointer;
    width: 100%;
	height:auto;
	border-radius:0px;
	position:inherit;
	margin-top:0px;
}

.subitem img, .subitem.btnToolBar img 
{
	width:25px;
}

@media all and (min-width:700px)
{
	#BigMenu
	{
		display: block;
	}
	
	#SmallMenu
	{
		display:none;
	}
}

@media all and (max-width:700px)
{
	#BigMenu
	{
		display: none;
	}
	
	#SmallMenu
	{
		display:block;
	}
}

@media all and (min-width:500px)
{
	#loader 
	{
		font-size: 100px;
	}
}

@media all and (max-width:500px)
{
	#loader 
	{
		font-size: 50px;
	}
}

@media all and (min-width:400px)
{
	#SubMenu .languageBtn 
	{
		display:block;
	}
	
	#SubMenu .languageBtn 
	{
		display:none;
	}
	
	.name 
	{
		text-align:center;
	}
}

@media all and (max-width:400px)
{
	.languageBtn {
		display:none;
	}
	
	#SubMenu .languageBtn {
		display:block;
	}
}

#GameDetails
{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000E;
    vertical-align: text-top;
    overflow: auto;
    left: 0;
    top: 0;
	font-size: 25px;
}

.GameElm
{
	display:block;
	margin-top: 50px;
    margin-bottom: 50px;
}

#synopsis.GameElm
{
	margin-left:25px;
	margin-right:25px;
}

img.GameElm,
.GameElm.video 
{
	max-width:75%;
}

.GameElm.video
{
	width: 750px;
    height: 450px;
}

#SmallMenu > #SubMenu 
{
	display:none;
}

#Main 
{
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(68, 68, 68, 0.8);
	width: 95%;
	border-radius: 20px;
	display: none;;
}

a 
{
	color: #F8DF00;
	text-decoration: none;
}

.comeAfter 
{
	margin-top: 50px;
}

img#imgperso 
{
	max-width: 200px;
	min-width: 50px;
	width: 20%;
	border-radius: 20px;
}

@media all and (min-width:1000px)
{
	.name
	{
		font-size: 30px;
	}

	.resumIco img
	{
		width: 50px;
		margin-left: 20px;
	}
}

@media all and (max-width:1000px)
{
	.name
	{
		font-size: 25px;
	}

	.resumIco img
	{
		width: 35px;
	}
}


.resumIco{
	display: inline-block;
	width: auto;
}

.resumMedia
{
	position:absolute;
	right:10px;
}

.resumIco img
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#ToolBar
{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-radius: 10%
}

.partToolBar
{
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.btnToolBar img
{
	width: inherit;
}
.btnToolBar
{
	background-color: rgba(68, 68, 68, 0.8);
	width: 80%;
	height: 80%;
	border-radius: 10%;
	position: relative;;
	border: none;
	cursor: pointer;
}

@media all and (min-width:790px)
{
	.partToolBar
	{
		width: 75px;
		height: 75px;
	}

	.btnToolBar
	{
		margin-top: 8px;
	}
	
	#LanguageBarTool > img 
	{
		height: 30px;
	}
}

@media all and (max-width:790px)
{
	.partToolBar
	{
		width: 50px;
		height: 50px;
	}

	.btnToolBar
	{
		margin-top: 5px;
	}
	
	#LanguageBarTool > img 
	{
		height: 25px;
	}
}

@media all and (max-width:430px) 
{
	#GameDetails h1
	{
		font-size:30px;
	}
}

.subtitle 
{
	font-weight: bold;
	text-decoration: underline;
}

.subsubtitle 
{
	font-weight: bold;
	font-size: 200%;
}

#GameDetails #Closer
{
	float: right;
	background-image:url("../img/icon/close.png");
	cursor:pointer;
	height: 30px;
    width: 30px;
    background-repeat: no-repeat;
	margin-right:10px;
	margin-top:10px;
}

.ImgGames 
{
		width: 40%;
		cursor: pointer;
}

img.ico
{
	height: 50px;
	width: 50px;
}

img.ico.medium
{
	height: 75px;
	width: 75px;
}

img.ico.large
{
	height: 125px;
	width: 125px;
}

.log 
{
	font-size: 30px;
}

@media all and (min-width:500px) 
{
	img.ico
	{
		position: relative;
		top: 15;
	}

	.log img.ico
	{
		top: 27px;
	}

	.margLeft 
	{
		margin-left: 40px;
	}

	.coor 
	{
		display: inline-block;
	}

	.log 
	{
		display: inline-block;
	}
}


@media all and (max-width: 500px) 
{

	img.ico
	{
		display: block;
	}

	.margTop 
	{
		margin-top: 40px;
	}
}

footer
{
    border-top-style: ridge;
    background: black;
}