@charset "UTF-8";
.single-job header {
  background-color: #333131;
}
.single-job header .menu_sticky {
  background-color: rgba(51, 49, 49, 0.9) !important;
}
#job-form.visible {
  /* remplace #form par l’ID de ta section */
  scroll-margin-top: 250px;
}
#job-single {
  padding-top: 8rem;
  padding-bottom: 70px;
  color: #333131;
  max-width: 1280px;
  margin: auto;
}
#job-single section {
  box-shadow: 0 0 0 1px #e8e8e8 inset;
  box-sizing: border-box;
  border-radius: 10px;
}
#job-single p {
  color: #333131;
}
#job-single a:not(.btn) {
  color: #5ab358;
}
#job-single a:not(.btn):hover {
  text-decoration: underline;
}
#job-single a.btn {
  border-radius: 25px;
  text-decoration: none;
  color: #FFFFFF !important;
}
#job-single a.btn.alt {
  border-color: #5ab358;
  background-color: #5ab358;
}
#job-single a.btn.alt:hover {
  border-color: #17802f;
  background-color: #17802f;
  color: #FFFFFF !important;
}
#job-single .is-sticky {
  position: fixed;
  top: 0;
}
#job-single .heading-1 {
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
#job-single .heading-2 {
  position: relative;
  display: inline-block;
  font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (2560 - 300)));
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: #333131;
  padding: 0px 0px 7px 0px;
  border-radius: 10px;
}
#job-single .heading-3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
#job-single .job-row-main {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #job-single .job-row-main {
    flex-direction: column !important;
    padding: 0px 15px;
  }
}
#job-single .job-col-primary {
  width: 80%;
}
@media screen and (max-width: 960px) {
  #job-single .job-col-primary {
    width: 100% !important;
  }
}
#job-single .job-col-emalec {
  width: 20%;
}
@media screen and (max-width: 960px) {
  #job-single .job-col-emalec {
    width: 100% !important;
  }
}
#job-single .job-col-emalec #emalec {
  padding: 0;
  box-shadow: none;
}
#job-single .job-col-emalec #emalec .heading-2 {
  margin-bottom: 10px;
}
#job-single .job-col-emalec #emalec .logo img {
  height: 40px;
  width: auto;
}
#job-single .job-col-emalec #emalec .logo + p {
  color: #333131;
}
#job-single .job-col-emalec #emalec .logo + .tag {
  margin-top: 10px;
  font-weight: 700;
  border-radius: 25px;
  color: #333131;
}
#job-single .job-col-emalec #emalec .btns {
  margin-top: 20px;
}
#job-single .job-col-emalec #emalec .btns a {
  display: block;
}
#job-single .job-col-emalec #emalec .btns.jobs {
  justify-content: flex-end;
  color: #333131;
  gap: 7px;
}
#job-single .job-col-emalec #emalec .values {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 1366px) {
  #job-single .job-col-emalec #emalec .values {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #job-single .job-col-emalec #emalec .values {
    flex-direction: column;
  }
}
#job-single .job-col-emalec #emalec .values .item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
#job-single .job-col-emalec #emalec .values .item img {
  height: 24px;
  width: auto;
}
#job-single .job-col-emalec #emalec .stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
#job-single .job-col-emalec #emalec .stats > div {
  position: relative;
  padding: 20px;
  text-align: center;
}
#job-single .job-col-emalec #emalec .stats > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  z-index: 1;
}
#job-single .job-col-emalec #emalec .stats > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  z-index: 1;
}
#job-single .job-col-emalec #emalec .stats > div .label {
  font-size: 13px;
  color: #333131;
  line-height: 1.2;
}
#job-single .job-col-emalec #emalec .stats > div .value {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
#job-single .job-col-emalec #emalec .stats > div:nth-of-type(1), #job-single .job-col-emalec #emalec .stats > div:nth-of-type(6) {
  grid-column: span 2;
}
#job-single .job-col-emalec #emalec .stats > div:nth-of-type(6) .value {
  font-size: 14px;
}
#job-single .job-row-info {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #job-single .job-row-info {
    flex-direction: column !important;
    gap: 20px;
    margin-top: 0px;
  }
  #job-single .job-row-info .job-col-left {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  #job-single .job-row-info .job-col-right {
    width: 100% !important;
  }
}
#job-single .job-row-info .job-col-left {
  width: 30%;
  flex: 0 0 321px;
}
#job-single .job-row-info .job-col-right {
  width: 70%;
}
#job-single #videos {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  box-shadow: none;
}
#job-single #videos iframe {
  width: 100%;
  height: auto;
}
#job-single #job-header {
  top: 38px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #FFFFFF;
  z-index: 99;
  padding: 15px;
  background-color: #2097cf;
  color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px !important;
}
@media screen and (max-width: 1366px) {
  #job-single #job-header {
    position: relative;
    top: 0 !important;
  }
}
@media screen and (max-width: 960px) {
  #job-single #job-header {
    margin-bottom: 15px;
  }
}
#job-single #job-header .job-header-title .tag {
  background-color: #FFFFFF;
  color: #333131;
}
#job-single #job-header .job-header-postuler a {
  display: block;
  background-color: #333131;
  color: #5ab358;
  text-decoration: none;
  border-radius: 25px;
  border: 0px;
  font-size: 16px;
  font-weight: 600;
}
#job-single #job-header .job-header-postuler a:hover {
  background-color: #FFFFFF;
  color: #333131 !important;
}
#job-single #location {
  padding: 15px;
}
#job-single #location .map {
  height: 150px;
  border-radius: 4px;
}
#job-single #location .map + .heading-3 {
  margin-top: 15px;
}
#job-single #location a {
  display: inline-block;
  margin-top: 5px;
}
#job-single #location a.btn {
  display: block;
  margin-top: 10px;
  text-align: center;
}
#job-single #mission, #job-single #profile, #job-single #company, #job-single #job-form, #job-single #job-featured {
  padding: 15px;
}
#job-single #mission strong > span, #job-single #profile strong > span, #job-single #company strong > span, #job-single #job-form strong > span, #job-single #job-featured strong > span {
  color: #5ab358;
}
#job-single #profile, #job-single #company {
  margin-top: 15px;
}
#job-single #share {
  margin-top: 15px;
  padding: 15px;
}
#job-single #share .btns {
  justify-content: space-between;
}
#job-single #share .btns a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 36px;
  height: 36px;
  box-shadow: 0 0 0 1px #e8e8e8;
  border-radius: 4px;
}
#job-single #share .btns a img {
  height: 24px;
}
#job-single #share .btns a:hover {
  background: #f8f8f8;
}
#job-single #job-videos {
  margin-top: 40px;
  padding: 0;
  box-shadow: none;
}
#job-single #job-videos .embla {
  --slide-height: 350px;
  --slide-spacing: 0;
  --slide-size: 100%;
}
#job-single #job-videos .embla__viewport {
  overflow: hidden;
}
#job-single #job-videos .embla__container {
  display: flex;
  gap: 20px;
  height: var(--slide-height);
  backface-visibility: hidden;
}
#job-single #job-videos .embla__slide {
  text-align: center;
  flex: 0 0 var(--slide-size);
}
#job-single #job-videos .embla__slide iframe {
  width: auto;
  height: var(--slide-height);
  aspect-ratio: 1.7777777778;
}
#job-single #job-videos .embla__controls {
  margin-top: 20px;
}
#job-single #job-videos .embla__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#job-single #job-videos .embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 44px;
  height: 44px;
  z-index: 1;
  border-radius: 50%;
  color: var(--text-body);
  display: flex;
  align-items: center;
  justify-content: center;
}
#job-single #job-videos .embla__button svg {
  color: #333131;
  transition: all ease 0.2s;
}
#job-single #job-videos .embla__button[disabled] svg {
  color: #e8e8e8;
}
#job-single #job-videos .embla__button__svg {
  width: 40%;
  height: 40%;
}
#job-single #job-videos .embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
#job-single #job-videos .embla__dot {
  appearance: none;
  background: #e8e8e8;
  touch-action: manipulation;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all ease 0.2s;
}
#job-single #job-videos .embla__dot:hover {
  background: #e1f5ec;
}
#job-single #job-videos .embla__dot--selected {
  background: #5ab358 !important;
}
#job-single #job-featured {
  margin-top: 40px;
}
#job-single #job-form {
  display: none;
  margin-top: 20px;
  overflow: hidden;
}
#job-single #job-form.visible {
  display: block;
  background-color: rgba(90, 179, 88, 0.03);
}
#job-single #job-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
@media screen and (max-width: 960px) {
  #job-single #job-form form {
    display: flex;
    flex-direction: column;
  }
}
#job-single #job-form .eolia_field_label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333131 !important;
}
#job-single #job-form .eolia_field_label--required::after {
  content: "*";
  margin-left: 2px;
  font-weight: 700;
  color: orangered !important;
}
#job-single #job-form input:not([type="checkbox"]):not([type="submit"]) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px !important;
  background: #FFFFFF;
  box-sizing: border-box;
  appearance: none;
  border: none;
  border-radius: 4px !important;
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
#job-single #job-form input:not([type="checkbox"]):not([type="submit"]):not([readonly]):focus {
  box-shadow: 0 0 3px 1px #e1f5ec inset;
}
#job-single #job-form textarea {
  width: 100%;
  min-height: 120px;
  padding: 12px !important;
  background: #FFFFFF;
  box-sizing: border-box;
  appearance: none;
  border: none;
  border-radius: 4px !important;
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
#job-single #job-form textarea:not([readonly]):focus {
  box-shadow: 0 0 3px 1px #e1f5ec inset;
}
#job-single #job-form .eolia_form-row {
  width: 100%;
  margin: 0;
}
#job-single #job-form .eolia_form-row--textarea, #job-single #job-form .eolia_form-row--gprd, #job-single #job-form .eolia_form-row--submit {
  grid-column: span 2;
}
#job-single #job-form .eolia_form-row--gprd {
  margin-top: 10px;
}
#job-single #job-form .eolia_form-row--submit input {
  background: #f6a126;
  border-color: #f6a126;
  text-transform: uppercase;
  font-weight: 600;
  height: 46px;
  min-width: 120px;
  letter-spacing: 2px;
  min-width: 160px;
  font-size: 18px;
  border-radius: 25px;
}
#job-single #job-form .eolia_form-row--submit input:hover {
  border-color: #e87e20;
  background: #e87e20;
}
#job-single #job-form .eolia_form-row p {
  margin: 0;
  font-size: 14px;
  color: #e1f5ec;
}
#job-single #job-form .eolia_input-group--file {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#job-single #job-form .eolia_input-group--file label {
  height: 40px;
  line-height: 44px;
  margin: 0;
  color: #FFFFFF;
  font-size: 13px;
  background: #e1f5ec;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 0 12px;
  box-sizing: border-box;
  border: solid 1px #333131;
  background: #333131;
  font-family: "HelveticaBold", sans-serif;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
