@media screen and (min-width: 768px) {
	.app-container {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	/* ***Navbar */
	.navbar-custom .navbar-nav {
		background: transparent !important;
		align-items: end;
	}
	.image-product {
		height: 300px;
	}
	.produit-img {
		height: 100%;
		max-height: 50vh;
	}
	.produit-img-large {
		height: 100%;
		max-height: 50vh;
	}
}
@media screen and (min-width: 992px) {
	.produit-img {
		max-height: 50vh;
	}
	.produit-img-large {
		max-height: 88vh;
	}
	.contact-infos {
		padding-top: 9.2rem;
		border-left: 3px solid var(--primary-color);
		border-top: none;
	}
}

@media screen and (min-width: 1200px) {
	.app-container {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}
	.image-product {
		height: 350px;
	}
}
