/**
 * Feuille de style personnalisable — Bandeau informatif
 *
 * Ce fichier est copie dans le theme enfant actif pour permettre
 * la surcharge des styles du plugin sans modifier le plugin.
 *
 * Emplacement theme : /oaka/{slug}/{slug}-custom-style.css
 *
 * Toutes les classes et ID front-end du plugin sont listees
 * ci-dessous pour faciliter la personnalisation.
 */


/* ── Wrapper principal ──────────────────────────────────────── */

.bandeau-informatif-wrapper {
    /* position: relative; */
    /* overflow: hidden; */
    /* min-height: 40px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 13px 10px; */
}

.bandeau-informatif-wrapper.oaka-wrapper-animated {
    /* align-items: unset; */
    /* justify-content: unset; */
}


/* ── Texte du bandeau ───────────────────────────────────────── */

.bandeau-informatif-text {
    /* display: inline-block; */
    /* text-align: center; */
    /* font-size: 16px; */
}

.bandeau-informatif-text a {
    /* color: #FFF; */
    /* font-weight: 800; */
}

.bandeau-informatif-text.oaka-animated {
    /* animation: defilement 15s linear infinite; */
    /* white-space: nowrap; */
}


/* ── Mobile ─────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .bandeau-informatif-wrapper {
        /* min-height: auto; */
        /* padding: 10px 5px; */
    }

    .bandeau-informatif-text.oaka-animated {
        /* font-size: 14px; */
    }
}
