#wpcf7-f7-p80-o1 {
	width: 60%;
	background: #EFC9A3;
	padding: 18px 20px 1px 20px;
	border-radius: 69px;
	font-weight: 500;
    margin-bottom: 5%;
}
.container_form {
	box-shadow: 0px 0px 6px #00000052;
	border-radius: 76px;
	padding: 30px;
}
.champ_form input{
	height: 36px !important;
}
.champ_form {
		column-gap: 50px !important;
}
#TextDemandeContact {
	height: 150px;
}
.Antispam {
	width: 50% !important;
}
.envoieFormulaire {
	background: #412504 !important;
		transition: 0.2s linear !important;
		border: solid 2px #412504 !important;
}
.envoieFormulaire:hover {
	background: #EFC9A3 !important;
	border: solid 2px white !important;
	transition: 0.2s linear !important;
	color: #412504 !important;
}
@media only screen 
and (min-width: 320px)
and (max-width: 550px) {
    .ast-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #wpcf7-f7-p80-o1 {
        width: 98%;
    }
    .Antispam {
        width: 80% !important;
    }
}