/**
 * +-------------------------------------------------------------------------+
 * Client: DIP
 * Project: Header sites EE
 * Site: https://edu.ge.ch/site & https://edu.ge.ch/blogclasse
 * Last modification: 08.03.2022
 *
 * @shortdesc bandeau HEADER STYLE CSS
 * @version 2.1
 * @author Service Ecoles-Medias (SEM) - Secteur Production
 * +-------------------------------------------------------------------------+
 */

#ban_content {
    background: rgb(255, 255, 255);
    font: 12px Helvetica, Arial, sans-serif;
    color: #777;
    width: 100%;
    height: auto;
    padding:2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    box-sizing: border-box;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#ban_content ul{
    list-style-type: none;
}

.ban_link {
    text-decoration: none;
    color:#777;
    font: 12px Helvetica, Arial, sans-serif;
}

#span_impressum{
    float:right;
    color:#777;
}

.ban_dropdown {
    position: relative;
    display: inline-block;
    color: #777;
    font: 12px Helvetica, Arial, sans-serif;
}
