@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600&family=Outfit&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");

body {
    /* color: var(--bigplace-third-dark); */
    color: #000;
    font-weight: 500;
}

.upper-title-box h3 {
    font-family: var(--bigplace-font-family);
    font-style: normal;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 41px !important;
    /* identical to box height, or 137% */
    color: #202124 !important;
}

.dashboard-title {
    font-family: var(--bigplace-font-family);
    font-style: normal;
    font-weight: 400 !important;
    font-size: 30px !important;
    line-height: 41px !important;
    /* identical to box height, or 137% */
    color: #202124 !important;
}

.dashboard-sub {
    font-family: var(--bigplace-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    /* identical to box height, or 126% */
    color: rgba(0, 0, 0, 0.5);
}

.dashboard-user-name {
    font-weight: 600;
}

.dashboard-sub {
    font-family: var(--bigplace-font-family);
    font-style: normal;
    font-weight: 400 !important;
    font-size: 19px !important;
    line-height: 24px !important;
    color: rgba(0, 0, 0, 0.5) !important;
    margin-top: 10px !important;
}

.page-title {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 0px;
    background: #f5f7fc;
    margin-top: 100px;
}

.dashboard-card-title {
    /* Nombre de vues de votre profil */
    width: 569px;
    height: 28px;

    /* H4/regular */

    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */

    /* Light/Text/Primary */
    color: #1c1c1e;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

/*CALENDAR*/
#calendar-item .fc-button-primary,
.fc-today-button {
    background-color: #f4f4f5;
    border: 0px;
    color: #18181b;
}

.fc-today-button {
    color: #18181b !important;
}

.fc-timeGridWeek-button,
.fc-timeGridDay-button,
.fc-dayGridMonth-button {
    padding: 8px 16px !important;
    height: auto !important;
    border-radius: 10.9204px !important;
    font-family: "Inter" !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #71717a !important;
    margin: 5px !important;
}

.fc-button-active {
    background-color: var(--bigplace-primary-dark) !important;
    color: #ffffff !important;
}

#calendar-item>div.fc-view-harness.fc-view-harness-active>div>table>tbody>tr:nth-child(1) {
    display: none;
}

@media (max-width: 768px) {
    #calendar-item .fc-header-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    #calendar-item .fc-header-toolbar .fc-toolbar-chunk:not(:last-child) {
        margin-bottom: 10px;
    }
}

.event-visio {
    border-left: 4px solid #0ea5e9 !important;
}

.work-section {
    position: relative;
    padding: 0px 0 30px;
}

