/*------ Styles Généraux ------*/
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bs-dark);
    position: relative;
}

.navbar {
    position: relative;
    background-color: var(--bs-dark);
}

.recherche {
    position: relative;
    width: 100%;
}

.categories {
    position: relative;
    width: 100%;
    height: 50px;
}

.logo {
    height: 25px;
}

.profil {
    height: 35px;
}

#tim {
    width: 50%;
}

footer {
    background-color: var(--bs-white);
    width: 100%;
    position: relative;
    bottom: 0;
}

#vedette {
    position: relative;
    overflow: hidden;
    margin-left: 1.2px;
}

.card-img-top {
    height: 20vh;
    object-fit: cover;
    object-position: 50%;
}

.date, .heure {
    font-size: 13px;
}

.artiste {
    height: 25px;
    border-radius: 20px;
}

h4 {
    color: var(--bs-dark);

}

#vedette div .card:hover {
    transform: scale(102%);
}

#autres {
    position: relative;
}

.card {
    text-decoration: none;
}

.artwork {
    position: relative;
    top: 33%;
    width: 100%;
}

.jaime, .retour {
    background-color: var(--bs-dark);
    border-radius: 50px;
    line-height: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    right: 15px;
}

.bi-chevron-left, .bi-hand-thumbs-up-fill {
    top: 3.5px;
    position: relative;
}

.bi-chevron-left {
    color: var(--bs-primary);
}

.bi-hand-thumbs-up-fill {
    color: var(--bs-secondary);
}

#checkbox {
    z-index: 1;
    opacity: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 7px;
}

.jaime:has(#checkbox:checked) .bi-hand-thumbs-up-fill {
    color: var(--bs-primary);
}

.details {
    color: var(--bs-white);
    font-size: 15px;
}

.titre_artiste {
    background-color: var(--bs-primary);
    border-radius: 0%;
    height: 30px;
    display: flex;
    align-items: center;
}

.titre_artiste h2 {
    color: var(--bs-dark);
}

#plus div div div .modal-title {
    color: var(--bs-dark);
}

.en-savoir-plus {
    background-color: var(--bs-primary);
    color: var(--bs-dark)
}

.swiper-filters .swiper-wrapper .swiper-slide {
    width: auto;
}

.swiper-slide button {
    background-color: var(--bs-dark);
    color: var(--bs-white);
    border-radius: 30px;
}

.swiper-featured-artworks, .swiper-slide {
    height: 50vh;
}

.swiper-slide .card {
    height: 100%;
}
