@charset "UTF-8";
@font-face {
  font-family: Flagellum;
  src: url("./fonts/DK-Flagellum-Dei.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Helvetica-Regular;
  src: url("./fonts/HelveticaLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Helvetica-Bold;
  src: url("./fonts/HelveticaLTStd-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* BASE GRID
 * ------------------------------------------------ */
.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
}
.container .column.alpha,
.container .columns.alpha {
  margin-left: 0;
}
.container .column.omega,
.container .columns.omega {
  margin-right: 0;
}

.row {
  margin-bottom: 20px;
}

/* Overrides */
.container .column,
.container .columns {
  margin-left: 0%;
  margin-right: 0%;
}

.container .one.column,
.container .one.columns {
  width: 8.3333333333%;
}
.container .two.columns {
  width: 16.6666666667%;
}
.container .three.columns {
  width: 25%;
}
.container .four.columns {
  width: 33.3333333333%;
}
.container .five.columns {
  width: 41.6666666667%;
}
.container .six.columns {
  width: 50%;
}
.container .seven.columns {
  width: 58.3333333333%;
}
.container .eight.columns {
  width: 66.6666666667%;
}
.container .nine.columns {
  width: 75%;
}
.container .ten.columns {
  width: 83.3333333333%;
}
.container .eleven.columns {
  width: 91.6666666667%;
}
.container .twelve.columns {
  width: 100%;
}
.container .columns.one-third, .container .column.one-third {
  width: 30.6666666667%;
}
.container .columns.two-thirds, .container .column.two-third {
  width: 63.3333333333%;
}
.container .offset-by-one {
  margin-left: 6.3333333333%;
}
.container .offset-by-two {
  margin-left: 14.6666666667%;
}
.container .offset-by-three {
  margin-left: 23%;
}
.container .offset-by-four {
  margin-left: 31.3333333333%;
}
.container .offset-by-five {
  margin-left: 39.6666666667%;
}
.container .offset-by-six {
  margin-left: 48%;
}
.container .offset-by-seven {
  margin-left: 56.3333333333%;
}
.container .offset-by-eight {
  margin-left: 64.6666666667%;
}
.container .offset-by-nine {
  margin-left: 73%;
}
.container .offset-by-ten {
  margin-left: 81.3333333333%;
}
.container .offset-by-eleven {
  margin-left: 89.6666666667%;
}

/* CLEARING
 * ------------------------------------------------ */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.group, .clearfix, .row {
  zoom: 1;
}
.group:before, .group:after, .clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.group:after, .clearfix:after, .row:after {
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.inlineBlock {
  display: inline-block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* BASIC STYLES
 * ------------------------------------------------ */
body, html {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  color: #efefef;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* TYPOGRAPHY
 * ------------------------------------------------ */
h1, h2, h6 {
  color: #efefef;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h3, h5 {
  color: #efefef;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h4 {
  color: #efefef;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

p {
  font-size: 12px;
}

span {
  color: #efefef;
  font-family: Flagellum;
  font-weight: bold;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 64px;
  line-height: 85px;
  margin-bottom: 13px;
}

h2 {
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 11px;
}

h3 {
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 5px;
}

h4 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0px;
}

h5 {
  font-size: 19px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

.subheader {
  color: #777;
}

p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 28px;
  line-height: 36px;
  color: #777;
}

em, i {
  font-style: italic;
}

strong, b {
  /* font-weight: bold; */
  font-family: Helvetica-Bold, Helvetica, Arial, sans-serif;
  color: #2c2c2c;
}

u {
  text-decoration: underline;
}

small {
  font-size: 80%;
}

/*  Blockquotes  */
blockquote, blockquote p {
  font-size: 23px;
  line-height: 32px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 16px;
  color: #555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a, blockquote cite a:visited {
  color: #555;
}

hr {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* LINKS
 * ------------------------------------------------ */
a, a:visited {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFF;
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #2c2c2c;
}
a:hover.brand1, a:focus.brand1, a:active.brand1 {
  color: #2c2c2c;
}
a:hover.brand2, a:focus.brand2, a:active.brand2 {
  color: #282828;
}
a:hover.brand3, a:focus.brand3, a:active.brand3 {
  color: white;
}

p a, p a:visited {
  line-height: inherit;
}

/* LISTS
 * ------------------------------------------------ */
ul,
ol {
  margin-bottom: 20px;
  margin-top: 30px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square,
ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin-top: 4px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 30px;
  font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 8px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* IMAGES
 * ------------------------------------------------ */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* BUTTONS
 * ------------------------------------------------ */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  border: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}
.button.full-width,
button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
.button.smaller,
button.smaller,
input[type=submit].smaller,
input[type=reset].smaller,
input[type=button].smaller {
  font-size: 14px;
  padding: 4px 5px;
}
.button.larger,
button.larger,
input[type=submit].larger,
input[type=reset].larger,
input[type=button].larger {
  font-size: 18px;
  padding: 10px 18px;
}
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  outline: 0;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* FORMS
 * ------------------------------------------------ */
form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=tel],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
textarea,
select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  font-size: 17px;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0 0 20px;
  width: 210px;
  max-width: 100%;
  display: block;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=url]:hover,
input[type=url]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=date]:hover,
input[type=date]:focus,
input[type=datetime]:hover,
input[type=datetime]:focus,
input[type=datetime-local]:hover,
input[type=datetime-local]:focus,
input[type=month]:hover,
input[type=month]:focus,
input[type=week]:hover,
input[type=week]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=number]:hover,
input[type=number]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border: 1px solid #aaa;
  color: #444;
}
input[type=text]:active,
input[type=password]:active,
input[type=email]:active,
input[type=search]:active,
input[type=url]:active,
input[type=tel]:active,
input[type=date]:active,
input[type=datetime]:active,
input[type=datetime-local]:active,
input[type=month]:active,
input[type=week]:active,
input[type=time]:active,
input[type=number]:active,
textarea:active,
select:active {
  border: 1px solid #919191;
}
input[type=text].full-width,
input[type=password].full-width,
input[type=email].full-width,
input[type=search].full-width,
input[type=url].full-width,
input[type=tel].full-width,
input[type=date].full-width,
input[type=datetime].full-width,
input[type=datetime-local].full-width,
input[type=month].full-width,
input[type=week].full-width,
input[type=time].full-width,
input[type=number].full-width,
textarea.full-width,
select.full-width {
  width: 100%;
}

select {
  padding: 0;
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
}

select {
  width: 220px;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-size: 17px;
  font-weight: normal;
  color: #444;
}

/* MISC
 * ------------------------------------------------ */
.subtract-bottom {
  margin-bottom: -20px !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.center-horizontal-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.toRight {
  float: right;
}

.toLeft {
  float: left;
}

.toCenter {
  width: 100%;
  text-align: center;
}

.toUpper {
  text-transform: uppercase;
}

.toLower {
  text-transform: lowercase;
}

.width-eightforty {
  margin: 0 auto;
  max-width: 840px;
}

.thin {
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
}

.thick {
  font-family: Helvetica-Bold, Helvetica, Arial, sans-serif;
}

.greasy {
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
}

p.white {
  color: white;
}
p.dark {
  color: #2c2c2c;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  display: inline-block;
  margin: 0.4em 0;
  padding: 0.8em 1.2em;
  font-family: Helvetica-Bold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #efefef;
  border: 2px solid #efefef;
}
.button.disabled {
  cursor: default;
  background-color: #d0d0d0;
}
.button.disabled:hover {
  background-color: #d0d0d0;
}
.button--circle {
  border-radius: 50%;
}
.button--rounded {
  border-radius: 1em;
}
.button--full {
  width: 100%;
}
.button:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: white;
}
.button--brand1 {
  border: 2px solid #2c2c2c;
  color: #2c2c2c;
}
.button--brand1:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: white;
}
.button--brand1.selected {
  background-color: #2c2c2c;
}
.button--brand2 {
  border: 2px solid #282828;
  color: #282828;
}
.button--brand2:hover {
  background-color: #282828;
  border-color: #282828;
  color: white;
}
.button--brand2.selected {
  background-color: #282828;
}
.button--brand3 {
  border: 2px solid white;
  color: white;
}
.button--brand3:hover {
  background-color: white;
  border-color: white;
  color: white;
}
.button--brand3.selected {
  background-color: white;
}
.button--outline-brand1:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: white;
}
.button--outline-brand1.selected {
  background-color: #2c2c2c;
}
.button--outline-brand2:hover {
  background-color: #282828;
  border-color: #282828;
  color: white;
}
.button--outline-brand2.selected {
  background-color: #282828;
}
.button--outline-brand3:hover {
  background-color: white;
  border-color: white;
  color: white;
}
.button--outline-brand3.selected {
  background-color: white;
}

