@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles pour cette Media Queries */
	#form_contact .et_pb_contact_field {
		width: 100% !important;
	}
}