#, body, div, container {
	margin: 0 !important;
	padding: 0 !important;
}

.entete {
	font-size: 5.3rem;
}

hr {
	opacity: .75;
	color: rgb(6, 192, 55);
}

.card {
	border: none !important;
}

.card-img-top {
	width: 75%;
}

.card-body {
	margin-top: 25px;
	background-color: white;
	border: none !important;
}

.card-body i {
	font-size: 20rem;
	color: rgba(6, 192, 55, 1);
}

.info-number {
	font-size: 9rem;
}

.info-number-descr {
	font-size: 7rem;
}

.info-text {
	font-size: 2.75rem;
	line-height: 2.75rem;
}

footer {
	position: fixed;
	bottom: 0px;
	width: 100vw;
	text-align: center;
}