.recette{display:grid;padding:0 15rem;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.recette__box{cursor:pointer;aspect-ratio:1/1}.recette__img{position:relative}.recette__img:hover .recette__text{opacity:.6;pointer-events:auto}.recette__text{background-color:#000;opacity:0;position:absolute;width:100%;height:100%;top:0;left:0;color:#fff;text-align:center;font-size:2rem;font-family:Work Sans,sans-serif;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1200px){.recette{grid-template-columns:2fr;padding:0 4rem}}@media screen and (max-width:500px){.recette{grid-template-columns:1fr;padding:0 2rem}}