﻿.jp-audio {
   width: 250px;  /* Largeur totale du lecteur */
    height: 18px;  /* Hauteur du lecteur */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    -moz-user-select: none;
    border: 0 none;
    color: #ffffff;  /* Couleur des nombres du minuteur */
    font-family: "Source Sans Pro",sans-serif;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;

display: inline-block;
}
.jp-audio .jp-controls {
    background-color: #8E6B8E;  /* Couleur du bouton Play-Pause - #9e5f46 = brun standard - #660066 = mauve standard */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 29px;  /* Largeur du bouton Play-Pause */
}
.jp-audio .jp-controls a {
    color: #ffffff;   /* Couleur de la flèche du bouton Play-Pause */
    cursor: pointer;
    font-size: 10px;
    line-height: 18px;
    padding-left: 11px; /* Marge à gauche du bouton Play-Pause */
    text-align: center;
    text-decoration: none;
}
.jp-audio .jp-controls a:hover {
    color: #660066; /* Couleur du bouton Play-Pause quand pointé */
}
.jp-audio .jp-controls a:before {
    display: inline-block;
    font-family: flat-audio;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1em;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 20px; /* Largeur ?? */
}
.jp-audio .jp-progress {
    background-color: #cad0fd;  /* Couleur de fond de la barre de lecture */
    height: 100%;
    left: 29px; /* Marge à gauche de la barre de lecture (= largeur du bouton Play-Pause */
    position: absolute;
    right: 0;
    top: 0;
}
.jp-audio .jp-progress .jp-seek-bar {
    cursor: pointer; /* "pointer = The cursor is a pointer and indicates a link" */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.jp-audio .jp-progress .jp-seek-bar .jp-play-bar {
    background-color: #EBD6EB; /* Couleur de la partie lue - #CF9D89; ou rgba(158, 95, 70, 0.5); */
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.jp-audio .jp-current-time {
    font-size: 13px; /* Taille des nombres du minuteur */
    height: 100%;
    left: 0;
    line-height: 20px;
    padding: 0 12px;
    pointer-events: none;
    position: absolute;
    right: -7px; /* Marge à droite du minuteur */
    text-align: right;
    top: 0;
}
.jp-audio .jp-no-solution {
    background-color: #b28282; /* ???? */
    color: #ffd850;
    display: none;
    font-size: 16px;
    height: 42px;
    left: 42px;
    line-height: 24px;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

/*# sourceMappingURL=jplayer.metro-fire.css.map */
