.products .product {
	min-height: 200px;
	border: solid 0.1px #f6f6f6;
	display: flex;
	justify-content: center;
}
.products .product .content {
	width: 74%;
	margin: 50px 0 50px;
	font-family: sans-serif;
}
.products .product .content img {
	width: 100%;
	height: 70%;
	margin: 20px 0 25px;
}
.products .product .content h5 {
	color: #b1b1b1;
}
.image-great {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}
.image-great img {
	max-width: 960px;
	margin-top: 190px;
}
.product-show-title {
	text-align: center;
	margin: 280px 0 80px;
	line-height: 4;
}
.product-caracteristics-container {
	display: flex;
	justify-content: center;
}
.product-caracteristics {
	max-width: 1200px;
	padding: 0 22px;
	margin-bottom: 60px;
}
.product-description {
	max-width: 900px;
	padding: 0 22px;
	margin-bottom: 60px;
	margin-top: 60px;
}
.nav-center {
	justify-content: center;
}
.tab-pane {
	padding-top: 38px;
}
.caract-content {
	display: flex;
}
.caract-content div {
	padding: 10px;
}
.caract-content div p.info {
	color: #979797;
}
.gallery {
	margin-top: 80px !important;
}
.nav-link {
	color: #000;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link,
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
	color: #03b600;
	border-bottom-color: #03b600;
}
.flex {
	display: flex !important;
}
.desc-title {
	font-weight: bold;
	color: #03b600;
	line-height: 1;
}
.desc-subtitle {
	font-weight: bold;
	margin-top: -17px;
}
.gras {
	font-weight: bold;
}
.col-application img {
	border: 2px solid;
	border-radius: 100%;
	width: 90px;
	margin-bottom: 17px;
	transition: 0.5s all;
}
.col-application img:hover {
	background-color: #9dfe9b;
}
.col-application {
	text-align: center;
}
.desc-right {
	text-align: justify;
	margin-left: 40px;
}
.container-images img {
	max-width: 200px;
	border: solid 1px #ccc;
	border-radius: 5px;
}
.container-product {
	max-width: 700px;
	margin-top: 50px;
}
.product_tableau {
	width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
	.product-caracteristics {
		margin-left: 40px;
	}
	#nav-tabContent {
		text-align: justify;
		margin: 0 40px;
	}
	.flex {
		flex-wrap: wrap;
	}
}
