@charset "utf-8";
.cadre_player{
	width: 50%;
	background-color: #f2f2f2;
	margin: auto;
	min-width:300px;
	padding-bottom: 60px;
	
	}
	
	.cadre_player img{
	width:100%;
	background-color:#f2f2f2;
	
	margin:auto;
	}

.player_audio {
	font-size: 14px;
	color: #000;
	width: 90%;
	bottom: 44px;
	top:20px;
	position: relative;
	
	margin-right:auto;
	margin-left:auto;
	
}
.audioplayer {
	background: none repeat scroll 0 0 #333333;
	border: 1pt solid #cccccc;
	color: #4d4d4d;
	height: 25px;
	position: relative;
	z-index: 1;
	width: 100%;
}
.audioplayer-mini {
	margin: 0 auto;
	width: 2.5em;
}
.audioplayer > div {
	position: absolute;
}
.audioplayer-playpause {
	cursor: pointer;
	height: 100%;
	left: 0;
	text-align: left;
	text-indent: -9999px;
	top: 0;
	width: 2.5em;
	z-index: 2;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.audioplayer-mini .audioplayer-playpause {
	width: 100%;
}
.audioplayer-playpause:hover, .audioplayer-playpause:focus {
	background-color: rgba(204,204,204,0.5);
	border-radius: 7px 0px 0px 7px;
	
}
.audioplayer-playpause a {
	display: block;
}
.audioplayer-stopped .audioplayer-playpause a {

	height: 16px;
	left: 50%;
   margin: -0.55em 0 0 -0.5em;
	position: absolute;
	top: 50%;
	width: 15px;
	background-image: url(../images/gris/btn_play.png);
}
.audioplayer-playing .audioplayer-playpause a {
		background-image: url(../images/gris/btn_pause.png);
	height: 16px;
	left: 50%;
   margin: -0.55em 0 0 -0.45em;
	position: absolute;
	top: 50%;
	width: 15px;
}

.audioplayer-playing .audioplayer-playpause a:before {
	left: 0;
}
.audioplayer-playing .audioplayer-playpause a:after {
	right: 0;
}
.audioplayer-time {
	height: 100%;
	line-height: 1.75em;
	text-align: center;
	top: 0;
	width: 4.375em;
	z-index: 2;
}
.audioplayer-time-current {
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	left: 2.5em;
}
.audioplayer-time-duration {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	right: 2.5em;
}
.audioplayer-novolume .audioplayer-time-duration {
	border-right: 0 none;
	right: 0;
}
.audioplayer-bar {
	background-color: #222222;
	cursor: pointer;
	height: 11px;
	left: 6.875em;
	margin-top: -0.3em;
	right: 6.875em;
	top: 50%;
	z-index: 1;
}
.audioplayer-novolume .audioplayer-bar {
	right: 4.375em;
}
.audioplayer-bar div {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.audioplayer-bar-loaded {
	background-color: #333333;
	z-index: 1;
}
.audioplayer-bar-played {
	background: none repeat scroll 0 0 #007FD1;
	z-index: 2;
}
.audioplayer-volume {
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
	height: 100%;
	right: 0;
	text-align: left;
	text-indent: -9999px;
	top: 0;
	width: 2.5em;
	z-index: 2;
}
.audioplayer-volume:hover, .audioplayer-volume:focus {
	background-color: rgba(204,204,204,0.5);
		border-radius: 0px 7px 7px 0px;

}
.audioplayer-volume-button {
	height: 100%;
	width: 100%;
}
.audioplayer-volume-button a {
		background-image: url(../images/gris/btn_volume.png);

	display: block;
	height: 16px;
	left: 20%;
	position: relative;
	top: 18%;
	width: 22px;
	z-index: 1;
}
/*.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
	content: "";
	position: absolute;
}
.audioplayer-volume-button a:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(0, 0, 0, 0) #e2061a rgba(0, 0, 0, 0) -moz-use-text-color;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 0.5em 0.5em 0.5em medium;
	height: 0;
	margin-top: -0.5em;
	right: -0.25em;
	top: 50%;
	width: 0;
	z-index: 2;
}*/
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #e2061a;
	border-image: none;
	border-radius: 0 0.938em 0 0;
	border-style: double;
	border-width: 0.25em 0.25em 0 0;
	height: 0.313em;
	left: 0.563em;
	top: -0.063em;
	transform: rotate(45deg);
	width: 0.313em;
}
.audioplayer-volume-adjust {
	background: none repeat scroll 0 0 #333333;
	cursor: default;
	height: 6.25em;
	left: 0;
	position: absolute;
	right: -1px;
	top: -9999px;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
	opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
	bottom: 100%;
	top: auto;
}
.audioplayer-volume-adjust > div {
	background-color: #222222;
	cursor: pointer;
	height: 80%;
	margin: 30% auto 0;
	position: relative;
	width: 40%;
	z-index: 1;
}
.audioplayer-volume-adjust div div {
	background: none repeat scroll 0 0 #007FD1;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}
.audioplayer-novolume .audioplayer-volume {
	display: none;
}

.audioplayer-volume-adjust {
	box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15), 2px -2px 2px rgba(0, 0, 0, 0.15);
}
.audioplayer-bar, .audioplayer-volume-adjust > div {
	box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.audioplayer-volume-adjust div div, .audioplayer-bar-played {
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.5) inset;
}
.audioplayer-playpause, .audioplayer-volume a {
}
.audioplayer, .audioplayer-volume-adjust {
	background-color: rgba(255,255,255,1);
}
.audioplayer-bar-played {
	background: rgba(242,242,242,0.7);
}
.audioplayer-volume-adjust div div {
	background: rgba(242,242,242,0.7);
}
.audioplayer-bar, .audioplayer-bar div, .audioplayer-volume-adjust div {
	border-radius: 4px 4px 4px 4px;
}
.audioplayer {
	border-radius: 8px 8px 8px 8px;
}
.audioplayer-volume-adjust {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.audioplayer *, .audioplayer *:before, .audioplayer *:after {
	transition: color 0.25s ease 0s, background-color 0.25s ease 0s, opacity 0.5s ease 0s;
	-webkit-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, opacity 0.5s ease 0s;
	-moz-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, opacity 0.5s ease 0s;
	-ms-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, opacity 0.5s ease 0s;
	-o-transition: color 0.25s ease 0s, background-color 0.25s ease 0s, opacity 0.5s ease 0s;
}
 @media screen and (max-width: 1200px) {
.player_audio {
	bottom: 12px;
}
.player_audio p {
	bottom: -6px;
	position: relative;
}
}
