/* SASS VAR */
.nav-link.home-active {
  color: #10A049 !important;
}

.nav-link.active::before, .nav-link.active::after {
  height: 4px;
  margin-left: 1rem !important;
}
.nav-link.active::before {
  width: 40px;
  left: 0;
}
.nav-link.active::after {
  width: 10px;
  left: 45px;
}

.titre-section::before, .titre-section::after {
  height: 6px;
}
.titre-section::before {
  width: 60px;
  left: 0;
}
.titre-section::after {
  width: 20px;
  left: 65px;
}

.titre-section, header .nav-link.active {
  position: relative;
  padding-bottom: 0.5rem !important;
}
.titre-section::before, .titre-section::after, header .nav-link.active::before, header .nav-link.active::after {
  content: "";
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  background-color: #10A049;
  border-radius: 1rem;
}

.icon-service {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 0 1rem;
}

.bg-service, .bg-projet {
  position: relative;
}
.bg-service > div, .bg-projet > div {
  position: relative;
  z-index: 0;
}
.bg-service::before, .bg-projet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D1D35;
  opacity: 0.8;
  border-radius: 1rem;
}

.border-dashed {
  border: 1px dashed #198754;
}

.team {
  margin-top: -20%;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.organigramme .zoomable {
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.organigramme .zoomable:hover {
  transform: scale(1.05);
}