apple-pay-button {
    -webkit-appearance: none; /* Désactive le style par défaut */

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: black;
    color: white;

    width: 100%;
    height: 30px;

    padding: 5px 0px 5px 0px;
    border-radius: 5px; 
    margin-bottom: 10px;
}

#googlepay-container {

    display: none;
    align-items: center;
    justify-content: center;

    padding: 5px 0px 5px 0px;
    border-radius: 5px; 

    width: 100%;
    height: 30px;
}
