a.prod{
    display: block;
    height: 120px;
    float: left;
    overflow: hidden;
}

.cadre50 > a.prod{
    width: 158px;
    margin: 0;}
.cadre100 > a.prod{
    width: 241px;
    margin-left: 1px;}

    img.prod-icon{
        position: absolute;
        margin-left: 85px;
        margin-top: 25px;
    }
    a.prod:hover > img.prod-icon{      display: block;}
    a.prod:not(:hover) > img.prod-icon{display: none;}

    .cadre100 > a.prod > img:not(.prod-icon){
        width: 100%;
        min-height: 100%;
    }