@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

/* Subtitles */
@font-face {
    font-family: 'Consolas';
    src: url('../fonts/consolas/Consolas.eot');
    src: url('../fonts/consolas/Consolas.eot?#iefix') format('embedded-opentype'),
        url('../fonts/consolas/Consolas.woff2') format('woff2'),
        url('../fonts/consolas/Consolas.woff') format('woff'),
        url('../fonts/consolas/Consolas.ttf') format('truetype'),
        url('../fonts/consolas/Consolas.svg#Consolas') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Player Video */

@font-face {
  font-family: 'playervideo';
  src:  url('../fonts/playervideo-maj/playervideo.eot?rr7obj');
  src:  url('../fonts/playervideo-maj/playervideo.eot?rr7obj#iefix') format('embedded-opentype'),
    url('../fonts/playervideo-maj/playervideo.ttf?rr7obj') format('truetype'),
    url('../fonts/playervideo-maj/playervideo.woff?rr7obj') format('woff'),
    url('../fonts/playervideo-maj/playervideo.svg?rr7obj#playervideo') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*[class^="icon-"], [class*=" icon-"] {*/
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'playervideo' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-avance:before {
  content: "\e900";
}
.icon-lsf:before {
  content: "\e903";
}
.icon-lsf_off:before {
  content: "\e902";
}
.icon-retour:before {
  content: "\e901";
}
/* .icon-st:before {
  content: "\e904";
} */





/* Player Audio */

@font-face {
  font-family: 'playeraudio';
  src:  url('../fonts/playeraudio/playeraudio.eot?kl7whl');
  src:  url('../fonts/playeraudio/playeraudio.eot?kl7whl#iefix') format('embedded-opentype'),
    url('../fonts/playeraudio/playeraudio.ttf?kl7whl') format('truetype'),
    url('../fonts/playeraudio/playeraudio.woff?kl7whl') format('woff'),
    url('../fonts/playeraudio/playeraudio.svg?kl7whl#playeraudio') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.playeraudio {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'playeraudio' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-playeraudio-avance:before {
  content: "\e900";
  color: #fff;
}
.icon-playeraudio-pause:before {
  content: "\e901";
  color: #fff;
}
.icon-playeraudio-play:before {
  content: "\e902";
  color: #fff;
}
.icon-playeraudio-retour:before {
  content: "\e903";
  color: #fff;
}
.icon-playeraudio-recule:before {
  content: "\e904";
  color: #fff;
}
.icon-playeraudio-volume:before {
  content: "\e905";
  color: #fff;
}








* {
	margin: 0;
	padding: 0;

	user-select: none;
	user-drag: none;

  font-weight: inherit !important;;
}

*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

html, body {
	width: 100%;
	height: 100%;

	background-color: #000;
  font-family: 'Graphik Regular';
	overflow: hidden;
}

#app {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.admin-console-trigger {
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  width: 10px;
  z-index: 1001;
  cursor: pointer;
}
.admin-console {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.706);
  top: 0;
  right: 0;
  color: #fff;
  height: 500px;
  width: 500px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

/* a {
	font-family: Source Sans Pro, sans-serif;
} */

/*h1, p {
	font-family: Graphik;
}*/

italic {
  font-style: italic;
  /*font-family: 'Graphik MediumItalic';*/
}

sup {
  font-size: 75%;
}

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

canvas {
	position: absolute;
}
canvas.cover {
	height: 100%;
	width: 177.77777778vh; /* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	pointer-events: none;
	z-index: 1;
}

video {
	position: absolute;
  background-color: transparent;
}
video.cover {
	height: 100%;
	width: 177.77777778vh; /* 100 * 16 / 9 */
	min-width: 100%;
	min-height: 56.25vw; /* 100 * 9 / 16 */

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	color: #fff;
	z-index: 10;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#interface {
  /* position: absolute;
  z-index: 10;

  top: 0;
  left: 0;
  height: 100%;
  width: 100%;; */
}

#content {
  position: relative;
	width: 100%;
	height: 100%;
  z-index: 4;
}

.fontWhite {
  color: #fff !important;
}

.fontBlack {
  color: #000 !important;
}

.button {
  position: relative;
	font-family: 'Graphik Medium';
	cursor: pointer;
}

.button:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 7px solid transparent;
  border-bottom: 16px solid rgba(0, 0, 0, 1);
  border-left: 8px solid transparent;
  transition: all 0.2s ease-in-out;
}

.button.white:before {

  border-bottom: 16px solid rgba(255, 255, 255, 1);
}

.button:hover:before {
  bottom: -15px;
}

.button:after {
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 160px;
  height: 3px;
  background-color: rgba(0, 0, 0, 1);
}

.button.white:after {
  background-color: rgba(255, 255, 255, 1) ;
}

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
  }


#trait {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #fff;
    height: 20px;
    width: 168px;
    clip-path: inset(0 0 0 100%);
  }