#job-single #job-form .eolia_input-group--file input {
  margin-left: 10px;
  cursor: default;
}
#job-single .job-btns {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  order: 2;
}
@media screen and (max-width: 1366px) {
  #job-single .job-btns {
    width: 100%;
    order: 0;
  }
}
#eolia_search_engine .eolia_row .eolia_search_fields {
  display: flex !important;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #eolia_search_engine .eolia_row .eolia_search_fields {
    flex-wrap: wrap;
    display: flex !important;
    flex-direction: row !important;
  }
  #eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row {
    width: 49% !important;
  }
}
@media screen and (max-width: 768px) {
  #eolia_search_engine .eolia_row .eolia_search_fields {
    flex-direction: column;
  }
}
#eolia_search_engine .eolia_row .eolia_search_fields .select2-selection--multiple {
  border: 1px solid #5ab358;
  outline: 0;
}
#eolia_search_engine .eolia_row .eolia_search_fields .select2-selection--single {
  border: 1px solid #5ab358;
}
#eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row {
  width: 100%;
}
#eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row .select2-container, #eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row .select2-selection--multiple {
  width: 100% !important;
}
#eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row .eolia_input--select {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
#eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row .eolia_input--select .select2-selection__rendered {
  line-height: 40px !important;
}
#eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row .eolia_input--select .select2-selection__arrow {
  height: 40px;
}
#eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row .eolia_input--select ul {
  padding: 0px !important;
}
#eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row .eolia_input--select .select2-search__field {
  margin: 0px;
  border: 0px;
  width: 100%;
  padding: 6px !important;
  background: #fff;
}
#eolia_search_engine .eolia_row .eolia_search_fields .eolia_form-row input[type="submit"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 12px !important;
}
#search-jobs-wrapper .eolia_results_category_table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: #f8f8f8;
  font-family: "Open Sans", sans-serif;
  color: #333131;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 56, 79, 0.05);
}
#search-jobs-wrapper .eolia_results_category_table thead {
  background: #2097cf;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
}
#search-jobs-wrapper .eolia_results_category_table thead th {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 2px solid #1977a3;
  letter-spacing: 0.03em;
}
#search-jobs-wrapper .eolia_results_category_table tbody tr {
  transition: background 0.3s ease, transform 0.2s ease;
  background: #FFFFFF;
  cursor: pointer;
}
#search-jobs-wrapper .eolia_results_category_table tbody tr:nth-child(even) {
  background: #f8f8f8;
}
#search-jobs-wrapper .eolia_results_category_table tbody tr:hover {
  background: #e1f5ec;
}
#search-jobs-wrapper .eolia_results_category_table tbody tr td {
  padding: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  #search-jobs-wrapper .eolia_results_category_table tbody tr td {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
