body {
    background: rgb(200, 45, 253);
    background: linear-gradient(0deg, rgba(200, 45, 253, 1) 26%, rgba(40, 34, 195, 1) 90%);

}

@font-face {
    font-family: "futuran";
    src: url("../fonts/FUTURAL-VhC6iJ-.TTF");
}

.container-fluid {
    padding: 0 !important;
}

footer {
    height: 200px;
    background-color: #1a1d20;
    color: white;
    text-align: center;
}

a {
    text-decoration: none;
}

.navbar {
    font-size: 1.3em;
    @media (min-width: 992px) {
        font-size: 1.2em;
    }
}

.navbar li {
    padding: 0 1em;
}

.nav-link {
    color: white;
}

.dropdown-menu-dark .dropdown-item {
    font-size: 2em;
}

.bande-container {
    padding: 0;
    border: 3px solid white;
    min-height: 1000px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px 8px;
    z-index:1;
}

.bande-chapo {
    background: radial-gradient(circle, rgba(16, 12, 185, 1) 17%, rgba(5, 6, 77, 1) 88%);
    text-align: center;
    color: white;
    font-family: "futuran";
}

img#logo {
    height: 100%;
    border: 6px solid #78b25e;
}

.bande-jaune {
    background-image: radial-gradient(rgba(255, 225, 0, 0.4), rgba(255, 175, 0, 0.4));
    background-color: #ead35a;
    font-family: "futuran";
    padding: 20px 3em 50px;
    min-height:1350px;
    width: 100%;
}

.bande-jaune h2 {
    text-align: center;
    font-weight: normal;
}

.nav-weeks {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.nav-weeks .btn {
    background-color: #090876;
    font-size: 3em;
    width: 100%;
    @media (min-width: 992px) {
        font-size: 2em;
        width: 150px;
    }
}

.nav-weeks .btn:hover {
    background-color: #0a53be;
}

h1.classement-semaine {
    font-size: 2.5em;
    @media (min-width: 1048px) {
        font-size: 3em;
    }
}

#track-list {
    width: 100%;
    font-size: 2em;
    @media (min-width: 1048px) {
        font-size: 1.2em;
    }
}

#track-list td {
    height: 3em;
    border-top: 1px dotted grey;
}

.track-item {

    text-transform: uppercase;
}

.track-artist {
    font-weight: bold;
}

.track-link {
    text-align: center;
}

.track-link img {
    transition: all 0.5s ease;
    scale: 1;
}

.track-link:hover img {
    scale: 1.3;
}

.sponsors {
    background-color: white;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sponsors img {
    width: 50%;
    @media (min-width: 992px) {
        width: 100%;
    }
}

.sponsors img.t7 {
    width: 20%;
    @media (min-width: 1048px) {
        width: 33%;
    }
}

.card-body a {
    text-decoration: none;
}

.login-container {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.well {
    border-radius: 6px;
    border: 3px solid white;
    background: rgba(26, 29, 32, 0.4);
}

.picture-bg {
    position: absolute;
    box-shadow: rgba(81, 98, 117, 0.6) 0px -10px 30px 10px;
    background-color: #ff7800;
}

.picture-bg img {
    opacity: 0.9;
    border: 4px solid antiquewhite;
    @media (max-width: 1048px) {
        display: none;
    }
}

.img-cover {
    width:150px;
}

.img-cover img {
    border: 4px solid white;
}

.bulle {
    width:400px;
    background-color: #3b82f6;
    color:white;
    font-size: 2em;
    border-radius: 20px;
}

.nav-tabs .nav-link {
    color: #090876;
}

.bande-tracks-player {
    display:flex;
    align-items: center;
    background-color:white;
}

.video-controls {
    font-size: 1.5em;
}

.resume h3, .link-year {
    background: #000000;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 20%, rgba(9, 8, 118, 1) 45%);
    color: white;
    padding: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.link-year:hover {
    background: rgba(9, 8, 118, 1);
    color: yellow;
}

.badge-resume {
    font-size: 1em;
    rotate: -5deg;
    margin-left: -3em;
    box-shadow: #0c0c0c 1px 1px 1px;
    border: 1px solid yellow;
}

.resume {
    font-size: 1.5em;
    @media (min-width: 1048px) {
        font-size: 1em;
    }
}

.resume h3 {
    color: #ffcd39;
}

.resume h5 {
    font-size: 1.5em;
    @media (min-width: 1048px) {
        font-size: 1em;
    }
}

.resume .card-title {
    border-bottom: 1px dotted black;
}

.bloc-week a:hover {
    opacity: 0.7;
}

.top-submenu {
    font-size: 1.8em;
    @media (min-width: 1048px) {
        font-size: 1.5em;
    }
}
