/* CUSTOM CSS - Galactic 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  */

.jobs-listing-social-network-container.jobs-details-social-network-container{
    display: none;
}


.nIntro{
    background: #FFF;
}

.select2-container--bootstrap4 .select2-results__group
{
    color: #3C4446;
}

.select2-container--bootstrap4 .select2-results__option--highlighted
{
    color: #fff;
    background-color: #3C4446;
}

.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true]
{
    color: #fff;
    background-color: #3C4446;
}

.select2-container--bootstrap4 .select2-selection
{
    border-radius: 0;
    background: #FFF;
    color: #3C4446;
}

.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: #3C4446;

    -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;
    
   
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    
    font-weight: 400;
    font-style: normal;
    padding: 0;
    word-wrap: break-word;   
    height: 100% !important;
}

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: 0;
    padding-bottom: 15px;
    text-transform: none;
    color: #3C4446;
    font-weight: 700;
    line-height: 1; 
    margin-top: 0;
   
}

.jobs-details h1.greenH1
{
    display: none;
}

.main-title h1
{
    font-size: 3rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-transform: none;
    color: #3C4446;
    font-weight: 700;
    line-height: 1; 
    margin-top: 0;
}



.jobs-listing .main-title h1
{
    /*display: none;*/
}

.main-title h1 b
{
    font-weight: 700;
}

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: #3C4446;*/
}

.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: #AFC8FF;*/
}


/* CMS */



/* JOB LISTING */


/* FILTER */


.main-category h6{
   margin: 0;
   padding: 0;
}

.card
{
    border: 0 !important;    
    background: #AFC8FF !important;
    box-shadow: none;
    border-radius: 0px !important;
}

.card-body
{
    padding: 2rem;
}



/* PAGINATION */

.pager-container .text-primary
{
    color: #3C4446 !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 #3C4446;
    border-radius: 4px;
    background-color: #3C4446;
}

.pager-content a.pageNumActive
{
    padding: 4px 10px;

    text-decoration: none;

    color: #3C4446;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.pager-content a.pageNumActive:hover
{
    color: #fff;
    border: 1px solid #3C4446;
    background-color: #3C4446;
}

.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: #3C4446;
    background: #3C4446;
}


.pager-content a.page .pagePrec
{
    margin: 0;
    margin-right: 0;
    padding: 0;

    color: #3C4446;
    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: #3C4446;
}

.pager-content a.page .pageFirst
{
    margin: 0;
    margin-right: 0;
    padding: 0;

    color: #3C4446;
    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: #3C4446;
}

.pager-content a.page .pageSuiv
{
    margin: 0;
    margin-right: 0;
    padding: 0;

    color: #3C4446;
    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: #3C4446;
}

.pager-content a.page .pageLast
{
    margin: 0;
    margin-right: 0;
    padding: 0;

    color: #3C4446;
    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: #3C4446;
}

.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; 
}

#sidebar-left .content ul li
{
    margin: 0;
    padding: 0.5rem 0rem;   
}



/* JOB DETAILS */

.jobdetail .share ul
{
    overflow: hidden;

    margin: 15px 0 30px;
    padding: 0;

    background: #AFC8FF;
}

.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);
    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: #3C4446;
}

.jobs-details .main {
    font-size: 16px;
}

.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: 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: #3C4446 !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: 18px;
}

.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: 18px;
    line-height: 1.42857143;
    padding: 9px 9px;
    border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-radius: 3px !important;
    color: #3C4446;

}

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 #3C4446;
}


.col-form-label
{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #3C4446;
}

.custom-control-input:checked ~ .custom-control-label::before
{
    color: #fff;
    border-color: #6269FFB3;
    background-color: #6269FFB3;
}

table,
.table
{
    color: #3C4446;
}

.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: #3C4446 !important;
    border: 2px solid #3C4446;
    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: 400;

    color: #000;
}


/* 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: 600;
    text-decoration: none;
    background: #fff;
    border: 0;
    color: #6269FFB3;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 16px;
    
}

a.list-group-item .fa{
    color: #6269FFB3;
}

a.list-group-item:hover
{
    background: #AFC8FF;
    color: #6269FFB3;
}

a.list-group-item.active
{
    /*z-index: 2;
    color: #fff;*/
    z-index: 0;
    background: #fff;
    color: #3C4446;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.row.myjobsite-breadcrumb h3
{
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    text-transform: none;
    color: #000;
    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: #3C4446 !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: 1160px;
    }

    body.cms .container#main-content{
         max-width: 100%;
        padding: 0;
    }

    body.cms .container
    {
        max-width: 1160px;
        padding: 0;
    }

    footer .container
    {
        width: 100%;
        max-width: 1160px;
    }
}

