.zone_inscription
	{
		position : absolute ;
		right : 1% ;
		width : 20% ;
		height : 30% ;
		font-family : "Brandon Grotesque" ;
		color : white ;
		background-color : #196b79 ;
		border : 1px solid white ;
	}

#cadre_inscription1
	{
		top : 25% ;
		display : none ;
	}
	
#cadre_inscription2
	{
		top : 32.5% ;
		display : none ;
	}
	
.zone_inscription p
	{
		text-align : center ;
		color : #fcb400 ;
	}
	 
.inscription
	{
		position : absolute ;
		top : 15% ;
		width : 100% ;
		height : 85% ;
	}

.nom_inscription
	{
		position : absolute ;
		width : 100% ;
		top : 0% ;
		left : 5% ;
		font-size : 1.2em ;
	}
	
.nom_inscription input
	{
		position : absolute ;
		top : 45% ;
		left : 0% ;
		font-size : 0.8em ;
		border-bottom : 1px solid white ;
	}
	
.tel_inscription
	{
		position : absolute ;
		top : 30% ;
		left : 5% ;
		font-size : 1.2em ;
	}
	
.tel_inscription input
	{
		position : absolute ;
		top : 45% ;
		left : 0% ;
		font-size : 0.8em ;
		border-bottom : 1px solid white ;
		
	}
	
.mail_inscription
	{
		position : absolute ;
		top : 60% ;
		left : 5% ;
		font-size : 1.2em ;
	}
	
.mail_inscription input
	{
		position : absolute ;
		top : 45% ;
		left : 0% ;
		font-size : 0.8em ;
		border-bottom : 1px solid white ;
	}
	
/*------------------*/

.observation
	{
		display : none ;
	}

/*------------------*/
	
.codeCaptcha_inscription
	{
		position : absolute ;
		width : 40% ;
		top : 0% ;
		right : 0% ;
		font-size : 1.2em ;
	}
	
.codeCaptcha_inscription input
	{
		position : absolute ;
		width : 80% ;
		top : 45% ;
		left : 0% ;
		border : 1px solid white ;
		border-radius : 5% / 20% ;
		text-align : center ;
	}
	
.imgCaptcha_inscription
	{
		position : absolute ;
		height : 20% ;
		top : 40% ;
		left : 60% ;
	}
	
.imgCaptcha_inscription button
	{
		background-color : white ;
		position : absolute ;
		bottom : 0% ;
		left : 0% ;
		width : 100% ;
		border : none ;
		border-radius : 2% / 20% ;
		cursor : pointer ;
	}
	
.envoyer_inscription
	{
		position : absolute ;
		height : 12% ;
		width : 50% ;
		bottom : 0% ;
		left : 25% ;
		display : flex ;
		align-items : center ;
		text-align : center ;
	}
	
.envoyer_inscription button
	{
		position : relative ;
		width : 100% ;
		height : 100% ;
		font-family : "Brandon Grotesque" ;
		font-size : 1.3em ;
		color : #196b79 ;
		cursor : pointer ;
	}

::-webkit-input-placeholder
	{
		font-family : "Brandon Grotesque" ;
		color : white ;
	}

::-moz-placeholder
	{
		font-family : "Brandon Grotesque" ;
		color : white ;
	}

::placeholder
	{
		font-family : "Brandon Grotesque" ;
		color : white ;
	}