#toolbarViewer{
    background-image:url('../images/svg/logo-tl37.svg');
    background-repeat:no-repeat;
    background-size:auto 28px;
    background-position:10px center;
    display:flex;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#toolbarViewerLeft{
margin-left:200px;
}
#toolbarViewer, #toolbarContainer{
    height:38px;
}
#viewerContainer{
    top:48px;
}
html[dir="ltr"] .findbar {
    left: 230px;
}
.findbar, .secondaryToolbar{
    top:48px;
}
a#btn_sommaire{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 2px 5px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #c6d300;
    color:white;
    font-family: Montserrat,sans-serif;
    background-color:#c6d300;
    text-decoration:none;
    margin-right:10px;
    font-size:15px;
}
a#btn_sommaire:hover{
    background-color:#177994;
    border-color:#177994;
}
#toolbarViewerRight{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
}


@media only screen and (max-width: 600px) {
#toolbarViewer{
    background-size:100px auto;
}
#toolbarViewerLeft {
    margin-left: 120px;
}
a#btn_sommaire{
    font-size:10px;
}
}