/* Pour IE9 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .iconpolice img {
        height: 50%;
    }
    
    .iconpolice img:hover {
        width: 37%;
        height: 45%;
    }

}