#search-jobs-wrapper .eolia_results_category_table tbody tr td.job-title {
  font-weight: 600;
  font-size: 1.05rem;
  color: #333131;
}
#search-jobs-wrapper .eolia_results_category_table tbody tr td.job-location {
  color: #e1f5ec;
}
#search-jobs-wrapper .eolia_results_category_table tbody tr td.job-contract {
  font-style: italic;
  color: #e1f5ec;
}
#search-jobs-wrapper .eolia_results_category_table tbody [data-column="saisie1"] {
  font-weight: 600;
  position: relative;
  padding-top: 50px;
}
#search-jobs-wrapper .eolia_results_category_table tbody [data-column="saisie1"] a {
  position: relative;
  padding-top: 60px;
  transition: all ease 0.2s;
}
#search-jobs-wrapper .eolia_results_category_table tbody [data-column="saisie1"] a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  transform: translateX(0%);
  background-color: #5ab358;
  mask-image: url("/wp-content/uploads/2025/11/job.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/11/job.svg");
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  #search-jobs-wrapper .eolia_results_category_table tbody [data-column="saisie1"] a::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
#search-jobs-wrapper .eolia_results_category_table tbody [data-column="memo2"] {
  font-family: "Open Sans", sans-serif !important;
}
#search-jobs-wrapper .eolia_results_category_table tbody [data-column="memo2"] a:hover {
  color: inherit !important;
}
@media (max-width: 768px) {
  #search-jobs-wrapper .eolia_results_category_table thead {
    display: none;
  }
  #search-jobs-wrapper .eolia_results_category_table tbody tr {
    display: block;
    background: #FFFFFF;
  }
  #search-jobs-wrapper .eolia_results_category_table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: none;
    font-size: 0.9rem;
  }
  #search-jobs-wrapper .eolia_results_category_table tbody tr td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #e1f5ec;
    flex: 1;
    text-transform: capitalize;
  }
  #search-jobs-wrapper .eolia_results_category_table tbody tr td:last-child {
    justify-content: flex-end;
  }
}
#job-archive #job-categories {
  margin-top: 40px;
}
#job-archive #job-categories .items {
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #job-archive #job-categories .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 960px) {
  #job-archive #job-categories .items {
    grid-template-columns: 1fr;
  }
}
#job-archive #job-categories .items .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 20px;
  background: #333131;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
