/* Cellule parent */

.component-cell--news-header{
    position: relative;
}

/* Cellule Titre + header */
.component-cell--news-title-metadata{
    position: absolute;
    bottom:20%;
    transform: translateY(-50%);
    left: 96px;
    display: flex;
    width: 40%;
}