
.logo-navbar {
  min-height: 3.1em;
}

.navbar {
  padding: 0 1.5%;
  box-shadow: 0 0 10px 0 lightgrey;
}

.navbar-start{
  margin-right: 0px !important;
}
.image img {
  min-height: 100%;
}

.image.user img {
  max-height: 3.2em;
  max-width: 3.2em;
}


.is-active-item {
  font-weight: bold;
  color: #00A4FF !important;
  border-bottom: 5px solid #00A4FF;
}

.navbar-item:focus{
  color: black;
  background-color: white;

}

.is-active-item:focus{
  background-color: white;
}

.user-card {
  color: white;
  background-color:  #0c3965;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: lightgrey;
}

.navbar-dropdown {
  padding-top: 0;
}

.hero-body {
  padding: 0;
}
.logoApp .image{
  width:64px;
}

.img-user {
  margin-left: 0px;
}

.figure-user-content{
  margin-left: 0px;
}