/* custom styles for Matomo by itchiweb.com */
nav{
	background-color:#efefef !important;
}

nav ul a {
    color: #222;
}

/* buttons */
button.btn:hover, button.btn:focus, input[type="submit"].btn:hover, input[type="submit"].btn:focus, .btn:hover, .btn:focus {
    background: #ef100e;
}
button.btn, input[type="submit"].btn, .btn {
    background-color: #ef100e;
}

/* quick tweak to hide sections if user has no super admin rights
TODO : if in twig
html[data-hassua='0']
*/


/* hide nav top right General Setings icon */
html[data-hassua='0'] #topmenu-coreadminhome{
	display:none;
}
/* hide nav top right info menu */
html[data-hassua='0'] #topmenu-feedback{
	display:none;
}
/* hide tag manager top right menu */
html[data-hassua='0'] #topmenu-corepluginsadmin{
	display:none;
}


/*
#root #logo{opacity:0;display:none !important;transform:none !important;}
*/

/* hack to hide all native Matomo logo < 992 */ 

@media only screen and (max-width: 992px){
    #root #logo{
    left: 0;
    -webkit-transform: none;
    transform: none;
    }
}
/* si non logué */
nav .brand-logo.center{
    display:none;
}