
/*
 * Bleu #38719e
 * GrisMMS #535353
 * Gris clair #e4e4e4
 */
 
 body{
	position: relative;
	background: #e4e4e4;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 ;
	text-align: center;	
	padding: 0 ;
	font-size: 18px ;
	font-family: Noto Sans, sans-serif;
	color: #000;

}
 
div#contener{
  /*Voir width dans small.css*/
	padding: 0;
	background: #none;
	text-align: center;
}

div#contenu{
	z-index: 20;
	width: 100%;
	padding: 0;
	margin: 0 ;
	background: #none;
}



div#titre{
	width: 40%;
	text-align: left;
	margin-top: 130px;
	margin-left: 20%;
}


div#logo_l{
	width: 30%;
	text-align: left;
	z-index: 40;
	position: fixed;
	left: 20%;
	top: -110px;
	transition: 1s;
}

.flag{
	margin-top: 5px;
	
	
}

footer{
	width: 100% ;
	margin-bottom: -40px ;
	padding: 40px 0 20px 0;
	text-align: center ;
	color: #fff ;
	background: #38719e;
	border-top: solid 1px #fff;
	font-size: 17px;
}


/************** Textes **********************/ 


div#contenu p{
	text-align: justify ;
	text-indent: 2em ;
}

h1, h2, h3, h4{
	font-weight: normal;
	color: #535353 ;
	text-align: left;	
	padding: 0 ;
}

h1{
	margin: 40px 0 0 0 ;
	font-size: 30px ;
}


h2{
	margin: 20px 0  ;
	font-size: 25px ;

}


/************** Pour zone test **********************/ 

.zone_test{
	color : #f00;
	text-align: center;
	font-size: 35px;
	margin-top: 30px;
}

/****** Pour revue uniquement *******/
h3{
	margin: 0  ;
	font-size: 25px ;
	text-align: center;
}

h4{
	margin: 0  ;
	font-size: 25px ;
	text-align: left;
}


.name {
	color: #38719e ;
}

/************** Images **********************/ 

img.adapt{
	max-width: 100%;
	height: auto;
}

img.bord5{
	border-radius: 5px;
}


img.clic{
	opacity: 1;
	transition: all 0.5s;
	border-left: solid 5px transparent;
}

img.clic:hover{
	opacity:0.8;
	transition: all 0.5s;
	border-left: solid 5px #38719e;
}

img.clic2{
	opacity: 1;
	transition: all 0.5s;
}

img.clic2:hover{
	opacity:0.8;
	transition: all 0.5s;
}

img.rond{
	border-radius: 50%;
}


.clImg{
	display:block;
}

.clImg_s{
	display:none;
}


.ad{
	margin: 0 auto;
	width: 100%;
}

/************** Divers **********************/

.slide{
	width: 100%;
	text-align: center;
	
}