#job-archive #job-categories .items .item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.4s;
}
#job-archive #job-categories .items .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#job-archive #job-categories .items .item .item-title {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(51, 49, 49, 0.5);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  transition: all ease 0.4s;
}
#job-archive #job-categories .items .item .item-title span {
  font-weight: 400;
}
#job-archive #job-categories .items .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
#job-archive #job-categories .items .item:hover .item-img {
  transform: scale(1.2);
}
#job-archive #job-categories .items .item:hover .item-title {
  background: black;
}
#job-archive #job-categories .embla {
  --slide-height: 420px;
  --slide-spacing: 2rem;
  --slide-size: 100%;
}
#job-archive #job-categories .embla__viewport {
  overflow: hidden;
}
#job-archive #job-categories .embla__container {
  display: grid;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  height: var(--slide-height);
}
#job-archive #job-categories .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  background: #333131;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
#job-archive #job-categories .embla__slide .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.4s;
}
#job-archive #job-categories .embla__slide .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#job-archive #job-categories .embla__slide .item-title {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(51, 49, 49, 0.5);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transition: all ease 0.4s;
}
#job-archive #job-categories .embla__slide .item-title span {
  font-weight: 400;
}
#job-archive #job-categories .embla__slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
#job-archive #job-categories .embla__slide:hover .item-img {
  transform: scale(1.2);
}
#job-archive #job-categories .embla__slide:hover .item-title {
  background: rgba(0, 0, 0, 0.6);
}
#job-archive #job-categories .embla__controls {
  margin-top: 20px;
}
#job-archive #job-categories .embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
#job-archive #job-categories .embla__dot {
  appearance: none;
  background: #e8e8e8;
  touch-action: manipulation;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all ease 0.2s;
}
#job-archive #job-categories .embla__dot:hover {
  background: #e1f5ec;
}
#job-archive #job-categories .embla__dot--selected {
  background: #5ab358 !important;
}
#job-archive #job-filters {
  margin-top: 40px;
}
#job-archive #job-filters .row {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  #job-archive #job-filters .row {
    flex-direction: column;
  }
}
#job-archive #job-filters .ajax {
  flex: 1;
}
#job-archive #job-filters #job-filters-form-process {
  display: flex;
  gap: 10px;
}
#job-archive #job-filters #job-filters-form-process input, #job-archive #job-filters #job-filters-form-process select, #job-archive #job-filters #job-filters-form-process .custom-select {
  flex: 1;
}
#job-archive #job-filters #job-filters-form-process input, #job-archive #job-filters #job-filters-form-process select {
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
  font-size: 14px;
  background: #f8f8f8;
}
#job-archive #job-filters #job-filters-form-process input::placeholder, #job-archive #job-filters #job-filters-form-process select::placeholder {
  color: #333131;
}
@media screen and (max-width: 1024px) {
  #job-archive #job-filters #job-filters-form-process {
    flex-direction: column;
  }
}
#job-archive #job-filters .btns {
  margin-left: auto;
}
#job-archive #job-filters .btns .btn {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
}
#job-archive #job-filters .btns .btn svg {
  position: relative;
  top: -1px;
  width: 20px;
  height: 20px;
}
#job-archive #job-offers {
  margin-top: 40px;
}
#job-archive #job-offers .stats {
  display: flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}
