@import url(https://fonts.googleapis.com/css?family=Raleway);
body {
  margin: 0px;
}
nav {
  margin-top: 40px;
  /* padding: 24px; */
  /* text-align: center; */
  font-family: Raleway;
  /* box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); */
}

.nav-3 {
  background: #4058a4 !important;
}
.nav-2 {
  background: #4058a4 !important;
}

.text-police
{
  font-family: Raleway;
}

.logo_eas{
  /* padding: 0.25rem; */
  max-width: 100%;
  height: auto;
}

.link-3 {
  transition: 0.4s;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 10px;
}
.link-3:hover {
  background-color: #ffffff;
  color: #fff;
  height: 5px;
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  font-weight: 600;
  border-bottom: 4px solid;
}

.nav-link{
  color: rgb(0, 0, 0);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.836) !important;
  border-color: rgba(255, 255, 255, 0.836) !important;
}

.menu-position{
  display: flex;
  justify-content: center;
}

.dropdown-menu {
  position: absolute;
  top: 96%;
  left: -130%;
  width: 800px;
  z-index: 1000;
  display: none;
  float: left;
  padding: 2rem 1rem 1rem 1rem;
  margin: .125rem 0 0;
  font-size: 14px;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #212529;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0 !important;
}

.theme {
  left: 0% !important;
  width: auto !important;
}

.account{
  color: #4e4747 !important;
  text-align: left !important;
  clear: both;
  padding: 0em 0em 1.5em 0.5em !important;
 font-size: 15px;
}
.dropdown-logout{
  color: #4058a4;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 5px;
  clear: both;
  /* font-weight: 400; */
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu.dd-m-top.show {
  top: -4em !important;
  border: 0 !important;
}



.bordure-right{
  border-right: 1px solid;
}

.top-n-l{
  color: #fff !important;
  height: 60px;
}

.nav-link {
  display: block;
  padding: 1rem 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.logo-header{
  width: 200px;
}

.logo-head-img{
  width: 100%;
  height: 100%;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px;
}

a.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active{
font-weight: 600;
    border-bottom: 4px solid;
}

li.nav-item {
  margin: 0em 1em 0em;
}


.modal {
  overflow: scroll !important;
}

#search::-webkit-input-placeholder {
  opacity: 0.2 ;
}

a:active {
  background-color: transparent !important;
}


.btn-overlay{
  width: 30%;
}

.dropdown-menu.nav-3.show {
  width: 1000%;
}

img.img-fluid.commencer {
  max-width: 115%;
  height: 60%;
  padding-top: 4.5%;
}

