div.produit {
    width: 300px;
    float: left;
        margin-right: 18px;
    height: 325px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #c4ba9d;
}

.prodimg {
    float: left;
    padding: 10px;
    border: 2px solid #ccc;
    /* margin-right: 24px; */
}
.img{
    width: 100%;
   text-align:center;
    height: 230px;
}
div.produit p{margin-left:10px !important;}
div.produit img {
    margin: 10px;
}

div.produit h3 {
    color: #008ae8;
    font-family: "arial";
    font-size: 14px;
    margin-left: 10px !important;
}


#desprod {
    float: right;
    width: 540px;
    background: #f2f2f3;
    padding: 20px;position:relative;margin-bottom: 20px;
}
#desprod  h3{
    background-color: #fff;
    padding: 20px;
    color: #008ae8;
    margin: -20px;
    margin-bottom: 20px;
}

#desprod span{
    display: block;
    color: #656565;
    font-size: 16px;
    font-weight: 500;
}

 #prix{
    background-color: #fff;
    color: #f07a12 !important;
    position: absolute;
    bottom: -21px;
    padding: 10px 15px;
    border: 1px solid #ccc;
}




