.toolbar-loading .dialog-off-canvas-main-canvas {
    margin-top: 45px;
}
.toolbar-loading.front-theme header {
    top: 34px;
}
.front-theme .tabs {
    position: fixed;
    z-index: 600;
    top: 0;
    width: calc(100% - var(--admin-toolbar-sidebar-width));
    margin-inline-start: var(--drupal-displace-offset-left, var(--admin-toolbar-sidebar-width));
    left: 0;
    box-shadow: 0 0 2rem var(--couleur-bleu-dark);
    background-color: #DDA145;
    color: #FFF;
    display: flex;
    justify-content: center;
}
.front-theme .tabs-wrapper .front-theme .tabs {
    justify-content: center;
    
}
.front-theme .tabs .nav-item {
    padding: 0 15px;
}
.front-theme .tabs .nav-item a.nav-link,
.front-theme .tabs .nav-item a.active  {
    padding: 5px 15px;
    text-transform: uppercase;
}
.front-theme .tabs__tab.is-active {
    display: flex;
}
.front-theme .tabs .front-theme .tabs-primary {
    margin: 0;
}
.front-theme .tabs__tab {
    display: flex;
    margin-block-end: 0;
    margin-inline-start: 1rem;
}
.front-theme .tabs .nav-tabs .nav-link,
.front-theme .tabs .front-theme .tabs__tab.is-active a {
    position: relative;
    color: #FFF;
    font-weight: 600;
}
.front-theme .tabs__tab a {
    display: flex;
    flex-grow: 1;
    align-items: center;
    height: 55px;
    padding-block: 0;
    padding-inline: 1rem 2rem;
    transition: background-color 0.25s;
    -webkit-text-decoration: none;
    text-decoration: none;
    letter-spacing: 0.8px;
    color: #FFF;
    border: 1px solid #eaebeb;
    background-color: #f6f8f8;
    font-size: 0.8rem;
    font-weight: normal;
}
.front-theme .tabs__tab a:hover {
    color: #0b0d0f;
    background-color: #eaeef0;
}

.front-theme .tabs .nav-tabs .nav-link.active {
    border: none;
    font-weight: bold;
    border-bottom: 3px solid #FFF;
    border-color: #FFF;
}
.toolbar-loading .responsive-menu-page-wrapper {
    margin-top: 37px;
}
@media (min-width: 43.75rem) {
    .front-theme .tabs__tab.is-active a::after {
        inset-block: auto calc(-1* var(--tabs-border-width));
        width: 100%;
        height: 0;
        border-block-start: 5px solid #3e9de0;
        border-inline-start: 0;
    }
}