/* espace "CONTACT" */
/*zone coordonnées*/

.zoneCONTACT /* pour la page ACCUEIL */
	{
		position : absolute ;
		width : 100% ;
		height : 50% ;
	}
	
.coordonnee
	{
		position : absolute ;
		width : 50% ;
		height : 100% ;
		top : 0% ;
		left : 0% ;
		display : flex ;
		align-items : center ;
		justify-content : center ;
	}
	
.textCOORDON
	{
		position : absolute ;
		text-align : center ;
		font-family : "Brandon Grotesque" ;
		line-height : 4em ;
		color : white ;
	}
	
.T1_COORDON
	{
		font-size : 3em ;
	}
	
.T2_COORDON
	{
		font-size : 1.5em ;
	}
	
/* tirets de séparation */
#tiret
	{
		display : none ;
	}
	
/* zone saisie message */

.contact
	{
		position : absolute ;
		width : 50% ;
		height : 100% ;
		top : 0% ;
		left : 50% ;
		font-family : "Brandon Grotesque" ;
		color : white ;
	}

.nom
	{
		position : absolute ;
		top : 10% ;
		font-size : 1.2em ;
	}
	
.nom input
	{
		position : absolute ;
		top : 45% ;
		border-bottom : 1px solid white ;
	}
	
.tel
	{
		position : absolute ;
		top : 30% ;
		font-size : 1.2em ;
	}
	
.tel input
	{
		position : absolute ;
		top : 45% ;
		border-bottom : 1px solid white ;
	}
	
.mail
	{
		position : absolute ;
		top : 10% ;
		left : 50% ;
		font-size : 1.2em ;
	}
	
.mail input
	{
		position : absolute ;
		top : 45% ;
		border-bottom : 1px solid white ;
	}

.objet
	{
		position : absolute ;
		top : 30% ;
		left : 50% ;
		font-size : 1.2em ;
	}
	
.objet input
	{
		position : absolute ;
		top : 45% ;
		border-bottom : 1px solid white ;
	}

input
	{
		background-color : transparent ;
		border : none ;
		height : 2.5em ;
	}
	
.message
	{
		position : absolute ;
		top : 50% ;
		font-size : 1.2em ;
	}
	
.message textarea
	{
		position : absolute ;
		top : 45% ;
		border-bottom : 1px solid white ;
	}
	
textarea
	{
		background-color : transparent ;
		border : none ;
	}
	
/*------------------*/

.remarque
	{
		display : none ;
	}

/*------------------*/
	
.codeCaptcha_contact
	{
		position : absolute ;
		top : 55% ;
		left : 50% ;
		font-size : 1.2em ;
	}
	
.codeCaptcha_contact input
	{
		position : absolute ;
		top : 60%;
		border : 1px solid white ;
		border-radius : 5% / 20% ;
		text-align : center ;
	}
	
.imgCaptcha_contact
	{
		position : absolute ;
		top : 59.5% ;
		left : 87% ;
		height : 14% ;
	}
	
.imgCaptcha_contact button
	{
		background-color : white ;
		position : absolute ;
		bottom : 0% ;
		left : 0% ;
		width : 100% ;
		border : none ;
		border-radius : 2% / 20% ;
		cursor : pointer ;
	}
	
.submit
	{
		position : absolute ;
		height : 10% ;
		width : 50% ;
		bottom : 5% ;
		left : 25% ;
		display : flex ;
		align-items : center ;
		text-align : center ;
	}
	
.submit button
	{
		background-color : white ;
		position : relative ;
		width : 100% ;
		height : 100% ;
		font-family : "Brandon Grotesque" ;
		font-size : 1.3em ;
		color : #196b79 ;
	}

::-webkit-input-placeholder
	{
		font-family : "Brandon Grotesque" ;
		color : white ;
	}

::-moz-placeholder
	{
		font-family : "Brandon Grotesque" ;
		color : white ;
	}

::placeholder
	{
		font-family : "Brandon Grotesque" ;
		color : white ;
	}