.visual {
  background:
    linear-gradient(90deg,rgba(30,20,13,.96),rgba(36,23,15,.52)),
    url('/assets/background-hand-soil-v2.png') 63% center/cover no-repeat !important;
}

html body .page .visual::after {
  display:block !important;
  inset:0;
  background:url('/assets/pattern-topographique-v3.svg?v=3') center/cover no-repeat !important;
  opacity:.30 !important;
  mix-blend-mode:screen;
  mask-image:linear-gradient(105deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.07) 38%,rgba(0,0,0,.70) 62%,#000 100%);
  pointer-events:none;
}

@media (max-width:900px) {
  .visual { background-position:72% center !important; }
}
