@import url('https://fonts.googleapis.com/css2?family=Manrope&family=Open+Sans&family=Roboto+Flex:opsz@8..144&display=swap');

html.h5p-iframe .h5p-content {
font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 350;
    letter-spacing: 0.00em;
    color: #2d2d2d;

}

  
.h5peditor .ui-dialog .h5p-joubelui-button, .h5peditor .h5p-joubelui-button, .h5p-joubelui-button {
    background: #006f9d;
    border-radius: 0.4em;
}

audio.h5p-audio {
	margin-left: 20px; 
}

audio::-webkit-media-controls-panel {
  background-color: #E4ECF0;
}

audio::-webkit-media-controls-play-button {
  background-color: #B1D4E0;
border-radius: 50%;

}

audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(177,212,224, .7);
}




