/* mise en page des éléments de la page d'accueil - STYLES "MEDIA QUERIES" pour écran orientation portrait comme un téléphone portable */

@media screen and (orientation: portrait)
{
	.imgDEFIL1H /* 1ère image */
		{
			top : 8.1% ;
		}
	.imgDEFIL2H /* 2ème image */
		{
			top : 8.1% ;
		}
	
	.imgDEFIL3H /* 3ème image */
		{
			top : 8.1% ;
		}
	
	.text1H
		{
			top : 8.1% ;
		}
	
	.text2H
		{
			top : 8.1% ;
		}
	
	.blocTEXT2H
		{
			width : 40% ;
			height : 10% ;
		}
	
	.blocTEXT2H p
		{
			font-size : 2em ;
		}
		
	.partie2
		{
			top : 25% ;
			height : 35% ;
		}
	
	.question1PG1
		{
			position : absolute ;
			width : 100% ;
			height : 25% ;
			top : 0% ;
			left : 0% ;
			display: flex ;
			align-items: center ;
			justify-content: center ;
		}

	.conteneurCKOI
		{
			height : 75% ;
		}
		
	#pedagogie_img
		{
			height : 35% ;
		}

	.pedagogie_text2
		{
			font-size : 2.2em ;
		}
		
	#adaptation_img
		{
			height : 35% ;
		}
		
	.adaptation_text2
		{
			font-size : 2.2em ;
		}
		
	#bienveillance_img
		{
			height : 35% ;
		}
		
	.bienveillance_text2
		{
			font-size : 2.2em ;
		}

	.question2PG1
		{
			top : 61.3% ;
			height : 9% ;
			display: flex ;
			align-items: center ;
			justify-content: center ;
		}

	.conteneurLABOX
		{
			background-color : white ;
			top : 70.4% ;
			height : auto ;
		}
		
	.img1BOX
		{
			position : static ;
			width : 100% ;
			height : auto ;
		}
		
	.text1BOX
		{
			position : static ;
			width : 100% ;
			height : 14% ;
		}
		
	#T1-BOX
		{
			padding-top : 4em ;
			padding-bottom : 4em ;
		}
		
	.T1-1BOX
		{
			font-size : 2.2em ;
		}
		
	.T1-2BOX
		{
			font-size : 2.2em ;
		}
		
	.T1-3BOX
		{
			font-size : 2em ;
			box-sizing : border-box ;
			text-align : center ;
		}
		
	.img2BOX
		{
			position : static ;
			width : 100% ;
			height : auto ;
		}
		
	.text2BOX
		{
			position : static ;
			width : 100% ;
			height : 14% ;
		}
		
	#T2-BOX
		{
			padding-top : 4em ;
			padding-bottom : 4em ;
		}
		
	.T2-1BOX
		{
			font-size : 2.2em ;
		}
		
	.T2-2BOX
		{
			font-size : 2.2em ;
		}
		
	.T2-3BOX
		{
			font-size : 2em ;
			box-sizing : border-box ;
			text-align : center ;
		}
	
	.zone2CARTE /* page CONTACT */
		{
			top : 83.5% ;
		}
}