/*                 RUBRIQUE BRIC A BRAC                */
/********************/
/* la page trombino */
/********************/ 
.pagination-trombino {
	text-align: center;
	margin: 10px;
	border: 10px;
}
ul.trombines{
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
li.trombine{
	width: 33%;
	flex-grow: 1;
}
@media screen and (max-width: 800px) {
	li.trombine{
		width: 50%;
	}
}
.nom-photo {
	clear: both;
	font-size: 1.2rem;
	font-weight: bold;
}
.adresse-photo {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: bold;
}
.texte-photo {
	font-size: 1rem;
	font-style: italic;
}
.texte-photo p.spip {
	margin: 0;
}


/*                 RUBRIQUE ZIK                */
/***********************************************/
/* affichage des titres en 3 colonnes          */
/***********************************************/
.alpha{
	text-align: center;
	background: rgba(255,255,255,0.5);
	border-top: 1px solid #C72362;
	border-bottom: 1px solid #C72362;
}
.alpha a{
	margin: 0 5px;
}
.listeart {
	padding: 20px 5px 5px 10px;
	background: rgba(255,255,255,0.5);
}
.listeart h1{
	margin: 15px 0 5px 0;
}
.listeart a{
	font-size: 1.2rem;
	padding: 0 2px;
}
.listeart a, .alpha a{
	text-decoration: none;
}
.listeart ul {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}
.listeart li{
	width: 33%;
}
.listeart li:hover {
	background: #c41558;
}
.listeart li:hover > a{
	color: #ffffff;
}
@media screen and (max-width: 640px) {
    .listeart li {
       width: 49%;
    }
}

/*************************************************************/
/* le modele playlist du lecteur multimédia page sommaire    */
/************************************************************/
.page-rubrique .rubrique2 .mejs-playlist ul.liste-items li {
  display:none;
}

/*************************************************************/
/* le modele playlist du lecteur multimédia page article    */
/************************************************************/


.article .mejs-playlist{
	margin: 0;
	padding: 0;
	max-width: 1000px;
	margin: auto;
}
.mejs-playlist ul{
	margin: -2px 0 0 0;
	padding: 0;
}
.mejs-playlist ul.liste-items li {
	list-style-type: none;
	line-height: 25px;
	padding: 2px 0;
}
.mejs-playlist .mejs__controls{
	position: relative;
	height: 30px;
	padding: 5px 2px 0 0;
}
.mejs-playlist .track .mejs__button button::before {
	border-radius: 0;
}
.mejs-playlist article{
	text-align: left;
	padding-left: 40px;

}
.mejs-playlist ul.liste-items li a.download{
	float: right;
	margin-right: 5px;
	position: relative;
	z-index: 10;
}
.mejs-playlist .publication{
	display: none;
}
.mejs-playlist ul.liste-items li a.download{
	display: none;
}
.mejs__controls:not([style*="display: none"]) {
  background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.2))!important
}	
.track .mejs__button button {
	margin-top: -2px !important;
}
.current .mejs__button button::before,
.track .mejs__button button::before{
	background: transparent !important;
}
.mejs__button > button:focus {
	outline: none !important;
}