html, body {
    scroll-behavior: smooth;
}
body {
    width: 4000px;
    height: 4000px;
}
#start {
    position: absolute;
    left: 2000px;
    top:2000px
}

div {
    visibility: hidden;
    transition: all 3s;
}

#ici {
    position: absolute;
    top: 3000px;
    left: 2000px;
}

#la {
    position: absolute;
    top: 3100px;
    left: 2100px;
}
#image1 {
    position: absolute;
    top: 3100px;
    left: 1900px;
    width: 150px;
}
.visible {
    visibility: visible;
    rotate: 962deg;
}