:root {
  --font-icon-base: "icon-mfc";
}

.home .hero-hello .main-title {
  text-shadow: 2px 3px 3px #000000b3;
}

.home .hero .slider-slide-caption {
  text-shadow: 2px 3px 3px #000000b3;
}

/* couleur de Catalogue */
.manchette-container,
body .discovery-models .manchette-container {
  --bigshapes-color:	var(--color-secondary);
  background-color: #496400;
}
.manchette-container .manchette-btn,
body .discovery-models .manchette-container .manchette-btn {
  --color: #fff;
}

.actualities.slider-inline {
  --bigshapes-color: var(--color-primary);
}

.advices.slider-inline {
  --bigshapes-color: var(--color-secondary);
}

.manchette {
  color: #fff;
}
.manchette-btn {
  --background-color: var(--color-secondary-light);
  --color: #fff;
  --border: inset 0 0 0 1.5px var(--background-color);
}
@media (min-width: 768px) {
  .manchette-btn {
    --background-color: var(--color-secondary);
  }
}

.body.error #go-main-content::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-primary);
  mix-blend-mode: color;
}
.body.error #go-main-content > .wrapper {
  position: relative;
  z-index: 3;
}

/*# sourceMappingURL=app.css.map*/