/** Juste pour IE 9 à EDGE **/
@media screen and (min-width:0\0) {
	@-ms-viewport{
		width: auto !important;
	}
	
	body {
	    -ms-overflow-style: scrollbar;
	}
	
	input[type=text],
	input[type=password] {
		line-height: inherit !important;
	}
}