body {
	

	background-image: url("images/fond4.jpg");
	background-position: center; /* Le fond sera placé en haut à droite */
	background-repeat: no-repeat; /* Le fond ne sera pas répété */
	background-size: cover; /* version standardisée */ 
	
}


form{	
	position:relative;	
	text-align:center;	
	margin: 5%;	
	
}

fieldset{
	background-color: RGBa(169,169,169, 0.2);
	/*font-size:1em; */
	border:8px solid RoyalBlue;
	border-radius: 20px;
	max-width: 400px;
	margin:auto;
}

#legende, a{
	color: RoyalBlue;
	/*font-size: 1.4em;*/
	
}

#conteneur{
	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	/*align-items: center;  /* centrage vertical */
	opacity: 0.7;
	/*background-attachment: fixed; /* Le fond restera fixe */
	/*font-size: 1.3em;
	font-weight: italic;*/
	/*min-height: 400px;*/
	max-width: 400px;
	padding: 10px;
	text-align: center;
	margin: auto;
}

#element1{
		
}

#element3{
	
}



input{
	background-color: silver;
}

#prenom, #message, #valid{
	color: black;
	/*font-size: 1.6em;*/
	border:5px solid RoyalBlue;
	border-radius: 25px;
	background-color: LightCyan;
	opacity: 0.5;
}


#prenom{
	/*width: 350px;*/
	height:50px;
	/*font-size: 1.9em;*/
	

	text-align: center;
}

textarea{
	/*font-size: 10px;*/
	font-weight: bold;
	padding: 15px;
	/*width: 350px;  */
}

#valid{
	/*width: 350px;
	height:50px;*/
	/*font-size: 1.4em;*/
	}

a{
	color: aqua;	
}

#symb:after{       /* permetd'insérer le symbol 🗘*/
	content: "\01F5D8";
}

