#page-title-image-background-arrow {
  padding: 105px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#page-title-image-background-arrow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

#page-title-image-background-arrow > .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  #page-title-image-background-arrow {
    padding: 75px 0 58px 0;
  }
}

#page-title-image-background-arrow h1,
#page-title-image-background-arrow .h1 {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  #page-title-image-background-arrow h1,
  #page-title-image-background-arrow .h1 {
    margin-bottom: 35px;
  }
}

#page-title-image-background-arrow .h3 {
  margin-bottom: 30px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #page-title-image-background-arrow .h3 {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #page-title-image-background-arrow .h3 {
    margin-bottom: 40px;
  }
}

#page-title-image-background-arrow.dark-text h1,
#page-title-image-background-arrow.dark-text .h1,
#page-title-image-background-arrow.dark-text h3,
#page-title-image-background-arrow.dark-text .h3 {
  color: var(--Black, #12141D) !important;
}

#page-title-image-background-arrow.intervenants {
  padding: 105px 0 107px 0;
}

#page-title-image-background-arrow .page-title-image-background-arrow-subtitle {
  color: #1AC7CE;
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  #page-title-image-background-arrow .page-title-image-background-arrow-subtitle {
    font-size: 35px;
    line-height: 45px;
  }
}

.archive.woocommerce.woocommerce-page #page-title-image-background-arrow {
  padding-bottom: 50px;
  padding-top: 115px;
}

@media screen and (max-width: 991px) {
  .archive.woocommerce.woocommerce-page #page-title-image-background-arrow {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.archive.woocommerce.woocommerce-page #page-title-image-background-arrow:before {
  display: none !important;
}
