@media screen and (max-device-width: 1366px) and (min-device-width: 1300px) and (orientation: landscape)
{
	.codeCaptcha_contact
		{
			top : 55% ;
			left : 50% ;
		}
		
	.codeCaptcha_contact input
		{
			top : 60%;
		}
		
	.imgCaptcha_contact
		{
			top : 59.5% ;
			left : 90%; /*87% ;*/
			height : 14% ;
		}
		
	.imgCaptcha_contact button
		{
			bottom : -30%; /*0% ;*/
			left : 0% ;
			width : 100% ;
		}
}

/*--------------------------*/

@media screen and (orientation: portrait)
{
	.zoneCONTACT /* pour la page ACCUEIL */
		{
			height : 75% ;
		}
	
	.coordonnee
		{
			width : 100% ;
			height : 30% ;
			top : 2% ;
		}
		
	.textCOORDON
		{
			line-height : 8em ;
		}
	
	.T1_COORDON
		{
			font-size : 5em ;
		}
		
	.T2_COORDON
		{
			font-size : 4em ;
		}
		
	#tiret
		{
			display : block ;
			border-top : 2px dotted white ;
			width : 50% ;
			height : 2px ;
			position : absolute ;
			top : 33% ;
			left : 25% ;
		}

	.contact
		{
			width : 100% ;
			height : 65% ;
			position : absolute ;
			top : 35% ;
			left : 0% ;
		}

	.nom
		{
			position : absolute ;
			top : 5% ;
			left : 20% ;
			font-size : 2.5em ;
		}
		
	.nom input
		{
			position : static ;
		}
		
	.tel
		{
			position : absolute ;
			top : 25% ;
			left : 20% ;
			font-size : 2.5em ;
		}
		
	.tel input
		{
			position : static ;
			
		}
		
	.mail
		{
			position : absolute ;
			top : 5% ;
			left : 60% ;
			font-size : 2.5em ;
		}
		
	.mail input
		{
			position : static ;
		}

	.objet
		{
			position : absolute ;
			top : 25% ;
			left : 60% ;
			font-size : 2.5em ;
		}
		
	.objet input
		{
			position : static ;
		}

	input
		{
			height : 2.5em ;
		}

	placeholder
		{
			font-size : 0.1em ;
		}
		
	.message
		{
			position : absolute ;
			top : 45% ;
			left : 20% ;
			font-size : 2.5em ;
		}
		
	.message textarea
		{
			position : static ;
		}
	
	.submit button
		{
			font-size : 2.8em ;
		}

/*------------------*/
	
.codeCaptcha_contact
	{
		/*position : absolute ;*/
		top : 70%; /*55% ;*/
		left : 25%; /*50% ;*/
	}
	
.codeCaptcha_contact input
	{
		/*position : absolute ;*/
		top : 70%; /*45% ;*/
	}
	
.imgCaptcha_contact
	{
		/*position : absolute ;*/
		top : 80%; /*59.5% ;*/
		left : 60%; /*87% ;*/
		height : 8%; /*14% ;*/
	}
	
.imgCaptcha_contact button
	{
		/*position : absolute ;*/
		bottom : 0% ;
		left : 0%; /*0% ;*/
		width : 100% ;
	}
}