.intro a{
  text-decoration: none;
  color: white;
}
.intro a:hover{
  color: #062E54;
}
.secHome{
  height: 50vh;
}
#bloctop{
  height: 14%;
}
#blocDA{
  top: 40vh;
}
.intro{
  top: 54vh;
  left: 50vw;
}

@media screen and (max-width: 953px) {
  .intro{
    top: 50vh;
    left: 30vw;
  }
}
