/* ----------------------------------------------------------------------------- */
/* images effects for products 
-------------------------------------------------------------------------------- */
.tableau-dms{
    width:100%;
    background-image: url("/wp-content/uploads/dms-suite-bkg.jpg"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tableau-das{
    width:100%;
    background-image: url("/wp-content/uploads/das-suite-bkg.jpg"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tableau-des{
    width:100%;
    background-image: url("/wp-content/uploads/des-suite-bkg.jpg"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cell-dms{
    padding:0; 
    vertical-align: middle; 
    /*width:25%;*/
    border-right: 20px solid transparent;
}
.cell-dms-grosse{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    vertical-align: top; 
}
.cell-dms-grosse div{display:inline-block;}
@media (max-width: 767px) { 
    .cell-dms{border-right: 5px solid transparent;}
    .cell-dms-last{border-right: 5px solid transparent;}
    .mobile-no-padd{padding-left:0; padding-right:0;}
}

.cell-dms p{
    text-align: center; 
    font-weight: 700; 
    padding-top:5px; 
    font-size:13px;
}
.product-over{
    border: 5px solid white;
    border-radius:5px;
    transition:0.4s;
}
.product-over:hover{
    box-shadow: 0 0 0 2px #42515c;
    transition:0.4s;
}
.grosse-roulette{
    width:80%;
    max-width:175px !important; 
    text-align: center; 
    margin-right: auto; 
    margin-left: auto;
}

.image-map-stroke{border:0 solid #42515c; transition:0.4s;}
.image-map-stroke:hover{border:3px solid #42515c;}