/* Styling pour le plugin du plan du site */
#post-6680 div.entry-content > h2 {
  display: none;
}
ul.simple-sitemap-page > li.page_item_has_children > ul {
  padding-top: 10px;
}

/* On iPad vertical, the sidebar will be all the WIDTH */
@media (max-width: 839px) {
  .magog-sidebar-right {
    width: 100% !important;
  }
}

/* On Ipad vertical, the sidebar will be all WIDTH (content = 70%, so sidebar = 30% instead of 25%) */
@media (max-width: 1024px) {
  .magog-sidebar-right {
    max-width: calc(100vw * .3) !important;
  }
}

@media (max-width: 839px) {
  .magog-sidebar-right {
    max-width: 100% !important;
  }
}

/* Fix EDGE bug with SVG */
.mdl-layout__drawer a.site-title.magog-logo-link, .mdl-layout__header-row a.site-title.magog-logo-link img {
  max-width: 124px;
}
