/*<meta />*/

/* Navigation menus */

ul.navigation > li:nth-child(-n+14)
{
	display: none;
}

ul.navigation > li:nth-child(n+17)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(-n+14)
{
	display: none;
}

ul.menu._Skins_SideMenu.mc-component > li:nth-child(n+17)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(-n+14)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:nth-child(n+17)
{
	display: none;
}

ul.off-canvas-accordion.vertical.menu.off-canvas-list > li:last-child
{
	display: block;
}

ul.navigation > li:last-child
{
	display: block;
	margin-bottom: 14px;
}

/* Tile images */

.image-parametragePWA
{
	background-image: url('../Images/HTML/home_settingsPWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-parametragePWA:hover
{
	background-image: url('../Images/HTML/home_settingsPWA_white.svg');
}

.image-tempsplanningsPWA
{
	background-image: url('../Images/HTML/home_timePWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-tempsplanningsPWA:hover
{
	background-image: url('../Images/HTML/home_timePWA_white.svg');
}

.image-ndfPWA
{
	background-image: url('../Images/HTML/home_ndfPWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-ndfPWA:hover
{
	background-image: url('../Images/HTML/home_ndfPWA_white.svg');
}

.image-absencesPWA
{
	background-image: url('../Images/HTML/home_absencesPWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-absencesPWA:hover
{
	background-image: url('../Images/HTML/home_absencesPWA_white.svg');
}

.image-demandesinternesPWA
{
	background-image: url('../Images/HTML/home_demandesInternesPWA_blue.svg');
	background-position: 90% center;
	background-repeat: no-repeat;
}

.image-demandesinternesPWA:hover
{
	background-image: url('../Images/HTML/home_demandesInternesPWA_white.svg');
}

