<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ##########################  ajout info limousin ########################### */


.form-horizontal .control-group .controls {
    margin-left: 0px;
}

/* ##########################  taille tablette paysage ################ */

@media (min-width: 768px) {


.form-horizontal .control-group .controls {
    margin-left: 180px;
}

}




/* ##########################   taille tablette paysage ou 1024 ################ */

@media (min-width: 992px) {


}

/* ##########################  taille écran PC ################ */

@media (min-width: 1200px) {


}
#t3-footer a {
	text-decoration: underline;
	font-size: 1em;
	color: #000;
}

.items-row .item {
    margin-bottom: 10px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-bottom: 10px;
}

.article-aside {
	position: absolute;
	visibility: hidden;
	top: -1000px;
}

.breadcrumb &gt; .active {
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb &gt; li {
    color: #fff;
}

.breadcrumb &gt; li + li:before {
    color: #fff;
}

.t3-navhelper {
	background: #8cca50;
	color: #52a22e;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}</pre></body></html>