.single-job-offers h2 {
  font-size: 28px;
  line-height: 40px;
}
@media screen and (max-width: 1520px) {
  .single-job-offers h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.single-job-offers h2::before {
  content: "";
  position: absolute;
  background-color: #8965FF;
  width: 26px;
  height: 26px;
  left: -40px;
  top: 6px;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 1520px) {
  .single-job-offers h2::before {
    width: 18px;
    height: 18px;
    left: -28px;
    top: 4px;
  }
}
.single-job-offers .page-head__container {
  display: flex;
  gap: 70px;
  align-items: center;
}
.single-job-offers .page-head__container .page-head__left, .single-job-offers .page-head__container .page-head__right {
  width: 50%;
}
.single-job-offers .page-head__container .page-head__left .job_properties .ref {
  color: #8965FF;
  font-weight: bold;
}
.single-job-offers .page-head__container .page-head__left .job_properties__list ul {
  padding-left: 0;
}
.single-job-offers .page-head__container .page-head__left .job_properties__list ul li {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
}
.single-job-offers .page-head__container .page-head__left .job_properties__list ul li::before {
  display: none;
}
.single-job-offers .page-head__container .page-head__left .job_properties__list ul li svg {
  position: absolute;
  left: 0;
}
.single-job-offers .job__content .apply_button {
  height: 65px;
  border-radius: 33px;
  background: #5c4d5c;
  color: #fff;
  font-size: 18px;
  font-family: "GilroyB", Arial, Verdana, sans-serif;
  line-height: 65px;
  text-decoration: none;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
}
.single-job-offers .job__content .apply_button svg {
  margin-left: 10px;
}
.single-job-offers .job__content .delimiter-top {
  margin: 100px 0 30px;
}
.single-job-offers .job__content .jobs__form {
  margin-top: 40px;
  margin-bottom: 50px;
}
.single-job-offers .job__content .jobs__form h2 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.single-job-offers .job__content .jobs__form h2:before {
  display: none;
}
.single-job-offers .job__content .jobs__form h2 svg {
  margin-right: 15px;
}

.wp-block-query > ul > li {
  border-top: 1px solid #5C4D5C;
}
.wp-block-query > ul > li::before {
  display: none;
}
.wp-block-query > ul > li .wp-block-group__inner-container {
  padding: 0;
}
.wp-block-query > ul > li h2 {
  font-size: 34px;
  margin: 15px 0;
}
@media screen and (max-width: 990px) {
  .wp-block-query > ul > li h2 {
    font-size: 20px;
  }
}
.wp-block-query > ul > li h2:before {
  display: none;
}
.wp-block-query > ul > li h2 a {
  text-decoration: none;
  position: relative;
  display: block;
}
.wp-block-query > ul > li h2 a:after {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  background-image: url("../img/fleche.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -40px;
  right: 0;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.wp-block-query > ul > li h2 a:hover:after {
  opacity: 1;
}
.wp-block-query > ul > li .wp-block-columns .wp-block-column {
  flex-grow: 0;
  width: fit-content;
  padding-right: 0;
}
/*# sourceMappingURL=job.css.map */
