@media all and (max-width: 1000px) {

form {
	width: 90%; /*largeur*/
}

form .information {
	display: block;
	gap: 0px; /* espace entre colonnes et lignes */
}

form .champ, form .champ-message {
	margin-bottom: 24px; /*marge extérieur bas*/
}

form label {
	margin-bottom: 0px; /*marge extérieur bas*/
}

}