
.plaquette {
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}

.plaquette .slick-track {
	display: flex;
	margin: auto;
}

.plaquette_item_wrap {
	padding: 30px;
}

.plaquette .plaquette_item {
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 28%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
	border-radius: 10px;
    overflow: hidden;
	position: relative;
	padding-bottom: 140%;
}

.plaquette .plaquette_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.plaquette_link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.6s;
}

.plaquette .plaquette_item:hover .plaquette_link {
	opacity: 1;
}

.plaquette_info {
	background-color: #d6315fed;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
	color: white;
}

.plaquette_title {
	font-size: 1.2em;
    font-weight: 600;
    line-height: 1.1;
	margin-bottom: 30px;
	margin-top: 30px;
}

.plaquette_year {
	font-size: 1.2em;
	margin-bottom: 45px;
}

.plaquette_weight {
	font-weight: 600;
	transform: translate(0px, -40px);
    opacity: 0;
	transition: 0.5s;
	transition-delay: 0.1s;
}

.plaquette .plaquette_item:hover .plaquette_weight {
	transform: translate(0px, 0px);
    opacity: 1;
}

.plaquette_weight::before {
	content: "";
	width: 50px;
	height: 38px;
	display: block;
	background-image: url(/wp-content/uploads/2022/04/download_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}

/* Dots */

.no_slider.plaquette {
	padding-bottom: 0px;
}

.no_slider.plaquette .slick-dots {
	display: none !important;
}

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

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

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

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

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

/* Responsive */

@media screen and (max-width: 1300px) {
	
	.plaquette_item_wrap {
    	padding: 15px;
	}
	
}

@media screen and (max-width: 991px) {
	
	.no_slider.plaquette.count_4 .slick-dots {
		display: block !important;
	}
	
	.no_slider.plaquette.count_4 {
    	padding-bottom: 50px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.no_slider.plaquette.count_3 .slick-dots {
		display: block !important;
	}
	
	.no_slider.plaquette.count_3 {
    	padding-bottom: 50px;
	}
	
}

@media screen and (max-width: 480px) {
	
	.no_slider.plaquette.count_2 .slick-dots {
		display: block !important;
	}
	
	.no_slider.plaquette.count_2 {
    	padding-bottom: 50px;
	}
	
}





