.navbar-nav li{
    margin-right: 10px;
    margin-top: 3px;
}
.navbar-brand{
    margin-top: 10px;
}
header{
	padding: 100px 50 100px;
	width: 100%;
	height: 5px;
	position: sticky;
    z-index: 1000;
	top: 0;

	
}
.carousel-inner{
    z-index: 500;
}
/* a:hover{
    background-color: ;
} */
a{
    color: white;
    text-decoration: none;
}
.comptage{
    font-size: 48px;
    font-weight: bold;
    animation: comptage 2s ease-out;
}
@keyframes comptage {
0%{
    content: 0;
}
100%{
    content: 100;
}
}