@charset "UTF-8";
/* CSS Document */

/* Point de rupture 7 (tablettes,  liseuses et écrans) Orientation paysage */

@media only screen 
  and (max-width: 1280px){

#EnglobeResponsive {
	/*width: 52em;*/
	/*background-color: rgba(255,151,151,1.00);*/
  }
 
#Entete {  
  /*height: 12em;
  background-size: 50em auto;*/
   }

#ZoneContenu {
	/*margin-top: 0;
	padding: 0 8% 0em 10%;  /*Top, right, bottom and left*/*/
	}
		 
}

@media only screen 
  and (min-width: 1281px)
  and (max-width: 1366px) {
	  
	
   } 
 
 @media only screen 
  and (min-width: 1367px)
  {

	
   }  

 /* Point de rupture 8 (Grands écrans 1) toutes orientations */

@media only screen 
  and (min-width: 1281px)
  and (max-width: 1680px) {


#EnglobeResponsive {
	/*width: 72em;*/
	/*background-color: rgba(220,219,25,1.00);*/
  }
  
  
  }
   

/* Point de rupture 9 (Grands écrans 2) toutes orientations */

@media only screen 
  and (min-width: 1681px) {

#EnglobeResponsive {
	/*width: 72em;*/
	/*background-color: rgba(220,219,25,1.00);*/
  }
  
  
   }