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


div.title_cat
  {
  position: absolute;
  //background: rgba(0, 0, 0, 0.60);
  
  align-items: center;  
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  
div.title_cat h4
  {
  font-size:20px;
  font-weight: 500;
  }
  
div.title_cat h4 a
  { 
  color:#3b6cb4 !important;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  line-height: 0.9;
  }
  
div.title_cat h4 a:after 
  {
  color:#57adde !important;
  content: '';
  display: block;
  width: 70px;
  /*height: 1px;
  background: #86bc42;*/
  margin: 5px auto; 
  }
  
  
  
div.title_cat2
  {
  position: absolute;
  //background: rgba(0, 0, 0, 0.60);
  
  align-items: center;  
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  
div.title_cat2 h4
  {
  font-size:20px;
  font-weight: 500;
  text-align : right;
  }
  
div.title_cat2 h4 a
  { 
  color:#fff !important;
  text-shadow: #333 2px 1px 0;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-size:18px;
  line-height: 0.9;
  
  }
  
div.title_cat2 h4 a:after 
  {
  color:#57adde !important;
  content: '';
  display: block;
  width: 70px;
  /*height: 1px;
  background: #86bc42;*/
  margin: 5px auto; 
  }
   
  
  
  
  
  
DIV.fit
  {
  position:relative;
  padding-top:100%;    /* 1:1 Aspect Ratio */
  }

DIV.fit img
  {
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  object-fit: cover;  /* adaptation contenu a son parent */
  /*filter: brightness(70%);  */ 
  }
  
  
  div.title_cat h4
  {
  text-shadow: none;
  
  }