body
{
    margin: 0;
    font-family: arial;
    background-color: #808080;
    background-image: url("../img/bgl.jpg");
    background-attachment: fixed; /* Le fond restera fixe */
}
a
{
    text-decoration: none;
    color:#82be5a;
    width: 50px;
    height: 50px;
}

.title{

  position:relative;
  top:1vh;
  margin-left:2vw;
  width: 9em;
  color: white; 
  font-size: 1.5em;
  
}
.fast{
  margin-top:53vh;/*Si tu  change ici tout le rest descend*/
  margin-left:2vw;
  color: white; 
  font-size: 3em;
  font-weight:bold;
}

.get{
  margin-top: 1vh;
  margin-left:2vw; 
  color: white; 
  font-size: 1em;
  font-weight:bold;
}
.cadcont{
  margin-top: 5vh; 
  margin-left: 2vw;
  width: 5em;
  height: 1.1em;
  /*color: green; */
  font-size: 1.3em;
  font-weight:bold;
  border: 3px #82be5a solid;
  border-radius: 7px;
  text-align: center;
}