*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: sans-serif;
}

body{
	background-color: #f8fbff;
}

.small_img_13{
	display: inline-block;
	width: 13px;
	height: 13px;
}

.small_img_15{
	display: inline-block;
	width: 15px;
	height: 15px;
}

.small_img_17{
	display: inline-block;
	width: 17px;
	height: 17px;
}

.small_img_20{
	display: inline-block;
	width: 20px;
	height: 20px;
}

.small_img_25{
	display: inline-block;
	width: 25px;
	height: 25px;
}

.small_img_30{
	display: inline-block;
	width: 30px;
	height: 30px;
}

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

.small_img_40{
	display: inline-block;
	width: 40px;
	height: 40px;
}

.small_img_45{
	display: inline-block;
	width: 45px;
	height: 45px;
}

.small_img_50{
	display: inline-block;
	width: 50px;
	height: 50px;
}

.small_img_55{
	display: inline-block;
	width: 55px;
	height: 55px;
}

.small_img_60{
	display: inline-block;
	width: 60px;
	height: 60px;
}

.small_img_65{
	display: inline-block;
	width: 65px;
	height: 65px;
}

.small_img_70{
	display: inline-block;
	width: 70px;
	height: 70px;
}

.small_img_80{
	display: inline-block;
	width: 80px;
	height: 80px;
}

.small_img_85{
	display: inline-block;
	width: 85px;
	height: 85px;
}

.small_img_90{
	display: inline-block;
	width: 90px;
	height: 90px;
}

.small_img_95{
	display: inline-block;
	width: 95px;
	height: 95px;
}

.small_img_100{
	display: inline-block;
	width: 100px;
	height: 100px;
}

/*====== Header ======*/
#header_webtv{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	z-index: 10;
}

.content_header_webtv{
	max-width: 1380px;
	width: 98%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 7px 0px;
}

.logo_barre_recherche, .logo_barre_recherche h2{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

#search_element{
	width: 450px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 40px;
	border: 1px solid #eee;
	border-radius: 50px;
	overflow: hidden;
}

#search_element input{
	display: block;
	padding: 7px 10px 7px 20px;
	width: calc(100% - 70px);
	border: none;
	font-size: 18px;
	outline: none;
	color: #777;
}

#search_element button{
	width: 70px;
	border: none;
	cursor: pointer;
	background-color: #fafafa;
	border-left: 1px solid #eee;
	outline: none;
}

.setting_data{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.setting_data > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
}

.setting_data > ul > li{
	position: relative;
}

.liste_notifications{
	position: absolute;
	top: 60%;
	right: -30px;
	width: 250px;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 2px 7px 15px rgba(0, 0, 0, .1);
	display: none;
	transition: .4s;
	opacity: 0;
}

.div_liste_notifications{
	max-height: 400px;
	overflow: auto;
}

.div_liste_notifications li a{
	display: block;
	border-bottom: 1px solid #eee;
	padding: 10px;
	text-decoration: none;
	color: #ccc;
	font-size: 14px;
	font-style: italic;
	transition: .4s;
}

.div_liste_notifications li a img{
	margin: 0px 5px -2px 0px;
	transition: .4s;
	opacity: .2;
}

.div_liste_notifications li a:hover{
	padding-left: 15px;
	background-color: #fafafa;
	color: #999;
}

.div_liste_notifications li a:hover > img{
	opacity: 1;
}

.accompagne_notifications{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(120, 120, 120, .1);
	display: none;
}

.btn_config_tv{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	color: #777;
	border: none;
	cursor: pointer;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	transition: .4s;
	opacity: .4;
	outline: none;
}

.btn_config_tv img{
	margin-right: 5px;
}

.separator_tv{
	display: inline-block;
	width: 2px;
	height: 20px;
	background-color: #eee;
	margin: 0px 10px;
}

.btn_config_tv:hover{
	opacity: 1;
}

.btn_config_tv i{
	display: inline-block;
	padding: 3px 5px;
	background-color: red;
	color: #fff;
	border-radius: 50px;
}

