#fond-hero{
	/* background-color: #000000; */
	padding: 0px;
	
	background: url("./img/background.jpeg") no-repeat;
	background-size: cover;
	background-position: center bottom;
}

#boite-compteur{
	background: #132B37;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
}

#time{
	font-size: 2rem;
}
#time span{
	display: inline-block;
	width: 50px;
}

#hmins{
	font-size: 11px;
}
#hmins span{
	display: inline-block;
	width: 51px;
}
#hmins:nth-child(2) span{
	margin: 0 10px;
}