/* /Views/About/Cooperation.cshtml.rz.scp.css */
/* HEADER SPECIFIQUE */
.coop-header[b-bwxr8aia7r] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

/* CARD PARTENAIRE (National) */
.commission-item[b-bwxr8aia7r] {
    background: white;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-left: 4px solid var(--cnrp-blue);
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: transform 0.2s;
    display: flex;
    align-items: center;
}

    .commission-item:hover[b-bwxr8aia7r] {
        transform: translateX(10px);
        background: #f8fafc;
    }

.commission-icon[b-bwxr8aia7r] {
    min-width: 40px;
    height: 40px;
    background: #e0f2fe;
    color: var(--cnrp-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

/* CARD PROJET AIEA */
.project-card[b-bwxr8aia7r] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

    .project-card:hover[b-bwxr8aia7r] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 136, 204, 0.1);
        border-color: var(--cnrp-blue);
    }

.project-badge[b-bwxr8aia7r] {
    background: var(--cnrp-blue);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
}

/* INTERNATIONAL PARTNERS */
.partner-logo-box[b-bwxr8aia7r] {
    background: white;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    border: 1px solid #f1f5f9;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

    .partner-logo-box:hover[b-bwxr8aia7r] {
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        background: #FFF !important;
    }

.flag-icon[b-bwxr8aia7r] {
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: block;
}

@media (max-width: 767px) 
{
    .coop-header[b-bwxr8aia7r] {
        text-align: center;
    }

    section[b-bwxr8aia7r] {
        text-align: center;
    }

    .sticky-top .d-flex.align-items-center[b-bwxr8aia7r] {
        justify-content: center;
    }

    .commission-item[b-bwxr8aia7r] {
        text-align: left;
    }

    .d-flex.signature[b-bwxr8aia7r] {
        display: flex;
        flex-direction: column;
    }

        .d-flex.signature .fas[b-bwxr8aia7r] {
            margin-right: 0 !important;
            margin-bottom: 16px;
        }

    .list-group-flush > .list-group-item[b-bwxr8aia7r] {
        text-align: left;
    }
}
/* /Views/About/Index.cshtml.rz.scp.css */
/* HEADER SPECIFIQUE */
.coop-header[b-yngl7e5te2] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}


@media (max-width: 767px) 
{
    .coop-header[b-yngl7e5te2] {
        text-align: center;
    }

    section[b-yngl7e5te2] {
        text-align: center;
    }

    .sticky-top .d-flex.align-items-center[b-yngl7e5te2] {
        justify-content: center;
    }

    .commission-item[b-yngl7e5te2] {
        text-align: left;
    }

    .d-flex.signature[b-yngl7e5te2] {
        display: flex;
        flex-direction: column;
    }

        .d-flex.signature .fas[b-yngl7e5te2] {
            margin-right: 0 !important;
            margin-bottom: 16px;
        }

    .list-group-flush > .list-group-item[b-yngl7e5te2] {
        text-align: left;
    }
}

/* HERO SECTION */
.pres-header[b-yngl7e5te2] {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%); /* Bleu Institutionnel Profond */
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pres-bg-pattern[b-yngl7e5te2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
}

/* NAVIGATION CARDS */
.nav-card[b-yngl7e5te2] {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

    /* Effet Hover : Bordure colorée et élévation */
    .nav-card:hover[b-yngl7e5te2] {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        border-color: var(--theme-color);
    }

    /* Indicateur visuel (Barre du haut) */
    .nav-card[b-yngl7e5te2]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background: var(--theme-color);
        transform: scaleX(0); /* Caché par défaut */
        transition: transform 0.3s ease;
        transform-origin: center;
    }

    .nav-card:hover[b-yngl7e5te2]::before {
        transform: scaleX(1); /* Apparaît au survol */
    }

/* Icône */
.card-icon-wrapper[b-yngl7e5te2] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--bg-soft);
    color: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 25px;
    transition: 0.3s;
}

.nav-card:hover .card-icon-wrapper[b-yngl7e5te2] {
    background: var(--theme-color);
    color: white;
    transform: rotateY(180deg); /* Petite animation 3D sympa */
}

    .nav-card:hover .card-icon-wrapper i[b-yngl7e5te2] {
        transform: rotateY(-180deg); /* Pour que l'icone reste lisible */
    }

/* Couleurs Thématiques */
.theme-blue[b-yngl7e5te2] {
    --theme-color: #2563eb;
    --bg-soft: #eff6ff;
}
/* Qui sommes nous */
.theme-purple[b-yngl7e5te2] {
    --theme-color: #7c3aed;
    --bg-soft: #f5f3ff;
}
/* Organigramme */
.theme-teal[b-yngl7e5te2] {
    --theme-color: #0d9488;
    --bg-soft: #f0fdfa;
}
/* Coopération */
.theme-orange[b-yngl7e5te2] {
    --theme-color: #ea580c;
    --bg-soft: #fff7ed;
}
/* Réglementation */

/* Bouton lien discret */
.card-link-arrow[b-yngl7e5te2] {
    margin-top: auto;
    padding-top: 20px;
    color: var(--theme-color);
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s;
}

.nav-card:hover .card-link-arrow[b-yngl7e5te2] {
    opacity: 1;
    transform: translateY(0);
}
/* /Views/About/OrganizationalChart.cshtml.rz.scp.css */
/* Fond de page léger */
.org-section[b-yzlopomd5h] {
    background-color: #f8f9fa;
    position: relative;
    padding-bottom: 80px;
}

/* LIGNE CONNECTRICE CENTRALE */
.org-connector-vertical[b-yzlopomd5h] {
    width: 4px;
    height: 60px;
    background: #e2e8f0;
    margin: 0 auto;
    position: relative;
}

