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

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

.player_securise{
	width: 100%;
	height: auto;
	margin: 0px auto;
	border: 4px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	position: relative;
	overflow: hidden;
	background-color: #000;
}

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

.loader_video{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader_video img{
	border-radius: 50%;
}

/*Bouton partager*/
.bouton_partage_video{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 4;
	background-color: rgba(236, 0, 172, .2);
	display: none;
}

.close_voil_partage{
	position: absolute;
	top: 20px;
	right: 27px;
	width: 35px;
	height: 35px;
	font-size: 20px;
	font-weight: bold;
	z-index: 4;
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 1px;
	padding: 2.5px;
	outline: none;
	transition: .2s;
}

.close_voil_partage:hover{
	color: #ccc;
	border: 1px solid #999;
}

.contenair_btns_partage_video{
	position: absolute;
	top: 50%;
	right: 20px;
	background-color: rgba(255, 255, 255, .9);
	padding: 5px 5px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	transform: translateY(-50%);
}

.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: 60px;
	height: 60px;
}

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

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

.contenair_video iframe{
	display: block;
	width: 100%;
	height: 470px;
	z-index: 0;
}

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

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

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

.ranger_timer{
	position: absolute;
	top: -5px;
	right: 0px;
	left: 0px;
}

.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;
}

.btns_player button{
	margin-left: 15px;
	outline: none;
	margin-right: 20px;
}

.timer_video{
	color: #fff;
}

.volume_tv, .volume_fm{
	display: block;
	width: 90px;
}

.progress_bar_tv{
  -webkit-appearance: none;
  height: 5px;
  background-color: rgba(2, 129, 232, .7);
  outline: none;
  border: none;
  cursor: pointer;
}

.progress_bar_fm{
  -webkit-appearance: none;
  height: 5px;
  background-color: rgba(227, 98, 0, .7);
  outline: none;
  border: none;
  cursor: pointer;
}

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


.progress_bar_tv::-moz-range-progress, .progress_bar_fm::-moz-range-progress{
  background-color: #8c170c;
}

.volume_tv{
  -webkit-appearance: none;
  height: 7px;
  width: 70px;
  background-color: rgba(2, 129, 232, .5);
  outline: none;
  border: none;
  margin: 0px 15px 0px 5px;
  border-radius: 50px;
}

.volume_fm{
  -webkit-appearance: none;
  height: 7px;
  width: 70px;
  background-color: rgba(227, 98, 0, .5);
  outline: none;
  border: none;
  margin: 0px 15px 0px 5px;
  border-radius: 50px;
}

.volume_tv::-webkit-slider-thumb, .volume_fm::-webkit-slider-thumb{
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  height: 13px;
  width: 13px;
  background-color: #fff;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}

.volume_tv::-moz-range-progress{
  background-color: #0281e8;
}

.volume_fm::-moz-range-progress{
  background-color: #e36200;
}


@media screen and (max-width: 745px){
	.contenair_video iframe{
		height: 320px;
	}
}

@media screen and (max-width: 454px){
	.contenair_video iframe{
		height: 280px;
	}
}

@media screen and (max-width: 400px){
	.contenair_video iframe{
		height: 220px;
	}
}