/* CUSTOM CSS - TIVOLI 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;
}

.et_pb_column_0_tb_footer {
  padding: 2.855% 0;
}

.et_pb_column_2_tb_footer {
  padding: 2.855% 0;
}

/* FIX  */

.introduction-text-container {
  padding-bottom: 2rem;
}

.jobs-listing-social-network-container.jobs-details-social-network-container {
  display: none;
}

.nIntro {
  background: #fff;
}

.select2-container--bootstrap4 .select2-results__group {
  color: #666;
}

.select2-container--bootstrap4 .select2-results__option--highlighted {
  color: #fff;
  background-color: red;
}

.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #666;
}

.select2-container--bootstrap4 .select2-selection {
  border-radius: 0;
  background: #fff;
  color: #666;
}

.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: red;

  -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 {
  background-color: #fff;
  color: #666;
  font-family: "TivoWork", Helvetica, Arial, Lucida, sans-serif;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;

  height: 100%;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  word-wrap: break-word;
}

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: 2rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: "TivoWork", Helvetica, Arial, Lucida, sans-serif;
}

.jobs-details h1.greenH1 {
  /*display: none*/
}

.main-title h1 {
  font-size: 2rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-family: "TivoWork", Helvetica, Arial, Lucida, sans-serif;
}

.jobs-listing .main-title h1 {
  /*display: none;*/
}

.main-title h1 b {
  font-weight: 400;
}

h1.greenH1:before,
.main-title h1:before {
  content: "";
  position: absolute;
  width: 100px;
  bottom: 0;
  border-bottom: 1px solid red;
}

h1.greenH1:after,
.main-title h1:after {
  /*content: "";
    width: 110px;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: red;*/
}

.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.jobs-listing #wrap-container {
  /*background: #ebebeb;*/
}

/* CMS */