.banner-section-three:before {
    width: 1920px;
    left: 1px;
    right: 40px;
    background-image: url(//uploads/0000/1/2023/05/30/design-sans-titre-11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
    padding: 0px 0px 100px 0px;
}

.banner-section-three .content-column .inner-column {
    position: relative;
    padding: 140px 0 90px;
}

.banner-section-three {
    width: 1920px;
    left: 1px;
    right: 40px;
    background-image: url(//uploads/0000/1/2023/05/30/rounded-in-photoretrica.png);
    background-position: center center;
    background-repeat: no-repeat;

    transition:
        background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
    padding: 0px 0px 100px 0px;
}

@media only screen and (max-width: 1199px) {

    .banner-section-seven,
    .banner-section-six,
    .banner-section-five,
    .banner-section-three,
    .banner-section-two,
    .banner-section {
        padding: 0 15px;
        /* display: none; */
    }
}

.booking_cookie_agreement {
    align-items: baseline;
    background-color: var(--bigplace-third-light);
    color: var(--bigplace-third-dark);
    display: flex;
    z-index: 999999 !important;
}

.booking_cookie_agreement .content-cookie a {
    color: var(--bigplace-btn-primary);
}

.booking_cookie_agreement .content-cookie p {
    color: var(--bigplace-third-dark);
    margin-bottom: 0;
}

.booking_cookie_agreement .save-cookie {
    background-color: var(--bigplace-btn-primary);
    border-radius: 0.5rem;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5rem;
}

.main-header.fixed-header .logo {
    padding: 15px 0;
    max-width: 100px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.btn-style-three {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: red;
    font-size: 1.2rem;
    line-height: 18px;
    border-radius: 39.5px;
    font-weight: 400;
    padding: 20px 48px;
}

.about-section.style-two .fun-fact-section .count-box,
.add-info-btn,
.advrtise-block h4 span,
.aplicants-upper-bar .aplicantion-status li,
.aplicants-upper-bar h6,
.banner-section-eight .bottom-box .upload-cv,
.banner-section-eight .content-column h3 .colored,
.banner-section-seven .content-column h3 .colored,
.banner-section-six .content-column h3 .colored,
.banner-section-two .content-column h3 .colored,
.banner-section .content-column h3 .colored,
.bc-preload .text,
.btn-style-three,
.candidate-block-five .bookmark-btn,
.candidate-block-five .candidate-info li.designation,
.candidate-block-five .post-tags li,
.candidate-block-five .post-tags li a,
.candidate-block-four .cat,
.candidate-block-four .name a:hover,
.candidate-block-six .bookmark-btn,
.candidate-block-six .designation,
.candidate-block-six .post-tags li,
.candidate-block-six .post-tags li a,
.candidate-block-three .candidate-info li.designation,
.candidate-block .designation,
.catagory-list li a:hover,
.catagory-list li a:hover:before,
.category-block-three .icon,
.category-block-three:first-child .icon,
.category-block-three h4 a:hover,
.category-block-two .icon,
.category-block-two h4 a:hover,
.category-block .icon,
.category-block h4 a:hover,
.checkbox-outer .view-more,
.chosen-container-multi .chosen-choices li.search-choice,
.company-block-four .job-type,
.company-block-four h4 a:hover,
.company-block-three h4 a:hover,
.company-block-two .designation,
.company-block .designation,
.company-widget .company-link,
.company-widget .profile-link,
.contact-block p .phone,
.dashboard-option .dropdown-menu li.active a,
.dashboard-option .dropdown-menu li.active a i,
.dashboard-option .dropdown-menu li:hover a,
.dashboard-option .dropdown-menu li:hover a i,
.default-table thead th,
.default-tabs.style-two .tab-buttons li.active-btn,
.fun-fact-section.style-two .count-box,
.invoice-wrap .bottom-links li .link,
.job-block-five h4 a:hover,
.job-block-four h4 a:hover,
.job-block-seven .bookmark-btn,
.job-block-seven h4 a:hover,
.job-block-three h4 a:hover,
.job-block-two h4 a:hover,
.job-block h4 a:hover,
.job-other-info li.time,
.links-list li:hover a,
.ls-pagination li.next a:hover,
.ls-pagination li.prev a:hover,
.ls-section .show-filters .toggle-filters,
.main-footer .phone-num a,
.main-footer.style-three .newsletter-form .form-group input[type="email"],
.main-footer.style-three .newsletter-form .form-group input[type="text"],
.main-header .upload-cv,
.main-menu .navigation>li.current.dropdown>span:after,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current>span,
.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.main-menu .navigation>li>ul>li.current>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>span:hover,
.main-menu .navigation>li>ul>li>ul>li.current>a,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>span:hover,
.manage-job-table .applied,
.manage-job-table .colored,
.manage-job-table .package,
.news-block-two .read-more,
.news-block-two .read-more:hover,
.news-block .lower-content h3 a:hover,
.news-block .read-more,
.news-block .read-more:hover,
.notification-list li .colored,
.notification-list li .icon,
.option-box .delete-btn,
.option-list li a,
.option-list li button,
.post-control .icon,
.post-control .title,
.post-control h5 a:hover,
.post-job-steps .step .icon,
.preloader:before,
.pricing-table .title,
.prod-tabs .tab-btns .tab-btn.active-btn,
.range-slider-one .amount-outer,
.resume-action .dropdown-menu button .la,
.scroll-to-top,
.sec-title-outer .link,
.sec-title .sub-title,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted[aria-selected],
.sidebar .btn-box .bookmark-btn,
.social-btn-two,
.sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.sticky-header .main-menu .navigation>li.current.dropdown>span:after,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current>span,
.tags-style-one li a:hover,
.testimonial-block-two .title,
.testimonial-block .title,
.top-filters .chosen-container-single .chosen-single div:after,
.top-filters .chosen-container .chosen-single,
.top-filters .chosen-container .chosen-single span,
.ui-item h4,
.uploading-resume .cv-uploadButton .title,
.user-sidebar .navigation>li.active>a,
.user-sidebar .navigation>li:hover>a,
.user-sidebar .navigation li.active a i,
.user-sidebar .navigation li:hover a i {
    color: var(--bigplace-third-dark);
}

.main-menu .navigation>li>span,
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 1.2rem;
    line-height: 15px;
    font-weight: 400;
    color: var(--bigplace-btn-primary);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*.btn-style-three {
position: relative;
text-align: center;
white-space: nowrap;
color: #ffffff;
background-color: var(--bigplace-primary-light);
font-size: 15px;
line-height: 20px;
border-radius: 8px;
font-weight: 400;
padding: 18px 35px 15px 35px;
}*/

.main-menu .navigation>li>span,
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 1.2rem;
    line-height: 15px;
    font-weight: 400;
    color: var(--bigplace-btn-primary);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*.job-search-form-two {
display:none;
position: relative;
background: #FFFFFF;
border: 1px solid #ECEDF2;
-webkit-box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
border-radius: 10px;
min-width: 740px;
margin-bottom: 18px;
}*/
/*.banner-section-three .popular-searches {
position: relative;
padding-top: 110px;
font-size: 15px;
color: var(--bigplace-gray-custom);
font-weight: 400;
}*/
/*.work-block .inner-box:hover {
-webkit-box-shadow: 0px 0px 30px var(--bigplace-third-light);
box-shadow: 0px 0px 30px rgba(64, 79, 104, 0.3);
}
.work-block .inner-box {
position: relative;
text-align: center;
padding: 50px 44px 60px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
background: var(--bigplace-third-light);
border-radius: 8px;
}*/
.sec-title .text {
    position: relative;
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
}

p,
.text {
    font-size: 15px;
    color: var(--bigplace-third);
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: var(--bigplace-btn-primary);
    font-weight: 500;
}

.work-block h5 {
    position: relative;
    font-size: 20px;
    color: var(--bigplace-btn-primary);
    line-height: 1.2em;
    font-weight: 500;
    margin-bottom: 10px;
}

.work-block p {
    font-size: 16px;
    line-height: 24px;
    color: var(--bigplace-third-dark);
}

.btn-style-two {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: var(--bigplace-btn-secondary);
    font-size: 1.2rem;
    line-height: 18px;
    border-radius: 39.5px;
    font-weight: 400;
    padding: 20px 48px;
}

.banner-section-three .content-column .inner-column {
    position: relative;
    padding: 110px 0 90px;
}

.job-search-form-two form {
    background: #ffffff00;
    padding: 0px 0px;
    padding-left: 0px;
}

.job-search-form-two {
    position: relative;
    background: #ffffff00;
    border: 1px solid #ecedf200;
    -webkit-box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.01);
    box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.01);
    border-radius: 10px;
    /* min-width: 740px; */
    margin-bottom: 18px;
}

.banner-section-three .content-column h3 {
    font-size: 50px;
    line-height: 60px;
    color: var(--bigplace-third-dark);
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-section-three .content-column .text {
    font-size: 15px;
    color: var(--bigplace-third-dark);
    line-height: 25px;
}

.main-menu .navigation>li>ul>li>span,
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    z-index: 1;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #140032;
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-block .content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0px;
    min-height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.category-block .inner-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #ecedf2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block .inner-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-block h4 {
    font-size: 24px;
    color: var(--bigplace-btn-primary);
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 4px;
}

.fun-fact-section {
    position: relative;
    padding: 0px 0 70px;
    z-index: 1;
}

.ads-section {
    position: relative;
    padding: 0px 0 0px;
}

.work-section {
    position: relative;
    padding: 0px 0 1px;
}

.advrtise-block .theme-btn {
    width: 160px;
    font-weight: 400;
}

.fun-fact-section .count-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1.5em;
    color: var(--bigplace-primary);
    font-weight: 500;
}

