@charset "UTF-8";
:root {
  --primary: var(--e-global-color-accent);
  color: var(--primary);
}

Header.header-scroll {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
}
Header.header-scroll.elementor-sticky--effects {
  background-color: #2e2a29; /* ou la couleur que tu veux */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* optionnel pour un effet léger */
}

#Copyright a {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
}

#FooterRefs img {
  filter: grayscale(1);
}

#IntroHome h1 b, #IntroHome p strong {
  color: #baa35d;
}

#DerniersProjets .projets a.projet {
  transition: all 0.5s ease;
}
#DerniersProjets .projets a.projet:hover {
  transform: scale(1.1);
}

#PointsForts .e-n-accordion-item-title {
  justify-content: space-between !important;
  border-bottom: 1px solid #9b7a29;
  margin-top: 20px;
}
#Content .breadcrumb a {
  font-size: 13px;
  text-decoration: none;
}
#Content .navProjet a {
  text-decoration: none;
}
#Content .postContent ul {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 0;
}
#Content .postContent ul li {
  padding-left: 20px;
  position: relative;
}
#Content .postContent ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #9b7a29;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
#Content .postContent blockquote {
  margin: 0;
  padding: 20px 20px 0 120px;
  border: 1px solid #baa35d;
  color: #baa35d;
  font-weight: bold;
  position: relative;
  background-image: url("img/info.svg");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 30px center;
}

.blocPrestation a {
  font-size: 15px;
  transition: all 0.5s ease;
}
.blocPrestation a:hover, .blocPrestation a:focus {
  font-size: 16px;
}

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