

#projetHeader{
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 1.5vw;
    #projetHeaderH1{
        font-family: "American Typewriter", sans-serif !important;
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
    }
    #projetHeaderP{

    }
}

.lang-active{
    opacity: 1 !important;
}
.lang-inactive{
    opacity: 0.5 !important;
}

#projets {
    padding: 2rem 0;
    background: #fff;
}

main {
    margin-top: 20vh;
    padding-top: 20vh;
}

.projet {
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 1rem;
    text-align: center;
    flex: 1 1 300px;
}

.projet img {
    max-width: 100%;
    height: auto;
    background: #000;
    display: block;
    margin: 0 auto 1rem;
}
