Largeur de l'enfant

/*when i want child width wider in parent  */
.child-div {
    position:absolute;
    left:0;
    right:0;
}
MD RAZZAK