@font-face {
	font-family:"Scout";
	src: url("../fonts/Scout-Black.otf");
}
html, body {
	margin:0;
	padding:0;
	width: 100%;
    height: 100%;
    background: #222222;
}
.loading{
    position: fixed;
    width: 256px;
    height: 256px;
    background-image: url("../img/loading.gif");
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}
.left{
    text-align: left !important;
}
.right{
    text-align: right !important;
}
.center{
    text-align: center !important;
}

/************************************************ CSS HEADER ************************************************/
.main {
    background-color: #222222;
    height: 100%;
    width: 100%;
}
.bandeau {
    width: 100%;
    height: 80px;
    margin: auto;
    text-align: center;
}


.bandeau-menu-droite {
	position: relative;
    height: 80px;
	line-height: 80px;
	width: 10%;
	cursor: pointer;
	float: right;
}
.bandeau-menu-gauche {
	position: relative;
	height: 80px;
    line-height: 80px;
	cursor: pointer;
	width: 10%;
	float: left;
}
.bandeau-menu-centre {
	position: relative;
    height: 80px;
    width: 80%;
	float: left;
	background-color:#222222;
}
.bandeau-menu-gauche > img,
.bandeau-menu-droite > img{
    height: 80px;
    width: 80px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
}
.bandeau-menu-centre > img{
    height: 80px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
}
.nav{
    position: absolute;
    z-index: 10;
    background: #424242;
    /* width: 300px; */
    width: 50%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
	display: none;
}
.nav > .module{
    height: 100px;
    color: #FFFFFF;
    line-height: 100px;
    cursor: pointer;
}
.nav > .module:hover{
    background-image: url(../img/black_ice.png);
}
.nav > .module > .logo{
    width: 100px;
    height: 100px;
    float: left;
}
.nav > .module > .logo > img{
    width: 80px;
    height: 80px;
    margin: 10px 30px 10px 30px;
}
.nav > .module > .title{
    float: left;
    font-size: 50px;
    margin-left: 50px;
    font-family: "Scout";
}

/*********** HOME ************/
.type-compte {
    height: 50px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Scout";
    margin-top: 50px;
    margin-bottom: 20px;
    float: left;
}
.bandeau-joueur{
    width: 100%;
    height: 150px; 
    text-align: center;
    color: #FFFFFF;
    font-family: "Scout";
    font-weight: normal;
    font-size: 35px;
}
.bandeau-joueur > div {
    position :relative;
    float: left;
}
.bandeau-joueur > .pseudo{
    width: 30%;
    height: 150px;
    line-height: 150px;
    font-size: 40px;
}
.bandeau-joueur > .rank {
    width: 40%;
    height: 150px;
}
.bandeau-joueur > .rank-max {
    width: 30%;
    height: 150px;
}
.bandeau-joueur > .rank > div {
    width: 100%;
    height: 100%;
    margin: auto;
}
.bandeau-joueur > .rank > div > div {
    float: left;
    width: 20%;
    height: 100%;
}
.bandeau-joueur .sub-rank {
    padding-top: 20px;
}
.bandeau-joueur .sub-rank > .logo
,.bandeau-joueur .sub-rank > .logo > img {
    height: 90px;
}
.bandeau-joueur .sub-rank > .value {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
}
.bandeau-joueur .main-rank > .logo
,.bandeau-joueur .main-rank > .logo > img
,.bandeau-joueur .rank-max > .logo
,.bandeau-joueur .rank-max > .logo > img {
    height: 120px;
}
.bandeau-joueur .main-rank > .value
,.bandeau-joueur .rank-max > .value {
    height: 30px;
    line-height: 30px;
    font-size: 25px;
}
.bandeau-joueur .point {
    line-height: 130px;
}
.bandeau-joueur table {
    width: 100%;
}
/*********** HOME ************/

.bloc-map {
    text-align: center;
}
.bloc-map > div {
    width: calc(50% - 40px);
    float: left;
    padding:20px;
}
.bloc-map > div > img{
    width: 450px;
}
.map-detail{
    text-align: center;
    margin: auto;
    width: 100%; 
}
.map-detail > img{
    width: calc(100% - 40px);
    padding: 20px;
}
.map-detail.title{
    font-size: 40px;
    font-family: "Scout";
    color: #FFFFFF;
    padding: 20px;
}
/* @media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
    
    .bandeau {
        width: 100%;
        height: 130px;
        margin: auto;
        text-align: center;
    }
	.bandeau-menu-droite {
        position: relative;
        height: 100px;
        line-height: 100px;
        width: 100px;
        cursor: pointer;
        float: right;
    }
    .bandeau-menu-gauche {
        position: relative;
        height: 100px;
        line-height: 100px;
        cursor: pointer;
        width: 100px;
        float: left;
    }
    .bandeau-menu-centre {
        position: relative;
        height: 100px;
        width: calc(100% - 200px);
        float: left;
        background-color:#222222;
    }
    .bandeau-menu-gauche > img,
    .bandeau-menu-droite > img{
        height: 80px;
        width: 80px;
        margin: 10px 10px 10px 10px;
        cursor: pointer;
    }
    .bandeau-menu-centre > img{
        height: 100px;
        margin: 5px 5px 5px 5px;
        cursor: pointer;
    }
    .map-detail.title{
        font-size: 80px;
        font-family: "Scout";
        color: #FFFFFF;
        padding: 20px;
    }
    .map-detail > img{
        width: 100%;
        padding: 20px;
    }
} */
	
/************************************************ CSS RESPONSIVE ************************************************/
@media (max-width: 768px) {

    /* Navigation */
    .nav {
        width: 85%;
    }
    .nav > .module > .title {
        font-size: 35px;
    }

    /* Bandeau joueur */
    .bandeau-joueur {
        height: auto;
    }
    .bandeau-joueur > .pseudo {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
    .bandeau-joueur > .rank {
        width: 70%;
        height: 120px;
    }
    .bandeau-joueur > .rank-max {
        width: 30%;
        height: 120px;
    }

    /* Maps */
    .bloc-map > div {
        width: calc(100% - 40px) !important;
        float: none !important;
    }
    .bloc-map > div > img {
        width: 100% !important;
    }

    /* Map inline style override */
    .map {
        width: calc(100% - 40px) !important;
        float: none !important;
    }
    .map img {
        width: 100% !important;
    }

    /* Stat tables */
    .bandeau-joueur > table {
        font-size: 20px !important;
    }

    /* Type compte */
    .type-compte {
        font-size: 35px;
    }
}
