/* Le code CSS de la démo */

.parent{
    border : 1px dashed orange;
    padding: 0px;
    margin : 0px;
    background: #eee;
    
}

article{
    width : 50%;
    display:inline-block;
}
.hack-css {
	font-size: 0;
}
.hack-css * {
	font-size: initial;
}
.vertical-align {
        vertical-align: top;
}