.iconsCoordonnees {
    height: 75%;
    width: auto;
}

.bouton-coordonnees {
    height: 40px;
    width: 250px;
    background-color: #f4f4f4;
    border-radius: 5px;
    border: 2px solid #e9e7e7;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
    /*margin-bottom: 20px;*/
    box-shadow: 5px 5px 5px -6px #000000;   
    background: 
    linear-gradient(
        rgba(255, 255, 255, 0.962), 
        rgb(167, 166, 166)
      );
      border: none;
      margin-bottom: 0px;
}

.button-coordonnees:hover {
    transform: scale(1.05);
}

.InfoCoordonnees {
    font-size: 1.3rem;
}