.fun-fact-section .counter-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--bigplace-btn-primary);
    font-weight: 400;
    display: block;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    padding: 17px 30px;
    line-height: 30px;
    color: #202124;
    font-weight: 500;
    background: var(--bigplace-third-light);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (max-width: 1199px) {
    .clients-section {
        position: relative;
        padding: 60px 0 60px;
        border-bottom: 1px solid #ecedf2;
        /* display: none; */
    }

    .p-0 {
        padding: 0 !important;
        /* display: none; */
    }
}

.main-footer.alternate3 {
    padding-top: 90px;
    background: none;
}

/*.sec-title h2 {
position: relative;
display: block;
font-size: 40px;
line-height: 1.2em;
color: var(--bigplace-btn-primary);
font-weight: 500;
}*/
.call-to-action-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 170px 0 160px;
    text-align: center;
    margin-bottom: 55px;
}

.banner-section-two .content-column .text {
    font-size: 35px;
    color: var(--bigplace-btn-primary);
    line-height: 25px;
    margin-top: 50px;
}

.work-section {
    position: relative;
    padding: 50px 0 1px;
}

.about-section {
    position: relative;
    padding: 1px 0 40px;
    /* margin-top: 120px; */
}

.news-section-two {
    position: relative;
    padding: 40px 0 50px;
}

.steps-section .content-column .inner-column2 {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1px;
}

.steps-section .content-column .inner-column {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding-left: 40px; */
}

/*.testimonial-section {
position: relative;
padding: 100px 0;
background-color: #fff;
}
.testimonial-block .inner-box:before {
position: absolute;
display: none;
height: 26px;
width: 34px;
right: 28px;
top: 25px;
background-image: url(../images/icons/quote-icon.png);
content: "";
z-index: 2;
}
.testimonial-block .thumb {
position: absolute;
display: none;
left: 0;
top: 0;
height: 70px;
width: 70px;
border-radius: 50%;
background: #101C5D;
}
.testimonial-block .text {
font-size: 22px;
line-height: 33px;
color: var(--bigplace-third);
margin-bottom: 0px;
TEXT-ALIGN: justify;
}
.testimonial-carousel .owl-dot.active {
background: #202124;
width: 20px;
display: none;
}
.testimonial-carousel .owl-dot {
position: relative;
display: none;
height: 8px;
width: 8px;
background: #BFC8CB;
border-radius: 10px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
margin: 0 5px;
}*/
a {
    color: #424f5c;
    text-decoration: none;
    background-color: transparent;
}

.job-block-four .location {
    position: relative;
    display: inline-block;
    text-align: justify;
    font-size: 22px;
    line-height: 22px;
    color: #424f5c;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 18px;
}

