
@media(max-width: 1024px){
    body{
        overflow-y: scroll;
        overflow-x: hidden;
    }
    main{
        display: flex;
        flex-direction: column;
        height: auto;
        
    }

    section{
        overflow: hidden;
        height: auto;
    }

    .projetImgs{
        height: auto;
    }

    .projetDétail{
        justify-content: flex-start;
        height: 100%;
    }

    .next_previous{
        margin-top: var(--margin);
    }

    footer{
        bottom: auto;
    }
}




