« 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
 
Ligne 1 : Ligne 1 :
/* ============================================================
/* ============================================================
   WIKIKABYLIE — STYLE WIKIMEDIA MODERNE
   WIKIKABYLIE — PAGE D'ACCUEIL
  MediaWiki:Common.css
   ============================================================ */
   ============================================================ */


:root {
:root {
    /* --------------------------------------------------------
      COULEURS WIKIKABYLIE
      -------------------------------------------------------- */
     --wk-blue: #0757a6;
     --wk-blue: #0757a6;
     --wk-blue-dark: #073763;
     --wk-blue-dark: #073763;
     --wk-blue-light: #eef6fc;
     --wk-blue-light: #eaf4fc;


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


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


     /* --------------------------------------------------------
     --wk-red: #c95532;
      COULEURS NEUTRES
    --wk-red-light: #fff0eb;
      -------------------------------------------------------- */


     --wk-ink: #202122;
     --wk-navy: #112a46;
     --wk-text: #2f3337;
     --wk-text: #27384a;
     --wk-muted: #72777d;
     --wk-muted: #647487;
    --wk-border: #e4e9ed;


     --wk-line: #c8ccd1;
     --wk-bg: #ffffff;
     --wk-line-light: #eaecf0;
     --wk-bg-soft: #f7f9fb;


     --wk-soft: #f8f9fa;
     --wk-radius: 18px;
     --wk-soft-hover: #f1f4f6;
     --wk-radius-small: 12px;


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


    /* --------------------------------------------------------
      RAYONS
      -------------------------------------------------------- */


    --wk-radius-sm: 4px;
/* ------------------------------------------------------------
    --wk-radius-md: 7px;
  Largeur accueil
    --wk-radius-lg: 12px;
------------------------------------------------------------ */
    --wk-radius-xl: 18px;


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


    --wk-shadow-sm:
.wk-home * {
        0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}


    --wk-shadow-md:
.wk-home a {
        0 5px 18px rgba(32, 33, 34, 0.08);
    text-decoration: none;
}


     --wk-shadow-lg:
.wk-home h1,
        0 12px 32px rgba(32, 33, 34, 0.10);
.wk-home h2,
.wk-home h3 {
     color: var(--wk-navy);
    font-family: Georgia, "Times New Roman", serif;
}
}




/* ============================================================
/* ------------------------------------------------------------
   CONTENU MEDIAWIKI
   HERO
  ============================================================ */
------------------------------------------------------------ */


.mw-parser-output {
.wk-hero {
     color: var(--wk-text);
     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);
  LIENS
}
  ============================================================ */


.mw-parser-output a {
.wk-hero-content {
     color: var(--wk-blue);
     position: relative;
     text-decoration: none;
    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;
}


.mw-parser-output a:hover {
.wk-hero h1 {
    margin: 0 0 8px;
     color: var(--wk-blue-dark);
     color: var(--wk-blue-dark);
     text-decoration: underline;
     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 {
  CARTES PERSONNALISÉES
    max-width: 550px;
  ============================================================ */
    margin: 24px 0;
    color: #34485d;
    font-size: 17px;
    line-height: 1.65;
}


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


     border: 1px solid var(--wk-line-light);
.wk-btn {
     border-radius: var(--wk-radius-lg);
     display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 22px;
     border-radius: 10px;
    font-weight: 700;
}


     background: var(--wk-white);
.wk-btn a {
     color: inherit !important;
}


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


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


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




.wk-card:hover {
/* ------------------------------------------------------------
     border-color: var(--wk-line);
  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);
}


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


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




/* ============================================================
/* ------------------------------------------------------------
   TITRES DES CARTES
   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-card h2,
.wk-intro p,
.wk-card h3 {
.wk-section-header p {
    max-width: 750px;
     margin: 0;
     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;
}


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


    border-bottom: 1px solid var(--wk-line-light);


    background: var(--wk-soft);
/* ------------------------------------------------------------
  CARDS
------------------------------------------------------------ */


     color: var(--wk-ink);
.wk-grid {
    display: grid;
     gap: 16px;
}
}


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


/* ============================================================
.wk-card {
  INFOBOX
    position: relative;
  ============================================================ */
    min-height: 225px;
    padding: 26px;


.infobox {
     overflow: hidden;
     overflow: hidden;


     border: 1px solid var(--wk-line) !important;
     border: 1px solid var(--wk-border);
     border-radius: var(--wk-radius-lg);
     border-radius: var(--wk-radius);


     background: var(--wk-white) !important;
     background: #fff;


     color: var(--wk-ink);
     transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


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


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


.infobox caption {
    width: 100px;
     padding: 12px 14px;
     height: 100px;


     border-bottom: 1px solid var(--wk-line-light);
     border-radius: 50%;


     background: var(--wk-soft);
     content: "";
    opacity: .15;
}


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


     font-size: 1.15em;
.wk-card-green::after {
     font-weight: 700;
     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;
  NAVBOX
    height: 48px;
  ============================================================ */


.navbox {
     margin-bottom: 22px;
     overflow: hidden;


    border: 1px solid var(--wk-line) !important;
     border-radius: 13px;
     border-radius: var(--wk-radius-lg);


     background: var(--wk-white) !important;
     background: var(--wk-bg-soft);


     color: var(--wk-ink);
     font-size: 25px;
}
}


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


.navbox-title {
.wk-card p {
     background: var(--wk-blue-light) !important;
     min-height: 66px;
    margin: 0;
    color: var(--wk-muted);
    font-size: 14px;
    line-height: 1.55;
}


     color: var(--wk-blue-dark) !important;
.wk-card-link {
     margin-top: 18px;
    font-size: 13px;
    font-weight: 800;
}


    font-weight: 700;
}


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


.navbox-group {
.wk-feature-grid {
     background: var(--wk-soft) !important;
     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 {
  MINIATURES / IMAGES
    display: grid;
  ============================================================ */
    grid-template-columns: 1.2fr 1fr;
    overflow: hidden;
}


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


     border: 1px solid var(--wk-line-light);
.wk-feature-image img {
     width: 100%;
    height: 100%;
    object-fit: cover;
}


    border-radius: var(--wk-radius-md);
.wk-feature-content {
    padding: 38px;
}


     background: var(--wk-soft);
.wk-feature-content h2 {
     margin: 15px 0;
    font-size: 30px;
}


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


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


.mw-parser-output .thumbimage {
.wk-feature-side {
     border: 0;
     display: flex;
    flex-direction: column;
}
}


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


.mw-parser-output .thumbcaption {
.wk-mini-feature:last-child {
     padding: 8px 10px;
     border-bottom: 0;
}


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


     font-size: 12px;
.wk-badge {
     line-height: 1.45;
    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 {
  TABLES WIKITABLE
    color: var(--wk-green);
  ============================================================ */
    background: var(--wk-green-light);
}


.mw-parser-output table.wikitable {
.wk-badge-gold {
     overflow: hidden;
     color: #926500;
    background: var(--wk-gold-light);
}


     border: 1px solid var(--wk-line);
.wk-badge-red {
     border-collapse: separate;
     color: var(--wk-red);
    border-spacing: 0;
     background: var(--wk-red-light);
}


    border-radius: var(--wk-radius-lg);


    background: var(--wk-white);
/* ------------------------------------------------------------
  PERSONNALITÉS
------------------------------------------------------------ */


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


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


.mw-parser-output .wikitable > tr > th,
     padding: 22px;
.mw-parser-output .wikitable > * > tr > th {
     padding: 10px 12px;


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


     background: var(--wk-soft);
     background: white;
}


    color: var(--wk-ink);
.wk-person-icon {
    font-size: 27px;
}


     font-weight: 700;
.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;
}
}




.mw-parser-output .wikitable > tr > td,
/* ------------------------------------------------------------
.mw-parser-output .wikitable > * > tr > td {
  PANELS
    padding: 10px 12px;
------------------------------------------------------------ */


     border-color: var(--wk-line-light);
.wk-split-section {
     display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;


     background: var(--wk-white);
     margin-top: 20px;
}
}


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


/* ============================================================
.wk-panel-title {
  BOUTONS PERSONNALISÉS
    display: flex;
  ============================================================ */
    align-items: center;
    gap: 16px;
    padding: 28px;
    border-bottom: 1px solid var(--wk-border);
}


.wk-button {
.wk-panel-title h2 {
     display: inline-flex;
     margin: 3px 0 0;
 
}
    min-height: 36px;


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


     padding: 7px 15px;
    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;
}


     border: 1px solid var(--wk-blue);
.wk-link-list > span {
     border-radius: var(--wk-radius-md);
     display: block;
     padding: 0 25px 15px;


     background: var(--wk-blue);
    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;
}


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


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


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


     transition:
     margin-top: 35px;
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}
}


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


.wk-button:hover {
    border: 1px solid rgba(255,255,255,.13);
     border-color: var(--wk-blue-dark);
     border-radius: 15px;


     background: var(--wk-blue-dark);
     background: rgba(255,255,255,.055);
}


     color: #ffffff !important;
.wk-dark-card:hover {
     background: rgba(255,255,255,.09);
}


     box-shadow: var(--wk-shadow-sm);
.wk-dark-card h3 {
     margin: 15px 0 8px;
    font-size: 20px;
}


     transform: translateY(-1px);
.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 {
  BOUTON SECONDAIRE
    margin-top: 25px;
  ============================================================ */
    padding: 15px 20px;


.wk-button-secondary {
     border-left: 3px solid var(--wk-gold);
     border-color: var(--wk-line);
    border-radius: 5px;


     background: var(--wk-white);
     background: rgba(255,255,255,.06);


     color: var(--wk-blue) !important;
     color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1.6;
}
}




.wk-button-secondary:hover {
/* ------------------------------------------------------------
    border-color: var(--wk-blue);
  TIMELINE
------------------------------------------------------------ */


     background: var(--wk-blue-light);
.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;


     color: var(--wk-blue-dark) !important;
     padding: 0 0 27px;
}
}


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


/* ============================================================
    width: 14px;
  BOUTON VERT
    height: 14px;
  ============================================================ */


.wk-button-green {
    border: 3px solid #fff;
     border-color: var(--wk-green);
     border-radius: 50%;


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


     color: #ffffff !important;
    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);
}


.wk-button-green:hover {
    border-color: #0e6338;


    background: #0e6338;
/* ------------------------------------------------------------
  ECONOMIE
------------------------------------------------------------ */


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


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


/* ============================================================
    border: 1px solid var(--wk-border);
  BOÎTE D'INFORMATION
    border-radius: var(--wk-radius-small);
  ============================================================ */


.wk-box {
     background:
     margin: 18px 0;
        linear-gradient(145deg, #fff, #f8fbf9);
}


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


    border: 1px solid var(--wk-line-light);
.wk-economy-card h3 {
     border-radius: var(--wk-radius-lg);
     margin: 13px 0 5px;
}


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




.wk-box-blue {
/* ------------------------------------------------------------
    border-left: 4px solid var(--wk-blue);
  VILLAGES
------------------------------------------------------------ */


     background: var(--wk-blue-light);
.wk-villages {
}
     display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 40px;


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


.wk-box-green {
     border-radius: 24px;
     border-left: 4px solid var(--wk-green);


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


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


.wk-box-gold {
.wk-villages-heading p {
     border-left: 4px solid var(--wk-gold);
     color: #526c5e;
    line-height: 1.6;
}


     background: var(--wk-gold-light);
.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);
  CATÉGORIES
}
  ============================================================ */
 
.wk-village-list strong,
.wk-village-list span {
    display: block;
}


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


    padding: 16px 18px;


    border: 1px solid var(--wk-line-light);
/* ------------------------------------------------------------
    border-radius: var(--wk-radius-lg);
  CULTURE
------------------------------------------------------------ */


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


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


#catlinks a {
    border: 1px solid var(--wk-border);
     color: var(--wk-blue);
     border-radius: var(--wk-radius-small);
 
    background: #fff;
 
    text-align: center;
}
}


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


/* ============================================================
.wk-culture-symbol {
  TABLE DES MATIÈRES
    margin-bottom: 10px;
  ============================================================ */
    font-size: 28px;
}


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




.vector-toc a {
/* ------------------------------------------------------------
     border-radius: var(--wk-radius-sm);
  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;
}


.vector-toc a:hover {
.wk-contribute p {
     background: var(--wk-soft);
    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 {
  MESSAGES MEDIAWIKI
    color: var(--wk-blue) !important;
  ============================================================ */
    background: #fff;
}


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




/* ============================================================
/* ------------------------------------------------------------
   CODE / PRE
   TOOLS
  ============================================================ */
------------------------------------------------------------ */
 
.wk-tools {
    display: grid;
    grid-template-columns: repeat(4, 1fr);


.mw-parser-output code {
    margin-top: 30px;
    padding: 2px 5px;


     border: 1px solid var(--wk-line-light);
     overflow: hidden;
    border-radius: 4px;


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


     color: #b32424;
     background: white;
}
}


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


.mw-parser-output pre {
.wk-tools > div:last-child {
     padding: 16px;
     border-right: 0;
}


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


    border: 1px solid var(--wk-line-light);
.wk-tools span {
     border-radius: var(--wk-radius-lg);
    margin-bottom: 8px;
     font-size: 23px;
}


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




/* ============================================================
/* ------------------------------------------------------------
   STYLE ARRONDI OPTIONNEL
   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-rounded {
.wk-home-footer strong {
     border-radius: var(--wk-radius-xl) !important;
     display: block;
    margin-bottom: 8px;
    color: var(--wk-navy);
    font-size: 16px;
}
}




/* ============================================================
/* ============================================================
   STYLE SANS OMBRE
   TABLET
   ============================================================ */
   ============================================================ */


.wk-flat {
@media (max-width: 1100px) {
     box-shadow: none !important;
 
    .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;
    }
 
}
}


Ligne 498 : Ligne 1 019 :
   ============================================================ */
   ============================================================ */


@media (max-width: 720px) {
@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-card,
     .wk-village-list {
    .infobox,
         grid-template-columns: 1fr;
    .navbox {
         border-radius: var(--wk-radius-md);
     }
     }


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


     .wk-button {
     .wk-contribute-symbol {
         min-height: 38px;
         display: none;
    }


         padding: 8px 14px;
    .wk-tools {
         grid-template-columns: 1fr 1fr;
     }
     }


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


     .mw-parser-output table.wikitable {
     .wk-intro,
         font-size: 12px;
    .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)
  }

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)
  }