.auteur_maj_temp_lecture{ padding:1em;margin-bottom:2em; margin-top:2em; border:1px solid currentColor; border-right:none;  border-left:none}
.auteur_maj_temp_lecture, 
.auteur_maj_temp_lecture .preview{position: relative; display: flex;}
.auteur_maj_temp_lecture>.requiere{width:100%}
.auteur_maj_temp_lecture .creator, 
.auteur_maj_temp_lecture .maj,
.auteur_maj_temp_lecture .tempsLecture{ flex:1; text-align: right; display: flex; justify-content:center;align-items:center}
.auteur_maj_temp_lecture .creator{justify-content:left}
.auteur_maj_temp_lecture .tempsLecture{justify-content:right}
.auteur_maj_temp_lecture .creator p{margin-bottom:0}
.auteur_maj_temp_lecture .tempsLecture p{display:inline}
.auteur_maj_temp_lecture .creator .vignette{ width:var(--w); padding-top: var(--w); border-radius: var(--w); margin-right:1em}
.auteur_maj_temp_lecture .tempsLecture p::before{content:"";display:inline-block;vertical-align:middle; margin-right:10px;width:20px; height:20px;background:currentColor; mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljc1IDEwQzE4Ljc1IDcuNjc5MzYgMTcuODI4MSA1LjQ1Mzc2IDE2LjE4NzIgMy44MTI4MkMxNC41NDYyIDIuMTcxODcgMTIuMzIwNiAxLjI1IDEwIDEuMjVDNy42NzkzNiAxLjI1IDUuNDUzNzYgMi4xNzE4NyAzLjgxMjgyIDMuODEyODJDMi4xNzE4NyA1LjQ1Mzc2IDEuMjUgNy42NzkzNiAxLjI1IDEwQzEuMjUgMTIuMzIwNiAyLjE3MTg3IDE0LjU0NjIgMy44MTI4MiAxNi4xODcyQzUuNDUzNzYgMTcuODI4MSA3LjY3OTM2IDE4Ljc1IDEwIDE4Ljc1QzEyLjMyMDYgMTguNzUgMTQuNTQ2MiAxNy44MjgxIDE2LjE4NzIgMTYuMTg3MkMxNy44MjgxIDE0LjU0NjIgMTguNzUgMTIuMzIwNiAxOC43NSAxMFpNMCAxMEMwIDcuMzQ3ODQgMS4wNTM1NyA0LjgwNDMgMi45Mjg5MyAyLjkyODkzQzQuODA0MyAxLjA1MzU3IDcuMzQ3ODQgMCAxMCAwQzEyLjY1MjIgMCAxNS4xOTU3IDEuMDUzNTcgMTcuMDcxMSAyLjkyODkzQzE4Ljk0NjQgNC44MDQzIDIwIDcuMzQ3ODQgMjAgMTBDMjAgMTIuNjUyMiAxOC45NDY0IDE1LjE5NTcgMTcuMDcxMSAxNy4wNzExQzE1LjE5NTcgMTguOTQ2NCAxMi42NTIyIDIwIDEwIDIwQzcuMzQ3ODQgMjAgNC44MDQzIDE4Ljk0NjQgMi45Mjg5MyAxNy4wNzExQzEuMDUzNTcgMTUuMTk1NyAwIDEyLjY1MjIgMCAxMFpNMTAuNjI1IDQuMzc1VjguODMyMDNMMTMuNDAyMyA2Ljk4MDQ3QzEzLjY5MTQgNi43ODkwNiAxNC4wNzgxIDYuODY3MTkgMTQuMjY5NSA3LjE1MjM0QzE0LjQ2MDkgNy40Mzc1IDE0LjM4MjggNy44MjgxMiAxNC4wOTc3IDguMDE5NTNMMTAuMzQ3NyAxMC41MTk1QzEwLjE1NjIgMTAuNjQ4NCA5LjkxMDE2IDEwLjY2MDIgOS43MDcwMyAxMC41NTA4QzkuNTAzOTEgMTAuNDQxNCA5LjM3NSAxMC4yMzA1IDkuMzc1IDEwVjQuMzc1QzkuMzc1IDQuMDMxMjUgOS42NTYyNSAzLjc1IDEwIDMuNzVDMTAuMzQzOCAzLjc1IDEwLjYyNSA0LjAzMTI1IDEwLjYyNSA0LjM3NVoiIC8+Cjwvc3ZnPgo="); mask-repeat:no-repeat; mask-size:contain; mask-position: center center}


@media screen and (max-width: 600px){
	.auteur_maj_temp_lecture, .auteur_maj_temp_lecture .preview{display:block}
	.auteur_maj_temp_lecture .maj, .auteur_maj_temp_lecture .tempsLecture{display:inline-block; width:50%;}
	.auteur_maj_temp_lecture .maj p, .auteur_maj_temp_lecture .tempsLecture p{font-size:12px;padding:0!important;}
	.auteur_maj_temp_lecture .maj{text-align:left}
	.auteur_maj_temp_lecture .tempsLecture p::before{width:15px; height:15px;}
}