/*pseudo lecteur vidéo*/
.pseudo-lecteur-video *{box-sizing: border-box;}
.pseudo-lecteur-video a,.pseudo-lecteur-video img{display: block;position:relative;max-width:900px;}
.pseudo-lecteur-video a{margin:1em auto;}
.pseudo-lecteur-video img{width:100%;height:auto;max-width:900px;}
.pseudo-lecteur-video a span {position:absolute;color:#fff;background: rgba(255,255,255,.5);width: 100%;font-size: 20px;padding: 15% 0px;top: 0;left: 0;text-align:center;margin: 0;height: 100%;font-weight:bold;text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;}
.pseudo-lecteur-video a span img{display:block;max-width:100px;width:30%;margin:0 auto;}
.pseudo-lecteur-video a:hover span{background:rgba(0,0,0,.1);transition:background .2s;}

@media (min-width:576px){
.pseudo-lecteur-video a span {font-size: 30px;padding: 18% 0px;}
.pseudo-lecteur-video a span img{width:60%;}
}