span.wpjb-glyphs.wpjb-icon-industry {
    height: auto;
}

.wpjb-page-index {
    background-color: transparent !important;
}

.wpjb-grid .wpjb-grid-row.wpjb-click-area {
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 24px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
    border: 1px solid #f1f5f9 !important;
    position: relative !important;
    overflow: hidden !important; 
    transition: all 0.25s ease-in-out !important;
}

.wpjb-grid .wpjb-grid-row.wpjb-click-area::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 4px !important;
    background-color: transparent !important;
    transition: background-color 0.2s ease !important;
    z-index: 2 !important;
}

.wpjb-grid .wpjb-grid-row.wpjb-click-area:hover {
    border-color: #bee0ff !important; /* Bordure extÃƒÂ©rieure bleu clair */
    box-shadow: 0 6px 24px rgba(0, 56, 117, 0.04) !important;
    transform: translateY(-2px);
}

.wpjb-grid .wpjb-grid-row.wpjb-click-area:hover::before {
    background-color: #003875 !important;
}

.wpjb .wpjb-grid .wpjb-col-logo {
    margin-right: 20px !important;
    width: auto !important;
}

.wpjb .wpjb-grid .wpjb-col-logo > div.wpjb-flex-img {
    width: 64px !important;
    height: 64px !important;
    background-color: #f8fafc !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    transition: background-color 0.2s ease !important;
}

.wpjb-col-logo .wpjb-icon-industry::before {
    content: "\f0b1" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 24px !important;
    color: #90A1B9 !important;
    transition: color 0.2s ease !important;
}

.wpjb-grid .wpjb-grid-row.wpjb-click-area:hover .wpjb-flex-img {
    background-color: #eaf3fc !important; 
}
.wpjb-grid .wpjb-grid-row.wpjb-click-area:hover .wpjb-icon-industry::before {
    color: #003875 !important; 
    opacity: 1;
}

.wpjb-col-main {
    flex: 1 !important;
    padding-right: 180px !important;
}

.wpjb-title {
    color: #003875 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    font-family: 'jost', sans-serif !important;
}

.wpjb-title,
.wpjb-title a {
    position: static !important;
}
.wpjb-title::before,
.wpjb-title a::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10 !important;
    cursor: pointer !important;
}

.wpjb-featured .wpjb-title::after {
    content: "NOUVEAU" !important;
    display: inline-block !important;
    position: relative !important;
    background-color: #fff3e0 !important;
    color: #ff9800 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    margin-left: 12px !important;
    letter-spacing: 0.5px !important;
    /* Reset des valeurs d'ÃƒÂ©tirement au cas oÃƒÂ¹ */
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
}

.wpjb-line-minor {
    margin-top: 8px !important;
    display: flex !important;
    gap: 16px !important;
    color: #45556C!important;
    font-size: 15px !important;
    font-weight: 600;
}

.wpjb-company_name::before {
    content: "\f1ad" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    margin-right: 6px !important;
    color: #90A1B9 !important;
}

.wpjb-job_location .wpjb-icon-location::before {
    content: "\f3c5" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    margin-right: 4px !important;
    color: #90A1B9 !important;
}

.wpjb-line-major .wpjb-job_type {
    position: absolute !important;
    right: 80px !important;
    top: 24px !important;
    background-color: #f1f5f9 !important;
    color: #45556C !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    letter-spacing: 0.5px !important;
}

.wpjb-line-minor .wpjb-job_created_at {
    position: absolute !important;
    right: 80px !important;
    bottom: 24px !important;
    color: #90A1B9 !important;
    font-size: 14px !important;
}
.wpjb-line-minor .wpjb-job_created_at::before {
    content: "\f073" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    margin-right: 6px !important;
    color: #90A1B9 !important;
}

.wpjb-grid-row.wpjb-click-area::after {
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    right: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #f8fafc !important;
    color: #64748b !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    transition: all 0.2s ease !important;
    border: 1px solid #e2e8f0 !important;
}

