
/*----------------------------------------------*/
/*------- Gestion de la jauge index col --------*/
/*----------------------------------------------*/
.indexcol-progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	/* largeur de la barre de progression*/
	width: 200px;
}
.indexcol-progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.indexcol-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
