.serviceBox{
    width: 240px;
    height: 310px;
    padding: 25px;
    margin: 50px 20px 40px 0;
    border: 1px solid #ddd;
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover{ border: 1px solid #f99132; }
.serviceBox .service-icon{
    display: inline-block;
    font-size: 40px;
    color: #ff6f59;
    margin-bottom: 10px;
}
.serviceBox .service-icon img{
    width: 100%;
}
.serviceBox .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #2b336c;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #777;
    line-height: 25px;
    margin: 0;
}
.serviceBox .read{
    display: inline-block;
    padding: 7px 20px;
    font-size: 17px;
    font-weight: 700;
    color: #777;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .read{ color: #fff; }
.serviceBox .read:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skewX(-15deg);
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .read:after{
    background: #f99132;
    border: 1px solid #ff6f59;
}

.fleft{
    float: left;
}
.fright{
    float: right;
}
div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 24%;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.vente{
    
    padding: 5px;
    margin: 0px;
}

.vente .detail-vente{
    margin: 10px;
    border-bottom: 1px solid #ddd;
    
}

@media (min-width: 480px) and (max-width: 1200px) {
    .vente .detail-vente{
        width:500px; 
    }
}

.vente .detail-vente span{
    font-size: 12px;
    color: #999;
}

.vente .titre-vente{
    color: #4a9400;
    font-weight: bold;
    height: 45px;
    overflow: hidden;
}
.vente .prix{
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
}

.red{
    color: red;
}
.clearfix{
    clear: both;
}
.prix{
   color: #4a9400;
   font-size: 16px;
   font-weight: bold;

}
/*table{width: 100%;}*/

.msg-succes{
    color:#155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 5px 15px;
}
.msg-erreur{
    color:#721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 5px 15px;
}