.wpjb-grid-row.wpjb-click-area:hover::after {
    background-color: #003875 !important;
    color: #ffffff !important;
    border-color: #003875 !important;
}

#wpjb-top-search {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 90px !important; 
    position: relative;
    overflow: inherit !important;
}

#wpjb-top-search-form {
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

#wpjb-top-search-form .wpjb-search-group-visible {
    display: flex !important;
    flex: 1 !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06) !important;
    padding: 6px 10px 6px 20px !important;
    align-items: center !important;
    border: 1px solid #e2e8f0 !important;
    height: 74px;
}

#wpjb-top-search-form .wpjb-input-type-half {
    width: 50% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#wpjb-top-search-form .wpjb-input-type-half-left {
    border-right: 1px solid #e2e8f0 !important;
    padding-right: 15px !important;
}
#wpjb-top-search-form .wpjb-input-type-half-right {
    padding-left: 15px !important;
}

#wpjb-top-search-form input[type="text"] {
    border: none !important;
    background: transparent !important;
    padding: 12px 10px 12px 32px !important;
    font-size: 15px !important;
    color: #1e293b !important;
    width: 100% !important;
    box-shadow: none !important;
}

#wpjb-top-search-form #query {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E") no-repeat left center !important;
    background-size: 18px !important;
}
#wpjb-top-search-form #location {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E") no-repeat left center !important;
    background-size: 18px !important;
}

#wpjb-top-search-form .wpjb-list-search {
    float: none !important;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 179px;
}
#wpjb-top-search-form .wpjb-button-submit {
    background-color: #003875 !important;
    color: #ffffff !important;
    border-radius: 14px !important;
    padding: 20px 28px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0, 56, 117, 0.25) !important;
    margin: 0;
}

#wpjb-top-search-form .wpjb-button-submit .wpjb-icon-search::before {
    content: "\f002" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin-right: 8px !important;
}
#wpjb-top-search-form .wpjb-button-submit::after {
    content: "Rechercher" !important;
    display: inline-block !important;
}

#wpjb-top-search-form .wpjb-input-type-full {
    position: absolute !important;
    top: 100px !important;
    left: 10px !important;
    width: 100% !important;
}

#wpjb-top-search-form .wpjb-options-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#wpjb-top-search-form .wpjb-options-list::before {
    content: "TYPE DE CONTRAT" !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    margin-right: 12px !important;
    letter-spacing: 0.5px !important;
}

#wpjb-top-search-form .wpjb-options-list li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}

#wpjb-top-search-form .wpjb-cute-checkbox input[type="checkbox"],
#wpjb-top-search-form .wpjb-cute-input-indicator {
    display: none !important;
}
#wpjb-top-search-form .wpjb-cute-checkbox {
    padding: 0 !important;
}
#wpjb-top-search-form .wpjb-input-description {
    display: inline-block !important;
    padding: 5px 14px !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    color: #45556C !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

#wpjb-top-search-form .wpjb-cute-checkbox input[type="checkbox"]:checked ~ .wpjb-input-description {
    background-color: #003875 !important;
    color: #ffffff !important;
    border-color: #003875 !important;
}
body .wpjb .wpjb-line-major .wpjb-sub-opaque, body .wpjb .wpjb-line-minor .wpjb-sub.wpjb-sub-opaque {
    opacity: 1;
    color: #62748E;
}

.wpjb-grid .wpjb-grid-row.wpjb-click-area:hover a {
    color: #155dfc !important;
}
.offres-emploi section .container {
    max-width: 980px;
}

.offres-emploi section {
    padding: 75px 0 50px;
    background: #FAFBFC;
}

.offres-emploi h1 {
    margin-bottom: 35px !important;
}
.wpjb-flash-info {
    text-align: center;
}

