/* ############################
####### PLAYER ##############
############################ */

.radio-content {
    display: inline-block;
    width: 100%;
    border-top: 1px dashed #eee;
    margin-top: 2rem;
    padding-top: 1rem;
    position: relative;
    bottom: auto;
    left: auto;
    font-family: "Reglo bold";
    font-size: 1.7rem;
    line-height: 90%;
    color: black;
}

.radio-content span{
    font-size: 1rem;
    color: #FFF;
}

.la-radio {
    /*    position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3%;
    background-color: #3864aa;
    z-index: 100;
    margin-top: 1rem;
}

audio {
    width: 100%;
    height: 30px;
}


.la-radio{
	width: 100%;
    position: relative;
/*    background-color: #f62323;*/
    content: 'ACSR';
    margin-bottom: 1rem;
}

#fermer-radio {
    width: 50px;
    height: 41px;
    padding-top: 12px;
    position: absolute;
    color: #fff;
	background: -webkit-gradient( linear, left top, left bottom, from( #222 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #222, #444 );
	background: -moz-linear-gradient( top, #222, #444 );
	background: -ms-radial-gradient( top, #222, #444 );
	background: -o-linear-gradient( top, #222, #444 );
	background: linear-gradient( to bottom, #222, #444 );
	top: -41px;
    right: 0;
    z-index: 999999999;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

audio{
    width: calc(100% - 200px);
}

.la-radio img{
	/*display: none;*/
}

.playeraudio{
    position: fixed;
    display: block;
    width: 100%;
    bottom: -315px;
    background: #444;
    height: 358px;
    z-index: 999999;
}

.playeraudio-content{
    width: 100%;
}

.options-player,
.audioplayer{
	position: absolute;
	top: 0;
	left: 0;
}

.options-player,
.audioplayer{
    position: absolute;
    display: block;
    width: calc(100% - 200px);
    bottom: -32px;
    z-index: 999999;
	height: 41px;
}

.options-player{
	width: 50px;
	height: 41px;
	/*bottom: -32px;*/
	/*right: 0;*/
	color: #fff;
	background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
	background: -webkit-linear-gradient( top, #444, #222 );
	background: -moz-linear-gradient( top, #444, #222 );
	background: -ms-radial-gradient( top, #444, #222 );
	background: -o-linear-gradient( top, #444, #222 );
	background: linear-gradient( to bottom, #444, #222 );
	cursor: pointer;
	position: relative;
	float: right;
	border-left: 1px solid #111;
	box-sizing: border-box;
}

.options-player span {
	/*content: "\f492";*/
    width: 50px;
    padding-top: 11px;
}



.options-player.open span{
	/*content: "\f158";*/
}

.options-repeat.active,
.options-repeat.active span {
	color: red;
}



/*###############################################################*/
/*###############################################################*/
/*###############################################################*/


#slider-range{
	width: 200px;
}

.grid{
	width: 100%;
	position: relative;
}

#archiveproductionsflex article.item-grid{
	width: 24%;
	margin-right: 1%;
	margin-bottom: 30px;
	float: left;
}

.item-grid .image-production{
	display: block;
	width: 100%;
	height: 250px;
}

.item-grid .categories-production,
.item-grid .description-production{
	display: none;
}

.recherche-filtres{
	width: 100%;
	height: 40px;
	padding-top: 6px;
}

.recherche-filtre {
    border: 1px solid #999;
    background: #efefef;
    border-radius: 10px;
    padding: 1em;
    box-sizing: border-box;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    cursor: pointer;
    margin-right: 0.5em;
}

.recherche-filtre i{
    margin-top: -3px;
    margin-right: -10px;
}

.recherche-duree{
	margin-left: 1em;
}

.recherche-artistes{
	margin-bottom: 1em;
	width: 100%;
}

.item-artiste .auteur-fonctions{
	display: none;
}