/* BOITES (NODES) */
.org-node[b-yzlopomd5h] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
    height: 100%; /* Pour aligner les hauteurs */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    /* Effet de survol */
    .org-node:hover[b-yzlopomd5h] {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 136, 204, 0.15);
        border-color: var(--cnrp-blue);
    }

/* 1. STYLE DIRECTION (Le Chef) */
.node-director[b-yzlopomd5h] {
    background: white;
    border-left: 5px solid var(--cnrp-blue);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
}
    .node-director:hover[b-yzlopomd5h] {
        box-shadow: 0 15px 30px rgba(0, 136, 204, 0.15);
        border-color: var(--cnrp-blue);
    }

    .node-director i[b-yzlopomd5h] {
        color: var(--cnrp-blue);
        background: #e0f2fe;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 15px;
        font-size: 1.5rem;
    }

/* 2. STYLE SUPPORT (Admin, RH...) */
.node-support[b-yzlopomd5h] {
    border-top: 3px solid #f59e0b; /* Orange pour le support */
}
    .node-support:hover[b-yzlopomd5h] {
        box-shadow: 0 15px 30px #fffbeb;
        border-color: #f59e0b;
    }

    .node-support .icon-box[b-yzlopomd5h] {
        color: #f59e0b;
        background: #fffbeb;
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 1.2rem;
    }

/* 3. STYLE TECHNIQUE */
.node-tech[b-yzlopomd5h] {
    border-top: 3px solid #10b981; /* Vert pour la technique */
}

    .node-tech:hover[b-yzlopomd5h] {
        box-shadow: 0 15px 30px #ecfdf5;
        border-color: #10b981;
    }

    .node-tech .icon-box[b-yzlopomd5h] {
        color: #10b981;
        background: #ecfdf5;
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 1.2rem;
    }

.node-lab[b-yzlopomd5h] {
    border-top: 3px solid var(--cnrp-blue); /* Vert pour la technique */
}

    .node-lab:hover[b-yzlopomd5h] {
        box-shadow: 0 15px 30px #e0f2fe;
        border-color: var(--cnrp-blue);
    }

    .node-lab .icon-box[b-yzlopomd5h] {
        color: var(--cnrp-blue);
        background: #e0f2fe;
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 1.2rem;
    }

/* TITRES DE SECTIONS */
.section-label[b-yzlopomd5h] {
    display: inline-block;
    background: #e2e8f0;
    color: #64748b;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.org-node h5[b-yzlopomd5h] {
    padding: 4px 15px !important;
}
/* /Views/About/Pricing.cshtml.rz.scp.css */
/* HERO SECTION */
.tariff-header[b-2t9a90nc72] {
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%); /* Gris sombre administratif */
    padding: 100px 0 80px;
    color: white;
    position: relative;
    overflow: hidden;
}

/* EFFET MONNAIE / PAPIER EN FOND */
.bg-pattern-money[b-2t9a90nc72] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#4b5563 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.1;
}

