/* CUSTOM CSS - ZEB 2024 */

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-tf {
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite;
}

.fa.loading-tf:before {
  content: "\f1ce" !important;
}

.rounded {
  border-radius: 0.75rem !important;
}

.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* FIX  */

.jobs-listing-social-network-container.jobs-details-social-network-container {
  display: none;
}

.nIntro {
  background: #fff;
}

.select2-container--bootstrap4 .select2-results__group {
  color: #000;
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
  color: #000;
  background-color: #ff4e00;
}

.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #000;
}

.select2-container--bootstrap4 .select2-selection {
  font-weight: 400;

  text-transform: uppercase;

  border: 2px solid #000;
  border-radius: 25px;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border: 2px solid #ff4e00;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: relative;
  top: 0;
  left: 0;

  border: 0;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  position: absolute;
  top: -50%;

  content: "\f078";

  color: #000;
}

body nav#phpro-megamenu.vertical-three-level > ul > li a.active,
.current-lang.current-lang-tf {
  /* display: none;*/
  font-weight: bold;
}

caption {
  display: none;
}

/*.tf-home-slick-container{
    display: flex;
    flex: 50%;
    flex-direction: row;
    overflow: hidden;
}

.tf-home-slick-container .grid__cell{
    width: 100%;
    flex: 0 0 50%;
}*/

.tf-home-slick-container .u-1-1--palm.sign {
  padding: 0 0.8rem;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;

  opacity: 1;
  color: #ff4e00;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\f053";
}

[dir="rtl"] .slick-prev:before {
  content: "\f054";
}

[dir="rtl"] .slick-next {
  top: 70px;
  right: auto;
  left: -10px;
}

.slick-next:before {
  content: "\f054";
}

[dir="rtl"] .slick-next:before {
  content: "\f053";
}

.navbar-nav.lang-navbar {
  line-height: 1;
}

@media (min-width: 992px) {
  .navbar,
  .navbar-nav {
    line-height: 1;
  }
}

#navbar .container .row {
  display: block;
}

/* RESET */

a:hover {
  text-decoration: none;

  color: inherit;
}

body {
  font-family: Gilroy-Medium, sans-serif;

  padding: 0;

  word-wrap: break-word;

  color: #000;
  background-color: #fff;
  height: auto !important;
}

#wrap-container p {
  font-family: Gilroy-Regular, sans-serif;
  line-height: 1.4;
  font-size: 1.2rem;
}

.padding-block {
  /*padding-top: 150px;*/
}

@media screen and (max-width: 960px) {
  .tf-menu-container {
  }

  .padding-block {
    /*padding-top: 130px;*/
  }
}

h1.greenH1 {
  font-size: 3rem;
  font-weight: 400;

  position: relative;

  margin-bottom: 0;
  padding-bottom: 15px;

  text-transform: uppercase;

  color: #000;
  font-family: Gilroy-Heavy, sans-serif;
  text-align: center;
}

.jobs-details h1.greenH1 {
  /*display: none*/
}

.main-title h1 {
  font-size: 3rem;
  font-weight: 400;

  position: relative;

  margin-bottom: 0;
  padding-bottom: 15px;

  text-transform: uppercase;

  color: #000;
  font-family: Gilroy-Heavy, sans-serif;
  text-align: center;
}

.jobs-listing .main-title h1 {
  display: none;
}

.main-title h1 b {
  font-weight: 400;
}

h1.greenH1:before,
.main-title h1:before {
  /*content: "";
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    bottom: 0;
    left: 0;
    position: absolute;*/
}

h1.greenH1:after,
.main-title h1:after {
  /*content: "";
    width: 110px;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #FF4E00;*/
}

.alert {
  border: 0;
  /*border-radius: 30px;*/
}

.cc-grower {
  position: fixed;
  z-index: 1000;
  bottom: 0;

  overflow: hidden;

  width: 100%;
  max-height: 0;

  transition: max-height 1s;
}

/* HEADER */

header#header {
  /* display: unset;*/
}

.is-active.active-lang-tf {
  display: none !important;
}

.offset-block {
  padding-top: 160px;
}

.text-container {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

/* WRAPPER */

#wrap-container {
  /*padding-top: 160px;*/
  background: #fff;
}

body #wrap-container {
  padding-top: 4rem;
}

body.cms #wrap-container,
body.jobs-listing #wrap-container,
body.extra.about #wrap-container {
  padding-top: 0;
}

