#concerts .infos_salle-share{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
}
#concerts .btn-share{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}
#concerts .btn-share:hover,
#concerts .btn-share:focus{
    opacity: 0.85;
    color: #fff;
    text-decoration: none;
}
#concerts .btn-share--calendar{
    background-color: #ffc107;
    color: #fff;
}
#concerts .btn-share--facebook{
    background-color: #1877f2;
    color: #fff;
}
#concerts .btn-share--whatsapp{
    background-color: #25d366;
    color: #fff;
}

@media (max-width: 420px){
    #concerts .infos_salle-share{
        width: 100%;
        justify-content: center;
        gap: 30px;
        margin-bottom: 4px;
    }
}
