@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
	--main-color: #8a69b8;
	--secondary-color: #5a3a87;
	--main-font: 'Montserrat', sans-serif;
}

body.front {
	background: #000;
	padding: 0;
	margin: 0 auto;
	font-family: var(--main-font);
}

* {
	line-height: 150%;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
	margin: 0;
}
#comment {
	width: 50px;
    height: 41px;
    border-radius: 50px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 10000000;
    top: 30px;
    padding-top: 9px;
    right: 30px;
    text-align: center;
	display: none;
}
.video-component {
	padding-top: 0%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.canvas,
.video {
	height: 100vh;
	width: 100%;
	position: absolute;
	/* top: 0; */
	background: #000;
	z-index: 5;
	/* object-fit: cover; */
	margin: auto;
	left: -999px;
	right: -999px;
}
#reload {
	background-color: rgba(0,0,0, 0.4);
	color: #FFF;
	min-width: 400px;
	max-width: 600px;
	display: block;
	position: absolute;
	text-align: center;
	font-size:1.5em;
	z-index: 2000;
	padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	border-radius: 5px;
	-moz-box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
}
#reload button {
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.7em!important;
	background-color: var(--main-color);
	border: var(--main-color) 1px solid;
	color: #FFF;
	text-align: center;
	padding: 10px 30px;
	border-radius: 50px;
	margin: 20px 30px 0 0;
}
#reload button#non {
	background-color: #000;
	border: #000 1px solid;
}
#reload button:hover {
	background-color: var(--secondary-color);
	border: var(--secondary-color) 1px solid;
	cursor: pointer;
}
#reload button#non:hover {
	background-color: var(--secondary-color);
	border: var(--secondary-color) 1px solid;
	cursor: pointer;
}
#container {
	background-color: #FFF;
	color: #000;
	min-width: 400px;
	max-width: 600px;
	display: none;
	position: absolute;
	z-index: 2000;
	padding: 30px;
	border-radius: 5px;
	-moz-box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
}

#popin {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#popin_start {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100;
	animation: zoom-in 1s ease;
}
#popin .sp-close {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 1.6em;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	background-color: #FFF;
	border-radius: 26px;
}

#popin .sp-close:hover {
	color: #FFF;
	background-color: #000;
}

#popin .left {
	position: absolute;
	width: 0;
	height: 0;
	top: 20px;
	left: -14px;
	border-top: 20px solid transparent;
	border-right: 20px solid rgba(255, 255, 255, 1);
	border-bottom: 20px solid transparent;
}

#popin .right {
	position: absolute;
	width: 0;
	height: 0;
	right: -14px;
	top: 20px;
	border-top: 20px solid transparent;
	border-left: 20px solid rgba(255, 255, 255, 1);
	border-bottom: 20px solid transparent;
}
.result {
	text-align: center;
	font-weight: 400;
	color: var(--main-color);
	font-size: 1em;
}
.result span {
	text-align: center;
	font-weight: 700;
	color: var(--main-color);
	font-size: 1.2em;
}
.bouton {
	display: inline-block;
	text-decoration: none;
	font-weight: 500;
	font-size: 1em;
	background-color: var(--main-color);
	border: var(--main-color) 1px solid;
	color: #FFF;
	text-align: center;
	padding: 10px 30px;
	border-radius: 50px;
	margin: 10px auto;
}

.bouton:hover {
	background-color: var(--secondary-color);
	border: var(--secondary-color) 1px solid;
	cursor: pointer;
}

.end {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	height: 100%;
	clear: both;
	padding: 20% 0;
	width: 100%;
	left: 0;
	border-radius: 10px;
	z-index: 100;
}

.end h2,
.end p {
	text-align: center;
}

.restart {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIEdlbmVyYXRvcjogU1ZHIFJlcG8gTWl4ZXIgVG9vbHMgLS0+Cjxzdmcgd2lkdGg9IjgwMHB4IiBoZWlnaHQ9IjgwMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8Zz4KICAgICAgICA8cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+CiAgICAgICAgPHBhdGggZD0iTTE4LjUzNyAxOS41NjdBOS45NjEgOS45NjEgMCAwIDEgMTIgMjJDNi40NzcgMjIgMiAxNy41MjMgMiAxMlM2LjQ3NyAyIDEyIDJzMTAgNC40NzcgMTAgMTBjMCAyLjEzNi0uNjcgNC4xMTYtMS44MSA1Ljc0TDE3IDEyaDNhOCA4IDAgMSAwLTIuNDYgNS43NzJsLjk5NyAxLjc5NXoiLz4KICAgIDwvZz4KPC9zdmc+");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px auto;
	cursor: pointer;
}