#job-archive #job-offers .stats .count {
  font-weight: 700;
}
#job-archive #job-offers .stats .alert {
  margin-left: auto;
}
#job-archive #job-offers .stats .alert a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 400;
  color: #5ab358;
}
#job-archive #job-offers .stats .alert a svg {
  width: 18px;
  height: 18px;
}
#job-archive #job-offers .row {
  display: flex;
  gap: 20px;
  height: 600px;
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #job-archive #job-offers .row {
    height: auto;
  }
}
#job-archive #job-offers .row .items {
  flex: 1;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #job-archive #job-offers .row .items {
    flex: 0 0 400px;
    height: auto;
  }
}
#job-archive #job-offers .row .items .item {
  position: relative;
  display: flex;
  min-height: 130px;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
  transition: all ease 0.2s;
}
@media screen and (max-width: 960px) {
  #job-archive #job-offers .row .items .item {
    min-height: auto;
  }
}
#job-archive #job-offers .row .items .item .item-img {
  flex: 0 0 120px;
  height: 120px;
  margin: 10px 0 10px 10px;
  border-radius: 4px;
  overflow: hidden;
  transition: all ease 0.2s;
}
@media screen and (max-width: 960px) {
  #job-archive #job-offers .row .items .item .item-img {
    flex: 0 0 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #job-archive #job-offers .row .items .item .item-img {
    display: none;
  }
}
#job-archive #job-offers .row .items .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.2s;
}
#job-archive #job-offers .row .items .item .item-details {
  padding: 20px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#job-archive #job-offers .row .items .item .item-details .item-title {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
