/************************************************/
/* ARCHIVES */
/************************************************/
.lle_descriptionarchive {
display: inline-block;
width: 100% !important;
  }
  
.lle_articlesdelarchive {
  padding-top:var(--archives_ecart_apresdescription) ;
  }

.autres_articles_section .lle_slider-titrecarousel:after {
	content:"";
	background-image:none;
	}  


/************************************************/
/* AFFICHAGE DES TAXONOMY SOUS FORME DE MENU ARBORESCENCE */
/************************************************/




.ligne_categories {
display: inline-block;
clear: left !important;
width: 100%;
margin-bottom:40px;
}

.arborescence_taxonomy{
    display: block;
    float: left;
}
.arborescence_taxonomy a {
text-decoration:none;
}


.letitre_principal {
	display:block;
	width:100%;
	text-align:center;
	font-size: 20px;
color: #999966;
	margin-bottom: -40px;
}
.lalignedestitres {
display: inline-block;
width: 100%;
line-height: 15px;
height: 60px;
transition: all 1400ms;	
}

.lestitres {
font-size: 15px !important;
font-weight: 400;
width: 95%;
display: block;
float: left;
color: #999966 !important;
}

.ouvreur {
display: block;
width: 5%;
float: right;
margin-top:14px;
color:white;	
}
.lalignedestitres , .lestitres  {
background-color: rgb(36, 33, 33) !important;
}

.titre_image_taxo  {
width:45px;
height:45px;
display: block;
float: left;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
margin-top: 8px;
margin-left:10px;	
margin-right:10px;		
transition: all 1400ms;
}

.titre_texte_taxo 
{
margin-top: 10px;
margin-left: 15px !important;
display: block;
width: auto;
}
.titre_compteur_taxo 
{
margin-left: 7px !important;
display: inline-block;
width: auto;
	
font-size: 12px !important;
border: solid 1px #999966 !important;
padding: 1px 5px 0px 5px !important;
border-radius: 8px !important;
color: #996 !important;
min-width: 17px !important;
text-align: center;
}



.arborescence_taxonomy ul {
    margin-left: 0px;
    padding-left: 0px;
}
.arborescence_taxonomy ul ul {
    margin-left: 40px;
}
.arborescence_taxonomy ul li {
    display: block;
    text-align: left;
}




.ouvreur:hover {
	cursor:cell;
}

.arborescence_taxonomy .fermeture  {
	display:none !important;
}
.arborescence_taxonomy .ouverture  {
	display:block !important;
	margin-top:67.5px;
}


.lalignedestitres:hover  {
    height: 85px !important;
	transition: all 1400ms;
}
.lalignedestitres:hover >.lestitres>.titre_image_taxo {
    width: 70px !important;
    height: 70px !important;
	transition: all 1400ms;
}


.arborescence_taxonomy .lalignedestitres:hover  .ouverture  {
	margin-top:93.5px;
}


/************************************************/
/* OPTIONS DE CSS GENERIQUES A TOUTES LES ARCHIVES */
/************************************************/

.archives_section .lle_slider-titre  a , .homepage_section  .lle_slider-titre  a {
font-size:var(--archives_taille_titre_articles) !important;
color:var(--archives_couleur_titre_articles) !important;
font-weight:var(--archives_style_titre_articles) !important ;
background-color: var(--archives_couleur_fond_titre_articles) !important ;
}