#page{
	margin:0px;
}
#carousel{
	width:100%;
	margin:0px;
}
#inside-carousel{
	overflow:auto;
	display:flex;
}
.container-fluid{
	padding:0px;
}
#photo{
	height:75vh;
	background-size:cover;
	background-position: center;
}

#photo.photo1{
	background-image:url('/assets/images/photo-lichens1.jpg');
	background-position: center;
}

#photo.photo2{
	background-image:url('/assets/images/photo-lichens2.jpg');
	background-position: center;
}

#photo.photo3{
	background-image:url('/assets/images/photo-lichens3.jpg');
	background-position: center;
}

.compteur{
	width:75%;
	height:20vh;
	min-height:120px;
	box-shadow: 5px 5px 10px #333;
	padding:20px;
	border-radius:20px;
	font-size:150%;
	text-align:center;
	background-image:url('/assets/images/background-lichen2.jpg');
}
.compteur1{
	background-position:top;
}
.compteur2{
	background-position:center;
}
.compteur3{
	background-position:bottom;
}

.compteur div{
	text-shadow:1px 1px 1px #000;
}

#description{
	margin:10vh;
	height:40vh;
}

.grand{
	font-size:150%;
}

@media only screen and (min-width: 768px) {
	.compteur{
		width:25%;
		height:20vh;
		min-height:120px;
		position:relative;
		top:40vh;
	}
}
