.customul:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary-color-one);
}

.customul:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    opacity: 0.4;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: var(--primary-color-one);
}

.active{
    color: #003E34 !important;
}

.blanc{
    color: #FFF;
}

.bg-orange{
    background-color: #DF7E2F;
}


@media (min-width: 992px){

    .sidebarservices {
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 80px;
        margin-right: 0px;
    }
}
/*    .sidebarservices {
        padding-left: 15px;
        margin-left: 15px;
        padding-right: 0px;
        margin-right: 0px;
    }*/


.imghover img {
    width: 100%;
    opacity: 0.55;
}

.imghover img:hover {
    width: 100%;
    opacity: 1;
}