#titreProjet {
    margin: 22px 0;
    font-size: 22px;
    margin-left: 20px;
    font-weight: normal
}

.contimg {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 20px
}

.contimg img {
    max-width: 100%;
    max-height: 500px;
    height: 100%
}

#contentSize .imgBack img {
    max-width: initial;
    max-height: initial;
    height: auto;
}

.text {
    text-align: justify;
    position: relative;
    padding: 20px;
    margin: 0;
    max-width: 100%;
    overflow: auto
}

.text p {
    display: block
}

.contplan {
    width: 100%;
    text-align: center
}

.contplan img {
    max-height: 200px
}

.imgBack {
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

#contentSize {
    max-width: 900px;
    margin: auto
}

#contentContenu {
    width: 100%;
    position: relative
}

.projectElement {
    max-width: 100%;
    /* height: auto!important;
    aspect-ratio: 16 / 9; */
}

@media screen and (max-width: 1504px) {
    #content {
        padding-right: 40px;
    }

    #contentSize {
        max-width: 100% !important;
    }
}


@media screen and (max-width: 792px) {
    #contentSize {
        max-width: 100% !important
    }

    #content {
        padding: 80px 20px;
        padding-right: 20px;

    }

    .projectElement {
        /* left: 50%!important;
        transform: translateX(-50%); */
        padding: 7px !important
    }

    #titreProjet {
        margin-top: 50px
    }
}