/* Dropdown Menu Multilangue */

/*display: inline-block;*/
/*
#dropdown {
    position: relative;
    line-height: 0;
    text-align: left;
  }
  
  #dropbtn {
    position: relative;
    margin: 0;
    padding: 1px 30px 1px 10px;
    border: none;
    background-color: transparent;
    color: black;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid black;
  }
  
  #dropbtn:hover {
    background-color: #ffffff;
  }
  
  #dropbtn:focus {
    outline: 0;
  }
  
  #dropbtn::after,
  #dropbtn_desktop::after,
  #dropbtn_mobile::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    color: #000000;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 7px;
  }
  
  .dropdown_content,
  .dropdown_content_mobile,
  .dropdown_content_desktop {
    z-index: 10000;
    position: absolute;
    background-color: #fff;
    min-width: 21px;
    margin-top: 2px;
  }
  
  .dropdown_content a,
  .dropdown_content_mobile a,
  .dropdown_content_desktop a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 20px;
    padding: 5px 9px 5px 9px;
    font-size: 14px;
    text-decoration: none !important;
    display: block;
    font-weight: 600;
    color: #000;
  }
  
  .dropdown_content a:hover,
  .dropdown_content_mobile a:hover,
  .dropdown_content_desktop a:hover {
    background-color: #000;
    color: #fff;
  }
  */
  
  /*
  .dropdown_content,
  .dropdown_content_mobile,
  .dropdown_content_desktop {
    z-index: 10000;
    position: absolute;
    min-width: 21px;
    margin-top: -1px;
    width: 100%;
    padding: 3px;
    border: solid 1px black;
    background-color: white;
  }

  #dropbtn {
    border: solid black 1px;
    cursor: pointer;
    padding: 3px;
    user-select: none;
  }

  #dropbtn::after,
  #dropbtn_desktop::after,
  #dropbtn_mobile::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    color: #000000;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 7px;
  }

  .dropdown_content.show {
    display: block !important;
  }
  .dropdown_content.hide {
    display: none !important;
  }

  .dropdown_link {
    width: 100%;
    display: block;
  }
  */

  div.language_selector_container {
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    gap: 5px;
  }