/* iphone */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {

	body {
		font-size: 1.2em;
	}
	
	header {
		height: 80px;
	}
	
	section {
		
	}
		
	.iconeMenu {
		display:flex;
	}
	
		
	.jour {
		width: 90%;
		
	}

	.titreGeneral {
		justify-content: flex-start;
		justify-content: 
		border: solid 1px red;
	}

	.heure {
		height: 50px;
	}
	
	
	
	
	
	
	
	
	
	
}