.oeuvres{display:grid;list-style:none;gap:5rem;align-items:flex-end}@media screen and (min-width: 30rem){.oeuvres{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 60rem){.oeuvres{grid-template-columns:repeat(3, 1fr)}}.oeuvres img{width:100%;height:100%;object-fit:cover;transition:all .3s}.oeuvres img:hover{opacity:.2}.oeuvres .title{color:#3E3E3E;margin-top:0;letter-spacing:1px;font-size:1rem;text-transform:uppercase}.oeuvres .oeuvre_dimentions{font-size:.8rem}
