/* 
 * DOCUMENTATION JP — CSS RÉORGANISÉ
 * ----------------------------------------------------------
 * Fichier : assets/css/jp-service.css
 * Rôle : Pages Service.
 *
 * Lecture conseillée :
 * 1. fondations et structure du composant ;
 * 2. éléments internes et états ;
 * 3. adaptations responsive et compatibilité.
 *
 * IMPORTANT : l'ordre de cascade est volontairement préservé lorsqu'un déplacement
 * pourrait modifier le rendu. Les doublons retirés sont uniquement ceux dont une
 * déclaration strictement identique existe plus loin dans le même contexte CSS.
  */

/* * FICHIER CSS RÉORGANISÉ
 * Fichier : assets/css/jp-service.css
 * Rôle : Pages et composants du type de contenu « service ».
 *
 * Organisation :
 * 1. Styles de base du module
 * 2. États et interactions
 * 3. Adaptations responsives, dans l’ordre du fichier d’origine
 *
 * Maintenance : l’ordre des règles est conservé afin de respecter la cascade CSS.
 * Les doublons strictement identiques dans un même bloc ont été supprimés. */

/* *
 * jp-service.css
 * Rôle : Pages de service.
 *
 * Organisation du fichier :
 * 1. Variables et fondations éventuelles
 * 2. Structure principale du composant
 * 3. États, variantes et interactions
 * 4. Adaptations responsives
 *
 * Les doublons strictement identiques ont été supprimés. Les surcharges
 * volontaires et les fallbacks compatibles ont été conservés pour ne pas
 * modifier le rendu ou le comportement existant. */

/* ==========================================================
   JP SERVICE — Pages de service du lycée
   Fichier nettoyé, indenté et commenté
   ========================================================== */

/* ==========================================================================
   Fondations et règles globales
   ========================================================================== */

body.page .jp-service-page, .jp-service-page {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        font-family: "Montserrat", "Arial", sans-serif;
        color: var(--jp-text, #26384f);
        background: #fff;
}

/*  CIBLE — Pages Service : body.page:has(.jp-service-page) .site-content, body.page:has(.jp-service-page) .site-main, body.page:h…  */

body.page:has(.jp-service-page) .site-content, body.page:has(.jp-service-page) .site-main, body.page:has(.jp-service-page) .ast-container, body.page:has(.jp-service-page) .content-area, body.page:has(.jp-service-page) #primary {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
}

/*  CIBLE — Pages Service : .jp-service-page *  */

.jp-service-page * {
        box-sizing: border-box;
}

/* =========================================================
   HERO
   ========================================================= */

/* ==========================================================================
   Bandeau principal
   ========================================================================== */

.jp-service-hero.jp-hero {
        --jp-hero-height: 420px;
        --jp-hero-main-top: 30px;
        --jp-hero-badges-left: 42px;
        --jp-hero-badges-top: 22px;
        --jp-hero-padding-y: 20px;
        --jp-hero-padding-x: 7%;
        --jp-hero-radius: 42px;
        --jp-script-top: 18px;
        --jp-script-left: 49%;
        --jp-script-right: 6%;
        --jp-script-width: auto;
        --jp-script-max-width: none;
        --jp-script-align: left;
        --jp-title-margin-top: 10mm;
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        border-radius: 0 0 var(--jp-hero-radius) var(--jp-hero-radius) !important;
        overflow: hidden !important;
}

/*  CIBLE — Bandeau Hero : .jp-service-hero .jp-type  */