/* CARTES RÉGLEMENTAIRES */
.legal-card[b-2t9a90nc72] {
    background: white;
    border-radius: 12px;
    padding: 30px;
    border-left: 5px solid #0f766e; /* Teal */
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    height: 100%;
    transition: 0.3s;
}

    .legal-card:hover[b-2t9a90nc72] {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

.legal-icon[b-2t9a90nc72] {
    width: 50px;
    height: 50px;
    background: #f0fdfa;
    color: #0f766e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

/* ZONE DE TÉLÉCHARGEMENT (L'Arrêté) */
.download-zone[b-2t9a90nc72] {
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    transition: 0.3s;
}

    .download-zone:hover[b-2t9a90nc72] {
        border-color: #0f766e;
        background: #f0fdfa;
    }

/* PROCESSUS (Devis -> Facture) */
.process-line[b-2t9a90nc72] {
    position: relative;
    padding-left: 40px;
}

    .process-line[b-2t9a90nc72]::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #e2e8f0;
    }

.process-item[b-2t9a90nc72] {
    position: relative;
    margin-bottom: 40px;
}

.process-dot[b-2t9a90nc72] {
    position: absolute;
    left: -40px;
    top: 0;
    width: 32px;
    height: 32px;
    background: white;
    border: 2px solid #0f766e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f766e;
    font-weight: bold;
    z-index: 2;
}
/* /Views/About/RadiologicalEmergency.cshtml.rz.scp.css */
/* HEADER URGENCE */
.urg-header[b-39q9ioutdx] {
    background: linear-gradient(135deg, #1e1e2e 0%, #2d3436 100%);
    padding: 100px 0 80px;
    color: white;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #ef4444; /* Ligne rouge d'urgence */
}

.urg-bg-icon[b-39q9ioutdx] {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    font-size: 20rem;
    color: white;
    opacity: 0.03;
}

/* SCENARIO CARDS */
.scenario-card[b-39q9ioutdx] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px 25px;
    border: 1px solid #e2e8f0;
    border-left: 5px solid #ef4444; /* Marqueur rouge */
    height: 100%;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

    .scenario-card:hover[b-39q9ioutdx] {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(239, 68, 68, 0.15); /* Ombre rouge */
    }

.scenario-icon[b-39q9ioutdx] {
    width: 60px;
    height: 60px;
    background: #fef2f2;
    color: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* MISSION STATEMENT */
.mission-box[b-39q9ioutdx] {
    background: #f8fafc;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    position: relative;
}

.mission-badge[b-39q9ioutdx] {
    background: #1e293b;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
}

/* CONTACT BOX (HOTLINE STYLE) */
.emergency-contact-box[b-39q9ioutdx] {
    background: #1e1e2e;
    border-radius: 20px;
    padding: 40px;
    color: white;
    overflow: hidden;
    position: relative;
}

.phone-btn[b-39q9ioutdx] {
    background: #ef4444;
    color: white;
    font-weight: 800;
    font-size: 1.5rem;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    animation: pulse-red-b-39q9ioutdx 2s infinite;
}

    .phone-btn:hover[b-39q9ioutdx] {
        background: #dc2626;
        color: white;
        transform: scale(1.05);
    }

@keyframes pulse-red-b-39q9ioutdx {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(239, 68, 68, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}

@media (max-width: 767px) {

    header.urg-header[b-39q9ioutdx] {
        text-align: center;
    }

    .scenario-card[b-39q9ioutdx] {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .emergency-contact-box[b-39q9ioutdx] {
        text-align: center;
    }


        .emergency-contact-box .d-flex.align-items-start[b-39q9ioutdx], .emergency-contact-box .d-flex.align-items-center[b-39q9ioutdx] {
            flex-direction: column;
            align-items: center !important;
            margin-bottom: 15px;
        }

}
/* /Views/About/Regulation.cshtml.rz.scp.css */
/* HEADER */
.reg-header[b-a4c5nt5ohs] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 80px 0 60px;
    color: white;
    position: relative;
}

/* BARRE DE RECHERCHE SIMULÉE */
.search-bar-container[b-a4c5nt5ohs] {
    background: white;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: -30px auto 50px; /* Chevauchement sur le header */
    position: relative;
    z-index: 10;
}

.search-input[b-a4c5nt5ohs] {
    border: none;
    flex-grow: 1;
    padding: 10px 20px;
    outline: none;
    color: #64748b;
}

.search-btn[b-a4c5nt5ohs] {
    background: var(--cnrp-blue);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

    .search-btn:hover[b-a4c5nt5ohs] {
        background: #0077b3;
    }

/* CARTE DOCUMENT (Décret) */
.doc-card[b-a4c5nt5ohs] {
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 15px 15px 15px 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .doc-card:hover[b-a4c5nt5ohs] {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.08);
        border-color: var(--cnrp-blue);
    }

    .doc-card[b-a4c5nt5ohs]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #cbd5e1;
        transition: 0.3s;
    }

    .doc-card:hover[b-a4c5nt5ohs]::before {
        background: var(--cnrp-blue);
    }

.doc-type[b-a4c5nt5ohs] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 10px;
}

.doc-link[b-a4c5nt5ohs] {
    margin-top: auto;
    padding-top: 15px;
    color: var(--cnrp-blue);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

    .doc-link:hover[b-a4c5nt5ohs] {
        text-decoration: underline;
    }

/* SECTION ARRÊTÉS (Grille technique) */
.arrete-box[b-a4c5nt5ohs] {
    background: #f8fafc;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #f1f5f9;
    transition: 0.2s;
    height: 100%;
}

    .arrete-box:hover[b-a4c5nt5ohs] {
        background: white;
        border-color: #cbd5e1;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

.arrete-date[b-a4c5nt5ohs] {
    font-size: 0.7rem;
    background: #e0f2fe;
    color: var(--cnrp-blue);
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 700;
}
/* /Views/DigitalHelpdesk/Analyses.cshtml.rz.scp.css */
/* SIDEBAR NAV */
.nav-pills .nav-link[b-d71ydiyfkm] {
    color: #64748b;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.2s;
    text-align: left;
}

    .nav-pills .nav-link.active[b-d71ydiyfkm] {
        background-color: #e1eeff;
        border-radius: 10px 10px 0 0;
    }

    .nav-pills .nav-link i[b-d71ydiyfkm] {
        width: 25px;
    }

/* TIMELINE STEPS */
.step-list[b-d71ydiyfkm] {
    position: relative;
    padding-left: 40px;
    border-left: 2px solid #e2e8f0;
}

.step-item[b-d71ydiyfkm] {
    position: relative;
    margin-bottom: 40px;
}

.step-number[b-d71ydiyfkm] {
    position: absolute;
    left: -56px;
    top: 0;
    width: 32px;
    height: 32px;
    background: white;
    border: 2px solid #0088cc;
    color: #0088cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
}

/* DOWNLOAD CARD */
.doc-card[b-d71ydiyfkm] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: 0.2s;
}

    .doc-card:hover[b-d71ydiyfkm] {
        border-color: #0088cc;
        background: white;
        shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

/* ALERT BOX (BV IMPERATIF) */
.alert-bv[b-d71ydiyfkm] {
    background: #fef2f2;
    border-left: 4px solid #ef4444;
    padding: 20px;
    border-radius: 8px;
    color: #991b1b;
}

.sticky-top[b-d71ydiyfkm] {
    top: 100px;
    z-index: 1000;
}



@media (max-width: 767px) {
    .header-items[b-d71ydiyfkm] {
        flex-direction: column;
        text-align: center;
    }

        .header-items > div[b-d71ydiyfkm] {
            margin-bottom: 10px;
        }

    #v-pills-tab > button[b-d71ydiyfkm] {
        margin: 5px 0;
        background: #FFF;
        text-align: center;
    }

    .nav-pills .nav-link.active[b-d71ydiyfkm] {
        background-color: #e1eeff !important;
        border-radius: 10px !important;
    }

    .tab-pane[b-d71ydiyfkm] {
        text-align: center;
    }

    .step-item[b-d71ydiyfkm] {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFF;
        padding: 30px 10px;
        margin-bottom: 25px !important;
    }

    .step-number[b-d71ydiyfkm] {
        position: relative !important;
        display: block !important;
        text-align: center;
        left: 0 !important;
        padding-top: 3px;
        margin-bottom: 9px;
    }

    .step-list[b-d71ydiyfkm] {
        padding-left: 0 !important;
        border: 0 !important;
    }

    .doc-card[b-d71ydiyfkm] {
        flex-direction: column;
    }

        .doc-card > .me-3[b-d71ydiyfkm] {
            margin-right: 0 !important;
            margin-bottom: 10px;
        }
}
/* /Views/DigitalHelpdesk/Calibration.cshtml.rz.scp.css */
/* SIDEBAR NAV */
.nav-pills .nav-link[b-20yd72i2y4] {
    color: #64748b;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.2s;
    text-align: left;
}

    .nav-pills .nav-link.active[b-20yd72i2y4] {
        background-color: #e1eeff;
        border-radius: 10px 10px 0 0;
    }

    .nav-pills .nav-link i[b-20yd72i2y4] {
        width: 25px;
    }

/* TIMELINE STEPS */
.step-list[b-20yd72i2y4] {
    position: relative;
    padding-left: 40px;
    border-left: 2px solid #e2e8f0;
}

.step-item[b-20yd72i2y4] {
    position: relative;
    margin-bottom: 40px;
}

.step-number[b-20yd72i2y4] {
    position: absolute;
    left: -56px;
    top: 0;
    width: 32px;
    height: 32px;
    background: white;
    border: 2px solid #0088cc;
    color: #0088cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
}

/* DOWNLOAD CARD */
.doc-card[b-20yd72i2y4] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: 0.2s;
}

    .doc-card:hover[b-20yd72i2y4] {
        border-color: #0088cc;
        background: white;
        shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

/* ALERT BOX (BV IMPERATIF) */
.alert-bv[b-20yd72i2y4] {
    background: #fef2f2;
    border-left: 4px solid #ef4444;
    padding: 20px;
    border-radius: 8px;
    color: #991b1b;
}

.sticky-top[b-20yd72i2y4] {
    top: 100px;
    z-index: 1000;
}


@media (max-width: 767px) {
    .header-items[b-20yd72i2y4] {
        flex-direction: column;
        text-align: center;
    }

        .header-items > div[b-20yd72i2y4] {
            margin-bottom: 10px;
        }

    #v-pills-tab > button[b-20yd72i2y4] {
        margin: 5px 0;
        background: #FFF;
        text-align: center;
    }

    .nav-pills .nav-link.active[b-20yd72i2y4] {
        background-color: #e1eeff !important;
        border-radius: 10px !important;
    }

    .tab-pane[b-20yd72i2y4] {
        text-align: center;
    }

    .step-item[b-20yd72i2y4] {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFF;
        padding: 30px 10px;
        margin-bottom: 25px !important;
    }

    .step-number[b-20yd72i2y4] {
        position: relative !important;
        display: block !important;
        text-align: center;
        left: 0 !important;
        padding-top: 3px;
        margin-bottom: 9px;
    }

    .step-list[b-20yd72i2y4] {
        padding-left: 0 !important;
        border: 0 !important;
    }

    .doc-card[b-20yd72i2y4] {
        flex-direction: column;
    }

        .doc-card > .me-3[b-20yd72i2y4] {
            margin-right: 0 !important;
            margin-bottom: 10px;
        }
}
/* /Views/DigitalHelpdesk/Dosimetry.cshtml.rz.scp.css */
/* SIDEBAR NAV */
.nav-pills .nav-link[b-381tr52wtq] {
    color: #64748b;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.2s;
    text-align: left;
}

    .nav-pills .nav-link.active[b-381tr52wtq] {
        background-color: #e1eeff;
        border-radius: 10px 10px 0 0;
    }

    .nav-pills .nav-link i[b-381tr52wtq] {
        width: 25px;
    }

/* TIMELINE STEPS */
.step-list[b-381tr52wtq] {
    position: relative;
    padding-left: 40px;
    border-left: 2px solid #e2e8f0;
}

.step-item[b-381tr52wtq] {
    position: relative;
    margin-bottom: 40px;
}

.step-number[b-381tr52wtq] {
    position: absolute;
    left: -56px;
    top: 0;
    width: 32px;
    height: 32px;
    background: white;
    border: 2px solid #0088cc;
    color: #0088cc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
}

/* DOWNLOAD CARD */
.doc-card[b-381tr52wtq] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: 0.2s;
}

    .doc-card:hover[b-381tr52wtq] {
        border-color: #0088cc;
        background: white;
        shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

/* ALERT BOX (BV IMPERATIF) */
.alert-bv[b-381tr52wtq] {
    background: #fef2f2;
    border-left: 4px solid #ef4444;
    padding: 20px;
    border-radius: 8px;
    color: #991b1b;
}

.sticky-top[b-381tr52wtq] {
    top: 100px;
    z-index: 1000;
}

@media (max-width: 767px) {
    .header-items[b-381tr52wtq] {
        flex-direction: column;
        text-align: center;
    }

        .header-items > div[b-381tr52wtq] {
            margin-bottom: 10px;
        }

    #v-pills-tab > button[b-381tr52wtq] {
        margin: 5px 0;
        background: #FFF;
        text-align: center;
    }

    .nav-pills .nav-link.active[b-381tr52wtq] {
        background-color: #e1eeff !important;
        border-radius: 10px !important;
    }

    .tab-pane[b-381tr52wtq] {
        text-align: center;
    }

    .step-item[b-381tr52wtq] {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFF;
        padding: 30px 10px;
        margin-bottom: 25px !important;
    }

    .step-number[b-381tr52wtq] {
        position: relative !important;
        display: block !important;
        text-align: center;
        left: 0 !important;
        padding-top: 3px;
        margin-bottom: 9px;
    }

    .step-list[b-381tr52wtq] {
        padding-left: 0 !important;
        border: 0 !important;
    }

    .doc-card[b-381tr52wtq] {
        flex-direction: column;
    }

        .doc-card > .me-3[b-381tr52wtq] {
            margin-right: 0 !important;
            margin-bottom: 10px;
        }

}
/* /Views/DigitalHelpdesk/Index.cshtml.rz.scp.css */
.guichet-header[b-dtzpu4qfcq] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    padding: 80px 0 60px;
    color: white;
    text-align: center;
}

/* SERVICE CARDS */
.service-tile[b-dtzpu4qfcq] {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    border: 1px solid #e2e8f0;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .service-tile:hover[b-dtzpu4qfcq] {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15);
        border-color: #3b82f6;
    }

.tile-icon[b-dtzpu4qfcq] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 25px;
    transition: 0.3s;
}

