/* CUSTOM CSS - WB 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 {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-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 {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.uppercase a.is-active-tf-lang {
  display: none;
}

/* FIX  */

.jobs-listing-social-network-container.jobs-details-social-network-container {
  display: none;
}

.nIntro {
  background: #fff;
}

.select2-container--bootstrap4 .select2-results__group {
  color: #028090;
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
  color: #fff;
  background-color: #028090;
}

.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #028090;
}

.select2-container--bootstrap4 .select2-selection {
  border-radius: 10px;
  background: #f7f2f2;
  font-size: 1rem;
  color: #028090;
  border: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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: #028090;

  -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,
.navbar > .container,
.navbar > .container-fluid,
.navbar-nav {
  /* display: block;*/
}

#navbar .container .row {
  display: block;
}

.tf-menu-container {
}

/* RESET */

a:hover {
  text-decoration: none;

  color: inherit;
}

body {
}

p {
  /*line-height: 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: 700;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-transform: none;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
  border-bottom: 1px solid #cccccc;
}

.account h1.greenH1,
.jobs-details h1.greenH1,
.fta h1.greenH1 {
  /*display: none;*/
}

.main-title h1 {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-transform: none;
  color: #333333;
  font-weight: 500;
  line-height: 1;
  margin-top: 0;
  border-bottom: 1px solid #cccccc;
}

.jobs-listing .main-title h1 {
  /*display: none;*/
}

.main-title h1 b {
  font-weight: 500;
}

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: #028090;*/
}

.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: 100px;*/
  background: #fff;
}

body.jobs-listing #wrap-container {
  /*background: #eee;*/
}

/* CMS */

/* JOB LISTING */

/* FILTER */

.main-category h6 {
  margin: 0;
  padding: 0;
}

.card {
  border: 0 !important;
  /* background: #d5def0 !important; */
  box-shadow: none;
  border-radius: 0px !important;
  background: #eee;
  padding: 1em;
  border-left: 1em solid #ccc !important;
}

.card-body {
  padding: 1rem;
}

/* PAGINATION */

.pager-container .text-primary {
  color: #028090 !important;
}

.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: #fff;
  border: 1px solid #028090;
  border-radius: 4px;
  background-color: #028090;
}

.pager-content a.pageNumActive {
  padding: 4px 10px;

  text-decoration: none;

  color: #028090;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.pager-content a.pageNumActive:hover {
  color: #fff;
  border: 1px solid #028090;
  background-color: #028090;
}

.pager-content a:last-child {
  /*border-right: 1px #bebdbc solid;*/
}

.pager-content a.page {
  padding: 4px 12px;

  border: 1px solid #fff;
  border-radius: 4px;
  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: #fff;
}

.pager-content a.page:hover {
  color: #fff;
  border-color: #028090;
  background: #028090;
}

.pager-content a.page .pagePrec {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #028090;
  border: 0;
  border-radius: 4px;
  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: #028090;
}

.pager-content a.page .pageFirst {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #028090;
  border: 0;
  border-radius: 4px;
  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: #028090;
}

.pager-content a.page .pageSuiv {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #028090;
  border: 0;
  border-radius: 4px;
  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: #028090;
}

.pager-content a.page .pageLast {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: #028090;
  border: 0;
  border-radius: 4px;
  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: #028090;
}

.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 {
}

#sidebar-left .content ul li {
}

/* JOB DETAILS */

div.jobdetail .share ul {
  overflow: hidden;

  margin: 15px 0 30px;
  padding: 0;

  background: #eee;
}

div.jobdetail .main h2 {
  font-size: 1.8824rem;
  font-weight: bold;
  line-height: 1.2;

  color: #4d4d4d;
}

div.jobdetail .main h2:first-child {
  margin-top: 0 !important;
}

.well a.card-link,
div.jobs-details .main a {
  text-decoration: underline;
  text-decoration-color: rgba(31, 55, 91, 0.4);
  text-decoration-style: dotted;
  text-underline-offset: 0.1rem;
  text-underline-position: under;
}

.well a.card-link:hover,
div.jobs-details .main a:hover {
  text-decoration: none;

  color: #028090;
}

div.jobs-details .main {
  font-size: 14px;
}

div.jobs-details .main ul {
  /* padding-left: 2rem;
    list-style: disc;*/
  list-style: disc;
}

div.jobs-details .main ul li {
  display: list-item;
  margin-bottom: 0.25em;
  line-height: 1.5em;
  display: list-item;
}

.aside .card {
}

.aside .card-body {
}

.card-body .well > div,
.card-body .well > p.card-text {
  padding: 0.5rem 0;
  position: relative;
  margin-bottom: 15px;
}

.card-body .well > div:before,
.card-body .well > p.card-text:before {
}

