﻿#projectsContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    margin-top: 3rem;
}

    #projectsContainer h2 {
        margin-left: 10%;
    }

#projectTuilesContainer {
    padding: 3rem 10%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 2%;
}

.tuile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 2vh;
}

.tuileImgContainer {
    width: 100%;
    height: 55vh;
    width: 40vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .tuileImgContainer img {
        padding: 0.2vh;
        background-color: lightgray;
    }

.photomain {
    width: 70%;
}

.photosubbottom, .photosubtop {
    position: absolute;
    max-width: 65%;
    max-height: 50%;
    z-index: 5;
}

.photosubbottom {
    right: 0;
    bottom: 0;
}

.photosubtop {
    left: 0;
    top: 0;
}

.tuileLegende {
    width: 85;
    text-align:center;
}
