.offres-emploi {
  display: flex;
  flex-direction: column;
}
.offre-emploi {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 20PX #0000001a;
}
.offre-emploi h2 {
  font-size: 24px;
}
.text-noir {
  color: #000;
}
.offre-emploi:hover {
  background-color: #001f3f;
}
.offre-emploi:hover .text-noir {
  color: #fff;
}
.offre-emploi:hover h2 {
  color: #fff;
}
.bloc_recherche {
  background-color: #eee;
  /*border: 1px dotted #595959;*/
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
/* ________single emploi_____ */
.offres-emploi-container {
  /*display: flex;
  align-items: flex-start;*/
  max-width: 1100px;
  margin: auto;
  gap: 15px;
  margin-top: 20px;
}
.sidebar-emploi {
  max-width: 400px;
  width: 30%;
  display: grid;
}
.single-offre_emploi h1.entry-title {
  font-size: 50px;
  color: #FFFFFF !important;
  line-height: 0.8em;
  margin-top: 15px;
  margin-bottom: 15px;
}
.single-offre_emploi .entry-title::after {
  content: " ";
  width: 90px;
  height: 7px;
  background: #3f7b94;
  display: block;
  border-radius: 0px 0 7px;
  bottom: 0px;
  position: relative;
}
.type_contrat {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.date_limit {
  width: 100%;
  color: #fff;
  font-size: 20px;
}
.info-emploi {
  background: #00a4bd;
  color: #fff;
  position: relative;
  padding: 10px;
}
a.bt-emploi {
  padding: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  background: #000;
  border: none;
  text-align: center;
}
.offre-emploi-box {
  /* border: 1px solid #ddd;*/
  background-color: #fff;
  padding: 0 20px; /* Augmente l'espacement intérieur */
  max-width: 800px;
}
.offre-details {
  border: 1px dotted #000;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  line-height: 1em;
}
.offre-titre {
  text-align: center;
  font-size: 24px; /* Augmente la taille du titre */
  line-height: 1.2;
}
.offre-separation {
  width: 100%;
  border-top: 1px solid #ddd;
  margin: 20px 0; /* Ajuste la marge autour de la séparation */
}
.offre-contenu {
  flex: 1; /* Utilise tout l'espace disponible dans la colonne de droite */
  font-size: 18px; /* Ajuste la taille du texte du contenu */
}
.fluid-width-video-wrapper object {
  position: relative !important;
}
#candidature {
  /*background: rgba(101,183,90,0.11) !important;
  padding: 30px;
  margin-top: 40px;*/
}
.single-offre_emploi #entete_evt {
  padding: 0 10px;
  margin: inherit 0px;
  background: #aa823f;
}
.single-offre_emploi .formulaire {
  margin: 30px auto;
  padding: 25px;
  box-shadow: 0 0 10px #8a8787;
  max-width: 750px;
}