.jp-service-hero .jp-type {
        background: var(--jp-main, #e95b22);
}

/*  CIBLE — Bandeau Hero : .jp-service-hero .jp-hero-main  */

.jp-service-hero .jp-hero-main {
        position: relative;
        z-index: 3 !important;
        top: var(--jp-hero-main-top) !important;
        margin-top: 0 !important;
}

/* Page Offres d'emploi : décale tout le bloc éditorial, badges compris. */

.jp-service-jobs .jp-service-hero .jp-hero-main {
        left: 108px !important;
}

/* Conserve uniquement le décalage vertical interne existant. */

.jp-service-jobs .jp-service-hero .jp-hero-main > *:not(.jp-hero-badges):not(.jp-badges) {
        transform: translateY(32px) !important;
}

/*  CIBLE — Bandeau Hero : .jp-service-hero .jp-script  */

.jp-service-hero .jp-script {
        position: absolute !important;
        left: var(--jp-script-left) !important;
        right: var(--jp-script-right) !important;
        top: var(--jp-script-top) !important;
        width: var(--jp-script-width) !important;
        max-width: var(--jp-script-max-width) !important;
        text-align: var(--jp-script-align) !important;
        white-space: normal !important;
        overflow: visible !important;
        font-family: "Caveat", cursive !important;
        font-size: var(--jp-script-size-desktop, clamp(42px, 3vw, 56px)) !important;
        font-weight: 500 !important;
        line-height: var(--jp-script-line-height, 0.95) !important;
        letter-spacing: 0 !important;
        text-shadow: var(--jp-script-shadow, 0 2px 5px rgba(0, 0, 0, 0.18)) !important;
        z-index: 3 !important;
}

/*  CIBLE — Bandeau Hero : .jp-service-hero .jp-hero-bg-img  */

.jp-service-hero .jp-hero-bg-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        opacity: 1 !important;
        z-index: 0;
}

/*  CIBLE — Bandeau Hero : .jp-service-hero.jp-hero::before  */

.jp-service-hero.jp-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(
    90deg,
    rgba(10, 24, 48, 0.98) 0%,
    rgba(10, 24, 48, 0.96) 18%,
    rgba(10, 24, 48, 0.88) 32%,
    rgba(10, 24, 48, 0.64) 43%,
    rgba(10, 24, 48, 0.32) 52%,
    rgba(10, 24, 48, 0.1) 59%,
    rgba(10, 24, 48, 0) 66%
  );
}

/*  CIBLE — Bandeau Hero : .jp-service-hero .jp-subtitle, .jp-service-hero .jp-hero-description  */

.jp-service-hero .jp-subtitle, .jp-service-hero .jp-hero-description {
        max-width: 500px !important;
}

/* =========================================================
   STATISTIQUES
   ========================================================= */

.jp-service-stats, .jp-stats-strip.jp-service-stats {
        width: min(1180px, calc(100% - 42px));
        margin: -48px auto 28px;
        position: relative;
        z-index: 4;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        background: #fff;
        border: 1px solid rgba(16, 35, 63, 0.08);
        border-radius: 22px;
        box-shadow: 0 16px 42px rgba(16, 35, 63, 0.1);
        overflow: hidden;
}

/* ==========================================================================
   Cartes et contenus structurés
   ========================================================================== */

.jp-service-stat-card, .jp-stats-strip__item.jp-service-stat-card {
        min-height: 78px;
        padding: 14px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        text-align: left;
        background: #fff;
}

/*  CIBLE — Chiffres clés : .jp-service-stat-card + .jp-service-stat-card  */

.jp-service-stat-card + .jp-service-stat-card {
        border-left: 1px solid rgba(16, 35, 63, 0.1);
}

/*  CIBLE — Chiffres clés : .jp-service-stat-card strong  */

