/* =================== personalisation CSS ==================== */


/* on affiche pas l'espace heberge sous rubrique dans le menu */
#menu > li:nth-child(3) > ul:nth-child(2) > li:nth-child(1) > a:nth-child(1){
	display : none;
}


/* personaliser les onglets */
.dynamic-tab-pane-control .tab-row .tab.selected{
    background: #aaaaaa !important;
}

/* fleche du menu horizontal*/
.flechesecteur {
	display : none;
}

/* fil arianne */
.ariane {
	display : none;
}

/* les liens admin sur le côté */
.spip-admin-bloc, .spip-admin-float {
	right: 0 !important;
}
a.spip-admin-boutons, .spip-admin-boutons a {
	display: block;
}

/* enlever Article mis en ligne le et dernière modification le  (JC) */
.date-article {
  display:none;
}
.date-modif-article {
  display:none;
}

/* Supprimer les outils imprimante */
#outils-article {
display: none;
}
#augmenter, #diminuer {
  display:none;
}

/* supprimer le bouton accueil */
.item-accueil{
    display: none !important;
}


/* Lien externe sans logo */
a.spip_out{
	background-image: none;
}

/* sur une rubrique  enlever le titre et fil d'arianne */
.article392 #titre-article,.article392 #cadre-titre-article, .article392 .cadre-chemin,
.article367 #titre-article,.article367 #cadre-titre-article, .article367 .cadre-chemin {
     display: none;
}


/* affichage des mots nouveau et modifié*/
.changement{
    color: red;
    font-size:10px;
    font-style: italic
}

/* affichage des mots couleur,css,boucle du groupe escal*/
.rubescal{
    color: black;
    font-size:10px;
    font-style: italic
}

/* ==================== PAGE ==================== */

/* Pied de Page */

/* supprimer la puce du pied de page */
.puce-pied {
  display:none;
}

/* On décale le pied de page sur la gauche pour accepter tarte au citron en bas a droite */
#credits {
    margin-right: 100px;
}

/* deplacer le bouton remonter escal */
#scrollHaut {
   bottom: 100px;
}


/* trombino ne pas afficher le select */

.ajaxbloc > form:nth-child(2) {
  display:none;
}

/* Formulaire page contact (JC) */
.formulaire_formidable_formcontact .editer label {
    min-width: 200px;
    display: inline-block;
    text-align: right;
    margin-bottom: 10px;
}
.editer_textarea_1 label {
    vertical-align: top;
}



/* ==================== NOISETTE ==================== */

/* Nuage de mot clé */

#tag_cloud {
    background-color: #ffffff80;
}

/* cadre de l'info lettre */
.texteencadre-spip {
    background-color: transparent;
}

/* ==================== PLUGIN ==================== */

/* Affiche les models dans  cibloc sur 2 colonnes */
.container-listart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
.listart {
    margin:5px;
    flex-grow: 1;
    display: flex;
    width: 40%;
    font-size:1.1rem;
    font-weight:bold;
}
.listart a {
    padding: 0 10px;
    flex-grow: 1;
}
@media screen and (max-width: 640px) {
    .listart{
        width: 100%;
    }
    }

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

.mejs-playlist{
	margin: 0;
	padding: 0;
	max-width: 1000px;
	margin: auto;
}
.mejs-playlist ul{
	margin: 0;
	padding: 0;
}
.mejs-playlist ul.liste-items li {
	list-style-type: none;
	line-height: 25px;
	padding: 2px;
	background: linear-gradient(transparent,rgba(0,0,0,.35));
}
.mejs-playlist .mejs__controls{
	position: relative;
	height: 30px;
	padding: 5px 2px 0 0;
	background: none !important;
}
.mejs-playlist img{
	float: left;
}
.mejs-playlist .entry-title{
	display: none;
}
.mejs-playlist .entry-content{
	background-color: transparent;
	margin-left: 130px;
}
.mejs-playlist .track .mejs__button button::before{
	border-radius: 0;
}
.mejs-playlist article{
	text-align: left;
	padding-left: 40px;
	margin-top: -30px;
}
.mejs-playlist ul.liste-items li a.download{
	float: right;
	margin-right: 5px;
	position: relative;
	z-index: 10;
}
.mejs-playlist .publication{
	display: none;
}


/* bigfoot Couleur du fond des notes vient de web/plugins/bigfoot/css (SA) */
.littlefoot-footnote__button{
    background-color: #e7c692;
    vertical-align: top; // Au-dessus de la ligne de texte
    font-size: small; // taille de police plus petite
}

/* les timbres dans un tableau */
#accueil table.spip, .article6 table.spip {
	width: 100%;
	border: none;
	table-layout: fixed;
}
#accueil table.spip td, .article6 table.spip td {
	width: 20%;
	border: none;
	font-size: 1rem;
	text-align: center;
	color: #ffffff
}
#accueil table.spip td a, .article6 table.spip td a {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	padding-right: 0;
}
#accueil table.spip td a:hover, .article6 table.spip td a:hover {
	color: #EF7C04;
}
#accueil table.spip tr.row_odd, .article6 table.spip tr.row_odd{
	background: transparent;
}
#accueil table.spip tr.row_even, .article6 table.spip tr.row_even {
	background: transparent;
	padding: 5px;
}

/* ne pas afficher le mot note en bas de page */

#notes {
	display: none;
}


/* fin */
