
@media only screen and (max-width:992px)
{
	.planche-image, .planche-pieces
	{
		max-height:none;
		min-height:none;
		position:none;
	}

	.header-dashboard-icons { margin-top:10px!important; }

	.modal-xl, .modal-lg { max-width:none!important; }
}

@media only screen and (max-width:576px)
{
	.modal-xl, .modal-lg { max-width:none!important; }
}