@media only screen and (min-width: 768px) {

  #block-topmenu,
  #block-topmenuen,
  #block-surmenuprincipalenversionfrancaise,
  #block-surmenuprincipalenversionanglaise
  {
    width: 100%;
  }

  .container__top__menu {
    width: 100%;
    background: #00A6D9;
    height: 60px;
    transition: 0.3s background;
  }

  /* compensate scrollbar width when stop-scrolling is applied*/
  .stop-scrolling .container__top__menu {
    padding-right: 17px;
    transition: 0s padding-right;
  }

  /* MENU TOP */
  .container__nav__top__menu {
    padding: 0 100px 0 100px;
    height: 100%;
  }

  .container__nav__top__menu .menu-level-0 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    height: 100%;
  }

  .container__nav__top__menu .menu-level-0 > li {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    display: flex;
    gap: 7px;
    flex-direction: row-reverse;
    align-items: center;
    font-weight: 800;
    height: 100%;
    position: relative;
    margin-left: 40px;
    cursor: pointer;
    padding-right: 13px;
  }

  .container__nav__top__menu .field__label {
    display: none;
  }

  .container__nav__top__menu li img{
    width: 21px;
    height: 21px;
    background-size: cover;
    margin-bottom: 3px;
  }


  .container__nav__top__menu a:hover{
    text-decoration: none !important;
    color: #ffffff !important;
  }

  .container__nav__top__menu .menu-items {
    padding-right: 14px !important;
    margin-right: 0 !important;
  }

  .container__nav__top__menu .menu-item--expanded:after {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.011" height="10.011" viewBox="0 0 10.011 10.011" style="&%2310;"><path id="Tracé_47" data-name="Tracé 47" d="M12.579,13.579H7V8" transform="translate(-9.546 4.298) rotate(-45)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>');
    background-size: cover;
    position: absolute;
    right: 0px !important;
    width: 10px;
    height: 10px;
    top: 23px;
    background-repeat: no-repeat;
    transition: 0.5s all;
  }

  .menu-item--expanded .menu-level-1 {
    background: #00A6D9;
    padding: 0;
  }

  .menu-item--expanded .menu-level-1.openMenulevel1 {
    max-height: 15em;
  }

  .menu-item--expanded {
    position: relative;
  }

  .menu-item--expanded .menu-dropdown {
    position: absolute;
    z-index: 1000;
    max-height: 0;
    top: 60px;
    width: max-content;
    overflow: hidden;
    -moz-transition: .2s all .2s;
    -webkit-transition: .2s all .2s;
    transition: .2s all .2s;
    transform: translateX(calc(25% + 7px));
  }
  .menu-item--expanded .menu-dropdown li {
    padding: 8px 15px;
  }
  .menu-item--expanded.activeMenu .menu-dropdown {
    max-height: 15em;
  }

  .container__nav__top__menu .activeMenu.menu-item--expanded:after {
    transform: rotateZ(180deg);
    transition: 0.5s all;
    top: 26px;
  }

  header .menu-item--expanded li {
    list-style: none;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
  }

  @media only screen and (-Webkit-min-device-pixel-ratio: 1.25),
  @media only screen and (-moz-min-device-pixel-ratio: 1.25),
  @media only screen and (-o-min-device-pixel-ratio: 5/4),
  @media only screen and (min-device-pixel-ratio: 1.25) {
    .container__top__menu
    {
      zoom: 80%;
    }
  }

  @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
  @media only screen and (-moz-min-device-pixel-ratio: 1.5),
  @media only screen and (-o-min-device-pixel-ratio: 3/2),
  @media only screen and (min-device-pixel-ratio: 1.5) {
    /* for menu FR */
    .container__top__menu
    {
      zoom: 66%;
    }
  }

  .openMenu .container__nav__top__menu img,
  .openMenu .container__nav__top__menu a,
  .openMenu .container__nav__top__menu li:after
  {
    transition: 0.2s all;
    opacity: 0.35;
  }

}

