
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: white;
  text-align: center;
  overflow-x: hidden;
}

  .dropdown{
    border-radius:0;
    border:0;
}
.dropdown-menu{
    background: #003e7a!important;
    color:  white!important;
    border: 1px solid #003e7a!important;
    text-align: center;
    border:0;
    top:80%;
    border-radius:0px 0px 5px 5px;
}
.dropdown-item:hover{
    background:#085ca5!important;
    color:#fff!important;
}
.dropdown-menu a{
    color:#fff!important;
} 
.navbar .nav-item .nav-link{
    color:#eee !important; 
    
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link{
    color:red !important;
    
}


  
#number{
  background-color: #003e7a;
  color: white;
  font-weight: bold;
}


  
.tcol{
  background-color: #003e7a;
  color: white;
  text-align: center;
}


.tcol1{
  background-color: #003e7a;
  color: white;
  text-align: center;
}


  
#section-1{

height: auto;
text-align: right;
font-size: 24px;
color: #003e7a

}


      .lien{
        color: #ffffff!important;
      }
 
     .lien:hover{
        color: #ffffff!important;
      }

  .circle{
  border-radius: 60%;
  margin: 0.15em;
  font-size: 2em;
  }

  .fa-facebook{
  background: #3B5998;
  color: #FFFFFF;
  padding: 0.05em 0.3em;
  }

#titleh1{
	color: #003e7a!important;
}

  #lang{
    margin-left: 5px;  
    font-size:15px;

  }

  #lang1{
    margin-right: 5px;
    font-size:15px;
  }

@media only screen and (max-width: 991px) {
#lang{
    margin-left: 5px;  
    font-size:15px;
    float: right;
}
}
@media only screen and (max-width: 991px) {
#lang1{
    margin-right: 5px;
    font-size:15px;
    float: left;
}
}
