.logo img {
	max-height: 40px;
	margin: 8px 15px;
}

.bt:hover {
	opacity: 0.7;
}
.banner-logo {
	height: 70px;
}
.description {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 50px;
	text-align: justify;
}
.desc-content {
	padding: 55px 92px;
	background-color: #03b600;
	position: relative;
	top: -137px;
	color: #fff;
}
.apropos-title {
	color: #fff;
	text-align: center;
	font-family: system-ui;
	font-size: 15px;
	letter-spacing: 8px;
	margin-bottom: 35px;
}

.bt {
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 3px;
	white-space: nowrap;
	text-decoration: none;
	transition: 0.1s all;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.btn-prim {
	background-color: #03b600;
	color: #fff;
	transition: all 0.1s;
}
.btn-black {
	background-color: #000;
	color: #fff;
	transition: all 0.1s;
}
.btn-prim:hover {
	background-color: #03b600;
	color: #fff;
}
.cta-button-container {
	margin-top: 43px;
}

.btn-sec {
	margin-left: 50px;
	border: solid 1px;
	color: #fff;
	background-color: #000;
}

.btn-sec:hover {
	border: 2px solid #fff;
	color: #fff;
}

.btn-standard:hover {
	border: 2px soid;
}

.numbers .number {
	font-size: 50px;
	color: #03b600;
	margin-bottom: 15px;
	text-align: center;
}
.numbers .titre {
	text-align: center;
}
.numbers .content {
	text-align: justify;
	color: #979797;
}
.numbers {
	margin-left: 27px;
	margin-right: 27px;
}
.numbers .col {
	padding: 0 18px;
}
.separator {
	background-color: #3771b0;
	text-align: center;
	margin: 70px 0;
	padding: 80px;
	color: #fff;
}
.products {
	background-color: #000;
	padding: 94px 0;
	text-align: center;
}
.cont-contact {
	padding: 50px;
}
.col-contact {
	text-align: center;
}
.title_contact {
	font-weight: bold;
	margin: 10px;
	letter-spacing: 5px;
}

.vert {
	color: #03b600;
}

.row.footer {
	padding: 50px;
	background-color: #f8fff8;
}

.row.footer a {
	color: #000000;
	text-decoration: none;
	transition: all 0.2s;
}
.row.footer a:hover {
	color: #00ff0a;
}

@media (max-width: 800px) {
	.separator {
		top: -39px;
	}
}

@media screen and (max-width: 700px) {
	.description {
		margin: 40px;
		padding: 0 0 20px;
		background-color: transparent;
		text-align: justify;
		border: 0;
	}
	.hidden-xs {
		display: none;
	}
	.desc-content {
		padding: 55px 35px;
	}
	.cta-text-container,
	.cta-product {
		font-size: 66px;
		padding: 3px;
	}
}