span.wpjb-glyphs.wpjb-icon-ok {
    color: #6cb46c;
}
@media (min-width: 1800px) {
    .wpjb-cancel-btn-custom {
        /* margin-left: 250px !important; */
    }
}
@media (min-width: 991px) {
    #wpjb-top-search-form .wpjb-input-type-half-left {
        max-width: 40%;
    }

    #wpjb-top-search-form .wpjb-input-type-full {
        max-width: 100%;
    }
    .wpjb-cancel-btn-custom {
        margin-left: 235px;
        position: relative;
        /* top: 6px; */
    }
    .wpjb .wpjb-form input.wpjb-submit{
        /* float: right; */
    }
}
.single-job section {
    padding: 75px 0 50px;
    background: #FAFBFC;
}

.wpjb-page-single-custom {
    max-width: 1000px !important;
    margin: 0 auto !important;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
}

/* Lien Retour */
.wpjb-back-link-custom {
    display: inline-flex !important;
    align-items: center !important;
    color: #64748b !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-bottom: 24px !important;
    transition: color 0.2s;
}
.wpjb-back-link-custom:hover {
    color: #004b93 !important;
}
.wpjb-back-link-custom span {
    margin-right: 8px !important;
    font-size: 12px !important;
}

/* Structure des Cartes Blanches */
.wpjb-page-single-custom .wpjb-card-custom {
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 40px !important;
    box-shadow: 0 10px 35px rgba(0, 75, 147, 0.04) !important;
    margin-bottom: 30px !important;
    border: 1px solid #f1f5f9 !important;
    position: relative;
}
.wpjb-page-single-custom .wpjb-card-custom.wpjb-description-card {
    padding: 25px 75px 40px !important;
}
/* Layout Alignement En-tÃƒÂªte */
.wpjb-header-flex-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 30px !important;
}

.wpjb-single-title-custom {
    font-size: 38px !important;
    color: #0A3B7C !important;
    font-weight: 800 !important;
    margin: 0 0 18px 0 !important;
    line-height: 1.25 !important;
    text-transform: none;
    text-shadow: none;
}

/* Ligne de 4 MÃƒÂ©tadonnÃƒÂ©es (Pictos) */
.wpjb-single-meta-inline-custom {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px 24px !important;
    color: #45556C !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-bottom: 14px !important;
    font-family: 'Jost';
}
.wpjb-single-meta-inline-custom .meta-item-custom {
    display: flex !important;
    align-items: center !important;
}
.wpjb-single-meta-inline-custom .meta-item-custom span.wpjb-glyphs {
    color: #94a3b8 !important;
    margin-right: 8px !important;
    font-size: 16px !important;
}

.wpjb-single-date-custom {
    font-size: 14px !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
}
.wpjb-single-date-custom span {
    margin-right: 8px !important;
    color: #94a3b8 !important;
}

/* Bouton d'action Orange */
.wpjb-custom-orange-btn {
    background: #F29111 !important;
    color: #ffffff !important;
    padding: 20px 30px !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 8px 20px rgba(241, 144, 6, 0.25) !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 18px !important;
    text-align: center !important;
    font-family: 'Jost', sans-serif !important;
}
.wpjb-custom-orange-btn:hover {
    transform: translateY(-2px) !important;
    background: #e08200 !important;
    box-shadow: 0 10px 24px rgba(241, 144, 6, 0.35) !important;
    color: #ffffff !important;
}

.wpjb-divider-custom {
    border: 0 !important;
    border-top: 1px solid #98a5b1 !important;
    margin: 15px 0 35px !important;
}

/* Alignement Horizontal des 3 BoÃƒÂ®tes ACF */
.wpjb-custom-meta-boxes-container {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}
.wpjb-custom-meta-boxes-container .meta-box-card {
    flex: 1 1 calc(33.333% - 20px) !important;
    min-width: 240px !important;
    background: #f8fafc !important;
    padding: 20px 24px !important;
    border-radius: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}
