.menueffect {
	position: absolute;
	top: 3px;
	left: 50%;
}


.selectpage {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	width: 90px;
	padding: 1em 0;
	display: inline-block;
	transition: all .4s ease-in-out;
}

.selectpage:nth-child(1):hover {
	color: #FFF;
	text-decoration: none;
}

.selectpage:nth-child(2):hover {
	color: #FFF;
	text-decoration: none;
}


.selectpage:nth-child(3):hover {
	color: #FFF;
	text-decoration: none;
}

.selectpage:nth-child(4):hover {
	color: #FFF;
	text-decoration: none;
}

.selectpage:nth-child(5):hover {
	color: #FFF;
	text-decoration: none;
}


.dropdown-menu {
	background: #1c1c1c;
	width: 200px;
	margin-right: -5px;
	box-shadow: none;
	border-radius: 0px;
	color: #FFF;
	border: none;
	margin-left: 25px;
}

.dropdown-item {
	color: #FFF;
}

.dropdown-item:hover {
	background: #FFF;
}

.collpsis {
	visibility: hidden;
}

.dropdown-item-admin {
	display: block;
	width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
	background: red;
	color: black;
}

.dropdown-item-admin:hover {
	text-decoration: none;
	background: #c10000;
	color: black;
}

.dropdown-divider {
	margin-top: 0;
}

.nav-link-new{
	padding: 0;
}

.img-profil-nav {
	height: 43px;
	width: 43px;
	border: 2px solid white;
	border-radius: 50px;
	margin-right: 5px;
}

.mainte-nva {
	width: 100% !important;
	padding: 12px !important;
	background-color: #FF0000 !important;
	text-align: center;
}
.mainte-nva p{
	margin: 0;
	color: white;
}

@media only screen and (max-width: 600px) {

  .menueffect {
  	visibility: hidden;
  }

  .collpsis {
	visibility: visible;
}
}