.highlight {
  background-color: #ff744f;
}

.brand1 {
  color: #2c2c2c;
}

.brand2 {
  color: #282828;
}

.brand3 {
  color: white;
}

.white {
  color: white;
}

.black {
  color: black;
}

.BGbrand1 {
  background-color: #2c2c2c;
}
.BGbrand1.active:hover {
  background-color: #464646;
}

.BGbrand2 {
  background-color: #282828;
}
.BGbrand2.active:hover {
  background-color: #424242;
}

.BGbrand3 {
  background-color: white;
}
.BGbrand3.active:hover {
  background-color: white;
}

.mobile-header-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2c2c;
  text-align: center;
  margin: 0;
  z-index: 500;
}
.mobile-header-menu ul {
  margin-top: 6em;
}
.mobile-header-menu ul li {
  font-size: 1.5em;
  line-height: 1.5em;
}
.mobile-header-menu .menu-lang {
  position: absolute;
  top: 20px;
  right: 75px;
  font-size: 1em;
}
.mobile-header-menu .menu-lang a {
  color: #efefef;
  border-top: none;
  padding: 0.25em 0.4em;
  background-color: #5f5f5f;
}
.mobile-header-menu .menu-lang a:hover {
  background-color: #2c2c2c;
}
.mobile-header-menu .menu-close {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 12px;
  right: 10px;
  color: #efefef;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 25px;
  cursor: pointer;
  color: #efefef;
}
.mobile-header-menu .menu-close:hover {
  color: #2c2c2c;
}

