@media all and ( min-width: 1024px) and  (max-width: 2000px){
	body{
	width: auto;
	height: 100%;
    
}

  .home{
	width: 100%;
	display: flex;
    height: 250px;
}

.gauche_img, .droit_img{
	width: 25%;
}

.centre_img{
	width: 50%;
}
  
 .div_footer{
  display: flex;
 	margin: 3%;
 }
 
.home_footer{
  display: flex;
   }  
  
  
}

@media all and ( min-width: 751px) and  (max-width: 1023px){

body{
	width: auto;
	height: 100%;
  }
  
    .home{
	width: 100%;
    height: 200px;
	display: flex;
}
  
  .gauche_img, .droit_img{
	width: 20%;
}

  .centre_img{
	width: 60%;
}
  
}

@media all and ( max-width: 750px){
  body{
	width: auto;
}

.home{
	
    height: auto;
}
 
 .gauche_img, .droit_img{
   display: none;
  }
  
  .centre_img{
  	width: 100%;
  }
  
}

/*--------------Général---------------------*/
.home{
	font-size:0;
} 

article p{
  text-align: justify;
 }

 .div_footer{
 	margin: 3%;
 } 
 

 footer{
 /* display: flex; */
 	border-radius: 10px;
 	box-shadow: 0 0 4px 4px gray;

 }

 
 .footer_centre , .footer_gauche{
 	margin-right: 2%;
 }

 .footer_droit{
 	font-size: 80%;
 	margin-top:40px;
 }

.footer2{
	background: silver;
	padding: 5px;
}

 footer div div a{
 	text-decoration: none;
 	margin-right: 8px;
    color: navy;

 }

 .p_centre{
 	font-size: 80%;
 }
 
 article h2{
  text-align: center;
  }
  
  body{
  font-family: calibri;
  }
  
h2{
  color: rosybrown;
}

  h4{
  color: slategray;
  }
  
  h3{
  color: navy;
  }
  






