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

::placeholder {
	color: #878787;
	font-size: inherit;
}

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

body .wpcf7 .vc_general.vc_btn3:hover, body .wpcf7 .vc_general.vc_btn3:focus {
	background: #575756;
}

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-validation-errors, div.wpcf7-acceptance-missing,
.wpcf7-response-output.wpcf7-display-none.wpcf7-aborted {
	color: #f07e23;
}

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

/*Newsletter*/
.page-id-1275 div.wpcf7-mail-sent-ok {
	color: #e5006d;
	text-align: center;
}

@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: 375px){

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

}