/* moncompte_com.css */

.img_round {border-radius: 1.5rem;}
.cropped-ofp {
width: 100%; 
height: 100%; 
object-fit: cover;
object-position: 50% 25%; 
}

.bloc-news {
        border-top-left-radius: 1.5rem;
        border-top-right-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        height: 0;
        overflow: hidden;
        padding-top: 60%;
        position: relative;
    }

.bloc-news-mini {
    padding-top: 65%;
}


.bloc-news-image {z-index: 1;}
.bloc-news-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
    color: #fff;
    padding: 1rem;
    z-index: 2;
}
.bloc-news-image, .bloc-news-info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.badge-font-large {
    font-size: 16px;
}

.badge-font-small {
    font-size: 14px;
}

.bloc-news-title {
    font-size: 1.3rem;
    font-weight: 600;

}

.bloc-news-width {
    width: 22rem;
}