.Gallerie-wrapper {
    position: relative;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    width: 160px;
    height: 160px;
    float: left;
}

.Gallerie-wrapper.Gallerie-wrapper--small {
    width: 80px;
    height: 80px;
}


.Gallerie-thumbnail img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.Gallerie-thumbnail.Gallerie-thumbnail--small img {
    width: 80px !important;
    height: 80px !important;
}

.Gallerie-thumbnail {
    display: block;
}
.Gallerie-suppression {
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c0392b;
    font-size: 25px;
    background-color: rgba(255, 255, 255, .8);
}