div.jwplayer{
	background: #fff;
}

/*Prendre soin de soi*/
.thematic-188 .video_infos .video_title,
.thematic-188 span#video_extra_title,
.thematic-188 div#site-title p,
.thematic-740 .video_infos .video_title,
.thematic-740 span#video_extra_title,
.thematic-740 div#site-title p{
	color: #25bced!important;
}

/*Créer dans l'éthique*/
.thematic-189 .video_infos .video_title,
.thematic-189 span#video_extra_title,
.thematic-189 div#site-title p,
.thematic-737 .video_infos .video_title,
.thematic-737 span#video_extra_title,
.thematic-737 div#site-title p{
	color: #cc096c!important;
}

/*Préserver la planète*/
.thematic-190 .video_infos .video_title,
.thematic-190 span#video_extra_title,
.thematic-190 div#site-title p,
.thematic-743 .video_infos .video_title,
.thematic-743 span#video_extra_title,
.thematic-743 div#site-title p{
	color: #95c030!important;
}

/*S'engager pour les autres*/
.thematic-191 .video_infos .video_title,
.thematic-191 span#video_extra_title,
.thematic-191 div#site-title p,
.thematic-746 .video_infos .video_title,
.thematic-746 span#video_extra_title,
.thematic-746 div#site-title p{
	color: #f19a2e!important;
}

.vc_so_video {
	margin-top: 50px;
}

.related_videos_area h2 {
	margin: 0;
	padding: 0;
	display: -webkit-inline-box;
	font-size: 1.1em;
	font-weight: 500;
	height: 40px;
	width: 100%;
	padding: 0px 10px;
}

.related_videos_area > div {
	width: 100%;
	height: 100%;
}

div#play-mode {
	height: 2.25em;
}

div#video_title {
	display: -webkit-inline-box;
	font-size: .635em;
}

div#video_title h2 {
	margin: 0;
}

ul#related_videos {
	margin: 0;
	padding: 0;
	align-items: inherit;
	/* margin-bottom: 40px; */
}

ul#related_videos li {
	list-style: none;
}

ul#related_videos a {
	display: block;
	padding: 10px;
	text-decoration: none;
	transition: .25s;
}

ul#related_videos a.active, ul#related_videos a:hover {
	background: #f7f7f7;
}

ul#related_videos .video_poster {
	width: 35%;
	overflow: hidden;
}
ul#related_videos .video_infos {
	width: 60%;
	line-height: 1.4;
}

#vc_so_video_content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}

.playing_video_area {
	width: 65%;
}

.related_videos_area {
	width: 30%;
	position: absolute;
	height: 100%;
	overflow: auto;
	right: 0;
	overflow: hidden;
	padding-bottom: 40px;
	box-sizing: border-box;
}

.related_video_container:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 100%;
	height: 1px;
	background: #ebebeb;
}

.related_video_container {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.video_infos .video_title {
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#video_player iframe {
	width: 100%;
	max-width: 100%;
}

div#video_header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 40px;
	margin-top: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.video_description{
	margin-top: 20px;
}

div#video_title {
	width: 70%;
	padding-right: 10px;
	box-sizing: border-box;
	display: block;
	line-height: 1.3;
}

div#video_actions {
	font-size: 1.1em;
	width: 30%;
	color: #a5a5a5;
}

div#social_actions {
	display: flex;
	flex-wrap: wrap;
	text-align: right;
	justify-content: flex-end;
}

div#video_likes {
	position: relative;
}

div#video_likes:after {
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	height: 100%;
	width: 1px;
	background: #9c9c9c;
}

span#video_extra_title {
	display: block;
	font-size: 2.4em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	/*margin-bottom: 10px;*/
	text-transform: uppercase;
	display: -webkit-inline-box;
}

span#video_location {
	width: 100%;
	display: block;
	color: #a4a4a4;
	font-size: 1.5em;
}

div#video_title h1 {
	margin-top: 10px;
}
div#video_title h1:first-child {
	margin-top: 0;
}
div#video_header_link {
	text-align: right;
	line-height: 1.3;
	margin-top: 5px;
	margin-bottom: 15px;
}

/*Sharing box*/
.sharing_box a {
	text-decoration: none;
	padding: 0 5px;
	transition: .25s;
	pointer-events: none;
}

div#video_share.active .sharing_box a{
	pointer-events: auto;
}

.sharing_box a:hover {
	opacity: .5;
}

div#video_share {
	position: relative;
	cursor: default;
	user-select: none;
}

div#video_share span {
	z-index: 100;
	position: relative;
}

.sharing_box {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	width: 100%;
	transition: .25s;
	text-align: center;
	font-size: 1.25em;
	margin-top: 5px;
	text-align: left;
	z-index: 0;
}

div#video_share.active .sharing_box {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
div#video_share i.fa.fa-share-alt {
	margin-right: 10px;
}

div#video_likes {
	margin-right: 20px;
}

div#back_to_channel_listing {
	padding-top: 1em;
	padding-bottom: 1em;
	background: #f7f7f7;
	margin-bottom: 50px;
}

div#back_to_channel_listing a {
	text-decoration: none;
	border: none;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

div#back_to_channel_listing i {
	margin-right: 1em;
}

.video_description p:last-child {
	margin-bottom: 0;
}
div#related-items {
	width: 100%;
	height: 100%;
}

.video_subtitle {
	line-height: 1.2em;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	max-height: 3.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	margin-top: .25em;
}

.video_infos.has-extra-tite .video_subtitle {
	max-height: 2.4em;
	-webkit-line-clamp: 2;
}

span#lb-loader{
	height: auto;
}

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

	.playing_video_area{
		width: 60%;
	}

	.related_videos_area{
		width: 35%;
	}

	div#video_actions,
	div#video_title {
		width: 100%;
	}

	div#video_header_link {
		text-align: left;
	}

	div#social_actions {
		text-align: left;
		justify-content: flex-start;
	}

	div#video_actions {
		margin-top: 15px;
	}

}

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

	.playing_video_area {
		width: 100%;
	}

	.related_videos_area {
		width: 100%;
		position: relative;
		margin-top: 35px;
		max-height: 400px;
		overflow: visible;
	}

	.related_videos_area h2 {
		padding: 0;
	}

}