.banniere-recrutement {
  background: url(../images/Bandeau_carriere_dekstop_2024.png) center no-repeat;
  background-color: #f8f8f8;
  height: 281px;
  width: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .banniere-recrutement {
    background-size: 100% auto;
    height: calc(100vw * 0.35);
    width: 100vw;
    margin-bottom: 0;
  }
}

.h3recrutement {
  color: #00a850 !important;
}

.btn-recrutement-candidat {
  padding-left: 72px !important;
  padding-right: 44px !important;
}

.btn-candidature-spontanee {
  padding: 12px 50px 12px 17px !important;
}

.metier {
  display: grid;
}

.metier-corps {
  text-align: justify;
}
@media screen and (min-width: 800px) {
  .metier-corps {
    grid-column: 2;
    margin: auto auto auto 15px;
  }
}

.recrutement-intro {
  display: grid;
}
@media screen and (min-width: 800px) {
  .recrutement-intro {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (max-width: 800px) {
  .image-encadre {
    margin: auto;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 800px) {
  .rubrique-rh-nousrejoindre {
    grid-column: 2;
    margin: auto;
  }
}

.texteJustify {
  text-align: justify;
}

/*# sourceMappingURL=recrutement.css.map */
