.carousel-control.left.strat {
    background-image: linear-gradient(to right, rgb(41, 148, 126) 0, rgba(0, 0, 0, .0001) 100%);
}
.carousel-control.right.strat {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(41, 148, 126) 100%);
}
.carousel-control.left.enviro {
    background-image: linear-gradient(to right, rgb(0, 106, 128) 0, rgba(0, 0, 0, .0001) 100%);
}
.carousel-control.right.enviro {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(0, 106, 128) 100%);
}
/*===================== home secteurs =========================*/
.category-item.category-item-sl {
    background-color: white;
    border: none;
    height: auto;
}
.category-item.category-item-sl a{
    margin: 0;
}
.category-item.category-item-sl a img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    padding: 0;
    margin: 0;
}
.category-item.category-item-sl a:hover img{
    filter: grayscale(0%);
}
.category-item.category-item-sl a:hover {
    text-decoration: none;
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.34);
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.34);
}
.category-item.category-item-sl a:hover h5{
    color: #000000;
}
.category-item-sl .category-item-title{
    height: 70px;
    align-items: center;
    display: grid;
    padding: 0 15px;
}
.category-item-sl .category-item-title h5{
    color: #29947e;
    margin: 0;
    font-weight: bolder;
    line-height: 2rem;
}