.bp-ressources-filtres {
    margin-bottom: 40px;
}

.bp-filtres-ligne {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.bp-col-filtres {
    flex: 1;
}
.bp-col-filtres .bp-titre{
    margin-bottom: 15px;
}
.bp-filtre-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bp-ressources-list {
    margin-top: 30px;
}

.bp-groupe {
    margin-bottom: 50px;
}

.bp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.bp-groupe h3{
    color: #3B503D;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.bp-card-ressource {
    background: #4A746E;
    border-radius: 8px;
    padding: 25px;
    color: #fff;
    flex: 0 1 calc(50% - 10px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.bp-card-inner {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.bp-thumb {
    flex: 0 0 auto;
    width: 35%;
    aspect-ratio: 35 / 52;
    overflow: hidden;
    border-radius: 4px;
}

.bp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.bp-card-content {
    flex: 1;
}

.bp-card-content h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: bold;
}

.bp-card-content p {
    margin: 0 0 12px;
}



.bp-bouton.vert_transparent.active {
    background: #4A746E;
    color: #fff;
}