.job-block-four .inner-box {
    position: relative;
    padding: 47px 25px 37px;
    background: #ffffff;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}

.job-block-four .post-tags li {
    position: relative;
    background: #f0f5f7;
    border-radius: 30px;
    font-size: 20px;
    line-height: 30px;
    color: var(--bigplace-btn-primary);
    padding: 5px 20px;
    border-radius: 20px;
    margin: 0 5px 10px;
}

/*.p-0 {
padding: 40px 0px 1px 0px !important;
}*/
.banner-section-six {
    margin-top: 40px;
}

.newsletter-form.style-eight {
    position: relative;
    padding: 0px 0 80px;
    border-bottom: 1px solid #ecedf2;
}

.btn-style-four {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: var(--bigplace-btn-secondary);
    font-size: 25px;
    line-height: 20px;
    border-radius: 39.5px;
    font-weight: 400;
    padding: 20px 48px;
}

.user-sidebar {
    position: fixed;
    top: 130px;
    left: 0;
    bottom: 0;
    /* height: calc(100%); */
    height: 85vh;
    width: 272px;
    padding: 0px 0px 8px 0px;
    background: #ffffff;
    overflow: auto;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 20;
    border: 1px solid #ecedf2;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

@media (max-width: 1023px) {
    .user-sidebar {
        top: 90px;
    }
}

.contact-block .inner-box {
    position: relative;
    text-align: center;
}

.main-footer .list li a hover {
    display: inline-block;
    color: #ffc800;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-header.header-style-one.fixed-header {
    background-color: var(--bigplace-primary);
}

.main-header.normal.fixed-header {
    background-color: var(--bigplace-primary);
}

.fixed-header .navigation>li>a {
    color: white !important;
}

.main-header.header-shaddow {
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-bottom: 1px solid white;
    background-color: white;
}

.full-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    color: var(--bigplace-menu-color);
    max-height: 15px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-header .menu-btn .icon {
    font-size: 24px;
    color: #ffffff;
}

.main-menu .navigation>li>span,
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 1.1rem;
    line-height: 15px;
    font-weight: 400;
    color: #140032;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation.dashboard-nav>li>a {
    color: white;
}

.main-footer .list li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

/*
.work-section.style-two {
background: #81a1b8;
}
.work-block .inner-box {
position: relative;
text-align: center;
padding: 50px 44px 60px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
background: #ffffff01;
border-radius: 8px;
}*/
.work-block p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.li-1 {
    color: var(--bigplace-btn-primary);
    text-align: justify;
}

.steps-list li .count:before {
    position: absolute;
    display: none;
    left: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    background: #34a853;
    opacity: 0.2;
    border-radius: 40px;
    content: "";
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    font-size: 17px;
    line-height: 26px;
    content: "\f172";
    font-family: "flaticon";
}

.steps-section .image-column .count-employers {
    position: absolute;
    left: 0;
    display: none;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffffff;
    text-align: center;
    padding: 25px 30px 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 40px 30px rgba(25, 25, 46, 0.04);
    box-shadow: 0px 40px 30px rgba(25, 25, 46, 0.04);
    border-radius: 8px;
}

p,
.text {
    font-size: 20px;
    color: var(--bigplace-text-color);
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}

.h4,
h4 {
    font-size: 1.7rem;

    color: var(--bigplace-btn-primary);
}

/*.work-section.style-two {
background: #F5F7FC;
background-image: url(//public/images/equipepro.jpg);
}*/


.thick {
    display: inline;
    border-bottom: 3px solid #f9dd94;
}

.trans--grow {
    -webkit-transition: width 1s ease-out;
    /* For Safari 3.1 to 6.0 */
    transition: width 1s ease-out;
    width: 0%;
}

.grow {
    width: 100%;
}

.hr1 {
    margin-left: 0;
}

.hr2 {
    margin-right: 0;
}

hr {
    margin-top: 20px;
    padding: 2px 0;
    border: none;
    background-color: rgb(250, 150, 0);
    letter-spacing: 5px;
}

.about-section-three .text-box,
.about-section-three .fun-fact-section {
    max-width: 1400px;
    margin: 0 auto;
}

.specialcontact {
    color: var(--bigplace-btn-primary);
    font-weight: bold;
    padding-bottom: 15px;
}

.contact-block h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 20px;
}

.app-section .download-btn a {
    margin-right: 70px;
    margin-bottom: 20px;
}

.main-footer .list li {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.main-footer .phone-num {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 15px;
}

.main-footer .address {
    font-size: 20px;
    line-height: 30px;
    color: var(--bigplace-gray-custom);
    font-weight: 400;
}

.logo img {
    max-height: 100px;
}

.main-footer .widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #2f2d51;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.newsletter-form.style-eight .sec-title .text {
    font-size: 21px;
    line-height: 25px;
}

.main-footer .social-links a {
    position: relative;
    margin-left: 35px;
    font-size: 25px;
    line-height: 24px;
    color: var(--bigplace-gray-custom);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.steps-list li {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #202124;
    padding: 8px 0;
    padding-left: 73px;
    min-height: 40px;
    margin-bottom: 55px;
}

.steps-list {
    position: relative;
    margin-top: 34px;
}

.steps-list li {
    position: relative;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #202124;
    padding: 8px 0;
    padding-left: 73px;
    min-height: 40px;
    margin-bottom: 35px;
}

.steps-section .content-column .sec-title h2 {
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    line-height: 38px;
    color: #000000;
}

.jobseeker-section .content-column .sec-title {
    margin-bottom: 0;
    max-width: 550px;
}

.jobseeker-section .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    margin-bottom: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 170px 0 160px;
    text-align: center;
    margin-bottom: 15px;
}

.recruiter-section .content-column .sec-title {
    margin-bottom: 0;
    max-width: 550px;
}

.recruiter-section .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    margin-top: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-sidebar .sidebar-inner {
    position: relative;
    padding: 20px 3px;
}

.user-sidebar::-webkit-scrollbar-thumb {
    background: var(--bigplace-primary) !important;
    /* Change to the desired color */
    border-radius: 6px !important;
    /* Optional: round corners */
}

