/* CSS Document */

#block-browser-detection {
    width: 100%;
    padding: 10px;
    top: 80px;
    left: 0;
    background: #f2f2f2;
    color: #6F6F6E;
    text-align: center;
    display: block;
    z-index: 10;
    position: fixed;
}
#block-browser-detection a {
    color: #72BF44;
}

#block-cookies-disclaimer {
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    background: #f2f2f2;
    color: #6F6F6E;
    text-align: center;
    display: none;
    z-index: 10;
    position: fixed;
}
#block-cookies-disclaimer a {
    color: #72BF44;
}
#block-cookies-disclaimer a.btn {
    background: #ff9900;
    color: white;
}
#block-cookies-disclaimer a.btn:hover,
#block-cookies-disclaimer a.btn:focus {
    background: #6F6F6E;
}

/*
.block-custom-notif {
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    background: #f2f2f2;
    color: #6F6F6E;
    text-align: center;
    display: none;
    z-index: 9;
    position: fixed;
}
.block-custom-notif a {
    color: #72BF44;
}*/