/* initialiser les marges de toutes les balises à 0 */
*{
	margin: 0;
	padding: 0;
	
	/* qui limite la taille de votre bloc à la taille de son conteneur parent
	   le padding et la bordure n'augmentent plus sa largeur */

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	background-color: #eceff1;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #001236;
	text-align: center;
	margin-bottom: 5px;

	
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #001236;
	font-size: 200%;
	text-align: center;
	margin: 0;
	padding: 0;

}

h2 {
	font-family: 'Roboto', sans-serif;
	color: #001236;
	font-size: 250.00%;
	font-weight: 100;
	text-align: center;
}


.wrapper-container {
	width: 100%;
	max-width: 1920px;
}

.center { text-align: center; }

/*********************** Navigation principal ****************************/


header {
	position: fixed;
	width: 100%;
	height: 80px;
	margin-top: 0;
	background-color: #001236; 
	z-index: 10;
	box-shadow: -1px 2px 5px 1px rgbe (0, 0, 0, 0.7);
	
}


#logo a {
	margin-top: 0;
	margin-left: 5px;
	width: 100%;
}



/**************** divers ***************/
.content {
	width: 100%;
	margin: 0 auto;
	padding: 0 2em;
	text-align: center;
}


.content section {
	text-align: center;
}

.clearfix {
	clear: both;
}



/*************** slide **********/
#accueil {
	
	color: #000;
	height: auto;
	max-width: 1920px;
	padding: 100px 0 100px 0;
}	

#ex11 {
	position: fixed;
	bottom: 10%;
}

#ex22 {
	position: fixed;
	bottom: 21%;
}

#jeux {
	
	
	background-color: #123459;
	margin-top: 10px;
	/*margin-left: auto;
	margin-right: auto;*/
}


/************** footer ************/

#copyright {
	width: 100%;
	background-color: #2c3e50;
	font-size: 87.50%;
	color: #fff;
	height: 60px;
	text-align: center;
	line-height: 60px; 
	position: fixed;
	bottom: 0
}

#copyright a {
	text-decoration: none;
	color: #fff;
	/****************/
}



/****************************************/



#ex1 table p {
	text-align: center;
	margin-top: 10px;
}

#ex1 img {
	
	margin-top: 30px;
}




/************************************/