body.jobs-listing #wrap-container {
  /*background: #FFF;*/
}

/* CMS */

/* JOB LISTING */

/* FILTER */

.main-title h2 {
  font-size: 1.5rem;
  line-height: 25px;

  letter-spacing: 0;
  text-transform: none;

  color: #4d4d4d;
}

.card {
  border: 1px solid black !important;
  border-radius: 25px !important;
  background: #fff !important;
  box-shadow: none;
}

.card-body {
  padding: 2rem;
}

/* PAGINATION */

.pager-container .text-primary {
  color: #ff4e00 !important;
  font-family: Gilroy-SemiBold, sans-serif;
}

.pager-content span {
  margin: 0 5px;
}

.pager-content a {
  margin: 0 5px;

  text-decoration: none;
}

.pager-content a:after {
  display: none;
}

.pager-content a:hover {
  text-decoration: none;

  color: #fff;
}

.pager-content span.pageNumDisabled {
  padding: 4px 10px;

  color: #000;
  border: 0 solid #ff4e00;
  border-radius: 0;
  background-color: #fff;
}

.pager-content a.pageNumActive {
  padding: 4px 10px;

  text-decoration: none;

  color: #000;
  border: 0 solid #fff;
  border-radius: 0;
  background-color: #fff;
}

.pager-content a.pageNumActive:hover {
  color: #ff4e00;
  border: 0 solid #ff4e00;
  background-color: #fff;
}

.pager-content a:last-child {
  /*border-right: 1px #bebdbc solid;*/
}

.pager-content a.page {
  padding: 4px 12px;

  border: 0 solid #fff;
  border-radius: 0;
  background-color: #fff;
}

.pager-content a.page:hover span:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  color: #ff4e00;
}

.pager-content a.page:hover {
  color: #ff4e00;
  border-color: #fff;
  background: #fff;
}

.pager-content a.page .pagePrec {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #000;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pager-content a.page:hover .pagePrec {
  border: 0;
  background: transparent;
}

.pager-content a.page .pagePrec:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;

  content: "\f104";

  color: #000;
}

.pager-content a.page .pageFirst {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #000;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pager-content a.page:hover .pageFirst {
  border: 0;
  background: transparent;
}

.pager-content a.page .pageFirst:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;

  content: "\f100";

  color: #000;
}

.pager-content a.page .pageSuiv {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #000;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pager-content a.page:hover .pageSuiv {
  border: 0;
  background: transparent;
}

.pager-content a.page .pageSuiv:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;

  content: "\f105";

  color: #000;
}

.pager-content a.page .pageLast {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #000;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pager-content a.page:hover .pageLast {
  border: 0;
  background: transparent;
}

.pager-content a.page .pageLast:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 22px;

  content: "\f101";

  color: #000;
}

.pageFirstInactif,
.pagePrecInactif,
.pageSuivInactif,
.pageLastInactif {
  display: none;
}

/* Sidebar */

#sidebar-left .content {
  margin-bottom: 45px;
  padding: 0;

  border-radius: 0;
  background-color: transparent;
}

#sidebar-left .content ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

/* JOB DETAILS */

.jobdetail .share ul {
  overflow: hidden;

  margin: 15px 0 30px;
  padding: 0;

  background: #fff;
}

.jobdetail .main h2 {
  font-size: 1.8824rem;
  font-weight: bold;
  line-height: 1.2;

  color: #4d4d4d;
}

.jobdetail .main h2:first-child {
  margin-top: 0 !important;
}

.well a.card-link,
.jobs-details .main a {
  text-decoration: underline;

  text-decoration-color: #000;
}

.well a.card-link:hover,
.jobs-details .main a:hover {
  text-decoration: none;

  color: #000;
}

.jobs-details .main ul {
  padding-left: 2rem;

  list-style: disc;
  font-family: Gilroy-Regular, sans-serif;

  font-size: 1.2rem;
}

.jobs-details .main ul li {
  line-height: 1.5em;

  display: list-item;
  display: list-item;

  margin-bottom: 0.25em;
}

.jobs-details .main p {
  font-family: Gilroy-Regular, sans-serif;
  font-size: 1.2rem;
}

.card-body .well {
  margin-top: 2rem !important;
}

.card-body .well > div,
.card-body .well > p.card-text {
  font-weight: 400;

  text-transform: uppercase;
}

