@import url('https://fonts.googleapis.com/css?family=Muli');

:root{
    --main-font: .8em "Muli", Verdana, Helvetica, sans-serif;
	--main-bg-color: #ffffff;
	--main-color: #31678a;
	--main-edit-color: #2d2d2d;
    --secondary-color: #31678a;
}

#header {
    border-bottom: 2px solid #a4c2d6;
    z-index:12;
}

#header h1 {
    text-align: right;
}

.disconnect {
    top: 4em;
}

.disconnect div#userAccount {
    font-style: italic;
}

.disconnect button {
    color: #fff;
	font-size: 1em;
}

#search {
    padding: 0.5em;
}

.schBtnLaunch {
	color: #2d2d2d;
    font-size: 1.2em;
}

.schCmds button.schBtnLaunch::before {
    top: 0;   
}

.headerBk {
    color: gray;
    float: right;
    font-weight: normal;
    font-style: italic;
}

.resultsTools{
    text-align: left;
    top: 3.1rem;
}

#docorder>* {
    color: #2d2d2d;
}

#docorder>span {
	font-weight: normal;
}

li.searchResult_li {
    padding: 0 70px 1em 130px;
    border-color: #31678a;
    box-sizing: border-box;
}

li.searchResult_li .title {
    font-size: 20px;
	font-weight: normal;
}

li.searchResult_li .content>* {
    color: #666;
}

.views, li.searchResult_li .title, li.searchResult_li .content{
    order: initial;
}

a.view {
    padding: .2em 0;
}

.copyright {
	font-size: 0.8rem;
}

.infos .contentInfos a {
    color: #2d2d2d;
}

.facets{
    position: static;
}

.facet {
    padding: 0.5em;
    border: 1px solid #ddd;
    margin: 1em 0;
}

.facet .header {
    margin-bottom: 0.5em;
    text-transform: none;
}

mark {
    color: #f88c00;
}

.page_scrolled_yes #header h1 {
    display: none;
}
.page_scrolled_yes #search {
    top: 0.1rem;
}

@media (max-width:600px) {
    li.searchResult_li {
        padding-left: 1em;
    }
}