body{
    overflow: hidden;
}

main{
    display: grid;
    grid-template-columns: calc((100% - 45px)/3) calc((100% - 45px)/3) calc((100% - 45px)/3);
    grid-gap: 25px;
    grid-template-rows: auto;
    

    margin-top: 22px;
}

.projetDétail{
    width: 100%;

}

section{
    grid-column: 2/4;
    height: calc(100svh - 232px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.photo{
    width: 100%;
    margin-bottom: 25px;
}

.projetImgs{
    columns: 2;
    column-gap: 25px;
    height: auto;
    
}

.bigImg{
    object-fit: cover;
    width: 100%;
    height: 100%;
    
}

.next_previous{
    display: flex;
    justify-content: space-between;
}

.projetInfos{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column: 2/3;
}

.projetInfos2{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column: 3/4;
}

.projetDétail{
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    height: calc(100svh - 232px);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.marginTop{
    margin-top: 45px;
}

footer{
    position: absolute;
    width: calc(100% - (var(--margin) * 2));
    bottom: 0;
}

.bigPicture{
    height: 80%;
    width: auto;
    transition: all ease .5s;
} 