.lien_consultation {
	background-color: lightgoldenrodyellow;
	padding: 0.8em;
	margin-bottom: 1em;
}

.participants {
	margin-top: 2em;
}

.partages-new {
	color: red;
	font-size: 60%;
	font-weight: bold;
}

.partages_stats, .partages_short {
	margin-left: 3em;
	padding-left: 6px;
	background-color: #F5F5F5;
	font-size: 90%;
}

.partages_stats ul {
	list-style: none;
}

.partages_titre {
	font-weight: bold;
	margin-top: 0.4em;
}
.partages_fichiers {
	margin-left: 1em;
}
.partages_fichiers a {
	border-bottom: none;
}
span.emoji {
	font-size: 115%;
}
.partages_apercu, .partages_stats, .partages_short {
	display: none;
}
.partages_fichiers .play, .partages_fichiers .stats, .partages_fichiers .short {
	cursor: pointer;
}
.partages_bloc .play {
	color: skyblue;
	font-size: 180%;
	vertical-align: sub;
	line-height: 1em;
}
.partages_avec {
	font-size: 85%;
	margin-left: 2em;
}
.mejs__button>button, .mejs__button>button:active, .mejs__button>button:hover  {
	box-shadow: none;
}
.partages-new {
	font-size: 60%;
}
.vide { display: none; }

/* Logos, documents et images */ /*
.spip_logo { float:right; margin: 0 0 10px 10px; padding: 0; border: none; }
.spip_logo_center { clear: both; display: block; margin: 0 auto 1.5em auto; }
.spip_logo_left { float: left; margin-right: 1.5em; margin-bottom: 1.5em; }
.spip_logo_right { float: right; margin-left: 1.5em; margin-bottom: 1.5em; }*/
.spip_documents { margin-bottom: 1.5em; padding: 0; background: none; max-width: 100%; }
.spip_documents,
.spip_documents_center,
.spip_doc_titre,
.spip_doc_descriptif,
.spip_doc_credits { margin-right: auto; margin-left: auto; text-align: center; min-width: 120px; }
.spip_documents_center { clear: both; display: block; width: 100%; }
.spip_documents_left { float: left; margin-right: 1.5em; max-width: 33%; }
.spip_documents_right { float: right; margin-left: 1.5em; max-width: 33%; }
.spip_doc_titre {}
.spip_doc_descriptif { clear: both; }
.spip_doc_credits { font-style: italic; clear: both; }
.spip_documents>a { display: inline-block; }
.spip_documents table { text-align: left; }
table.spip .spip_document_image { width: auto !important; }

/* Adaptation aux nouveaux modeles document SPIP 4.0 */
.spip_document { display: flex; justify-content: center;align-items: center}
.spip_doc_inner{ margin:0 auto; text-align: center; max-width: 100%;}
.spip_doc_inner>* {margin-left: auto; margin-right: auto;}
.spip_document .spip_doc_lien { display: inline-block; }
.spip_doc_legende { display: block; max-width: 25em; }
.spip_document img,.spip_document svg { max-width: 100%; height: auto; }
/* Fin adaptation */

@media (max-width: 640px) { 
	/* fixer une largeur maximale  de 100 % aux elements potentiellement problematiques */ 
	.spip_documents,.spip_doc_titre,.spip_doc_descriptif { max-width: 100% !important; } 
} 

/* Modeles par defaut */
.spip_modele { float: right; display: block; width: 25%; margin: 0 0 1.5em 1.5em; padding: 1.5em; background-color: #EEE; }

