/* TODO patch temporaire en attendant correction du thème Darkly */
:root {
    --bs-emphasis-color: white;
}

.hoverloupe {
    position: relative;
}

.hoverloupe .overlay {
    opacity: 0;
    transition: .3s ease;
}

.hoverloupe:hover .overlay {
    opacity: 1;
}

.loupe {
    position: absolute;
    top: 0;
    left: 0.5em;
}

.zoomimage {
    transition: transform .2s;
}

.zoomimage:hover {
    transform: scale(1.1);
}

.form-clear {
    align-items: center;
    background: #cecece;
    border-radius: 50%;
    bottom: 8px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 16px;
    width: 24px;
    z-index: 10;
}

.form-text+.form-clear {
    bottom: calc(1rem + 18px);
}

.form-clear .icon {
    font-size: 16px;
    font-weight: 500;
}


button.pswp__button--check {
    color: #fff;
}
