body.page-id-8046:not(.home) .content-area{margin-top:0 !important;margin-bottom:0 !important;}
body.page-id-6123 .container{width: 100% !important;}

#page{padding-top:60px;}
aside#sidebar-menu{
    /*width:100%;*/
    position: fixed;
    left:300px;
    right: 0;
    top: 0;
    color: #FFF;
    z-index: 10;
}
body.admin-bar aside#sidebar-menu{
    top:32px !important;
}
.row-devis .title.bleu-gris {
    color: #8a9ba7 !important;
}
#main-menu_tabs{
    height: 60px;
    display: flex;
    transition: all .525s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    position: relative;
}
.open-overlay-menu.active{
    /*right:20px;*/
    position:relative !important;
    top:0 !important;
}
#main-menu_tabs>* {
    flex: 1 1 100%;
}

.menu-tab {
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    cursor: pointer;
    display: flex;
    padding: 10px 0;
    color: inherit;
    line-height: normal;
    text-align: center;
    letter-spacing: 1px;
    color:#fff !important;
}

.menu-tab::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #004165;
    z-index: -1;
    transition: background-color .35s;
}

/*.menu-tab:not(:first-child)::before{border-left:2px solid #fff;}*/
.menu-tab::before{border-left:2px solid #fff;}

/*
.menu-tab:nth-child(1)::before {background: #336784;}
.menu-tab:nth-child(2)::before {background: #4c7a93;}
.menu-tab:nth-child(3)::before {background: #668da3;}
*/

.menu-tab:nth-child(1)::before {background: rgba(0,65,101,0.92);}
.menu-tab:nth-child(2)::before {background: rgba(0,65,101,0.84);}
.menu-tab:nth-child(3)::before {background: rgba(0,65,101,0.76);}
.menu-tab:nth-child(4)::before {background: rgba(0,65,101,0.68);}
.menu-tab:nth-child(5)::before {background: rgba(0,65,101,0.6);}
.menu-tab:nth-child(6)::before {background: rgba(0,65,101,0.54);}

.menu-tab:hover:nth-child(1)::before {background: #004165;}
.menu-tab:hover:nth-child(2)::before {background: #004165;}
.menu-tab:hover:nth-child(3)::before {background: #004165;}
.menu-tab:hover:nth-child(4)::before {background: #004165;}
.menu-tab:hover:nth-child(5)::before {background: #004165;}
.menu-tab:hover:nth-child(6)::before {background: #004165;}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.menu-tab--vertical {
    writing-mode: vertical-rl;
    transform: scale(-1);
}

.menu-tab .label {
    white-space: nowrap;
}

.post-password-required{
    padding:60px 0 100px 0 !important;
}

.menu-tab .btn-wrap{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    color:#fff !important;
    width: 100% !important;
    height: auto;
}

.menu-tab .btn-wrap i{
    font-size:36px;
}

.toolbox-mobile{
    display:none;
    position: fixed;
    bottom: 0;
    padding-bottom: 0 !important;
    height: 70px !important;
    width: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    background-color: #ffffff;
    overflow-x: auto;
    z-index: 200;
    line-height:1.2;
}
.toolbox-mobile .tb_bloc-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-weight:bold;
    color: #003b5f;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    text-align: center;
}
.toolbox-mobile .tb_bloc-mobile img{
    max-height: 30px;
    margin-bottom:5px;
}
.toolbox-mobile .tb_bloc-mobile i{
    font-size:27px;
    margin-bottom:5px;
}

@media screen and (min-width:993px){
    .header-right .btn-wrap{display:none !important;}
    html{padding-top:0 !important;}
    header.header.headroom--not-top{position:relative !important;}
    .insight-overlay-menu{width:94% !important;}
}

@media screen and (max-width:992px){
    aside#sidebar-menu{display:none !important;}
    #page{padding-top:0px !important;}
    .toolbox-mobile{display:flex !important;}
    .bb-footer-inside {margin-bottom: 50px !important;}
}