.card-body .well h6 {
  font-size: 1.5rem;
  font-weight: 700;
}

.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: 500;
  margin: 0 0 15px;
  /* margin-top: 0; */
  text-transform: none;
  color: #028090 !important;
  border: 0;
}

.jobs-details-apply.card .text-apply {
  line-height: 1.5;
}

/* LOGON */

.custom-control-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.custom-control-label p {
  margin-top: 0;
  padding: 0;
}

.custom-control {
  position: relative;
  /* display: block; */
  /* min-height: 2.5rem; */
  padding-left: 2.5rem;
  line-height: 2rem;
}

.custom-control-label::before {
  top: 0.25em;
}

.custom-control-label::before {
  left: -2.5rem;
  border: #ccc solid 1px;
  width: 16px;
  height: 16px;
  /*top:  0;*/
}

.custom-control-label::after {
  left: -2.5rem;

  width: 16px;
  height: 16px;
  top: 0.35rem;
}

.alert.fade.show {
  opacity: 1;
}

/* FORMS */

form {
  font-size: 14px !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 {
  height: auto;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 9px 9px;
  border: 1px solid #ccc;
  border-radius: 0rem !important;
  color: #028090;
}

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 #028090;*/
}

.col-form-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #028090;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #028090;
  background-color: #028090;
}

table,
.table {
  color: #696969;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}

.table th,
.table thead th {
  vertical-align: bottom;
  font-weight: 600;
  border-bottom: 1px solid #e9e9e9;
}

.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: #028090 !important;
  border: 2px solid #028090;
  background-color: #fff;
}

/* LOGON */

ul#ulerrormessage {
  margin-top: 0;
  margin-bottom: 1rem;

  padding-inline-start: 40px;
  list-style-type: disc;
}

ul#ulerrormessage li {
  margin-bottom: 0.25em;
  line-height: 1.5em;
  display: list-item;
}

.myjobsite-logon-box.card {
  /*border: 0 !important;*/
}

.my-jobsite-logon-form.card-body {
}

.my-jobsite-logon-form label:not(.custom-control-label) {
  font-size: 14px;
  font-weight: 700;
  color: #028090;
}

div.csa_form .talentfinder-textfield-label label {
  text-align: left;
  padding-top: 8px;
  font-size: 14px;
  color: #028090;
  font-weight: 700;
}

/* MY JOBSITE */

.myjobsite-menu .list-group {
  --tw-gradient-from: var(--colors-secondary-500)
    var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--colors-secondary-300) var(--tw-gradient-via-position),
    var(--tw-gradient-to);
  --tw-gradient-to: var(--colors-primary-500) var(--tw-gradient-to-position);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  border-radius: 1rem;
}

#leftMenu {
  margin-bottom: 30px !important;

  border: 0;
  border-radius: 0rem;
  background: transparent;
  /*-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: 600;
  text-decoration: none;
  background: #f1efef;
  border: 0;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

a.list-group-item .fa {
  color: #333;
}

a.list-group-item.active:hover,
a.list-group-item:hover {
  background: #f1efef;
  color: #028090;
}

a.list-group-item:hover .fa {
  color: #028090;
}

a.list-group-item.active {
  /*z-index: 2;
    color: #fff;*/
  z-index: 0;
  background: #f1efef;
  color: #028090;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.row.myjobsite-breadcrumb h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
  color: #028090;
  text-align: center;
}

.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-weight: 700;

  margin-top: 0;
  /* margin-bottom: 0; */

  text-transform: none;

  color: #028090 !important;
}

.modules-myjobsite-history .text-muted {
  color: #6c757d !important;
}

body.cms .container {
  width: 100%;
  max-width: 100%;
  /*padding: 0;*/
}

body.cms .container .row {
  /*width: 100%;*/
}

@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: 1740px;
  }

  body.cms .container#main-content {
    max-width: 100%;
    padding: 0;
  }

  body.cms .container {
    max-width: 1740px;
    padding: 0;
  }

  footer .container {
    width: 100%;
    max-width: 1740px;
  }
}

div.jobs-category-filter div.plugins-title .btn-link {
  color: #000000 !important;
  background-color: white !important;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 1.3rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  cursor: none;
}

div.jobs-category-filter div.plugins-title i {
  display: none;
}

div.jobs-category-filter {
  border: none !important;
  padding: 0;
}

div.jobs-category-filter div.main-category {
  cursor: pointer;
  position: relative;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  outline: none;
  padding: 1rem;
  /* border-bottom: 1px solid #000; */
  text-transform: uppercase;
  /* background-image: url(https://cdn.dev.profilegroup-hrs.com/FlandersMake2023/Ressources/Images/icones/expand_more.svg); */
  /* background-position: 100%; */
  /* background-repeat: no-repeat;*/
}