.jp-service-stat-card strong {
        display: block;
        color: var(--jp-main, #e95b22);
        font-size: 30px;
        line-height: 1;
        font-weight: 950;
}

/*  CIBLE — Chiffres clés : .jp-service-stat-card span  */

.jp-service-stat-card span {
        display: block;
        margin-top: 3px;
        color: var(--jp-dark, #10233f);
        font-size: 12.5px;
        line-height: 1.2;
        font-weight: 750;
        text-transform: none;
        letter-spacing: 0;
}

/* =========================================================
   SECTION CARTES
   ========================================================= */

.jp-service-cards {
        width: min(1480px, calc(100% - 42px));
        margin: 0 auto 0;
        padding-top: 0;
        padding-bottom: 0;
}

/*  CIBLE — Pages Service : .jp-service-section-heading  */

.jp-service-section-heading {
        margin-bottom: 12px;
        text-align: left;
}

/*  CIBLE — Pages Service : .jp-service-section-heading .jp-kicker  */

.jp-service-section-heading .jp-kicker {
        margin: 0 0 8px;
        font-size: 12px;
        font-weight: 950;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--jp-main, #e95b22);
}

/*  CIBLE — Pages Service : .jp-service-section-heading .jp-title  */

.jp-service-section-heading .jp-title {
        margin: 0;
        color: var(--jp-dark, #10233f);
        font-size: 28px;
        line-height: 1.15;
        font-weight: 950;
        text-align: center;
}

/*  CIBLE — Pages Service : .jp-service-section-heading .jp-title span  */

.jp-service-section-heading .jp-title span {
        color: var(--jp-main, #e95b22);
}

/*  CIBLE — Pages Service : .jp-service-section-heading p:last-child  */

.jp-service-section-heading p:last-child {
        margin: 8px 0 0;
        color: #52627a;
        font-size: 14px;
        line-height: 1.45;
}

/*  CIBLE — Pages Service : .jp-service-grid  */

.jp-service-grid {
        display: grid;
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 12px;
        max-width: 1480px;
        margin: 0 auto 12px;
}

/*  CIBLE — Pages Service : .jp-service-empty  */

.jp-service-empty {
        margin: 20px 0;
        color: #52627a;
        font-weight: 700;
        text-align: center;
}

/* =========================================================
   CARTES OFFRES
   ========================================================= */

.jp-service-job-card {
        min-height: 104px;
        padding: 13px 12px 12px;
        border-radius: 15px;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__top  */

.jp-service-job-card .jp-card__top {
        display: grid;
        grid-template-columns: 58px 1fr;
        gap: 10px;
        align-items: center;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__visual  */

.jp-service-job-card .jp-card__visual {
        width: 58px;
        height: 58px;
        font-size: 15px;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__visual img  */

.jp-service-job-card .jp-card__visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__bottom  */

.jp-service-job-card .jp-card__bottom {
        margin-top: 9px;
        gap: 6px;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-service-card-icon span  */

.jp-service-job-card .jp-service-card-icon span {
        font-size: 15px;
        font-weight: 950;
        letter-spacing: -0.03em;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__title, .jp-service-job-card .jp-service-card-content h3  */

.jp-service-job-card .jp-card__title, .jp-service-job-card .jp-service-card-content h3 {
        font-size: 14px;
        line-height: 1.08;
        margin-bottom: 3px;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__subtitle, .jp-service-job-card .jp-service-card-content p  */

.jp-service-job-card .jp-card__subtitle, .jp-service-job-card .jp-service-card-content p {
        font-size: 11px;
        line-height: 1.18;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__meta, .jp-service-job-card .jp-service-card-meta  */

.jp-service-job-card .jp-card__meta, .jp-service-job-card .jp-service-card-meta {
        background: transparent;
        padding: 0;
        border-radius: 0;
        color: var(--jp-dark, #10233f);
        margin: 0;
        display: block;
        text-transform: none;
        letter-spacing: 0;
        font-size: 11px;
        line-height: 1.2;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__meta strong, .jp-service-job-card .jp-service-card-meta strong  */

.jp-service-job-card .jp-card__meta strong, .jp-service-job-card .jp-service-card-meta strong {
        color: var(--jp-card-color, var(--card-color, #e95b22));
        font-size: 18px;
        margin-right: 3px;
}

/*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__link, .jp-service-job-card .jp-service-card-link  */

.jp-service-job-card .jp-card__link, .jp-service-job-card .jp-service-card-link {
        margin: 0;
        padding: 0;
        font-size: 11px;
        line-height: 1.2;
}

/* =========================================================
   CTA
   ========================================================= */

/* ==========================================================================
   Boutons et actions
   ========================================================================== */

.jp-service-cta-section {
        margin-top: 0 !important;
        padding-top: 12px !important;
        padding-bottom: 36px !important;
        scroll-margin-top: 120px;
}

/*  CIBLE — Appel à l’action : .jp-service-cta .jp-kicker  */

.jp-service-cta .jp-kicker {
        margin: 0 0 8px;
        color: var(--jp-main, #e95b22);
        font-size: 12px;
        font-weight: 950;
        letter-spacing: 0.08em;
        text-transform: uppercase;
}

/*  CIBLE — Boutons : .jp-service-cta .jp-btn-main  */

.jp-service-cta .jp-btn-main {
        white-space: nowrap;
}

/* =========================================================
   MODULE FORMATION : OFFRES LIÉES
   ========================================================= */

.jp-module-offres-emploi {
        width: min(1180px, calc(100% - 42px));
        margin: 42px auto;
        padding: 26px 30px;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 24px;
        align-items: center;
        border-radius: 24px;
        background: linear-gradient(135deg, #ffffff, var(--jp-soft, #fff3ec));
        border: 1px solid rgba(16, 35, 63, 0.08);
        box-shadow: 0 14px 34px rgba(16, 35, 63, 0.09);
}

/*  CIBLE — Composant : .jp-module-offres-emploi__kicker  */

.jp-module-offres-emploi__kicker {
        margin: 0 0 8px;
        color: var(--jp-main, #e95b22);
        font-size: 12px;
        font-weight: 950;
        letter-spacing: 0.08em;
        text-transform: uppercase;
}

/*  CIBLE — Composant : .jp-module-offres-emploi h2  */

.jp-module-offres-emploi h2 {
        margin: 0 0 8px;
        color: var(--jp-dark, #10233f);
        font-size: 26px;
        line-height: 1.15;
        font-weight: 950;
}

/*  CIBLE — Composant : .jp-module-offres-emploi p:not(.jp-module-offres-emploi__kicker)  */

.jp-module-offres-emploi p:not(.jp-module-offres-emploi__kicker) {
        margin: 0;
        color: #52627a;
        font-size: 14px;
        line-height: 1.5;
}

/*  CIBLE — Composant : .jp-module-offres-emploi__count  */

.jp-module-offres-emploi__count {
        display: inline-flex;
        align-items: baseline;
        gap: 7px;
        margin-top: 12px;
        font-weight: 850;
        color: var(--jp-dark, #10233f);
}

/*  CIBLE — Composant : .jp-module-offres-emploi__count strong  */

.jp-module-offres-emploi__count strong {
        color: var(--jp-main, #e95b22);
        font-size: 28px;
        line-height: 1;
        font-weight: 950;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* ==========================================================================
   Adaptation responsive : (max-width: 1500px)
   ========================================================================== */

@media (max-width: 1500px) {
        /*  CIBLE — Pages Service : .jp-service-grid  */
        .jp-service-grid {
            grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* ==========================================================================
   Adaptation responsive : (max-width: 1280px)
   ========================================================================== */

@media (max-width: 1280px) {
        /*  CIBLE — Pages Service : .jp-service-grid  */
        .jp-service-grid {
            grid-template-columns: repeat(5, minmax(0, 1fr));
    }
        /*  CIBLE — Bandeau Hero : .jp-service-hero.jp-hero  */
        .jp-service-hero.jp-hero {
            --jp-script-left: 44%;
            --jp-script-right: 3%;
            --jp-script-width: auto;
            --jp-script-max-width: none;
    }
        /*  CIBLE — Bandeau Hero : .jp-service-hero .jp-script  */
        .jp-service-hero .jp-script {
            font-size: var(--jp-script-size-medium, clamp(40px, 3.4vw, 52px)) !important;
    }
}

/* ==========================================================================
   Adaptation responsive : (max-width: 1100px)
   ========================================================================== */

@media (max-width: 1100px) {
        /*  CIBLE — Pages Service : .jp-service-grid  */
        .jp-service-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
    }
        /*  CIBLE — Bandeau Hero : .jp-service-hero.jp-hero  */
        .jp-service-hero.jp-hero {
            --jp-script-left: 39%;
            --jp-script-right: 3%;
            --jp-script-width: auto;
            --jp-script-max-width: none;
    }
}

/* ==========================================================================
   Adaptation responsive : (max-width: 900px)
   ========================================================================== */

@media (max-width: 900px) {
        /*  CIBLE — Pages Service : .jp-service-grid  */
        .jp-service-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
    }
        /*  CIBLE — Bandeau Hero : .jp-service-hero.jp-hero  */
        .jp-service-hero.jp-hero {
            height: auto;
            min-height: 0;
            padding: 28px 22px 34px;
            --jp-hero-main-top: 0;
            --jp-hero-badges-left: 0;
            --jp-script-width: auto;
            --jp-script-max-width: none;
    }
        /*  CIBLE — Bandeau Hero : .jp-service-hero .jp-script  */
        .jp-service-hero .jp-script {
            position: relative !important;
            left: auto !important;
            right: auto !important;
            top: auto !important;
            width: auto !important;
            max-width: none !important;
            margin: 14px 0 4px !important;
            font-family: "Caveat", cursive !important;
            font-size: var(--jp-script-size-mobile, 36px) !important;
            font-weight: 500 !important;
            line-height: var(--jp-script-line-height, 0.95) !important;
            text-align: left !important;
    }
        /*  CIBLE — Bandeau Hero : .jp-service-hero .jp-hero-main  */
        .jp-service-hero .jp-hero-main {
            top: 0;
    }
}

/* ==========================================================================
   Adaptation responsive : (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
        /*  CIBLE — Chiffres clés : .jp-service-stats, .jp-stats-strip.jp-service-stats  */
        .jp-service-stats, .jp-stats-strip.jp-service-stats {
            grid-template-columns: 1fr;
            margin: -26px auto 28px;
    }
        /*  CIBLE — Chiffres clés : .jp-service-stat-card + .jp-service-stat-card  */
        .jp-service-stat-card + .jp-service-stat-card {
            border-left: 0;
            border-top: 1px solid rgba(16, 35, 63, 0.1);
    }
        /*  CIBLE — Cartes : .jp-service-cards  */
        .jp-service-cards {
            width: min(100% - 28px, 1480px);
    }
        /*  CIBLE — Pages Service : .jp-service-section-heading .jp-title  */
        .jp-service-section-heading .jp-title {
            font-size: 24px;
    }
        /*  CIBLE — Composant : .jp-module-offres-emploi  */
        .jp-module-offres-emploi {
            width: min(100% - 28px, 1180px);
            grid-template-columns: 1fr;
            padding: 24px;
    }
}

/* ==========================================================================
   Adaptation responsive : (max-width: 680px)
   ========================================================================== */

@media (max-width: 680px) {
        /*  CIBLE — Pages Service : .jp-service-grid  */
        .jp-service-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ==========================================================================
   Adaptation responsive : (max-width: 480px)
   ========================================================================== */

@media (max-width: 480px) {
        /*  CIBLE — Pages Service : .jp-service-grid  */
        .jp-service-grid {
            grid-template-columns: 1fr;
    }
        /*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__top  */
        .jp-service-job-card .jp-card__top {
            grid-template-columns: 64px 1fr;
    }
        /*  CIBLE — Offres d’emploi : .jp-service-job-card .jp-card__visual  */
        .jp-service-job-card .jp-card__visual {
            width: 64px;
            height: 64px;
    }
}

/* =========================================================
   ANIMATIONS
   ========================================================= */

.jp-service-reveal {
        opacity: 0;
        transform: translateY(18px);
}

/*  CIBLE — Pages Service : .jp-service-visible  */

.jp-service-visible {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.45s ease,
    transform 0.45s ease;
}

/* =========================================================
   Ajustement spécifique — page Offres d’emploi
   Aligne la signature manuscrite sur les autres Hero.
   ========================================================= */

/* ==========================================================================
   Adaptation responsive : (min-width: 901px)
   ========================================================================== */

@media (min-width: 901px) {
        /*  CIBLE — Bandeau Hero : .jp-service-jobs .jp-service-hero.jp-hero  */
        .jp-service-jobs .jp-service-hero.jp-hero {
            --jp-script-top: 72px;
            --jp-script-left: 0;
            --jp-script-right: 0;
            --jp-script-width: 100%;
            --jp-script-max-width: none;
            --jp-script-align: center;
    }
        /*  CIBLE — Bandeau Hero : .jp-service-jobs .jp-service-hero .jp-script  */
        .jp-service-jobs .jp-service-hero .jp-script {
            box-sizing: border-box;
            padding-inline: 7%;
            transform: none !important;
    }
}

/* =========================================================
   FRAMEWORK JP V8.2.8 — OFFRES D'EMPLOI
   Descend réellement la phrase manuscrite sous la navigation.
   La propriété top directe neutralise les anciennes surcharges.
   ========================================================= */

/* ==========================================================================
   Adaptation responsive : (min-width: 1025px)
   ========================================================================== */

@media (min-width: 1025px) {
        /*  CIBLE — Bandeau Hero : body.page:has(.jp-service-jobs) .jp-service-jobs .jp-service-hero.jp-hero  */
        body.page:has(.jp-service-jobs) .jp-service-jobs .jp-service-hero.jp-hero {
            --jp-script-top: 88px !important;
    }
        /*  CIBLE — Bandeau Hero : body.page:has(.jp-service-jobs) .jp-service-jobs .jp-service-hero .jp-script  */
        body.page:has(.jp-service-jobs) .jp-service-jobs .jp-service-hero .jp-script {
            top: 88px !important;
            transform: none !important;
    }
}

/* ==========================================================================
   Adaptation responsive : (max-width:1200px)
   ========================================================================== */

@media (max-width:1200px) {
        /*  CIBLE — Bandeau Hero : .jp-service-jobs .jp-service-hero .jp-hero-main  */
        .jp-service-jobs .jp-service-hero .jp-hero-main {
            left: 78px !important;
    }
        /*  CIBLE — Bandeau Hero : .jp-service-jobs .jp-service-hero .jp-hero-main > *:not(.jp-hero-badges):not(.jp-badges)  */
        .jp-service-jobs .jp-service-hero .jp-hero-main > *:not(.jp-hero-badges):not(.jp-badges) {
            transform: translateY(32px) !important;
    }
}

/* ==========================================================================
   Adaptation responsive : (max-width:900px)
   ========================================================================== */

@media (max-width:900px) {
        /*  CIBLE — Bandeau Hero : .jp-service-jobs .jp-service-hero .jp-hero-main  */
        .jp-service-jobs .jp-service-hero .jp-hero-main {
            left: 0 !important;
    }
        /*  CIBLE — Bandeau Hero : .jp-service-jobs .jp-service-hero .jp-hero-main > *:not(.jp-hero-badges):not(.jp-badges)  */
        .jp-service-jobs .jp-service-hero .jp-hero-main > *:not(.jp-hero-badges):not(.jp-badges) {
            transform: translateY(32px) !important;
    }
}

/* ==========================================================================
   Bandeau principal
   ========================================================================== */

.jp-service-jobs .jp-service-hero.jp-hero {
        --jp-hero-badges-left: 0px !important;
}
