/* Container principal */
.offres_d_emploi #hw-results {
  width: 100%;
  margin: 0;
}

@media (min-width: 1024px) {
  .offres_d_emploi #hw-results {
    width: calc(70% - 2rem);
    margin: 0 0 0 2rem;
  }
}

@media (min-width: 1440px) {
  .offres_d_emploi #hw-results {
    width: calc(70% - 10rem);
    margin: 0 0 0 10rem;
  }
}

/* Carte Résultat */
.offres_d_emploi #hw-results .resultat {
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
}

@media (min-width: 768px) {
  .offres_d_emploi #hw-results .resultat {
    flex-direction: row;
  }
}

/* Image de l'offre */
.offres_d_emploi #hw-results .resultat .img {
  background: url(/wp-content/themes/chronos/images/metiers/acterim-recrute.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 300px;
  aspect-ratio: 1/1;
}

@media (min-width: 768px) {
  .offres_d_emploi #hw-results .resultat .img {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .offres_d_emploi #hw-results .resultat .img {
    width: 230px;
  }
}

@media (min-width: 1280px) {
  .offres_d_emploi #hw-results .resultat .img {
    width: 300px;
  }
}

/* Détails de l'annonce */
.offres_d_emploi #hw-results .resultat .detailsAnnonce {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2rem;
}

@media (min-width: 768px) {
  .offres_d_emploi #hw-results .resultat .detailsAnnonce {
    padding: 3rem;
  }
}

@media (min-width: 1280px) {
  .offres_d_emploi #hw-results .resultat .detailsAnnonce {
    padding: 3rem 5rem;
  }
}

/* Lignes : Contrat, Adresse, Durée */
.offres_d_emploi #hw-results .resultat .detailsAnnonce .contract_adresse,
.offres_d_emploi #hw-results .resultat .detailsAnnonce .adresse {
  margin-bottom: 1rem;
}

.offres_d_emploi #hw-results .resultat .detailsAnnonce .contract_adresse,
.offres_d_emploi #hw-results .resultat .detailsAnnonce .adresse,
.offres_d_emploi #hw-results .resultat .detailsAnnonce .duree {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (min-width: 768px) {
  .offres_d_emploi #hw-results .resultat .detailsAnnonce .contract_adresse,
  .offres_d_emploi #hw-results .resultat .detailsAnnonce .adresse,
  .offres_d_emploi #hw-results .resultat .detailsAnnonce .duree {
    width: 50%;
  }
}

.offres_d_emploi #hw-results .resultat .detailsAnnonce .duree {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .offres_d_emploi #hw-results .resultat .detailsAnnonce .duree {
    margin-bottom: 0;
  }
}

/* Pictos */
.offres_d_emploi #hw-results .resultat .detailsAnnonce .contract_adresse img,
.offres_d_emploi #hw-results .resultat .detailsAnnonce .adresse img,
.offres_d_emploi #hw-results .resultat .detailsAnnonce .duree img {
  width: auto;
  height: 35px;
  filter: brightness(0);
  margin: 0 2rem 0 0;
}

/* Titre */
.offres_d_emploi #hw-results .resultat .detailsAnnonce .title {
  font: 400 2.5rem/3rem "Quicksand";
  width: 100%;
}

@media (min-width: 1280px) {
  .offres_d_emploi #hw-results .resultat .detailsAnnonce .title {
    font: 400 3.5rem/4rem "Quicksand";
  }
}

/* Container Bouton */
.offres_d_emploi #hw-results .resultat .detailsAnnonce .bouton_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .offres_d_emploi #hw-results .resultat .detailsAnnonce .bouton_container {
    width: 50%;
    align-items: center;
  }
}