body {
  font-family: Raleway;
  font-weight: 900;
  color: #fff;
  background: #000;
}

h1, h2, p, strong {
  margin: 5px 0;
  padding: 0;
  margin-right: 130px;
  line-height: 1em;
  text-align: right;
  text-transform: uppercase;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 10px #000;
}

h1 {
  font-size: 5.5em;
  letter-spacing: -10px;
  margin-bottom: -10px;
}

/*
h1 strong {
  position: absolute;
  top: -500px;
  right:110px;
  font-size: 235px;
  opacity: .8;
  margin: 0;
  width:auto; 
  height:500px;
}
*/
/*POUR TEST*/
h1 strong {
  position: absolute;
  top: -200px;
  right:150px;
  font-size: 235px;
  opacity: .8;
  margin: 0;
  width:500px; 
  height:auto;
}
h1 strong img{width:100%; height:auto;}
h2 {
  opacity: .6;
  font-size: 1.7em;
}

p {
  font-size: 2em;
}

a {
  position: absolute;
  left: 3em;
  top: 3em;
  border: 3px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #000;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 5px #000;
  font-size: 20px;
  color: #fff;
  -webkit-animation: pulse 4s infinite;
          animation: pulse 4s infinite;
}
@media screen and (max-width: 720px) {
  a {
  left: 0.8em;
  top: 1em;
  font-size: 50px;
  }
  h1, h2, p, strong {
    margin: 5px 0;
    padding: 0;
    margin-right: 10px;
    line-height: 1em;
    text-align: right;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 0 0 10px #000;
  }
  h1 {
    font-size: 4em;
    letter-spacing: -8px;
    margin-bottom: -10px;
  }
/* 
 h1 strong {
    position: absolute;
    top: -500px;
    right:0px;
    font-size: 0px;
    opacity: .8;
    margin: 0;
  }
*/
 h1 strong {
    position: absolute;
    top: -200px;
    right:15px;
    opacity: .8;
    margin: 0;
    width:400px; 
    height:auto;
  }
}

.container {
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.vegas-overlay {
  opacity: .2;
}

.vegas-timer-progress {
  background: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
