  .button-1{
    display: block;
    color: white;
    height: 68px;
    width: 68px;
    font-size: 20px;
    border-radius: 5px;
  }

  .button-1:hover{
    box-shadow: 0px 0px 10px grey;
  }

  .image-du-button{
    height: 48px;
    width: 48px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .button-geo{
    display: block;
    color: white;
    height: 80px;
    width: 100px;
    font-size: 20px;
    border-radius: 5px;
  }
  
  
  .button-geo:hover{
    box-shadow: 0px 0px 10px grey;
  }
  .image-du-button-geo{
    height: 48px;
    width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
