.ap_vins {
	overflow: hidden;
	position: relative;
	padding-bottom: 110px;
	opacity: 0;
	visibility: hidden;
}

.ap_vins.slick-initialized {
	opacity: 1;
	visibility: visible;
}

.ap_vins_infos_subtitle {
	font-size: 0.9em;
}

.ap_vins_img {
	height: 350px;
}

.ap_vins_img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.ap_vins_infos_title {
	color: #262626;
	font-weight: 700;
	font-family: 'Quicksand';
	font-size: 1.2em;
	line-height: 1.1;
}

.ap_vins .slick-track {
	display: flex;
}

.ap_vin {
	padding: 0 30px;
}

.ap_vins .slick-dots {
	bottom: 0;
}

.ap_vins_infos {
	margin-bottom: 25px;
}

.ap_vins .slick-dots li {
	margin: 0 8px;
}

.ap_vins .slick-dots li button {
	border: 1px solid #262626;
	border-radius: 50px;
	width: 15px;
	height: 15px;
}

.ap_vins .slick-dots .slick-active button {
	background-color: #262626;
}

.ap_vins .slick-dots li button {
	border: 1px solid #262626;
	border-radius: 50px;
	width: 15px;
	height: 15px;
}

.ap_vins .slick-dots li button::before {
	display: none;
}

@media only screen and (max-width : 991px) {
	.ap_vin {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.ap_vins_btn {
		justify-content: center;
	}
	
	.ap_vins_infos_title {
		margin-bottom: 5px;
	}
	
	.ap_vins_infos_subtitle, .ap_vins_prix {
		text-align: center;
	}
	
	.ap_vins_infos {
		margin-bottom: 15px;
	}
}







