.watchContainer {
	width: 90%;
	margin-left: 5%;
	margin-top: 2em;
}

.watchLeftContainer {
	width: calc(200% / 3) !important;
}

.watchLeftContainerPlayer {
	position: relative;
	/*background-color: #000;*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/*.watchLeftContainerPlayer:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}*/
.watchLeftContainerVideo {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 100%;
	float: left;
	/*padding-top: 56.25%;*/
}

.playerVideoAndDescription {
	width: 50%
}

.watchLeftContainerPlayerDescription {
	width: 50%;
	background-color: #fff;
	height: auto;
	padding: 0px;
	margin: auto;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.playerDescriptionBody {
	color: #000;
	padding: 2em;
	text-align: left;
	line-height: 1.6;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
	position: absolute;
	height: 100%;
	top: 0px;
	width: 100%;
}

.playerDescriptionBodyButtonEdit {
	height: 40px;
	width: 40px;
	position: absolute;
	right: 1.6em;
	bottom: 0.6em;
	border-radius: 50%;
	background-image: url(/office/ressources/img/intkn_edit_white.svg);
	background-color: rgba(0, 0, 0, 0.4);
}

.playerDescriptionBodyButtonEdit:hover {
	background-color: rgb(12, 150, 159);
	cursor: pointer;
}

.watchLeftContainerPlayerNoPadding {
	padding-top: 0% !important;
}

.watchLeftContainerPlayer:hover>.watchLeftContainerPlayerControlsContainer {
	display: block;
}

.watchLeftContainerPlayerSemi {
	width: 50%;
	display: inline-block;
}

.watchLeftContainerPlayerVideo {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.watchLeftContainerPlayerImg {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.watchLeftContainerPlayerTitleContainer {
	bottom: 3.5rem;
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 1em;
	z-index: 2;
	line-height: 1.5;
	text-align: left;
	cursor: default;
}

.watchPlayerSubTitle {
	color: #fff;
	margin-bottom: 0.8em;
	text-transform: uppercase;
}

.watchPlayerTitle {
	color: #fff;
	padding-right: 5em;
	font-size: 1.6em;
	font-weight: bold;
}

.watchLeftContainerPlayerControlsContainer {
	height: 65px;
	-moz-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
	-webkit-transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
	transition: opacity .25s cubic-bezier(0.0, 0.0, 0.2, 1);
	text-shadow: 0 0 2px rgba(0, 0, 0, .5);
	background-color: transparent;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	bottom: 0rem;
	position: absolute;
	left: 0px;
	width: 100%;
	cursor: default;
	text-align: left;
	display: none;
	z-index: 3;
}

.watchLeftContainerPlayerProgressContainer {
	width: calc(100% - 2rem);
	margin-left: 1em;
	margin-right: 1em;
	position: absolute;
	background-color: #6969696b;
	border-radius: 1rem;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	bottom: 38px;
	transition: 0.1s;
	/* transform-origin: center; */
	overflow: hidden;
	/* transform: scaleY(1.2); */
}

.watchLeftContainerPlayerProgressContainer:hover {
	/*transform:scaleY(1.2);*/
}

.watchPlayerBufferedFill {
	background-color: transparent;
	width: 100%;
	height: 12px;
	position: relative;
	bottom: 0px;
	left: 0px;
	transition: 0s;
	z-index: 1;
	overflow: hidden;
}

.watchPlayerProgressFill {
	background-color: #f26c4f;
	width: 0%;
	height: 17px;
	position: absolute;
	top: -2px;
	/* bottom: 0; */
	left: 0;
	transition: 0s;
	z-index: 2;
}

.watchPlayerProgressRange {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	outline: 0;
	opacity: 0;
	transition: 0s;
	z-index: 3;
}

.watchLeftContainerButtonsBarLeft {
	width: auto;
	left: 1.5em;
	bottom: 0.8em;
	position: absolute;
	z-index: 3;
}

.watchLeftContainerPlayButton {
	opacity: 1;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 1rem;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/office/ressources/img/intkn_video_play_button.svg);
}

.watchLeftContainerPlayButton:hover {
	cursor: pointer;
	opacity: 1;
}

.watchLeftContainerPauseButton {
	opacity: 1;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 1rem;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/office/ressources/img/intkn_video_pause_button.svg);
}

.watchLeftContainerPauseButton:hover {
	cursor: pointer;
	opacity: 1;
}

.watchLeftContainerVolumeBloc {
	display: inline-block;
	height: 1.2rem;
	width: auto;
	vertical-align: top;
}

.watchLeftContainerVolumeBloc:hover>.watchLeftContainerVolumeBar {
	width: 4em;
	display: inline-block;
}

.watchLeftContainerVolumeButton {
	opacity: 1;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 1rem;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/office/ressources/img/intkn_video_volume_button.svg);
}

.watchLeftContainerVolumeButton:hover {
	cursor: pointer;
	opacity: 1;
}

.watchLeftContainerVolumeButton {
	display: inline-block;
	height: 1.2rem;
	width: 1.2rem;
}

.watchLeftContainerNoVolumeButton {
	opacity: 1;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 1rem;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/office/ressources/img/intkn_video_novolume_button.svg);
}

