.gallerie__album {
    margin-bottom: 25px;
}

.gallerie__album .content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    margin: auto;
    height: 250px;
    position: relative;
}

.gallerie__album .content .lightbox {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallerie__album .content .lightbox a {
    display: flex;
    width: 100%;
    height: 100%;
}

.gallerie--titre {
    position: absolute;
    bottom: -16px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    padding: 10px;
    font-weight: 700;
    color: black;
    text-align: center;
}