@import url('https://fonts.googleapis.com/css?family=Lato');


.champ {
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid #ccc;
	font-size: 17px;
	margin-bottom: 15px;
	height: 45px;
	color: #fff;
}
.bouton {
	width: 100%;
	margin-top: 15px;
	background: #F90;
	border-color: transparent;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	height: 45px;
}
.bouton:hover {
	background: #0000ff;
	cursor: pointer;
}
.msg {
	height: 40px;
	border-radius: 20px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.red {
	background: #F00;
	color: white;
}
.green {
	background: #060;
	height: 90PX;
}

@media screen and (max-width: 499px) {
#contact {
	width: 90%;
}
}