#typeWriter {
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: "VinciSans-Medium";
  padding-left: 0px;
  padding-top: 0px;
 /* position: absolute;
  top: 0;
  left: 0;*/
  z-index: 10;
}
.bloc-typeWriter{
    height: 120px
}
#typeWriter{
  display: block;
  font-size: 43px;
  text-align: left;
}
#home #typeWriter{
    display: block;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    max-width: 1020px
}
.ie #home #typeWriter{
  font-size: 34px
}
#home #typeWriter span.hide,
#typeWriter span.hide{
  display: none;
}
#typeWriter :last-child::after {
  content: '';
  font-size: 30px;
  display: inline-block;
  animation: blink 1s step-end infinite;
   display: none;
}

#typeWriter #init::after { display: none; }
.animatedtop{
    margin: 50px 0
}
@keyframes 
blink {  from, to {
 opacity: 0;
}
 50% {
 opacity: 1;
}
}
@media (max-width: 1279px){
    .ie #home #typeWriter,
    #home #typeWriter{
        font-size: 32px;
        line-height: 35px;
    }
}
@media (max-height: 780px){
    .ie #home #typeWriter ,
    #home #typeWriter {
        font-size: 28px;
        line-height: 30px;
    }
    .bloc-typeWriter{
      height: 100px
    }
    .animatedtop {
        margin: 30px 0;
    }
}