.TextIntro p {
  line-height: 1.5em;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.TextIntro p:last-of-type {
  padding-bottom: 1em;
}

.TextIntro ul:last-of-type {
  /*list-style: disc;
    list-style: none; */
  padding: 15px 30px 30px;
  margin: 0;

  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;

  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style: outside none none;
}

@media (max-width: 768px) {
  .TextIntro ul:last-of-type {
    display: block !important;
    list-style: disc;
    list-style: none;
    padding: 15px 30px 30px;
    margin: 0;
  }

  .TextIntro ul li::before {
    content: "\2022";
    color: #e9191e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
}

.TextIntro ul:last-of-type li {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.TextIntro ul li::before {
  /*content: "\2022";  
  color: #E9191E; 
  font-weight: bold; 
  display: inline-block;
  width: 1em; 
  margin-left: -1em; */
}

.TextIntro ul:last-of-type li:nth-child(1) {
  color: #008cc6;
}

.TextIntro ul:last-of-type li:nth-child(2) {
  color: #76338c;
}

.TextIntro ul:last-of-type li:nth-child(3) {
  color: #a4c725;
}

.TextIntro ul:last-of-type li:nth-child(4) {
  color: #fecc00;
}

.TextIntro ul:last-of-type li:nth-child(5) {
  color: #e50055;
}

.TextIntro h2 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.TextIntro h2:before {
  content: "";
  position: absolute;
  width: 100px;
  bottom: 0;
  border-bottom: 1px solid red;
}

/* JOB LISTING */

/* FILTER */

.main-content-cat {
  border-top: 1px solid red;
}

.jobs-category-filter-plugin h6:not(.displayed) + ul.list-group {
  display: none;
}

.geographical-area-filter-plugin ul.list-group .list-group-item,
.jobs-category-filter-plugin ul.list-group .list-group-item {
  font-weight: 400;

  margin: 0 0 10px 0;
  /* text-decoration: none; */
  padding: 0;

  border: 0;
}

.geographical-area-filter-plugin ul.list-group .list-group-item-action a,
.jobs-category-filter-plugin ul.list-group .list-group-item-action a {
  position: relative;

  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: border-color, background-color;
  text-decoration: none;

  color: #666;
}

.geographical-area-filter-plugin ul.list-group .list-group-item-action a:before,
.jobs-category-filter-plugin ul.list-group .list-group-item-action a:before {
  font-family: "FontAwesome";
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 22px;

  position: absolute;
  left: 0;

  display: none;

  content: "\f105";
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: border-color, background-color;

  color: #179cdb;
}

.geographical-area-filter-plugin ul.list-group .list-group-item-action:hover,
.jobs-category-filter-plugin ul.list-group .list-group-item-action:hover {
  background: #fff;
}

.geographical-area-filter-plugin
  ul.list-group
  .list-group-item-action
  a:hover:before,
.jobs-category-filter-plugin
  ul.list-group
  .list-group-item-action
  a:hover:before {
  color: #184a81;
}

.badge-primary {
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: border-color, background-color;

  color: #fff;
  background-color: #179cdb;
}

a span.count {
  font-weight: 300;

  padding-right: 5px;
  padding-left: 5px;
}

.geographical-area-filter-plugin
  ul.list-group
  .list-group-item-action
  a:hover
  .badge-primary,
.jobs-category-filter-plugin
  ul.list-group
  .list-group-item-action
  a:hover
  .badge-primary,
.geographical-area-filter-plugin
  ul.list-group
  .list-group-item-action
  a.active
  .badge-primary,
.jobs-category-filter-plugin
  ul.list-group
  .list-group-item-action
  a.active
  .badge-primary {
  background-color: #184a81;
}

.geographical-area-filter-plugin ul.list-group .list-group-item-action a.active,
.jobs-category-filter-plugin ul.list-group .list-group-item-action a.active {
  font-weight: 700;
}

h2.sub-title-category {
  display: none;
}

.main-category h6 {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;

  position: relative;

  margin: 0;
  margin-top: 0;
  /* border-bottom: 1px solid #666; */
  margin-bottom: 0;
  padding: 10px 0 10px 0;

  cursor: pointer;

  outline: none;
}

.main-category h6:after {
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 16px;
  font-weight: 400;

  position: absolute;
  right: 13px;
  right: 0;

  content: "\f078";

  color: red;
}

.main-category h6.filter-toggle.displayed:after {
  content: "\f077";
}

.main-title h2 {
  font-size: 1.5rem;
  line-height: 25px;

  letter-spacing: 0;
  text-transform: none;

  color: #4d4d4d;
}

.card {
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
  box-shadow: none;
  border-radius: 0px !important;
}

.card-img-top {
  border-radius: 0px !important;
}

.card-body {
  padding: 2rem;
  word-wrap: break-word;
}

.card-title {
  font-size: 18px;
  color: red;
}

/* PAGINATION */

.pager-container .text-primary {
  color: red !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 red;
  border-radius: 4px;
  background-color: red;
}

.pager-content a.pageNumActive {
  padding: 4px 10px;

  text-decoration: none;

  color: red;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.pager-content a.pageNumActive:hover {
  color: #fff;
  border: 1px solid red;
  background-color: red;
}

.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: red;
  background: red;
}

.pager-content a.page .pagePrec {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: red;
  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: red;
}

.pager-content a.page .pageFirst {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: red;
  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: red;
}

.pager-content a.page .pageSuiv {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: red;
  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: red;
}

.pager-content a.page .pageLast {
  margin: 0;
  margin-right: 0;
  padding: 0;

  color: red;
  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: red;
}

.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: #ebebeb;
}

.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: rgba(31, 55, 91, 0.4);
  text-decoration-style: dotted;
  text-underline-offset: 0.1rem;
  text-underline-position: under;
}

.well a.card-link:hover,
.jobs-details .main a:hover {
  text-decoration: none;

  color: red;
}

.jobs-details .main {
}

.jobs-details .main ul {
  /* padding-left: 2rem;
    list-style: disc;*/
}

.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: 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: 500;
  margin: 0 0 15px;
  /* margin-top: 0; */
  text-transform: none;
  color: #666 !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.35em;*/
}

.custom-control-label::before {
  /*left: -2.5rem;*/

  width: 16px;
  height: 16px;
  /*top:  0;*/
}

.custom-control-label::after {
  /*left: -2.5rem;*/

  width: 16px;
  height: 16px;
  /*top:  0;*/
}

.alert.fade.show {
  opacity: 1;
}

/* FORMS */

form {
  font-size: 14px;
}

.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 rgba(31, 55, 91, 0.1);
  border-radius: 4px;
}

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 #666;*/
}

.col-form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: red;
  background-color: red;
}

table,
.table {
  color: red;
}

.table th,
.table thead th {
  vertical-align: bottom;

  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: red !important;
  border: 2px solid transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

/* 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: 400;
  color: #666;
}

/* 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;
  background: #fff;
  border: 0;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

a.list-group-item .fa {
  color: red;
}

a.list-group-item:hover {
  background: #ebebeb;
  color: red;
}

a.list-group-item.active {
  /*z-index: 2;
    color: #fff;*/
  z-index: 0;
  background: #fff;
  color: red;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.row.myjobsite-breadcrumb h3 {
  font-size: 14px;
  font-weight: 400;

  margin-top: 0;

  text-transform: none;

  color: #666;
  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-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;

  margin-top: 0;
  /* margin-bottom: 0; */

  text-transform: none;

  color: red !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: 1200px;
  }

  body.cms .container#main-content {
    /* max-width: 100%; */
    padding: 0;
  }

  body.cms .container {
    max-width: 1200px;
    padding: 0;
  }

  footer .container {
    width: 100%;
    max-width: 1200px;
  }
}
