p {
    line-height: 24px!important
}

iframe {
    border-width: 0
}

;
.sns-white-text {
    color: white!important
}

.sns-coreen {
    font-family: "noto sans"!important
}

#compos .elem-txt.sns-texte-bg .text-content p {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 46px!important;
    color: #bbb;
    font-family: "Montserrat";
    padding: 12px;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out
}

#compos .elem-txt.sns-texte-bg.sns-texte-bg-visible .text-content p {
    opacity: .55;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out
}

#compos .elem-txt.sns-sequence-bloc .text-content {
    position: relative
}

#compos .elem-txt.sns-sequence-bloc .text-content .sns-sequence-titre {
    height: 110px
}

#compos .elem-txt.sns-sequence-bloc .text-content .sns-sequence-titre p,
#compos .elem-txt.sns-titre-intro .text-content p {
    text-align: center;
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 2px #666;
    padding: 30px 0;
    font-family: "Montserrat";
    font-variant: small-caps;
    letter-spacing: 1px
}

#compos .elem-txt.sns-sequence-bloc .text-content .sns-sequence-desc {
    position: absolute;
    right: 14px;
    width: 290px;
    max-height: 400px;
    overflow: auto;
    box-sizing: border-box
}

#compos .elem-txt.sns-sequence-bloc .text-content .sns-sequence-desc p {
    font-size: 16px;
    padding-bottom: 16px;
    color: white;
    text-shadow: 1px 1px 2px #666;
    line-height: 24px;
    font-family: "Montserrat Light"
}

#compos .elem-txt.sns-vignette-texte .text-content p {
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 2px #666;
    font-family: "Montserrat Light"
}

#compos .elem-txt.sns-vignette-texte .text-content p {
    margin-left: 8px;
    margin-top: 15px
}

#compos .elem-txt.sns-cat .text-content p {
    font-size: 24px;
    font-family: "Montserrat"
}

#compos .elem-txt.sns-cat-illumine .text-content p {
    text-shadow: 0 0 4px white
}

#compos .elem-txt.sns-cat-guerre .text-content p {
    color: #dead5f;
    text-align: right
}

#compos .elem-txt.sns-cat-famille .text-content p {
    color: #62c2db
}

#compos .elem-txt.sns-cat-education .text-content p {
    color: #a2d36a;
    text-align: right
}

.sns-sequence-close i {
    text-shadow: 1px 1px 3px #333
}

.sns-icone-play i {
    text-shadow: 2px 2px 4px #333
}

.sns-btn-expand.element.elem-bouton .plugin-btn .hasIcon,
.element.elem-bouton.sns-btn-nomargin .plugin-btn i.hasIcon {
    margin-right: 0
}

.r-plugin-popin-close {
    top: 30px!important;
    right: 30px !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.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;
    margin:5px -15px;
}

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;
}