/*<meta />*/

/* Navigation menus */

ul.navigation > li:nth-child(-n+26)
{
	display: none;
}

ul.navigation > li:nth-child(n+28)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(-n+26)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(n+28)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(-n+26)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(n+28)
{
	display: none;
}

ul.navigation > li:last-child
{
	display: block;
	margin-bottom: 14px;
}

/* Tile images */

.image-interface
{
	background-image: url('../Images/HTML/home_Interface_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-interface:hover
{
	background-image: url('../Images/HTML/home_Interface_white.svg');
}

.image-favorisPR
{
	background-image: url('../Images/HTML/home_FavorisPR_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-favorisPR:hover
{
	background-image: url('../Images/HTML/home_FavorisPR_white.svg');
}

.image-recherche
{
	background-image: url('../Images/HTML/home_Recherche_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-recherche:hover
{
	background-image: url('../Images/HTML/home_Recherche_white.svg');
}

.image-rapports
{
	background-image: url('../Images/HTML/home_Reports_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-rapports:hover
{
	background-image: url('../Images/HTML/home_Reports_white.svg');
}

.image-connexion
{
	background-image: url('../Images/HTML/home_connexion_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-connexion:hover
{
	background-image: url('../Images/HTML/home_connexion_white.svg');
}

.image-interface
{
	background-image: url('../Images/HTML/home_interface-2_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-interface:hover
{
	background-image: url('../Images/HTML/home_interface-2_white.svg');
}

