body
{
    background-color: #171717;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html
{
    width: 100%;
    height: 100%;
}

a
{
    list-style: none;
    text-decoration: none;
}

svg
{
    width: 0;
    height: 0;
}

/*********************************/
/*            CLEARFIX           */
/*********************************/

.clearfix:after
{
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/*********************************/
/*             HEADER            */
/*********************************/

.SVDv3_webradio_header
{
    margin: 0 0 30px 0;
}

.SVDv3_webradio_header h1
{
    position: relative;
    width: auto;
    color: #fff;
    border: none;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 42px;
    background: #000 url("https://image.son-video.com/images/illustration/pages/webradio/SVDRADIO-V3_headerIcon.png") no-repeat 30px 10px;
    padding: 10px 0 10px 100px;
}

.SVDv3_webradio_header h1 strong
{
    font-weight: 700;
}
.SVDv3_webradio_header ul
{
    position: absolute;
    top: 10px;
    right: 30px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.SVDv3_webradio_header ul li
{
    margin: 0 5px;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.SVDv3_webradio_header ul li:last-child
{
    margin-right: 0;
}

.SVDv3_webradio_header ul li a
{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #fff;
    border-radius: 18px;
    background: transparent;
    transition: background .3s ease, color .3s ease;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.SVDv3_webradio_header ul li a:hover
{
    background: #fff;
    color: #000;
}

/*********************************/
/*             FOOTER            */
/*********************************/

.SVDv3_webradio_footer
{
    background-color: #000;
    height: auto;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 12px 0;
}

.SVDv3_webradio_footer ul
{
    margin: 0;
    padding: 0 30px;
    position: relative;
}

.SVDv3_webradio_footer ul li a
{
    font-size: 14px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.SVDv3_webradio_footer ul li:before
{
    background-color: #333;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 1px;
}
.SVDv3_webradio_footer ul li
{
    line-height: 20px;
    padding: 0 10px 0 20px;
    position: relative;
    display: inline-block;
}
.SVDv3_webradio_footer ul li:first-child
{
    padding-left: 0;
}

.SVDv3_webradio_footer ul li a:hover
{
    color: #fff;
}

.SVDv3_webradio_footer ul li i
{
    padding-right: 10px;
}

.SVDv3_webradio_footer ul li:last-child:before,
.SVDv3_webradio_footer ul li:first-child:before
{
    display: none;
}

.SVDv3_webradio_footer ul li.SVDv3_wr_last_li
{
    text-align: right;
    position: absolute;
    top: 0;
    right: 20px;
}


/*********************************/
/*             CONTAINER         */
/*********************************/

.SVD3_wr_player
{
    margin: 0 0 15px 0;
}

.SVDv3_webradio_content
{
    padding-bottom: 44px;
}

.SVDv3_webradio_content_before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    opacity: 0.3;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.SVDv3_webradio_container
{
    margin: 0 auto;
    min-height: 180px;
    padding: 0 30px;
}

.SVDv3_webradio_secondaire
{
    float: left;
    width: 60%;
}

/**************************************/
/*             BOUTON ACHETER         */
/**************************************/

.SVDv3_wr_btn
{
    margin: 0 5px 0 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    float: left;
    text-align: center;
    padding: 10px 15px;
    border-radius: 18px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.26);
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}

.SVDv3_wr_btn i
{
    padding-right: 10px;
}

.SVDv3_wr_btn:hover
{
    background-color: rgba(0, 0, 0, 0.26);
}

/**************************************/
/*              JAQUETTE              */
/**************************************/

#jaquette
{
    margin: 0 20px 20px 0;
    float: left;
    width: 180px;
    height: 180px;
    text-align: center;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    overflow: hidden;
}

#jaquette img
{
    width: 100% !important;
    height: 100% !important;
    border-radius: 2px;
}

/**************************************/
/*           BOUTON PAUSE             */
/**************************************/

.SVDv3_webradio_bouton_play
{
    float: left;
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0;
    text-align: center;
}

.SVDv3_webradio_bouton_play a
{
    font-size: 33px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #466ddb;
    border-radius: 45px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: background .3s ease;
}

.SVDv3_webradio_bouton_play a:hover
{
    background: #3657b4;
}

.SVDv3_webradio_bouton_play .fa-play
{
    margin-left: 4px;
}

/**************************************/
/*               TITRES               */
/**************************************/

.SVDv3_webradio_titres
{
    float: left;
    width: 70%;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color: #999;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
}


.SVDv3_webradio_titres p
{
    margin: 0 0 7px 0;
}
.SVDv3_webradio_titre_courant .fa-caret-right
{
    padding-right: 11px;
}

.SVDv3_webradio_titre_courant
{
    font-weight: 700;
    color: #fff;
}

.jp-no-solution
{
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fff;

}
