div.project-grid
  {
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
  }


div.title_cat
  {
  position: absolute;
  background: rgba(0, 0, 0, 0.40);
  text-align:center;
  align-items: center;  
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  
div.title_cat h4
  {
  font-size:18px;
  font-weight: normal;
  margin:0;
  width:100%;
  }
  
div.title_cat h4 a
  { 
  color:#fff !important;
  font-weight: 100;
  }
  
div.title_cat h4 a:after 
  {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  background: #86bc42;
  margin: 5px auto; 
  }
  
.fit
  {
  
  position:relative;
  padding-top:100%;    /* 1:1 Aspect Ratio */
  text-align:center;
  min-height:250px
  }

.fit img
  {
  position:absolute;
  top:0;
  left:0;  
  /*max-height:250px;*/
  max-width:100%;
 
  object-fit: cover;  /* adaptation contenu a son parent */
  } 