.watchLeftContainerNoVolumeButton:hover {
	cursor: pointer;
	opacity: 1;
}

.watchLeftContainerVolumeBar {
	width: 0rem;
	height: .4rem;
	display: none;
	margin-right: 1rem;
	background-color: rgba(255, 255, 255, .5);
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.watchLeftContainerVolumeBar:hover {
	width: 4em;
	display: inline-block;
}

.watchLeftContainerVolumeBarFill {
	background-color: #fbfbfb;
	width: 10%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.watchLeftContainerVolumeBarRange {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	outline: 0;
	opacity: 0;
}

input[type=range].watchLeftContainerVolumeBarRange {
	width: 100%;
}

.watchPlayerDurationText {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9em;
	color: #ffffff;
}

.watchLeftContainerButtonsBarRight {
	width: calc(50% - 3em);
	right: 1.5em;
	bottom: 0.8em;
	position: absolute;
	text-align: right;
	z-index: 3;
}

.watchLeftContainerParametersBloc {
	display: inline-block;
	height: 1.2rem;
	width: auto;
	vertical-align: top;
}

.watchLeftContainerParametersBloc:hover>.watchLeftContainerParametersCard {
	display: block;
}

.watchLeftContainerParametersButton {
	opacity: 1;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 1rem;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/office/ressources/img/intkn_video_parameters_button.svg);
}

.watchLeftContainerParametersButton:hover {
	cursor: pointer;
	opacity: 1;
}

.watchLeftContainerParametersCard {
	height: auto;
	background-color: #ffffff;
	position: absolute;
	bottom: 0rem;
	font-size: 10px;
	padding: 10px;
	z-index: 1;
	right: 3rem;
	color: #000;
	line-height: 1.4;
	text-align: left;
	border-radius: 4px;
	border: 1px solid #dedede;
	text-shadow: none;
	width: 100px;
	display: none;
}

.parametersCardLineTitle {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.parametersCardLine {
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 20px;
}

.parametersCardLineChekbox {
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	margin-left: 0px;
	outline: none;
	cursor: pointer;
	display: inline-block;
	margin-right: 6px;
}

.parametersCardLineChekbox:checked,
.parametersCardLineChekboxChecked {
	background-color: #f26c4f;
	border-color: #ce3615;
}

.parametersCardLineText {
	display: inline-block;
	vertical-align: middle;
}

.watchLeftContainerFullscreenButton {
	opacity: 1;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/office/ressources/img/intkn_video_fullscreen_button.svg);
}

.watchLeftContainerFullscreenButton:hover {
	cursor: pointer;
	opacity: 1;
}

.watchLeftContainerNoFullscreenButton {
	opacity: 1;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/office/ressources/img/intkn_video_nofullscreen_button.svg);
}

.watchLeftContainerNoFullscreenButton:hover {
	cursor: pointer;
	opacity: 1;
}

.watchLeftContainerPlayerPlayCover {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.2);
}

.watchLeftContainerPlayerPlayCoverPlayed {
	z-index: 0;
	background-color: transparent;
}

.watchLeftContainerPlayerPlayCover:hover>.playerButtonPlayCover {
	border: 1px solid #787878;
	transform: scale(1.2);
	background-size: calc(100% - 2px);
}

.playerButtonPlayCover {
	border-radius: 50%;
	transition: 0.3s ease;
	position: absolute;
	width: 110px;
	height: 110px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	top: calc(50% - 55px);
	left: calc(50% - 55px);
	background-image: url(/office/ressources/img/intkn_video_player.svg);
	background-size: calc(100% - 30px);
}

.loadPlayCover {
	width: 110px;
	height: 110px;
	top: calc(50% - 55px);
	left: calc(50% - 55px);
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	border-radius: 50%;
}

.loadPlayCover:after {
	content: " ";
	display: block;
	width: calc(80px - 14px);
	height: calc(80px - 14px);
	border-radius: 50%;
	border: 7px solid #fff;
	border-color: #fff #ffffff00 #fff transparent;
	animation: loadPlayCover 1.2s linear infinite;
}

@keyframes loadPlayCover {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.watchRightContainer {
	width: 33.33333% !important;
}

.audio:hover,
.audio:focus,
.audio:active {
	-webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.4);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.audio {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-moz-box-shadow: 2px 2px 4px 0px #006773;
	-webkit-box-shadow: 2px 2px 4px 0px #006773;
	box-shadow: 2px 2px 4px 0px #006773;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}