div.jobs-category-filter a {
  padding: 0rem;
  text-decoration: none !important;
  color: #000000;
  display: block;
  text-transform: none;
}

div.jobs-category-filter a:hover {
}

div.jobs-category-filter div.main-category span.cat-item-count {
  display: none;
}

div.jobs-category-filter span.bracket,
div.jobs-category-filter div.count-zero {
  display: none;
}

div.jobs-category-filter div.sub-category i.icon,
div.location-filter i.icon {
  content: ">";
  display: inline flow-root list-item;
  color: #00c3de;
  display: none;
}

div.section_jobs div.main-title,
div.modules-jobs-listing div.job-count {
  /*display:none;*/
}

.navList {
  display: flex;
}
ol,
ul {
  list-style: none;
}

.navbar-nav {
  display: ruby;
}

.navbar-nav .nav-link {
  font-weight: 700 !important;
  transition: color 0.3s;
  background-color: #028090;
  display: inline-block;
  padding: 0.6rem 1rem !important;
  color: #ffffff;
  font-weight: bold;
  width: calc(50% - 0.5rem);
  position: relative;
  padding-right: 4rem !important;
  margin-bottom: 1rem;
  text-align: left;
}

.navbar-nav a.nav-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
}

div.modules-jobs-details div.job-banner {
  display: none;
}

div.main-category a,
div.main-category a:hover {
  color: #000000;
}

