.fond{position:absolute;top:0;left:0; right:0;bottom:0;
 background-color:none;}

.style_prevu_kit
{
    display:inline-block;
    /*border:0;
    width:196px;
    background: #fff;*/
    height:170px;
    position: relative;
    text-align: center;
      border-radius: 10px;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
      padding: 40px 30px;
      width: 200px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit i{
    font-size: 40px;
      color: #0087BF;
}
.style_prevu_kit .content{
    display:none;
}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 100px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(2);
}
.style_prevu_kit:hover i{
    transform: scale(1);
    font-size:20px;
    color:#0087BF;
    padding:5px 5px 5px 5px;
}
.style_prevu_kit:hover h4{
    font-size:10px;
    padding:5px 5px 5px 5px;
}
.style_prevu_kit:hover .content{
    display:block;
    font-size:6px;
    background-color:none;
}

.btn-effects:hover
{
    background-color: #fff;
}
.btn-effects:hover i
{
    color: #409cb2;
}