/* Couleurs spécifiques */
.tile-dosi .tile-icon[b-dtzpu4qfcq] {
    background: #eff6ff;
    color: #2563eb;
}

.tile-calib .tile-icon[b-dtzpu4qfcq] {
    background: #fff7ed;
    color: #ea580c;
}

.tile-env .tile-icon[b-dtzpu4qfcq] {
    background: #f0fdfa;
    color: #0d9488;
}

.tile-dosi:hover .tile-icon[b-dtzpu4qfcq] {
    background: #2563eb;
    color: white;
}

.tile-calib:hover[b-dtzpu4qfcq] {
    box-shadow: 0 20px 40px rgb(234 88 12 / 15%);
    border-color: #ea580c;
}

.tile-calib:hover .tile-icon[b-dtzpu4qfcq] {
    background: #ea580c;
    color: white;
}

.tile-env:hover[b-dtzpu4qfcq] {
    box-shadow: 0 20px 40px rgb(13 148 136 / 15%); 
    border-color: #0d9488;
}

.tile-env:hover .tile-icon[b-dtzpu4qfcq] {
    background: #0d9488;
    color: white;
}

/* Action Button */
.tile-action[b-dtzpu4qfcq] {
    margin-top: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
}

    .tile-action i[b-dtzpu4qfcq] {
        transition: 0.3s;
        margin-left: 5px;
    }

