div#content_1_act {
	margin-bottom: 20px;
}

div.wpcf7 {
}

div.wpcf7-response-output {
	font-weight: bold;
	padding-left: 15px;
}	

div.wpcf7-mail-sent-ok {
	border-left: 4px solid #6e9737;
}

div.wpcf7-mail-sent-ng {
	border-left: 4px solid #9e1a17;
}

div.wpcf7-spam-blocked {
	border-left: 4px solid #9e1a17;
}

div.wpcf7-validation-errors {
	border-left: 4px solid #9e1a17;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	color: #fff;
	background: #6e9737;
	border: 1px solid #fff;
	width: 270px;
	padding: 3px 3px 3px 6px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	/*display: block;*/
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

span.checkbox-title {
	float: left;
	width: 100%;
	margin-top: 4px;
}

.wpcf7-captcha-captcha-1 {
	border: 1px solid #c09d4e;
}

.wpcf7-form-control-wrap.captcha-1 {
	float: left;
}

.wpcf7-form-control-wrap.captcha-1 input {
	float: left;
	margin: 5px;
	width: 50px;
}

span.wpcf7-form-control-wrap.checkbox-licences,
span.wpcf7-form-control-wrap.checkbox-qualifications,
span.wpcf7-form-control-wrap.checkbox-certificats-theoriques {
	float: left;
	margin-top: 3px;
}

span.zone_heures {
	margin-top: 5px;
	float: left;
}

span.zone_heures input {
	margin-right: 2px;
}

span.zone_heures span.info {
	width: 250px;
	float: left;
}

span.checkbox-choix-devis-information .wpcf7-list-item {
float: left;
width: 45%;
margin-top: 5px;
}

.wpcf7-form-control-wrap.your-lastname input,
.wpcf7-form-control-wrap.your-firstname input,
.wpcf7-form-control-wrap.your-dob input,
.wpcf7-form-control-wrap.your-email input,
.wpcf7-form-control-wrap.your-address input,
.wpcf7-form-control-wrap.your-country input,
.wpcf7-form-control-wrap.telephone input {
	width: 180px;
}

.wpcf7-form-control-wrap.your-postcode input {
	width: 60px;
	float: left;
}

.wpcf7-form-control-wrap.your-city input {
	width: 100px;
	margin-left: 10px;
	float: left;
}