main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

main #apercu-oeuvre-template {
    display: none;
}

main .apercu-oeuvre {
    margin: 1em;
    height: fit-content;
    width: 300px;
    padding: .5rem;
}

main .apercu-oeuvre:hover {
    box-shadow: 0px 0px 10px 5px rgb(165, 165, 165);
    transition: all 0.5s ease;
}

main .apercu-oeuvre img {
    width: 300px;
}

main .apercu-oeuvre h1 {
    font-size: 1.2em;
}

main .apercu-oeuvre h2 {
    font-size: 1em;
    font-weight: normal;
}

#boutonScroll {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
}

#boutonScroll p {
    background: rgba(58, 57, 57, 0.187);
    border-radius:50%;
    cursor: pointer;
    width: fit-content;
}