.header {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.header nav {
  background-color: #fff;
  position: relative;
  font-size: 1.25em;
}
.header .header-menu ul {
  float: right;
  margin-right: 25px;
}
.header .header-menu .menu-dot {
  position: relative;
  top: 1px;
  font-size: 1em;
  font-family: Helvetica-Bold, Helvetica, Arial, sans-serif;
}
.header .header-menu .menu-link {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
  cursor: pointer;
  font-size: 0.7em;
  font-family: Helvetica-Bold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.header .header-menu .menu-link:hover {
  color: #2c2c2c;
}
.header .mobile-header-hamburger ul {
  float: left;
  margin: 12px 0 0 25px;
  cursor: pointer;
}
.header .mobile-header-hamburger ul li {
  font-size: 2em;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.header .mobile-header-hamburger ul li:hover {
  color: #2c2c2c;
}
.header .lang-menu ul {
  float: right;
  margin-right: 20px;
}
.header .lang-menu li:first-child {
  margin-right: 1em;
}
.header .lang-menu li:first-child:after {
  content: "";
  border-right: 1px solid #cecece;
  position: absolute;
  top: -8px;
  left: 50px;
  height: 40px;
  width: 1px;
}
.header .lang-menu li:first-child:before {
  content: "";
  border-left: 1px solid #cecece;
  position: absolute;
  top: -8px;
  left: -10px;
  height: 40px;
  width: 1px;
}
.header ul {
  position: relative;
  margin-bottom: 15px;
  margin-top: 20px;
}
.header li {
  display: inline-block;
}
.header a {
  color: #2c2c2c;
  padding: 0 0.4em;
}
.header a:hover {
  color: #2c2c2c;
}
.header .logo {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.header .logo img {
  max-width: 100%;
  max-height: 150px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.header .title {
  text-transform: uppercase;
}
.header .title--dashboard {
  float: left;
  padding-top: 45px;
  cursor: default;
}
.header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  z-index: 0;
}
.header .bg img {
  height: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

#lang {
  text-align: center;
  font-size: 18px;
}
#lang div, #lang a {
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
#lang a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: none;
  line-height: 30px;
}
#lang a:hover, #lang .active {
  background-color: #2c2c2c;
}

#hamburgerBtn {
  position: absolute;
  left: 0;
  z-index: 101;
}

nav {
  height: 100%;
  width: 280px;
  background-color: #3a3a3a;
  left: 0;
  top: 0;
  z-index: 2;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-transform: translate(-280px, 0);
          transform: translate(-280px, 0);
}

.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1;
}

.is-navOpen {
  overflow: hidden;
}

.nav_bouttons {
  left: 140px;
  text-align: center;
  padding: 1em;
  margin-top: 2em;
}

.nav_bouttons div {
  padding: 0.5em;
  cursor: pointer;
  font-size: 1.5em;
  margin: 2px 0;
}

.logoIcon {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 150px;
  background: url("../textures/lion_icone.png") center center no-repeat;
  background-size: contain;
}

#app-version {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #7b7b7b;
  font-size: 14px;
  padding: 0px 10px;
}

html,
body {
  margin: 0;
  overflow-y: visible;
  background-color: white;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
  font-weight: normal;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.popup_content {
  font-family: Flagellum !important;
}

.popup_buttons {
  display: none !important;
}

#app {
  width: 100%;
  height: 100vh;
}
#app input, #app label {
  display: inline-block;
}

#home, #movies, #player, #bg {
  display: none;
  opacity: 0;
}

#home, #movies {
  padding-top: 79px;
}

.container {
  max-width: 100vw;
  width: 100%;
  padding: 0;
  margin: auto;
}

