/* STYLES "MEDIA QUERIES" pour écran orientation portrait comme un téléphone portable */

@media screen and (orientation: portrait)
{
    .fondENTETE
		{
			height : 8% ;
		}
	
	.logo_box
		{
			left : 10% ;
		}
	
    @-webkit-keyframes mouvement
		{
			0% { left: -20%; }
			100% { left: 10%; }
		}
    @-moz-keyframes mouvement
		{
			0% { left: -20%; }
			100% { left: 10%; }
		}
    @keyframes mouvement
		{
			0% { left: -20%; }
			100% { left: 10%; }
		}
	
    .cache_H-G
		{
			width : 10% ;
		}
		
	#mailPDP
		{
			font-size : 2.4em ;
		}
	
	#nomboxPDP
		{
			font-size : 2.4em ;
		}
	
	#datecreaboxPDP
		{
			font-size : 2.4em ;
		}
	
	.boitelogos
		{
			height : 38% ;
		}

	#footerPG2 /* planning */
		{
			top : 145% ;
			border-top : 1px solid white ;
		}

	#footerPG3 /* coachs */
		{
			top : 82% ;
			border-bottom : 1px solid white ;
		}

	#footerPG4 /* tarifs */
		{
			top : 70% ;
			border-bottom : 1px solid white ;
		}

	#footerPG5 /* contact */
		{
			top : 158.5% ;
		}
		
	#qrCODEinstagram
		{
			display : none ;
		}
		
	#qrCODEfacebook
		{
			display : none ;
		}
}
