a {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.logo-entreprise {
  width: 120px;
}

html {
  scroll-behavior: smooth;
}

#journey {
  max-height: 2000px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  position: relative;
}

#journey::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.9));
  pointer-events: none;
}
