.autocomplete {
    position: relative;
    display: inline-block;
}


#chargement{
    opacity: 0.8;
    z-index: 1;
    border-radius: 50%;
    position: fixed;
    top: 20%;
    left: 40%;
    width: 20%;
}

@media(min-width : 800px){
    #chargement{
        width: 10%;
    }

}

#chargement:after {
    z-index: -1;
    background-image: radial-gradient(rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 70%);
    content: '';
    display: block;
    position: absolute;
    top: -150%;
    bottom: -150%;
    left: -150%;
    right: -150%;
}

#chargement>video{
    max-width: 100%;
}

.cache{
    display: none;
}

.btn-close {
    color:#fff;
    font-size: 35px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #444;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:
    top: 100%;*/
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #222;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #888;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}



.liste{
    font-family: Open Sans ;
}

h2{
    text-align: center;
}

.listeM{
    color: white;
}
.ent{
    text-align: center;
    color: grey;
}
.note{

    opacity: 50%;
}

.listebinet2{
    display: block;
    overflow: hidden;
}

.btn-light{
    max-width: 95%; /*pour les boutons année et binet*/
}

nav{
    color:white;
    padding: 0.5rem 1rem;
}

.padding-1{
    padding-left: 9%;
}

a:not([href]){
    color: inherit;
}
.data{
    margin-top: 0px;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}



.listemusique{
    margin-top: 15px;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.25);
}

body{
    background-color: #121216;
}

.navbar-toggle-icon{
    color: white;
}

.plus>ul>li>a:hover{
    text-decoration: underline;
}
a{
    text-decoration: None;
}

a.lien{
    color: white;
    transition: color 0.3s;
}

a.lien2{
    color: black;
}

a.lien:hover{
    color: red;
}
a.lien2:hover{
    text-decoration: underline;
}

div.lien2{
    color: black;
}

.moststream{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
@media (min-width: 1200px){
    .moststream>li {
        float: left;
    }
}


.moststream>li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 100px;
    text-decoration: none;
}

.active.date{
    opacity: 1;
}

.active.date::after{
    content: "";
    height: 2px;
    background-color: #1db954;
    width: 30px;
    position: relative;
    display: block;
    left: 50%;
    bottom: -4px;
    margin-left: -15px;
}
.date{
    opacity:.6;
}

.date:hover{
    opacity:1;
}

#filtredate{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Change the link color to #111 (black) on hover */
#filtredate>li a:hover {
    background-color: #111;
}

.musique-header{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:  rgb(146, 146, 157);
    font-family: 'Open Sans', sans-serif;
}
.musique-header>div{
    overflow-x: hidden;
}

.musique{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    color:  white;
    font-family: 'Open Sans', sans-serif;
}

.musique:hover{
    background-color: #191922;
}

.musique .name .musique-full-name{
    display: inline;
    transition: color 0.3s;
}

.musique .name .musique-full-name:hover{
    cursor: pointer;
    color: red;
}

.musique2 .note2{
    display: inline;
    transition: color 0.3s;
}

.musique2 .note2:hover{
    cursor: pointer;
    color: red;
}
.suppr{
    display: inline;
    transition: color 0.3s;
}

.suppr:hover{
    cursor: pointer;
    color: red;
}
.musique2{
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    color:  white;
    font-family: 'Open Sans', sans-serif;
}

.name{
    overflow: hidden;
}

.filter{
    font-size: small;
    opacity: 50%;
    color:black;
}

.hearth:hover{
    cursor: pointer;
}

.container-fluid>.row>nav{
    display: contents;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>div {
    display: block;
    padding: 3px 20px;
}
a.addplaylist {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#shuffle>img{
    /*margin-left: 10px;*/
    margin-right: 18px;
    opacity:0.9;
    width:20px;
    float: left;
}

#shuffle{
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border-color: grey;
    overflow: hidden;
    font-size: 18px;
    border-width: 3px;
    text-align: center;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
    width:150px;
    margin-bottom: 15px;
}

#shuffle:hover{
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    transition-duration: 0.7s;
    width:150px;
}
#download_all>img{
    /*margin-left: 10px;*/
    margin-right: 18px;
    opacity:0.9;
    width:20px;
    float: left;
}

