

/*Corps */




fieldset {
	text-align: center;

	}


body {
	background-image: url("../images/paysage.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:bottom;
}


main {
	background-color: #F8F9F9;
	margin: 5%;
	z-index:-1000;
	font-size: 120%;
	}


.red {
	color:red;
}




#toutformulair {
	padding:2%;
	}
/*---------------*/

/*Titres*/

h1 {
	text-align:center;
	font-weight:bold;
	font-size: 3em;
	}

h2 {
	padding-left:5%;
	font-weight:900;

}

/* bouton envoyer */


#bouton{
	text-align:center;
}

#bouton_envoyer {
	text-align: center;
	transition: transform .2s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	padding : 0.7vw 4vw 0.7vw 4vw;
	background-color: #36ae85;
	text-decoration: none;
	border:none;
	margin-top: 2vh;
}

#bouton_envoyer:hover {
	transform:scale3d(1.1, 1.1, 1);
	transition: transform .4s;
	box-shadow: inset 0px 0px 10px 0px rgba(0,128,0,0.75);
}

#attention {
	text-align: center;
	font-weight:bold;
	}
