#nav_menu-2 {
  top: 280px;
}
/*WIDGET*/
.mpdf-widget {
  position: fixed;
  top: 200px;
  right: 0;
}
.mpdf-widget a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 68px;
  background: #ffffff;
  text-decoration: none;
}
.mpdf-widget a img {
  width: 115px;
}
/*MENU TOP*/
[id="topNav"] [id="menu-top-menu"] li.mpf {
  display: none;
}
[id="topNav"] [id="menu-top-menu"] li.mpf {
  display: inline-block;
}
[id="topNav"] [id="menu-top-menu"] li.mpf a {
  display: block;
  position: relative;
  width: 45px;
  height: 20px;
  text-indent: -10000em;
  font-size: 0px;
}
[id="topNav"] [id="menu-top-menu"] li.mpf a:before {
  content: "";
  display: block;
  width: 75px;
  height: 45px;
  background-image: url(../../images/svg/mpf-white.svg);
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  position: absolute;
  top: -15.5px;
  left: -40px;
}
[id="topNav"] [id="menu-top-menu"] li.mpf a:after {
  display: none;
}
[id="header"].active [id="topNav"] [id="menu-top-menu"] li.mpf a:before {
  background-image: url(../../images/svg/mpf-black.svg);
}

/*RACCOURCI HOME*/
.raccourci img.logoMPF {
  height: 45px;
  margin-bottom: 5px;
}

/*MENU PRINCIPAL*/
#nested > ul li.espaces .sub-menu li.gare a:before {
  background-image: url(../../images/sprites/gare-menu.jpg);
}
[id="nested"] > ul li.espaces .sub-menu li.mpdf a .full {
  top: 45%;
  transform: translate(-50%, -45%);
}
[id="nested"] > ul li.espaces .sub-menu li.mpdf a .full:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 45px;
  background-image: url(../../images/svg/mpf-white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
