/**
    Widget Last Song
 **/
 #lastSong {
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 0 .1875rem #f6f6f6;
    -moz-box-shadow: 0 0 0 .1875rem #f6f6f6;
    box-shadow: 0 0 0 .1875rem #f6f6f6;
}

#lastSong h3 {
    font-size: 14px;
    padding: 5px 5px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    background-color: #23adba;
}

#lastSong h3.last2 {
    font-size: 12px;
    display: none;
}

#lastSong div.iconSong {
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    flex-direction: row;
    width: 100%;
    max-height: 50px;
    padding: 2% 8px;
    text-align: center;
    border-top: 0 solid #23adba;
    border-bottom: 5px solid #23adba;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    box-sizing: border-box;
}

#lastSong div.iconSong svg {
    fill: #23adba;
}

#lastSong div.titleSvg {
    float: left;
    width: 70%;
    text-align: left;
}

#lastSong div.titleSvg p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    margin: 1%;
    text-transform: uppercase;
    color: #23adba;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

#lastSong div.iconSvg {
    float: left;
    width: 30%;
    text-align: right;
}

div.nowSong {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 96%;
    height: 1%;
    margin-bottom: 0;
    padding: 5% 2%;
    background: #fff;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

div.nowImg {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

div.nowImg img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}

div.nowSongContent {
    float: left;
    width: 58%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

div.nowSongTime {
    float: left;
    width: 14%;
    padding: 4px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    background-color: #23adba;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

p.now_titre {
    font-size: 13px;
    padding: 0 2%;
    text-transform: uppercase;
}

p.now_artiste {
    font-size: 13px;
    padding: 5% 0 5% 2%;
    color: #23adba;
}

div.lastSongOne {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 96%;
    height: 1%;
    margin-bottom: 0;
    padding: 5% 2%;
    border-top: 1px solid #eee;
    background: #fff;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

div.lastSong1Content {
    float: left;
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

div.songOneTime {
    float: left;
    width: 15%;
    text-align: right;
    color: #949494;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

div.lastSongTwo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: row;
    width: 96%;
    height: 1%;
    padding: 5% 2%;
    border-top: 1px solid #eee;
    background: #fff;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

div.lastSong2Content {
    float: left;
    width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

div.songTwoTime {
    float: left;
    width: 15%;
    text-align: right;
    color: #949494;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

div.lastSongImg, div.nowSongImg {
    float: left;
    width: 20%;
    height: 60px;
    padding: 0 2.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

div.lastSongImg img, div.nowSongImg img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}

p.last_titre {
    font-size: 13px;
    padding-left: 2%;
    text-transform: uppercase;
}

p.last_artiste {
    font-size: 13px;
    padding: 5% 0 5% 2%;
    color: #23adba;
}

@media (max-width: 900px) {
    div.nowImg {
        height: 100%;
    }

    div.nowImg img {
        width: 100%;
        height: 100%;
    }

    div.lastSongImg, div.nowSongImg {
        height: 100%;
    }

    div.lastSongImg img, div.nowSongImg img {
        width: 100%;
        height: 100%;
    }
}

/**
    FIN - Widget Last Song
 **/
