.fond-item.is-checked {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: -5px;
}

.sort-btn img {
    transform: translateY(-1px);
}

.sort-btn.active img {
    filter: invert(1);
}

.fond-b {
    height: 35px;
    padding-left: 5px;
}

.fond-item {
    display: inline-block;
    color: #212529;
}

@keyframes select-fond {
    from {
        padding: 0;
        opacity: 0;
    }
    to {
        padding: 3px 5px;
        opacity: 100%;
    }
}

.fond-item:hover {
    animation: select-fond 0.1s;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: -5px;
    color: white;
    background-color: #212529;
}

.fond-item.is-checked:hover {
    animation: select-fond 0s;
    color: #fff;
    padding: 3px 5px;
    margin-left: -5px;
    background-color: #212529;
    border-color: #212529;
    border-radius: 5px;
}

#cat-home {
    transform: translateY(5px);
    margin-bottom: 5px;
}

.arch-btn.is-checked {
    z-index: 2;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}

.accord-item {
    padding-bottom: 2%;
    padding-top: 2%;
}

.accord-trigger {
    margin-left: 5%;
    z-index: 2;
}

.accord-header.is-checked {
    padding: 5px;
    margin-left: -5px;
    background-color: #212529;
    border-radius: 5px;
    -webkit-text-fill-color: white;
}

@keyframes select {
    from {
        padding: 0;
        margin-left: 0;
        opacity: 0;
    }
    to {
        padding: 5px;
        margin-left: -5px;
        opacity: 100%;
    }
}

.accord-header:hover {
    animation: select 0.1s;
    margin-left: -5px;
    padding: 5px;
    background-color: #212529;
    border-radius: 5px;
    -webkit-text-fill-color: white;
}

.accord-header.is-checked:hover {
    margin-left: -5px;
    animation: select 0s;
    padding: 5px;
    background-color: #212529;
    border-radius: 5px;
    -webkit-text-fill-color: white;
}

@keyframes load {
    from {
        opacity: 100%;
        z-index: 1500;
    }
    to {
        opacity: 0;
        z-index: -1;
    }
}

.loader {
    position: fixed;
    z-index: 2000;
    background-color: white;
    height: 100%;
    width: 100%;
    animation: load 0.6s linear both;
}

.accord-content {
    transform: translateY(5px);
    background-color: white;
    padding-bottom: 1%;
    padding-top: 1%;
    margin: 1px;
}

.bg {
    background-color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
}

.btn:hover img {
    filter: invert(1);
}

a {
    text-decoration: none !important;
}

.accord-icon {
    margin-right: 3%;
}


.card-h:hover {
    border: solid 1px #232323;
    transform: scale(102%);
}