/**Css**/
@font-face {
    font-family: '8-bit_operatorregular';
    src: url('../fonts/8bitoperatorplus-regular-webfont.eot');
    src: url('../fonts/8bitoperatorplus-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/8bitoperatorplus-regular-webfont.woff2') format('woff2'),
         url('../fonts/8bitoperatorplus-regular-webfont.woff') format('woff'),
         url('../fonts/8bitoperatorplus-regular-webfont.ttf') format('truetype'),
         url('../fonts/8bitoperatorplus-regular-webfont.svg#8-bit_operatorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0; 
    padding: 0;
    border: 0; 
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;  
    width: 100%;
}

h2 { font-size: 150%; margin: 13px 0; }    /* 24px 150% */  
h3 { font-size: 117%; margin: 16px 0; }	/* 18px (117%) */
h4 { font-size: 100%; margin: 18px 0;}

p {margin: 5px 0; }

ul { list-style: none; }

a { outline: none;}
/*************************************Conteneur Général***************************************/
main {
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-image: url(../images/background.jpg);
}

/**************************************En-tête *********************************/	
header {	
    margin: 0 auto;
	position: relative;
    height: 180px;
	width: 100%;
	max-width: 1920px;
}

/**LOGO ******/
#logo {
	margin:0 auto;
	width: 177px;
	height: 171px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
}

/*************************************CADRE - COLONNE UNIQUE page ******************/
#main-content { margin: 0 auto;}	

#gameContainer {
    padding: auto;
    height: 708px;
    width: 1008px;
    margin: auto;
    border: 4px solid #05c500;
}

/*********************************** footer / Pied de page **********************/		
footer { 
	text-align: center;
	font-weight: bold;
    font-size: 80%; 
	color: #05c500;
    font-family: '8-bit_operatorregular';
}












