.r-plugin-popin-close {
    top: 30px!important;
    right: 50px!important;
    font-size: 48px!important;
    color: #79A5AE!important
}
/* 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.r-plugin-popin.full-popin .fa-times:before{
    content: ' ';
    display: block;
    background-image: url('/css/pictos/PictoDA_CloseV.svg');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}


/* Scrollbar */
::-webkit-scrollbar {
    width: 17px;
    background:#fff
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(121, 165, 174, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(121, 165, 174, .4)
}

