.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
.progressImporterProduit{
	display: none;
    position: relative;
	height: 16px;
}
.progressImporterProduit > .progress-type {
	position: absolute;
	left: 0px;
    font-size:11px;
	padding: 0px 30px 0px 5px;
	color: #f0edec;
	background-color: rgba(25, 25, 25, 0.2);
}
.progressImporterProduit > .progress-completed {
	position: absolute;
	right: 0px;
    color: #000;
	padding: 0px 10px 1px;
	font-size: 12px;
}