.block_full {
    position: relative;
    background: #104c98;
    color: #fff;
    margin: 0;
}
.banner_apropos {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(/Files/App_002/Images/imgpropos.jpg) center center no-repeat;
    background-size: cover;
}
.text_apropos {
    padding: 100px 75px 100px 0;
    overflow: auto;
}
.text_apropos .moyennetext {
    padding-bottom: 1em;
}
.moyennetext {
    font-size: 2.8em;
    font-weight: lighter;
    line-height: 1.3em;
}
.text_apropos p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
    font-family: Open Sans;
}
.text-justify {
    padding: 0;
}

@media screen and (max-width: 1024px) {
.moyennetext {
    font-size: 2.1em;
}
}

@media screen and (max-width: 767px) {
.text_apropos {
    padding: 50px 0 50px 0;
    overflow: auto;
}
}
@media screen and (max-width: 480px) {
.text_apropos p {
    font-size: 14px;
    line-height: 26px;
}
.moyennetext {
    font-size: 1.5em;
}
}