/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/DIN-Alternate-Bold.woff2') format('woff2'), url('../fonts/DIN-Alternate-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/DIN-Alternate-Bold.woff2') format('woff2'), url('../fonts/DIN-Alternate-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/DIN-Alternate-Bold.woff2') format('woff2'), url('../fonts/DIN-Alternate-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/DIN-Alternate-Bold.woff2') format('woff2'), url('../fonts/DIN-Alternate-Bold.woff') format('woff');
}

/*
	Body
*/
body{
    background-color: #FFFFFF;
}
/*
    State hidden
*/
div.hidden-on-collapse{
    display: none;
}

#top-header{
    background-color: #FFFFFF;
    width: 450px;
    height: 170px;
    text-align: right;
    line-height: 20px;
    padding-right: 150px;
}

#top-large-album{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#fond-image {
    width: 290px;
    height: 170px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 600px;
    background-image: url('../images/li_logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color:#FFFFFF;
}

/*
    Play Pause
*/
.bandeau-controles {
        color:#000000;
        background-color:#f3e832;
	position: absolute;
        padding-left:50px;
        padding-right:50px;
        padding-top:10px;
	left: 0;
	top: 130px;
	text-align: left;
	width: 500px;
}

.bandeau-controles div {
	display: inline;
	cursor: pointer;
}

.bandeau-controles .droite {
	float: right;
}

/*
    Now Playing Information
*/
#top-header {
    font-family: Roboto, sans-serif;
    color: #415DA7;
}
.now-playing {
    padding-top: 20px;
}
div.now-playing-title{
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
div.now-playing-pres {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
}
div.location-information{
    font-weight: 300;
    font-size: 12px;
    color: #bebebe;
    display: none;
}

#autre-flux {
	font-family: Roboto, sans-serif;
	background-color: #FFFFFF;
	width: 890px;
	height: 40px;
	text-transform: uppercase;
}

#autre-flux .flux {
	list-style-type: none;
	margin: 0px;
	display: flex;
	flex-direction: row;
	height: 100%;
}

#autre-flux .flux li {
	text-align: center;
	flex-grow: 1;
	position: relative;
	height: 100%;
}

#autre-flux .flux li+li::before {
	position:absolute;
	left: 0;
	top: 10px;
	height: 20px;
	width: 1px;
	border-left: 1px solid #2a2a2a;
	content: ""
}

#autre-flux .flux a {
	margin: 0 5px;
	padding: 10px 0;
	display: block;
	width: calc(~'100%-10px');
	height: 20px;
	color: #2a2a2a;
	text-decoration: none;
	
	
}

#autre-flux .flux .en-cours a, #autre-flux .flux a:hover, #autre-flux .flux a:active {
	background-color: #B2C644;
}

.bandeau-controles .amplitude-play-pause {
	width: 20px;
	display: inline-block;
}
.amplitude-play-pause.amplitude-playing .fa-play {
	display: none;
}

.amplitude-play-pause.amplitude-paused .fa-pause {
        display: none;
}
.text-danger {
	color: #999;
}

.droite {
	display: table-row;
	vertical-align: middle;
	margin-top: -10px;
}
.amplitude-volume-slider {
	display: table-cell;
	vertical-align: middle;
}

.amplitude-mute, .amplitude-volume-down, .amplitude-volume-up {
	display: table-cell;
	vertical-align: middle;
	
}

.big-button {
	width: 80px;
	height: 80px;
	z-index: 0;
	position: absolute;
	top: 20px;
	left: 460px;
	background-size: cover;
	background-position: center;
}

.big-button.amplitude-playing {
	background-image: url('../images/bouton_pause.png');
}
.big-button.amplitude-paused {
	background-image: url('../images/bouton_play.png');
}
.icecast-horaire {
	padding-left: 40px;
}
