/* Hide text when the pointer focus a link */
body.page-7588778 #js-hero{
  display: none;
}
/* Disable cursor events on "decoupure" with . as title */
[data-title="."]{ 
  pointer-events: none;
}
/* Hide Navigation (Back to top) */
body.gallery .nav__list--breadcrumb {
  display: none;
}
@media (min-width: 800px){
  .nav__inner {
    padding: 100px 80px 32px;
  }  
}
/* Using Format modifications */
.content {
  margin: 0 20px 100px 20px;
}
html body div#js-main #using {
  position: relative !important;
  width: 100% !important;
  text-align: center;
  right: auto !important;
}
html body div#js-main #using a {
  border-bottom: 1px #e1b4a6 solid !important;
  color: #e1b4a6 !important;
}