<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site {
	background-color: #eee;
}
.header {
	background-color: #eee;

}
.container-header {
	background-color: #eee;
	background-image: none;
}
.grid-child {
	background-color: white
}
.container-nav {
	background-color: #CC162C;
}
.container-component {
	background-color: white;
		padding: 10px;
}
.metismenu-item {
	font-weight: bold;
}
.container-header .metismenu &gt; li.level-1 &gt; ul{ 
	background-color: #CC162C;
}
.metismenu.mod-menu a {
	color: white;
}
.optmenu-a_la_une {
	background-color: yellowgreen;
	border-radius: 5px; 
}

.item-content {
	margin: 5px;
	padding: 10px;
	box-shadow: 2px 5px 5px grey;
}
.item-content:hover {
	background-color: #f8f8ff;
}
.optmenu-contact {
	color: #CC162C;
	font-size: 1rem;
	font-weight: normal;
	font-style: italic;
	margin-left: 20px;
}
.optmenu-recherche {
	color: #CC162C;
	font-size: 1rem;
	font-weight: normal;
	font-style: italic;
	margin-left: 20px;
}
.optmenu-sitemap {
	color: #CC162C;
	font-size: 1rem;
	font-weight: normal;
	font-style: italic;
	margin-left: 20px;
}

.card-body {
	background-color: #F9f9f9;
	margin: 5px;
	padding: 1px;
}
.card-header {
	color: #CC162C;
	font-size: 18px;
background: linear-gradient(to bottom, #FFffff, #dddddd);
}
.sidebar-right {
	background-color: #f9f9f9;
}
.menu_texte_jaune {
	color: #9acd32;
	font-weight: bold;
	background-color: yellowgreen;
}
</pre></body></html>