html {
  background-color: #303030;
}
@font-face {
  font-family: Comfortaa;
  src: url(Comfortaa-VariableFont_wght.ttf);
}
body {
  margin: 0;
  overflow-x: hidden;
  height: 100vh;
  width: 100vw;
}
#viewerColumn {
  width: 264px;
  overflow: hidden;
  float: left;
}
#weekList {
  width: 264px;
  float: left;
  height: calc(100vh - 131px);
  clear: left;
  overflow: auto;
  scrollbar-width: none;
}
#weekList::-webkit-scrollbar {
  display: none;
}
#laDate {
  font-family: Lato, sans-serif;
  color: orange !important;
  float: left;
  overflow: auto;
  margin: 12px 0 0 7px;
  font-size: 0.85em;
}
#topicV {
  color: #cfcfcf;
  font-family: Lato, sans-serif;
  float: left;
  font-size: 1.3em;
  margin: 5px auto 0 4px;
  text-align: center;
}
#phraseV {
  width: 250px;
  overflow: auto;
  color: #acacac;
  font-family: Comfortaa, sans-serif;
  margin: 5px auto 0 7px;
  text-align: left;
  float: left;
  padding-bottom: 5px;
  /* border-bottom: dotted #acacac 1px; */
}
.filtertitle {
  color: #ccc;
  font-family: Lato, sans-serif;
  float: left;
  margin-left: 15px;
  width: 115px;
}
.filtertitle a {
  text-decoration: none;
  color: #ccc;
  text-align: center;
}
.filtertitle a:hover {
  color: orange;
}
#boitadir {
  width: 99%;
  height: 25px;
  float: left;
  overflow: auto;
  margin-top: 5px;
}
#prev a {
  width: 50px;
  height: 24px;
  background-image: url(../img/prev.svg);
  background-size: 50px 24px;
  float: left;
  margin: 0 0 0 10px;
}
#prev a:hover {
  background-image: url(../img/prev_o.svg);
}
#prev a:active {
  background-image: url(../img/prev_o.svg);
}
#next a {
  width: 50px;
  height: 24px;
  background-image: url(../img/next.svg);
  background-size: 50px 24px;
  float: right;
  margin: 0 10px 0 0;
}
#next a:hover {
  background-image: url(../img/next_o.svg);
}
#next a:active {
  background-image: url(../img/next_o.svg);
}
.homeVIGN {
  position: relative;
  clear: both;
  float: left;
  margin-right: 8px;
  border-radius: 10px;
  overflow: hidden;
  height: 70px;
  width: 70px;
  z-index: 10;
}
.blokPart {
  float: left;
  width: 245px;
  margin: 15px 0 0 15px;
  color: #acacac;
  text-align: left;
  font-family: Lato, sans-serif;
}
.artistname {
  color: #fff;
}
.artistnameselected {
  color: orange;
}
#container {
  width: 100%;
  margin: auto;
  padding-bottom: 15px;
}
#banner {
  width: 264px;
  background-color: #202020;
  overflow: hidden;
}
#header {
  background-image: url(../img/banner_d_extra_large.svg);
  background-repeat: no-repeat;
  background-size: 2700px 131px;
  width: 2700px;
  height: 131px;
  margin-left: calc(132px - 1350px);
}
@media only screen and (min-width: 801px) {
  #titlepng {
    background-image: url(../img/banner_OK_transp_mobile.png);
    background-repeat: no-repeat;
    width: 167px;
    height: 131px;
    z-index: 20;
    margin-top: -131px;
    margin-left: calc(132px - 83px);
  }
  @-moz-document url-prefix() {
    menu {
      margin-top: -1px;
      font-family: Lato, sans-serif;
      z-index: 20;
    }
  }
  menu li.separator {
    display: none;
  }
  #content {
    width: 80%;
    margin-top: 10px;
  }
  #semaine {
    margin-right: -30%;
  }
  menu {
    font-family: Lato, sans-serif;
    z-index: 20;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .msg {
    font-family: Pacifico, cursive;
    font-size: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    align-items: center;
    color: #fefefe;
    background-color: #1184f0;
  }
  menu,
  menu label {
    position: absolute;
    top: 0;
    left: 0;
  }
  menu {
    margin: 0;
  }
  menu input[type="checkbox"] {
    display: none;
  }
  menu input[type="checkbox"]:checked + .drawer-list {
    transform: translatex(0);
    border-bottom-right-radius: 0;
  }
  menu input[type="checkbox"]:checked + .drawer-list li {
    transform: translatex(0);
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(1) {
    transition: transform 0.5s 20ms ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(2) {
    transition: transform 0.5s 40ms ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(3) {
    transition: transform 0.5s 60ms ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(4) {
    transition: transform 0.5s 80ms ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(5) {
    transition: transform 0.5s 0.1s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(6) {
    transition: transform 0.5s 0.12s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(7) {
    transition: transform 0.5s 0.14s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(8) {
    transition: transform 0.5s 0.16s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(9) {
    transition: transform 0.5s 0.18s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(10) {
    transition: transform 0.5s 0.2s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(11) {
    transition: transform 0.5s 0.22s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(12) {
    transition: transform 0.5s 0.24s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(13) {
    transition: transform 0.5s 0.26s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(14) {
    transition: transform 0.5s 0.28s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(15) {
    transition: transform 0.5s 0.3s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(16) {
    transition: transform 0.5s 0.32s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(17) {
    transition: transform 0.5s 0.34s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(18) {
    transition: transform 0.5s 0.36s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(19) {
    transition: transform 0.5s 0.38s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(20) {
    transition: transform 0.5s 0.4s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(21) {
    transition: transform 0.5s 0.42s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(22) {
    transition: transform 0.5s 0.44s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(23) {
    transition: transform 0.5s 0.46s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(24) {
    transition: transform 0.5s 0.48s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(25) {
    transition: transform 0.5s 0.5s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(26) {
    transition: transform 0.5s 0.52s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(27) {
    transition: transform 0.5s 0.54s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(28) {
    transition: transform 0.5s 0.56s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(29) {
    transition: transform 0.5s 0.58s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(30) {
    transition: transform 0.5s 0.6s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(31) {
    transition: transform 0.5s 0.62s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(32) {
    transition: transform 0.5s 0.64s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(33) {
    transition: transform 0.5s 0.66s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(34) {
    transition: transform 0.5s 0.68s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(35) {
    transition: transform 0.5s 0.7s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(36) {
    transition: transform 0.5s 0.72s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(37) {
    transition: transform 0.5s 0.74s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(38) {
    transition: transform 0.5s 0.76s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(39) {
    transition: transform 0.5s 0.78s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(40) {
    transition: transform 0.5s 0.8s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(41) {
    transition: transform 0.5s 0.82s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(42) {
    transition: transform 0.5s 0.84s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(43) {
    transition: transform 0.5s 0.86s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(44) {
    transition: transform 0.5s 0.88s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(45) {
    transition: transform 0.5s 0.9s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(46) {
    transition: transform 0.5s 0.92s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(47) {
    transition: transform 0.5s 0.94s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(48) {
    transition: transform 0.5s 0.96s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(49) {
    transition: transform 0.5s 0.98s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li:nth-child(50) {
    transition: transform 0.5s 1s ease;
  }
  menu input[type="checkbox"]:checked + .drawer-list li a {
    padding-left: 15px;
  }
  menu input[type="checkbox"]:checked ~ hamburger > i {
    background-color: transparent;
    transform: rotate(90deg);
  }
  menu input[type="checkbox"]:checked ~ hamburger > i:before {
    transform: translate(-50%, -50%) rotate(315deg);
  }
  menu input[type="checkbox"]:checked ~ hamburger > i:after {
    transform: translate(-50%, -50%) rotate(-315deg);
  }
  menu input[type="checkbox"]:checked ~ hamburger close {
    color: #fefefe;
    width: 100%;
  }
  menu input[type="checkbox"]:checked ~ hamburger open {
    color: transparent;
    width: 0;
  }
  menu .drawer-list {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    transform: translate(-100vw, 0);
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 125px;
    transition: width 475ms ease-out, transform 450ms ease,
      border-radius 0.5s 0.1s ease;
    border-bottom-right-radius: 100vw;
    background-color: #c0a83d;
    background-color: rgba(75, 73, 77, 0.94);
  }
  @media (min-width: 801px) {
    menu .drawer-list {
      width: 264px;
    }
  }
  menu .drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
  }
  menu .drawer-list li {
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(-100vw);
    -ms-transform: translatex(-100vw);
  }
  menu .drawer-list li:last-child {
    margin-bottom: 2em;
  }
  menu .drawer-list li a {
    text-decoration: none;
    color: #fefefe;
    text-align: center;
    display: block;
    padding: 0.5rem;
    font-size: 1.2em;
  }
  @media (min-width: 801px) {
    menu .drawer-list li a {
      font-size: 1rem;
      text-align: left;
    }
    menu .drawer-list li.currentLink {
      background-color: rgba(0, 0, 0, 0.801);
    }
  }
  menu .drawer-list li a:hover {
    cursor: pointer;
    background-color: #88c2f8;
    background-color: rgba(250, 143, 21, 0.801);
  }
  menu hamburger {
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    height: 50px;
    width: 50px;
  }
  menu hamburger:hover {
    cursor: pointer;
  }

  menu hamburger:focus {
    border:1px dashed white;
  }
  menu hamburger text close,
  menu hamburger text open {
    text-transform: uppercase;
    font-size: 0.8em;
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width 0.25s 0.35s, color 0.45s 0.35s;
  }
  menu hamburger text close {
    color: transparent;
    right: 0;
    width: 0;
  }
  menu hamburger text open {
    color: #fefefe;
    width: 100%;
  }
  menu hamburger > i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: orange;
    pointer-events: auto;
    transition-duration: 0.35s;
    transition-delay: 0.35s;
  }
  menu hamburger > i:after,
  menu hamburger > i:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background: orange;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
  }
  menu hamburger > i:before {
    transform: translate(-50%, -14px);
  }
  menu hamburger > i:after {
    transform: translate(-50%, 14px);
  }
  #viewer {
    height: 100vh !important;
    width: calc(100vw - 273px) !important;
    margin-right: 5px;
    float: right;
    border: hidden;
    overflow: scroll;
    z-index: 0 !important;
  }

  #viewerMasto {
    height: 100vh !important;
    width: 650px !important;
    max-width: calc(100vw - 264px) !important;
    margin-right: calc(((100vw - 650px) / 2) - 132px) !important;
    float: right !important;
    border: hidden !important;
    overflow: scroll !important;
    z-index: 0 !important;
  }

  #Bak {
    display: none !important;
  }
}
#semaine {
  font-family: Lato, sans-serif;
  color: #e2e2e2 !important;
  text-align: center;
  line-height: 5px;
  margin-right: -45%;
  z-index: 15;
}
#titleTopics {
  color: #fc7b02;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  float: left;
  width: 75px;
  height: 100%;
}
.topic {
  font-family: Lato, sans-serif;
  font-size: 5em;
  color: #858585;
  font-weight: 400;
  margin-left: 3%;
  width: 50%;
  text-shadow: 2px 2px #303030;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-break: unset;
  word-wrap: unset;
  overflow-wrap: unset;
  white-space: -moz-nowrap;
  white-space: -o-nowrap;
  white-space: nowrap;
}
.phrase {
  color: #acacac;
  font-family: Comfortaa, sans-serif;
  font-size: 2em;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}
#content form {
  text-align: center;
}
#content form p {
  text-align: justify;
  width: 80%;
  margin: 10px auto 0 auto;
}
#sectionTitle {
  text-align: left;
}
.pave {
  line-height: 1.3em;
}
#contact a {
  font-family: Lato, sans-serif;
  text-decoration: none !important;
  display: block;
  width: 60px;
  text-align: center;
  height: 18px;
  margin: auto;
  color: #fff;
}
.footer {
  font-family: Lato, sans-serif;
  float: left;
  margin: 30px auto 0 10px;
  min-height: 20px;
  min-width: 240px;
  color: #858585;
}
.footer a {
  text-decoration: none !important;
  color: #2b90d9 !important;
}
.footer a:hover {
  color: orange !important;
}
#guideLV {
  position: relative;
  background-image: url(../img/guide_link_viewer.svg);
  background-repeat: no-repeat;
  margin-right: calc(40% - 264px);
  float: right;
  height: 600px;
  width: 464px;
  transform: translateY(20%);
}
#weekList #colors img {
  width: 100%;
  height: 13px;
  /* margin: 5px auto 0 7px; */
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: dotted #acacac 1px;
}