div.jobs-category-filter div.main-category:after {
  background-image: url(https://cdn.dev.profilegroup-hrs.com/FlandersMake2023/Ressources/Images/icones/expand_more.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}

#wrap-container {
  clear: both;
}

.jobs-category-filter .collapse {
  display: block !important;
}

.main-menu {
  display: block;
  width: 100%;
}
.main-menu .nav-item {
  width: calc(100% / 3);
  padding: 0 1rem;
  display: inline;
}
.main-menu .home {
  display: none;
}

/* FIX */

.job-datepicker-button .input-group-text,
.input-group-text.last {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* FIX V4 */

.myjob-site-menu a {
  color: #028090;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.42px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.3s ease-in-out;
  padding-bottom: 5px;
  display: block;
}

.myjob-site-menu a:hover {
  color: #028090;
  opacity: 0.75;
}

body.jobs-details .aside .pb-2.apply-option-container {
  display: block;
}

.MuiRadio-colorPrimary svg,
.MuiCheckbox-colorPrimary svg {
  fill: #028090;
}

div.MuiInputBase-root {
  width: 100%;
}

input.MuiInputBase-input {
  padding: 10px;
}

.MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  padding: 0px 0px !important;
}

.MuiSelect-select {
  padding: 10px !important;
}

.is-invalid input {
  /*border-color: #dc3545;*/
}

table.table {
  display: table;
}

fieldset {
  width: 100%;
}

.my-jobsite-btn-container {
  display: -webkit-box; /* Old iOS Safari */
  display: -ms-flexbox; /* IE 10 */
  display: -webkit-flex; /* Old versions of Chrome, Safari, Opera */
  display: flex; /* Modern browsers */

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.rhc-theme-light {
  --text-primary: #000 !important;
  --text-secondary: #757575 !important;
  --background: #fff !important;
  --scrollbar-background-color: #d4d4d4;
  --scrollbar-foreground-color: #8a8a8a;
}

.rhc-banner {
}

.rhc-banner__content__message {
}

.rhc-banner__content__message a {
  text-decoration: underline !important;
  color: #028090 !important;
}

.rhc-banner__content__message a:hover {
  text-decoration: none !important;
}

/* FIX V4 */

div.jobs-list-container div.jobs-items div.job-location,
div.jobs-list-container div.jobs-items div.job-date {
  padding-left: 0;
  font-weight: 700;
}

.MuiRadio-colorPrimary svg,
.MuiCheckbox-colorPrimary svg {
  fill: #028090;
  font-size: 2rem;
}

.MuiTypography-root.MuiTypography-body1.MuiFormControlLabel-label {
  font-size: 1.4rem;
  /* line-height: 2rem; */
  letter-spacing: 0;
}

.disclaimer-blocks-content.custom-checkbox,
.gdpr-logon.custom-control.custom-checkbox {
  padding-left: 0;
}

.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-edgeEnd {
}

.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-edgeEnd:hover {
}

/* Styles de base pour la liste */
div.jobs-category-filter .plugins-title.head-accordion {
  display: none;
}

#collapse-cat {
  padding: 0;
  list-style: none;
  color: #696969;
  border-radius: 0;
}

div.jobs-category-filter .card-body {
  padding: 0 !important;
  background: #fff;
}

/* Style des éléments principaux (catégories) */

.main-category {
  background-color: #f1efef;
  padding: 1rem;
  border-radius: 0px;
  margin-bottom: 0.2rem;
}

.main-category a {
  color: #333333;
  text-decoration: none;
}

.main-category:hover {
  background: #fcfcfd;
}

/* Style des sous-catégories */
.sub-category {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sub-item {
  background-color: #f1efef;
  padding: 0.8rem;
  border-radius: 0;
  margin-bottom: 0.2rem;
  padding-left: 3rem !important;
}

div.jobs-category-filter .custom-control-label {
  display: block;
}

.sub-item a {
  color: #333333;
  text-decoration: none;
}

.sub-item:hover {
  background: #fcfcfd;
}

/* Style des badges */
.cat-item-count {
  font-size: 0.9rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 5px;
}

/* Icônes des catégories et sous-catégories */
div.jobs-category-filter .icon {
  display: none;
}

div.jobs-list-container div.jobs-items .title div.title-overflow {
  white-space: unset;
  text-overflow: unset;
  display: block;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #333333;
  font-weight: 700;
  font-size: 22px;
  background-color: #028090;
  /* display: inline-block; */
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: bold;
  /* width: calc(50% - 0.5rem); */
  position: relative;
  padding-right: 4rem;
  margin-bottom: 1rem;
}

.contact-info .gender .radio-group label,
.address-info .line div label {
  text-align: left;
  padding-top: 8px;
  font-size: 14px;
  color: #028090;
  font-weight: 700;
}

.myjobsite-category-separator .line .talentfinder-autocompleter label {
  display: none !important;
}

#questioninfo #complete-form-container .contact-info .line .radio-group,
#questioninfo
  #complete-form-container
  .contact-info
  .line
  .talentfinder-textfield-label {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  align-items: center;
}

#questioninfo
  #complete-form-container
  .address-info
  .line
  .talentfinder-textfield-label,
#questioninfo
  #complete-form-container
  .address-info
  .line
  .talentfinder-select-label,
#questioninfo
  #complete-form-container
  .address-info
  .line
  .talentfinder-autocompleter,
#questioninfo
  #complete-form-container
  .address-info
  .line
  .talentfinder-autocompleter {
  display: grid;
  grid-template-columns: 0.5fr 2fr;
  align-items: center;
}

/* #education-level #csa_form .line .label,
.job-category-wish .wish-category .myjobsite-category-separator div.label,
.job-category .wish-category .myjobsite-category-separator div.label {
  display: grid !important;
  grid-template-columns: 0.5fr 2fr !important;
  align-items: center !important;
} */

/* uploadfile */
.application-files .file {
  padding: 1.75rem;
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr auto;
}

#uploadcv .file {
  display: flex;
  padding: 1.75rem;
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr auto;
}

#uploadcv .file .delete,
.application-files .file .delete {
  padding-left: 0.5rem;
}

.message-container .extension-file {
  color: rgba(0, 0, 0, 0.4);
}
.message-container {
  width: 78%;
}

.tableBox {
  display: flex;
  flex-direction: column;
}

.tableBox .tableTitle {
  order: 3;
  padding: 1.75rem;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  font-family: "ITCAvantGardeStdDemi", "ITCAvantGardeStdMd", "Megante",
    sans-serif;
  margin-top: 24px;
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
}

.tableBox .tableFoot {
  order: 1;
  padding: 24px;
  border: 1.5px dashed rgba(0, 0, 0, 0.25);
  border-radius: 48px;
}

.tableBox .curriculum-vitae,
.tableBox .emply {
  order: 3;
}

#upload-cv-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

#upload-cv-container button {
  width: fit-content;
  border-radius: 64px;
  height: 48px;
  background: white !important;
  border: 1px solid #028090;
  color: #028090 !important;
  outline: none;
}

#upload-cv-container .upload-img {
  width: 68px;
  height: 68px;
  background-image: url("../../Images/feather_upload-cloud.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 3.5rem;
}

.tableFoot:hover {
  background: #02809042 !important;
}

.tableFoot:hover #upload-cv-container button {
  background: #028090 !important;
  border: 1px solid #028090;
  color: white !important;
  outline: none;
  cursor: pointer;
}

.rhc-banner__content .consent-decline {
  color: #028090 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  border-radius: none !important;
}
.rhc-banner__content .consent-approve {
  background: #028090 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.rhc-banner__content .consent-decline:hover {
  text-decoration: underline;
}

.rhc-banner__content .consent-approve:hover {
  color: #028090 !important;
  background: #ffffff !important;
  border: 1px solid #028090 !important;
  box-shadow: none !important;
}

body header.header .header-rightbox {
  z-index: 20 !important;
}

article#content.content_disclaimer {
  padding: 0 7.5rem !important;
}
