body{
    font-family: 'Lufga-Light', sans-serif;
}

#nav-primary > li.pull-right div.nav-section > a {
    padding-bottom: 0;
    vertical-align: middle;
    border-radius: unset;
}

.nav{
    display: initial;
}

#f-search-global{
    height: 43px !important;
    padding: 6px 12px;
    font-size: 0.875rem;
    border:1px solid #ccc;
    border-radius:0px;
}

.btn-secondary{
    background-color: #DE7C35;
    border-radius: 0px;
    border-color: #DE7C35;
}

.btn-secondary:hover{
    background-color: #c1631f;
    border-color: #c1631f;
}

.text-in-photos{
    left: 5%;
    bottom: 10%;
    font-size: 22px;
    font-weight: bold;
    width: 330px;
}

.text-in-photos-first{
    background-color: white;
    color: #1C6955;
    padding-left: 15px;
    font-size: 22px;
}

.text-in-photos-second{
    background-color: #1C6955;
    color: white;
    padding-left: 15px;
}

#goAfterReset {
    font-family:'Lufga-Bold';
}

.search-bar-container{
    padding-left: 0px;
    padding-right: 0px;
}

.filters{
    /* width: 280px; */
    color: #DE7C35;
}

@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 760px;
    }
    .text-in-photos{
        width: 660px;
    }
    .text-in-photos-first{
        font-size: 50px;
    }
    .text-in-photos-second{
        font-size: 50px;
    }

    .search-bar-container{
        max-width: 90% !important;
    }

    .filters{
        max-width: 280px;
        color: #DE7C35;
    }
}

@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 988px;
    }
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1183px;
    }
}

.mainTitle{
    margin-bottom: 0.5em;
    font-size: 1.4em;
    color: #91d087;
    font-weight: 900;
}

.first-letter-upper{
    text-transform: lowercase;
    display: block;
}
.first-letter-upper:first-letter{
    text-transform: uppercase;
}
.banniere-image{
    background-size: cover; /* Couvre toute la largeur */
    background-position: center top; /* Centre l'image */
    background-repeat: no-repeat;
    width: 100%;
    height: 600px; /* Hauteur par défaut */
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 2560px) {
    .banniere-desktop {
        height:800px;
    }
}
@media screen and (max-width: 2100px) {
    .banniere-desktop {
        height:620px;
    }
}
@media screen and (max-width: 1800px) {
    .banniere-desktop {
        height:520px;
    }
}
@media screen and (max-width: 1440px) {
    .banniere-desktop {
        height:450px;
    }
}
@media screen and (max-width: 1440px) {
    .banniere-desktop {
        height:340px;
    }
}

@media screen and (max-width: 500px) {
    .banniere-desktop {
        display: none;
    }
    .banniere-mobile, .banniere-mobile-offer-search {
        display: block;
    }
    .banniere-mobile-offer-search {
        height:400px;
    }
}
@media screen and (min-width: 500px) {
    .banniere-mobile, .banniere-mobile-offer-search {
        display: none;
    }
    .banniere-desktop {
        display: block;
    }
}
.subTitle{
    margin-bottom: 0.5em;
    font-size: 1.4em;
    color: #1C6955;
    font-weight: 900;
}
.fil-ariane {
    gap: 10px;
    text-decoration: none;
    color: black !important;
}
.details-div:before {
    display:none;
}
.nbJob{
    color: #57BBED;
}


.mainTitleList{
    font-size: 1.4em;
    color: #1C6955;
    font-weight: 900;
}

.subTitleList{
    font-size: 1.4em;
    color: #1C6955;
    font-weight: 900;
    text-transform: uppercase;
}

.thirdTitleList{
    font-size: medium;
    text-transform: uppercase;
    color: #1C6955;
}

.picto-offre{
    stroke:#1C6955;
}
.picto-offre-fill{
    fill:#1C6955;
}

.postulerBtn{
    width: 240px;
    height: 46px;
    color: black;
    background-color: #57BBED;
    border-radius: 30px;
    gap: 10px;
}
.postulerBtn.postulerBtn-mobile {
    width: 90%;
}
.postulerBtn span svg {
    fill: currentColor;
    margin-bottom: 5px;
}

.postulerBtn:hover,.postulerBtn:focus {
    color: black;
    background-color: #2695d8;
    text-decoration: none;
}
#BtnPostuler {
    display: none;
}
.postulerBtn-mobile {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
    padding: 12px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (min-width: 992px) {
    .postulerBtn-mobile {
        display: none !important;
    }
    #BtnPostuler {
        display: flex;
    }
}
.container-fluid{
    padding: 0%;
}

.searchDiv{
    background-color: #1C6955;
}

.fa-search {
    margin-right: 7px;
    color: #1C6955;
    border-color: white;
}

.searchBar{
    border-radius: unset;
    border: 0px;
    max-width: 700px;
    height: 40px;
}
.searchBar::placeholder{
    color: #1C6955;
}

.searchBtn{
    background-color: white;
    border-color: white;
    height: 40px;
}

.searchBtn:hover{
    background-color: #1C6955;
    border-color: #1C6955;
    color: white;
}

.input-group-append:hover .fa-search{
    margin-right: 7px;
    color: white;
    border-color: #1C6955;
    background-color: #1C6955;
}

.base-color{
    color: #1C6955;
}