.wpjb-custom-meta-boxes-container .box-label-title {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
.wpjb-custom-meta-boxes-container .box-value-text, .wpjb-custom-meta-boxes-container .box-value-text p, .wpjb-custom-meta-boxes-container .box-value-text li {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    font-family: "jost" !important;
}

/* Zone du bas (Contenu) */
.wpjb-description-card h2 {
    font-size: 24px !important;
    color: #0A3B7C !important;
    font-weight: 800 !important;
    margin: 50px 0 24px 0 !important;
    text-transform: none;
}
.wpjb-description-content-text {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #334155 !important;
}

/* Bouton de fin de page */
.wpjb-footer-actions-custom {
    text-align: center !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

/* FenÃƒÂªtre Modale pour le Formulaire */
.wpjb-modal-overlay-custom {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(4px) !important;
    z-index: 99999 !important;
    display: none; /* MasquÃƒÂ© par dÃƒÂ©faut */
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
}
.wpjb-modal-content-wrapper {
    background: #ffffff !important;
    width: 100% !important;
    max-width: 700px !important;
    /* max-height: 90vh !important; */
    overflow-y: auto !important;
    border-radius: 24px !important;
    padding: 0 40px 25px !important;
    position: relative !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    animation: wpjbModalFade 0.3s ease;
}
.wpjb-modal-overlay-custom {
    position: fixed; top:0; left:0; width:100%; height:100%;
    background: rgba(0,0,0,0.7); display:none; z-index:9999;
    justify-content:center; align-items:center;
}
.wpjb-modal-content-wrapper {
    background:#fff; width:90%; max-width:600px; padding:30px;
    border-radius:20px; position:relative; max-height:95vh; overflow-y:auto;
}
.wpjb-modal-close-btn { position:absolute; top:10px; right:15px; font-size:30px; cursor:pointer; border:none; background:none; }
.wpjb-modal-content-wrapper .wpjb-job-buttons { display:none !important; }
.wpjb-modal-content-wrapper .wpjb-form-slider { display:block !important; }
.wpjb-description-content-text p, .wpjb-description-content-text ul li {
    color: #45556C;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.wpjb-description-content-text ul li {
    list-style: disc !important;
}

.wpjb-description-content-text ul {
    margin-bottom: 20px !important;
    margin-left: 30px !important;
}

.wpjb-description-content-text h2 {
    color: #0A3B7C;
}

.wpjb-description-content-text p {
    margin-bottom: 15px !important;
}

.wpjb-description-content-text h3 {
    font-size: 20px;
    text-transform: none !important;
    font-weight: bold;
    font-family: 'Jost';
    color: #0A3B7C;
}
.wpjb-header-main-info {
    max-width: 620px;
}
.wpjb .wpjb-form.wpjb-form-nolines .wpjb-legend {
    border: none !important;
}

.wpjb .wpjb-layer-inside {
    border: none !important;
    box-shadow: none !important;
    background: #fff !important;
}

.wpjb .wpjb-form div textarea, .wpjb .wpjb-form div select, .wpjb .wpjb-form div input[type=text], .wpjb .wpjb-form div input[type=password] {
    border-color: #CAD5E2 !important;
    border-radius: 8px !important;
}

.wpjb .wpjb-form div input[type=text] {
    height: 42px !important;
}

.wpjb .wpjb-form div div.wpjb-field textarea {
    height: 162px !important;
}

.wpjb .wpjb-form .wpjb-required {
    color: #FB2C36 !important;
}

.wpjb .wpjb-form div label.wpjb-label {
    font-size: 14px !important;
    font-family: 'Jost' !important;
}

.wpjb .wpjb-form input.wpjb-submit {
    background: #F29111;
    border: 1px solid;
    outline: none;
    border-color: #F29111;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 16px;
    display: inline-block !important;
    font-family: 'Jost', sans-serif !important;
    float: right;
}
.wpjb-cancel-btn-custom {
    background: #e2e8f0 !important;
    color: #314158 !important;
    border-radius: 10px !important;
    border: 1px solid #31415858 !important;
    cursor: pointer !important;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 16px;
    display: inline-block !important;
    font-family: 'Jost', sans-serif !important;
    margin-right: 10px !important;
    transition: background 0.2s;
}
.wpjb-cancel-btn-custom:hover {
    background: #cbd5e1 !important;
}
a#wpjb-upload-media-file {
    display: none;
}
.wpjb .wpjb-form .wpjb-error {
    background: transparent !important;
}

.wpjb .wpjb-form ul.wpjb-errors li {
    font-size: 14px !important;
    font-family: 'Jost';
}
.wpjb .wpjb-form-nolines .wpjb-upload-inner {
    border-radius: 6px;
    padding: 10px 0;
}

.wpjb .wpjb-upload-inner .wpjb-upload-info {
    font-size: 16px;
    color: #45556C;
    font-family: 'Jost';
}
.wpjb .wpjb-form.wpjb-form-nolines .wpjb-legend {
    font-size: 24px !important;
    font-family: 'Jost' !important;
    font-weight: 700 !important;
    color: #0A3B7C !important;
    line-height: 32px !important;
}
.wpjb-icon-industry::before {
    content: "\f1ad" !important; 
    font-family: "Font Awesome 5 Free" !important; 
    font-weight: 900 !important;
}
@keyframes wpjbModalFade {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.wpjb-modal-close-btn {
    position: absolute !important;
    top: 20px !important;
    right: 24px !important;
    border: none !important;
    color: #64748b !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s !important;
}
.wpjb-modal-close-btn:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}
.wpjb-description-content-text p a {
    color: #155DFC;
    font-weight: 400;
}
[class^="wpjb-icon-"]:before, [class*=" wpjb-icon-"]:before {
    opacity: 1 !important;
}

@media (max-width: 768px) {
    #wpjb-top-search-form {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    #wpjb-top-search-form .wpjb-search-group-visible {
        flex-direction: column !important;
        border-radius: 16px !important;
        padding: 10px !important;
    }
    #wpjb-top-search-form .wpjb-input-type-half {
        width: 100% !important;
        border-right: none !important;
        padding: 0 !important;
    }
    #wpjb-top-search-form .wpjb-input-type-full {
        position: static !important;
        margin-top: 15px !important;
    }
    #wpjb-top-search-form .wpjb-list-search {
        margin-left: 0 !important;
        margin-top: 10px !important;
        display: none;
    }
    #wpjb-top-search-form .wpjb-button-submit {
        width: 100% !important;
        justify-content: center !important;
    }
    #wpjb-top-search {
        margin-bottom: 20px !important;
    }
    .wpjb-col-main {
        padding-right: 0 !important;
    }
    .wpjb-line-major .wpjb-job_type, 
    .wpjb-line-minor .wpjb-job_created_at {
        position: static !important;
        display: inline-block !important;
        margin-top: 5px !important;
    }
    .wpjb-grid-row.wpjb-click-area::after {
        display: none !important; 
    }
    .offres-emploi section .container {
    padding: 0 25px;
    }

    .wpjb-grid .wpjb-grid-row.wpjb-click-area {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

    body .wpjb .wpjb-line-minor {
        flex-direction: column;
    }
    .wpjb-single-title-custom {
        font-size: 26px !important;
    }

    .wpjb-page-single-custom .wpjb-card-custom {
        padding: 30px !important;
    }

    .wpjb-page-single-custom .wpjb-card-custom.wpjb-description-card {
        padding-inline: 20px !important;
    }

    .wpjb-modal-content-wrapper {
        padding: 30px !important;
    }

    .wpjb-modal-close-btn {
        top: 10px !important;
        right: 10px !important;
    }
    .wpjb-header-flex-container { flex-direction: column !important; }
    .wpjb-custom-orange-btn { width: 100% !important; }
    .wpjb-custom-meta-boxes-container .meta-box-card { flex: 1 1 100% !important; }
    .single-job section {
        padding: 25px 0;
    }
}
span.box-value-text.map a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #f29111;
}

span.box-value-text.map img {
    max-width: 20px;
    height: auto;
    object-fit: contain;
}