@charset "UTF-8";


:root,
[data-bs-theme=light] {
  --primary-color: #3B1C13 !important;
  --accent-color-svg: #009DE0 !important;
  --accent-color: #009DE0 !important;
  --focus-background: #E7E2D1 !important;
  --bs-body-color: #000 !important;
  --bs-link-color: #009DE0 !important;
  --bs-link-color-rgb: 0, 157, 224 !important;
}

.header-logo {
	width: auto !important;
	padding: 0px !important;
	height: 90px !important;
}
.footer-logo {
	width: auto !important;
	height: 60px !important;
	filter: grayscale(1);
}
a {
	color: #009DE0;
}
a:hover {
	color: #A28E78 !important;
}
.btn {
	background: #3B1C13 !important;
}
.btn:hover {
	background: #3B1C13 !important;
	color: #FFF !important;
}
.news-title1 {
	color: #000 !important;
}
.news-sumup {
	color: #000 !important;
}
.news-sumup a {
	color: #009DE0 !important;
}
.projectvalue-container  .img-container {
	filter: hue-rotate(180deg) !important;
}
.projectvalue-title  {
	color: #009DE0 !important;
}
.hero-left-picto-container {
	background-image: url("/assets/images/FondGche.png");
	background-repeat: no-repeat;
	background-size: 200px auto; 
	background-position: left top;
}
.hero-left-picto-container img {
	opacity: 0;
}
.hero-right-picto-container {
	background-image: url("/assets/images/FondDrt.png");
	background-repeat: no-repeat;
	background-size: 200px auto; 
	background-position: right top;
}
.hero-right-picto-container img {
	opacity: 0;
}
.theme-card {
	background-color: #FFF !important;
	border-color: #A28E78 !important;
}
.theme-card mat-icon[data-mat-icon-name="education"] svg, .theme-card mat-icon[data-mat-icon-name="culture"] svg, .theme-card mat-icon[data-mat-icon-name="children"] svg {
  filter: hue-rotate(190deg) !important;
}
