/* CUSTOM CSS - CH Mouscron 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;
}



/* FIX  */

/* Home */

.owl-carousel.cat-tf .owl-item img {
    display: block;
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.numbers .card h3{
    font-size: 3rem;
    font-weight: 700;
}

.cat-tf .card-body{
    min-height: 130px;
    height: 100%;
    padding: 0;
}

.jobs-listing-social-network-container.jobs-details-social-network-container{
    display: none;
}


.nIntro{
    background: #FFF;
}

.select2-container--bootstrap4 .select2-results__group
{
    color: #0094aa;
}

.select2-container--bootstrap4 .select2-results__option--highlighted
{
    color: #1b122f;
    background-color: #EBF5F7;
}

.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]
{
    color: #fff;
    background-color: #0094aa;
}

.select2-container--bootstrap4 .select2-selection
{
    border-radius: 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 .8rem;
}

.slick-prev:before,
.slick-next:before
{
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 1;

    opacity: 1;
    color: #0094aa;

    -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
{
    
}

/* BANNER VIDEO */

.video-banner-title{
    position: absolute;
    top: 45%;
    left: 0;
    color: #FFF;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

/* RESET */

a:hover
{
    text-decoration: none;

    color: inherit;
}

body
{
    background-color: #fff;
    font-weight: 400;
    line-height: 1.6;
    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: 3rem;    
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-transform: none;
    color: #1b122f;
}

.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: none;
    color: #1b122f;

}

.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: #0094aa;*/
}

.alert
{
    border: 0;
    /*border-radius: 30px;*/
    font-size: 1rem;
}

.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: #EBF5F7;*/
}


/* CMS */



/* JOB LISTING */


/* FILTER */

.main-content-cat
{
    border-top: 1px solid #0094aa;
}




.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: .15s;
    transition-property: border-color,background-color;
    text-decoration: none;

    color: #1b122f;
}

.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: .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: .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 #1b122f; */
    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: #0094aa;
}

.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;
}







/* PAGINATION */

.pager-container .text-primary
{
    color: #0094aa !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 #0094aa;
    border-radius: 4px;
    background-color: #0094aa;
}

.pager-content a.pageNumActive
{
    padding: 4px 10px;

    text-decoration: none;

    color: #0094aa;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.pager-content a.pageNumActive:hover
{
    color: #fff;
    border: 1px solid #0094aa;
    background-color: #0094aa;
}

.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 .3s ease-in-out;
            transition: all .3s ease-in-out;

    color: #fff;
}

.pager-content a.page:hover
{
    color: #fff;
    border-color: #0094aa;
    background: #0094aa;
}


.pager-content a.page .pagePrec
{
    margin: 0;
    margin-right: 0;
    padding: 0;

    color: #0094aa;
    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: #0094aa;
}

.pager-content a.page .pageFirst
{
    margin: 0;
    margin-right: 0;
    padding: 0;

    color: #0094aa;
    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: #0094aa;
}

.pager-content a.page .pageSuiv
{
    margin: 0;
    margin-right: 0;
    padding: 0;

    color: #0094aa;
    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: #0094aa;
}

.pager-content a.page .pageLast
{
    margin: 0;
    margin-right: 0;
    padding: 0;

    color: #0094aa;
    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: #0094aa;
}

.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: #EBF5F7;
}

.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,.4);    
}

.well a.card-link:hover,
.jobs-details .main a:hover
{
    text-decoration: none;

    color: #0094aa;
}

.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
{
    
  
    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: #0094aa !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
{
    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: 21px;
}

.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: 16px;
    line-height: 1.42857143;
    padding: 9px 9px;
    border: 1px solid rgba(31,55,91,.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 #1b122f;*/
}


.col-form-label
{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    color: #1b122f;
}

.custom-control-input:checked ~ .custom-control-label::before
{
    color: #fff;
    border-color: #0094aa;
    background-color: #0094aa;
}

table,
.table
{
    color: #0094aa;
}

.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: #0094aa !important;
    border: 2px solid #0094aa;
    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: 16px;
    font-weight: 700;

    color: #1b122f;
}


/* 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: 700;
    text-decoration: none;
    background: #fff;
    border: 0;
    color: #1b122f;
    border-top: 1px solid rgba(0,0,0,.1);
    
}

a.list-group-item .fa{
    color: #0094aa;
}

a.list-group-item:hover
{
    background: #EBF5F7;
    color: #0094aa;
}

a.list-group-item.active
{
    /*z-index: 2;
    color: #fff;*/
    z-index: 0;
    background: #fff;
    color: #0094aa;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.row.myjobsite-breadcrumb h3
{
    font-size: 14px;
    font-weight: 700;

    margin-top: 0;

    text-transform: none;

    color: #1b122f;
}

.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.7rem;
    font-weight: 400;
    line-height: 1.7;

    margin-top: 0;
    /* margin-bottom: 0; */

    text-transform: none;

    color: #0094aa !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: 1333px;
    }

    body.cms .container#main-content{
        width: 100%;
        max-width: 1333px;
        padding: 0;
    }

    body.cms .container
    {
       width: 100%;
        max-width: 1333px;
        padding: 0;
    }

    footer .container
    {
        width: 100%;
        max-width: 1333px;
    }
}