#job-archive #job-offers .row .items .item .item-details .item-title:before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 140px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  background-color: #2097cf;
}
#job-archive #job-offers .row .items .item .item-details .item-tags {
  margin-top: 7px;
}
#job-archive #job-offers .row .items .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
#job-archive #job-offers .row .items .item + .item {
  margin-top: 10px;
}
#job-archive #job-offers .row .items .item.active {
  background: #e0e0e0;
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
#job-archive #job-offers .row .items .item.active .item-img {
  background: none;
}
#job-archive #job-offers .row .items .item.active .tag {
  background: #f8f8f8;
}
#job-archive #job-offers .row .map {
  flex: 1;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #job-archive #job-offers .row .map {
    order: -1;
    flex: auto;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 1024px) {
  #job-archive #job-offers .row {
    flex-direction: column;
  }
}
#job-archive #job-alert-popup {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all ease 0.4s;
}
#job-archive #job-alert-popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
}
#job-archive #job-alert-popup .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translate(-50%, calc(-50% + 100vh));
  transition: all ease 0.4s;
}
#job-archive #job-alert-popup .head {
  padding: 30px;
  text-align: center;
  background: #5ab358;
}
#job-archive #job-alert-popup .head .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#job-archive #job-alert-popup .head p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}
#job-archive #job-alert-popup .message {
  background: #f8f8f8;
}
#job-archive #job-alert-popup .message p {
  padding: 12px 30px;
  font-size: 13px;
  text-align: center;
}
#job-archive #job-alert-popup .message.error p {
  color: orangered;
}
#job-archive #job-alert-popup .message.success p {
  color: mediumseagreen;
}
#job-archive #job-alert-popup form {
  padding: 30px;
}
#job-archive #job-alert-popup form .field + .field {
  margin-top: 10px;
}
#job-archive #job-alert-popup form .field label {
  position: relative;
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
}
#job-archive #job-alert-popup form .field input, #job-archive #job-alert-popup form .field select {
  appearance: none;
  width: 100%;
  padding: 0 12px;
  background: #f8f8f8;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
