@media (min-width:0px) and (max-width:1025px)  { /* smartphone et tablette petit format */
    
    #parag_div{
        width: 100%;
    }
    #parag_div{
        margin-right: 0;
    }
    .images_propos{
        margin: 0em 0em;
    }

}
@media (min-width:1025px)  { /* autres */
    
    #parag_div{
        width: 66%;
    }
    #parag_div{
        margin-right: 5%;
    }
    .images_propos{
        margin: 0.9em 0em;
    }
}

#parag_div{
    display: inline-block;
    margin-bottom: 1.4em;
}
.parag_propos{
    font-size: 1em;
    margin-bottom: 0.4em;
}
.images_propos{
    width: 100%;
}

.titre{
    background-image: url("../images/menu/b-propos.png");
}