/** Module hors Wrapper car nous avons besoin de la classe body */
.single-note .header.sticky {
  position: fixed;
  left: 180px;
  right: 40px;
  top: 4em;
  z-index: 900;
}

@media (max-width: 785px) {
  .single-note .header.sticky {
    left: 10px;
    right: 32px;
  }
}

.sticky-menu.folded .single-note .header.sticky {
  left: 56px;
}

@media (max-width: 785px) {
  .wp-responsive-open .single-note .header.sticky {
    left: 217px;
    right: 0;
  }
}
