.fullpage{
    
    width: 100%;
    height: max-content !important;
    display: contents;
    pointer-events: all !important;

}

body{
    overflow-x: hidden;
}

.more-event{

    cursor: pointer;
    background-color: black;
    color: white;
    font-family: 'SF Pro Display';
    padding: 10px;
    width: fit-content;
    align-self: flex-end;
}

.event-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-bloc{
    margin-top: 50px;
}
.event-bloc img{
    margin-bottom: 20px;
}