
a.bordure-bouton {
    margin-top: -7px;
    position: absolute;
    font-family: Inter;
    padding: 5px;
    left: -1px;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    width: 130px;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 12px;
    border: 1px solid #ffdf00;
}

a.bordure-bouton:hover {    background: #ffdf00;    color: #0080c9;    text-decoration: none;}



/*smartphone < 480px*/
@media (max-width: 480px) {
a.bordure-bouton {
    margin-top: -7px;
    position: absolute;
    font-family: Inter;
    padding: 5px;
    left: -1px;
    z-index: 9;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    letter-spacing: -1px;
    border-radius: 12px;
    border: 1px solid #ffdf00;
}
}