.zone_rapport{position:relative;width:200px}.rapport_fond{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(255,145,0,.473);opacity:0%;transition:all .2s ease-in-out}.rapport_fond:hover{opacity:100%}.rapport_fond:hover .rapport_zone_texte{transform:translate(0)}.rapport_zone_texte{transform:translate(0,-50px);transition:transform .2s ease-in-out}.rapport_titre{color:#000;font-size:x-large;font-weight:700;margin-left:30px;margin-right:30px;text-align:center;position:absolute;margin-top:20px}.rapport_icon{width:40px;filter:invert(1)}.rapport_zone_lien{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.rapport_img{width:200px}.rapport_lien{width:100%;height:100%}.rapport_fond:hover .rapport_titre{color:#ef8800 !important}