/* Tablette */

.toggle-menu {
  z-index: 999;
  position: fixed;
  top: 20px;
}


@media screen and (min-width: 992px) {
  .toggle-menu {
    display: none;
  }

  h2#flux {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {

/* Header */
#header {
  margin-top: 10px;
}

.toggle-menu {
    right: 30px;
}

#logo {
  width: 134px;
  height: 35px;
}

#logo img {width: 130px;height:auto;max-width: 100%;}

#about{
  display: none;
}

.toggle-menu + #top_nav {
  display: none;
}

#top_nav li.last a{
  padding: 0 8px;
  display: inline-block;
}

#top_nav.mm-spn li.last {
  display: flex;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent);
}

#top_nav.mm-spn li.last:before {
  display: none;
}

body .mm-spn.mm-spn--navbar:after {
  opacity: 1;
}


body .mm-spn.mm-spn--main.mm-spn--navbar:after {
  content: '';
  background: url(../images/logo.png) no-repeat center center;
  background-size: 80px auto;
}

ul#menu li {
  font-size: 18px;
}

}


/* Mobile */

@media screen and (max-width: 767px) {
    .toggle-menu {
        right: 15px;
    }
}
