@media (max-width:991px) {
	.drawer.drawer-on {
		background-color: #424242
	}
}


.chiffre-detail {
	transition: transform .2s;
}

.chiffre-detail:hover {
  transform: scale(1.3);
}

.black-and-white {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.landing-header .menu .menu-link.active {
    /*border-bottom: 2px solid #c1272d; */
    position: relative;
}

.menu-state-title-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here){
	border-bottom: 2px solid white;
}

[data-kt-sticky-landing-header="on"] .landing-header .menu .menu-link.active { border-radius: .475rem; }
[data-kt-sticky-landing-header="on"] .landing-header .menu .menu-link.active::after { border-bottom: 0; }

.landing-header .menu .menu-link.active::after {
  content: "";
  border-bottom: 2px solid #c1272d;
  width: 70%;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.button-arrow-carousel {
	background-color: #c1272d;
	border-radius: 72px;
	width: 50px;
	height: 50px;
	
}

.button-arrow-carousel.arrow-prev { padding-right: 5px; }
.button-arrow-carousel.arrow-next { padding-left: 5px; }