« MediaWiki:Common.css » : différence entre les versions

De Wiki Kabylie
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
 
(13 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* ==========================================================
/* ============================================================
   WIKIKABYLIE — HERO
   WIKIKABYLIE — PAGE D'ACCUEIL
   ========================================================== */
   ============================================================ */
 
:root {
    --wk-blue: #0757a6;
    --wk-blue-dark: #073763;
    --wk-blue-light: #eaf4fc;


.wk-hero {
    --wk-green: #16834b;
     position: relative;
     --wk-green-dark: #0e6338;
    --wk-green-light: #eaf7ef;


     min-height: 560px;
     --wk-gold: #e7a617;
    --wk-gold-light: #fff7df;


     display: flex;
     --wk-red: #c95532;
     flex-direction: column;
     --wk-red-light: #fff0eb;
    justify-content: space-between;


     overflow: hidden;
     --wk-navy: #112a46;
    --wk-text: #27384a;
    --wk-muted: #647487;
    --wk-border: #e4e9ed;


     border-radius: 0 0 28px 28px;
     --wk-bg: #ffffff;
    --wk-bg-soft: #f7f9fb;


     background:
     --wk-radius: 18px;
        linear-gradient(
    --wk-radius-small: 12px;
            90deg,
            rgba(248, 251, 253, .99) 0%,
            rgba(248, 251, 253, .96) 34%,
            rgba(248, 251, 253, .76) 52%,
            rgba(13, 42, 67, .15) 75%,
            rgba(13, 42, 67, .28) 100%
        ),
        url("/images/Kabylie-paysage.jpg")
        center 45% / cover no-repeat;


     box-shadow:
     --wk-shadow:
         0 18px 55px rgba(16, 42, 65, .10);
         0 8px 28px rgba(17, 42, 70, 0.08);
}
}




/* léger halo lumineux */
/* ------------------------------------------------------------
  Largeur accueil
------------------------------------------------------------ */


.wk-hero::after {
.wk-home {
     position: absolute;
    max-width: 1500px;
     inset: 0;
    margin: 0 auto;
     color: var(--wk-text);
     font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
}


     pointer-events: none;
.wk-home * {
     box-sizing: border-box;
}


     background:
.wk-home a {
        radial-gradient(
     text-decoration: none;
            circle at 75% 15%,
}
            rgba(255, 194, 80, .15),
            transparent 30%
        );


     content: "";
.wk-home h1,
.wk-home h2,
.wk-home h3 {
     color: var(--wk-navy);
    font-family: Georgia, "Times New Roman", serif;
}
}




/* CONTENU */
/* ------------------------------------------------------------
  HERO
------------------------------------------------------------ */
 
.wk-hero {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    border-radius: 0 0 28px 28px;
 
    background:
        linear-gradient(
            90deg,
            rgba(239, 248, 255, 0.98) 0%,
            rgba(239, 248, 255, 0.90) 31%,
            rgba(239, 248, 255, 0.22) 62%,
            rgba(0,0,0,0.05) 100%
        ),
        url("/images/Kabylie-paysage.jpg") center 45% / cover no-repeat;
 
    box-shadow: var(--wk-shadow);
}


.wk-hero-content {
.wk-hero-content {
     position: relative;
     position: relative;
     z-index: 2;
     z-index: 2;
    max-width: 650px;
    padding: 68px 70px 100px;
}


     width: min(680px, 70%);
.wk-eyebrow {
     margin-bottom: 13px;
    color: var(--wk-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}


     padding:
.wk-hero h1 {
        72px
     margin: 0 0 8px;
        64px
    color: var(--wk-blue-dark);
        45px;
    font-size: 24px;
}
}


.wk-hero-title {
    color: var(--wk-navy);
    font-family: Georgia, serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -1.5px;
}


/* SURTITRE */
.wk-hero-content p {
    max-width: 550px;
    margin: 24px 0;
    color: #34485d;
    font-size: 17px;
    line-height: 1.65;
}


.wk-eyebrow {
.wk-actions {
     display: flex;
     display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}
.wk-btn {
    display: inline-flex;
     align-items: center;
     align-items: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 700;
}


     gap: 9px;
.wk-btn a {
     color: inherit !important;
}


     margin-bottom: 19px;
.wk-btn-primary {
     color: #fff;
    background: var(--wk-blue);
}


     color: #267a50;
.wk-btn-primary:hover {
    background: var(--wk-blue-dark);
     transform: translateY(-1px);
}


     font-size: 11px;
.wk-btn-secondary {
     font-weight: 800;
     color: var(--wk-blue);
 
    border: 1px solid rgba(7,87,166,.22);
     letter-spacing: .15em;
     background: rgba(255,255,255,.80);
     backdrop-filter: blur(10px);
}
}


.wk-eyebrow-symbol {
    display: inline-flex;


    align-items: center;
/* ------------------------------------------------------------
    justify-content: center;
  HERO STATS
------------------------------------------------------------ */


     width: 28px;
.wk-hero-facts {
     height: 28px;
    position: absolute;
    z-index: 3;
     bottom: 0;
     left: 0;


     border-radius: 50%;
     display: flex;
    gap: 0;


     color: #fff;
     overflow: hidden;
    border-radius: 0 15px 0 0;


     background: #267a50;
     background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
}


     font-size: 15px;
.wk-hero-facts div {
     min-width: 130px;
    padding: 15px 24px;
    border-right: 1px solid var(--wk-border);
}


     letter-spacing: 0;
.wk-hero-facts strong {
    display: block;
    color: var(--wk-navy);
     font-size: 21px;
}
}


.wk-hero-facts span {
    color: var(--wk-muted);
    font-size: 12px;
}


/* MARQUE */


.wk-hero-brand {
/* ------------------------------------------------------------
    margin-bottom: 9px;
  INTRO / HEADINGS
------------------------------------------------------------ */


     color: #0a568f;
.wk-intro,
.wk-section-header {
     display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;


     font-size: 18px;
     padding: 60px 12px 24px;
    font-weight: 800;
}


     letter-spacing: -.02em;
.wk-intro h2,
.wk-section-header h2 {
     margin: 5px 0 7px;
    font-size: 31px;
}
}


 
.wk-intro p,
/* TITRE */
.wk-section-header p {
 
     max-width: 750px;
.wk-hero-title {
     max-width: 670px;
 
     margin: 0;
     margin: 0;
    color: var(--wk-muted);
    line-height: 1.65;
}


     color: #122d46;
.wk-section-kicker {
     color: var(--wk-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}


     font-family:
.wk-section-more,
        Georgia,
.wk-intro-actions {
        "Times New Roman",
    white-space: nowrap;
        serif;
     font-weight: 700;
}


    font-size:
        clamp(43px, 5.3vw, 70px);


    font-weight: 700;
/* ------------------------------------------------------------
  CARDS
------------------------------------------------------------ */


     line-height: 1.03;
.wk-grid {
     display: grid;
    gap: 16px;
}


     letter-spacing: -.045em;
.wk-grid-4 {
     grid-template-columns: repeat(4, 1fr);
}
}


.wk-card {
    position: relative;
    min-height: 225px;
    padding: 26px;


/* DESCRIPTION */
    overflow: hidden;


.wk-hero-description {
    border: 1px solid var(--wk-border);
     max-width: 610px;
     border-radius: var(--wk-radius);


     margin:
     background: #fff;
        24px
        0
        0;


     color: #465b6d;
     transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


     font-size: 16px;
.wk-card:hover {
     line-height: 1.7;
     transform: translateY(-4px);
     box-shadow: var(--wk-shadow);
}
}


.wk-card::after {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 100px;
    height: 100px;


/* BOUTONS */
    border-radius: 50%;


.wk-actions {
     content: "";
     display: flex;
     opacity: .15;
     flex-wrap: wrap;
}


     gap: 11px;
.wk-card-blue::after {
     background: var(--wk-blue);
}


     margin-top: 29px;
.wk-card-green::after {
     background: var(--wk-green);
}
}


.wk-btn {
.wk-card-gold::after {
     display: inline-flex;
     background: var(--wk-gold);
}


     min-height: 47px;
.wk-card-red::after {
     background: var(--wk-red);
}


.wk-card-icon {
    display: flex;
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;


     padding:
     width: 48px;
        0
    height: 48px;
        22px;
 
    margin-bottom: 22px;


     border-radius: 10px;
     border-radius: 13px;


     font-size: 14px;
     background: var(--wk-bg-soft);
    font-weight: 750;


     transition:
     font-size: 25px;
        transform .18s ease,
        box-shadow .18s ease,
        background-color .18s ease;
}
}


.wk-btn a {
.wk-card h3 {
     color: inherit !important;
     margin: 0 0 10px;
     text-decoration: none !important;
     font-size: 21px;
}
}


.wk-btn:hover {
.wk-card p {
     transform: translateY(-2px);
    min-height: 66px;
    margin: 0;
     color: var(--wk-muted);
    font-size: 14px;
    line-height: 1.55;
}
}


.wk-card-link {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 800;
}


/* bouton principal */


.wk-btn-primary {
/* ------------------------------------------------------------
    color: #fff;
  FEATURE
------------------------------------------------------------ */


     background: #075da8;
.wk-feature-grid {
     display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}


     box-shadow:
.wk-feature-main,
        0 8px 22px rgba(7, 93, 168, .22);
.wk-feature-side {
    border: 1px solid var(--wk-border);
     border-radius: var(--wk-radius);
    background: #fff;
}
}


.wk-btn-primary:hover {
.wk-feature-main {
     background: #064e8d;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
     overflow: hidden;
}
}


.wk-feature-image {
    min-height: 390px;
    overflow: hidden;
    background: #e7eef5;
}


/* bouton secondaire */
.wk-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.wk-btn-secondary {
.wk-feature-content {
     color: #163d5d;
     padding: 38px;
}


     border:
.wk-feature-content h2 {
        1px solid rgba(12, 72, 118, .15);
     margin: 15px 0;
    font-size: 30px;
}


     background:
.wk-feature-content p {
        rgba(255, 255, 255, .84);
     color: var(--wk-muted);
    line-height: 1.7;
}


     backdrop-filter: blur(10px);
.wk-feature-link {
    margin-top: 28px;
     font-weight: 800;
}
}


.wk-feature-side {
    display: flex;
    flex-direction: column;
}


/* LIENS RAPIDES */
.wk-mini-feature {
    flex: 1;
    padding: 27px;
    border-bottom: 1px solid var(--wk-border);
}


.wk-hero-links {
.wk-mini-feature:last-child {
     display: flex;
     border-bottom: 0;
    flex-wrap: wrap;
}


     gap: 8px;
.wk-mini-feature h3 {
     margin: 12px 0 6px;
}


     margin-top: 24px;
.wk-mini-feature p {
    color: var(--wk-muted);
    font-size: 13px;
     line-height: 1.5;
}


     color: #708090;
.wk-badge {
     display: inline-block;
    padding: 5px 9px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}


     font-size: 12px;
.wk-badge-blue {
     font-weight: 600;
     color: var(--wk-blue);
     background: var(--wk-blue-light);
}
}


.wk-hero-links a {
.wk-badge-green {
     color: #526c80 !important;
     color: var(--wk-green);
    background: var(--wk-green-light);
}
}


.wk-hero-links a:hover {
.wk-badge-gold {
     color: #075da8 !important;
     color: #926500;
    background: var(--wk-gold-light);
}
}


.wk-badge-red {
    color: var(--wk-red);
    background: var(--wk-red-light);
}


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


.wk-hero-facts {
/* ------------------------------------------------------------
    position: relative;
  PERSONNALITÉS
    z-index: 3;
------------------------------------------------------------ */


.wk-person-categories {
     display: grid;
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.wk-person-cat {
    display: flex;
    gap: 15px;
    align-items: flex-start;


     width: min(760px, 72%);
     padding: 22px;


     grid-template-columns:
     border: 1px solid var(--wk-border);
        repeat(4, 1fr);
    border-radius: var(--wk-radius-small);


     margin-left: 45px;
     background: white;
}


     overflow: hidden;
.wk-person-icon {
     font-size: 27px;
}


     border:
.wk-person-cat h3 {
        1px solid rgba(255, 255, 255, .75);
     margin: 0 0 6px;
}


     border-bottom: 0;
.wk-person-cat p {
     margin: 0;
    color: var(--wk-muted);
    font-size: 13px;
    line-height: 1.5;
}


    border-radius:
        17px
        17px
        0
        0;


    background:
/* ------------------------------------------------------------
        rgba(255, 255, 255, .93);
  PANELS
------------------------------------------------------------ */


     box-shadow:
.wk-split-section {
        0 -8px 35px rgba(16, 42, 65, .07);
    display: grid;
     grid-template-columns: 1fr 1fr;
    gap: 20px;


     backdrop-filter: blur(15px);
     margin-top: 20px;
}
}


.wk-hero-fact {
.wk-panel {
     padding:
     overflow: hidden;
        17px
    border: 1px solid var(--wk-border);
        22px;
    border-radius: var(--wk-radius);
    background: #fff;
}


     border-right:
.wk-panel-title {
        1px solid #e4e9ed;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px;
     border-bottom: 1px solid var(--wk-border);
}
}


.wk-hero-fact:last-child {
.wk-panel-title h2 {
     border-right: 0;
     margin: 3px 0 0;
}
}


.wk-hero-fact strong {
.wk-panel-icon {
     display: block;
     display: flex;
    align-items: center;
    justify-content: center;


     color: #142d44;
     width: 48px;
    height: 48px;


     font-family:
     border-radius: 50%;
        Georgia,
        "Times New Roman",
        serif;


     font-size: 22px;
     font-size: 22px;
}
}


.wk-hero-fact span {
.wk-panel-icon.blue {
    background: var(--wk-blue-light);
}
 
.wk-panel-icon.green {
    background: var(--wk-green-light);
}
 
.wk-link-list > a {
     display: block;
     display: block;
    padding: 17px 25px 2px;
    font-weight: 800;
}


     margin-top: 2px;
.wk-link-list > span {
     display: block;
    padding: 0 25px 15px;


     color: #758493;
     border-bottom: 1px solid #f0f2f4;


     font-size: 10px;
     color: var(--wk-muted);
     font-weight: 750;
     font-size: 12px;
}


     letter-spacing: .08em;
.wk-panel-footer {
    padding: 18px 25px;
    background: var(--wk-bg-soft);
     font-weight: 800;
}


    text-transform: uppercase;
}


/* ------------------------------------------------------------
  POLITIQUE
------------------------------------------------------------ */


/* ==========================================================
.wk-politics {
  TABLETTE
    margin-top: 65px;
  ========================================================== */
    padding: 48px;


@media (max-width: 1000px) {
    border-radius: 26px;


     .wk-hero-content {
     color: rgba(255,255,255,.85);
        width: 76%;


         padding-left: 42px;
    background:
         padding-right: 42px;
         radial-gradient(
    }
            circle at 90% 10%,
            rgba(32,142,91,.28),
            transparent 28%
        ),
         linear-gradient(
            135deg,
            #102c47,
            #071d31
        );
}


    .wk-hero-facts {
.wk-politics h2,
        width: calc(100% - 60px);
.wk-politics h3 {
    color: #fff;
}


        margin-left: 30px;
.wk-politics-header {
     }
    display: flex;
    justify-content: space-between;
     gap: 50px;
}


.wk-politics-header p {
    max-width: 750px;
    line-height: 1.7;
}
}


.wk-politics-symbol {
    color: rgba(255,255,255,.12);
    font-size: 100px;
    font-weight: bold;
}


/* ==========================================================
.wk-light {
  MOBILE
    color: #86d5ad;
  ========================================================== */
}


@media (max-width: 700px) {
.wk-politics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;


     .wk-hero {
     margin-top: 35px;
        min-height: 680px;
}


        border-radius:
.wk-dark-card {
            0
    min-height: 225px;
            0
    padding: 24px;
            20px
            20px;


        background:
    border: 1px solid rgba(255,255,255,.13);
            linear-gradient(
    border-radius: 15px;
                rgba(248, 251, 253, .95),
                rgba(248, 251, 253, .86)
            ),
            url("/images/Kabylie-paysage.jpg")
            center / cover no-repeat;
    }


     .wk-hero-content {
     background: rgba(255,255,255,.055);
        width: 100%;
}


        padding:
.wk-dark-card:hover {
            42px
    background: rgba(255,255,255,.09);
            22px
}
            35px;
    }


    .wk-hero-title {
.wk-dark-card h3 {
        font-size: 43px;
    margin: 15px 0 8px;
    }
    font-size: 20px;
}


    .wk-hero-description {
.wk-dark-card p {
        font-size: 15px;
    min-height: 75px;
     }
    color: rgba(255,255,255,.68);
    font-size: 13px;
     line-height: 1.55;
}


    .wk-eyebrow {
.wk-dark-card a {
        font-size: 9px;
    color: #96ceff !important;
    }
}


    .wk-actions {
.wk-dark-icon {
        align-items: stretch;
    font-size: 26px;
        flex-direction: column;
}
    }


    .wk-btn {
.wk-neutrality-note {
        width: 100%;
    margin-top: 25px;
     }
     padding: 15px 20px;


     .wk-hero-links {
     border-left: 3px solid var(--wk-gold);
        line-height: 1.8;
    border-radius: 5px;
    }


     .wk-hero-facts {
     background: rgba(255,255,255,.06);
        width:
            calc(100% - 24px);


        grid-template-columns:
    color: rgba(255,255,255,.72);
            repeat(2, 1fr);
    font-size: 12px;
    line-height: 1.6;
}


        margin-left: 12px;


        border-radius:
/* ------------------------------------------------------------
            15px
  TIMELINE
            15px
------------------------------------------------------------ */
            0
            0;
    }


    .wk-hero-fact {
.wk-timeline {
        padding:
    border-left: 2px solid #dfe5e9;
            14px
    margin-left: 28px;
            12px;
    padding-left: 35px;
}


        border-bottom:
.wk-timeline-item {
            1px solid #e4e9ed;
    position: relative;
    }


     .wk-hero-fact strong {
     display: grid;
        font-size: 19px;
    grid-template-columns: 100px 1fr;
     }
     gap: 20px;


    padding: 0 0 27px;
}
}
/* ============================================================
  WikiKabylie — Homepage UI
  Modern editorial design / Vector 2022 friendly
  ============================================================ */


:root {
.wk-timeline-item::before {
  --wk-blue: #0b5fa8;
    position: absolute;
  --wk-blue-deep: #083b68;
    top: 8px;
  --wk-green: #258052;
    left: -43px;
  --wk-green-deep: #195e3c;
 
  --wk-gold: #d49a1f;
    width: 14px;
  --wk-red: #c95b3c;
    height: 14px;
 
    border: 3px solid #fff;
    border-radius: 50%;
 
    background: var(--wk-green);


  --wk-ink: #13283d;
    box-shadow: 0 0 0 2px var(--wk-green);
  --wk-text: #33495d;
  --wk-muted: #718091;
  --wk-line: #e5e9ee;
  --wk-soft: #f6f8fa;
  --wk-white: #fff;


  --wk-radius-xl: 28px;
    content: "";
  --wk-radius-lg: 20px;
  --wk-radius-md: 14px;
  --wk-shadow: 0 16px 50px rgba(25, 47, 71, .08);
}
}


/* ---- Base -------------------------------------------------- */
.wk-timeline-item > span {
.wk-home {
    color: var(--wk-green);
  width: min(100%, 1480px);
    font-weight: 800;
  margin: 0 auto;
  color: var(--wk-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}
}


.wk-home,
.wk-timeline-item h3 {
.wk-home * {
    margin: 0 0 6px;
  box-sizing: border-box;
}
}


.wk-home a {
.wk-timeline-item p {
  text-decoration: none;
    margin: 0;
    color: var(--wk-muted);
}
}


.wk-home h1,
 
.wk-home h2,
/* ------------------------------------------------------------
.wk-home h3 {
  ECONOMIE
  margin-top: 0;
------------------------------------------------------------ */
  color: var(--wk-ink);
 
  font-family: Georgia, "Times New Roman", serif;
.wk-economy-grid {
  letter-spacing: -.02em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
}


.wk-home p {
.wk-economy-card {
  margin-top: 0;
    padding: 26px;
 
    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius-small);
 
    background:
        linear-gradient(145deg, #fff, #f8fbf9);
}
}


.wk-section {
.wk-economy-card > span {
  padding: 72px 20px 0;
    font-size: 28px;
}
}


.wk-section-tight {
.wk-economy-card h3 {
  padding-top: 58px;
    margin: 13px 0 5px;
}
}


.wk-soft-section {
.wk-economy-card p {
  margin-top: 72px;
    margin: 0;
  padding: 68px 28px 32px;
    color: var(--wk-muted);
  border: 1px solid #edf0f3;
    font-size: 13px;
  border-radius: var(--wk-radius-xl);
  background: linear-gradient(180deg, #fbfcfd, #f6f8fa);
}
}


/* ---- Hero -------------------------------------------------- */
 
.wk-hero {
/* ------------------------------------------------------------
  position: relative;
  VILLAGES
  min-height: 590px;
------------------------------------------------------------ */
  overflow: hidden;
 
  border-radius: 0 0 var(--wk-radius-xl) var(--wk-radius-xl);
.wk-villages {
  background:
    display: grid;
     linear-gradient(90deg,
    grid-template-columns: 1fr 1.6fr;
      rgba(246, 250, 253, .99) 0%,
    gap: 40px;
      rgba(246, 250, 253, .96) 35%,
 
      rgba(246, 250, 253, .70) 51%,
    margin-top: 65px;
      rgba(8, 39, 64, .10) 73%,
    padding: 45px;
      rgba(8, 39, 64, .26) 100%),
 
     url("/images/Kabylie-paysage.jpg") center 43% / cover no-repeat;
     border-radius: 24px;
  box-shadow: 0 18px 55px rgba(17, 44, 70, .10);
 
     background: var(--wk-green-light);
}
}


.wk-hero::after {
.wk-villages-heading h2 {
  position: absolute;
    margin: 5px 0 10px;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgba(11,95,168,.025), transparent 38%),
    radial-gradient(circle at 82% 20%, rgba(212,154,31,.14), transparent 24%);
}
}


.wk-hero-inner {
.wk-villages-heading p {
  position: relative;
    color: #526c5e;
  z-index: 1;
    line-height: 1.6;
  display: flex;
  min-height: 590px;
  flex-direction: column;
  justify-content: space-between;
}
}


.wk-hero-copy {
.wk-village-list {
  width: min(670px, 70%);
    display: grid;
  padding: 82px 72px 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
}


.wk-eyebrow,
.wk-village-list div {
.wk-kicker {
    padding: 16px;
  display: inline-block;
 
  color: var(--wk-green);
    border: 1px solid rgba(22,131,75,.13);
  font-size: 11px;
    border-radius: 10px;
  font-weight: 800;
 
  letter-spacing: .18em;
    background: rgba(255,255,255,.80);
  text-transform: uppercase;
}
}


.wk-hero h1 {
.wk-village-list strong,
  margin: 17px 0 8px;
.wk-village-list span {
  color: var(--wk-blue-deep);
    display: block;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.015em;
}
}


.wk-hero-title {
.wk-village-list span {
  max-width: 630px;
    margin-top: 3px;
  color: #102840;
    color: var(--wk-muted);
  font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
  font-size: clamp(42px, 5.6vw, 72px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.045em;
}
}


.wk-hero-lead {
 
  max-width: 610px;
/* ------------------------------------------------------------
  margin: 24px 0 0;
  CULTURE
  color: #3d5062;
------------------------------------------------------------ */
  font-size: 17px;
 
  line-height: 1.7;
.wk-culture-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}
}


.wk-actions {
.wk-culture-card {
  display: flex;
    padding: 20px 10px;
  flex-wrap: wrap;
 
  gap: 10px;
    border: 1px solid var(--wk-border);
  margin-top: 28px;
    border-radius: var(--wk-radius-small);
 
    background: #fff;
 
    text-align: center;
}
}


.wk-btn {
.wk-culture-card:hover {
  display: inline-flex;
    box-shadow: var(--wk-shadow);
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
}


.wk-btn a {
.wk-culture-symbol {
  color: inherit !important;
    margin-bottom: 10px;
    font-size: 28px;
}
}


.wk-btn:hover {
.wk-culture-card h3 {
  transform: translateY(-2px);
    margin: 0;
    font-size: 14px;
}
}


.wk-btn-primary {
 
  color: #fff;
/* ------------------------------------------------------------
  background: var(--wk-blue);
  CONTRIBUTE
  box-shadow: 0 8px 24px rgba(11,95,168,.20);
------------------------------------------------------------ */
 
.wk-contribute {
    position: relative;
 
    display: flex;
    align-items: center;
    gap: 45px;
 
    margin-top: 65px;
    padding: 50px;
 
    overflow: hidden;
    border-radius: 25px;
 
    color: white;
 
    background:
        linear-gradient(
            125deg,
            var(--wk-blue-dark),
            var(--wk-blue)
        );
}
}


.wk-btn-soft {
.wk-contribute h2 {
  color: var(--wk-blue-deep);
    max-width: 700px;
  border: 1px solid rgba(11,95,168,.16);
    margin: 7px 0 12px;
  background: rgba(255,255,255,.82);
    color: #fff;
  backdrop-filter: blur(10px);
    font-size: 33px;
}
}


.wk-btn-white {
.wk-contribute p {
  color: var(--wk-blue-deep);
    max-width: 750px;
  background: #fff;
    color: rgba(255,255,255,.80);
    line-height: 1.6;
}
}


.wk-btn-outline-white {
.wk-contribute-symbol {
  color: #fff;
    color: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.38);
    font-size: 120px;
  background: rgba(255,255,255,.05);
    font-weight: bold;
}
}


.wk-hero-meta {
.wk-btn-white {
  display: flex;
    color: var(--wk-blue) !important;
  flex-wrap: wrap;
    background: #fff;
  gap: 8px 18px;
  margin-top: 24px;
  color: #617182;
  font-size: 12px;
  font-weight: 650;
}
}


.wk-hero-meta span::before {
.wk-btn-transparent {
  display: inline-block;
    color: #fff !important;
  width: 6px;
    border: 1px solid rgba(255,255,255,.4);
  height: 6px;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background: var(--wk-green);
  content: "";
}
}


.wk-hero-stats {
  display: grid;
  width: min(780px, 72%);
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 0 48px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.74);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: rgba(255,255,255,.92);
  box-shadow: 0 -8px 35px rgba(21,45,66,.08);
  backdrop-filter: blur(14px);
}


.wk-stat {
/* ------------------------------------------------------------
  padding: 18px 24px;
  TOOLS
  border-right: 1px solid var(--wk-line);
------------------------------------------------------------ */
}
 
.wk-tools {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
 
    margin-top: 30px;


.wk-stat:last-child {
    overflow: hidden;
  border-right: 0;
}


.wk-stat strong,
    border: 1px solid var(--wk-border);
.wk-stat span {
    border-radius: 15px;
  display: block;
}


.wk-stat strong {
    background: white;
  color: var(--wk-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}
}


.wk-stat span {
.wk-tools > div {
  margin-top: 2px;
    padding: 22px;
  color: var(--wk-muted);
    border-right: 1px solid var(--wk-border);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
}


/* ---- Section headings ------------------------------------- */
.wk-tools > div:last-child {
.wk-section-heading {
    border-right: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}
}


.wk-section-heading h2 {
.wk-tools span,
  margin: 7px 0 7px;
.wk-tools strong,
  font-size: clamp(28px, 3.3vw, 42px);
.wk-tools small {
  line-height: 1.1;
    display: block;
}
}


.wk-section-heading p {
.wk-tools span {
  max-width: 760px;
    margin-bottom: 8px;
  margin-bottom: 0;
    font-size: 23px;
  color: var(--wk-muted);
}
}


.wk-heading-action {
.wk-tools small {
  padding-bottom: 5px;
    margin-top: 4px;
  white-space: nowrap;
    color: var(--wk-muted);
  font-size: 13px;
  font-weight: 750;
}
}


/* ---- Topic cards ------------------------------------------ */
.wk-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}


.wk-topic-card {
/* ------------------------------------------------------------
  position: relative;
  FOOTER
  display: grid;
------------------------------------------------------------ */
  min-height: 215px;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 24px 24px 20px;
  overflow: hidden;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-radius-lg);
  background: #fff;
  box-shadow: 0 6px 20px rgba(15,41,66,.025);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}


.wk-topic-card:hover {
.wk-home-footer {
  transform: translateY(-4px);
    display: grid;
  border-color: #d5dce3;
    grid-template-columns: 2fr 1fr 1fr;
  box-shadow: var(--wk-shadow);
    gap: 50px;
}


.wk-topic-card::after {
    margin-top: 70px;
  position: absolute;
    padding: 40px 10px;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  content: "";
  opacity: .055;
}


.wk-accent-blue::after { background: var(--wk-blue); }
    border-top: 1px solid var(--wk-border);
.wk-accent-green::after { background: var(--wk-green); }
.wk-accent-gold::after { background: var(--wk-gold); }
.wk-accent-red::after { background: var(--wk-red); }


.wk-topic-icon {
    color: var(--wk-muted);
  display: flex;
    font-size: 13px;
  width: 44px;
    line-height: 1.8;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wk-line);
  border-radius: 12px;
  background: var(--wk-soft);
  color: var(--wk-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}
}


.wk-topic-label {
.wk-home-footer strong {
  display: block;
    display: block;
  margin-bottom: 5px;
    margin-bottom: 8px;
  color: var(--wk-muted);
    color: var(--wk-navy);
  font-size: 10px;
    font-size: 16px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
}


.wk-topic-card h3 {
  margin-bottom: 9px;
  font-size: 19px;
  line-height: 1.18;
}


.wk-topic-card p {
/* ============================================================
  margin-bottom: 0;
  TABLET
  color: var(--wk-muted);
  ============================================================ */
  font-size: 13px;
 
  line-height: 1.55;
@media (max-width: 1100px) {
}


.wk-topic-arrow {
    .wk-grid-4 {
  position: absolute;
        grid-template-columns: repeat(2, 1fr);
  right: 20px;
    }
  bottom: 17px;
  font-weight: 800;
}


/* ---- Editorial / feature --------------------------------- */
    .wk-person-categories {
.wk-editorial-grid {
        grid-template-columns: repeat(2, 1fr);
  display: grid;
    }
  grid-template-columns: minmax(0, 1.75fr) minmax(310px, .75fr);
  gap: 16px;
}


.wk-feature {
    .wk-politics-grid {
  display: grid;
        grid-template-columns: repeat(2, 1fr);
  min-height: 510px;
    }
  grid-template-rows: 1.18fr .82fr;
  overflow: hidden;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-radius-xl);
  background: #fff;
}


.wk-feature-media {
    .wk-culture-grid {
  min-height: 300px;
        grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
    }
  background: #e9eef2;
}


.wk-feature-media .mw-file-element,
    .wk-feature-main {
.wk-feature-media img {
        grid-template-columns: 1fr;
  width: 100% !important;
    }
  height: 100% !important;
  object-fit: cover;
}


.wk-feature-copy {
  padding: 30px 34px 34px;
}
}


.wk-feature-copy h2 {
  margin: 12px 0 10px;
  font-size: 34px;
}


.wk-feature-copy p {
/* ============================================================
  max-width: 760px;
  MOBILE
  color: var(--wk-muted);
  ============================================================ */
}


.wk-pill {
@media (max-width: 700px) {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 6px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}


.wk-pill-blue { color: var(--wk-blue); background: #eaf4fb; }
    .wk-home {
.wk-pill-green { color: var(--wk-green-deep); background: #ebf6ef; }
        margin: 0;
.wk-pill-gold { color: #8a6111; background: #fff5d8; }
    }
.wk-pill-red { color: #9b432d; background: #fff0eb; }


.wk-text-link {
    .wk-hero {
  margin-top: 16px;
        min-height: 600px;
  font-size: 13px;
        border-radius: 0 0 20px 20px;
  font-weight: 800;
}


.wk-news-stack {
        background:
  display: grid;
            linear-gradient(
  gap: 14px;
                rgba(240,248,255,.94),
}
                rgba(240,248,255,.86)
            ),
            url("/images/Kabylie-paysage.jpg")
            center / cover;
    }


.wk-news-card {
    .wk-hero-content {
  padding: 24px;
        padding: 45px 24px 130px;
  border: 1px solid var(--wk-line);
    }
  border-radius: var(--wk-radius-lg);
  background: #fff;
}


.wk-news-card h3 {
    .wk-hero-title {
  margin: 12px 0 8px;
        font-size: 39px;
  font-size: 20px;
    }
}


.wk-news-card p {
    .wk-hero-facts {
  margin-bottom: 10px;
        width: 100%;
  color: var(--wk-muted);
    }
  font-size: 13px;
}


/* ---- Portraits ------------------------------------------- */
    .wk-hero-facts div {
.wk-portrait-grid {
        flex: 1;
  display: grid;
        min-width: 0;
  grid-template-columns: repeat(3, 1fr);
        padding: 13px 8px;
  gap: 12px;
        text-align: center;
}
    }


.wk-portrait-card {
    .wk-grid-4,
  display: flex;
    .wk-person-categories,
  min-height: 145px;
    .wk-split-section,
  gap: 15px;
    .wk-feature-grid,
  align-items: center;
    .wk-politics-grid,
  padding: 20px;
    .wk-economy-grid,
  border: 1px solid var(--wk-line);
    .wk-villages,
  border-radius: var(--wk-radius-lg);
    .wk-home-footer {
  background: #fff;
        grid-template-columns: 1fr;
}
    }


.wk-avatar {
    .wk-feature-main {
  display: flex;
        grid-template-columns: 1fr;
  width: 52px;
    }
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 800;
}


.wk-avatar-blue { color: var(--wk-blue); background: #eaf4fb; }
    .wk-politics {
.wk-avatar-green { color: var(--wk-green-deep); background: #ebf6ef; }
        padding: 28px 20px;
.wk-avatar-gold { color: #8a6111; background: #fff5d8; }
        border-radius: 18px;
.wk-avatar-red { color: #9b432d; background: #fff0eb; }
    }


.wk-portrait-role {
    .wk-politics-symbol {
  display: block;
        display: none;
  margin-bottom: 4px;
    }
  color: var(--wk-muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}


.wk-portrait-card h3 {
    .wk-culture-grid {
  margin-bottom: 4px;
        grid-template-columns: repeat(2, 1fr);
  font-size: 19px;
    }
}


.wk-portrait-card p {
    .wk-villages {
  margin-bottom: 0;
        padding: 28px 20px;
  color: var(--wk-muted);
    }
  font-size: 12px;
}


.wk-category-strip {
    .wk-village-list {
  display: grid;
        grid-template-columns: 1fr;
  grid-template-columns: repeat(5, 1fr);
    }
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-radius-md);
  background: var(--wk-soft);
}


.wk-category-strip div {
    .wk-contribute {
  padding: 14px 12px;
        padding: 35px 24px;
  border-right: 1px solid var(--wk-line);
    }
  text-align: center;
  font-size: 12px;
  font-weight: 750;
}


.wk-category-strip div:last-child {
    .wk-contribute-symbol {
  border-right: 0;
        display: none;
}
    }


/* ---- Dark politics --------------------------------------- */
    .wk-tools {
.wk-dark-section {
        grid-template-columns: 1fr 1fr;
  position: relative;
     }
  margin: 76px 20px 0;
  padding: 54px 48px 34px;
  overflow: hidden;
  border-radius: var(--wk-radius-xl);
  color: rgba(255,255,255,.82);
  background:
     radial-gradient(circle at 90% 0%, rgba(39,130,84,.28), transparent 25%),
    radial-gradient(circle at 15% 100%, rgba(11,95,168,.20), transparent 30%),
    linear-gradient(135deg, #102b45, #071a2a);
}


.wk-dark-section h2,
    .wk-tools > div {
.wk-dark-section h3 {
        border-bottom: 1px solid var(--wk-border);
  color: #fff;
    }
}


.wk-kicker-light {
    .wk-intro,
  color: #8bd7ad;
    .wk-section-header {
}
        align-items: flex-start;
        flex-direction: column;
        padding-top: 45px;
    }


.wk-dark-head {
    .wk-timeline-item {
  display: flex;
        grid-template-columns: 1fr;
  justify-content: space-between;
        gap: 4px;
  gap: 40px;
    }
  margin-bottom: 28px;
}


.wk-dark-head h2 {
  max-width: 820px;
  margin: 7px 0 10px;
  font-size: clamp(30px, 4vw, 44px);
}
}


.wk-dark-head p {
  max-width: 820px;
  color: rgba(255,255,255,.68);
}


.wk-dark-symbol {
  color: rgba(255,255,255,.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 120px;
  font-weight: 800;
  line-height: .8;
}


.wk-dark-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}


.wk-dark-card {
  position: relative;
  min-height: 245px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
  transition: background .18s ease, transform .18s ease;
}


.wk-dark-card:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.075);
}


.wk-dark-index {
  position: absolute;
  right: 18px;
  top: 14px;
  color: rgba(255,255,255,.12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
}


.wk-dark-type {
  display: block;
  margin-bottom: 18px;
  color: #8bd7ad;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}


.wk-dark-card h3 {
  max-width: 85%;
  margin-bottom: 10px;
  font-size: 21px;
}


.wk-dark-card p {
  min-height: 72px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
}


.wk-dark-card a {
  color: #9fd3ff !important;
  font-weight: 750;
}


.wk-editorial-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 3px solid var(--wk-gold);
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  color: rgba(255,255,255,.66);
  font-size: 12px;
}


/* ---- History --------------------------------------------- */
.wk-history {
  border-top: 1px solid var(--wk-line);
}


.wk-history-item {
  display: grid;
  grid-template-columns: 115px 22px 1fr;
  gap: 16px;
  align-items: stretch;
  min-height: 115px;
  padding: 22px 0;
  border-bottom: 1px solid var(--wk-line);
}


.wk-history-date {
/* ============================================================
  color: var(--wk-green);
  WikiKabylie — Section Personnalités
  font-family: Georgia, "Times New Roman", serif;
  À ajouter à MediaWiki:Common.css
  font-size: 18px;
  ============================================================ */
  font-weight: 700;
}


.wk-history-line {
.wk-people-hero {
   position: relative;
   position: relative;
  display: flex;
  min-height: 410px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  padding: 62px 68px;
  border: 1px solid #e4e9ee;
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 90% 20%, rgba(212,154,31,.14), transparent 24%),
    radial-gradient(circle at 75% 90%, rgba(37,128,82,.10), transparent 28%),
    linear-gradient(135deg, #f8fbfd, #fff);
}
}


.wk-history-line::before {
.wk-people-hero::before {
   position: absolute;
   position: absolute;
   top: 5px;
   top: -100px;
   left: 7px;
   right: -80px;
   width: 8px;
   width: 360px;
   height: 8px;
   height: 360px;
  border: 1px solid rgba(11,95,168,.08);
   border-radius: 50%;
   border-radius: 50%;
  background: var(--wk-green);
  box-shadow: 0 0 0 5px #eaf5ef;
   content: "";
   content: "";
}
}


.wk-history-line::after {
.wk-people-hero-copy {
   position: absolute;
   position: relative;
   top: 20px;
   z-index: 2;
   bottom: -28px;
   max-width: 760px;
  left: 10px;
  width: 1px;
  background: #dfe6e1;
  content: "";
}
}


.wk-history-item:last-child .wk-history-line::after {
.wk-people-hero h1 {
   display: none;
  margin: 10px 0 14px;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1;
   letter-spacing: -.05em;
}
}


.wk-history-copy h3 {
.wk-people-lead {
   margin-bottom: 6px;
   max-width: 680px;
   font-size: 21px;
  color: #617181;
   font-size: 17px;
  line-height: 1.7;
}
}


.wk-history-copy p {
.wk-people-hero-mark {
   margin-bottom: 0;
   position: relative;
   color: var(--wk-muted);
  z-index: 1;
   font-size: 13px;
   color: rgba(11,95,168,.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 190px;
  font-weight: 800;
   line-height: 1;
}
}


/* ---- Economy --------------------------------------------- */
.wk-people-stats {
.wk-economy-grid {
   display: grid;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-template-columns: repeat(4, 1fr);
   gap: 12px;
   overflow: hidden;
}
 
.wk-economy-card {
  min-height: 185px;
  padding: 24px;
   border: 1px solid var(--wk-line);
   border: 1px solid var(--wk-line);
   border-radius: var(--wk-radius-lg);
   border-radius: var(--wk-radius-lg);
Ligne 1 195 : Ligne 1 208 :
}
}


.wk-economy-num {
.wk-people-stats > div {
  padding: 22px 24px;
  border-right: 1px solid var(--wk-line);
}
 
.wk-people-stats > div:last-child {
  border-right: 0;
}
 
.wk-people-stats strong,
.wk-people-stats span {
   display: block;
   display: block;
  margin-bottom: 24px;
  color: #a8b4bf;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
}
}


.wk-economy-card h3 {
.wk-people-stats strong {
   margin-bottom: 8px;
   color: var(--wk-ink);
   font-size: 20px;
  font-family: Georgia, "Times New Roman", serif;
   font-size: 24px;
}
}


.wk-economy-card p {
.wk-people-stats span {
   margin-bottom: 0;
   margin-top: 4px;
   color: var(--wk-muted);
   color: var(--wk-muted);
   font-size: 13px;
   font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
}


/* ---- Villages -------------------------------------------- */
.wk-people-highlight {
.wk-village-shell {
   display: grid;
   display: grid;
   grid-template-columns: .9fr 1.1fr;
   grid-template-columns: .9fr 1.1fr;
   gap: 38px;
   gap: 36px;
   padding: 42px;
   padding: 42px;
   border: 1px solid #dcebe2;
   border: 1px solid #e8e4da;
   border-radius: var(--wk-radius-xl);
   border-radius: var(--wk-radius-xl);
   background:
   background:
     linear-gradient(145deg, #f2f8f4, #f8fbf9 58%, #fff 100%);
    radial-gradient(circle at 15% 20%, rgba(212,154,31,.11), transparent 28%),
     linear-gradient(145deg, #fffaf0, #fff);
}
}


.wk-village-intro h2 {
.wk-people-highlight-copy h2 {
   margin: 8px 0 12px;
   margin: 8px 0 12px;
   font-size: 38px;
   font-size: 38px;
}
}


.wk-village-intro p {
.wk-people-highlight-copy p {
   color: #65776d;
   color: var(--wk-muted);
}
}


.wk-village-grid {
.wk-people-highlight-list {
   display: grid;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-template-columns: repeat(2, 1fr);
Ligne 1 242 : Ligne 1 264 :
}
}


.wk-place-card {
.wk-people-highlight-list > div {
   padding: 18px;
   padding: 20px;
   border: 1px solid rgba(37,128,82,.13);
   border: 1px solid rgba(212,154,31,.16);
   border-radius: var(--wk-radius-md);
   border-radius: var(--wk-radius-md);
   background: rgba(255,255,255,.86);
   background: rgba(255,255,255,.88);
}
}


.wk-place-card span,
.wk-people-highlight-list span,
.wk-place-card strong {
.wk-people-highlight-list strong {
   display: block;
   display: block;
}
}


.wk-place-card span {
.wk-people-highlight-list span {
   margin-bottom: 6px;
   margin-bottom: 6px;
   color: var(--wk-muted);
   color: var(--wk-muted);
   font-size: 10px;
   font-size: 9px;
   font-weight: 800;
   font-weight: 800;
   letter-spacing: .08em;
   letter-spacing: .08em;
Ligne 1 263 : Ligne 1 285 :
}
}


.wk-place-card strong {
.wk-people-highlight-list strong {
   font-family: Georgia, "Times New Roman", serif;
   font-family: Georgia, "Times New Roman", serif;
   font-size: 18px;
   font-size: 17px;
}
}


/* ---- Culture --------------------------------------------- */
.wk-people-columns {
.wk-culture-grid {
   display: grid;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-template-columns: repeat(3, 1fr);
   gap: 12px;
   gap: 14px;
}
}


.wk-culture-card {
.wk-people-list-card {
   min-height: 180px;
   overflow: hidden;
  padding: 22px;
   border: 1px solid var(--wk-line);
   border: 1px solid var(--wk-line);
   border-radius: var(--wk-radius-lg);
   border-radius: var(--wk-radius-lg);
Ligne 1 283 : Ligne 1 303 :
}
}


.wk-culture-card > span {
.wk-people-list-head {
   display: inline-flex;
   padding: 24px;
   min-width: 34px;
   border-bottom: 1px solid var(--wk-line);
   min-height: 26px;
   background: #fafbfc;
  align-items: center;
}
  justify-content: center;
 
   padding: 4px 8px;
.wk-people-list-head span {
  border-radius: 999px;
   color: var(--wk-green);
   font-size: 9px;
   font-size: 9px;
   font-weight: 850;
   font-weight: 850;
  letter-spacing: .12em;
}
}


.wk-culture-blue > span { color: var(--wk-blue); background: #eaf4fb; }
.wk-people-list-head h3 {
.wk-culture-green > span { color: var(--wk-green-deep); background: #ebf6ef; }
   margin: 6px 0 0;
.wk-culture-gold > span { color: #8a6111; background: #fff5d8; }
   font-size: 22px;
.wk-culture-red > span { color: #9b432d; background: #fff0eb; }
 
.wk-culture-card h3 {
   margin: 21px 0 8px;
   font-size: 21px;
}
}


.wk-culture-card p {
.wk-people-list > div {
   margin-bottom: 0;
   padding: 15px 22px;
   color: var(--wk-muted);
   border-bottom: 1px solid #f0f2f4;
  font-size: 12px;
}
}


/* ---- Contribute ------------------------------------------ */
.wk-people-list > div:last-child {
.wk-contribute {
   border-bottom: 0;
  position: relative;
  display: flex;
  gap: 36px;
  align-items: center;
  margin: 78px 20px 0;
  padding: 52px;
  overflow: hidden;
   border-radius: var(--wk-radius-xl);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.10), transparent 25%),
    linear-gradient(115deg, var(--wk-blue-deep), var(--wk-blue));
  color: rgba(255,255,255,.84);
}
}


.wk-contribute-mark {
.wk-people-list strong,
  color: rgba(255,255,255,.13);
.wk-people-list span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 120px;
  font-weight: 800;
}
 
.wk-contribute-copy h2 {
  max-width: 760px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
}
 
.wk-contribute-copy p {
  max-width: 760px;
}
 
/* ---- Tools ----------------------------------------------- */
.wk-tools {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 22px 20px 0;
  overflow: hidden;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-radius-lg);
  background: #fff;
}
 
.wk-tool-card {
  min-height: 112px;
  padding: 20px;
  border-right: 1px solid var(--wk-line);
}
 
.wk-tool-card:last-child {
  border-right: 0;
}
 
.wk-tool-index,
.wk-tool-card strong,
.wk-tool-card small {
   display: block;
   display: block;
}
}


.wk-tool-index {
.wk-people-list strong {
  margin-bottom: 14px;
  color: #a3aeb8;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
}
 
.wk-tool-card strong {
  color: var(--wk-ink);
   font-size: 13px;
   font-size: 13px;
}
}


.wk-tool-card small {
.wk-people-list span {
   margin-top: 3px;
   margin-top: 2px;
   color: var(--wk-muted);
   color: var(--wk-muted);
   font-size: 11px;
   font-size: 10px;
}
}


/* ---- Footer ---------------------------------------------- */
.wk-people-list-footer {
.wk-home-footer {
   padding: 16px 22px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 54px;
  margin: 70px 20px 0;
   padding: 38px 0 50px;
   border-top: 1px solid var(--wk-line);
   border-top: 1px solid var(--wk-line);
   color: var(--wk-muted);
   background: var(--wk-soft);
   font-size: 12px;
   font-size: 12px;
   line-height: 1.8;
   font-weight: 800;
}
}


.wk-home-footer strong {
.wk-people-alpha {
   display: block;
   display: flex;
   margin-bottom: 8px;
   flex-wrap: wrap;
   color: var(--wk-ink);
   gap: 8px;
  font-size: 14px;
}
}


.wk-footer-brand strong {
.wk-people-alpha > a {
   color: var(--wk-blue-deep);
  display: inline-flex;
   font-family: Georgia, "Times New Roman", serif;
  width: 40px;
   font-size: 22px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wk-line);
  border-radius: 9px;
  background: #fff;
   color: var(--wk-ink) !important;
   font-weight: 800;
   transition: .18s ease;
}
}


/* ---- MediaWiki / Vector 2022 polish ---------------------- */
.wk-people-alpha > a:hover {
.skin-vector-2022 .mw-page-container {
  transform: translateY(-2px);
  max-width: 100%;
  border-color: rgba(11,95,168,.35);
  background: #f4f9fd;
  color: var(--wk-blue) !important;
}
}


.skin-vector-2022 .mw-content-container {
@media (max-width: 1000px) {
  max-width: none;
   .wk-people-columns {
}
    grid-template-columns: 1fr 1fr;
 
.skin-vector-2022 .mw-body {
  max-width: none;
}
 
.skin-vector-2022 .mw-body-content {
  max-width: none;
}
 
body.page-Accueil .firstHeading,
body.page-Accueil #firstHeading {
  display: none;
}
 
body.page-Accueil .mw-body-content > .mw-parser-output {
  margin-top: 0;
}
 
/* ---- Tablet ---------------------------------------------- */
@media (max-width: 1180px) {
   .wk-topic-grid { grid-template-columns: repeat(2, 1fr); }
  .wk-portrait-grid { grid-template-columns: repeat(2, 1fr); }
  .wk-dark-grid { grid-template-columns: repeat(2, 1fr); }
  .wk-culture-grid { grid-template-columns: repeat(2, 1fr); }
  .wk-hero-copy { width: 74%; padding-left: 46px; }
  .wk-hero-stats { width: calc(100% - 70px); margin-left: 35px; }
  .wk-editorial-grid { grid-template-columns: 1fr; }
  .wk-news-stack { grid-template-columns: repeat(3, 1fr); }
}
 
/* ---- Mobile ---------------------------------------------- */
@media (max-width: 720px) {
  .wk-home { font-size: 15px; }
 
  .wk-section,
  .wk-section-tight {
    padding: 52px 12px 0;
  }
 
  .wk-soft-section {
    margin-top: 52px;
    padding: 45px 16px 20px;
    border-radius: 20px;
  }
 
  .wk-hero {
    min-height: 690px;
    border-radius: 0 0 20px 20px;
    background:
      linear-gradient(rgba(246,250,253,.94), rgba(246,250,253,.86)),
      url("/images/Kabylie-paysage.jpg") center / cover no-repeat;
  }
 
  .wk-hero-inner { min-height: 690px; }
 
  .wk-hero-copy {
    width: 100%;
    padding: 48px 22px 30px;
   }
   }


   .wk-hero-title {
   .wk-people-highlight {
    font-size: 43px;
    line-height: 1.02;
  }
 
  .wk-hero-lead { font-size: 15px; }
 
  .wk-hero-meta {
    display: grid;
     grid-template-columns: 1fr;
     grid-template-columns: 1fr;
   }
   }
}


  .wk-hero-stats {
@media (max-width: 720px) {
    width: calc(100% - 24px);
   .wk-people-hero {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 12px;
    border-radius: 16px 16px 0 0;
  }
 
  .wk-stat {
    padding: 14px 12px;
    border-bottom: 1px solid var(--wk-line);
  }
 
   .wk-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
 
  .wk-topic-grid,
  .wk-portrait-grid,
  .wk-dark-grid,
  .wk-economy-grid,
  .wk-culture-grid,
  .wk-village-shell,
  .wk-home-footer {
    grid-template-columns: 1fr;
  }
 
  .wk-topic-card {
    min-height: 190px;
  }
 
  .wk-feature {
     min-height: 0;
     min-height: 0;
    padding: 46px 22px;
    border-radius: 0 0 20px 20px;
   }
   }


   .wk-news-stack {
   .wk-people-hero-mark {
     grid-template-columns: 1fr;
     display: none;
   }
   }


   .wk-category-strip {
   .wk-people-lead {
     grid-template-columns: 1fr;
     font-size: 15px;
   }
   }


   .wk-category-strip div {
   .wk-people-stats {
    border-right: 0;
    border-bottom: 1px solid var(--wk-line);
  }
 
  .wk-category-strip div:last-child {
    border-bottom: 0;
  }
 
  .wk-dark-section {
    margin: 52px 12px 0;
    padding: 38px 18px 24px;
    border-radius: 20px;
  }
 
  .wk-dark-symbol { display: none; }
 
  .wk-dark-card { min-height: 220px; }
 
  .wk-history-item {
    grid-template-columns: 88px 18px 1fr;
    gap: 10px;
  }
 
  .wk-village-shell {
    gap: 28px;
    padding: 28px 18px;
    border-radius: 20px;
  }
 
  .wk-village-grid { grid-template-columns: 1fr; }
 
  .wk-contribute {
    margin: 54px 12px 0;
    padding: 38px 22px;
    border-radius: 20px;
  }
 
  .wk-contribute-mark { display: none; }
 
  .wk-tools {
     grid-template-columns: repeat(2, 1fr);
     grid-template-columns: repeat(2, 1fr);
    margin: 18px 12px 0;
   }
   }


   .wk-tool-card {
   .wk-people-stats > div {
     border-bottom: 1px solid var(--wk-line);
     border-bottom: 1px solid var(--wk-line);
   }
   }


   .wk-home-footer {
   .wk-people-highlight,
    margin: 52px 12px 0;
  .wk-people-columns {
    gap: 26px;
  grid-template-columvar(--wk-line)
var(--wk-ink)
var(--wk-soft)
var(--wk-radius-lg)
var(--wk-radius-xl)
var(--wk-radius-md)
   }
   }
}

Dernière version du 9 août 2026 à 01:37

/* ============================================================
   WIKIKABYLIE — PAGE D'ACCUEIL
   ============================================================ */

:root {
    --wk-blue: #0757a6;
    --wk-blue-dark: #073763;
    --wk-blue-light: #eaf4fc;

    --wk-green: #16834b;
    --wk-green-dark: #0e6338;
    --wk-green-light: #eaf7ef;

    --wk-gold: #e7a617;
    --wk-gold-light: #fff7df;

    --wk-red: #c95532;
    --wk-red-light: #fff0eb;

    --wk-navy: #112a46;
    --wk-text: #27384a;
    --wk-muted: #647487;
    --wk-border: #e4e9ed;

    --wk-bg: #ffffff;
    --wk-bg-soft: #f7f9fb;

    --wk-radius: 18px;
    --wk-radius-small: 12px;

    --wk-shadow:
        0 8px 28px rgba(17, 42, 70, 0.08);
}


/* ------------------------------------------------------------
   Largeur accueil
------------------------------------------------------------ */

.wk-home {
    max-width: 1500px;
    margin: 0 auto;
    color: var(--wk-text);
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;
}

.wk-home * {
    box-sizing: border-box;
}

.wk-home a {
    text-decoration: none;
}

.wk-home h1,
.wk-home h2,
.wk-home h3 {
    color: var(--wk-navy);
    font-family: Georgia, "Times New Roman", serif;
}


/* ------------------------------------------------------------
   HERO
------------------------------------------------------------ */

.wk-hero {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    border-radius: 0 0 28px 28px;

    background:
        linear-gradient(
            90deg,
            rgba(239, 248, 255, 0.98) 0%,
            rgba(239, 248, 255, 0.90) 31%,
            rgba(239, 248, 255, 0.22) 62%,
            rgba(0,0,0,0.05) 100%
        ),
        url("/images/Kabylie-paysage.jpg") center 45% / cover no-repeat;

    box-shadow: var(--wk-shadow);
}

.wk-hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 68px 70px 100px;
}

.wk-eyebrow {
    margin-bottom: 13px;
    color: var(--wk-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.wk-hero h1 {
    margin: 0 0 8px;
    color: var(--wk-blue-dark);
    font-size: 24px;
}

.wk-hero-title {
    color: var(--wk-navy);
    font-family: Georgia, serif;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -1.5px;
}

.wk-hero-content p {
    max-width: 550px;
    margin: 24px 0;
    color: #34485d;
    font-size: 17px;
    line-height: 1.65;
}

.wk-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.wk-btn {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 700;
}

.wk-btn a {
    color: inherit !important;
}

.wk-btn-primary {
    color: #fff;
    background: var(--wk-blue);
}

.wk-btn-primary:hover {
    background: var(--wk-blue-dark);
    transform: translateY(-1px);
}

.wk-btn-secondary {
    color: var(--wk-blue);
    border: 1px solid rgba(7,87,166,.22);
    background: rgba(255,255,255,.80);
    backdrop-filter: blur(10px);
}


/* ------------------------------------------------------------
   HERO STATS
------------------------------------------------------------ */

.wk-hero-facts {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    display: flex;
    gap: 0;

    overflow: hidden;
    border-radius: 0 15px 0 0;

    background: rgba(255,255,255,.94);
    backdrop-filter: blur(14px);
}

.wk-hero-facts div {
    min-width: 130px;
    padding: 15px 24px;
    border-right: 1px solid var(--wk-border);
}

.wk-hero-facts strong {
    display: block;
    color: var(--wk-navy);
    font-size: 21px;
}

.wk-hero-facts span {
    color: var(--wk-muted);
    font-size: 12px;
}


/* ------------------------------------------------------------
   INTRO / HEADINGS
------------------------------------------------------------ */

.wk-intro,
.wk-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;

    padding: 60px 12px 24px;
}

.wk-intro h2,
.wk-section-header h2 {
    margin: 5px 0 7px;
    font-size: 31px;
}

.wk-intro p,
.wk-section-header p {
    max-width: 750px;
    margin: 0;
    color: var(--wk-muted);
    line-height: 1.65;
}

.wk-section-kicker {
    color: var(--wk-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.wk-section-more,
.wk-intro-actions {
    white-space: nowrap;
    font-weight: 700;
}


/* ------------------------------------------------------------
   CARDS
------------------------------------------------------------ */

.wk-grid {
    display: grid;
    gap: 16px;
}

.wk-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.wk-card {
    position: relative;
    min-height: 225px;
    padding: 26px;

    overflow: hidden;

    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius);

    background: #fff;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.wk-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--wk-shadow);
}

.wk-card::after {
    position: absolute;
    right: -30px;
    bottom: -30px;

    width: 100px;
    height: 100px;

    border-radius: 50%;

    content: "";
    opacity: .15;
}

.wk-card-blue::after {
    background: var(--wk-blue);
}

.wk-card-green::after {
    background: var(--wk-green);
}

.wk-card-gold::after {
    background: var(--wk-gold);
}

.wk-card-red::after {
    background: var(--wk-red);
}

.wk-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin-bottom: 22px;

    border-radius: 13px;

    background: var(--wk-bg-soft);

    font-size: 25px;
}

.wk-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
}

.wk-card p {
    min-height: 66px;
    margin: 0;
    color: var(--wk-muted);
    font-size: 14px;
    line-height: 1.55;
}

.wk-card-link {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 800;
}


/* ------------------------------------------------------------
   FEATURE
------------------------------------------------------------ */

.wk-feature-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.wk-feature-main,
.wk-feature-side {
    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius);
    background: #fff;
}

.wk-feature-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    overflow: hidden;
}

.wk-feature-image {
    min-height: 390px;
    overflow: hidden;
    background: #e7eef5;
}

.wk-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wk-feature-content {
    padding: 38px;
}

.wk-feature-content h2 {
    margin: 15px 0;
    font-size: 30px;
}

.wk-feature-content p {
    color: var(--wk-muted);
    line-height: 1.7;
}

.wk-feature-link {
    margin-top: 28px;
    font-weight: 800;
}

.wk-feature-side {
    display: flex;
    flex-direction: column;
}

.wk-mini-feature {
    flex: 1;
    padding: 27px;
    border-bottom: 1px solid var(--wk-border);
}

.wk-mini-feature:last-child {
    border-bottom: 0;
}

.wk-mini-feature h3 {
    margin: 12px 0 6px;
}

.wk-mini-feature p {
    color: var(--wk-muted);
    font-size: 13px;
    line-height: 1.5;
}

.wk-badge {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.wk-badge-blue {
    color: var(--wk-blue);
    background: var(--wk-blue-light);
}

.wk-badge-green {
    color: var(--wk-green);
    background: var(--wk-green-light);
}

.wk-badge-gold {
    color: #926500;
    background: var(--wk-gold-light);
}

.wk-badge-red {
    color: var(--wk-red);
    background: var(--wk-red-light);
}


/* ------------------------------------------------------------
   PERSONNALITÉS
------------------------------------------------------------ */

.wk-person-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.wk-person-cat {
    display: flex;
    gap: 15px;
    align-items: flex-start;

    padding: 22px;

    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius-small);

    background: white;
}

.wk-person-icon {
    font-size: 27px;
}

.wk-person-cat h3 {
    margin: 0 0 6px;
}

.wk-person-cat p {
    margin: 0;
    color: var(--wk-muted);
    font-size: 13px;
    line-height: 1.5;
}


/* ------------------------------------------------------------
   PANELS
------------------------------------------------------------ */

.wk-split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

    margin-top: 20px;
}

.wk-panel {
    overflow: hidden;
    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius);
    background: #fff;
}

.wk-panel-title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px;
    border-bottom: 1px solid var(--wk-border);
}

.wk-panel-title h2 {
    margin: 3px 0 0;
}

.wk-panel-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    font-size: 22px;
}

.wk-panel-icon.blue {
    background: var(--wk-blue-light);
}

.wk-panel-icon.green {
    background: var(--wk-green-light);
}

.wk-link-list > a {
    display: block;
    padding: 17px 25px 2px;
    font-weight: 800;
}

.wk-link-list > span {
    display: block;
    padding: 0 25px 15px;

    border-bottom: 1px solid #f0f2f4;

    color: var(--wk-muted);
    font-size: 12px;
}

.wk-panel-footer {
    padding: 18px 25px;
    background: var(--wk-bg-soft);
    font-weight: 800;
}


/* ------------------------------------------------------------
   POLITIQUE
------------------------------------------------------------ */

.wk-politics {
    margin-top: 65px;
    padding: 48px;

    border-radius: 26px;

    color: rgba(255,255,255,.85);

    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(32,142,91,.28),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #102c47,
            #071d31
        );
}

.wk-politics h2,
.wk-politics h3 {
    color: #fff;
}

.wk-politics-header {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.wk-politics-header p {
    max-width: 750px;
    line-height: 1.7;
}

.wk-politics-symbol {
    color: rgba(255,255,255,.12);
    font-size: 100px;
    font-weight: bold;
}

.wk-light {
    color: #86d5ad;
}

.wk-politics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;

    margin-top: 35px;
}

.wk-dark-card {
    min-height: 225px;
    padding: 24px;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;

    background: rgba(255,255,255,.055);
}

.wk-dark-card:hover {
    background: rgba(255,255,255,.09);
}

.wk-dark-card h3 {
    margin: 15px 0 8px;
    font-size: 20px;
}

.wk-dark-card p {
    min-height: 75px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.55;
}

.wk-dark-card a {
    color: #96ceff !important;
}

.wk-dark-icon {
    font-size: 26px;
}

.wk-neutrality-note {
    margin-top: 25px;
    padding: 15px 20px;

    border-left: 3px solid var(--wk-gold);
    border-radius: 5px;

    background: rgba(255,255,255,.06);

    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.6;
}


/* ------------------------------------------------------------
   TIMELINE
------------------------------------------------------------ */

.wk-timeline {
    border-left: 2px solid #dfe5e9;
    margin-left: 28px;
    padding-left: 35px;
}

.wk-timeline-item {
    position: relative;

    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;

    padding: 0 0 27px;
}

.wk-timeline-item::before {
    position: absolute;
    top: 8px;
    left: -43px;

    width: 14px;
    height: 14px;

    border: 3px solid #fff;
    border-radius: 50%;

    background: var(--wk-green);

    box-shadow: 0 0 0 2px var(--wk-green);

    content: "";
}

.wk-timeline-item > span {
    color: var(--wk-green);
    font-weight: 800;
}

.wk-timeline-item h3 {
    margin: 0 0 6px;
}

.wk-timeline-item p {
    margin: 0;
    color: var(--wk-muted);
}


/* ------------------------------------------------------------
   ECONOMIE
------------------------------------------------------------ */

.wk-economy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.wk-economy-card {
    padding: 26px;

    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius-small);

    background:
        linear-gradient(145deg, #fff, #f8fbf9);
}

.wk-economy-card > span {
    font-size: 28px;
}

.wk-economy-card h3 {
    margin: 13px 0 5px;
}

.wk-economy-card p {
    margin: 0;
    color: var(--wk-muted);
    font-size: 13px;
}


/* ------------------------------------------------------------
   VILLAGES
------------------------------------------------------------ */

.wk-villages {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;

    margin-top: 65px;
    padding: 45px;

    border-radius: 24px;

    background: var(--wk-green-light);
}

.wk-villages-heading h2 {
    margin: 5px 0 10px;
}

.wk-villages-heading p {
    color: #526c5e;
    line-height: 1.6;
}

.wk-village-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.wk-village-list div {
    padding: 16px;

    border: 1px solid rgba(22,131,75,.13);
    border-radius: 10px;

    background: rgba(255,255,255,.80);
}

.wk-village-list strong,
.wk-village-list span {
    display: block;
}

.wk-village-list span {
    margin-top: 3px;
    color: var(--wk-muted);
    font-size: 11px;
}


/* ------------------------------------------------------------
   CULTURE
------------------------------------------------------------ */

.wk-culture-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.wk-culture-card {
    padding: 20px 10px;

    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius-small);

    background: #fff;

    text-align: center;
}

.wk-culture-card:hover {
    box-shadow: var(--wk-shadow);
}

.wk-culture-symbol {
    margin-bottom: 10px;
    font-size: 28px;
}

.wk-culture-card h3 {
    margin: 0;
    font-size: 14px;
}


/* ------------------------------------------------------------
   CONTRIBUTE
------------------------------------------------------------ */

.wk-contribute {
    position: relative;

    display: flex;
    align-items: center;
    gap: 45px;

    margin-top: 65px;
    padding: 50px;

    overflow: hidden;
    border-radius: 25px;

    color: white;

    background:
        linear-gradient(
            125deg,
            var(--wk-blue-dark),
            var(--wk-blue)
        );
}

.wk-contribute h2 {
    max-width: 700px;
    margin: 7px 0 12px;
    color: #fff;
    font-size: 33px;
}

.wk-contribute p {
    max-width: 750px;
    color: rgba(255,255,255,.80);
    line-height: 1.6;
}

.wk-contribute-symbol {
    color: rgba(255,255,255,.16);
    font-size: 120px;
    font-weight: bold;
}

.wk-btn-white {
    color: var(--wk-blue) !important;
    background: #fff;
}

.wk-btn-transparent {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.4);
}


/* ------------------------------------------------------------
   TOOLS
------------------------------------------------------------ */

.wk-tools {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    margin-top: 30px;

    overflow: hidden;

    border: 1px solid var(--wk-border);
    border-radius: 15px;

    background: white;
}

.wk-tools > div {
    padding: 22px;
    border-right: 1px solid var(--wk-border);
}

.wk-tools > div:last-child {
    border-right: 0;
}

.wk-tools span,
.wk-tools strong,
.wk-tools small {
    display: block;
}

.wk-tools span {
    margin-bottom: 8px;
    font-size: 23px;
}

.wk-tools small {
    margin-top: 4px;
    color: var(--wk-muted);
}


/* ------------------------------------------------------------
   FOOTER
------------------------------------------------------------ */

.wk-home-footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 50px;

    margin-top: 70px;
    padding: 40px 10px;

    border-top: 1px solid var(--wk-border);

    color: var(--wk-muted);
    font-size: 13px;
    line-height: 1.8;
}

.wk-home-footer strong {
    display: block;
    margin-bottom: 8px;
    color: var(--wk-navy);
    font-size: 16px;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .wk-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .wk-person-categories {
        grid-template-columns: repeat(2, 1fr);
    }

    .wk-politics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wk-culture-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .wk-feature-main {
        grid-template-columns: 1fr;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 700px) {

    .wk-home {
        margin: 0;
    }

    .wk-hero {
        min-height: 600px;
        border-radius: 0 0 20px 20px;

        background:
            linear-gradient(
                rgba(240,248,255,.94),
                rgba(240,248,255,.86)
            ),
            url("/images/Kabylie-paysage.jpg")
            center / cover;
    }

    .wk-hero-content {
        padding: 45px 24px 130px;
    }

    .wk-hero-title {
        font-size: 39px;
    }

    .wk-hero-facts {
        width: 100%;
    }

    .wk-hero-facts div {
        flex: 1;
        min-width: 0;
        padding: 13px 8px;
        text-align: center;
    }

    .wk-grid-4,
    .wk-person-categories,
    .wk-split-section,
    .wk-feature-grid,
    .wk-politics-grid,
    .wk-economy-grid,
    .wk-villages,
    .wk-home-footer {
        grid-template-columns: 1fr;
    }

    .wk-feature-main {
        grid-template-columns: 1fr;
    }

    .wk-politics {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .wk-politics-symbol {
        display: none;
    }

    .wk-culture-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wk-villages {
        padding: 28px 20px;
    }

    .wk-village-list {
        grid-template-columns: 1fr;
    }

    .wk-contribute {
        padding: 35px 24px;
    }

    .wk-contribute-symbol {
        display: none;
    }

    .wk-tools {
        grid-template-columns: 1fr 1fr;
    }

    .wk-tools > div {
        border-bottom: 1px solid var(--wk-border);
    }

    .wk-intro,
    .wk-section-header {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 45px;
    }

    .wk-timeline-item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

}














/* ============================================================
   WikiKabylie — Section Personnalités
   À ajouter à MediaWiki:Common.css
   ============================================================ */

.wk-people-hero {
  position: relative;
  display: flex;
  min-height: 410px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  padding: 62px 68px;
  border: 1px solid #e4e9ee;
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 90% 20%, rgba(212,154,31,.14), transparent 24%),
    radial-gradient(circle at 75% 90%, rgba(37,128,82,.10), transparent 28%),
    linear-gradient(135deg, #f8fbfd, #fff);
}

.wk-people-hero::before {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(11,95,168,.08);
  border-radius: 50%;
  content: "";
}

.wk-people-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.wk-people-hero h1 {
  margin: 10px 0 14px;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1;
  letter-spacing: -.05em;
}

.wk-people-lead {
  max-width: 680px;
  color: #617181;
  font-size: 17px;
  line-height: 1.7;
}

.wk-people-hero-mark {
  position: relative;
  z-index: 1;
  color: rgba(11,95,168,.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 190px;
  font-weight: 800;
  line-height: 1;
}

.wk-people-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-radius-lg);
  background: #fff;
}

.wk-people-stats > div {
  padding: 22px 24px;
  border-right: 1px solid var(--wk-line);
}

.wk-people-stats > div:last-child {
  border-right: 0;
}

.wk-people-stats strong,
.wk-people-stats span {
  display: block;
}

.wk-people-stats strong {
  color: var(--wk-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.wk-people-stats span {
  margin-top: 4px;
  color: var(--wk-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wk-people-highlight {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  padding: 42px;
  border: 1px solid #e8e4da;
  border-radius: var(--wk-radius-xl);
  background:
    radial-gradient(circle at 15% 20%, rgba(212,154,31,.11), transparent 28%),
    linear-gradient(145deg, #fffaf0, #fff);
}

.wk-people-highlight-copy h2 {
  margin: 8px 0 12px;
  font-size: 38px;
}

.wk-people-highlight-copy p {
  color: var(--wk-muted);
}

.wk-people-highlight-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.wk-people-highlight-list > div {
  padding: 20px;
  border: 1px solid rgba(212,154,31,.16);
  border-radius: var(--wk-radius-md);
  background: rgba(255,255,255,.88);
}

.wk-people-highlight-list span,
.wk-people-highlight-list strong {
  display: block;
}

.wk-people-highlight-list span {
  margin-bottom: 6px;
  color: var(--wk-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wk-people-highlight-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.wk-people-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.wk-people-list-card {
  overflow: hidden;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-radius-lg);
  background: #fff;
}

.wk-people-list-head {
  padding: 24px;
  border-bottom: 1px solid var(--wk-line);
  background: #fafbfc;
}

.wk-people-list-head span {
  color: var(--wk-green);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}

.wk-people-list-head h3 {
  margin: 6px 0 0;
  font-size: 22px;
}

.wk-people-list > div {
  padding: 15px 22px;
  border-bottom: 1px solid #f0f2f4;
}

.wk-people-list > div:last-child {
  border-bottom: 0;
}

.wk-people-list strong,
.wk-people-list span {
  display: block;
}

.wk-people-list strong {
  font-size: 13px;
}

.wk-people-list span {
  margin-top: 2px;
  color: var(--wk-muted);
  font-size: 10px;
}

.wk-people-list-footer {
  padding: 16px 22px;
  border-top: 1px solid var(--wk-line);
  background: var(--wk-soft);
  font-size: 12px;
  font-weight: 800;
}

.wk-people-alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wk-people-alpha > a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wk-line);
  border-radius: 9px;
  background: #fff;
  color: var(--wk-ink) !important;
  font-weight: 800;
  transition: .18s ease;
}

.wk-people-alpha > a:hover {
  transform: translateY(-2px);
  border-color: rgba(11,95,168,.35);
  background: #f4f9fd;
  color: var(--wk-blue) !important;
}

@media (max-width: 1000px) {
  .wk-people-columns {
    grid-template-columns: 1fr 1fr;
  }

  .wk-people-highlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .wk-people-hero {
    min-height: 0;
    padding: 46px 22px;
    border-radius: 0 0 20px 20px;
  }

  .wk-people-hero-mark {
    display: none;
  }

  .wk-people-lead {
    font-size: 15px;
  }

  .wk-people-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .wk-people-stats > div {
    border-bottom: 1px solid var(--wk-line);
  }

  .wk-people-highlight,
  .wk-people-columns {
  	grid-template-columvar(--wk-line)
var(--wk-ink)
var(--wk-soft)
var(--wk-radius-lg)
var(--wk-radius-xl)
var(--wk-radius-md)
  }