

.nbPreimLine__img{padding-top: 75%; -webkit-background-size: cover;
background-size: cover; border-radius: 1.25rem}
.nbPreimLine__name{border-radius: 0.9375rem;
    min-height: 3.75rem;
    margin-top: -1rem; 
    margin-left: 10%;
    margin-right: 10%;
    bottom: 0;
    display: flex;
    background: var(--primary-color);
    color: #fff !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase; margin-bottom: 1rem;
    text-align: center;
    
    }
    .nbPreimLine__itemLink:hover{text-decoration: none !important;}