/******************* icones langues ********************/
#header__top ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    padding-top: 5px;
  }
  .langues ul li a::before {
    content: "";
    width: 28px;
    height: 25px;
    display: inline-block;
    background-image: url("../../FileadminVersionned/template/assets/selectLangues.png");
    vertical-align: text-top;
    margin-right: 5px;
  }
  .langues ul li.langue-0 a::before {
    background-position: 0 0;
    margin: 0 !important;
  }
  .langues ul li.langue-0:hover a::before {
    background-position: 0 -49px;
  }
  .langues ul li.langue-0.active a::before {
    background-position: 0 -24px;
    margin: 0 !important;
  }
  .langues ul li.langue-1 a::before {
    background-position: -29px 0px;
    margin: 0 !important;
  }
  .langues ul li.langue-1:hover a::before {
    background-position: -29px -49px;
  }
  .langues ul li.langue-1.active a::before {
    background-position: -29px -24px;
    margin: 0 !important;
  }
  .langues.d-xs-block ul {
    display: inline-flex;
    position: absolute;
    margin: 0;
    top: 4px;
    width: 100%;
    right: 68px;
    list-style-type: none;
    padding: 0;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  /*************************************RESPONSIVE**************************************/
  /*************************************RESPONSIVE**************************************/
  /*************************************RESPONSIVE**************************************/
  /*breackpoint bootstrap sm */
  /*breackpoint bootstrap md */
  /*breackpoint bootstrap lg */
  /*breackpoint bootstrap xl */
  /*breackpoint bootstrap xxl */
  /*breackpoint bootstrap xxl */
  