a {
    text-decoration: none;
}

#filter-references-dropdown {
    background-image: url("/media/drop-down.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 1px solid #dcc182;
    color: var(--color-secondary) !important;
}

.bg-secondary, .Header .HeaderNavigation>ul>li>ul, .Header .HeaderMobileNavigation {
    background-color: var(--color-secondary) !important;
}

.card {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.card .card-header {
    background-color: transparent;
    border-bottom: none;
    border-radius: 0;
    padding: 0;
}

.card-img-top {
    border-radius: 0;
}

.card .card-body {
    padding: 0;
}

.card .card-footer {
    background-color: transparent;
    border-top: none;
    padding: 0;
}

.card-real-estate .category, .card-reference .category {
    background-color: #dcc182;
    bottom: -22px;
    display: inline-block;
    padding: 8px 15px;
    position: absolute;
}

@media (min-width: 768px) {
    .card-reference a.stretched-link {
        display: block;
        min-height: 84px;
    }
}

.card-reference p {
    font-weight: 600;
}

.container-1920 {
    max-width: 1920px;
}

.expand {
    bottom: 25px;
    position: absolute;
    right: 25px;
}

.expand img {
    height: 35px;
    width: 35px;
}

.filter-real-estate.active, .filter-reference.active {
    color: var(--color-secondary);
}

.filter-real-estate.active::after, .filter-real-estate.active::before, .filter-reference.active::after, .filter-reference.active::before {
    background-color: var(--color-secondary) !important;
}

.RectangleBefore__topLeft::before {
    pointer-events: none;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    border: 3px solid var(--Gold, #dcc182);
    z-index: 2;
    width: min(140px, 15vw);
    height: min(140px, 15vw);
}

.stretched-link {
    position: static;
}

.swiper-flex {
    .swiper-wrapper {
        display: flex;
    }

    .swiper-slide {
        display: flex;
        height: auto;
    }
}
