#banIdent {
    display: block;
    width: 100%;
    background: #909193;
    background: rgba(0,0,0,0.35);
    color: white !important;
    line-height: 35px;
    overflow: hidden;
    text-decoration: none!important;
    
    height: 0px;
    margin-bottom: 0px;
/*
    height: 40px;
    margin-bottom: -40px;
*/
    position: relative;
    z-index: 50;
}
#banIdent > span {
    width: 984px;
    margin: auto;
    color: white !important;
    display: block;
    height: inherit;
    font-family: SFR-Thin;
    font-size: 18px;
    font-style: italic;
    /*position: absolute;*/
    bottom: 0;
    /*left: 50%;
    margin-left: -492px;*/
    z-index: 51;
}
#banIdent > span .guillemette {
    display: inline-block!important;
    padding-right: 0.2em;
}
#banIdent > span em {
    font-family: SFR-Bold;
    font-size: 15px;
    font-style: normal;
    border-bottom: 1px solid white;
    margin: 0 0.5em;
    color: white !important;
}
#banIdent > span .connecte,
#banIdent > span .m-hide {
    font-family: SFR-Regular;
    font-size: 15px;
    font-style: normal;
    color: white !important;
}

@media (max-width: 767px) {

    #banIdent > span {
        width: 100%;
        margin-left: 0;
        left: 0;
        padding-left: 12px;
    }
    #banIdent > span .m-hide {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {

    #banIdent > span {
        width: 768px;
        /*margin-left: -372px;*/
        margin-left: 15px;
    }

}




