/* ========================================
      Le bloc central de la page sommaire
   ========================================*/


/* autres articles recents */

.laune ul.anchors li a {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	height: 56px;
	padding: 2px;
	
}

/* ========================================
     Affichage articles les plus vus
   ========================================*/

/* suppression du nombre de vues */

.popularite{
display: none;
}

/* ========================================
    Autres 
   ========================================*/

/* les liens */

a:hover {
 text-decoration: underline;
}

#descriptif-rubrique a:hover{
	text-decoration: underline;
}


/**************************************************/
/* definition des couleurs pour le nuage de mots  */
/**************************************************/
#tag_cloud {
	line-height: 0.8;
	text-align: center;
	margin: 10px 5px;
}
.tag {
	display: inline-block;
	vertical-align: middle;
}
.tag_color_1, .tag_color_2, .tag_color_3, .tag_color_4, .tag_color_5{
	width:100%;
	overflow-wrap: break-word;
}
.tag_color_1 {
	color: #336699 !important;
}
.tag_color_2 {
	color: #82ADE2 !important;
}
.tag_color_3 {
	color: #224466 !important;
}
.tag_color_4 {
	color: #000000 !important;
}
.tag_color_5 {
	color: #000099 !important;
}

/* ========================================
      Le mega menu ou grand menu horizontal
   ========================================*/

/* alignement à gauche et suppression de la mise en majuscule */

.nav .nav-column h3 {
    margin: 20px 0 10px 0;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.2rem;
    color: #372f2b;
    text-align: right;
}
.nav .nav-column ul ul .rubrique a {
    font-size: 1.1rem;
    font-style: normal;
    color: #372f2b;
}