.restart:hover {
	background-color: var(--main-color);
	cursor: pointer;
}

.pulse {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--main-color);
	cursor: pointer;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
	color: #FFF;
	text-align: center;
	font-weight: 200;
	font-size: 2em;
	line-height: 91%;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.7);
	animation: pulse 2s infinite;
}

.pulse:hover {
	background: var(--secondary-color);
	animation: none;
}

.but_inter {
	position: absolute;
	background-color: #FFF;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	z-index: 100000;
	margin-top: 14px;
	transition: transform .5s;
}

.but_inter:hover {
	background-color: var(--main-color);
	background-position: center;
	border: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(2.5);
}
.but_inter_texte {
	position: absolute;
	background-color: #FFF;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	z-index: 100000;
	margin-top: 14px;
	transition: transform .5s;
}

.but_inter_texte:hover {
	background-color: var(--main-color);
	background-position: center;
	border: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(2.5);
}
.but_inter_quiz {
	position: absolute;
	background-color: #FFF;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	z-index: 100000;
	margin-top: 14px;
	transition: transform .5s;
}

.but_inter_quiz:hover {
	background-color: var(--main-color);
	background-position: center;
	border: 1px solid rgba(255, 255, 255, 0.8);
	transform: scale(2.5);
}
.but_inter_texte:hover:before {
	content:"i";
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size:0.5em;
}
.but_inter_quiz:hover:before {
	content:"?";
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size:0.5em;
}
.ok,
.ko {
	text-align: center;
}

.ok::before,
.ko::before {
	text-align: center;
	height: 50px;
	width: 50px;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 30px;
	line-height: 50px;
	border-radius: 30px;
	color: #FFF;
}

.ok::before {
	content: "✔";
	background-color: #69b87b;
}

.ko::before {
	content: "✖";
	background-color: #b22525;
}

/*.but_inter:hover:before {
	content: "!";
	font-size: 0.5em;
	text-align: center;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100000;
	top: -7px;
}*/
/* Vignette timeline */
/*
.but_inter:hover {
  position: absolute;
  background:url('../images/puce_bg.jpg');
  background-size:100% auto;
  background-color:#FFF;
  border-radius: 50%;
  border: 7px solid #fff;
  width: 52px;
	margin-left: -26px;
  height: 52px;
	top: -80px;
	z-index: 100000;
}

.but_inter:hover:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  bottom: -50px;
  left: 6px;
  border: 20px solid transparent;
  border-top: 30px solid #fff;
}
*/
.infoVid {
	position: absolute;
	top: 40px;
	left: 40px;
	color: #FFF;
}

.infoVid h2 {
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.infoVid p {
	color: #FFF;
	padding: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin: 0;
	font-size: 0.8em;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
@keyframes zoom-in {
	0% {
		transform: scale(0, 0);
	}

	75% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

@keyframes zoom-out {
	0% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(0, 0);
	}
}

#playPauseBtn {
	position: absolute;
	left: calc(50% - 17px);
	bottom: 20px;
	width: 45px;
	border-radius: 60px;
	height: 45px;
	background-size: auto 20px !important;
}

#videoVolumeBtn {
	background-color: none !important;
	border: 0 !important;
}

.icon-pause {
	background-color: rgba(255, 255, 255, 0.5) !important;
	background-image: url("../images/pause.svg") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: auto 16px !important;
	height: 28px;
}

.icon-display {
	background-color: rgba(255, 255, 255, 0.5) !important;
	background-image: url("../images/pause.svg") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: auto 16px !important;
	height: 28px;
}

.icon-pause,
.icon-play,
.icon-pinch-out,
.icon-pinch,
.icon-volume-high,
.icon-volume-eks {
	background-color: rgba(255, 255, 255, 0.2) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: auto 16px !important;
	height: 28px;
}

.icon-pause:hover,
.icon-play:hover,
.icon-pinch-out:hover,
.icon-pinch:hover,
.icon-volume-high:hover,
.icon-volume-eks:hover {
	background-color: rgba(255, 255, 255, 0.7) !important;
}

.icon-play {
	background-image: url("../images/play.svg") !important;
}

.icon-pinch-out {
	background-image: url("../images/fullscreen.svg") !important;
}

.icon-pinch {
	background-image: url("../images/compress.svg") !important;
}

.icon-volume-high {
	background-image: url("../images/volume-high.svg") !important;
}

.icon-volume-eks {
	background-image: url("../images/volume-off.svg") !important;
}

.video-component {
	width: 100%;
	height: auto;
	background-color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*   transform: rotate(90deg); */
	position: relative;
	/* Custom Select Element Styles */
	/* For Spartan */
	/* For IE 10 & 11 */
}