.card-body .well h6 {
  font-size: 1.5rem;
  font-weight: 400;
}

.text-muted {
  /*color: #FFF !important;*/
}

.jobs-details-apply .card-body {
  border-radius: 0rem;
  /*-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);*/
}

.jobs-details-apply.card h3 {
  font-size: 2rem;
  font-weight: 400;

  margin: 0 0 15px;
  /* margin-top: 0; */

  text-transform: uppercase;

  color: #ff4e00 !important;
  border: 0;
}

.jobs-details-apply.card .text-apply {
  line-height: 1.5;
}

/* LOGON */

.custom-control-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.custom-control-label p {
  margin-top: 0;
  padding: 0;
}

.custom-control {
  line-height: 2rem;

  position: relative;
  /* display: block; */
  /* min-height: 2.5rem; */

  padding-left: 0rem;
}

.custom-control-label::before {
  /*top: 0.35em;*/
}

.custom-control-label::before {
  left: -1.5rem;

  width: 16px;
  height: 16px;

  border: 1px solid #000;
  /*top:  0;*/
}

.custom-control-label::after {
  left: -1.5rem;

  width: 16px;
  height: 16px;
  /*top:  0;*/
}

.alert.fade.show {
  opacity: 1;
}

/* FORMS */

form {
  font-size: 16px;
}

.jobs-details-apply-free-container .card {
  border: 0 !important;
}

.jobs-details-apply-free-container .card-body {
  padding: 0 !important;
}

.c2a .card:not(.card--no-link):hover,
.c2a .card:not(.card--no-link):focus,
.apply-buttons-container .card:not(.card--no-link):hover,
.apply-buttons-container .card:not(.card--no-link):focus {
  /*box-shadow: none;*/
}

fieldset {
  margin: 0;
  padding: 0;

  border: 0;
}

.form-control {
  font-size: 16px;
  line-height: 1.42857143;

  height: auto;
  padding: 9px 9px;

  border: 1px solid #000;
  border-radius: 25px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus,
.form-control:focus {
  /*border: 2px solid #000;*/
}

.col-form-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;

  color: #000;
  font-family: Gilroy-SemiBold, sans-serif;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff4e00;
  background-color: #ff4e00;
}

table,
.table {
  color: #ff4e00;
}

.table th,
.table thead th {
  vertical-align: bottom;

  border-bottom: 1px solid #e9e9e9;
  font-family: Gilroy-SemiBold, sans-serif;
}

.table tbody th.myjobsite-language-lx {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.table td {
  font-weight: 400;
}

a.btn.pickfiles:after {
  display: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ff4e00 !important;
  border: 2px solid #ff4e00;
  background-color: #fff;
}

/* LOGON */

ul#ulerrormessage {
  margin-top: 0;
  margin-bottom: 1rem;

  list-style-type: disc;

  padding-inline-start: 40px;
}

ul#ulerrormessage li {
  line-height: 1.5em;

  display: list-item;

  margin-bottom: 0.25em;
}

.myjobsite-logon-box.card {
  /*border: 0 !important;*/
}

.my-jobsite-logon-form label:not(.custom-control-label) {
  font-size: 16px;
  font-weight: 400;

  text-transform: uppercase;

  color: #000;
  font-family: Gilroy-SemiBold, sans-serif;
}

/* MY JOBSITE */

#leftMenu {
  margin-bottom: 30px !important;

  border: 0;
  border-radius: 0rem;
  background: #fff;
  /*-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
       -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);*/
}

a.list-group-item {
  font-weight: 400;

  text-decoration: none;

  color: #000;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

a.list-group-item .fa {
  color: #ff4e00;
}

a.list-group-item:hover {
  z-index: 0;

  color: #ff4e00;
  background: #fff;
}

a.list-group-item.active {
  /*z-index: 2;
    color: #fff;*/
  z-index: 0;

  color: #ff4e00;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.row.myjobsite-breadcrumb h3 {
  font-family: Gilroy-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;

  margin-top: 0;

  text-transform: uppercase;

  color: #000;
}

.modules-myjobsite-history .card-body {
  border: 0;
  border-radius: 0rem;
  /*-webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
       -moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
            box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);*/
}

.modules-myjobsite-history h3.title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;

  margin-top: 0;
  /* margin-bottom: 0; */

  text-transform: uppercase;

  color: #000 !important;
}

.modules-myjobsite-history .text-muted {
  color: #6c757d !important;
}

