#recherches .frame_produit{position:relative;margin-bottom:5vh}
#recherches .frame_image{
    position:relative;
    display: flex;
    border: 1px solid #ebebeb;
    width: 100%;
    height: 350px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;text-align: center;
}
#recherches .frame_image>div{width:100%}
#recherches .frame_produit:hover .frame_image{background:#ebebeb;}
#recherches .img_principale{
    position: relative;
    max-width: 200px;
    max-height: 250px;
    width:100%;
    display: inline-block;
}
#recherches .frame_description{}
#recherches .nom_prd{
    display: block;
    font-weight: bold;
    color: #323232;
    font-size: 28px;
    text-align: left;
    margin:10px 0 ;
    text-transform: uppercase;
}
#recherches .description_courte_prd{
    display: block;
    height: 35px;
    overflow: hidden;
    font-size: 12px;
}
#recherches .frame_voir{
    position:absolute;
    top: 40%;
    text-align: center;
    display: block;
    width: 100%;
}

#recherches .voir_plus_prd{
    opacity:0;
    background: #34c6f4;
    height: 50px;
    line-height: 50px;
    display: block;
    width: 150px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
}
#recherches .frame_produit:hover .voir_plus_prd{opacity:1;}