.active_option{
	opacity: 1;
	color: #000;
}

/*====== Dashboard ======*/
.box_programme_webtv{
	max-width: 1380px;
	width: 98%;
	margin: 70px auto 0px;
	border: 1px solid #eee;
}

.parameters_webtv{
	max-width: 1380px;
	width: 98%;
	margin: 70px auto 0px;
}

.programme_tv{
	width: 100%;
	height: 85vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.barre_de_titre{
	width: 100%;
	height: 45px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.titre_barre{
	width: 210px;
	padding: 10px;
	border-right: 1px solid #ccc;
}

.titre_barre h3{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.titre_barre h3 img{
	margin-right: 5px;
}

.liste_mois_et_annee{
	width: 210px;
	height: calc(100% - 45px);
	border-right: 1px solid #ccc;
	background-color: #fff;
}

.tri_data{
	padding: 10px 10px;
	height: 38px;
	border-bottom: 2px solid #eee;
	background-color: #fafafa;
}

.tri_data h4{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.tri_data h4 img{
	margin-right: 5px;
}

.Outils_barre{
	width: calc(100% - 210px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
}

.btn_creation_programme{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.btn_creation_programme h4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 0px 0px 0px 10px;
	background-color: #fafafa;
	margin-right: 20px;
}

.btn_creation_programme select{
	display: inline-block;
	margin-left: 5px;
	border: none;
	border-left: 1px solid #eee;
	padding: 5px;
}

.bnt_add_elt{
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 4px 10px;
	cursor: pointer;
	transition: .4s;
	opacity: .4;
	outline: none;
	margin-right: 20px;
	font-size: 14px;
	color: #777;
	text-decoration: none;
}

.bnt_add_elt img{
	margin-right: 10px;
}

.bnt_add_elt:hover{
	opacity: 1;
}

.les_outis{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.tri_corbeille{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.tri_corbeille h4{
	margin-right: 15px;
}

.tri_corbeille h4 select{
	display: inline-block;
	padding: 2px 5px;
	border: 1px solid #eee;
}

.les_outis p{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.btn_select_all{
	cursor: pointer;
	opacity: .3;
	transition: .4s;
}

.btn_select_all input{
	margin-right: 5px;
	display: inline-block;
	width: 17px;
	height: 17px;
}

.btn_select_all, #btn_delete_all_tv{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#btn_delete_all_tv{
	padding: 3px;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}

.btn_select_all:hover{
	opacity: 1;
}

.les_outis p{
	background-color: #fafafa;
	border: 1px solid #eee;
}

.les_outis p select{
	display: inline-block;
	border: none;
	border-left: 1px solid #eee;
}

.btn_actualisation{
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	text-decoration: none;
	margin-right: 20px;
	font-size: 14px;
	color: #777;
	background-color: #fafafa;
}

.btn_retour_tv{
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #eee;
	border-radius: 3px;
	text-decoration: none;
	margin-left: 20px;
}

.programme_liste{
	width: calc(100% - 210px);
	height: calc(100% - 45px);
	background-color: #fff;
}

.data_list{
	display: block;
	/*background-color: red;*/
	height: calc(100vh - 174px);
	overflow: auto;
}

.data_list li{
	display: block;
}

.data_list li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	text-decoration: none;
	color: #555;
	transition: .4s;
}

.data_list li a img{
	margin-right: 5px;
}

#select_month{
	padding-left: 25px;
	background-color: #085387;
	color: #fff;
}

.data_list li a:hover{
	padding-left: 15px;
	background-color: #fafafa;
}

.content_liste_programme{
	width: 100%;
	height: 100%;
	overflow: auto;
}

.content_liste_programme table{
	border-collapse: collapse;
	width: 100%;
}

.content_liste_programme table tr{
	width: 100%;
	cursor: pointer;
	transition: .4s;
}

.content_liste_programme table tr:hover{
	background-color: rgba(247, 247, 247, .7);
}

.content_liste_programme table tr td{
	padding: 5px 5px;
	border-bottom: 1px solid #eee;
}

.titre_programme{
	width: calc(100% - 650px);
}

.element_title{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.element_title p{
	width: calc(100% - 25px);
}

.bulle_diffusion{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.deja{
	background-color: green;
}

.pas_encore{
	background-color: #fafafa;
	border: 1px solid #eee;
}

.titre_programme h4{
	font-weight: 400;
	color: #777;
	font-size: 14px;
	font-weight: 600;
}

.titre_programme h4 span{
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #bababa;
	font-style: italic;
}

.total_elt{
	width: 170px;
	border-left: 1px solid #eee;
}

.dateheure_td{
	width: 200px;
	border-left: 1px solid #eee;
}

.duree_td{
	width: 110px;
	border-left: 1px solid #eee;
}

.total_cmt{
	width: 180px;
	border-left: 1px solid #eee;
}

.total_vue{
	width: 120px;
	border-left: 1px solid #eee;
}

.total_like{
	width: 110px;
	border-left: 1px solid #eee;
}

.btn_update{
	width: 40px;
	border-left: 1px solid #eee;
	text-align: center;
}

.item_td{
	width: 40px;
	border-right: 1px solid #eee;
	text-align: center;
	background-color: #fafafa;
	color: #ccc;
}

.btn_delete{
	width: 40px;
	border-left: 1px solid #eee;
	text-align: center;
}

.select_td{
	width: 40px;
	border-left: 1px solid #eee;
	text-align: center;
}

.select_td input{
	display: inline-block;
	cursor: pointer;
	border: 2px solid #ccc;
	border-radius: 3px;
	background-color: #000;
	width: 18px;
	height: 18px;
	margin-bottom: -3px;
}

.total_elt p, .total_cmt a, .total_cmt p, .total_vue p, .total_like p, .duree_td p, .dateheure_td p{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
}

.total_elt p span, .total_cmt p span, .total_cmt a span,
.total_vue p span, .total_like p span, .duree_td p span, .dateheure_td p span{
	color: #999;
	margin-left: 5px;
	font-size: 14px;
}

.btns_td{
	display: inline-block;
	padding: 5px 5px;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .4s;
}

.btns_td:hover{
	background-color: #f6faff;
}

.alterne{
	background-color: rgba(255, 237, 237, .3);
}

/*========== Formulaire =========*/
.form_element{
	max-width: 1380px;
	width: 80%;
	margin: 80px auto 40px;
}

.formulaire_element{
	width: 100%;
	border: 1px solid #eee;
	background-color: #fff;
	transition: .4s;
}

.formulaire_element_update{
	width: 850px;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	background-color: #fff;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .4s;
}

.form_title{
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.champs_formulaire{
	padding: 0px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content_champs_formulaire{
	width: calc(100% - 250px);
	/*height: 350px;*/
	overflow: auto;
	padding: 20px 20px 20px 0px;
}

.lb_tv{
	display: block;
	margin-bottom: 10px;
}

.lb_tv input, .lb_tv textarea{
	display: block;
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-top: 3px;
	outline: none;
	line-height: 23px;
}

.lb_tv textarea{
	background-color: rgba(240, 240, 240, .7);
	font-size: 16px;
}

.lb_tv_100{
	width: 100%;
}

.lb_tv_65{
	width: 65%;
}

.lb_tv_30{
	width: 30%;
}

.lb_tv_25{
	width: 25%;
}

.lb_tv_22{
	width: 22%;
}

.lb_tv_20{
	width: 20%;
}

.lb_source{
	cursor: pointer;
}

.date_heure_passage{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.date_heure_passage h4{
	width: 100%;
	color: #ccc;
}

.champ_image_formulaire{
	width: 250px;
	border-left: 1px solid #eee;
	padding: 20px 0px 20px 20px;
}

.upload_img{
	width: 100%;
	border: 1px solid #eee;
}

#uploaded_image, #uploaded_image_update{
	width: 100%;
	max-height: 215px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

#uploaded_image img, #uploaded_image_update img{
	display: block;
	width: 100%;
}

.affichage_video{
	margin-top: 20px;
}

.affichage_video video{
	display: block;
	width: 100%;
}

.affichage_video iframe{
	display: block;
	width: 100%;
	height: 170px;
}

.alert_no_video_file{
	background-color: #ffbfbf;
	border: 4px solid red;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
}

.lb_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 10px;
	border-top: 1px solid #eee;
	background-color: #fafafa;
	color: #999;
}

.lb_img input{
	display: none;
}

.lb_img img{
	margin-right: 5px;
}

.btn_close_form_element{
	position: absolute;
	top: 10px;
	right: 20px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	transition: .4s;
	opacity: .4;
}

.btn_close_form_element:hover{
	opacity: 1;
}

.content_progress_bar{
	padding: 0px 20px;
	border-top: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.response_formulaire_tv{
	padding: 10px 20px;
	background-color: #fafafa;
	border-top: 1px solid #eee;
	display: none;
	text-align: center;
}

.large_alerte_data{
	width: 100%;
}

.progress{
	width: calc(100% - 320px);
	border-radius: 50px;
	background-color: #eee;
}

.progress-bar, .progress-bar-update{
	background-color: green;
	height: 10px;
	width: 0%;
	border-radius: 50px;
	transition: .4s;
}


.btns_validation_form_add_element{
	width: 280px;
	border-left: 1px solid #eee;
	text-align: right;
	padding: 10px 0px 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.btns_validation_form_add_element img{
	margin-right: 10px;
}

.btns_validation_form_add_element button, 
.btns_validation_form_add_element a{
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: .4s;
	text-decoration: none;
}

.valide_btn_form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 12px 20px;
	background-color: #fafafa;
}

.valide_btn_form button{
	padding: 12px 15px;
	color: #fff;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: .4s;
	text-decoration: none;
	background-color: green;
}

.btn_form_parameter{
	width: 100%;
	text-align: right;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.btn_form_parameter button{
	padding: 7px 10px;
	color: #fff;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: .4s;
	text-decoration: none;
	background-color: green;
}

.valide_btn_form button img{
	margin-right: 5px;
}

.btns_validation_form_add_element button{
	background-color: green;
}

.btns_validation_form_add_element a{
	background-color: red;
	margin-right: 40px;
}


.btns_validation_form_add_element button:hover,
.valide_btn_form button:hover{
	background-color: #2e6402;
}

.alert_tv{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

.content_alert_tv{
	width: 400px;
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 4px solid #bad8ff;
	background-color: #f8fbff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	transition: .4s;
	opacity: 0;
}

.content_alert_tv button{
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	opacity: .3;
	transition: .4s;
}

.content_alert_tv button:hover{
	opacity: 1;
}

.contenu_alerte{
	font-size: 14px;
	line-height: 20px;
	color: #777;
}

.contenair_parameters{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	overflow: hidden;
}

.block_parametres{
	width: 24%;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.block_parametres h4{
	padding: 10px;
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.block_parametres h4 img{
	margin-right: 5px;
}

.content_parameters{
	position: relative;
	padding: 20px;
}

.btn_edite_time_zone{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 35px;
	height: 35px;
	border: 1px solid #eee;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
}

.content_parameters p span{
	display: block;
}

.content_parameters p i{
	display: block;
	font-style: italic;
	color: #999;
}

.content_parameters form label{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5px;
	color: #777;
	cursor: pointer;
	font-style: italic;
}

.content_parameters form label input{
	margin-right: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
}

.notifications_tv{
	background-color: #fff;
}

.edite_email_notification{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .2);
	display: none;
	z-index: 15;
}

.contenair_edite_img_pub{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .2);
	display: none;
	z-index: 15;
}

.content_box_img_pub{
	width: 900px;
	background-color: #fff;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	transition: .4s;
	overflow: hidden;
	opacity: 0;
}

.lb_img_pub{
	display: inline-block;
	padding: 5px 10px;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.lb_img_pub img{
	margin-right: 5px;
}

.lb_img_pub input{
	display: none;
}

.header_pub_box{
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.btn_validation_img_pub{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.btn_valide_img{
	background-color: green;
	border: none;
	cursor: pointer;
	color: #fff;
	padding: 7px 10px;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.btn_valide_img img{
	margin-right: 5px;
}

.btn_close_modale_pub{
	background-color: transparent;
	border: none;
	cursor: pointer;
	opacity: .3;
	transition: .2s;
}

.btn_close_modale_pub:hover{
	opacity: 1;
}

.image_selected{
	max-height: 400px;
	overflow: auto;
}

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

.barre_progression{
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px solid #ccc;
}

.form_edite_email_notification{
	width: 400px;
	padding: 40px;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s;
	opacity: 0;
}

.form_edite_email_notification input{
	display: block;
	padding: 12px 20px;
	border: 1px solid #eee;
	border-radius: 3px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #777;
}

.btn_valide_email_notification{
	background-color: green;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 12px 20px;
	border-radius: 3px;
}

.image_publicite{
	position: relative;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #eee;
	overflow: hidden;
}

.btns_img_pub{
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 3px;
}

.btn_change_banniere_pub{
	padding: 5px 10px;
	border: none;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);$
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #777;
	cursor: pointer;
	transition: .2s;
	font-size: 18px;
	outline: none;
}

.btn_change_banniere_pub span{
	margin-left: 5px;
}

.btn_change_banniere_pub:hover{
	background-color: #fafafa;
}

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

.container_outils{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.container_outils h3{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.container_outils h3 img{
	margin-right: 5px;
}

.notification_tb{
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
}

.notification_tb tr{
	transition: .2s;
}

.notification_tb tr:hover{
	background-color: #fafafa;
}

.notification_tb tr td{
	border-bottom: 1px solid #eee;
	padding: 5px 10px;
}

.item_notification{
	width: 30px;
	border-right: 1px solid #eee;
	text-align: center;
	background-color: #fafafa;
}

.titre_notification{
	width: 250px;
	/*border-right: 1px solid #eee;*/
	font-weight: bold;
}

.texte_notification{
	/*border-right: 1px solid #eee;*/
	color: #777;
}

.date_heure{
	width: 160px;
	/*border-right: 1px solid #eee;*/
}

.lire_notification{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 12;
	display: none;
}

.contenair_lire_notification{
	width: 480px;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	position: absolute;
	top: 40%;
	left: 50%;
	transition: .4s;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.contenair_lire_notification h3{
	padding: 20px 40px;
	border-bottom: 1px solid #eee;
}

.btn_close_md{
	display: block;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 20px;
	border: none;
	opacity: .3;
	transition: .4s;
}

.btn_close_md:hover{
	opacity: 1;
}

.content_lire_notification{
	padding: 20px 40px 40px;
	max-height: 60vh;
	overflow: auto;
	font-size: 14px;
	color: #777;
	line-height: 22px;
}

.pagination_tv{
	padding: 10px;
	background-color: #fafafa;
	text-align: right;
}

.link_pagin_tv{
	display: inline-block;
	padding: 3px 7px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 14px;
}

.active_link{
	background-color: #cae1ff;
}

.no_active_link{
	background-color: #868a8f;
	color: #fff;
}

.lecteur_color{
	background-color: #f8fbff;
}

.contenair_tb_notification{
	width: 100%;
	height: 78vh;
	overflow: auto;
}

.timezone_tv{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .2);
	z-index: 12;
	display: none;
}

.liste_timezone{
	width: 340px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 5px;
	transition: .4s;
	overflow: hidden;
	opacity: 0;
}

.liste_timezone h3{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 20px 10px;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.liste_timezone h3 img{
	margin-right: 5px;
}

.tri_fuseau_horaire{
	padding: 10px 20px;
	background-color: #fafafa;
	text-align: right;
	border-bottom: 1px solid #eee;
}

.tri_fuseau_horaire select{
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
}

.timezone_list{
	display: block;
	max-height: 60vh;
	overflow: auto;
}

.li_fuseau{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}

.li_fuseau h4{
	display: inline-block;
	width: calc(100% - 50px);
	border-right: 1px solid #eee;
	padding: 10px 20px;
}

.li_fuseau h4 span{
	display: block;
	font-size: 12px;
	color: #999;
	font-style: italic;
	font-weight: 400;
}

.li_fuseau label{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 50px;
	background-color: #fafafa;
	text-align: center;
	cursor: pointer;
}

.li_fuseau label input{
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.timezone_progress{
	background-color: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
	text-align: center;
}

.content_timezone_progress{
	width: 100%;
	height: 10px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #fafafa;
}

#timezone_progress_bar{
	width: 2%;
	height: 10px;
	border-radius: 50px;
	background-color: green;
	transition: .4s;
}

.timezone{
	background-color: #fafafa;
}

.response_params{
	width: 100%;
	margin-top: 10px;
	display: none;
}

.response_form_email_notification{
	text-align: center;
}


/*Rechercher*/
.contenair_recherche{
	width: 100%;
	min-height: 100vh;
	background-color: #fff;
	padding-top: 50px;
}

.data_found{
	width: 95%;
	min-height: 100vh;
	margin: 10px auto 0px;
}

.data_found h2{
	margin-bottom: 10px;
}

.data_found h2 small{
	display: block;
	font-size: 16px;
	color: #777;
	font-weight: 400;
	font-style: italic;
}

.data_lign{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 15px 5px;
	border-bottom: 1px solid #eee;
	transition: .2s;
}

.img_lign{
	width: 170px;
}

.span_img_lign{
	display: block;
	width: 150px;
	max-height: 100px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #fafafa;
}

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

.text_data{
	width: calc(100% - 170px);
}

.text_data p{
	color: #777;
}

.tb_btns_actions{
	width: 100%;
	margin-top: 10px;
}

.tb_btns_actions table tr td{
	padding: 1px 10px;
}

.data_lign:hover{
	background-color: #fafafa;
}

.commentaire_webtv{
	background-color: #fff;
	padding: 70px 0px 0px;
	width: 100%;
	min-height: 100vh;
}

.content_data_comment{
	max-width: 1300px;
	width: 80%;
	margin: 0px auto;
}

/*========== Front end =========*/

.contenair_web_tv{
	width: 100%;
}

.content_tv{
	max-width: 1300px;
	width: 80%;
	margin: 40px auto;
}

.video_web{
	width: 800px;
	margin: 0px auto;
}

.video_web video{
	display: block;
	width: 100%;
}

.video_web iframe{
	display: block;
	width: 100%;
	height: 420px;
}

.titre_video_tv{
	padding: 10px 20px;
	background-color: #fff;
	width: 800px;
	margin: 0px auto;
	border: solid #eee;
	border-width: 0px 1px 1px 1px;
}

.titre_video_tv h3{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.btns_state_tv{
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.span_state_tv{
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-left: 20px;
}

.span_state_tv small{
	margin-left: 5px;
	font-size: 16px;
}

.btn_state_tv{
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
	background-color: transparent;
}

.btns_web_tv{
	width: 800px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.btn_programme_tv{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
	padding: 5px 10px;
	outline: none;
}

.btn_programme_tv span{
	margin-left: 5px;
}

.all_share_btns{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
}

.shareVideoTv{
	display: inline-block;
	padding: 5px 10px;
	border: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	border-radius: 3px;
	outline: none;
}

.shareVideoTv span{
	margin-left: 5px;
}

.share_to_fb{
	background-color: #425daa;
}

.share_to_tw{
	background-color: #55acee;
}

.share_to_in{
	background-color: #0177b5;
}


.description_element{
	width: 800px;
	margin: 40px auto;
}

.description_element p{
	color: #777;
}

.description_element button{
	background-color: transparent;
	font-weight: bold;
	font-size: 16px;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	margin-top: 10px;
	outline: none;
}

.comment_box{
	width: 800px;
	margin: 40px auto;
}

.comment_box form{
	display: block;
	margin-bottom: 20px;
}

.comment_box form textarea{
	display: block;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 16px;
	outline: none;
	transition: .4s;
}

.comment_box form textarea:focus{
	background-color: #fafafa;
}

.response_comment_tv{
	text-align: right;
	margin-top: 10px;
	display: none;
	transition: .4s;
}

.btn_commentaire_tv{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
}

.btn_commentaire_tv button{
	display: inline-block;
	padding: 12px 20px;
	background-color: #008134;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	transition: .4s;
}

.btn_commentaire_tv button:hover{
	background-color: #006227;
}

.un_commentaire_tv{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}

.un_commentaire_tv > span{
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #eee;
	overflow: hidden;
	border-radius: 50%;
}

.btn_plus_commentaire{
	text-align: right;
	margin-top: 20px;
}

.btn_plus_commentaire button{
	display: inline-block;
	padding: 12px 20px;
	background-color: #007ff5;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	transition: .4s;
	outline: none;
}

.btn_plus_commentaire button:hover{
	background-color: #006dd2;
}

.box_comment_user_tv{
	width: calc(100% - 60px);
}

.plus_commentaires{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

.content_plus_commentaires{
	width: 800px;
	max-height: 99vh;
	margin: 0px auto;
	background-color: #fafafa;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	overflow: hidden;
	transition: .4s;
	opacity: 0;
}

#p_description2{
	display: none;
}

#btn_hide_description{
	display: none;
}

.contenair_plus_commentaire{
	padding: 20px;
	overflow: auto;
	max-height: calc(99vh - 60px);
}

.btn_close_plus_commentaires{
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	text-align: right;
}

.btn_close_plus_commentaires button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	opacity: .2;
	transition: .3s;
}

.btn_close_plus_commentaires button:hover{
	opacity: 1;
}

.un_commentaire_tv p{
	color: #777;
	line-height: 20px;
}

.un_commentaire_tv span{
	display: block;
	margin-top: 10px;
	color: #ccc;
}

.programme_du_jour_tv{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .3);
	z-index: 15;
	display: none;
}

.accompagne_programme{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(255, 255, 255, .1);
	z-index: 1;
}

.content_programme_tv{
	width: 400px;
	position: absolute;
	top: 0px;
	right: -500px;
	bottom: 0px;
	overflow: auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	transition: .4s;
	z-index: 2;
}

.le_programme_tv{
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: .3s;
}

.img_programme{
	width: 100px;
}

.img_programme span{
	display: block;
	width: 100%;
	max-height: 70px;
	overflow: hidden;
	border-radius: 3px;
}

.img_programme span img{
	display: block;
	width: 100%;
}

.titre_heure{
	width: calc(100% - 110px);
}

.le_programme_tv:hover{
	background-color: #fafafa;
}

.img_alert_tv{
	position: relative;
	width: 100%;
	height: 380px;
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
	border: 4px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.img_alert_tv h4{
	width: 250px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.img_alert_tv h4 img{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px auto 10px;
}

.img_alert_tv h4 span{
	color: #777;
}

/*Responsivité ====================*/

@media screen and (max-width: 900px){

	.content_tv{
		width: 95%;
	}

	.video_web, .titre_video_tv, .btns_web_tv, .comment_box, .description_element{
		width: 100%;
	}
}


@media screen and (max-width: 450px){
	.content_programme{
		width: 90%;
	}

	.affichage_video iframe{
		display: block;
		width: 100%;
		height: 120px;
	}
}

@media screen and (max-width: 440px){
	.all_share_btns{
		width: 100%;
	}

	.shareVideoTv, .btn_programme_tv{
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
		justify-content: center;
		padding: 10px 20px;
	}
}