.publications-informations-wrapper
{
    background-color: var(--le-secondary);
    display: none;
}

.publications-informations-wrapper.connected
{
    background-color: var(--le-secondary);
    display: block !important;
}

.publications-informations-fleche-onglet
{
    color: var(--le-secondary);
}

.publications-pictogrammes-temps-forts 
{
    width: 35px !important;
    height: 35px !important;
    object-fit: contain;
    box-shadow: initial !important;
    margin-bottom: 3px;
}

.card-represente
{
    font-size: 9pt;
    line-height: 11pt;
    position: absolute;
    bottom: 30px;
    left: 10px;
    width: calc(100% - 20px);
}