.col-lg-3{
    width: 25%;
    min-width: 230px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
   
    text-align: center;
}
.col-lg-3 img {
    max-width: 100%;
	
}
.style_prevu_kit
{
    display:inline-block;
    border:0;
   
    position: relative;
    -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);   

}
.hover-content {
    display:none;
}
/* .col-lg-3 img:hover {      
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);    
} */
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 100ms 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(1.5);
}


.style_prevu_kit:hover .hover-content 
{
        display:block;
}
.img-container {
    display: inline-block;
    position: relative;
}
.positioning{
    position: absolute;
    left: 77px;
    top: 22px;
   
    color: black;
    padding: 4px;
    font-size: 17px;
    line-height: 18px;
}

h2 {
   width: 100%; 
   text-align: right; 
   border-bottom: 10px solid #1176bc; 
   line-height: 0.1em;
   margin: 20px 0 20px; 
   color:#1176bc;
} 

h2 span { 
    background:#fff; 
    padding:0 21px; 
}
