@charset "utf-8";

* {margin: 0; padding: 0; border: 0; }

body {background-color: #FFFFFF; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size:12px; }

#structure { width: 1210px; height: auto; margin: auto; padding-top: auto; overflow: auto; }

#header    { width: 1200px; height: auto; margin: auto; position:fixed; background-color: aliceblue  }

#menu      { width: 1210px; height: auto; margin-top: 110px; margin-left: auto; margin-right: auto; position:fixed;}

#contenu   { width: 1200px; height: auto; margin-top: 150px; }

#contact1 { width: 800px; height: auto; margin-left: auto; margin-right: auto; }


#contact {
	height: auto; 
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;
	width: 800px;
	margin: auto;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 50px;
	
}
#contact h1 { 
	font-size: 32px;
}
#contact h2 { 
	font-size: 18px;
}
form {
	margin-top: 30px;
}
.champ {
	width: 100%;
	background: #acc756;
	border: none;
	outline: none;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 8px; 
	border-top: 1px solid #116cb3;
	border-bottom: 1px solid #116cb3;
	border-right: 1px solid #116cb3;
	border-left: 1px solid #116cb3;
	font-size: 17px;
	margin-bottom: 15px;
	height: 45px;
	color: #000;
}
.message {
	width: 100%;
	background: #acc756;
	border: none;
	outline: none;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-right: 8px; 
	border-top: 1px solid #116cb3;
	border-bottom: 1px solid #116cb3;
	border-right: 1px solid #116cb3;
	border-left: 1px solid #116cb3;
	font-size: 17px;
	margin-bottom: 15px;
	height: 100px;
	color: #000;
	padding-top: 5px;
	font-family: 'Arial', sans-serif;
}
.bouton {
	
	width: 100%;
	margin-top: 30px;
	margin-left: 11px;
	background: #116cb3;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	
	color: #000;
	font-size: 17px;
	font-weight: bold;
	height: 45px;
	
	
}
.bouton:hover {
	background: #50a8ed;
	cursor: pointer;
}
.msg {
	height: 40px;
	border-radius: 20px;
	margin-top: 10px;
	color: yellow;
	display: flex;
	justify-content: center;
	align-items: center;
}
.red {
	background: #F00;
}
.green {
	background: #060;
}

p {
    text-align: left;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: 2px;
	
}

@media screen and (max-width: 600px;) {

#contact { width: 90%; }

#foot { width: 1200px; height: auto; margin: auto}

