.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;
}

input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	transition: .25s;
	outline: none;
	cursor: pointer;
}

form.wpcf7-form label {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}

.cf7-row.r1 {
	width: 100%;
}

.cf7-row.r2 {
	width: 47%;
}

.cf7-form-container {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.cf7-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: start;
}

.cf7-col.c1 {
	width: 100%;
}

.cf7-col.c2 {
	width: 47%;
}

.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}


.wpcf7 textarea{
	height: 101px;
	max-width: 100%;
}

.cf7-col {
	margin-bottom: 20px;
	box-sizing: border-box;
}

.wpcf7-acceptance  input {
	width: auto;
	border: initial;
	-webkit-appearance: checkbox;
}

span.wpcf7-list-item {
	margin: 0;
}

body .wpcf7 .vc_general.vc_btn3 {
	max-width: 250px;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none;
	/*font-size: 1.1em;*/
	/*font-weight: 600;*/
}

/*On supprime le fond coloré que Chrome ajoute pour les champs pré-remplis*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.wpcf7-acceptance {
	font-size: 14px;
	color: #5b5b5b;
}

div.wpcf7-mail-sent-ok {
	color: #009354;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color: #f07e23;
}

.wpcf7 .btn-container {
	text-align: center;
}

.wpcf7-acceptance label {
	display: flex!important;
}

.wpcf7 .wpcf7-mail-sent-ok, .wpcf7 .wpcf7-validation-errors, .wpcf7 span.wpcf7-not-valid-tip {
	margin-top: 0;
}

@media (max-width: 768px){

	.cf7-row.r2 {
		width: 100%;
		max-width: 550px;
		margin: auto;
	}

	.wpcf7 .wpcf7-recaptcha iframe {
		width: 336px;
		height: 87px;
		transform: scale(0.9);
		max-width: 100%;
	}

	.wpcf7-recaptcha > div, .wpcf7-submit.vc_general.vc_btn3 {
		margin: auto;
		display: block;
	}

}

@media (max-width: 569px){

	.wpcf7-inline-wrapper .wpcf7-inline-field {
		display: block;
		width: 100%;
		padding: 0;
	}

	.wpcf7-inline-wrapper {
		display: block;
	}

	form .wpcf7-inline-wrapper:nth-child(2) p {
		margin-top: 18px;
	}

}

/*@media (max-width: 375px){

	.wpcf7 .wpcf7-recaptcha iframe {
		width: 336px;
		height: 87px;
		transform: scale(0.8);
	}

}*/


.wpcf7 div.cf7-row:nth-child(2) > p:nth-child(6), .wpcf7 div.cf7-col:nth-child(8) > div:nth-child(1) > p:nth-child(2), .wpcf7 div.cf7-col:nth-child(8) > div:nth-child(1) > p:nth-child(1) {
	margin-top: 0px !important;
}
