<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

#content ul { list-style-type: disc; }
#content ul.ul_no_style { list-style-type: none !important; }

#content .panel-title a { color: #506585 !important; }

.sidenav  a.active { background-color: #1ABB9C; color: #fff !important; }

.zone_texte { height: 300px; overflow-y:scroll; background: linear-gradient(white, #eaeaea); padding: 4px 4px 4px 4px; }
.zone_texte:hover { cursor: all-scroll; }


#home .zone_texte { height: 110px !important; padding: 4px 4px 100px 4px !important;  }

.flag img { width: 27px; padding-top: 6px; }

.alertify-log-success { background:#17A78B !important; }

.disconnect { margin-left: auto; }
.disconnect li { font-size: 0.8em; padding-top: 6px; }

.forms label.error {
	display: block;
	float: left;
	width: 100% !important;
	border:none !important;
	padding-top: none !important;
	color: red;
	margin-top: -20px !important;
}

.icon-s-linkedin:after {
    background: #00ACED;
    background: #2FBBED;
}

#extranet .post-title { color: #17A78B;}

/* Post */
.post-content { margin:0 !important; padding: 10px; }

.full-post-content a { color: #1ABB9C !important; text-decoration: none !important; }
.full-post-content a:hover { text-decoration: underline !important; }
.full-post-content h3 { 
	display: block;
	color: #333399;
	font-weight: bold;
	font-style: italic;
}

ul.no_style { list-style-type: none !important; }

.date_publi { color: #ffffff; background-color: #333333; font-style: italic; font-weight: normal; font-size: 0.8em; padding: 2px; }

.grid-blog.col-2-custom .post-content &gt; *, .grid-blog.col-3-custom.no-sidebar .post-content &gt; * {
	margin:0 !important; 
}

.icon-hover-size { transition: width 2s, height 2s, background-color 2s, transform 1s; }
.icon-hover-size:hover { width: 100% !important; }
.icon-small { width: 50% !important; }

@media (max-width: 767px) {
	.grid-blog .post {
		width: 50% !important;
	}
	.post-title { font-size: 1em !important; }
}

.tint-bg:hover { color: #fff; text-decoration: underline; }

/* Slider */
#slider .slider_legend { position:absolute;bottom:0; right: 20px; font-size: 0.8em; }

@media (max-width: 480px) {
	#slider .slider_legend { position:absolute; bottom:30px }
}


ul.arrow,ul.arrow_empty {
  position: relative;
  list-style-type: none !important;
}

ul.arrow &gt; li::before {
  content: 'â–¶';
  position: absolute;
  left: 0;
  font-size: 0.6em;
}

ul.arrow_empty &gt; li::before {
  content: 'â–·';
  position: absolute;
  left: 0;
  font-size: 0.6em;
}


</pre></body></html>