.video-component:-webkit-full-screen>.video-player-menu {
	position: absolute;
	top: 0;
}

.video-component:-moz-full-screen>.video-player-menu {
	position: absolute;
	top: 0;
}

.video-component:-ms-fullscreen>.video-player-menu {
	position: absolute;
	top: 0;
}

.video-component:fullscreen>.video-player-menu {
	position: absolute;
	top: 0;
}

.video-component:-webkit-full-screen>.video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
}

.video-component:-moz-full-screen>.video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
}

.video-component:-ms-fullscreen>.video-controls {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 100%;
}

.video-component:fullscreen>.video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.video-component:-webkit-full-screen>.video-player {
	position: absolute;
	top: 0;
	height: 90vh;
}

.video-component:-moz-full-screen>.video-player {
	position: absolute;
	top: 0;
	height: 90vh;
}

.video-component:-ms-fullscreen>.video-player {
	position: absolute;
	top: 0;
	height: 90vh;
}

.video-component:fullscreen>.video-player {
	position: absolute;
	top: 0;
	height: 90vh;
}

.video-component .video-player {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.video-component .video-player[disabled] {
	cursor: not-allowed;
}

.video-component .video-player::-webkit-media-controls {
	display: none;
}

.video-component .video-player::-webkit-media-controls-enclosure {
	display: none;
	overflow: hidden;
}

.video-component .video-player::-webkit-media-controls-panel {
	display: none;
}

.video-component .video-player::-webkit-media-controls-fullscreen-button {
	display: none;
}

.video-component .video-player::-webkit-media-controls-play-button {
	display: none;
}

.video-component .video-player::-webkit-media-controls-timeline {
	display: none;
}

.video-component .video-player::-webkit-media-controls-current-time-display {
	display: none;
}

.video-component .video-player::-webkit-media-controls-time-remaining-display {
	display: none;
}

.video-component .video-player::-webkit-media-controls-mute-button {
	display: none;
}

.video-component .video-player::-webkit-media-controls-toggle-closed-captions-button {
	display: none;
}

.video-component .video-player::-webkit-media-controls-volume-slider {
	display: none;
}

.video-component .video-player::-internal-controls-download-button {
	display: none;
}

.video-component .video-player::-webkit-controls-download-button {
	display: none;
}

.video-component .video-player::cue {
	/*Closed Captions styling*/
	/* text color doesn't work on FF or IE */
}

.video-component .video-player::backdrop {
	background-color: #000;
}

.video-component .video-controls {
	/*background-color: rgba(0, 0, 0, 0.4);*/
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
	position: fixed;
	bottom: 0;
	z-index: 100000;
	height: 100px;
	width: 100%;
	/* Range input styles for Safari, Chrome and other webkit ------------------ */
	/* Range input styles for Firefox ----------------------- */
	/* Range input styles for Internet Explorer ----------------------- */
}

@-webkit-keyframes down {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -120px;
	}
}

@keyframes down {
	0% {
		bottom: 0;
	}

	100% {
		bottom: -120px;
	}
}

@-webkit-keyframes up {
	0% {
		bottom: -120px;
	}

	100% {
		bottom: 0;
	}
}

@keyframes up {
	0% {
		bottom: -120px;
	}

	100% {
		bottom: 0;
	}
}

.video-component .video-controls .video-preloader {
	display: none;
	color: #fff;
	font-size: 90px;
	position: absolute;
	z-index: 999;
	top: -200%;
	left: 40%;
	text-align: center;
}

.video-component .video-controls button {
	width: 35px;
	border-radius: 60px;
	height: 35px;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	background: none;
	padding: 0;
	outline: none;
	border: 2px solid rgba(255, 255, 255, 0.4);
	display: inline-block;
}

.video-component .video-controls button[disabled] {
	opacity: .5;
	cursor: not-allowed;
}

.video-component .video-controls button:focus {
	border: 2px solid #fff;
	outline: none;
}

.video-component .video-controls .video-progress-text {
	font-size: 14px;
	position: absolute;
	width: 100px;
	right: 80px;
	top: 6px;
	cursor: default;
	letter-spacing: .5px;
	font-weight: normal;
	margin-left: 4px;
}

.video-component .video-controls .video-progress-text[disabled] {
	color: #666;
}

.video-component .video-controls .video-utilities {
	/*styles for elements in the video utility buttons area */
	position: absolute;
	right: 20px;
	top: 0px;
	margin: 0;
	padding: 0;
}

