.grid_projets_container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}.grid_projet_item{background-size:cover;position:relative;padding-bottom:70%}.grid_product_title{color:#fff}.grid_projet_content{position:absolute;width:100%;height:100%;background:#000038;background:-webkit-linear-gradient(bottom,rgb(0 0 56) 0%,rgb(0 0 56 / .5) 39%,rgb(0 0 56 / .3) 100%);background:-moz-linear-gradient(bottom,rgb(0 0 56) 0%,rgb(0 0 56 / .5) 39%,rgb(0 0 56 / .3) 100%);background:-o-linear-gradient(bottom,rgb(0 0 56) 0%,rgb(0 0 56 / .5) 39%,rgb(0 0 56 / .3) 100%);background:linear-gradient(to top,rgb(0 0 56) 0%,rgb(0 0 56 / .5) 39%,rgb(0 0 56 / .3) 100%);padding:30px;display:flex;align-items:flex-end;justify-content:flex-start}@media screen and (max-width:768px){.grid_projets_container{grid-template-columns:repeat(1,1fr)}}