/* Équipe section 1 */

.equipe_section-section_1 .deco_container-logia .deco_element-logia {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
}

.equipe_section-section_1 .deco_container-logia .deco_element-logia::before {
  content: '';
  display: inline-block;
  transform: skew(-30deg);
  width: 30px;
  height: 13px;
  background-color: var(--e-global-color-secondary);
}

/* Équipe section 2 */

/* decoration */

.equipe_section-section_2 .deco_container-logia .deco_element-logia {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
}

.equipe_section-section_2 .deco_container-logia .deco_element-logia::before,
.equipe_section-section_2 .deco_container-logia .deco_element-logia::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--e-global-color-secondary);
}

/* overflow carousel */

.equipe_section-section_2 .carousel-logia .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

/* Équipe section 3 */

.equipe_section-section_3 .deco_container-logia .deco_element-logia {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
}

.equipe_section-section_3 .deco_container-logia .deco_element-logia::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--e-global-color-secondary);
}

/* overflow carousel */

.equipe_section-section_3 .carousel-logia .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

/* Équipe section 4 */

.equipe_section-section_4 .deco_container-logia {
  padding-left: 1rem;
  border-left: solid 3px var(--e-global-color-secondary);
}

.equipe_section-section_4 .carousel-logia .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

/* Équipe section 5 */

/* overflow carousel */

.equipe_section-section_5 .deco_container-logia::after {
  content: '';
  display: block;
  width: 90px;
  height: 10px;
  margin-top: 0.5rem;
  background-color: var(--e-global-color-secondary);
}

.equipe_section-section_5 .carousel-logia .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.equipe_section-section_5 .customArrowBefore {
  position: absolute;
  left: -60px;
}

.equipe_section-section_5 .customArrowAfter {
  position: absolute;
  right: -60px;
}
