/* perso */
/*
.readingProgressbar::-moz-progress-bar {
background-color: #cccccc73 !important;
border-bottom: 1px solid;
border-top: 1px solid;
border-right: 1px solid;
margin-left: -1px;
margin-top: 5px;
}
*/
/* barre */
.readingProgressbar::-moz-progress-bar {
background-color: #0021d46e !important;
position: absolute;
/*top: 5px;*/
border-radius: 15px;
align-items: flex-end;
z-index: 9;
border: 1px solid;
border-color: #00c3ff85;
margin-left: -6px;
margin-top: 5px;
}
/* fin rest */


/* fin perso */


.readingProgressbar {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999999; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
}
