#topReassurance
{
	background-color: black;
}

header
{
	background-color: white;
}

header,
#switchCurrency > div > span:first-child
{
	color: black;
}

#topLogo
{
	max-height: 89px;
	margin: 0 20px;
}

#bottomLogo
{
	max-height: 84px;
}

#btAside img,
#userIcon img,
#btSearch img
{
	filter: invert(100%);
}

#userIcon.loggedIn img
{
	filter: none;
}

#btSearch img
{
	filter: invert(100%) saturate(0);
}

nav
{
	border-top: 1px solid #ededed;
}

#switchCurrency > div::after,
#switchLanguage > div::after
{
	filter: none;
}

section.footer > div.content
{
	align-items: center;
}