.block_header{
    position: relative;
    background:url("../img/header.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 138px;
}
.flag_icon{
    width: 25px;
    height: 25px;
}
.lang_container{
    position: absolute;
    margin-top: 20px;
    right: 0;
}

ul.lang_select li,
ul.lang_select li a{
    float: left;
    margin-left: 3px;
    list-style: none;
    color: #ffffff;
    font-size: 12px;
}

.navbar-default {
    background-color: transparent !important;
    border: none !important;
}

/******Responsive header*******/


#logout{
    position: absolute;
    bottom:3px;
    right:3px;
}
#logout #btnLogout{
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 3px solid #b62806;
    background-color: #e5e5e5;
    color: #b62806;
    z-index: 3;
}

#cookie-banner {
    margin: 0 auto;
    width: 950px;
    background-color: #515151;
}

#declaration-cookie:hover {
    text-decoration: underline;
    cursor: pointer;
    color: white;
}

#declaration-cookie-content {
    text-align: justify;
}

#declaration-cookie-content h2 {
    text-align: center;
}

#declaration-cookie-content h4,
#declaration-cookie-content a {
    color: #dd9a04;
}

#overlayCookie {
    overflow: auto;
    /*overflow: scroll;*/
    position: fixed;
    top: 7%;
    bottom: 7%;
    left: 10%;
    width: 80%;
    height: 70%;
    background-color: rgba(7, 27, 26, 0.84);
    filter:alpha(opacity=1000);
    -moz-opacity:100;
    -khtml-opacity: 100;
    opacity: 100;
    z-index: 1000;
}


@media screen and (min-width:15px) and (max-width:760px) {
    .block_header{
        position: relative;
        background:url("../img/header.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 138px;
    }
}