.offres-emplois-grid {
  padding: 90px 0 40px 0;
}

@media (max-width: 991px) {
  .offres-emplois-grid {
    padding: 50px 0 40px 0;
  }
  .offres-emplois-grid .col-33 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .offres-emplois-grid {
    padding-left: calc(44px / 2);
    padding-right: calc(44px / 2);
    max-width: calc(100% - 44px);
  }
  .offres-emplois-grid .row {
    margin-left: calc(-1 * 44px / 2);
    margin-right: calc(-1 * 44px / 2);
    width: calc(100% + 44px);
  }
  .offres-emplois-grid .col-20,
  .offres-emplois-grid .col-25,
  .offres-emplois-grid .col-33,
  .offres-emplois-grid .col-40,
  .offres-emplois-grid .col-50,
  .offres-emplois-grid .col-60,
  .offres-emplois-grid .col-66,
  .offres-emplois-grid .col-75,
  .offres-emplois-grid .col-80 {
    padding-left: calc(44px / 2);
    padding-right: calc(44px / 2);
  }
}

.offres-emplois-grid .qw-btn-green {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}

.offres-emplois-grid .qw-btn-green {
  border-radius: 6px;
  text-transform: none !important;
  padding: 11px 16px 11px 16px;
  height: auto;
  width: 82%;
}

.qw-job-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 48px 35px;
  height: calc(100% - 96px);
  background-color: var(--color-qw-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .qw-job-box {
    padding: 44px 31px;
    height: calc(100% - 88px);
  }
}

.qw-job-box .job-title {
  margin-bottom: 32px;
  color: var(--color-qw-black);
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 180% */
  letter-spacing: -0.3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .qw-job-box .job-title {
    margin-bottom: 25px;
  }
}

.job-date-desc {
  line-height: 1;
  letter-spacing: -0.27px;
}

.job-date {
  margin-bottom: 24px;
}

.offres-emplois-not-found {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .offres-emplois-not-found {
    padding: 40px 0;
  }
}

.offres-emplois-not-found .h2-light {
  color: var(--color-qw-green);
  text-transform: none !important;
  margin-bottom: 31px;
}

.offres-emplois-not-found .offres-txt-not-found {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: -0.27px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .offres-emplois-not-found .offres-txt-not-found {
    width: 80%;
  }
}
