.bg-black {
    background-color: #303030 !important;
}

.swup-progress-bar {
    height: 4px;
    background-color: rgb(220, 53, 69);
}

.btn-magnify {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #fdfdfd;
}

.container-main {
    padding: 2rem 2rem 1rem;
}

strong {
    color: rgba(220, 53, 69, 1);
}

.card {
    background-color: #f6f6f6;
    border: 0.1rem solid rgba(220, 53, 69, 0.2);
}

.carousel {
    .carousel-item {
        img {
            border-radius: 0.4rem;
        }
    }

    h3 {
        border-radius: 0.4rem;
    }
}

.carousel-indicators {
    img {
        border: solid 0.1rem #303030;
    }

    .active {
        img {
            border: solid 0.1rem #fdfdfd;
        }
    }
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 0.026rem solid rgba(220, 53, 69, 1);
    opacity: 1;
}

.share-hr {
    width: 12rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 0.026rem solid rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgba(220, 53, 69, 1);
}

.carousel-caption {
    h3 {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.content {
    ol {
        counter-reset: item;

        li {
            display: block;
        }

        li:before {
            content: counter(item) " - ";
            counter-increment: item;
            color: rgba(220, 53, 69, 1);
            font-weight: bold;
        }
    }

    ul {
        li {
            display: block;
        }

        li:before {
            content: "• ";
            color: rgba(220, 53, 69, 1);
            font-weight: bold;
        }
    }

    .chanson ul {
        list-style-type: none;

        li {
            display: block;
        }

        li:before {
            content: "";
        }
    }

    ul.landscape-nav {
        list-style-type: none;

        li {
            display: block;
        }

        li:before {
            content: "";
        }
    }
}


.floating-card {
    float: right;

}

h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

h2::after {
    background-color: rgba(220, 53, 69, 1);
    bottom: -0.375rem;
    content: "";
    height: 0.266rem;
    left: 0;
    position: absolute;
    width: 2rem;
}

/*@media (min-width: 768px) {
    .card-img-top {
        width: 100%;
        height: 10vw;
        object-fit: cover;
    }
}

@media (max-width: 765px) {
    .card-img-top {
        width: 100%;
        height: 100%;
        object-fit: none;
    }
}*/

@media (min-width: 992px) {
    .img-banner {
        width: 100%;
        height: 15vw;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .img-banner {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
}

.logo {
    width: 6em;
    height: auto;
    object-fit: fill;
}

@media (min-width: 576px) {
    .navbar-brand {
        display: none;
    }

}

.icon-search {
    cursor: pointer;
    color: white;
}

.icon-search:hover {
    color: #ddd;
}

.icon-close {
    cursor: pointer;
    color: white;
    font-size: 1.5rem;
}

.icon-close:hover {
    color: #ddd;
}

.modal-content.bg-transparent {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

html.is-changing .transition-fade {
    transition: opacity 0.25s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}

html.is-changing .transition-nofade {
    opacity: 1;
}

html.is-animating .transition-nofade {
    opacity: 1;
}
