 .navbar-home{
	 width: 100px;
 }
 .navbar-search{
	 min-width: 300px;
 }
 .navbar-toggler {
  background-color: #496bfe !important;
  border: 1px solid #f1f1f1 !important;
  color:#fff !important
 }
 span.navbar-toggler-icon{
  color: #fff !important;
 }

 .navbar-light .navbar-nav .active > 
 .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
   .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
    color: #496bfe !important;
    width: 100% !important;
  }
 /* a.nav-link:hover{
    text-decoration: underline;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.3px !important;
  }
  .navbar-nav .dropdown-menu {
    background-color: #fff !important;
    border: 1px solid #dedede;
  }
  .dropdown-item{
    color: #000!important;
    font-size: 11.5px !important;
    font-weight: 600 !important;
    letter-spacing: 1.3px !important;
    background-color :#fff;
  }

  .dropdown-item:hover{
    color: #fff!important;
    font-weight: 600 !important;
    background-color :#496bfe !important;
  }*/

  .i18n-select{
    background-color: white !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.3px !important;
    border:none !important;
    text-align: left;
   /* padding-left: 50% !important;
    width:  100% !important;*/
  }
  option.i18n-option{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  select.form-control.i18n-select:hover{
    cursor:pointer;
  }

  select.form-control.i18n-select{
    padding-right: 0 !important;
  }
  select.form-control.i18n-select option{
    background-color: #fff;
    text-align: left;
  }

  select.form-control.i18n-select option:hover{
    background-color: #496bfe !important;
  }

  .btn-search{
    background-color: #fff;
    border-top : 1px solid #496bfe !important;
    border-bottom : 1px solid #496bfe !important;
    border-right : 1px solid #496bfe !important;
    border-radius : unset !important;
  }

  .img-responsive {
    height: auto;
    width: auto;
    max-height: 70px;
    max-width: 150px;
    /*line-height: 50px; /* whatever the fixed height of the bar is */
    vertical-align: middle;
  }
  
 .img-responsive2 {
    height: auto;
    width: auto;
	 max-height: 130px;
    max-width: 200px;
    /*line-height: 50px; /* whatever the fixed height of the bar is */
    vertical-align: middle;
  }
  .img-responsive3 {
    min-height: 40px;
    width: auto;
	  max-height: 90px;
    max-width: 200px;
    /*line-height: 50px; /* whatever the fixed height of the bar is */
    vertical-align: middle;
  }
  
  .img-responsive4 {
    min-height: 40px;
    width: auto;
	max-height: 50px;
    max-width: 200px;
    /*line-height: 50px; /* whatever the fixed height of the bar is */
    vertical-align: middle;
  }
    .img-responsive5 {
    height: 20px;
    width: auto;
    /*line-height: 50px; /* whatever the fixed height of the bar is */
    vertical-align: middle;
  }
.domaine-2{
	color: #2192d9;
}
.domaine-1{
 color:#ff8636
}

@media (max-width:576px){
 .navbar-home{
	 width: 100% !important
 }
 .navbar-search{
	 width: 100% !important
 }	
}
@media all and (min-width: 992px) {
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .nav-link{   }
.navbar .nav-item:hover .dropdown-menu{ display: block; }
.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	