@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');

/*Nav bar styling start*/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Roboto', sans-serif;
  background: url("") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  }


* {
  box-sizing: border-box;
}

h1 {
    margin: 0;
    font-size: 33px;
    color: #fff;
     text-align: center;
}

h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
     text-align: center;
}

h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: white;
     text-align: center;
}

.contain {
    position:absolute;
    z-index: 2;
}



.music-player {
    display: auto;
    position: relative;
    width: 400px;
    height: 470px;
    margin: auto;
    margin-top: 6%;
    border-radius: 0 0 10px 10px;
    background: transparent 30%;
    box-shadow: 0px 0px 0px 0px #222;
}

.contain_snow {
    display: block;
    width: 500%;
    height: 980px;
    margin: auto;
    overflow: hidden;
    background-image: url("../img/snow.gif");
    background-repeat: repeat;
    background-size: cover;
}


.cover {
    float: left;
    width: 100%;
    height: 66%;
}

.cover img {
    display: block;
    position: absolute;
    top: 8%;
    left: 14%;
    width: 70%;
    margin: auto;
    text-align: center;
}

.titre {
    float: left;
    width: 100%;
    padding: 0 10%;
}

.lecteur {
    float: left;
    width: 100%;
}

.mejs-controls {
    padding: 0 10%;
}

.mejs-container {
    position: relative;
}

.mejs-playpause-button {
    position: absolute !important;
    right: 8%;
    bottom: 95%;
}

.mejs-playpause-button button {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 23px;
    color: #ffffff;
    background: transparent;
}

.mejs-volume-button button {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #ffffff;
    background: transparent;
}

.mejs-play button:before {
    content: "\f04b";
}

.mejs-controls .mejs-pause button:before {
    content: "\f04c";
}

.mejs-controls .mejs-stop button:before {
    content: "\f04d";
}

.mejs-controls .mejs-mute button:before {
    content: "\f028";
}

.mejs-controls .mejs-unmute button:before {
    content: "\f026";
}

.mejs-container .mejs-controls .mejs-time {
    width: 100%;
    margin-top: 7%;
    margin-bottom: 3%;
    color: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(255,255,255,0.2);
}

.mejs-container .mejs-controls .mejs-time span {
    font-size: 15px;
}

.mejs-controls div.mejs-time-rail {
}

.mejs-container .mejs-controls div {
    display: block;
    float: left;
    position: relative;
    width: 40px;
}

span.mejs-duration {
    float: right;
    text-align: right;
    color: #ccc;
}

span.mejs-currenttime {
    font-weight: 700;
}

.mejs-controls .mejs-time-rail span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    border-radius: 50px;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #5BBB95 none repeat scroll 0 0;
}

.mejs-controls .mejs-volume-button {
    position: relative;
    position: absolute !important;
    top: 70px;
    right: 25%;
    width: 40px;
    height: 40px;
}

.mejs-controls div.mejs-horizontal-volume-slider {
    display: block;
    position: absolute !important;
    position: relative;
    top: 70px;
    right: 10%;
    width: 60px;
    height: 3px;
    margin-top: 20px;
    border-radius: 50px;
    line-height: 11px;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    display: none;
    top: -40px;
    width: 40px;
    height: 25px;
    margin-left: -18px;
    text-align: center;
    font-size: 10px;
    background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    display: block;
    position: relative;
    top: 0;
    margin: 0;
    line-height: 26px;
    color: #100d28;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    top: auto;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -6px;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}


.widget {
  width: 90%;
  max-width: 600px;
  margin: 3em auto;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.widget::after {
  clear: both;
  content: "";
  display: table;
}
.widget header {
  background: #051f26;
  padding: 1em 1.5em;
  border-top: 4px solid #ffffff;
  color: #fff;
}
.widget header h3 {
  margin: 0;
  font-size: 1.35em;
  font-weight: 400;
}
.widget .chart {
  width: 100%;
  height: auto;
  background: #fff;
}
@media only screen and (min-width: 600px) {
  .widget .chart {
    float: right;
    width: 65%;
    height: 275px;
  }
}
.widget .chart .controls {
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.widget .chart .controls::after {
  clear: both;
  content: "";
  display: table;
}
.widget .chart .controls nav {
  float: left;
  width: 75%;
  line-height: 50px;
  border-right: 1px solid #ccc;
}
.widget .chart .controls nav a {
  display: block;
  padding: 0 1.5em;
  text-decoration: none;
  color: gray;
}
@media only screen and (min-width: 600px) {
  .widget .chart .controls nav a {
    padding: 0 1em;
  }
}
.widget .chart .controls nav span {
  display: inline-block;
  float: right;
  line-height: 50px;
  color: gray;
}
.widget .chart .controls div {
  float: left;
  width: 25%;
  line-height: 50px;
  text-align: center;
}
.widget .chart .controls div span:first-child {
  color: gray;
}
.widget .chart .controls div span:nth-child(2) {
  font-weight: 600;
  font-size: 1.35em;
  color: gray;
}
.widget .chart .canvas-container {
  width: 100%;
  text-align: center;
}
.widget .chart .canvas-container canvas {
  display: inline;
  width: 370px;
  height: 210px;
  padding: 1em;
}
.widget .info {
  position: relative;
  width: 100%;
  height: 275px;
  background: gray;
}
@media only screen and (min-width: 600px) {
  .widget .info {
    float: left;
    width: 35%;
  }
}
.widget .info h4 {
  margin: 0 0 0.35em;
  padding: 1em 1.5em;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.widget .info .info-module {
  padding: 0 1.5em;
  font-weight: 400;
}
.widget .info .info-module .heading {
  font-size: 0.85em;
}
.widget .info .info-module .heading::after {
  clear: both;
  content: "";
  display: table;
}
.widget .info .info-module .heading span {
  display: inline-block;
  color: #fff;
}
.widget .info .info-module .heading span:first-child {
  float: left;
}
.widget .info .info-module .heading span:nth-child(2) {
  float: right;
}
.widget .info .info-module .progress {
  height: 5px;
  margin: 0.35em 0 1em;
  background: gray;
  border-radius: 10px;
}
.widget .info .info-module .progress:after {
  content: '';
  display: block;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
}
.widget .info .info-module .undergraduate:after {
  width: 65%;
  -webkit-animation: undergraduate 2s ease-in-out forwards;
  animation: undergraduate 2s ease-in-out forwards;
}
.widget .info .info-module .graduate:after {
  width: 30%;
  -webkit-animation: graduate 2s ease-in-out forwards;
  animation: graduate 2s ease-in-out forwards;
}
.widget .info .info-module .transfer:after {
  width: 5%;
  -webkit-animation: transfer 2s ease-in-out forwards;
  animation: transfer 2s ease-in-out forwards;
}
@-webkit-keyframes undergraduate {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
@keyframes undergraduate {
  0% {
    width: 0;
  }
  100% {
    width: 65%;
  }
}
@-webkit-keyframes graduate {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@keyframes graduate {
  0% {
    width: 0;
  }
  100% {
    width: 30%;
  }
}
@-webkit-keyframes transfer {
  0% {
    width: 0;
  }
  100% {
    width: 5%;
  }
}
@keyframes transfer {
  0% {
    width: 0;
  }
  100% {
    width: 5%;
  }
}
.widget .info nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.widget .info nav a {
  display: block;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.widget .info nav span:first-child {
  float: left;
  width: 75%;
  background: #051f26;
}
.widget .info nav span:nth-child(2) {
  float: left;
  width: 25%;
  line-height: 50px;
  background: #051f26;
}


