.project-header { background-color: #29A7D9; }
.project-header a { color: white; }

.element1 { background-color : #F2B90C;}
.element2 { background-color : #BF3952; }
.element3 { background-color : #29A7D9; }

#rouge-clair { background-color: #BF3952; }
#bordeau { background-color: #592C38; }
#bleu { background-color: #29A7D9; }
#jaune { background-color: #F2B90C; }
#beige { background-color: #F2C9BB; }

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

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

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



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

.texte {
    padding: 20px;
    width: 70%;
}

@media screen and (max-width: 768px) {
    .affiche, .texte-gauche {
        width: 100%;
        text-align: center;
    }

    .texte-gauche h2 {
        text-align: center;
    }
}