body, html {
  height: auto !important;
}
html {
  box-sizing: border-box;
}
body {
  background-color: rgba(0, 161, 154, 1.00);
  font-family: "CourierCodeRoman", sans-serif;
  overflow-x: hidden;
  margin: 0;
  background-size: cover;
  width: 100%;
}
a {
  text-decoration: none;
}
#head-l {
  text-align: center;
  width: 50%;
  margin: 0;
  left: 50%;
  transform: translateX(50%);
}
#head-l img {
  text-align: center;
  width: 100px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.page-eco {
  text-align: center;
  width: 50%;
  transform: translateX(50%);
}
#page-eco {
  text-align: center;
  width: 80%;
	margin: 0 auto;
  
}
.contenu .page-eco #page-eco h1 {
  font-family: "CourierCodeRoman", sans-serif;
  color: rgba(255, 252, 252, 1.00);
  font-size: 30px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: normal;
	margin-bottom: 60px;
}
.contenu .page-eco #page-eco h2 {
  color: rgba(255, 252, 252, 1.00);
	
	
	
	border: 2px dotted rgba(255,255,255,1.00);
	
  font-size: 18px;
   font-weight: normal;
	margin-bottom: 50px;
	padding: 50px;
	line-height: 1.3;
	
	
}
.page-eco #page-eco h3 {
  color: rgba(255, 252, 252, 1.00);
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
	margin-bottom: 80px;
	line-height: 1.3;
	
}
.contenu .page-eco #page-eco h4 {
  color: rgba(255, 252, 252, 1.00);
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
	margin-bottom: 20px;
	padding-top: 40px;
	line-height: 1.3;
	
}
.page-eco h2 a {
  color: rgba(255, 252, 252, 1.00);
  font-size: 18px;
  text-decoration: none;
}
.contenu .page-eco #page-eco h5 a{
  color: rgba(255, 252, 252, 0.8);
	 font-size: 16px;
   font-weight: normal;
	line-height: 1.3;
}
.contenu .page-eco #page-eco h5 a img{
  width: 20px;
}
#niveaux {
  text-align: center;
}
#niveaux img {
  text-align: center;
  width: 360px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 90px;
}
.moloko {
  text-align: center;
}
.moloko img {
  width: 100px;
  text-align: center;
  outline: none;
  margin-top: 100px;
  margin-bottom: 50px
}
@media (max-width: 960px) {
	#page-eco {
  
  width: 100%;
	margin: 0 auto;
		}
 
	
#head-l img {
  text-align: center;
  width: 140px;
  margin-bottom: 20px;
  margin-top: 50px;
}
	.page-eco {
		margin: 0 auto;
  text-align: center;
  width: 90%;
  transform: translateX(0%);
}
	.contenu .page-eco #page-eco h1 {
 
  font-size: 23px;
  
}
	.contenu .page-eco #page-eco h2 {
		text-align:left;
		padding: 30px;
 
	
}
	.page-eco #page-eco h3 {
  text-align: left;
	
}
	#niveaux img {
  
  width: 300px;
 
}
  
}