

@media screen and (max-width: 1200px) { 
	#menu
	{
		display:none;
	}
	
	#corps{
		display: block;
		width: 100%;
	}
	
	#application {
		width: unset;
	}

}

@media screen and (max-width: 600px) { 
	#bandeau-actions
	{
		display:none;
	}
}

@media (max-width: 360px)  {
	
	#bandeau-logo
	{
		margin-left:10px;
		width: auto;
		height: 80px;
	}
	
	header
	{
		height: 85px;
	}
	
	#bandeau-menu {
		margin-left: 10px;
 	}
	
	#application
	{
		margin-top: 80px;
	}
	
}

@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}