.service-tile:hover .tile-action i[b-dtzpu4qfcq] {
    transform: translateX(5px);
}
/* /Views/Home/Contact.cshtml.rz.scp.css */
/* HEADER CONTACT */
.contact-header[b-j716dumuwn] {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 80px 0;
    color: white;
    text-align: center;
}

/* INFO CARDS */
.contact-card[b-j716dumuwn] {
    background: white;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

    .contact-card:hover[b-j716dumuwn] {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        border-color: var(--cnrp-blue);
    }

.icon-box[b-j716dumuwn] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px;
    background: #f1f5f9;
    color: #475569;
    transition: 0.3s;
}

.contact-card:hover .icon-box[b-j716dumuwn] {
    background: var(--cnrp-blue);
    color: white;
}

/* FORMULAIRE & MAP */
.form-container[b-j716dumuwn] {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}

.form-control[b-j716dumuwn], .form-select[b-j716dumuwn] {
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background-color: #f8fafc;
}

    .form-control:focus[b-j716dumuwn], .form-select:focus[b-j716dumuwn] {
        background-color: white;
        border-color: var(--cnrp-blue);
        box-shadow: 0 0 0 4px rgba(0, 78, 146, 0.1);
    }

.map-container[b-j716dumuwn] {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    min-height: 450px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
}

