.cont-gammes {
	position: relative;
}


.item-gamme {
	margin: 0px 20px;
	width: auto !important;
	position: relative;
	text-align: center;
	clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}

.item-gamme:before {
	content: "";
	width: 11px;
	height: 57px;
	bottom: -12px;
	right: -8.5px;
	position: absolute;
	background-color: #C7CFD2;
	transform: translate(0,0) rotate(41deg);
}


.item-gamme .cont-item {
	width: 330px;
	height: 330px;
	padding: 0em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*border: 1px solid #C7CFD2;*/
	background-color: white;
	clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}


.item-gamme .icon {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.item-gamme .icon img {
	max-width: 100%;
	max-height: 100%;
	text-align: center;
}

.item-gamme h3 {
	margin: 0;
	font-size: 22px;
	padding: 30px 0px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: -0.4px;
	color: var( --e-global-color-primary );
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}

.cont-gammes .slick-track {
	display: flex !important;
}

.cont-gammes .slick-slide {
	height: inherit !important;
}

.cont-gammes .slick-arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -5%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/wp-content/uploads/ac_assets/gamme-slide/arrow-accent.svg");
}

.cont-gammes .slick-arrow:before {
	display: none;
}

.cont-gammes .btn-next {
	right: 19%;
	transform: rotate(0deg);
}

.cont-gammes .btn-prev {
	left: 78%;
	transform: rotate(180deg);
}

/*RESPONSIVE*/

/*phone*/
@media (max-width: 767px) {

	.cont-gammes .btn-next {
		right: 40%;
	}

	.cont-gammes .btn-prev {
		left: 40%;
	}

	.cont-gammes {
		padding-bottom: 15%;
	}

	.item-gamme h3 {
		font-size: 14px;
	}

}

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

	.cont-gammes .btn-next {
		right: 45%;
	}

	.cont-gammes .btn-prev {
		left: 45%;
	}

	.cont-gammes {
		padding-bottom: 10%;
	}

	.item-gamme h3 {
		font-size: 15px;
	}

}

/*mobile and tablet*/
@media (max-width: 1024px) {

	.cont-gammes .slick-arrow {
		top: unset;
		bottom: 5%;
	}

}

/*desktop*/
@media (min-width: 1025px) {

	.cont-gammes {
		padding-top: 2%;
		padding-bottom: 2%;
	}

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

	.cont-gammes .btn-next {
		right: 16%;
	}

	.cont-gammes .btn-prev {
		left: 78%;
	}

}


/*RESPONSIVE*/
