@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
html body
{
	font-family:Lato;
}
#myNavbar
{
	background:#557dbf;
}
nav
{
	background:#557dbf;
	
}

.nav li a:hover
{
	background:white !Important;
	color:557dbf;
	
}
.not_actives
{
	  pointer-events: none;
	  
}
.not_actives a:hover
{
	background-color:red;
}

.container
{
	background-color:white;
	
}


ul >li:hover
{
	text-decoration:none;
	
}
#row ul li:hover
{
	text-decoration:none;
}
.a
{
width:40%;
}
#logo
{
width:40%;
}

.dropdown:hover>.dropdown-menu
{
display:block;
}

.nav > li > ul > li >as
{
    background-color:#557dbf;
color:white;
}

.nav > li > ul > li >a:hover
{
    background-color:white;
	color:#557dbf;
}

.nav > li > a{
    
	color:white;
}

.nav > li > a:hover{
    background:red;
	color:#557dbf;
	
}

.panel-default > .panel-heading-custom {
background: #557dbf;
opacity:0.4;
color: white; }

.icon-bar {
    background-color: black; !important;
}

.navbar .container-fluid , .navbar-collapse
{
padding-left:0px;
}

.list-groups a
{
color:white;
}

.row h3
{
color:white;
margin-bottom:25px;
}
#row
{
margin-bottom:10px;
MARGIN-TOP:30PX;

}


@media screen and (max-width: 768px) {
    
	.navbar-collapse{
            padding-left:20px;
            padding-right:30px;
        }
		
}

