.bandeau-informatif-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12pt;
    font-weight: 600;
    background-color: rgb(129, 215, 66);
    color: rgb(255, 255, 255);
    min-height: 40px;
    height: max-content;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
}

.bandeau-informatif-wrapper p{
    padding-bottom: 5px!important;
    padding-top: 5px;
}

.bandeau-informatif-wrapper p a {
    color: inherit!important;
}