.gallerie-photos-cards {
    display: flex;
    flex-wrap:wrap;
}

.gallerie-photos-cards__card {
    margin:10px;
    padding:10px;
    box-shadow: rgb(212, 212, 213) 0 1px 10px 0, rgb(212, 212, 213) 0 0 0 1px;
    display:flex;
    flex-direction:column;
    align-items:center;
    flex-basis:calc(33.33% - 40px);
    justify-content: space-between;
    min-height: 150px;
}

.gallerie-photos-cards__card img {
    flex:1;
    width: 100%;
    max-height: 200px;
}

.gallerie-photos-cards__card:hover {
    box-shadow: #727272 0 1px 10px 0, rgb(212, 212, 213) 0 0 0 1px;
}

.gallerie-photos-cards__label {
    margin-top:10px;
    font-weight:bold;
    color:#1A1A1A;
}