/* Animation Succès */
.success-checkmark[b-j716dumuwn] {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.check-icon[b-j716dumuwn] {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

    .check-icon[b-j716dumuwn]::before {
        top: 3px;
        left: -2px;
        width: 30px;
        transform-origin: 100% 50%;
        border-radius: 100px 0 0 100px;
    }

    .check-icon[b-j716dumuwn]::after {
        top: 0;
        left: 30px;
        width: 60px;
        transform-origin: 0 50%;
        border-radius: 0 100px 100px 0;
        animation: rotate-circle-b-j716dumuwn 4.25s ease-in;
    }

    .check-icon[b-j716dumuwn]::before, .check-icon[b-j716dumuwn]::after {
        content: '';
        height: 100px;
        position: absolute;
        background: #FFFFFF; /* Doit correspondre à la couleur de fond de la carte */
        transform: rotate(-45deg);
    }

.icon-line[b-j716dumuwn] {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

    .icon-line.line-tip[b-j716dumuwn] {
        top: 46px;
        left: 14px;
        width: 25px;
        transform: rotate(45deg);
        animation: icon-line-tip-b-j716dumuwn 0.75s;
    }

    .icon-line.line-long[b-j716dumuwn] {
        top: 38px;
        right: 8px;
        width: 47px;
        transform: rotate(-45deg);
        animation: icon-line-long-b-j716dumuwn 0.75s;
    }

.icon-circle[b-j716dumuwn] {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}

.icon-fix[b-j716dumuwn] {
    top: 8px;
    width: 5px;
    height: 85px;
    position: absolute;
    left: 28px;
    transform: rotate(-45deg);
    z-index: 1;
    background-color: #FFFFFF; /* Doit correspondre au fond */
}

@keyframes rotate-circle-b-j716dumuwn {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip-b-j716dumuwn {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 46px;
    }
}

@keyframes icon-line-long-b-j716dumuwn {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.success-icon-circle[b-j716dumuwn] {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #d1e7dd; /* Vert très clair */
    color: #198754; /* Vert Bootstrap */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    box-shadow: 0 0 0 0 rgba(25, 135, 84, 1);
    animation: pulse-green-b-j716dumuwn 2s infinite;
}

@keyframes pulse-green-b-j716dumuwn {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(25, 135, 84, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(25, 135, 84, 0);
    }
}
/* /Views/Home/Events.cshtml.rz.scp.css */
/* Style pour l'état vide */
.empty-state-container[b-sbz2bhygc4] {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.empty-icon-box[b-sbz2bhygc4] {
    width: 120px;
    height: 120px;
    background: #f1f5f9;
    color: #94a3b8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    margin-bottom: 30px;
    animation: float-icon-b-sbz2bhygc4 4s ease-in-out infinite;
}

@keyframes float-icon-b-sbz2bhygc4 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 767px) {

    .empty-state-container .d-flex.justify-content-center.gap-3[b-sbz2bhygc4] {
        flex-direction: column;
    }
}
/* /Views/Home/ImportantLinks.cshtml.rz.scp.css */
/* HEADER */
.links-header[b-98id6srfb7] {
    background: linear-gradient(135deg, #475569 0%, #0f172a 100%);
    padding: 80px 0;
    color: white;
    position: relative;
}

/* CARTE LIEN (Design unifié) */
.link-card[b-98id6srfb7] {
    background: white;
    border-radius: 16px;
    padding: 25px;
    border: 1px solid #e2e8f0;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

    /* Effet Hover */
    .link-card:hover[b-98id6srfb7] {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.08);
        border-color: var(--card-color);
    }

    /* Barre colorée sur le côté */
    .link-card[b-98id6srfb7]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background: var(--card-color);
        transition: 0.3s;
    }

    .link-card:hover[b-98id6srfb7]::before {
        width: 8px;
    }

/* Icone logo (fictive ou FontAwesome) */
.link-logo-box[b-98id6srfb7] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
    background: #f8fafc;
    color: var(--card-color);
    transition: 0.3s;
}

.link-card:hover .link-logo-box[b-98id6srfb7] {
    background: var(--card-color);
    color: white;
}

/* Bouton visite */
.btn-visit[b-98id6srfb7] {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #64748b;
    font-size: 0.9rem;
    transition: 0.2s;
}

    .btn-visit:hover[b-98id6srfb7] {
        color: var(--card-color);
    }

    .btn-visit i[b-98id6srfb7] {
        margin-left: 5px;
        font-size: 0.75rem;
    }

/* Couleurs par catégorie */
.cat-maroc[b-98id6srfb7] {
    --card-color: #c0392b;
}
/* Rouge Maroc */
.cat-inter[b-98id6srfb7] {
    --card-color: #0284c7;
}
/* Bleu ONU/AIEA */
.cat-tech[b-98id6srfb7] {
    --card-color: #059669;
}
/* Vert Technique */
/* /Views/Home/index.cshtml.rz.scp.css */
#domains .domains-bar[b-dbrfs0seyc] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid var(--cnrp-blue);
    top: 30px;
    left: -30px;
    border-radius: 20px;
    z-index: 1;
}

#stats[b-dbrfs0seyc] {
    background: linear-gradient(to bottom, #f8f9fa, #e9ecef);
    padding-bottom: 4rem !important;
}

@media (max-width: 767px) {
    #domains .domains-bar[b-dbrfs0seyc] {
        display: none !important;
    }

    .domains-img[b-dbrfs0seyc] {
        display: none !important;
    }

    #domains h2[b-dbrfs0seyc], #domains h6[b-dbrfs0seyc], #domains .lead[b-dbrfs0seyc],
    #docsForms h2[b-dbrfs0seyc], #docsForms .text-muted[b-dbrfs0seyc],
    #stats h2[b-dbrfs0seyc], #stats .small[b-dbrfs0seyc], #stats .text-muted[b-dbrfs0seyc] {
        text-align: center;
    }

    #stats .small[b-dbrfs0seyc] {
        display: block;
    }
}

.emergency-card > div[b-dbrfs0seyc] {
    color: #dc3545 !important;
    background: #fde8e8 !important;
}

.emergency-card:hover[b-dbrfs0seyc] {
    box-shadow: 0 20px 40px rgb(220 53 69 / 30%);
}

    .emergency-card:hover .icon-circle[b-dbrfs0seyc] {
        box-shadow: 0 10px 20px rgb(220 53 69 / 30%);
    }

.custom-card .card-title[b-dbrfs0seyc] {
    font-size: 0.9rem;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Views/Home/Publications.cshtml.rz.scp.css */
/* On réutilise le même CSS, mais on peut personnaliser la couleur de l'icône ici */
.empty-state-container[b-b1pgv2aaz3] {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.empty-icon-box-pub[b-b1pgv2aaz3] {
    width: 120px;
    height: 120px;
    background: #ecfdf5; /* Vert très pâle */
    color: #10b981; /* Vert Émeraude */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    margin-bottom: 30px;
    animation: float-icon-b-b1pgv2aaz3 4s ease-in-out infinite;
}

@keyframes float-icon-b-b1pgv2aaz3 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 767px) {

    .empty-state-container .d-flex.justify-content-center.gap-3[b-b1pgv2aaz3] {
        flex-direction: column;
    }
}
/* /Views/Laboratories/Calibration.cshtml.rz.scp.css */
/* HEADER SPECIFIQUE METROLOGIE */
.metro-header[b-jmysqoxv6u] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 100px 0 80px;
    color: white;
    position: relative;
    overflow: hidden;
}

/* EFFET DE GRILLE (Pour rappeler la mesure) */
.grid-pattern[b-jmysqoxv6u] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* BADGE RESEAU SSDL */
.ssdl-badge[b-jmysqoxv6u] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

/* CARTES SERVICES */
.calib-card[b-jmysqoxv6u] {
    background: white;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .calib-card:hover[b-jmysqoxv6u] {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        border-color: var(--cnrp-blue);
    }
    /* Barre latérale de couleur par type */
    .calib-card[b-jmysqoxv6u]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: #cbd5e1;
        transition: 0.3s;
    }

    .calib-card:hover[b-jmysqoxv6u]::before {
        background: var(--cnrp-blue);
    }

