@font-face {
  font-family: "proxima_nova_rgbold";
  src: url("fonts/mark_simonson_-_proxima_nova_bold-webfont.woff2") format("woff2"), url("fonts/mark_simonson_-_proxima_nova_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxima_nova_rgregular";
  src: url("fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2") format("woff2"), url("fonts/mark_simonson_-_proxima_nova_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
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 {
  content: "";
  content: none;
}

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

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

* {
  box-sizing: border-box;
}

body {
  background: #000;
  color: #FFF;
  font-family: "proxima_nova_rgregular";
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 999;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url("images/preloader.gif");
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.content {
  width: calc( 100% - 190px );
  margin-left: 190px;
}

.menu-icon, .close-menu {
  display: none;
}

.left {
  position: fixed;
  width: 190px;
  height: 100%;
  background: #000;
  transition: 0.4s;
}
.left .logo {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}
.left .social {
  margin-bottom: 40px;
}
.left .social a {
  display: inline-block;
  width: 28px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.left .social a:hover {
  background: #0e0e0e;
}
.left .social a.fb {
  color: #3b5999;
}
.left .social a.tw {
  color: #55acee;
}
.left .social a.yt {
  color: #cd201f;
}
.left .social a.twit {
  color: #6441a5;
}
.left .social a.discord {
  color: #7289da;
}
.left .social a.insta {
  color: #e4405f;
}
.left nav ul li {
  display: block;
  width: 100%;
  height: 50px;
}
.left nav ul li a {
  color: #FFF;
  font-family: "proxima_nova_rgbold";
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 0.9em;
  padding: 0 15px;
  position: relative;
  transition: 0.4s;
}
.left nav ul li a::after {
  content: "";
  width: 0px;
  transition: 0.4s;
}
.left nav ul li a svg {
  font-size: 0.8em;
  margin-right: 3px;
}
.left nav ul li a:hover, .left nav ul li a.active {
  border-right: 3px solid #3ef941;
}
.left nav ul li a:hover svg, .left nav ul li a.active svg {
  color: #3ef941;
}
.left nav ul li a:hover::after, .left nav ul li a.active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 50px;
  opacity: 0.5;
  background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(62, 249, 65, 0.99) 99%, #3ef941 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(62, 249, 65, 0.99) 99%, #3ef941 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(62, 249, 65, 0.99) 99%, #3ef941 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#3ef941",GradientType=1 );
  /* IE6-9 */
}
.left .bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 190px;
  text-align: center;
  font-size: 0.7em;
  text-transform: uppercase;
}
.left .bottom a, .left .bottom p {
  display: block;
}
.left .bottom p {
  margin-bottom: 10px;
  color: #676767;
}
.left .bottom a {
  text-decoration: none;
  color: #FFF;
  margin-bottom: 7px;
}

.page-live {
  width: 300px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 300px;
  z-index: 950;
}

.twitch:hover .miniplayer {
  opacity: 1;
}
.twitch .miniplayer {
  position: absolute;
  width: 300px;
  height: 100%;
  background: rgba(0, 255, 0, 0.4);
  z-index: 100;
  opacity: 0;
  transition: 0.4s;
}
.twitch .miniplayer .minibtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.twitch .miniplayer .minibtn a, .twitch .miniplayer .minibtn span {
  color: #FFF;
  font-size: 2em;
  margin: 0 10px;
}
.twitch .player {
  width: 300px;
  transition: 0.4s;
}
.twitch .player-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.twitch .player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twitch .chat {
  display: none;
  transition: 0.4s;
}

.twitch-off.programmation .page-live, .twitch-off.extensions .page-live, .twitch-off.projets .page-live, .twitch-off.tmcup .page-live {
  display: none !important;
}

.parallax {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.parallax .fourth {
  top: 0px !important;
  left: 100px !important;
}
.parallax .third {
  top: -30px !important;
  left: 700px !important;
}
.parallax .second {
  top: 0px !important;
  left: 250px !important;
}
.parallax .first {
  top: -190px !important;
  left: 415px !important;
}

.modalcredit {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  display: none;
}
.modalcredit .container {
  width: 250px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #FFF;
}
.modalcredit .container .close {
  color: #000;
  float: right;
  margin: 10px 10px 0 0;
  cursor: pointer;
}
.modalcredit .container h5 {
  color: #000;
  text-align: center;
  margin-top: 45px;
  font-family: "proxima_nova_rgbold";
}
.modalcredit .container h5 a {
  text-decoration: none;
  color: #3ef941;
}

.infos-live {
  width: 1350px;
  height: 50px;
  background: #0e0e0e;
  margin: 0 auto;
}
.infos-live span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-right: 1px solid #343434;
  margin-right: 5px;
}
.infos-live h1 {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  line-height: 50px;
  font-family: "proxima_nova_rgbold";
  text-transform: uppercase;
  max-height: 50px;
  overflow: hidden;
  max-width: calc( 100% - 60px );
}
.infos-live .title-live {
  vertical-align: top;
  display: inline-block;
}
.infos-live .theater {
  width: 40px;
  height: 40px;
  background: #0e0e0e;
  float: right;
  border: 2px solid #232323;
  color: #232323;
  text-align: center;
  line-height: 40px;
  margin: 5px 5px 0 0;
  border-radius: 4px;
  transition: 0.4s;
  cursor: pointer;
}
.infos-live .theater:hover {
  border: 2px solid #3ef941;
  color: #FFF;
}
.infos-live .viewers {
  display: inline-block;
  vertical-align: top;
  float: right;
  background: #3ef941;
  width: 420px;
  height: 50px;
}
.infos-live .viewers span {
  border-right: 1px solid #6dfe6f;
}
.infos-live .viewers p {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  line-height: 50px;
  font-family: "proxima_nova_rgbold";
  text-transform: uppercase;
}

.live .page-live {
  width: calc( 100% - 190px );
  position: absolute;
  top: 230px;
  left: 190px;
  height: 500px;
}
.live .twitch {
  position: relative;
  width: 1350px;
  margin: 0 auto;
}
.live .twitch .miniplayer {
  display: none;
}
.live .twitch .player {
  width: 931px;
  height: 563px;
  display: inline-block;
  vertical-align: top;
  margin-right: -6px;
}
.live .twitch .player .player-container {
  width: 931px;
  height: 591px;
  padding-bottom: 0;
}
.live .chat {
  display: inline-block;
  vertical-align: top;
  width: 420px;
  height: 591px;
  position: relative;
  padding-left: 1px;
}
.live .chat iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.buttons {
  width: 1350px;
  margin: 615px auto 0 auto;
}
.buttons a {
  width: 320px;
  height: 100px;
  display: inline-block;
  background: #000;
  color: #FFF;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  margin-right: 10px;
}
.buttons a:hover {
  background: #FFF;
  color: #000;
}
.buttons a:hover .icon {
  color: #FFF;
}
.buttons a .icon {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #3ef941;
  box-shadow: 0 0 30px rgba(0, 255, 4, 0.45);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
.buttons a .icon svg {
  font-size: 2.5em;
  margin-top: 20px;
}
.buttons a .text {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.buttons a .text h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "proxima_nova_rgbold";
}
.buttons a .text p {
  font-size: 0.7em;
}

.fullscreen .infos-live {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.fullscreen .page-live {
  position: fixed;
  width: 100%;
  height: calc( 100% - 50px );
  top: 50px;
  z-index: 999;
  left: 0;
}
.fullscreen .page-live .twitch {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fullscreen .page-live .twitch .player, .fullscreen .page-live .twitch .player-container {
  width: calc( 100% - 300px );
  height: 100%;
}
.fullscreen .page-live .twitch .player-container {
  position: absolute;
}
.fullscreen .page-live .twitch .chat {
  position: absolute;
  width: 300px;
  height: 100%;
  right: 0;
  margin: 0 !important;
}

.prog {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.prog img {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 900;
  height: auto !important;
  margin-top: 20px;
}
.prog h2 {
  top: 70px;
  position: absolute;
  z-index: 850;
  left: 50%;
  transform: translateX(-50%);
}

.extensions-page {
  width: 1140px;
  margin: 0 auto;
  padding: 20px;
}
.extensions-page h1 {
  font-family: "proxima_nova_rgbold";
  font-size: 1.5em;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.extensions-page .intro {
  width: 70%;
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
}
.extensions-page .buttons-ext {
  margin: 30px auto 0 auto;
  width: 625px;
}
.extensions-page .buttons-ext a {
  width: 300px;
  height: 100px;
  display: inline-block;
  background: #000;
  color: #FFF;
  position: relative;
  text-decoration: none;
  transition: 0.4s;
  margin-right: 10px;
}
.extensions-page .buttons-ext a:hover {
  background: #FFF;
  color: #000;
}
.extensions-page .buttons-ext a:hover .icon {
  color: #FFF;
}
.extensions-page .buttons-ext a .icon {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #3ef941;
  box-shadow: 0 0 30px rgba(0, 255, 4, 0.45);
  margin: 10px;
  display: inline-block;
  vertical-align: top;
}
.extensions-page .buttons-ext a .icon svg {
  font-size: 2.5em;
  margin-top: 20px;
}
.extensions-page .buttons-ext a .text {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.extensions-page .buttons-ext a .text h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "proxima_nova_rgbold";
}
.extensions-page .buttons-ext a .text p {
  font-size: 1em;
}

.affiche {
  margin-bottom: 30px;
  padding: 0 15px;
}
.affiche h1 {
  font-family: "proxima_nova_rgbold" !important;
  font-size: 2.5em !important;
  color: #FFF !important;
  letter-spacing: 2px;
  text-align: center;
}
.affiche h2 {
  font-family: "proxima_nova_rgbold" !important;
  font-size: 2.2em !important;
  color: #FFF !important;
}
.affiche h3 {
  font-family: "proxima_nova_rgbold" !important;
  font-size: 2em !important;
  color: #FFF !important;
  margin-bottom: 20px;
  display: block;
}
.affiche h3::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #3ef941;
  margin-bottom: 20px;
}
.affiche h4 {
  font-family: "proxima_nova_rgbold" !important;
  font-size: 1.3em !important;
  color: #FFF !important;
}
.affiche h5 {
  font-family: "proxima_nova_rgbold" !important;
  font-size: 1em !important;
  color: #FFF !important;
}
.affiche h6 {
  font-family: "proxima_nova_rgbold" !important;
  font-size: 0.8em !important;
  color: #FFF !important;
}
.affiche p, .affiche .elementor-text-editor {
  font-family: "proxima_nova_rgregular" !important;
  color: #FFF !important;
}
.affiche b, .affiche strong {
  font-family: "proxima_nova_rgbold" !important;
}
.affiche .elementor-row {
  justify-content: space-between;
}
.affiche .elementor-col-50 {
  width: calc(50% - 15px);
}

.navprojetbtn {
  display: none;
  position: fixed;
  z-index: 999;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.95);
  color: #FFF;
  cursor: pointer;
  transition: 0.4s;
}

.navprojet {
  position: fixed;
  top: 200px;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.4s;
}
.navprojet a {
  display: block;
  text-align: right;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.navprojet a:hover {
  color: #3ef941;
  font-family: "proxima_nova_rgbold";
}

.zlan .content {
  position: relative;
}

.menu-zlan {
  position: absolute;
  top: 385px;
  left: 50%;
  transform: translateX(-50%);
  width: 1120px;
  text-align: center;
}
.menu-zlan ul li {
  display: inline-block;
  transition: 0.4s;
}
.menu-zlan ul li:hover {
  transform: translateY(-10px);
}

@media screen and (max-width: 1480px) {
  .parallax {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .parallax .fourth {
    top: 0px !important;
    left: 0px !important;
  }
  .parallax .third {
    top: -30px !important;
    left: 400px !important;
  }
  .parallax .second {
    top: 0px !important;
    left: 0px !important;
  }
  .parallax .first {
    top: -190px !important;
    left: 115px !important;
  }

  .live .infos-live, .live .buttons, .live .page-live .twitch {
    width: 940px !important;
  }
  .live .page-live .player, .live .page-live .player-container {
    width: 641px !important;
    height: 360px !important;
    padding-bottom: 0 !important;
  }
  .live .page-live .chat {
    height: 360px !important;
  }
  .live .buttons {
    margin: 380px auto 0 auto;
  }
  .live .buttons a {
    width: 220px;
  }
  .live .buttons a .text {
    width: 110px;
  }
  .live .buttons a .text p {
    font-size: 0.65em;
  }
}
@media screen and (max-width: 1280px) {
  .parallax {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .parallax .fourth {
    top: 0px !important;
    left: -50px !important;
  }
  .parallax .third {
    top: -30px !important;
    left: 350px !important;
  }
  .parallax .second {
    top: 0px !important;
    left: -100px !important;
  }
  .parallax .first {
    top: -190px !important;
    left: 65px !important;
  }

  .live .infos-live, .live .buttons, .live .page-live .twitch {
    width: 740px !important;
  }
  .live .infos-live h1, .live .buttons h1, .live .page-live .twitch h1 {
    width: auto;
  }
  .live .infos-live .viewers, .live .buttons .viewers, .live .page-live .twitch .viewers {
    width: 150px;
  }
  .live .infos-live .viewers p, .live .buttons .viewers p, .live .page-live .twitch .viewers p {
    width: auto;
  }
  .live .page-live .player, .live .page-live .player-container {
    width: 740px !important;
    height: 416px !important;
    padding-bottom: 0 !important;
  }
  .live .page-live .chat {
    display: none;
  }
  .live .buttons {
    margin: 440px auto 0 auto;
  }
  .live .buttons a {
    width: 350px;
  }
  .live .buttons a .text {
    width: 220px;
  }
  .live .buttons a .text p {
    font-size: 0.8em;
  }

  .menu-zlan {
    top: 350px;
  }
  .menu-zlan ul li a img {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .programmation .page-live, .tmcup .page-live, .projets .page-live, .extensions .page-live {
    display: none !important;
  }

  .parallax {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .parallax .fourth {
    top: 0px !important;
    left: -10px !important;
  }
  .parallax .third {
    top: -30px !important;
    left: 250px !important;
  }
  .parallax .second {
    top: 0px !important;
    left: -200px !important;
  }
  .parallax .first {
    top: -190px !important;
    left: 5px !important;
  }

  .left {
    left: -300px;
  }

  .content, .page-live, .extensions-page {
    width: 100%;
  }

  .content {
    padding: 0;
    margin-left: 0;
  }

  .live .infos-live {
    width: 100% !important;
  }
  .live .infos-live .theater {
    display: none;
  }
  .live .page-live, .live .twitch, .live .player {
    width: 100% !important;
    left: 0;
  }
  .live .page-live {
    padding: 20px;
    height: auto !important;
  }
  .live .page-live .twitch {
    width: 100% !important;
  }
  .live .page-live .twitch .player {
    width: 100% !important;
    height: auto !important;
  }
  .live .page-live .twitch .player .player-container {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25% !important;
  }
  .live .buttons {
    width: 100% !important;
  }
  .live .buttons a {
    width: 47% !important;
  }

  .menu-icon {
    display: block;
    position: fixed;
    z-index: 999;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #3ef941;
    color: #FFF;
    cursor: pointer;
    transition: 0.4s;
  }

  .close-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 990;
    cursor: pointer;
  }

  .menu-toggle .left {
    left: 0;
    z-index: 999;
  }
  .menu-toggle .menu-icon {
    left: 210px;
  }
  .menu-toggle .close-menu {
    display: block;
  }

  .navprojetbtn {
    display: block;
  }

  .navprojet {
    right: -999px;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 190px;
    background: rgba(0, 0, 0, 0.95);
  }
  .navprojet a {
    margin-bottom: 10px;
    font-family: "proxima_nova_rgbold";
  }

  .opennavprojet .navprojet {
    right: 0;
    height: 100%;
  }
  .opennavprojet .navprojetbtn {
    right: 210px;
  }
  .opennavprojet .navprojetbtn svg {
    transform: rotate(180deg);
  }

  .prog h2 {
    margin-top: 0px;
    top: 30px;
  }

  .menu-zlan {
    top: 370px;
  }
  .menu-zlan ul li a img {
    width: 120px;
  }
}
@media screen and (max-width: 800px) {
  .left .logo img {
    width: 40px;
    height: auto;
  }

  .parallax {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .parallax .fourth {
    top: 0px !important;
    left: 0px !important;
  }
  .parallax .third {
    top: -30px !important;
    left: 250px !important;
  }
  .parallax .second {
    top: 0px !important;
    left: -300px !important;
  }
  .parallax .first {
    top: -190px !important;
    left: -45px !important;
  }

  .infos-live .viewers {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .buttons a, .buttons-ext a {
    width: 100% !important;
  }

  .live .buttons a {
    width: 100% !important;
  }

  .menu-zlan {
    top: 320px;
  }
  .menu-zlan ul li a img {
    width: 105px;
  }
}
@media screen and (max-width: 500px) {
  .parallax {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }
  .parallax .fourth {
    top: 0px !important;
    left: -50px !important;
  }
  .parallax .third {
    top: -30px !important;
    left: 150px !important;
  }
  .parallax .second {
    top: 0px !important;
    left: -420px !important;
  }
  .parallax .first {
    top: -190px !important;
    left: -100px !important;
  }

  .menu-zlan {
    top: 280px;
  }
  .menu-zlan ul li a img {
    width: 90px;
  }
}

/*# sourceMappingURL=app.css.map */
