.bandeau-info-custom {
    position: relative;
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box;
    z-index: 10;
    overflow: hidden;
    white-space: normal;
}

.bandeau-info-custom .bandeau-texte {
    animation: none;
    display: block;
}

.bandeau-info-custom.bleu    { background-color: #004080; color: white; }
.bandeau-info-custom.rouge   { background-color: #c0392b; color: white; }
.bandeau-info-custom.jaune   { background-color: #f1c40f; color: black; }
.bandeau-info-custom.vert    { background-color: #27ae60; color: white; }
.bandeau-info-custom.gris    { background-color: #7f8c8d; color: white; }

/* Responsive */
@media (max-width: 768px) {
    .bandeau-info-custom {
        font-size: 14px;
        padding: 10px 15px;
    }
}
