/* Start custom CSS for section, class: .elementor-element-4fe1833 */#germain{
    display:none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e22df49 */.alignement_btn {
		float: left;
		font-size: 16px;
		display: block;
		margin-right: 10px;
		cursor: pointer;
	}
	#portfolio_koffi_diabate{
	  /*  column-count: 3;
  column-gap: 1em; */
  
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-auto-rows: 50px;
  grid-gap: 10px;
	}
	.cadre {/*
	background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  font-weight: bold;
  color: white;
	}
	
[short] {/*
  height: 213px*/
  grid-row: span 4;
}

[tall] {/*
  height: 285px*/
  grid-row: span 5;
}


[taller] {/*
  height: 400px*/
  grid-row: span 6;
} 

[tall] {/*
  height: 480px*/
  
  grid-row: span 8
}
#portfolio_koffi_diabate>div.cadre>a{
    display:block;
    height: 100%; 
    width: 100%;
    position: relative;
}
#portfolio_koffi_diabate>div{
        background-position: 50% 50%;
        background-size: cover;
    background-repeat: no-repeat;
}

#portfolio_koffi_diabate>div.cadre>a:hover h2{
    display:block;
}
#portfolio_koffi_diabate>div.cadre>a>h2{
    background:rgba(0,0,0,0.7);
    margin-bottom: 0px;
    display: none;
    font-size: 16px;
    font-weight:100;
    color: white;
    line-height: 23px;
    padding: 20px 20px;
    position: absolute; 
    width: 100%;
    bottom: 0px;
}
.snd_select:after {
    background:#75c049 !important;
}
@media (max-width: 991px){
 
#portfolio_koffi_diabate {
    column-count: 1;
    column-gap: 1em;
}

#portfolio_koffi_diabate>div.cadre>a>h2{ 
    display: block; 
}
}/* End custom CSS */