@media screen and (max-width: 860px)
{
	.row
	{
		margin: 0;
	}
	.row > *
	{
		display: block!important;
		width: initial!important;
		padding: initial!important;
	}
	
	fieldset > ul
	{
		min-width: initial;
	}
	fieldset > ul > li
	{
		display: block;
		width: 100%;
	}
	fieldset > ul > li > .input > label:first-child
	{
		display: block;
		width: initial;
	}
	fieldset > ul > li > .input > div
	{
		display: block;
		width: 100%;
	}

	#coordonnees
	{
		margin: 20px 0;
		max-width: inherit;
	}
	#demande > div:nth-child(1) > div:nth-child(3)
	{
		height: inherit!important;
		height: initial!important;
	}
}