html,body{
    height:100%;
    margin:0;
}

body{
    justify-content: left;
    align-items: center;
}

#compteur{
    font-size:14px;
	position:fixed;
	bottom:20px;
	right :20px;
	color:#cc0000;
	z-index: 7;
	/*border-radius:50%;
	background-color:#ffffff;*/
  width: 60px;
  height: 60px;
  padding: 2px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: #C00;
  color: #fff;*/	
}

#compteur{
bottom:45px;
  border-radius: 50%;
  background: #C00;
  color: #fff;
z-index: 6;
}

compteur h5{
position:absolute;
}