#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
#menu #btnRetour h3 {
  cursor: pointer;
  font-family: arial;
  font-weight: 900;
}
#menu .menuItemsLeft, #menu .menuItemsRight {
  position: absolute;
  top: 0;
  z-index: 2;
}
#menu .menuItemsLeft div, #menu .menuItemsRight div {
  display: inline-block;
}
#menu .menuItemsLeft h3, #menu .menuItemsRight h3 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: white;
  font-size: 25px;
  line-height: 40px;
  margin: 0;
}
#menu .menuItemsLeft {
  left: 10px;
}
#menu .menuItemsRight {
  display: none;
  right: 10px;
}
#menu .btn-menu {
  color: white;
}
#menu .btn-menu.active h3 {
  color: white;
  font-size: 35px;
}
#menu .topLine {
  background-color: black;
  height: 50px;
}
#menu .topLineGradient {
  background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(white), to(black));
  background-image: linear-gradient(to right, black, white, black);
  height: 4px;
}

#home {
  padding-left: 25px;
  padding-right: 25px;
  z-index: 5;
}
#home .chroniquesLogo {
  fill: white;
  width: 75%;
  margin: 0 auto;
}
#home .title {
  font-size: 2.5em;
  line-height: 1;
}
#home .description {
  font-size: 1.5em;
  margin: 0;
}
#home .description b {
  color: white;
}
#home .photos {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 100%;
  top: 3.5em;
  left: 0;
  z-index: 0;
  opacity: 1;
}
#home .photos img {
  width: 100%;
}
#home .photos.faded {
  opacity: 0;
}
#home .btn {
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: btnScale 3s ease infinite;
          animation: btnScale 3s ease infinite;
  padding: 25px 35px;
  font-size: 1.5em;
  color: black;
  text-transform: uppercase;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-radius: 60px;
  background-color: white;
}
@-webkit-keyframes btnScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes btnScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#movies {
  position: relative;
  padding: 10em 0 15em 0;
  z-index: 3;
}
#movies .movies-wrapper {
  padding: 0 5vw;
}
#movies .movies-wrapper .movie-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  font-size: 18px;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: rgba(230, 230, 230, 0.08);
}
#movies .movies-wrapper .movie-item .movie-container .poster-container img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 10px;
}
#movies .movies-wrapper .movie-item .movie-container .title {
  font-family: Flagellum;
  font-size: 2em;
  line-height: unset;
}
#movies .movies-wrapper .movie-item .movie-container .duration {
  font-size: 0.9em;
  margin: 0;
}
#movies .movies-wrapper .movie-item .movie-container .description {
  font-size: 1em;
  padding-right: 1em;
  margin: 0;
}
#movies .movies-wrapper .movie-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: #e6e6e6;
}
#movies .movies-wrapper .movie-item:hover .movie-container .title, #movies .movies-wrapper .movie-item:hover .movie-container .duration, #movies .movies-wrapper .movie-item:hover .movie-container .description {
  color: black;
}

#player, .player-wrapper, .player-container {
  width: 100%;
  height: calc(100vh - 54px);
}

.player-constrain {
  max-height: calc(100vh - 54px);
}

#player {
  position: fixed;
  z-index: 10;
  padding-top: 54px;
}
#player .player-wrapper {
  padding: 0 5vw;
}
#player .player-wrapper .player-container .player-constrain .video-js {
  background: transparent;
}
#player .player-wrapper .player-container .player-constrain div, #player .player-wrapper .player-container .player-constrain video {
  max-height: calc(100vh - 54px);
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
}
#bg .gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #2c2c2c, #282828, white);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
  height: 100vh;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#app-version {
  cursor: pointer;
}

.popup_wrapper .popup {
  border-color: #2c2c2c;
  font-family: Helvetica-Regular, Helvetica, Arial, sans-serif;
}

.popup_wrapper .popup .popup_title {
  display: none;
}

.popup_wrapper .popup_content {
  padding: 24px;
  text-align: center;
  font-size: 1.5em;
}

/* MEDIA QUERIES
 * ------------------------------------------------ */
@media only screen and (max-width: 1199px) {
  #endGame {
    width: 100%;
    right: -100%;
    min-height: 100%;
  }
  #endGame .master {
    display: inline-block;
    vertical-align: unset;
  }
}
@media only screen and (max-width: 899px) {
  #tutorial .master #tutorial-btn-container .btn {
    margin-top: 10px;
  }

  #startGame .master .title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 479px) {
  #tutorial .master #tutorial-btn-container .btn {
    margin-top: 10px;
  }

  #startGame .master .title {
    font-size: 2em;
  }
}