#demande-warning {
	width: 50%;
	height: auto;
	margin-left: 25%;
	box-shadow: 2px 2px 4px 2px black;
	border: 2px solid black;
	background-color: #F37E17;
	margin-top: 20px;
	text-align: center;
}

#warning-onclick {
	text-decoration: none;
	background-color: none;
}

#demande-form {
	width: 100%;
}

#head-form {
	width: 100%;
	height: 80px;
	background-color: #F37E17;
}

.champs-form {
	width: 100%;
	height: 75px;
	padding-right: 5px;
	margin-top: 10px;
}

#champs-form-message {
  padding-right: 0px;
  padding-left: 10px;
  height: 330px;
  margin-top: 10px;
}

.textarea-demande {
	width: 100%;
	height: 100%;
	padding: 10px;
}

.label-demande {
	height: 20px;
	margin-top: 1%;
	width: 100%;
}

#left-demande {
	float: left;
	width: 50%;
}

#right-demande {
	float: right;
	width: 50%;
	height: 340px;
}

#message {
	height: 100%;
	padding: 10px;
	width: 100%;

}

input {
	margin-bottom: -40px;
}

.demande-center-p {
	width: 100%;
	text-align: center;
	padding-top: 24px;
	font-size: 24px;
}

#div-form {
	width: 50%;
	margin-left: 25%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#div-height {
	height: 340px;
}

#captcha-demande {
  margin-top: 15px;
  width: 302px;
}

#submit-demande {
	width: 30%;
	margin-left: 35%;
	height: 50px;
	margin-top: 15px;
}

#submit-input {
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: white;
	border: none;
	background-color: #F37E17;
}