#job-archive #job-alert-popup form .field input:focus, #job-archive #job-alert-popup form .field select:focus {
  box-shadow: 0 0 3px 1px #e1f5ec inset;
}
#job-archive #job-alert-popup form .field[data-required] label::after {
  content: "*";
  margin-left: 3px;
  font-size: 1.2em;
  color: orangered;
}
#job-archive #job-alert-popup .btns {
  justify-content: center;
  padding: 0 30px 30px;
}
#job-archive #job-alert-popup.visible {
  opacity: 1;
  visibility: visible;
}
#job-archive #job-alert-popup.visible .inner {
  transform: translate(-50%, -50%);
}
#job-featured .wrapper {
  padding: 0 !important;
}
#job-featured .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  #job-featured .items {
    grid-template-columns: 1fr;
  }
}
#job-featured a.btn {
  border-radius: 25px;
  text-decoration: none;
  color: #fff !important;
}
#job-featured .item {
  display: flex;
  background: #f8f8f8;
  border-radius: 4px;
  overflow: hidden;
}
#job-featured .item .item-img {
  flex: 0 0 200px;
  margin: 10px 0 10px 10px;
  border-radius: 4px;
  overflow: hidden;
}
#job-featured .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#job-featured .item .item-details {
  padding: 20px;
  font-size: 13px;
  color: #333131;
}
#job-featured .item .item-details .item-title {
  font-size: 14px;
  font-weight: 700;
  color: #333131;
  margin-bottom: 6px;
  position: relative;
  padding-bottom: 6px;
}
#job-featured .item .item-details .item-title:before {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 140px;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  background-color: #2097cf;
}
#job-featured .item .item-details .item-btns {
  margin-top: 10px;
}
/*html {
	scroll-behavior: smooth;
}*/
.btns {
  display: flex;
  align-items: center;
  gap: 7px;
}
.btn, #job-form .eolia_form--offer .eolia_input--button {
  display: inline-block;
  height: 32px;
  line-height: 34px;
  padding: 0 12px;
  box-sizing: border-box;
  border: solid 1px #333131;
  background: #333131;
  border-radius: 4px;
  color: #fff;
  font-family: "HelveticaBold", sans-serif;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
