.content-module.video-module, .content-module.imagehs-module{
        /*max-width: 850px;*/
        margin-right: auto;
        margin-left: auto;
        /*max-height: 80%;*/
        max-width: 90%;
        width: 1200px;
}

/*.content-module.video-module, .content-module.imagehs-module{
        max-width: 850px;
        margin-right: auto;
        margin-left: auto;
}
.toggled .content-module.video-module, .content-module.imagehs-module{
	max-width: 75%;
	width: 1150px;
}*/
.content-module.video-module-chapitres{
	/*max-width: 85%;*/
	position: relative;
}
.Lecons-detail .h5p-image-hotspot::before{
	color:#B7D46B;
	background:none !important;
 	font-size: 2em;
}

 .Lecons-detail .h5p-image-hotspot{
        background:none !important;}

.h5p-image-hotspots-background {
	width: auto !important;
}

.h5p-image-hotspots-container{
	display: inline-block;
}
.video-module-chapitres .video-container{
	padding: 0;
}
.video-module-chapitres .gb-list-chapitres{
	/*background-color: red;*/
	position: absolute;
	top:0px;
	right:0px;
	z-index: 999;
	width: 65px;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
	/*min-width: 280px;*/
	/*height: 52px;*/
	height: -moz-calc(100% - 35px) !important;
	/* WebKit */
	height: -webkit-calc(100% - 35px) !important;
	/* Opera */
	height: -o-calc(100% - 35px) !important;
	/* Standard */
	height: calc(100% - 35px) !important;
	/*overflow: hidden;*/
}
.h5p-fullscreen .video-module-chapitres .gb-list-chapitres{
	z-index: 2147483646;
}

.video-module-chapitres .gb-list-chapitres.opened{
	width: 35%;
	min-width: 280px;
}

.video-module-chapitres .gb-list-chapitres .toggle-list-chapitres{
	float: left;
	width: 52px;
	font-size: 2em;
	margin-top: 25px;
	margin-right: 15px;
	opacity: 0.6;
}
.video-module-chapitres .gb-list-chapitres.opened .toggle-list-chapitres{
	margin-right: 0;
}
.video-module-chapitres .toggle-list-chapitres .toggle-chaps:hover{
	cursor: pointer;
}

.video-module-chapitres .gb-list-chapitres .list-chapitres{
	/*width: 100%;*/
	width:0;
	float: right;
	height: 100%;
	padding: 0;
	background-color: rgba(255,255,255,0.7);
	overflow: hidden;
}
.video-module-chapitres .gb-list-chapitres.opened .list-chapitres{
	padding: 15px;
	width: -moz-calc(100% - 55px) !important;
	/* WebKit */
	width: -webkit-calc(100% - 55px) !important;
	/* Opera */
	width: -o-calc(100% - 55px) !important;
	/* Standard */
	width: calc(100% - 55px) !important;
	overflow-y: auto; 
}
	.video-module-chapitres .list-chapitres ul{
		list-style: none;
		padding-left: 0;
		margin-top: 15px;
	}
		.video-module-chapitres .list-chapitres ul li{
			margin-bottom: 10px;
		}
			.video-module-chapitres .list-chapitres ul li a{
				font-size: 1.2em;
				color: #000;

			}
.video-module-chapitres .chapitrevideo-content{
	height: 300px;
	overflow-y: auto;
	padding-top: 15px;
}

.h5p-quality{
	display: none !important;
}
.h5p-dialog{
	width: 100% !important;
	left: 0 !important;
}
.h5p-dialog-inner{
	width: 100% !important;
}