#loader{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#201f20;
  z-index: 9999;
}

#loader-logo {
    background-image: url(../img/logo-loader.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
}

#chargement-infos{
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-family: "Arial", sans-serif;
  font-size: 12px;
}

#chargement-bar {
    position: fixed;
    height: 5px;
    width: 0;
    top: 0;
    left: 0;
    background-color: #ffffff;
}