#decouvrez-gamme {
    background-color: #f2f2f2;
    padding: 60px 0;
}
#decouvrez-gamme h1 {
    color: #43a647;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.gamme {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    margin: auto;
    margin-bottom: 15px;
    max-width: 300px;
    min-height: 260px;
}
#bloc-gamme3 { /* Hygiène */
    background-image: url("/themes/classic/assets/img/gamme16.jpg");
}
#bloc-gamme4 { /* Emballages */
    background-image: url("/themes/classic/assets/img/gamme14.jpg");
}
#bloc-gamme5 { /* EPI */
    background-image: url("/themes/classic/assets/img/gamme15.jpg");
}
#bloc-gamme6 { /* Textiles */
    background-image: url("/themes/classic/assets/img/gamme3.jpg");
}
#bloc-gamme7 { /* BTP */
    background-image: url("/themes/classic/assets/img/gamme7.jpg");
}
#bloc-gamme8 { /* Adhésifs */
    background-image: url("/themes/classic/assets/img/gamme11.jpg");
}
.gamme p {
    color: #ffffff;
}
.gamme p:first-child {
    font-size: 0.85rem;
    opacity: 0.7;
}
.gamme a {
    font-weight: 800;
    text-decoration: underline;
    text-transform: uppercase;
}
.gamme a:hover {
    color: #43a647;
    text-decoration: none;
}
.gamme h3 {
    color: #ffffff;
    letter-spacing: .5px;
}
#decouvrez-gamme .slick-dots {
    width: fit-content;
    margin: 10px auto;
    display: flex !important;
    justify-content: center;
}
/* @media screen and (max-width: 1200px) {
    #decouvrez-gamme .slick-dots {
        width: 72px;
    }
}
@media screen and (max-width: 992px) {
    #decouvrez-gamme .slick-dots {
        width: 96px;
    }
} */
@media screen and (max-width: 768px) {
    .gamme {
        min-height: 270px;
    }
}
/* @media screen and (max-width: 576px) {
    #decouvrez-gamme .slick-dots {
        width: 120px;
    }
} */