.aProposEnglobant{
    min-height:100vh;
    background-color: #d56d74;
    padding-top: 200px;
    padding-left:30px;
    padding-right:30px;

    padding-bottom:90px;
}

.aPropos{
    display:flex;
    max-width:1400px;
    margin-bottom:auto;
    margin-right:auto;

}

.aPropos p{
    font-size:20px;
    max-width:1400px;
    padding-right:50px;

}

.aPropos .imageAPropos{
    width:45%;
}

.aPropos .imageAPropos img{
    width:100%
}

.aPropos .testeAPropos{
    flex: 2;
}

.aPropos .imageAPropos{
    flex:1;
}

@media screen and (max-width:992px){
    .aPropos{
        flex-direction:column;
    }

    .aPropos .testeAPropos{
        margin-bottom:30px;
    }
}