.formation_menu{
   margin: 0 5px 10px 5px; min-width: 200px; width: 200px; max-width: 200px; min-height: 350px; height: 350px; max-height: 350px;
   box-sizing: border-box; font-size: 18px; font-weight: 400; line-height: 1.3; display:inline-block;
}
.formation_menu .answer {
   background: #fff; color: #3b3b3b; display: table-cell;
   font-size: 18px; min-width: 200px; width: 200px; max-width: 200px; 
   min-height: 300px; height: 300px; max-height: 300px; text-decoration: none;
   transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; box-shadow: 0 0 20px rgba(0,0,0,.1);
  overflow: hidden;
}
.formation_menu .answer[href] {
   background: #a8dda8;
   color: #000000;
}
.formation_menu .answer:hover { box-shadow: 0 0 20px rgba(238,124,54,1.0); }
/* .formation_menu .answer[href]:hover { box-shadow: 0 0 20px #316831; } */

.formation_menu .answer .div_img { display: table-cell; box-sizing: border-box; text-align: center; height: 190px; 
   vertical-align: middle; width: 200px; }
.formation_menu .answer img { max-width: 180px; max-height:180px; vertical-align:middle; }
.formation_menu .border_gradient{
   height: 20px; background: rgba(0, 0, 0, 1.0); background: linear-gradient(0deg, rgba(0,0,0,0.07) 0, rgba(0,0,0,0) 100%);
   z-index: 2; position: relative; top: -20px;
}
.formation_menu .product_title {
   font-size: 18px; padding: 0 20px;
   text-align: left; min-height: 100px; color: #666;
  max-height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.formation_menu .product_title span{ display:block; }
.formation_menu .product_title .bold{ font-weight: bold; color: #3b3b3b; margin-bottom:3px; }
.formation_menu .answer[href] .product_title { color: #000000; }
.formation_menu .answer[href] .product_title .bold{ color: #000000; }
