.header {
	height: 70px;
}

.navbar-header {
	z-index: 10;
}

.homeLink {
	margin-left: 20px;
}

.navbar-header img {
	width: 125px;
	height: auto;
}

.header {
	-webkit-box-shadow: 0px 0px 15px #b5aeac;
	-moz-box-shadow: 0px 0px 15px #b5aeac;
	box-shadow: 0px 0px 15px #b5aeac;
}

.page .header {
	background-color: white;
}

.page.login .header {
	background-color: rgba(255, 255, 255, 0.7);
}

.header .version,
.header .countdown,
.header .utilisateur {
	position: absolute;
	font-weight: bold;
}

.header .version {
	bottom: 0;
	left: 140px;
}

.header .utilisateur {
	bottom: 0;
	right: 15px;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	color: #333;
	line-height: 1.5;
}

.header .countdown {
	top: 5px;
	right: 15px;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	line-height: 1.5
}


.header-content {
	font-family: bioliquid;
	font-size: 32px;
	color: #887068;
	line-height: 30px;
	position: absolute;
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	z-index: 0;
}

.header-content .capital-letter {
	font-size: 48px;
}

.login.page .header .homeLink {
	pointer-events: none;
}

#utiHeader {
	cursor: pointer;
}

.popover.utiRightsHeader {
	color: #333 !important;
	max-width: unset;
	white-space: nowrap;
}