.offre-item {
  background-color: #202020;
  display: grid;
  grid-template-columns: 30fr 70fr;
  border: 1px solid #202020;
  gap: 40px;
  color: white;
}
.offre-item > figure {
  min-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.offre-item > figure img:not(.logo) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.offre-item > figure img.logo {
  position: absolute;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: white;
  border: 1px solid #f3f3f3;
  right: -40px;
  padding: 10px;
  border-radius: 50%;
}
.offre-item > div {
  padding: 1.5rem;
  font-size: 16px;
}
.offre-item > div h2 {
  font-size: 16px;
  line-height: 1.2;
}
.offre-item > div h2 span {
  display: block;
}
.offre-item > div h2 span:nth-of-type(1) {
  font-size: 16px;
}
.offre-item > div h2 span:nth-of-type(2) {
  font-size: 25px;
  font-weight: 600;
}
.offre-item > div p {
  line-height: 1.5;
  margin-bottom: 0;
}
.offre-item > div p span {
  display: block;
}
.offre-item > div p span i {
  color: #ffcc0d;
  margin-right: 5px;
}

.offres-emploi__top {
  background-color: #f3f3f3;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
.offres-emploi__form {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 1rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.offres-emploi__form select {
  margin: 0;
}
.offres-emploi__form [type=submit] {
  min-height: 39px;
  background-color: #ffcc0d;
}
.offres-emploi__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
  list-style: none;
  margin-bottom: 5rem;
  margin-top: 2.5rem;
  max-width: 60rem;
}

.single-offre-emploi .main-default-container__title span {
  display: block;
  margin-bottom: 0;
  font-size: 20px;
}
.single-offre-emploi__list > span {
  margin-right: 1rem;
}
.single-offre-emploi__list > span i {
  color: #ffcc0d;
  margin-right: 5px;
}