/**
 * 1995-2022 SFI
 *
 * @author    SFI
 * @copyright Copyright (c) 1995 - 2021 SFI. (https://www.sfi.fr)
 * @license   https://www.sfi.fr/presta/sfiadministration.txt
 * @site      https://www.sfi.fr
 */


div#bannerheadertop-sfi.banner-dev {
    z-index: 99999;
    display: block;
    width: 100%;
    text-align: center;
    background-color: green;
    color: #ffffff;
    font-size: 15px;
}

div#bannerheadertop-sfi.banner-prod {
    z-index: 99999;
    display: block;
    width: 100%;
    text-align: center;
    background-color: red;
    color: #ffffff;
    font-size: 15px;
}