header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 78px;
	width: 100%;
	background-color: var(--colorEtape3);
	color: #fff;
}

header a,
header a:visited,
header a:link,
header a:hover {
	color: #fff;
}

.separatorV {
	border-left: 1px solid #ccc;
	height: 80%;
	margin: 10px 10px;
}

.menu-logo {
	width: 350px;
}

.menu-logo>img {
	max-height: 80%;
}


#lien-immo img {
	width: 50px;
}

#info-offre{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#info-offre img{
	width: 50px;

}

.logo-page-en-cours img , #lien-immo img{
	width: 50px;
	margin-top: 15px;
}







.section-connexion {
	position: relative;
}

.admin-alert {
	position: absolute;
	top: 0;
	right: 0;
}