* {
    box-sizing: border-box;
	margin: 0;
  padding: 0;
}


body {  
	width:100%;
	margin:0;
		font-family: Roboto,Arial,sans-serif;	

}

header
{
	margin-top:15px;
	margin-bottom:20px;
background-color: #3F5771;
}

header img
{
float:left;
width: 50%;
}


/* mise en place d'un header specifique pour les mobiles */

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
 
  
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  
}



ul.topnav li.icon {display: none;}




/* Pour le mobile, 
cacher le menu, sauf la "home". 
ouvrir la liste (li.icon) */
ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }

ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 20;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: right;
  }


article
{
width:100%;
}



.mainboddy
{
	display: -webkit-flex; /* Safari */
    display: flex;
	width:90%;
	margin:auto;
	margin-top:15px;
	min-height: 650px;
	
	 display: -webkit-flex; /* Safari */
  display: flex;
  
  flex-flow: column wrap;
	justify-content:center;
	-webkit-flex-direction: column;

}


.mainboddy h1
{
font-family: 'Google Sans',Roboto,Arial,sans-serif;	
	
margin-bottom:5px;		
margin-top:5px;	
	font-size:1.5em;
	font-weight: bold;
	color: rgb(54, 93, 149);	
	width:100%;
}

.mainboddy h2
{
font-family: 'Google Sans',Roboto,Arial,sans-serif;	

margin-bottom:10px;		
margin-top:5px;	
	font-size:1.1em;
	font-weight: bold;
	color: rgb(54, 93, 149);	
	width:100%;	
}

.mainboddy h3
{
font-family: 'Google Sans',Roboto,Arial,sans-serif;	
	
margin-bottom:10px;		
margin-top:10px;	
	font-size:1.0em;
	font-weight: bold;
	color: rgb(54, 93, 149);	

width:100%;	
}
.mainboddy p
{
		font-family: Roboto,Arial,sans-serif;	

	margin-top:10px;
	margin-bottom:10px;
	
}	



.centre {

width:100%;

  -webkit-box-ordinal-group: 1;  
  -moz-box-ordinal-group: 1;     
  -ms-flex-order: 1;     
  -webkit-order: 1;  
  order: 1;
  
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-flow: row wrap;
	justify-content:center;
	-webkit-flex-direction: row;
}


.centre h1
{
	margin:0px;
	font-size:1.3em;
	font-weight: bold;
	color: rgb(54, 93, 149);	
font-family: 'Google Sans',Roboto,Arial,sans-serif;	

	width:100%;
}

.centre h2
{
margin-bottom:10px;		
margin-top:10px;	
	font-size:1.1em;
	font-weight: bold;
		color: rgb(54, 93, 149);	
font-family: 'Google Sans',Roboto,Arial,sans-serif;	

width:100%;	
}

.centre h3
{
margin-bottom:20px;		
margin-top:10px;	
font-family: 'Google Sans',Roboto,Arial,sans-serif;	
	
	font-size:1.0em;
	font-weight: bold;
	color: #50637a;	
	
width:100%;	
}



.centre p
{
	font-size:0.9em;
	margin-top:10px;
	margin-bottom:10px;
	font-family: Roboto,Arial,sans-serif;	
	

}


.question 
{
	font-size:0.8em;
	margin:auto;
	padding-left:10px;
	padding-right:30px;
	
}

.right {
  -webkit-box-ordinal-group: 2;  
  -moz-box-ordinal-group: 2;     
  -ms-flex-order: 2;     
  -webkit-order: 2;  
  order: 2;
  
  vertical-align: top;
	
text-align:right;
color: #50637a;	
font-size:0.8em;
padding-right: 5px; 
width:100%;

}

.right h2
{
font-size:1.0em;
color: #50637a;	
font-family: 'Google Sans',Roboto,Arial,sans-serif;	

}

.right p
{
	margin:10px;
	font-family: Roboto,Arial,sans-serif;	
	
}

.footer {
    
	text-align:right;width:90%;margin:auto;height:30px;	
	font-size: 0.7em;	
	
	
}

		