.retourBtn{
    height: 50px;
    font-size:15px;
    color: black;
    background-color: rgba(0, 0, 0, 0.05);
    width: 200px;
    border-radius: 30px;
    gap: 10px;
}
.retourBtn span svg {
    margin-bottom: 5px;
}
.retourBtn:hover{
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.096);
    text-decoration: none;
}
#carteoffre_statique {
    border-radius: 30px;
    width: 350px;
    height: 200px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#carteoffre_statique:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

@media (max-width: 1000px) {
    .no-sticky-mobile {
        padding-left:0px;
        position: static !important;
        top: auto !important;
        background-color: transparent !important;
    }
    .gap-O {
        gap: 0px !important;
    }
}
.container-fluid::before {
    display: none;
}
.container-fluid::after {
    display: none;
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 8px 0;
    font-weight: 600;
    color:#DE7C35;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

.border-top {
    border-top: 1px solid !important;
    border-color: #DE7C35 !important;
}

.border-top-job{
    border-top: 2px solid ;
    border-color: #1C6955;
}

.script {
    display: block;
    position: relative;
}

input[type=checkbox] {
    visibility: hidden;
  }

.script:hover input ~ .checkboxe:not(.checkboxe-mob) {
    background-color: #1C6955;
}

.script input:checked ~ .checkboxe {
    background-color: #1C6955;
    border-color: white;
    box-shadow: 0px 0px 0px 2px #1C6955;
}

.script input:checked ~ .filterName {
    color: #1C6955;
}

.checkboxe{
    margin-right: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    min-height: 15px;
    min-width: 15px;
    background-color: white;
    border: 2px solid;
    border-color: white;
    box-shadow: 0px 0px 0px 2px #DE7C35;
}

.filter-scroll:not(#filters-field-mobile){
    overflow-x: hidden;
}

.filter-scroll{
    overflow-y: scroll;
}

.filter-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: white;
}

.filter-scroll::-webkit-scrollbar-thumb {
    background: #DE7C35;
}

.filterBtn{
    width: 200px;
    height: 50px;
    color: white;
    font-weight: bold;
    background-color: #DE7C35;
    position: sticky;
    top: 50px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    padding-right: 5%;
}

.filter-mobile{
    margin-top: -2.66667em;
    display:none;
    z-index: 7;
    position: sticky;
    height: 100%;
    width: 100%;
    background-color: white;
}

.filterBtnMobile{
    width: 100%;
    height: 50px;
    color: white;
    background-color: #DE7C35;
    position: sticky;
}

.filters-mobile-display{
    color: #DE7C35;
    margin-left: 5%;
    margin-right: 5%;
    z-index:4;
}

#filters-mobile-display {
    display:none;
}

#blocButtons{
    margin-bottom:50px;
}

.resetBtn{
    color: #57bbed;
    border: solid;
    border-color: #57bbed;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}

a.reset-btn:focus{
    color: #57BBED;
}

.seeOfferBtn{
    color: white;
    border: solid;
    border-color: #57bbed;
    background-color: #57bbed;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}

.countMobile{
    color: #57bbed;
    border-top: solid #57bbed;
}

.iconSize{
    width: 30px;
    height: 30px;
}

.desc-text{
    overflow: clip;
    color: #1C6955;
}

.btn-remove-filters{
    display: none;
    width: 50px;
    height: 50px;
    border: solid #DE7C35;
    color: #DE7C35;
    background-color: white;
}

#filter-by-mobile{
    top: 50px;
}


.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child>a {
    border-color: white;
    color: #1C6955;
    font-size: x-large;

}

.paginationjs .paginationjs-pages li:last-child>a {
    border-color: white;
    color: #1C6955;
    font-size: x-large;
}

.paginationjs .paginationjs-pages li.active>a {
    height: 30px;
    line-height: 30px;
    color: #1C6955;
    background-color: white;
    cursor: default;
    font-weight: bolder;
}

.paginationjs .paginationjs-pages li>a {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    background: #fff;
    font-size: 14px;
    color: #1C6955;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.paginationjs .paginationjs-pages li {
    float: left;
    list-style: none;
    border: none;
}

.paginationjs .paginationjs-pages li:last-child {
    border: none;
}

.paginationjs .paginationjs-size-changer>select {
    height: 28px;
    background: #fff;
    border: none;
    padding: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    box-sizing: initial;
    color: #1C6955;
}

.reset-btn{
    color: #57BBED;
    border: solid #57BBED;
    width: fit-content;
    font-weight: bold;
    padding: 7px 12px;
    margin-bottom: 10px !important;
}

.custom-video-container {
    border-radius: 15px;
    width: 70%;
    overflow: hidden;
}
.custom-video-container .wp-video {
    border-radius: 15px;
}
.custom-video-container .wp-video-shortcode {
    border-radius: 15px;
}

.custom-video-container.video-offres {
    width: 100%;
    max-width: 100%;
}
.custom-video-container.video-offres video {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

.custom-video-container.video-offres .wp-video-shortcode {
    width: 100% !important;
    height: auto;
}
.custom-video-container.video-offres .wp-video {
    width: 100% !important;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 10vh;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    transition: all 0.3s ease-in-out;
}

.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}


/* Mobile tweaks */
@media screen and (max-width: 600px) {
    .modal {
        padding-top: 5vh;
    }

    .modal-content {
        width: 95%;
        max-height: 70vh;
    }

    .close {
        font-size: 30px;
        right: 15px;
        top: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .gap-O{
        gap: 35px !important;
    }
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}
.f-18{
    font-size: 18px;
}