.dashboard .dashboard-outer {
    position: relative;
    padding: 30px 20px 120px 0px;
}

.call-to-action-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    text-align: center;
    margin-bottom: 45px;
}

.testimonial-block-two .title {
    position: relative;
    font-size: 35px;
    line-height: 24px;
    color: var(--bigplace-btn-primary);
    font-weight: 400;
    margin-bottom: 10px;
}

.testimonial-block-two .text {
    font-size: 25px;
    line-height: 26px;
    color: var(--bigplace-third);
    margin-bottom: 35px;
}

.testimonial-block-two .name {
    font-size: 23px;
    color: #202124;
    font-weight: 500;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bigplace-btn-primary);
    width: 20px;
}

.testimonial-block-two .thumb {
    position: relative;
    display: inline-block;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ecedf2;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    margin-bottom: 15px;
}

.testimonial-block .text {
    font-size: 16px;
    line-height: 26px;
    color: var(--bigplace-gray-custom);
    margin-bottom: 50px;
    text-align: justify;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 40px 40px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #ecedf2;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    border-radius: 8px;
}

p,
.text {
    font-size: 1rem;
    color: var(--bigplace-text-color);
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px;
}

.about-section-two .app-list-2 {
    background: transparent;
    border: none;
    bottom: -120px;
    box-shadow: none;
    padding: 0;
    right: 410px;
}

.about-section .about-title {
    color: var(--bigplace-third-dark);
    font-size: 2rem;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 15px;
}

.about-section .sec-content {
    max-width: 515px;
}

.about-section-two {
    position: relative;
    padding: 30px 0;
}

.about-section.about-style-1 .count-employers {
    background: transparent;
    border: none;
    bottom: -50px;
    box-shadow: none;
    max-width: 500px;
    padding: 0;
    right: -50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 500;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

.about-section-three {
    position: relative;
    padding: 50px 0;
}

.auto-container {
    position: static;
    /* max-width: 1310px; */
    padding: 0px 15px 15px;
    margin: 0 auto;
    width: 100%;
}

.call-to-action-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    text-align: center;
    margin-bottom: 5px;
}

.banner-section-four .job-search-form {
    border-radius: 50px;
    /* max-width: 770px; */
    margin: 0 auto 20px;
}

.default-form .form-group>label {
    font-size: 18px;
    line-height: 20px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 10px;
}

.job-search-form {
    position: relative;
    background: var(--bigplace-btn-primary);
    border: 1px solid var(--bigplace-btn-primary);
    -webkit-box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
    border-radius: 10px;
    /* min-width: 740px; */
    margin-bottom: 22px;
}

.auto-container {
    position: static;
    max-width: 1310px;
    padding: 30px 30px;
    margin: 0 auto;
    width: 100%;
}

.about-section .content-column .inner-column {
    position: relative;
    /* padding-left: 70px; */
    padding-top: 0;
}

