main p, main h1, main h2, main h3, main h4 {
  -webkit-hyphens: auto;
          hyphens: auto;
}
main a {
  transition: all 0.45s;
  text-decoration-thickness: 0.05em !important;
  text-underline-offset: 0.15em;
}
main a:hover {
  color: var(--wp--preset--color--thunderbird);
}
main ul.wp-block-list {
  padding-left: var(--wp--preset--spacing--40);
}

.autohyphen {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.wp-block-button a.wp-block-button__link {
  transition: all 0.45s;
}
.wp-block-button a.wp-block-button__link:hover {
  color: var(--wp--preset--color--lime) !important;
  background-color: var(--wp--preset--color--contrast) !important;
}

body.home {
  background-image: url("https://staging.trouvailleuse.ch/wp-content/uploads/2025/09/spraypointsm.jpg");
  background-position: -50% -10%;
  background-size: auto 200vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  body.home {
    background-position: 0% 0%;
    background-size: auto 150vh;
  }
}

@media (max-width: 600px) {
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
    padding: var(--wp--preset--spacing--40);
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-medium-font-size {
    font-family: var(--wp--preset--font-family--archivo-black);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1%;
    line-height: 1.08;
    font-size: var(--wp--preset--font-size--x-large) !important;
  }
}