@media all and (-ms-high-contrast: none) {
	.video-component .video-controls {
		/* IE10 */
		/* IE11 */
	}

	.video-component .video-controls .fullscreen-btn {
		display: none;
	}

	.video-component .video-controls *::-ms-backdrop,
	.video-component .video-controls .fullscreen-btn {
		display: inline-block;
	}
}

.video-component .video-controls .fullscreen-btn {
	display: none\9;
}

.video-component .video-controls #videoVolumeBtn .video-volume-slider {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	transition: width .5s;
	-webkit-transition: width .5s;
	transform-origin: 75px 75px;
	transform: rotate(-90deg);
}

.video-component .video-controls #videoVolumeBtn:hover .video-volume-slider {
	width: auto;
	height: 200px;
	transition: width .5s;
	-webkit-transition: width .5s;
	transition: height .5s;
	-webkit-transition: height .5s;
	display: inline-block;
}

.video-component .video-controls .video-progress-container {
	width: calc(100% - 200px);
	height: 25px;
	margin: 0;
	padding: 0;
}

@media all and (-ms-high-contrast: none) {
	.video-component .video-controls .video-progress-container {
		height: 48px;
	}
}

.video-component .video-controls .video-buffer-progress-fill {
	height: 5px;
	width: 100%;
	background-color: #000;
	margin-top: 9px;
	position: relative;
	z-index: 998;
	pointer-events: none;
	opacity: .3;
	top: 5px;
}

@media all and (-ms-high-contrast: none) {
	.video-component .video-controls .video-buffer-progress-fill {
		display: none;
	}
}

@-moz-document url-prefix() {
	.video-component .video-controls .video-buffer-progress-fill {
		margin-top: 7px;
	}
}

.video-component .video-controls .video-progress-fill {
	height: 5px;
	width: 0;
	background-color: var(--main-color);
	position: relative;
	z-index: 999;
	pointer-events: none;
	display: none\9;
	top: 17px;
}

@media all and (-ms-high-contrast: none) {
	.video-component .video-controls .video-progress-fill {
		display: none !important;
	}
}

@media all and (-ms-accelerator: true) {
	.video-component .video-controls .video-progress-fill {
		display: none;
		visiblity: hidden !important;
	}
}

@-moz-document url-prefix() {
	.video-component .video-controls .video-progress-fill {
		top: 13px;
	}
}

.hide {
	display: none;
}

.video-component .video-controls .video-track {
	height: 5px;
	width: 100%;
	background-color: #272727;
	display: inline-block;
	cursor: pointer;
	margin: 2px 0;
}

.video-component .video-controls input[type=range] {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*removes default webkit styles*/
	border: none;
	/*fix for FF unable to apply focus style bug */
	width: 100%;
	/*required for proper track sizing in FF*/
	background: transparent;
}

.video-component .video-controls input[type=range]:focus {
	outline: none;
}

.video-component .video-controls input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	background: #272727;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

.video-component .video-controls input[type=range]::-moz-focus-outer {
	border: 0;
}

.video-component .video-controls input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 0px;
	width: 0px;
	border-radius: 50%;
	background: transparent;
	margin-top: 0px;
	left: 0;
	position: relative;
	z-index: 999;
	cursor: ew-resize;
}

.video-component .video-controls input[type=range][disabled]::-webkit-slider-thumb {
	cursor: not-allowed;
}

.video-component .video-controls input[type=range]:focus::-webkit-slider-thumb {
	border: 0;
	outline: none;
}

.video-component .video-controls input[type=range]:focus::-webkit-slider-runnable-track {
	background: #181818;
	cursor: pointer;
}

.video-component .video-controls input[type=range][disabled]::-webkit-slider-runnable-track {
	cursor: not-allowed;
}

.video-component .video-controls input[type=range]::-moz-range-track {
	position: absolute;
	width: 100%;
	height: 5px;
	background: #272727;
	border: none;
	border-radius: 3px;
}

.video-component .video-controls input[type=range][disabled]::-moz-range-track {
	cursor: not-allowed;
}

.video-component .video-controls input[type=range]::-moz-range-thumb {
	border: none;
	height: 0px;
	width: 0px;
	margin-top: -20px;
	border-radius: 50%;
	background: var(--main-color);
	position: relative;
	z-index: 999;
	cursor: ew-resize;
}

.video-component .video-controls input[type=range][disabled]::-moz-range-thumb {
	cursor: not-allowed;
}

.video-component .video-controls input[type=range]:focus::-moz-range-thumb {
	border: 2px solid #fff;
	outline: none;
}

.video-component .video-controls input[type=range]:-moz-focusring {
	outline: none;
}

