.app_title {
    color: #004E70;
    font-size: 35px;
    font-weight: bold;
  }

  .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: -5px;
    margin-bottom:10px;
  }
  .linkMenu {
    float: left;
    font-size: 10px;
  }
  .linkMenu a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  } 
  
  
  .dropdown, .dropdown-lang {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content a {
    color: black;
    padding: 0 6px;
    text-decoration: none;
    display: block;
    align-items: center;
  }

.dropdown-lang-content,
.dropdown-content  {
    display: none;
    position: absolute;
    background-color: #fcfcfc;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

.dropdown-content {
    right: 0;
}

.dropdown-lang-content {
    right: -20px;
}
  
.dropdown-lang-content a {
    color: black;
    padding: 0 6px;
    text-decoration: none;
    display: block;
    align-items: center;
}
.dropdown-lang:hover .dropdown-lang-content , .dropdown:hover .dropdown-content {display: block;}

.linkMenu {
    color: #1e1e1e;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    border-radius: 0px;
    text-decoration: none;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
} 
.linkMenu:before {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 5px;
    width: 0;
    background: #4070f4;
    border-radius: 5px;
    transition: width 0.3s ease;
  }
  .linkMenu:hover:before {
    width: 80%;
  }

  .fa-sort-desc, .fa-user, .fa-sign-out, .flag {
    padding: 5px;
  }
  
  .top{
    z-index: 1000;
  }

  .liste2 {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }

  .liste2 a {
    display: block;
    color: rgb(0, 0, 0);
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
  }
 
  .dropdown-liste2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
  }
  .dropdown-liste2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-liste2 a:hover {
    background-color: #e8e8e8
  }
  .liste2:hover .dropdown-liste2 {
    position: fixed;
    display: block;
    position: absolute;
    font-size: 12px;
    font-style: normal;
  }