/* Personnalisation couleur Barre de lecture des videos mediaelement */

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none
}
.mejs-container .mejs-controls {
	left: 10%;
	width: 80%;
	bottom: 3%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px; 
}
.mejs-controls .mejs-time-rail .mejs-time-current {
		background:#79A5AE; background:rgba(121,165,174,.8);
		background:-webkit-gradient(linear,0 0,0 100%,from(rgba(121,165,174,.8)),to(rgba(83,126,135,.8)));
		background:-webkit-linear-gradient(top,rgba(121,165,174,.8),rgba(83,126,135,.8));
		background:-moz-linear-gradient(top,rgba(121,165,174,.8),rgba(83,126,135,.8));
		background:-o-linear-gradient(top,rgba(121,165,174,.8),rgba(83,126,135,.8));
		background:-ms-linear-gradient(top,rgba(121,165,174,.8),rgba(83,126,135,.8));
		background:linear-gradient(rgba(121,165,174,.8),rgba(83,126,135,.8));
		width:0
		}
.mejs-playpause-button, .mejs-fullscreen-button {
	margin: 0 10px !important;  }
.mejs-volume-button { margin-right: 0 0 0 10px !important; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #FFF; background:rgba(256,256,256,.2);
}

/* Croix fermeture popins */
div.racontr-content.plugin-container i.fa-times:before{
    content: ' ';
    display: block;
    background-image: url('/css/pictos/PictoDA_CloseB.svg');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

div.r-plugin-popin.full-popin .fa-times:before{
    content: ' ';
    display: block;
    background-image: url('/css/pictos/PictoDA_CloseB.svg');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    margin: 30px 34px;
}