.about-section-two .image-column {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.about-section .image-column {
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.about-section-three {
    position: relative;
    padding: 50px 0;
}

.about-section.about-style-1 .count-employers {
    background: transparent;
    border: none;
    bottom: -125px;
    box-shadow: none;
    max-width: 500px;
    padding: 0;
    right: -50px;
}

.about-section-three {
    position: relative;
    padding: 50px 0;
    color: var(--bigplace-text-color) !important;
    font-size: 14pt !important;
    /* margin-bottom: 50px; */
    /* margin-top: 50px; */
}

.testimonial-block .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 0px;
    width: 70px;
    border-radius: 50%;
    background: #101c5d;
}

.testimonial-block .thumb {
    position: absolute;
    left: 0;
    top: 15px;
    height: 0px;
    width: 70px;
    border-radius: 50%;
    background: #101c5d;
}

.testimonial-block-two .thumb {
    position: relative;
    display: inline-block;
    height: 160px px;
    display: none;
    width: 160px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ecedf2;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    margin-bottom: 15px;
}

.testimonial-block-two .inner-box:before {
    position: absolute;
    height: 26px;
    width: 34px;
    right: 50%;
    display: none;
    top: 0;
    margin-right: 60px;
    background-image: url(../images/icons/quote-icon.png);
    content: "";
    z-index: 2;
}

.blog-single .upper-box h3 {
    position: relative;
    font-weight: 500;
    font-size: 50px;
    line-height: 51px;
    text-align: center;
    color: var(--bigplace-btn-primary);
    margin-bottom: 20px;
}

.blog-single p {
    font-size: 18px;
    line-height: 30px;
    color: var(--bigplace-third-dark);
    margin-bottom: 30px;
}

.call-to-action-two .btn-style-two {
    color: #ffffff;
    background-color: var(--bigplace-btn-secondary);
}

.call-to-action-two .btn-style-two .hover {
    color: #ffffff;
    background-color: var(--bigplace-btn-primary);
}

.news-section {
    position: relative;
    background-color: #ecedf2;
    padding: 10px 0 70px;
}

.news-block .lower-content h3 a {
    color: var(--bigplace-btn-primary);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 20px;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 1.2em;
    color: var(--bigplace-btn-primary);
    font-weight: 500;
}

.sec-title .text {
    position: relative;
    margin-top: 15px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}

.main-footer.style-two .list li:before {
    border-color: #ffffff;
    display: none;
}

.about-section.style-two .fun-fact-section .count-box,
.add-info-btn,
.advrtise-block h4 span,
.aplicants-upper-bar .aplicantion-status li,
.aplicants-upper-bar h6,
.banner-section-eight .bottom-box .upload-cv,
.banner-section-eight .content-column h3 .colored,
.banner-section-seven .content-column h3 .colored,
.banner-section-six .content-column h3 .colored,
.banner-section-two .content-column h3 .colored,
.banner-section .content-column h3 .colored,
.bc-preload .text,
.btn-style-three,
.candidate-block-five .bookmark-btn,
.candidate-block-five .candidate-info li.designation,
.candidate-block-five .post-tags li,
.candidate-block-five .post-tags li a,
.candidate-block-four .cat,
.candidate-block-four .name a:hover,
.candidate-block-six .bookmark-btn,
.candidate-block-six .designation,
.candidate-block-six .post-tags li,
.candidate-block-six .post-tags li a,
.candidate-block-three .candidate-info li.designation,
.candidate-block .designation,
.catagory-list li a:hover,
.catagory-list li a:hover:before,
.category-block-three .icon,
.category-block-three:first-child .icon,
.category-block-three h4 a:hover,
.category-block-two .icon,
.category-block-two h4 a:hover,
.category-block .icon,
.category-block h4 a:hover,
.checkbox-outer .view-more,
.chosen-container-multi .chosen-choices li.search-choice,
.company-block-four .job-type,
.company-block-four h4 a:hover,
.company-block-three h4 a:hover,
.company-block-two .designation,
.company-block .designation,
.company-widget .company-link,
.company-widget .profile-link,
.contact-block p .phone,
.dashboard-option .dropdown-menu li.active a,
.dashboard-option .dropdown-menu li.active a i,
.dashboard-option .dropdown-menu li:hover a,
.dashboard-option .dropdown-menu li:hover a i,
.default-table thead th,
.default-tabs.style-two .tab-buttons li.active-btn,
.fun-fact-section.style-two .count-box,
.invoice-wrap .bottom-links li .link,
.job-block-five h4 a:hover,
.job-block-four h4 a:hover,
.job-block-seven .bookmark-btn,
.job-block-seven h4 a:hover,
.job-block-three h4 a:hover,
.job-block-two h4 a:hover,
.job-block h4 a:hover,
.job-other-info li.time,
.links-list li:hover a,
.ls-pagination li.next a:hover,
.ls-pagination li.prev a:hover,
.ls-section .show-filters .toggle-filters,
.main-footer .phone-num a,
.main-footer.style-three .newsletter-form .form-group input[type="email"],
.main-footer.style-three .newsletter-form .form-group input[type="text"],
.main-header .upload-cv,
.main-menu .navigation>li.current.dropdown>span:after,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current>span,
.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover,
.main-menu .navigation>li>ul>li.current>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>span:hover,
.main-menu .navigation>li>ul>li>ul>li.current>a,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>span:hover,
.manage-job-table .applied,
.manage-job-table .colored,
.manage-job-table .package,
.news-block-two .read-more,
.news-block-two .read-more:hover,
.news-block .lower-content h3 a:hover,
.news-block .read-more,
.news-block .read-more:hover,
.notification-list li .colored,
.notification-list li .icon,
.option-box .delete-btn,
.option-list li a,
.option-list li button,
.post-control .icon,
.post-control .title,
.post-control h5 a:hover,
.post-job-steps .step .icon,
.preloader:before,
.pricing-table .title,
.prod-tabs .tab-btns .tab-btn.active-btn,
.range-slider-one .amount-outer,
.resume-action .dropdown-menu button .la,
.scroll-to-top,
.sec-title-outer .link,
.sec-title .sub-title,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted[aria-selected],
.sidebar .btn-box .bookmark-btn,
.social-btn-two,
.sticky-header .main-menu .navigation>li.current.dropdown>a:after,
.sticky-header .main-menu .navigation>li.current.dropdown>span:after,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current>span,
.tags-style-one li a:hover,
.testimonial-block-two .title,
.testimonial-block .title,
.top-filters .chosen-container-single .chosen-single div:after,
.top-filters .chosen-container .chosen-single,
.top-filters .chosen-container .chosen-single span,
.ui-item h4,
.uploading-resume .cv-uploadButton .title,
.user-sidebar .navigation>li.active>a,
.user-sidebar .navigation>li:hover>a,
.user-sidebar .navigation li.active a i,
.user-sidebar .navigation li:hover a i {
    color: black;
}

.user-sidebar .navigation li.active a span img {
    filter: sepia(100%) hue-rotate(190deg) saturate(900%);
}

.main-footer.style-two .copyright-text,
.main-footer.style-two .copyright-text a,
.main-footer.style-two .social-links a,
.main-footer.style-two .newsletter-form .text,
.main-footer.style-two .main-footer.style-two .address,
.main-footer.style-two .address a,
.main-footer.style-two .phone-num,
.main-footer.style-two .phone-num a {
    color: #ffffff;
}

.main-footer.style-two .widgets-section {
    padding: 10px 0 0px;
}

.main-footer.style-two .copyright-text,
.main-footer.style-two .copyright-text a,
.main-footer.style-two .social-links a,
.main-footer.style-two .newsletter-form .text,
.main-footer.style-two .address,
.main-footer.style-two .address a,
.main-footer.style-two .phone-num,
.main-footer.style-two .phone-num a {
    color: #fff;
}

.main-footer .phone-num {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #202124;
    font-weight: 500;
    margin-bottom: 0px;
}

.newsletter-form.style-eight .sec-title {
    max-width: 490px;
    margin: -100px auto 35px;
}

.banner-section-four {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    /* background-position: center top; */
    background-size: cover;
    /* height: 75vh; */
    /* min-height: 200px; */
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
}

.banner-section-four h3 {
    position: relative;
    font-weight: 500;
    font-size: 50px;
    line-height: 68px;
}

.circle-primary {
    background: url(https://www.clementine.fr/images/icons/circle-primary.svg) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    line-height: 2;
    margin: 0 -0.25em;
    padding: 0.33em 0.5em;
    white-space: nowrap;
}

.testimonial-section-three {
    position: relative;
    padding: 0px 0 0;
    background: #eff5ff;
}

.testimonial-block-three .inner-box {
    position: relative;
    padding-top: 50px;
}

.testimonial-block-three .inner-box:before {
    position: absolute;
    height: 26px;
    width: 34px;
    right: 50%;
    display: none;
    top: 0;
    margin-right: 60px;
    background-image: url(../images/icons/quote-icon.png);
    content: "";
    z-index: 2;
}

.testimonial-block-three .title {
    position: relative;
    font-weight: 500;
    font-size: 34px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 20px;
}

.testimonial-block-three .text {
    font-size: 1rem;
    color: var(--bigplace-text-color);
    line-height: 24px;
    font-weight: 400;
    text-align: justify;

    margin-bottom: 60px;
}

.right {
    margin-left: 350px;
}

.job-search-form {
    position: relative;
    background: var(--bigplace-btn-primary);
    border: 1px solid var(--bigplace-btn-primary);
    -webkit-box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
    border-radius: 10px;
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.testimonial-section-three .image-column {
    position: relative;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-top: -50px;
    max-width: 610px;
    width: 290%;
}

.about-section-two .app-list-2 {
    background: transparent;
    border: none;
    bottom: -150px;
    box-shadow: none;
    padding: 0;
    right: 410px;
}

.process-section {
    position: relative;
    padding: 10px 0;
}

.testimonial-section-three .image-column .image {
    position: relative;
    margin-top: 80px;
    margin-bottom: 0;
}

.about-section-two {
    position: relative;
    padding: 0px 0;
}

.about-section {
    position: relative;
    padding: 0px 0 40px;
}

.bravo-form-register input.checked:checked+.theme-btn {
    background-color: var(--bigplace-primary);
    color: #fff;
}

.bravo-form-register input.checked:checked+.theme-btn:hover {
    background-color: var(--bigplace-primary-light);
    color: #fff;
}

.right {
    margin-left: 430px;
}

.testimonial-block-three .title {
    position: relative;
    font-weight: 500;
    font-size: 34px;
    line-height: 36px;
    color: #202124;
    margin-bottom: 20px;
}

.btn-style-three {
    color: #ffffff;
    font-size: 1.2rem;
}

.btn-style-three:hover {
    color: #ffffff;
    background-color: rgb(158, 3, 3);
}

.btn-style-one {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: var(--bigplace-btn-primary);
    font-size: 1.1rem;
    line-height: 18px;
    border-radius: 39.5px;
    font-weight: 400;
    padding: 20px 48px;
}

.job-search-form2 form {
    background: #ffffff;
    padding: 20px 20px;
    margin: -1px -50px -71px -50px;
    padding-left: 30px;
    border-radius: 10px;
}

.contact-section .contact-form2 {
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    padding: 50px 50px 70px;
}

.job-search-form2 {
    position: relative;
    background: var(--bigplace-btn-primary);
    border: 1px solid var(--bigplace-btn-primary);
    -webkit-box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
    border-radius: 10px;
    max-width: 740px;
    margin: 0 auto;
    margin-bottom: 22px;
    font-weight: 500;
}

.contact-section .contact-form {
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid #ecedf2;
    border-radius: 8px;
    padding: 10px 50px 70px;
}

/* NRD STYLES DESIGN
 */
.bg-btn-three {
    border: 1px solid #000000;
    padding: 2px 4px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #000 !important;
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-btn-four {
    border: 1px solid #ff0000;
    padding: 2px 4px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff2f2;
    color: #ff0000 !important;
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-btn-five {
    border: 1px solid #5e9fc3;
    padding: 2px 4px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f2f7fa;
    color: #217bac !important;
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-btn-six {
    border: 1px solid #5e9fc3;
    padding: 2px 4px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f2f7fa;
    color: #217bac !important;
    border-radius: 30px;
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-btn-seven {
    background: rgba(3, 105, 161, 0.05);
    border: 1px solid #0369a1;
    border-radius: 6.71186px;

    font-style: normal;
    font-weight: 500;
    text-align: left;
    color: #0369a1 !important;
    padding: 2px 4px;
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-btn-eight {
    padding: 2px 4px;
    background: rgba(30, 148, 0, 0.05);
    border: 1px solid var(--bigplace-btn-primary);
    border-radius: 6.71186px;

    font-style: normal;
    font-weight: 500;
    color: var(--bigplace-btn-primary);
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-btn-nine {
    padding: 2px 4px;
    background: rgba(30, 148, 0, 0.05);
    border: 1px solid var(--bigplace-primary);
    border-radius: 6.71186px;
    font-style: normal;
    font-weight: 500;
    color: var(--bigplace-primary);
    width: fit-content;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.bg-back-btn {
    padding: 4px 32px;
    background: rgba(255, 140, 0, 0.1);
    border: 1px solid var(--bigplace-btn-primary);
    border-radius: 50px;
    color: var(--bigplace-btn-primary);
    font-family: var(--bigplace-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
}

#data-table tbody td {
    font-size: 15px;
    padding-top: 12px;
    color: var(--bigplace-gray-custom);
}

#data-table_length>label>select {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 20px;
}

#data-table_paginate {
    text-align: left !important;
}

#data-table_paginate span {
    margin-right: 10px;
    margin-left: 10px;
}

#data-table_previous {
    margin-right: 10px;
}

#data-table_next {
    margin-left: 10px;
}

#data-table-draft_paginate {
    text-align: left !important;
}

#data-table-draft_paginate span {
    margin-right: 10px;
    margin-left: 10px;
}

#data-table-draft_previous {
    margin-right: 10px;
}

#data-table-draft_next {
    margin-left: 10px;
}

#data-table-two tbody td {
    font-size: 15px;
    padding-top: 12px;
    color: var(--bigplace-gray-custom);
}

