/* Some basic CSS to make the Audio controls in abcjs presentable. */

.abcjs-inline-audio {
	height: 46px;
	padding: 0 5px;
	border-radius: 3px;
	/*background-color: #FFFFFF;*/
	display: flex;
	align-items: center;
   /*	box-sizing: border-box;*/
    margin: 0 auto;
}

.abcjs-inline-audio.abcjs-disabled {
	opacity: 0.5;
}

.abcjs-inline-audio .abcjs-btn {


            background-color: #eebd40;
             /* Couleur de fond du bouton */
           /* color: #FFFFFF;*/ /* Couleur du texte */
            border-radius: 50%;
            cursor: pointer;
          /* box-shadow: 3px 3px 3px 2px #B2B2B2; */
	width: 55px;
	height: 55px;
	padding: 4px 14px;
     position: absolute;
             top:55px;
            left: 47.8%;
            margin: 0 auto;
            z-index: 20;

	border: 0px solid transparent;
	box-sizing: border-box;
	line-height: 5.2;
}
      .abcjs-btn :hover {
        background-color: #;
}


.abcjs-btn g {
	fill: #FFFFFF;
	stroke: #FFFFFF;
    height: 35px;
    z-index: 20;
}


.abcjs-btn g :hover{
	fill: #000000;
   	stroke: #000000;
    height: 80px;
    background-color: #666666;
    font-weight: bold;
}

.abcjs-inline-audio .abcjs-btn:hover g {
	fill: bold;
	stroke: bold;
    height: 35px;
     background-color: #EEBD40;
}

.abcjs-inline-audio .abcjs-midi-selection.abcjs-pushed {
	border: px solid #cccccc;
	background-color: #EEBD40;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-loop.abcjs-pushed {
	border: px solid #cccccc;
	background-color: #EEBD40;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-reset.abcjs-pushed {
	border: px solid #cccccc;
	background-color: #eebd40;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-start .abcjs-pause-svg {
	display: none;
}

.abcjs-inline-audio .abcjs-midi-start .abcjs-loading-svg {
	display: none;
}

.abcjs-inline-audio .abcjs-midi-start.abcjs-pushed .abcjs-play-svg {
	display: none;
}

.abcjs-inline-audio .abcjs-midi-start.abcjs-loading .abcjs-play-svg {
	display: none;
}

.abcjs-inline-audio .abcjs-midi-start.abcjs-pushed .abcjs-pause-svg {
	display: block;
}

.abcjs-inline-audio .abcjs-midi-progress-background {
	background-color: #424242;
	height: 10px;
	border-radius: 5px;
	border: px solid #cccccc;
	margin: 0 8px 0 15px;
	position: fixed;
    top:40px;
    left: 375px;
	flex: 1;
	padding: 0;
	box-sizing: border-box;
    z-index: 21;
}

.abcjs-inline-audio .abcjs-midi-progress-indicator {
	width: 20px;
	margin-left: -10px; /* half of the width */
	height: 24px;
	background-color: #EEBD40;
	position: absolute;
	display: inline-block;
	border-radius: 6px;
	top: -10px;
	left: 0;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-clock {
	margin-left: 4px;
	margin-top: 1px;
	margin-right: 2px;
	display: inline-block;
	font-family: sans-serif;
	font-size: 15px;
	box-sizing: border-box;
	color: #FFFFFF;
    	position: fixed;
    top:35px;
    left: 558px;
    z-index: 21;
}

.abcjs-inline-audio .abcjs-tempo-wrapper {
    color: #ffffff;
    }
                              /*

.abcjs-inline-audio .abcjs-tempo-wrapper {
	font-size: 16px;
        line-height: 2.7;
    cursor: pointer;
            position: ;
             top:px;
            left: px;
             background-color: #666666;
            color: #;
            border: none;
            border-radius: 5px;
            width: 110px;
            height: 41px ;
            font-weight: bold;
            text-align: right;
            margin-right:20px;

            z-index: 20;
}*/

                                 /*
.abcjs-inline-audio .abcjs-tempo-wrapper:hover{
             background-color: #eebd40;
             color: #FFFFFF;
}*/

.abcjs-inline-audio .abcjs-midi-tempo {
	border-radius: 2px;
    position: fixed;
             top:27px;
;             left: 794px;
	width: 20px;
    height: 33px;
	box-sizing:;
    background-color: #000000;
    text-align: left;

}

.abcjs-inline-audio .abcjs-loading .abcjs-loading-svg {
	display: inherit;
}

.abcjs-inline-audio .abcjs-loading {
	outline: none;
	animation-name: abcjs-spin;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}
.abcjs-inline-audio .abcjs-loading-svg circle {
	stroke: #f4f4f4;
}
                              /*
@keyframes abcjs-spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}*/

/* Adding the class "abcjs-large" will make the control easier on a touch device. */
.abcjs-large .abcjs-inline-audio {
	height: 52px;
}
.abcjs-large .abcjs-btn {
	width: 56px;
	height: 52px;
	font-size: 28px;
	padding: 6px 8px;
}
.abcjs-large .abcjs-midi-progress-background {
	height: 20px;
	border: 4px solid #cccccc;
}
.abcjs-large .abcjs-midi-progress-indicator {
	height: 28px;
	top: -8px;
	width: 40px;
}
.abcjs-large .abcjs-midi-clock {
	font-size: 32px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -1px;
}
.abcjs-large .abcjs-midi-tempo {
	font-size: 20px;
	width: 50px;
}
.abcjs-large .abcjs-tempo-wrapper {
	font-size: 20px;
}

.abcjs-css-warning {
	display: none;
}
              .abcjs-inline-audio .abcjs-btn g.active {
    fill: #000000 !important; /* Couleur noire, prioritaire */
    stroke: #000000 !important; /* Bordure noire, prioritaire */
}