body.cms .container#main-content,
body.extra.about .container#main-content {
  width: 100%;
  max-width: 100%;

  padding-bottom: 0 !important;
  padding-top: 0 !important;
} 

body.cms .container .row #main,
body.extra.about .container .row #main {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
} 

@media (min-width: 1200px) {
   .container {
    width: 100%;
    max-width: 1440px;
  } 

  body.cms .container#main-content,
  body.about .container#main-content {
    max-width: 100%;
    padding: 0 !important;
  }

  body.cms .container {
    max-width: 1440px;
    padding: 0;
  }

  footer .container {
    width: 100%;
    max-width: 1440px;
  }
}

/* DROPDOWN GEO AREA */

.filter.jobs-category-filter.card {
  margin: 0 !important;
  border: 0 !important;
  background: #000 !important;
  border-radius: 0 !important;
}

.filter.jobs-category-filter.card .card-body {
  margin: 0 !important;
  padding: 0 !important;
  max-height: 320px;
  overflow: auto;
  padding-right: 1rem !important;
}

.filter.jobs-category-filter.card .card-body .plugins-title.head-accordion,
.filter.jobs-category-filter .custom-control.custom-checkbox .icon {
  display: none;
}

.filter.jobs-category-filter .custom-control.custom-checkbox {
  line-height: 1;
  min-height: auto;
}

.filter.jobs-category-filter
  .custom-control.custom-checkbox
  .custom-control-label {
  margin-bottom: 1rem !important;
  display: block;
}

.filter.jobs-category-filter
  .head-panel:last-child
  .custom-control.custom-checkbox
  .custom-control-label {
  margin-bottom: 0rem !important;
}

.filter.jobs-category-filter
  .custom-control.custom-checkbox
  .custom-control-label
  a {
  color: #fff;
  border-radius: 25px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: auto;
  white-space: nowrap;
}

.filter.jobs-category-filter
  .custom-control.custom-checkbox
  .custom-control-label
  a:hover {
  color: #000;
  background: #fff;
}

.filter.jobs-category-filter
  .custom-control.custom-checkbox
  .custom-control-label
  a
  span.badge.badge-primary {
  color: #ff4e00;
  margin-left: 0.5rem !important;
  padding: 0;
  background: 0;
  margin: 0;
  display: inline;
  border-radius: 0;
  font-size: 16px;
}

.filter.jobs-category-filter
  .custom-control.custom-checkbox
  .custom-control-label
  a
  span.bracket {
  display: none;
}

.filter.jobs-category-filter
  .custom-control.custom-checkbox
  .custom-control-label::after {
  display: none;
}

/* COOKIES */

.rhc-banner__content .consent-decline {
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-transform: none !important;
  color: #ff4e00 !important;
  border-color: transparent;
  background-color: transparent;
  box-shadow: none;
}

.rhc-banner__content .consent-decline:hover {
  border-color: transparent;
  background-color: transparent;
  color: color-mix(in srgb, var(--primary-color) 80%, transparent) !important;
  box-shadow: none;
  text-decoration: underline;
}

.rhc-banner__content .consent-approve {
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 7px 18px !important;
  -webkit-transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    border 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    border 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff !important;
  border: 1px solid #ff4e00 !important;
  border-radius: 3px !important;
  width: auto !important;
  min-width: unset !important;
  background-color: #ff4e00 !important;
}

.rhc-banner__content .consent-approve:hover {
  text-decoration: none !important;
  color: #ff4e00 !important;
  background-color: #fff !important;
}

.rhc-banner.consent-banner {
  max-width: 28em;
}

.rhc-banner__content {
  display: grid !important;
  grid-template-columns: auto auto;
  grid-template-areas:
    "msg msg"
    "decl approve";
  gap: 12px 14px; /* space between rows/columns */
  justify-content: center; /* center the buttons row under the text */
  align-items: center;
}

/* place items into the grid areas */
.rhc-banner__content__message {
  grid-area: msg;
  text-align: left;
}
.rhc-banner__content > .consent-decline {
  grid-area: decl;
  justify-self: end;
}
.rhc-banner__content > .consent-approve {
  grid-area: approve;
  justify-self: start;
}

/* override any full-width/button styles from the UI lib */
.rhc-banner__content > .consent-decline,
.rhc-banner__content > .consent-approve {
  width: auto !important;
  margin: 0 !important;
}