.btn:hover, #job-form .eolia_form--offer .eolia_input--button:hover {
  border-color: #5ab358;
  background: #5ab358;
}
.btn.alt, #job-form .eolia_form--offer .eolia_input--button.alt {
  background: #5ab358;
  border-color: #5ab358;
}
.btn.alt:hover, #job-form .eolia_form--offer .eolia_input--button.alt:hover {
  border-color: #333131;
  background: #333131;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tag {
  display: inline-block;
  height: 28px;
  line-height: 30px;
  padding: 0 12px;
  box-sizing: border-box;
  background: #e8e8e8;
  border-radius: 14px;
  color: #333131;
  font-size: 12px;
  transition: all ease 0.2s;
}
.tag.location {
  text-transform: uppercase;
}
.custom-select {
  position: relative;
}
.custom-select .custom-select-display {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 46px;
  line-height: 46px;
  padding: 0 16px;
  font-size: 14px;
  background: #f8f8f8;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}
.custom-select .custom-select-display .custom-select-display-count {
  margin-left: auto;
  display: inline-block;
  height: 28px;
  line-height: 32px;
  padding: 0 12px;
  box-sizing: border-box;
  background: #e8e8e8;
  border-radius: 14px;
  color: #333131;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.custom-select .custom-select-display .custom-select-display-count.has-count {
  color: #fff;
  background: #333131;
}
.custom-select .custom-select-options {
  position: absolute;
  top: calc(100% + 10px);
  min-width: 100%;
  max-height: 300px;
  background: #f8f8f8;
  box-shadow: 0 0 0 1px #e8e8e8 inset;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
  /*@include breakpoint(lg) {
			position: fixed;
			top: 0;
			left: 0;
			width: 100vw;
			height: 100vh;
			min-width: inherit;
			max-height: inherit;
		}*/
}
.custom-select .custom-select-options .custom-select-option {
  padding: 10px 16px;
  font-size: 13px;
  cursor: pointer;
  transition: all ease 0.2s;
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-start;
  gap: 7px;
}
.custom-select .custom-select-options .custom-select-option.default {
  color: #e1f5ec;
}
.custom-select .custom-select-options .custom-select-option:hover {
  background: #e8e8e8;
}
.custom-select .custom-select-options .custom-select-option + .custom-select-option {
  border-top: 1px solid #e8e8e8;
}
.custom-select .custom-select-options .custom-select-option label {
  cursor: pointer;
}
.custom-select .custom-select-options .custom-select-option label::before {
  content: none;
}
.custom-select .custom-select-options .custom-select-option label::after {
  content: none;
}
.custom-select .custom-select-options .custom-select-option input {
  height: auto !important;
  line-height: normal !important;
  padding: 0 !important;
  flex: none !important;
  opacity: 1;
}
.custom-select .custom-select-options .custom-select-option.selected {
  background: #e8e8e8;
}
.custom-select.multiple .custom-select-option .custom-select-checkbox {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: #fff;
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
.custom-select.multiple .custom-select-option .custom-select-checkbox svg {
  position: relative;
  width: 14px;
  height: 14px;
  left: 1px;
  opacity: 0;
  transition: all ease 0.2s;
}
.custom-select.multiple .custom-select-option.selected .custom-select-checkbox svg {
  opacity: 1;
}
.custom-select.open .custom-select-options {
  opacity: 1;
  visibility: visible;
}
.leaflet-marker-icon {
  background: none;
  border: none;
}
.custom-marker-custer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-weight: 700;
  color: #333131;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.leaflet-tooltip {
  white-space: normal;
  transition: opacity ease 0.2s;
}
.leaflet-tooltip .inner {
  width: 300px;
  padding: 7px;
}
.leaflet-tooltip .inner .title {
  font-weight: 700;
}
.leaflet-tooltip .inner .tags {
  margin-top: 7px;
}
.leaflet-bar {
  border: none !important;
}
.leaflet-bar a {
  border: none;
}
body {
  margin: 0 !important;
}
/************************
* HEADER MENU
*************************/
header.mini .menu_elementor {
  background-color: rgba(51, 49, 49, 0.9) !important;
}
.menu_elementor .menu_sticky {
  z-index: 99;
}
.menu_elementor .menu_sticky.elementor-sticky--active {
  background-color: rgba(51, 49, 49, 0.9) !important;
}
header .wpml-ls-legacy-dropdown {
  width: 64px !important;
  max-width: 100%;
}
header .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 0px solid #cdcdcd !important;
  background-color: transparent !important;
  padding: 5px 10px;
  line-height: 1;
}
header .wpml-ls-legacy-dropdown:hover .js-wpml-ls-item-toggle:after {
  color: #E87E20;
}
header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  width: fit-content;
  z-index: 9999 !important;
}
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #00384F;
  color: #00384F;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: inherit;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 3px;
  border-radius: 2px 0px 2px 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #00384F;
  transition: all 0.3s ease;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease;
  color: #00384F;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #5AB358;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #5AB358;
  transition: all 0.3s ease;
}
/************************
* Bouton flottant
*************************/
.e-contact-buttons__chat-button .e-contact-buttons__chat-button-icon-container svg {
  display: none;
}
.e-contact-buttons__chat-button .e-contact-buttons__chat-button-icon-container:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 28px;
  width: 28px;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2025/12/picto-mail.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/12/picto-mail.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
@media (max-width: 767px) {
  /* On force le bouton en cercle parfait */
  /* On supprime définitivement le texte sur mobile */
  /* On centre l'icône et on s'assure qu'elle ne bouge pas */
  /* Ajustement de la taille de l'enveloppe si nécessaire */
  .e-contact-buttons__chat-button {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
  }
  .e-contact-buttons__chat-button-text {
    display: none !important;
  }
  .e-contact-buttons__chat-button-icon-container {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
  .e-contact-buttons__chat-button-icon-container svg {
    width: 22px !important;
    height: auto !important;
  }
}
#row_totop {
  width: 48px;
  height: 48px;
  z-index: 999;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#totop {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #e87e20;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #totop {
    position: relative !important;
    margin: 0px auto 20px auto;
  }
}
#totop:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50.8%);
  z-index: 2;
  background-color: #ffffff;
  mask-image: url("/wp-content/uploads/2025/08/menu-picto-close.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-image: url("/wp-content/uploads/2025/08/menu-picto-close.svg");
  -webkit-mask-size: 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
}
#totop:hover {
  background-color: #e87e20;
  transform: scale(1.2);
  transition: all 0.3s ease;
  opacity: 1;
}
#totop i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(180deg);
  opacity: 1;
}
