/* ==========================================================================
   Components / MIXINS
   ========================================================================== */
/*********************
  BREAKPOINTS RESPONSIVE LAYOUT
  *********************/
/* ==========================================================================
   Page / Offres d'emlois
   ========================================================================== */
.page-template-template-offres-emplois .header {
  margin-bottom: 0;
}

.joboffers {
  margin: 30px 0 0;
  background-color: #f7f7f7;
}
@media (min-width: 1000px) {
  .joboffers {
    background-color: #ffffff;
    margin: 0;
  }
}
.joboffers-header {
  display: block;
  width: 100%;
  background-color: #20384B;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.joboffers-header form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1295px;
  box-sizing: border-box;
  padding: 25px 30px;
  margin: auto;
}
@media (min-width: 576px) {
  .joboffers-header form {
    padding: 25px 45px;
  }
}
@media (min-width: 760px) {
  .joboffers-header form {
    padding: 25px 65px;
  }
}
@media (min-width: 1000px) {
  .joboffers-header form {
    flex-direction: row;
    padding: 13px 25px;
  }
}
.joboffers-header .header-filters {
  display: flex;
  align-items: self-start;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .joboffers-header .header-filters {
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
.joboffers-header .header-filters-title {
  display: block;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 10px 0;
  white-space: nowrap;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media (min-width: 1000px) {
  .joboffers-header .header-filters-title {
    margin: 1px 30px 0 0;
  }
}
.joboffers-header .header-filters-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
@media (min-width: 650px) {
  .joboffers-header .header-filters-select {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .joboffers-header .header-filters-select {
    width: auto;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
@media (min-width: 1200px) {
  .joboffers-header .header-filters-select {
    gap: 28px;
  }
}
.joboffers-header .header-filters-select .form-select {
  width: 100%;
  flex-basis: 100%;
}
@media (min-width: 650px) {
  .joboffers-header .header-filters-select .form-select {
    width: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1000px) {
  .joboffers-header .header-filters-select .form-select {
    width: 200px;
    flex-basis: 200px;
  }
}
@media (min-width: 1200px) {
  .joboffers-header .header-filters-select .form-select {
    width: 212px;
    flex-basis: 212px;
  }
}
.joboffers-header .header-filters-select select {
  width: 100%;
  padding: 13px 30px 10px 15px;
  height: 44px;
}
@media (min-width: 650px) {
  .joboffers-header .header-filters-select select {
    background-position: 92% center;
  }
}
.joboffers-header .header-filters .btn-main {
  padding: 16px 15px 13px;
  margin-top: 15px;
}
@media (min-width: 1000px) {
  .joboffers-header .header-filters .btn-main {
    margin: 0 0 0 24px;
  }
}
@media (min-width: 1200px) {
  .joboffers-header .header-filters .btn-main {
    margin: 0 0 0 28px;
  }
}
.joboffers-content {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  width: 100%;
}
@media (min-width: 1000px) {
  .joboffers-content {
    display: flex;
    position: relative;
    z-index: 1;
  }
}
.joboffers-content .emptyresult {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 30px;
  margin: auto;
}
@media (min-width: 576px) {
  .joboffers-content .emptyresult {
    padding: 65px 35px;
  }
}
@media (min-width: 760px) {
  .joboffers-content .emptyresult {
    padding: 85px 35px;
  }
}
@media (min-width: 1200px) {
  .joboffers-content .emptyresult {
    max-width: 715px;
    padding: 100px 35px;
  }
}
.joboffers-content .emptyresult-title {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .joboffers-content .emptyresult-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.joboffers-content .emptyresult-text {
  display: block;
  max-width: 520px;
  line-height: 1.6;
  font-size: 17px;
  margin: auto auto 25px;
}
@media (min-width: 760px) {
  .joboffers-content .emptyresult-text {
    margin: auto auto 40px;
  }
}
.joboffers-content .emptyresult-buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .joboffers-content .emptyresult-buttons {
    flex-direction: row;
  }
}
.joboffers-content .emptyresult-buttons .btn {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .joboffers-content .emptyresult-buttons .btn {
    margin: 0 8px 15px;
  }
}
.joboffers-list {
  display: block;
  box-sizing: border-box;
  padding: 45px 25px 20px;
  position: relative;
  flex-shrink: 0;
}
@media (min-width: 576px) {
  .joboffers-list {
    padding: 45px 45px 20px;
  }
}
@media (min-width: 760px) {
  .joboffers-list {
    padding: 50px 55px 30px;
  }
}
@media (min-width: 1000px) {
  .joboffers-list {
    padding: 60px 25px 0;
    flex-basis: 350px;
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .joboffers-list {
    flex-basis: 380px;
    width: 380px;
  }
}
@media (min-width: 1500px) {
  .joboffers-list {
    flex-basis: 430px;
    width: 430px;
    padding: 60px 45px 0;
  }
}
@media (min-width: 1800px) {
  .joboffers-list {
    flex-basis: 480px;
    width: 480px;
    padding: 60px 45px 0 85px;
  }
}
.joboffers-list:before {
  content: " ";
  display: none;
  width: 70%;
  height: 100%;
  background: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 1000px) {
  .joboffers-list:before {
    display: block;
    width: 200%;
  }
}
.joboffers-list .nboffers {
  display: block;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 30px;
}
.joboffers-list .nboffers b {
  color: #5CA62A;
}
.joboffers-list .spontanous {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 35px;
}
.joboffers-list .spontanous span {
  line-height: 1.1;
  margin-bottom: 20px;
}
.joboffers-list .list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 760px) {
  .joboffers-list .list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (min-width: 1000px) {
  .joboffers-list .list {
    flex-direction: column;
    gap: 0;
  }
}
.joboffers-list .jobcard {
  display: block;
  width: 100%;
  flex-basis: 100%;
  text-align: left;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  order: 1;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .joboffers-list .jobcard {
    width: calc((100% - 20px) / 2);
    flex-basis: calc((100% - 20px) / 2);
    margin-bottom: 5px;
  }
}
@media (min-width: 1000px) {
  .joboffers-list .jobcard {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.joboffers-list .jobcard.isOnTop {
  order: 0;
}
.joboffers-list .jobcard.current {
  border-color: #5CA62A;
}
.joboffers-list .jobcard:focus {
  border-color: #5CA62A;
}
.joboffers-list .jobcard:not(.current):hover {
  border-color: rgb(221.5, 221.5, 221.5);
}
.joboffers-list .jobcard:not(.current):hover .btn-link {
  color: #5CA62A;
}
.joboffers-list .jobcard:not(.current):hover .btn-link span:after {
  background: #5CA62A;
}
.joboffers-list .jobcard-link {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 23px 32px;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.82;
  color: #878787;
}
.joboffers-list .jobcard-title {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  color: #2d2d2d;
  margin-bottom: 10px;
}
.joboffers-list .jobcard-ref {
  display: block;
  margin-bottom: 5px;
}
.joboffers-list .jobcard-contract-and-town {
  display: flex;
  margin-bottom: 5px;
  font-size: 11px;
}
.joboffers-list .jobcard-contract {
  position: relative;
  box-sizing: border-box;
  padding-right: 10px;
  margin-right: 10px;
}
.joboffers-list .jobcard-contract:after {
  content: " ";
  display: block;
  width: 1px;
  height: 20px;
  background: #878787;
  position: absolute;
  top: -1px;
  right: 0;
}
.joboffers-list .jobcard-contract li {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.joboffers-list .jobcard-contract li:not(:last-child):after {
  content: "/";
  margin: 0 1px;
}
.joboffers-list .jobcard-date {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 5px;
}
.joboffers-list .jobcard .btn-link {
  color: #2d2d2d;
  font-weight: 700;
  padding: 0;
  margin-top: 4px;
}
.joboffers-list .jobcard .btn-link span:after {
  background: #2d2d2d;
  position: relative;
  bottom: 1px;
}
.joboffers-list .pagination {
  margin: 10px auto 20px;
}
.joboffers-list .pagination a, .joboffers-list .pagination .current, .joboffers-list .pagination .extend {
  margin: 0 2px 5px;
}
@media (min-width: 576px) {
  .joboffers-list .pagination a, .joboffers-list .pagination .current, .joboffers-list .pagination .extend {
    margin: 0 3px 5px;
  }
}
.joboffers-offer {
  display: block;
  width: 100%;
  height: calc(100vh - 62px);
  background: #ffffff;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  visibility: hidden;
  box-sizing: border-box;
  padding: 50px 0 5px;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 45px;
  left: 0;
  z-index: 3;
  flex: 1;
}
@media (min-width: 360px) {
  .joboffers-offer {
    top: 62px;
  }
}
@media (min-width: 576px) {
  .joboffers-offer {
    padding: 50px 0 5px;
  }
}
@media (min-width: 1000px) {
  .joboffers-offer {
    height: auto;
    transform: inherit;
    visibility: visible;
    opacity: 1;
    background: transparent;
    position: relative;
    overflow: hidden;
    padding: 50px 30px;
    top: 0;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .joboffers-offer {
    padding: 65px 55px;
  }
}
@media (min-width: 1360px) {
  .joboffers-offer {
    padding: 75px 60px;
  }
}
@media (min-width: 1440px) {
  .joboffers-offer {
    padding: 75px 80px;
  }
}
@media (min-width: 1500px) {
  .joboffers-offer {
    padding: 75px 100px;
  }
}
@media (min-width: 1700px) {
  .joboffers-offer {
    padding: 75px 200px 75px 150px;
  }
}
.joboffers-offer .btn-return-offers {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 20px auto 0 15px;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.joboffers-offer .btn-return-offers span {
  display: block;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
.joboffers-offer .btn-return-offers .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 10px 1px 0;
  fill: #2d2d2d;
  transform: rotate(180deg);
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.joboffers-offer .btn-return-offers:hover {
  color: #5CA62A;
}
.joboffers-offer .btn-return-offers:hover .icon {
  fill: #5CA62A;
  transform: rotate(180deg) translateX(5px);
}
@media (min-width: 1000px) {
  .joboffers-offer .btn-return-offers {
    display: none;
  }
}
.joboffers-offer:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.joboffers-offer:after {
  content: " ";
  display: table;
  width: 190px;
  height: 190px;
  background: url("../images/loader.gif") center center/100% auto no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.joboffers-offer.load:before, .joboffers-offer.load:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.joboffers-offer.show {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.joboffers-loader {
  display: block;
  width: calc(100% + 50px);
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: fixed;
  top: 0;
  left: -25px;
  z-index: 2;
}
@media (min-width: 1000px) {
  .joboffers-loader {
    display: none !important;
  }
}
.joboffers-loader:after {
  content: " ";
  display: table;
  width: 190px;
  height: 190px;
  background: url("../images/loader.gif") center center/100% auto no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.joboffers-loader.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.joboffers-loader.show:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* OFFRE EMPLOI */
.headeroffer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 20px 50px;
  height: 300px;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .headeroffer {
    height: 330px;
  }
}
@media (min-width: 1000px) {
  .headeroffer {
    margin-top: 0;
  }
}
@media (min-width: 1800px) {
  .headeroffer {
    height: 350px;
  }
}
.headeroffer-image {
  display: block;
  width: 100%;
  height: 100%;
}
.headeroffer-image:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.headeroffer-image {
  position: absolute;
  top: 0;
  left: 0;
}
.headeroffer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.headeroffer-title {
  display: block;
  font-weight: 800;
  font-size: 30px;
  text-align: center;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .headeroffer-title {
    margin-bottom: 30px;
  }
}
.headeroffer-ref {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.headeroffer-localisation {
  display: flex;
  position: relative;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  z-index: 1;
}
.headeroffer-contract {
  position: relative;
  box-sizing: border-box;
  padding-right: 10px;
  margin-right: 10px;
}
.headeroffer-contract:after {
  content: " ";
  display: block;
  width: 1px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  top: -2px;
  right: 0;
}
.headeroffer-contract li {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.headeroffer-contract li:not(:last-child):after {
  content: "/";
  margin: 0 1px;
}
.headeroffer-date {
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
  .headeroffer-date {
    margin-bottom: 28px;
  }
}
.headeroffer .btn {
  min-width: auto;
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .headeroffer .btn {
    margin: 0 auto 15px;
  }
}

.offerinfos {
  display: block;
  background: #f7f7f7;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 20px 35px 7px;
  margin: 20px 20px 35px;
}
@media (min-width: 576px) {
  .offerinfos {
    margin: 25px 25px 45px;
    padding: 25px 50px 7px;
  }
}
@media (min-width: 760px) {
  .offerinfos {
    padding: 25px 20px 7px 40px;
    margin: 25px 30px 55px;
  }
}
@media (min-width: 1000px) {
  .offerinfos {
    margin: 10px 0 55px;
  }
}
@media (min-width: 1200px) {
  .offerinfos {
    padding: 25px 20px 7px 50px;
  }
}
@media (min-width: 1360px) {
  .offerinfos {
    padding: 25px 20px 7px 70px;
    margin: 10px 0 65px;
  }
}
@media (min-width: 576px) {
  .offerinfos > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 760px) {
  .offerinfos > ul {
    gap: 10px 0;
  }
}
.offerinfos > ul > li {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .offerinfos > ul > li {
    flex-basis: 45%;
    width: 45%;
    margin-bottom: 21px;
  }
}
@media (min-width: 760px) {
  .offerinfos > ul > li {
    flex-basis: calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
  }
}
@media (min-width: 1200px) {
  .offerinfos > ul > li {
    flex-basis: 200px;
    width: 200px;
  }
}
@media (min-width: 1360px) {
  .offerinfos > ul > li {
    flex-basis: 230px;
    width: 230px;
  }
}
@media (min-width: 1500px) {
  .offerinfos > ul > li {
    flex-basis: 260px;
    width: 260px;
  }
}
.offerinfos > ul > li > ul > li {
  display: inline;
}
.offerinfos > ul > li > ul > li:not(:last-child):after {
  content: ",";
  display: inline;
  margin: 0 4px 0 0;
}
.offerinfos .btn-anchor {
  margin-top: 25px;
}

#offer .jobtitle, .jobofferform .jobtitle {
  display: block;
  font-family: "lato", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  #offer .jobtitle, .jobofferform .jobtitle {
    margin-bottom: 30px;
  }
}

#offer .jobdesc {
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  #offer .jobdesc {
    padding: 0 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 760px) {
  #offer .jobdesc {
    padding: 0 65px;
    margin-bottom: 55px;
  }
}
@media (min-width: 1000px) {
  #offer .jobdesc {
    padding: 0;
  }
}
#offer .companydesc {
  background-color: #f7f7f7;
  padding: 40px 45px 70px;
  box-sizing: border-box;
  margin: 0 20px 35px;
}
@media (min-width: 576px) {
  #offer .companydesc {
    margin: 0 30px 45px;
  }
}
@media (min-width: 760px) {
  #offer .companydesc {
    margin: 0 40px 55px;
  }
}
@media (min-width: 1000px) {
  #offer .companydesc {
    margin: 0 20px 55px 0;
  }
}
#offer .companydesc .companytitle {
  display: block;
  font-family: "lato", sans-serif;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  #offer .companydesc .companytitle {
    margin-bottom: 30px;
  }
}
#offer .companydesc p {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
#offer .companydesc p:last-child {
  margin-bottom: 0;
}
#offer .companydesc .desc {
  margin-bottom: 25px;
}

.jobofferform {
  display: block;
  max-width: 620px;
  box-sizing: border-box;
  padding-bottom: 35px;
  margin: 0 30px;
}
@media (min-width: 576px) {
  .jobofferform {
    margin: 0 45px;
  }
}
@media (min-width: 760px) {
  .jobofferform {
    padding-bottom: 45px;
    margin: 0 75px;
  }
}
@media (min-width: 1000px) {
  .jobofferform {
    padding-bottom: 0;
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .jobofferform {
    margin: 0;
  }
}
.jobofferform .jobtitle {
  margin-bottom: 10px;
}
.jobofferform .text {
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .jobofferform .text {
    margin-bottom: 30px;
  }
}
@media (min-width: 760px) {
  .jobofferform .text {
    margin-bottom: 40px;
  }
}
.jobofferform .rpgd-column {
  display: block;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (min-width: 1000px) {
  .jobofferform .rpgd-column {
    margin-bottom: 40px;
  }
}
.jobofferform .rpgd-column input[type=checkbox] + label, .jobofferform .rpgd-column input[type=checkbox] + span {
  font-weight: 400;
  font-size: 11px;
  line-height: 1.82;
  color: #9B9B9B;
  padding-left: 40px;
}
@media (min-width: 1000px) {
  .jobofferform .rpgd-column input[type=checkbox] + label:before, .jobofferform .rpgd-column input[type=checkbox] + span:before {
    top: 1px;
  }
}
@media (min-width: 1000px) {
  .jobofferform .rpgd-column input[type=checkbox] + label:after, .jobofferform .rpgd-column input[type=checkbox] + span:after {
    top: 7px;
  }
}
/*# sourceMappingURL=joboffers.css.map */
