.project-header { background-color: #9CD9C8; color: white; }

.element1 { background-color : #9CD9C8;}
.element2 { background-color : #F2D399; }
.element3 { background-color : #17AEBF; }

#bleu1 { background-color: #0F758C; }
#bleu2 { background-color: #17AEBF; }
#bleu3 { background-color: #9CD9C8; }
#jaune { background-color: #F2D399; }
#beige { background-color: #BF5315; }

.fond1 {
    background-size: cover;
    background-position: center;
    background-image: url("../../img/grands-mockups/mockup-mer-grand.jpg")
}

.container1 {
    padding: 0 2em;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 70vh;
}

.titre1 h1 {
    max-width: 60%;
    line-height: 1em;
    font-size: 80px;
    margin-bottom: 20px;
}

.affiche {
    margin-right: 30px;
    width: 50%;
}
.affiche img {
    width: 100%;
}

.texte-gauche {
    width: 50%;
    text-align: left;
}

.project-media {
    padding: 0 7em;
}
