.icons_btns_player{
	display: inline-block;
	width: 22px;
	height: 22px;
}

.icons_btns_player2{
	display: inline-block;
	width: 35px;
	height: 35px;
}

#video_player{
	display: none;
}

.box_player_audio{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 10;
}

.btn_close_modale_audio{
	position: absolute;
	top: 40px;
	right: 40px;
	opacity: .5;
	transition: .4s;
	text-decoration: none;
}

.btn_close_modale_audio:hover{
	opacity: 1;
}

.contenair_audio{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	background-color: #f8fbff;
	border-radius: 10px;
	overflow: hidden;
}

.contenair_audio iframe{
	display: block;
	width: 100%;
	height: 30vh;
}

.player_securise_audio{
	width: 100%;
	border: 2px solid #ff8b33;
	background-color: #e36200;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	overflow: hidden;
	/*border-radius: 50px;*/
}

.vignette_audio{
	max-height: 200px;
	overflow: hidden;
	/*border-radius: 10px;*/
	/*border: 4px solid #e36200;*/
}

.titre_podacast_lecture{
	text-align: center;
	padding: 10px 20px 10px;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.titre_podacast_lecture small{
	display: block;
	color: #777;
}

.details_podcast{
	max-height: 30vh;
	overflow: auto;
	padding: 10px 20px;
}

.vignette_audio img{
	display: block;
	width: 100%;
}

.details_podcast .p_content{
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	line-height: 22px;
	color: #777;
}

.nappe_video{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

.bts_share_video{
	display: block;
	width: 35px;
	height: 35px;
	background-color: transparent;
	cursor: pointer;
	border: none;
	margin: 7px 0px ;
}

.bts_share_video img{
	display: block;
	width: 100%;
	border-radius: 50%;
	transition: .2s;
}

.bts_share_video:hover img{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.loader_img{
	display: block;
	width: 50px;
	height: 50px;
}

.contenair_video{
	width: 100%;
	height: auto;
}

.contenair_video audio{
	display: block;
	width: 100%;
	z-index: 0;
}

.controles_player{
	width: 100%;
	background-color: rgba(0, 0, 0, .1);
	z-index: 2;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .4s ease;
}

.player_securise_audio:hover > .controles_player{
	bottom: 0px;
}

.controles_player button{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ranger_timer{
	width: 240px;
}

.ranger_timer input{
	display: block;
	width: 100%;
}

.btns_player{
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.btn_play_pause{
	width: 35px;
}

.btn_volume{
	width: 100px;
}

.btns_player button{
	margin-left: 5px;
	outline: none;
}

.timer_video{
	color: #fff;
	width: 60px;
	text-align: center;
}

.progress_bar{
  -webkit-appearance: none;
  height: 7px;
  background-color: rgba(255, 255, 255, .3);
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}

.progress_bar::-webkit-slider-thumb{
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}


.progress_bar::-moz-range-progress{
  background-color: #8c170c;
}

.volume{
  -webkit-appearance: none;
  height: 7px;
  width: 60px;
  background-color: rgba(255, 255, 255, .3);
  outline: none;
  border: none;
  margin: 0px 5px 0px 5px;
  border-radius: 50px;
}

.volume::-webkit-slider-thumb{
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.volume::-moz-range-progress{
  background-color: #8c170c;
}
