/* NEW JOB CAT */
.job_list--single > div {
    display: flex;
    flex-direction: row;
    padding: 1.5em;
}

.job_list--title {
    width: 80%;
}

.job_list--title p {
    font-size: 1.5em;
}

.job_list--type {
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
}

.job_separator {
    color: #0072C0;
    margin: 0 auto;
    width: 50%;
}

#stage_list_chosen {
    width: 100% !important;
}

/*** EMPLOI V3 ***/

#emploi-list__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 3em;
}

.job_list--single {
  width: 33%;
  padding-bottom: 0;
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}

.job_list--single__thumb_container {
  overflow: hidden;
  border-radius: 15px;
}

.job_list--single__thumb_container > img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
  border-radius: 15px;
  object-fit: cover;
}

.job_list--single__thumb_container > img:hover {
  transform: scale(1.2);
  filter: blur(0.5px);
}

.job_list--single__type {
  font-style: italic;
  justify-content: end;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 2em;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}

/** page recrutement **/
.recrutement__title_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
}

.recrutement__title_container:not(:first-of-type) {
  justify-content: space-evenly;
}

.recrutement__title_container-single {
  width: 30%;
  cursor: pointer;
  background-color: #0072c0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  border-radius: 20px;
  border: 2px solid #FFF;
}

.recrutement__title_container-single h2 {
  color: #FFF;
  text-align: center;
  margin: 0 !important;
  font-size: 2em !important;
}

.recrutement__title_container-single:hover {
  background-color: #FFF;
  border: 2px solid #0072C0;
}

.recrutement__title_container-single:hover h2 {
  color: #0072c0;
}

.recrut_avantage, .recrut_offres{
  display: none;
}

.recrut_content_selected {
  /* display: block; */
  background-color: #FFF;
  border: 2px solid #0072C0;
  color: #0072C0;
}

.recrut_content_selected h2 {
  color: #0072C0;
}

.sidebar_emploi__container {
  margin-top: 8.5em;
}

.sidebar_emploi__container-content {
  cursor: pointer;
  transition: display 0.5s;
}

.sidebar_emploi__container h2 {
  color: #0477BD;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

#recrut_postuler {
  text-align: center;
}

.sidebar_emploi__container h2 {
  margin-top: 1.5em;;
}

.sidebar_emploi__container-content p {
  /* display: none; */
  font-size: 2em;
  text-align: justify;
  line-height: 1.25em;
  border-bottom: 1px solid lightgray;
  padding-bottom: 1em;
  margin-left: 0.5em;
}

.sidebar_emploi__container-content:first-of-type p {
  display: block;
}

.sidebar_emploi_content_active h2 {
  font-weight: bold;
}

.job__header {
  margin-bottom: 8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.job__header-info {
  width: 30%;
  /* border: 2px solid #0477BD; */
  margin-bottom: 3em;
  border-radius: 10px;
  padding: 1em;
  background-color: #E3F5F7;
}

.job__header-info h3 {
  font-size: 1.75em;
}

.job__header-info p {
  font-size: 1.5em;
}

.recrut_offer_list_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recrut_offer_list_single {
  /* width: 30%; */
  margin-bottom: 4em;
}

.recrut_offer_list_single p {
  font-weight: bold;
  font-size: 2em;
}

.recrut_offer_list_single_select, #recrut_offer_spontaneous, #recrut_offer_stage, #recrut_offer_apprentissage {
  font-size: 2em;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 1em;
  background-color: #E3F5F7;
  color:#000;
  font-style: italic;
}

#recrut_offer_spontaneous, #recrut_offer_stage, #recrut_offer_apprentissage {
  cursor: pointer;
}

#recrut_offer_list_search, .recrut_offer_list_search {
  width: 100%;
  font-size: 2em;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #000;
}

#recrut_offer_list_search::placeholder {
  color: #000;
}

.single_emploi_fixed_postulate {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #0477BD;
  border-top: 1px solid black;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  /* margin-left: -20%; */
  cursor: pointer;
  z-index: 1;
  color: white;
}

.job_description {
  border-left: 5px solid #0477BD;
  padding-left: 2em;
}

.job_profil {
  border-left: 5px solid #cd4f9b;
  padding-left: 2em;
}

.recrutement__content_container_title {
  font-weight: bold;
  font-size: 2em !important;
}

.recrutement__content_container {
  padding-top: 2em;
}

.recrutement__content_container ul {
  text-align: justify;
}

.job_text_img {
  display: flex;
}

.job_text_img > div {
  width: 50%;
}

.job_text_img > div:first-child {
  padding-right: 5em;
}

.job_text_img img {
  border-radius: 20px;
}

.job_citation {
  font-style: italic;
  font-weight: bold;
  font-size: 1.8em !important;
  color: #0072c0;
  text-align: center !important;
}

.sidebar_recrutement__container {
  width: 90%;
  margin: auto;
}

.sidebar_btn_emploi {
  cursor: pointer;
  line-height: 2em;
  font-size: 1.5em;
  width: 100%;
  margin: 2em 0;
}

.sidebar_recrutement__container > h2 {
  color: #0477BD;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  margin-bottom: 1.5em;
}

.sidebar_recrutement__container_single h2 {
  font-size: 1.75em;
  text-align: center;
  font-style: italic;
}

.sidebar_recrutement__container_single video {
  border-radius: 10px;
}

.sidebar_recrutement__container hr {
  width: 50%;
  color: #0072C0;
  margin-bottom: 2em;
}

.sidebar_job_citation {
  font-style: italic;
  font-size: 1.75em !important;
}

.sidebar_job_name {
  font-weight: bold;
  font-size: 1.75em !important;
}

.sidebar_job_testimony {
  text-align: center;
}

.sidebar_job_testimony_img {
  width: 50%;
}

/* RECRUTEMENT */

#recrut__menu-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recrut__menu-container-item {
  width: 30%;
  cursor: pointer;
  border: 1px solid blue;
  display: flex;
  padding: 2em 0;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  border-radius: 20px;
}

.recrut__menu-container-item:hover {
  background-color: lightgreen;
  border-color: lightsalmon;
}

.recrut_container {
  display: none;
}

#emploi_valeur_sub {
  width: 100%;
  border: 1px solid red;
}

.emploi_valeur_sub_block {
  width: 30%;
  border: 1px dotted blue;
  background-image: url('https://www.jouelestours.fr/wp-content/uploads/2025/08/emploi_valeur-collectif.webp');

  height: 20em;
}

.emploi_select_type ~ .chosen-container-single {
  width: 100% !important;
}