#filter-ctn {
    width: 300px;
    max-width: 100%;
    height: fit-content;
    position: sticky;
    top: 10rem;
    left: 0rem;
}


.entreprise {
    background: #f4f4f4;
}

.entreprise .img-container {
    position: relative;
    right: 2rem;
    background: white;
    width: 96px;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-shadow: 1px 0.5px 10px #1a1a1a3b;
}

.entreprise .img-container img {
    width: 120%;
}

.more-btn {
    display: inline-block;
    padding: 0.5rem;
    border: 1px solid rgb(18, 56, 133);
    color: rgb(18, 56, 133);
    border-radius: 4px;
    font-size: 14px;
}

.search-bar2 {
    position: sticky;
    top: 5rem;
    left: 0rem;
    background: white;
    z-index: 100000;
    border-bottom: 1px solid #cccccc;
}

.section-entreprise {
    width: 700px;
    max-width: 100%;
}

.filter-ctn {
    height: fit-content;
    position: sticky;
    top: 8rem;
    left: 0rem;
    border-radius: 4px;
    box-shadow: 1px 1.5px 10px #4c4c4c50;
}

@media (max-width: 1160px) {

    .filter-ctn {
        position: static;
        width: 100%;
    }

    .search-bar2 {
        position: static;
    }

    .section-entreprise {
        margin-top: 2rem;
        width: 100%;
    }
}

.entreprises {
    padding: 2rem;
}

@media (max-width: 550px) {
    .entreprise  .img-container {
        display: none;
    }

    .entreprises {
        padding: 0rem;
    }
}