@charset "utf-8";
/* CSS Document */
#progress_article {
    position:relative;
    top: 0;
    height: 3px;
    width: 100%;
    background: #cfcfcf;
    z-index: 9999;
    transition: all 0.3s ease;    
}
 
#barre {
    position: absolute;
    top: 0;
    background-color: #ff0000;
    width: 0%;
    height: 100%;
    transition: all 0.3s;
}
.progression-titre {
	position: absolute;
	top: 0;
	z-index: 5555;
	color: #ffffff;
	width: 100%;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
}
