html {
  min-height: 100vh;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #9E9E9E;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
}
::-moz-selection {
  background: #212121;
  color: #ffffff;
}
::selection {
  background: #212121;
  color: #ffffff;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #212121;
}
::-webkit-scrollbar-thumb {
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.div_clear {
  clear: both;
}
.display_none {
  display: none;
}
.display_block {
  display: block;
}
p {
  margin: 0.8em 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#main_container {
  z-index: 2;
  position: relative;
  min-height: 100vh;
  width: 100%;
}
@-moz-keyframes loadinganim {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-ms-keyframes loadinganim {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes loadinganim {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes loadinganim {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
#loading_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #ffffff;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: loadinganim;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-name: loadinganim;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: loadinganim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: loadinganim;
}
.material-icons {
  font-size: inherit !important;
  vertical-align: middle !important;
  line-height: inherit !important;
}
#navigation {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  transition: background-color 0.4s ease-out;
}
.scrollnavigation {
  background-color: #212121;
}
#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#navigation li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
#navigation li a {
  cursor: pointer;
  display: inline-block;
  padding: 25px 20px;
  color: #ffffff;
  opacity: 0.6;
}
#navigation li a:hover {
  opacity: 1;
}
.donate {
  opacity: 1 !important;
  color: #c7d1d3 !important;
}
#navigation li em {
  display: none;
  margin-bottom: 5px;
  font-size: 20px;
}
#close_gallery_and_pro {
  z-index: 62;
  position: fixed;
  top: 20px;
  right: 20px;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  text-shadow: -1px 1px 1px rgba(0,0,0,0.4);
  opacity: 0.9;
  cursor: pointer;
}
.display_show {
  height: 100%;
}
.display_hide {
  height: 0;
}
#jerom_gallery_pictures {
  z-index: 60;
  overflow-y: scroll;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 40px rgba(0,0,0,0.6);
  -0-box-shadow: 0 0 40px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.6);
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
#jerom_gallery_pictures img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  object-fit: cover;
}
#bg_musique {
  background-color: rgba(0,0,0,0.7);
}
#musique {
  position: relative;
  min-height: 100vh;
}
.center_top_musique,
.center_top,
.center_top_video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.center_top_stay {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.the_page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 30px;
}
.pochette_album {
  float: left;
  width: 50%;
  text-align: right;
}
.pochette_album img {
  max-width: 86%;
  height: auto;
  border: 0;
  -moz-box-shadow: 0 0 34px rgba(0,0,0,0.4);
  -0-box-shadow: 0 0 34px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 34px rgba(0,0,0,0.4);
  box-shadow: 0 0 34px rgba(0,0,0,0.4);
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.col_album {
  float: left;
  width: 44%;
  margin: 0 0 0 6%;
}
h1 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 94%;
}
h1 strong {
  font-weight: 500;
}
.album_title {
  margin: 12px 0 50px 0;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 96px;
  line-height: 100%;
}
.album_desc {
  margin: 0 0 50px 0;
  font-size: 52px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
}
.link_album {
  padding: 15px 25px;
  border: 2px solid #c7d1d3;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  font-size: 14px;
  color: #c7d1d3;
  text-transform: uppercase;
  font-weight: 700;
}
.link_album:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
}
#discographie .the_page {
  text-align: center;
}
#discographie .the_page {
  padding: 0 30px 60px 30px;
}
#discographie h2 {
  margin: 0;
  padding: 0.8em 0;
  font-size: 20px;
  line-height: 1;
}
#discographie ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#discographie ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 4px;
  width: calc(100%/2 - 16px);
  max-width: 150px;
  border: 0;
}
#discographie img {
  width: 100%;
  height: auto;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -0-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
#biographie {
  position: relative;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.4);
}
.col_biographie {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.col_biographie em {
  white-space: nowrap;
}
.citation_jerom {
  font-family: "Give You Glory", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 130%;
  line-height: 1;
}
.citation_jerom strong {
  font-size: 130%;
  font-weight: 400;
}
.citation_jerom .material-icons {
  font-size: 160% !important;
  vertical-align: bottom !important;
}
.contain_img_insta {
  display: inline-block;
  margin: 10px 0;
  padding: 3px;
  background-image: linear-gradient(45deg,#fda845,#c10885);
  line-height: 0;
  text-align: center;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  cursor: pointer;
}
.contain_img_insta img {
  width: 70px;
  max-width: 100%;
  height: auto;
  border: 3px solid #ffffff;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
}
#lk_social {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
  font-size: 20px;
  line-height: 1;
}
#lk_social li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
}
#lk_social a {
  display: inline-block;
  color: #ffffff;
}
.svgicons {
  display: inline-block;
  width: auto;
  height: 1em;
  margin: 0 10px;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
#videos {
  position: relative;
  min-height: 100vh;
  background-color: #000000;
}
.the_page_videos {
  max-width: 1100px;
  margin: 0 auto;
}
#switch_videos {
  padding: 8px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  opacity: 0.6;
}
#switch_videos .material-icons {
  font-size: 180% !important;
}
#videos_player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
#videos_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#actualites {
  position: relative;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.4);
}
.col_actus {
  max-width: 320px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.col_actus h2 {
  margin: 0 0 0.8em 0;
  padding: 2em 0 0 0;
  font-size: 150%;
  font-weight: 700;
  line-height: 1;
}
.col_actus h3 {
  margin: 1.4em 0 0 0;
  padding: 0;
  font-size: 110%;
  font-weight: 700;
  opacity: 0.5;
}
.col_actus em {
  white-space: nowrap;
}
.col_actus img {
  width: 100%;
  height: auto;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.col_actus a {
  text-decoration: underline;
  color: #ffffff;
}
#copyright {
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
  background-color: rgba(0,0,0,0.4);
}
#copyright a {
  margin: 0 5px;
  color: #ffffff;
  opacity: 0.6;
}
#copyright a:hover {
  opacity: 1;
}
.htmlvideo,
.canvas {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 1400px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 1030px) {
  h1 {
    font-size: 50px;
  }
  .album_desc {
    font-size: 36px;
  }
  .album_title {
    font-size: 83px;
  }
  .album_subtitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 970px) {
  #navigation {
    top: auto;
    bottom: 0;
    background-color: #212121;
    font-size: 11px;
    font-weight: 300;
  }
  #navigation li {
    display: block;
    float: left;
    width: 20%;
  }
  #navigation li a {
    padding: 10px 0;
    width: 100%;
  }
  #navigation li em {
    display: block;
  }
  .center_top_musique {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .pochette_album {
    float: none;
    width: auto;
    text-align: center;
  }
  .pochette_album img {
    width: 450px;
  }
  .col_album {
    float: none;
    width: auto;
    margin: 0;
    text-align: center;
  }
  h1 {
    margin-top: 30px;
  }
  .col_album ol li {
    list-style-type: none;
  }
  .col_actus h2 {
    padding: 0;
  }
}
@media only screen and (max-width: 520px) {
  .center_top {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .col_actus {
    max-width: none;
  }
  #copyright {
    padding-bottom: 120px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2),only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  #navigation {
    padding-bottom: 12px;
  }
}