#data-table-two_length>label>select {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 10px 20px;
}

#data-table-two_paginate {
    text-align: left !important;
}

#data-table-two_paginate span {
    margin-right: 10px;
    margin-left: 10px;
}

#data-table-two_previous {
    margin-right: 10px;
}

#data-table-two_next {
    margin-left: 10px;
}

.search-container {
    background: #e6edff;
    padding: 30px;
}

.bg-btn {
    border-radius: 39.5px;
}

.bg-btn-smaller {
    padding: 10px 35px !important;
    border-radius: 50px !important;
    font-size: 15px !important;
}

.bg-header-btn {
    border-radius: 39.5px;
}

.bg-btn-visio {
    border: 1px solid #5e9fc3;
    padding: 2px 15px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f2f7fa;
    color: #217bac !important;
}

.bg-btn-physic {
    border: 1px solid #7d41dd;
    padding: 2px 15px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f0edf6;
    color: #7d41dd !important;
}

/* Move pagination to the right */
.dataTables_wrapper .dataTables_length {
    float: right;
}

/* Move search bar to the left */
.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

label>input[type="search"] {
    width: 45vw !important;
    height: 40px !important;
    background: #f2f2f2 !important;
    border-radius: 5px !important;
    padding-left: 30px !important;
    padding-top: 0px !important;
}