.video-component .video-controls input[type=range]::-ms-track {
	width: 100%;
	height: 7px;
	cursor: pointer;
	/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	background: transparent;
	/*leave room for the larger thumb to overflow with a transparent border */
	border-color: transparent;
	border-width: 6px 0;
	/*remove default tick marks*/
	color: transparent;
}

.video-component .video-controls input[type=range][disabled]::-ms-track {
	cursor: not-allowed;
}

.video-component .video-controls input[type=range]::-ms-tooltip {
	display: none;
}

.video-component .video-controls input[type=range]::-ms-thumb {
	border: 2px solid transparent;
	height: 14px;
	width: 14px;
	border-radius: 100%;
	background: var(--main-color);
	position: relative;
	z-index: 999;
	cursor: ew-resize;
	margin-top: 0;
}

.video-component .video-controls input[type=range]:focus::-ms-thumb {
	border: 2px solid #fff;
	outline: none;
}

.video-component .video-controls input[type=range][disabled]::-ms-thumb {
	cursor: not-allowed;
}

.video-component .video-controls input[type=range]::-ms-fill-lower {
	background: var(--main-color);
	border-radius: 10px;
}

.video-component .video-controls input[type=range]::-ms-fill-upper {
	background: #181818;
	border-radius: 10px;
}

.video-component .video-controls input[type=range]:focus::-ms-fill-lower {
	background: var(--main-color);
}

.video-component .video-controls input[type=range]:focus::-ms-fill-upper {
	background: #181818;
}

.video-component select::-ms-expand {
	border: 0;
	background: none;
	display: none;
}

.video-component select {
	position: relative;
	color: #fff;
	border: none;
	z-index: 999;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 35px 0 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTk2LDk2TDAsMTkybDI1NiwyNTZsMjU2LTI1NmwtOTYtOTZMMjU2LDI1Nkw5Niw5NnoiLz48L3N2Zz4=") right 10px top 12px no-repeat rgba(0, 0, 0, 0.3);
	background-size: 15px;
	outline-color: #e7a614;
	cursor: pointer;
	width: 100%;
	min-width: 69px;
	padding-right: 0 \9;
	display: block;
}

.video-component select:focus {
	border: 2px solid #fff;
	outline: none;
}

.video-component select:hover {
	cursor: pointer;
}

.video-component select[disabled] {
	display: none;
	cursor: not-allowed;
}

@supports (-ms-accelerator: true) {
	.video-component {
		background-size: 30%;
		background-position: right 5px center;
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	.video-component select,
	.video-component select[disabled] {
		background-size: 30%;
		background-position: right 5px center;
	}
}

/* Notation */
.star-cb-group {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
	/* the hidden clearer */
}

.star-cb-group * {
	font-size: 2rem;
}

.star-cb-group>input {
	display: none;
}

.star-cb-group>input+label {
	/* only enough room for the star */
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1.5em;
	white-space: nowrap;
	cursor: pointer;
}

.star-cb-group>input+label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "☆";
	color: #888;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
	content: "★";
	color: var(--main-color);
	text-shadow: 0 0 1px #333;
}

.star-cb-group>.star-cb-clear+label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.star-cb-group>.star-cb-clear+label:before {
	width: .5em;
}

.star-cb-group:hover>input+label:before {
	content: "☆";
	color: #888;
	text-shadow: none;
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
	content: "★";
	color: var(--main-color);
	text-shadow: 0 0 1px #333;
}

fieldset {
	border: 0;
	width: 16em;
	text-align: inherit !important;
	border-radius: 1px;
	padding: 1em 1.5em 0.9em;
	margin: 1em auto;
}

#log {
	margin: 1em auto;
	width: 5em;
	text-align: center;
	background: transparent;
}

/* quiz */
@-webkit-keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}

	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}

@-moz-keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}

	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}

@keyframes click-wave {
	0% {
		height: 40px;
		width: 40px;
		opacity: 0.35;
		position: relative;
	}

	100% {
		height: 200px;
		width: 200px;
		margin-left: -80px;
		margin-top: -80px;
		opacity: 0;
	}
}

.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 10px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 30px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}

.option-input:hover {
	background: #9faab7;
}

.option-input:checked {
	background: var(--main-color);
}

.option-input:checked::before {
	height: 30px;
	width: 30px;
	position: absolute;
	content: "✔";
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}

.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: var(--main-color);
	content: "";
	display: block;
	position: relative;
	z-index: 100;
}

.option-input.radio {
	border-radius: 50%;
}

.option-input.radio::after {
	border-radius: 50%;
}

#quiz {
	padding: 20px 0 0 0;
}

#quiz label {
	display: block;
}