.item.configure,
img.logo,
a.about,
.tree-folder.category.important {
display:none !important;
}

#logoANBE img {
width:40px;
float: left;
}
#logoANBE h3 {
font-size:0.8em;
}

#ANBEheader-section {
    background-color: #020202;
    color: #fff;
    padding: 15px 0;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    height: 60px;
}
#ANBEheader-section .container {
	position;relative;
	width: 90%;
	margin: auto;
}
#ANBEheader-section .logoLink::after {
    content: "Platforme Arts Science Technologie - ARTCALLS ";
    color: #fff;
    line-height: 50px;
    font-size: 12px;
    margin-left: 5px;
}
.logoLink:hover::after {
	font-style: italic;
}
#ANBEheader-section .container .columns {
    float: left;
    display: inline;
    margin-right: 10px;
    margin-bottom: 15px !important;
    margin-left: 5px;
}
#ANBElogo {
	max-width: 50px;
}
.logoLink {
	width: 400px;
	display: flex;
}
.logoLink img {
	max-width: 50px;
}
a.logoLink {
	text-decoration: none;
}
#ANBEheader-section h1 {
	font-size: 24px;
	line-height: 34px;
}
#ANBEheader-section #home {
	position: fixed;
	right: 10%;
	text-transform: uppercase;
	font-size: 12px;
}

#actualize::after {
	content: " refresh feeds";
}

/* Flag d'erreur */
.item.share.error a::after, 
.category .title.error::before, 
.item.feed.error .item-title::before, 
.theme-preview-list .properties 
.error::before {
color: #ccc;
font-size: 10px;
}