<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "russo one";
    src: url('fonts/RussoOne-Regular.ttf');
}

.articles .spip_logos { float: left; clear: right; margin: 0; padding-right: 5px; padding-bottom: 5px; padding-top: 3px; }

.filet-card .card-img-top{
	background-image: url(../IMG/bg_cadre.gif);	
}

.no_filet{
	background-image: none !important;
}

.filet-card span.titre{
	color: white;
	display: inline-block;
	margin-right: 1rem;
	margin-left: 1rem;
	font-size: 1.35rem;
	line-height: inherit;
	white-space: nowrap;
}

.filet-card .card-body-min{
	padding: 0.25rem;
}

.filet-card .table-wrapper-scroll-y {
	max-height: 250px;	
}


.filet-card .table{
	/* font-size: 0.75rem; */	
}

.filet-card a{
	color: #3041A0;
	text-decoration: none;
}

.table-wrapper-scroll-y {
	display: block;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.card_spip_txt p{
	margin-bottom: 0px;
}

.card_spip_txt .link{	
	text-align:right;
}

.bordure_bas_1{
	border-bottom: solid 1px #5703034d;	
}

.bordure_haut_1{
	border-top: solid 1px #5703034d;	
}

.spacer { clear: both; height: 5px; margin: 0; padding: 0; border: 0;}


.b-description_readmore_wrapper {    
    display: flex;
    flex-flow: column wrap;
    align-items: center;  
    max-width: none !important;
    width: 100%;
}

#hierarchie { clear: both; margin:3px; margin-bottom: 0.4em; font-size: 0.90em; }
#hierarchie, #hierarchie a { color: #666; }

/* read more */
.b-description_readmore {	    
    position: relative;
    
}

.b-description_readmore_button {
	width: 100%;
}

.b-description_readmore_button:hover {

}

.articles .b-description_readmore_button_wrapper{
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

.articles .b-description_readmore_button {
	width: 200px;
}

.b-description_readmore_ellipsis:after {    
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 25px;    
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%) !important;
} 

#cninc-cnec-acces-direct .card-body{
	padding: 0px !important;
	font-size: 80% !important;
}



/*** mise en forme du lien d'article vers le topic forum ***/
.lien_topic_forum{
 float: right;
 margin: 0;
 padding: 0;
 height: 25px;
 padding-left: 25px;
 padding-right: 2px;
 border-bottom : solid 1px #FFBB01;
 border-left : solid 1px #FFBB01;
 background-color:  #EFEFEF;
 background: transparent url(../IMG/smiley-carre-petit.png) no-repeat;
}</pre></body></html>