.bloc-icon .mysvg {
        display: inline-block;
        filter: invert(39%) sepia(16%) saturate(614%) hue-rotate(156deg) brightness(97%) contrast(89%);
    
}
.bloc-icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.bloc-icon img {
  width: 20px;
  align-content: center;
}
.bloc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-nav {
  background: #F1F1F1;
  position: fixed;
  bottom: 0;
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 9;
}
.m-nav.active{
  background-color: #2f55d4 !important;
}
@media screen and (min-width: 600px) {
  .m-nav {
  display: none;
  }
}


@media screen and (max-width: 670px){
  #topnav .menu-extras {
  display: none;
}
}