.boxMedia{
    float:left;
    width:100%;
    height:250px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor:pointer;
    margin-top:20px;
}
.titleMedia{
    position: absolute;
    bottom:0;
    width:100%;
    left:0;
    padding:15px;
    font-size:1em;
    background-color:#0c1f34;
    color:#FFF;
}
.boxVisionneuse{
    float:left;
    width:100%;
    background-color:#000;
    color:#FFF;
}