<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */
.wd-carousel-caption {
	background-color: rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wd-carousel-caption h5 {
	color: #fff;
}
.wd-carousel-caption p {
	color: #eee;
}
.background-color-primary,
.background-color-secondary,
.background-color-tertiary {
	color: #fff !important;
}
.background-color-primary span,
.background-color-primary a,
.background-color-secondary span,
.background-color-secondary a,
.background-color-tertiary span,
.background-color-tertiary a  {
	color: #fff !important;
}

.background-color-gray {
	background-color: #ccc !important;
}


.wd-grey-scale-image img {
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
}
.wd-grey-scale-image img:hover {
    -webkit-filter: none;
    filter: none;
}
.breadcrumb a {
	color: rgb(95, 95, 95); !important;
}
.breadcrumb li {
	text-transform: none !important;
}

.background-color-secondary .breadcrumb a {
	color: #ddd !important;
}

#footer.footer_grey {
	background: #e9e9e9;
	border-top: 1px solid #dfdfdf;
	padding-top: 30px;
}
		#footer.footer_grey h4,#footer.footer_grey a {
			color: #555;
		}
		#footer.footer_grey &gt; .wd_hr {
			border-bottom: 1px solid #eee;
		}
#footer.footer_grey .footer-copyright {
	background-color: #dedede;
	border-top: 1px solid #ccc;
	margin-top: 0;
}

.wd-img-border {
	border: 1px solid #ccc;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wd-img-text-view-decoration {
	margin: 0 25px 25px 0;
}

#calendar_view_container {
	margin-bottom: 30px;
}
		#calendar_view_container .day.new,
		#calendar_view_container .day.old {
			font-size: 0 !important;
			background: none !important;
		}
		#calendar_view_container .day.active {
			background: #f4f4f4 !important;
			color: #286090 !important;
			font-weight: 600 !important;
		}
#calendar_tag_list a {
	font-size: 0.85em;
	padding-right: 10px;
	white-space: nowrap;
}

/* LOGO */

@media (min-width: 992px) {
	.logo-default {
		display: block !important;
	}
	.logo-small {
		display: none !important;
	}
}

@media (min-width: 400px) and (max-width: 991px) {
	.logo-default {
		display: none !important;
	}
	.logo-small {
		display: block;
		width: 254px !important;
		height: 50px !important;
	}

	#header .header-logo {
		width: auto !important;
		height: auto !important;
	}
}
@media (min-width: 280px) and (max-width: 399px) {
	.logo-default {
		display: none !important;
	}
	.logo-small {
		display: block;
		width: 203px !important;
		height: 40px !important;
	}

	#header .header-logo {
		width: auto !important;
		height: auto !important;
	}
}
@media (min-width: 200px) and (max-width: 279px) {
	.logo-default {
		display: none !important;
	}
	.logo-small {
		display: block;
		width: 152px !important;
		height: 30px !important;
	}

	#header .header-logo {
		width: auto !important;
		height: auto !important;
	}
}
@media (max-width: 199px) {
	.logo-default {
		display: none !important;
	}
	.logo-small {
		display: block;
		width: 100px !important;
		height: 20px !important;
	}

	#header .header-logo {
		width: auto !important;
		height: auto !important;
	}
}

#cookie_container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 30px;
	z-index: 9999;
	background: #efefef;
	color: #333;
	border-top: 2px solid rgb(95, 95, 95);
	display: none;
}

		#cookie_container &gt; div {
			margin: 0 auto;
			max-width: 1000px;
		}

.wd_minimal_list_item h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}

/* BLACK AND YELLOW */

html body.black-and-yellow .background-color-primary, body.black-and-yellow * {
	background: #000 !important;
	color: yellow !important;
	border-color: yellow !important;
}
body.black-and-yellow * {
	background-color: #000 !important;
	color: yellow !important;
	border-color: yellow !important;
}
body.black-and-yellow a {
	text-decoration: underline !important;
}
body.black-and-yellow a:hover {
	background-color: yellow !important;
	color: #000 !important;
}
		body.black-and-yellow a:hover .fa {
			background-color: yellow !important;
			color: #000 !important;
		}

#musique_side_slider {
	position: fixed;
	top: 270px;
	right: -50px;
	z-index: 1000;
	transition:all 0.1s ease-in;
}
	#musique_side_slider img {
		width: 200px;
	}
#musique_side_slider:hover {
	right: 0;
}

.thumb-info {
	border: none;
}

.page-header h1 {
	font-size: 28px;
	line-height: 28px;
}

#owl-news-carousel article {
	padding: 10px 10px 1px 10px;
	background-color: #f5f7fb;
	border-radius: 4px;
	border-bottom: 1px solid #0f235b;
}

#owl-news-carousel .post--footer {
	text-align: center;
}

.publish-date {
	display: block;
	margin-top: -32px;
	margin-bottom: 32px;
	font-size: 0.85em;
	color: rgb(95, 95, 95);
}

.day:not(active){
	color: black;
	background-color: white;
}

#available_filters_container {
	margin: 0 0 25px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
	#available_filters_container select {
		margin: 0 10px 10px 0;
	}
</pre></body></html>