label>i {
    padding-left: 15px !important;
    padding-top: 12px !important;
    padding-right: 15px !important;
    color: black;
}

#data-table_length>label {
    color: #000 !important;
}

#data-table-two_length>label {
    color: #000 !important;
}

.paging_simple_numbers {
    margin-bottom: 25px !important;
}

.paginate_button.next,
.paginate_button.previous {
    display: none;
}

.paginate_button {
    padding: 4px 10px !important;
}

.paginate_button.current {
    border: 1px solid #5e9fc3;
    border-radius: 5px;
}

.paging_simple_numbers {
    margin-top: 25px !important;
}

input[type="checkbox"]:checked:before {
    display: none !important;
}

.deactivated li {
    cursor: not-allowed;
    /* Change the cursor to indicate unclickable */
    pointer-events: none;
    /* Disable pointer events */
}

.deactivated li a {
    color: #c2c2c2 !important;
    /* Change the color to visually indicate deactivation */
    cursor: not-allowed;
    /* Change the cursor to indicate unclickable */
    pointer-events: none;
    /* Disable pointer events */
}

.select2-selection__choice,
.select2-selection__choice__remove {
    color: #000 !important;
}

#custom-tooltip {
    padding: 10px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    pointer-events: none;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.fc .fc-toolbar-title {
    font-size: 1.4em !important;
}

.bord-name {
    position: relative;
    display: block;
    text-align: center;
    opacity: 1;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: var(--bigplace-menu-color);
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.filepond--credits {
    display: none !important;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}

.input[type="radio"]:checked:before {
    display: none !important;
    background-color: red !important;
}

.delete-btn {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
    outline: none !important;
    min-width: auto;
    -webkit-appearance: button;
    margin-top: 1rem !important;
    border: 1px solid #ff0000;
    padding: 10px 45px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #fff;
    color: #ff0000 !important;
    cursor: pointer;
}

/* NRD STYLES END */

.container {
    margin-top: 100px;
}

.main-footer .list li:hover a {
    color: var(--bigplace-btn-primary);
}

.header-span {
    height: 150px;
}

.parrainage-form {
    margin: 0 !important;
    text-align: left;
}

.text-justify {
    text-align: justify;
}


.bp-rounded {
    border-radius: 50% !important;
    object-fit: cover;
}

.image-container {
    overflow: hidden;

}

.image-container img {
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    display: block;
}

.image-container img:hover {
    transform: scale(1.02);
}





/*ENCART*/

.file-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.file-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #e5e7eb;
}

.file-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

/* Conteneur icône */
.file-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;

    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Image à l’intérieur */
.file-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.file-card h6 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}