<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tree ul {
	/*padding-top: 20px; position: relative;*/
	-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree ul {
	display: block;
	padding-top: 30px;
	margin: 0 0 0 30px;
	background: url('../../ressources/img/utils/plan/debut-arbo.png') left top no-repeat;
}

@media screen and (max-width: 768px){
	.tree ul {
		margin-left: 10px;
	}
}

.tree li {
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url('../../ressources/img/utils/plan/ligne-sombre.png');
	background-repeat: no-repeat;
	background-position: left 14px;
	border-left: solid 2px #2D3855;
}

.tree li a{
	padding: 8px 15px 10px 15px;
	height: 14px;
	color: #0e2538;
	font-weight: 400;
	display: inline-block;

	-webkit-transition: color 0.15s linear, background-color 0.15s linear;
	-moz-transition: color 0.15s linear, background-color 0.15s linear;
	-ms-transition: color 0.15s linear, background-color 0.15s linear;
	-o-transition: color 0.15s linear, background-color 0.15s linear;
	transition: color 0.15s linear, background-color 0.15s linear;
}

.tree li a[target=_blank] {
	padding-left: 30px;
	background-image: url('../../ressources/img/utils/plan/blank.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}

.tree li#home&gt;a {
	border: #333333 solid 1px;
}

.tree&gt;ul&gt;li&gt;ul&gt;li&gt;a {
	border: #38b2da solid 1px;
	color: #38b2da;
}

.tree&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;a {
	border: #e55100 solid 1px;
	color: #e55100;
}

.tree&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul li a {
	border: #12b252 solid 1px;
	color: #12b252;
}
.tree ul#primary {
	margin-left: 0;
	padding-top: 20px;
	background: none;
}

.tree ul#primary &gt; li {
	border: none;
}

.tree li#home {
	padding-left: 0;
}</pre></body></html>