/* ================================
   Bouton audio custom
   ================================ */

.audio-btn {
    border: none;
    background: #f1f3f5;
    color: #333;
    font-size: 1rem;
    line-height: 1;
    padding: 0.35em 0.45em;
    margin-left: 0.4em;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
}

.audio-btn:hover {
    background: #e0e4e8;
}

.audio-btn.is-playing {
    background: #cce5ff;
}

.audio-btn:focus {
    outline: 2px solid #66afe9;
    outline-offset: 2px;
}
