/**************************************************/
/**************************************************/
/*FORMULAIRES DE CONTACT*/
/**************************************************/
/**************************************************/

.wpcf7 .row:not(:last-of-type) {
	margin-bottom: 36px;
}

.wpcf7 .row:last-child {
	margin-bottom: 0;
}

.wpcf7 p:empty {
	display: none;
}

.wpcf7 .col-lg-12 {
	padding-left: 0!important;
	left: 36px;
}

.wpcf7 br {
	display: none;
}

.wpcf7 input:not(.wpcf7-submit), .wpcf7 textarea {
	background-color: white !important;
	border:solid 1px #ed6a32;
}

.wpcf7-inline-wide,.wpcf7-inline-wrapper{
	margin-top:20px
}

.wpcf7{
	text-align:left;
}

.wpcf7 .wpcf7-list-item{
	width:100%;
}

.wpcf7 p{
	font-weight:normal;
}

.wpcf7 .mhd_form_label{
	font-weight: bold;
}

body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.mhd_form_label.mhd_form_message_imp,.mhd_form_label.mhd_form_message_imp {
	color: white !important;
	background-color: #ed6a32;
	padding: 5px 10px;
}

body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.mhd_form_label.mhd_form_message_imp:hover,body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.mhd_form_label.mhd_form_message_imp:active,body.textual-accent-color .post-content > div p:not(.entry-small):not(.panel-title):not(.t-entry-member-social) a.mhd_form_label.mhd_form_message_imp:focus{
	color: white !important;
	background-color: #0097d9 !important;
}

/*formulaire contact professionnels*/
p.mhd_reason_more,div#mhd_form_part_renov_more,.mhd_projet_more,#mhd_form_part_projet_more,#mhd_part_form_url, #mhd_form_part_aides_more {
	display: none;
}

p.mhd_reason_more.active,div#mhd_form_part_renov_more.active,.mhd_projet_more.active,#mhd_form_part_projet_more.active,#mhd_part_form_url.active, div#mhd_form_part_aides_more.active{
	display: block;
}
/* formulaire contact particulier - Décalage entre chaque niveau */
#mhd_form_part_aides_more{
	margin: 25px 50px;
}
#mhd_form_part_projet_more{
	margin: 25px;
}

/* formulaire contact particulier - partie aides financières */
#mhd_form_part_aides_more .wpcf7-inline-field{
	width: 50%;
}
#mhd_form_part_aides_more .wpcf7-inline-field input{
	width: 100%;
}
#mhd_form_part_aides_more .wpcf7-file{
	border: none;
}