.bloc-link {
    cursor: pointer;
}

/* ----- second image hover ----- */
.elementor-product-miniature .elementor-second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s;
}

.elementor-product-miniature:hover .elementor-second-image {
    opacity: 1;
}

.ce-pagination .elementor-button.elementor-active {
    background-color: #87878C;
}