#download_all{
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border-color: grey;
    overflow: hidden;
    font-size: 18px;
    border-width: 3px;
    text-align: center;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
    width:200px;
}

#download_all:hover{
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    transition-duration: 0.7s;
    width:200px;
}


#playlist>.modal-dialog>.modal-content>.modal-header{
    background-color: black;
    color: white;
}
#playlist>.modal-dialog>.modal-content>.modal-body{
    background-color: black;
}

#info>.modal-dialog>.modal-content>.modal-header{
    background-color: black;
    color: white;
}
#info>.modal-dialog>.modal-content>.modal-body{
    background-color: black;
    color: white;
}

#mentions>.modal-dialog>.modal-content>.modal-header{
    background-color: black;
    color: white;
}
#mentions>.modal-dialog>.modal-content>.modal-body{
    background-color: black;
    color: white;
}

a.deleteplaylist {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.note:hover{
    color:black;
}

.MenuLateralTitre{
    padding: 0.5rem 0.5rem;
    color: #666;
    font-style: italic;
}


.MenuLateralItem{
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    background-color: transparent;
    border: 0;
    color: white;
}
.MenuLateralItem:hover{
    background-color: #252530;
    color: #d5d5d5;
}
body::-webkit-scrollbar-thumb {
    background: #000;
}
body::-webkit-scrollbar{
    width: 6px;
    height: 8px;
    background-color: #444;
}
@media (min-width: 768px) {
    .id{
        padding-left: 15%;
        padding-right: 10px;
    }
    .MenuLateral::-webkit-scrollbar{
        width: 4px;
        height: 8px;
        background-color: #222;
    }
    .MenuLateral::-webkit-scrollbar-thumb {
        background: #000;
    }

    .MenuLateral{
        display: block;
        overflow-y: scroll;
        position: fixed;
        left:0;
        top: 80px;
        bottom: 120px;
        width: 15%;
        scrollbar-width:none;
    }
}
@media (max-width: 768px) {
    .musique{
        font-size: 26px;
    }
    .MenuLateralMobile::-webkit-scrollbar{
        width: 4px;
        height: 8px;
        background-color: #222;
    }
    .MenuLateralMobile::-webkit-scrollbar-thumb {
        background: #000;
    }

    .btn-menu:hover{
        opacity: .2;
    }
    .btn-menu{
        position: absolute;
        right: 5%;
        color: white;
        font-size: 35px;
        background-color: transparent;
        border: 0;
        padding: 0 .5em;
        opacity: .5;
    }

    .MenuLateralMobile{
        transition: right 0.7s ease;
        padding: 10px;
        z-index: 1;
        background-color: #121216;
        overflow-y: scroll;
        position: fixed;
        right: 100%;
        top: 0;
        bottom: 110px;
        width: 100%;
    }
}

@media (min-width: 575px){
    .MenuItem{
        padding: 15px 30%;
    }
    #shuffle{
        width:50px;
    }
    #download_all{
        width:50px;
    }
    .musique{
        min-height: 70px;
    }
    .musique2{
        min-height: 70px;
    }
}
@media (max-width: 575px) {
    #hit-box-volume{
        display: none;
    }
    #iconevolume{
        display: none;
    }
    .musique{
        font-size: 20px;
    }
    #titreEcoute{
        font-size: 20px;
        overflow: hidden;
        max-height: 30px;
        text-overflow: ellipsis;
    }
    #instant{
        width: 120px;
        font-size: 16px;
        overflow: hidden;
    }
    #btnlistedelecture{
        margin-right: 20px;
    }
    #enboucle{
        margin-right: 10px;

    }

}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../Font/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../Font/MaterialIcons-Regular.woff2) format('woff2'),
        url(../Font/MaterialIcons-Regular.woff) format('woff'),
        url(../Font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    text-align: center;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: -3px;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

#research{
    width: auto;
}

.navbar{
    background-color: #121216;
    z-index: 1;
    padding-left: 1rem;
    padding-right: 1rem;
}