/* ELEMENTS TECHNIQUES */
.range-box[b-jmysqoxv6u] {
    background: #f1f5f9;
    border-radius: 8px;
    padding: 10px 15px;
    font-family: 'Courier New', monospace; /* Police technique */
    font-weight: 700;
    color: #334155;
    margin: 15px 0;
    display: inline-block;
    border-left: 3px solid #64748b;
}

.source-tag[b-jmysqoxv6u] {
    display: inline-block;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    border: 1px solid #e2e8f0;
}

.tag-cs[b-jmysqoxv6u] {
    background: #e0f2fe;
    color: #0284c7;
    border-color: #bae6fd;
}
/* Césium */
.tag-co[b-jmysqoxv6u] {
    background: #f0f9ff;
    color: #0369a1;
    border-color: #bae6fd;
}
/* Cobalt */
.tag-x[b-jmysqoxv6u] {
    background: #fefce8;
    color: #ca8a04;
    border-color: #fef08a;
}
/* Rayons X */



@media (max-width: 767px) {
    h1[b-jmysqoxv6u] {
        text-align: center;
    }

    .coop-header[b-jmysqoxv6u] {
        text-align: center;
    }

    section[b-jmysqoxv6u] {
        text-align: center;
    }

    header .col-lg-7[b-jmysqoxv6u] {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    header .lead[b-jmysqoxv6u] {
        text-align: center;
    }

    .calib-card > div:nth-child(1)[b-jmysqoxv6u] {
        flex-direction: column;
        align-items: center !important;
    }
}

/* /Views/Laboratories/Dosimetry.cshtml.rz.scp.css */
/* HERO SPECIFIQUE */
.labo-header[b-pwo0in2r2g] {
    background: linear-gradient(135deg, #004e92 0%, #000428 100%); /* Bleu profond scientifique */
    padding: 100px 0 80px;
    color: white;
    position: relative;
    overflow: hidden;
}

/* BADGE ISO */
.iso-badge[b-pwo0in2r2g] {
    background: white;
    color: #004e92;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    border-left: 5px solid #fbbf24; /* Touche dorée pour la qualité */
}

/* CARTES SECTEURS */
.sector-card[b-pwo0in2r2g] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

    .sector-card:hover[b-pwo0in2r2g] {
        background: white;
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 78, 146, 0.1);
        border-color: var(--cnrp-blue);
    }

.sector-icon[b-pwo0in2r2g] {
    font-size: 2rem;
    color: var(--cnrp-blue);
    margin-bottom: 15px;
}

/* BOX "POURQUOI" */
.why-box[b-pwo0in2r2g] {
    background: #0f172a;
    color: white;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.why-bg-icon[b-pwo0in2r2g] {
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 15rem;
    opacity: 0.05;
    color: white;
}

/* TYPES DE DOSIMÈTRES */
.dosimeter-type[b-pwo0in2r2g] {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: 0.3s;
    background: white;
}

    .dosimeter-type:hover[b-pwo0in2r2g] {
        border-color: var(--cnrp-blue);
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    }

.type-icon-wrapper[b-pwo0in2r2g] {
    width: 80px;
    height: 80px;
    background: #e0f2fe;
    color: var(--cnrp-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

/* RADIATION TAGS */
.rad-tag[b-pwo0in2r2g] {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-right: 10px;
    margin-bottom: 10px;
}

.rad-x[b-pwo0in2r2g] {
    background: #f3e8ff;
    color: #9333ea;
}

.rad-beta[b-pwo0in2r2g] {
    background: #ffedd5;
    color: #ea580c;
}

.rad-gamma[b-pwo0in2r2g] {
    background: #dcfce7;
    color: #16a34a;
}



@media (max-width: 767px) {
    h1[b-pwo0in2r2g] {
        text-align: center;
    }

    .coop-header[b-pwo0in2r2g] {
        text-align: center;
    }

    section[b-pwo0in2r2g] {
        text-align: center;
    }

    header.labo-header .col-lg-7[b-pwo0in2r2g] {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    header.labo-header .lead[b-pwo0in2r2g] {
        text-align: center;
    }
}
/* /Views/Laboratories/Environment.cshtml.rz.scp.css */
/* HERO HYBRIDE (Nature & Tech) */
.env-header[b-nosgm8167h] {
    background: linear-gradient(135deg, #0f766e 0%, #111827 100%); /* Teal vers Dark */
    padding: 100px 0 80px;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Animation Radar (Cercle qui pulse) */
.radar-pulse[b-nosgm8167h] {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    z-index: 0;
    animation: pulse-ring-b-nosgm8167h 4s infinite;
}

    .radar-pulse[b-nosgm8167h]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 200px;
        height: 200px;
        border: 2px solid rgba(255,255,255,0.2);
        border-radius: 50%;
    }

@keyframes pulse-ring-b-nosgm8167h {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* PROCESS FLOW (Inchangé) */
.process-step[b-nosgm8167h] {
    text-align: center;
    position: relative;
    padding: 20px;
    height: 100%;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
}

    .process-step:hover[b-nosgm8167h] {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(15, 118, 110, 0.1);
        border-color: #0f766e;
    }

.step-icon[b-nosgm8167h] {
    width: 70px;
    height: 70px;
    background: #f0fdfa;
    color: #0f766e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

/* CARTE MATRICE (EAU / TERRE / ALIMENTS) - NOUVEAU */
.matrix-card[b-nosgm8167h] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: 0.3s;
    height: 100%;
    position: relative;
}

    .matrix-card:hover[b-nosgm8167h] {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.08);
        border-color: #10b981;
    }

.matrix-img-header[b-nosgm8167h] {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    position: relative;
}

.bg-water[b-nosgm8167h] {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
}

.bg-earth[b-nosgm8167h] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

.bg-food[b-nosgm8167h] {
    background: linear-gradient(135deg, #84cc16 0%, #4d7c0f 100%);
}

.tech-tag[b-nosgm8167h] {
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 4px;
    background: #f1f5f9;
    color: #475569;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}

/* CARTE INFRASTRUCTURE */
.infra-map-container[b-nosgm8167h] {
    background: #1e293b;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    color: white;
}

.location-dot[b-nosgm8167h] {
    width: 16px;
    height: 16px;
    background: #10b981;
    border: 3px solid white;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.3);
}

.location-item[b-nosgm8167h] {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.05);
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #10b981;
    margin-bottom: 15px;
    transition: 0.3s;
}

    .location-item:hover[b-nosgm8167h] {
        background: rgba(255,255,255,0.1);
        transform: translateX(5px);
    }

@media (max-width: 767px) {
    h1[b-nosgm8167h] {
        text-align: center;
    }

    .coop-header[b-nosgm8167h] {
        text-align: center;
    }

    section[b-nosgm8167h] {
        text-align: center;
    }

    header .col-lg-7[b-nosgm8167h] {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    header .lead[b-nosgm8167h] {
        text-align: center;
    }

    .legal-card[b-nosgm8167h] {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h3[b-nosgm8167h], p[b-nosgm8167h] {
        text-align: center;
    }
}
/* /Views/Laboratories/index.cshtml.rz.scp.css */
/* HERO SECTION */
.labs-hub-header[b-rfbakd7bgp] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .labs-hub-header[b-rfbakd7bgp]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 70%);
        opacity: 0.5;
    }

/* CARTE LABORATOIRE */
.lab-hub-card[b-rfbakd7bgp] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Effet rebond */
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0,0,0,0.03);
}

    /* Effet Hover : La carte monte et l'ombre grandit */
    .lab-hub-card:hover[b-rfbakd7bgp] {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.1);
        border-color: var(--hover-color);
    }

/* Image du haut */
.lab-thumb[b-rfbakd7bgp] {
    height: 220px;
    position: relative;
    overflow: hidden;
}

    .lab-thumb img[b-rfbakd7bgp] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.lab-hub-card:hover .lab-thumb img[b-rfbakd7bgp] {
    transform: scale(1.1); /* Zoom doux sur l'image */
}

/* Overlay Icone flottante */
.lab-icon-float[b-rfbakd7bgp] {
    position: absolute;
    bottom: 210px;
    right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    z-index: 2;
    transition: 0.3s;
}

.lab-hub-card:hover .lab-icon-float[b-rfbakd7bgp] {
    transform: rotate(10deg) scale(1.1);
}

/* Contenu */
.lab-content[b-rfbakd7bgp] {
    padding: 40px 30px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Bouton lien (flèche) */
.btn-arrow-link[b-rfbakd7bgp] {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

    .btn-arrow-link i[b-rfbakd7bgp] {
        margin-left: 10px;
        transition: 0.3s;
    }

.lab-hub-card:hover .btn-arrow-link i[b-rfbakd7bgp] {
    transform: translateX(5px);
}

/* Couleurs spécifiques par labo */
.lab-dosimetrie[b-rfbakd7bgp] {
    --hover-color: #004e92;
}

    .lab-dosimetrie .lab-icon-float[b-rfbakd7bgp] {
        background: linear-gradient(135deg, #004e92 0%, #000428 100%);
    }

    .lab-dosimetrie .btn-arrow-link[b-rfbakd7bgp] {
        color: #004e92;
    }

.lab-metrologie[b-rfbakd7bgp] {
    --hover-color: #f59e0b;
}

    .lab-metrologie .lab-icon-float[b-rfbakd7bgp] {
        background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    }

    .lab-metrologie .btn-arrow-link[b-rfbakd7bgp] {
        color: #d97706;
    }

.lab-environnement[b-rfbakd7bgp] {
    --hover-color: #0f766e;
}

    .lab-environnement .lab-icon-float[b-rfbakd7bgp] {
        background: linear-gradient(135deg, #10b981 0%, #0f766e 100%);
    }

    .lab-environnement .btn-arrow-link[b-rfbakd7bgp] {
        color: #0f766e;
    }


@media (max-width: 767px) {
    .lab-icon-float[b-rfbakd7bgp] {
        top: 175px;
    }
}
/* /Views/Shared/Error.cshtml.rz.scp.css */
/* Design spécifique pour la page erreur */
.error-container[b-pyfvcxnrgx] {
    min-height: 70vh; /* Prend une bonne hauteur d'écran */
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, #f8fafc 0%, #e2e8f0 100%);
}

.error-card[b-pyfvcxnrgx] {
    background: white;
    border-radius: 24px;
    padding: 60px 40px;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

    /* Barre colorée en haut */
    .error-card[b-pyfvcxnrgx]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #ef4444, #f59e0b);
    }

/* Animation de l'icône */
.error-icon-wrapper[b-pyfvcxnrgx] {
    width: 100px;
    height: 100px;
    background: #fef2f2;
    color: #ef4444;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin-bottom: 30px;
    animation: float-b-pyfvcxnrgx 6s ease-in-out infinite;
}

@keyframes float-b-pyfvcxnrgx {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Zone technique (Request ID) */
.tech-info-box[b-pyfvcxnrgx] {
    background: #1e293b;
    color: #94a3b8;
    padding: 15px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 0.85rem;
    margin-top: 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
    border: 1px solid #334155;
}

.tech-label[b-pyfvcxnrgx] {
    color: #64748b;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

.tech-id[b-pyfvcxnrgx] {
    color: #f1f5f9;
    font-weight: bold;
    letter-spacing: 1px;
}
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
