/* style des boutons d'action d'admin sur les pages */
body.headerShrink .SiteHeader .tabs{
    top:41px;
    left:10px;
}
body.spectacleShrink .SiteHeader .tabs{
    top:75px;
    left:10px;
}
.SiteHeader .tabs{
    position: absolute;
    top:51px;
    left:116px;
}
@media (max-width: 767.98px) {
    .SiteHeader .tabs {
        display: none;
    }
}

ul.primary li a, ul.primary li a.active{
    line-height: 120%;
    border-width: 0;
    border-radius: 7px;
    padding: 5px 1em 9px;
}
ul.primary{
    border-width: 0;
    padding: 0;
    margin:0;
}
