.ligne-champs p{
	font-weight: 600;
	margin-bottom: 5px;
}

.ligne-champs input {
	margin-bottom: 40px;
}

input.wpcf7-form-control.wpcf7-submit.button{
    padding: 15px 20px;
    margin-top: 20px;
}

.ligne-champs .champ-1, .ligne-champs .champ-2{
	width: 45%;
	float: left;
}

.ligne-champs::after {
  content: "";
  display: table;
  clear: both;
} 

@media screen and (max-width: 1024px) {
	.ligne-champs .champ-1, .ligne-champs .champ-2{
		width: 100%;
		float: none;
	}
}



