« 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
 
(12 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* ============================================================
/* ============================================================
   WikiKabylie Common.css nettoyé
   WIKIKABYLIE PAGE D'ACCUEIL
  Version moderne unique — Vector 2022
  Anciennes règles du HERO supprimées pour éviter les conflits
   ============================================================ */
   ============================================================ */


/* ============================================================
:root {
  WikiKabylie — Homepage UI
    --wk-blue: #0757a6;
  Modern editorial design / Vector 2022 friendly
    --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;


:root {
    --wk-bg: #ffffff;
  --wk-blue: #0b5fa8;
    --wk-bg-soft: #f7f9fb;
  --wk-blue-deep: #083b68;
  --wk-green: #258052;
  --wk-green-deep: #195e3c;
  --wk-gold: #d49a1f;
  --wk-red: #c95b3c;


  --wk-ink: #13283d;
    --wk-radius: 18px;
  --wk-text: #33495d;
    --wk-radius-small: 12px;
  --wk-muted: #718091;
  --wk-line: #e5e9ee;
  --wk-soft: #f6f8fa;
  --wk-white: #fff;


  --wk-radius-xl: 28px;
    --wk-shadow:
  --wk-radius-lg: 20px;
        0 8px 28px rgba(17, 42, 70, 0.08);
  --wk-radius-md: 14px;
  --wk-shadow: 0 16px 50px rgba(25, 47, 71, .08);
}
}


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


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


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


Ligne 53 : Ligne 63 :
.wk-home h2,
.wk-home h2,
.wk-home h3 {
.wk-home h3 {
  margin-top: 0;
    color: var(--wk-navy);
  color: var(--wk-ink);
    font-family: Georgia, "Times New Roman", serif;
  font-family: Georgia, "Times New Roman", serif;
}
  letter-spacing: -.02em;
 
 
/* ------------------------------------------------------------
  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-home p {
.wk-hero-content {
  margin-top: 0;
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 68px 70px 100px;
}
}


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


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


.wk-soft-section {
.wk-hero-title {
  margin-top: 72px;
    color: var(--wk-navy);
  padding: 68px 28px 32px;
    font-family: Georgia, serif;
  border: 1px solid #edf0f3;
    font-size: clamp(38px, 5vw, 64px);
  border-radius: var(--wk-radius-xl);
    font-weight: 700;
  background: linear-gradient(180deg, #fbfcfd, #f6f8fa);
    line-height: 1.04;
    letter-spacing: -1.5px;
}
}


/* ---- Hero -------------------------------------------------- */
.wk-hero-content p {
.wk-hero {
    max-width: 550px;
  position: relative;
    margin: 24px 0;
  min-height: 590px;
    color: #34485d;
  overflow: hidden;
    font-size: 17px;
  border-radius: 0 0 var(--wk-radius-xl) var(--wk-radius-xl);
     line-height: 1.65;
  background:
     linear-gradient(90deg,
      rgba(246, 250, 253, .99) 0%,
      rgba(246, 250, 253, .96) 35%,
      rgba(246, 250, 253, .70) 51%,
      rgba(8, 39, 64, .10) 73%,
      rgba(8, 39, 64, .26) 100%),
    url("/images/Kabylie-paysage.jpg") center 43% / cover no-repeat;
  box-shadow: 0 18px 55px rgba(17, 44, 70, .10);
}
}


.wk-hero::after {
.wk-actions {
  position: absolute;
    display: flex;
  inset: 0;
    flex-wrap: wrap;
  pointer-events: none;
    gap: 12px;
  content: "";
     margin-top: 28px;
  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-btn {
  position: relative;
    display: inline-flex;
  z-index: 1;
    align-items: center;
  display: flex;
    min-height: 46px;
  min-height: 590px;
    padding: 0 22px;
  flex-direction: column;
    border-radius: 10px;
  justify-content: space-between;
    font-weight: 700;
}
}


.wk-hero-copy {
.wk-btn a {
  width: min(670px, 70%);
    color: inherit !important;
  padding: 82px 72px 40px;
}
}


.wk-eyebrow,
.wk-btn-primary {
.wk-kicker {
    color: #fff;
  display: inline-block;
    background: var(--wk-blue);
  color: var(--wk-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
}


.wk-hero h1 {
.wk-btn-primary:hover {
  margin: 17px 0 8px;
    background: var(--wk-blue-dark);
  color: var(--wk-blue-deep);
    transform: translateY(-1px);
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.015em;
}
}


.wk-hero-title {
.wk-btn-secondary {
  max-width: 630px;
    color: var(--wk-blue);
  color: #102840;
    border: 1px solid rgba(7,87,166,.22);
  font-family: Georgia, "Times New Roman", serif;
    background: rgba(255,255,255,.80);
  font-size: clamp(42px, 5.6vw, 72px);
    backdrop-filter: blur(10px);
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: -.045em;
}
}


.wk-hero-lead {
 
  max-width: 610px;
/* ------------------------------------------------------------
  margin: 24px 0 0;
  HERO STATS
  color: #3d5062;
------------------------------------------------------------ */
  font-size: 17px;
 
  line-height: 1.7;
.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-actions {
.wk-hero-facts div {
  display: flex;
    min-width: 130px;
  flex-wrap: wrap;
    padding: 15px 24px;
  gap: 10px;
    border-right: 1px solid var(--wk-border);
  margin-top: 28px;
}
}


.wk-btn {
.wk-hero-facts strong {
  display: inline-flex;
    display: block;
  min-height: 46px;
    color: var(--wk-navy);
  align-items: center;
    font-size: 21px;
  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-hero-facts span {
  color: inherit !important;
    color: var(--wk-muted);
    font-size: 12px;
}
}


.wk-btn:hover {
 
  transform: translateY(-2px);
/* ------------------------------------------------------------
  INTRO / HEADINGS
------------------------------------------------------------ */
 
.wk-intro,
.wk-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
 
    padding: 60px 12px 24px;
}
}


.wk-btn-primary {
.wk-intro h2,
  color: #fff;
.wk-section-header h2 {
  background: var(--wk-blue);
    margin: 5px 0 7px;
  box-shadow: 0 8px 24px rgba(11,95,168,.20);
    font-size: 31px;
}
}


.wk-btn-soft {
.wk-intro p,
  color: var(--wk-blue-deep);
.wk-section-header p {
  border: 1px solid rgba(11,95,168,.16);
    max-width: 750px;
  background: rgba(255,255,255,.82);
    margin: 0;
  backdrop-filter: blur(10px);
    color: var(--wk-muted);
    line-height: 1.65;
}
}


.wk-btn-white {
.wk-section-kicker {
  color: var(--wk-blue-deep);
    color: var(--wk-green);
  background: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
}
}


.wk-btn-outline-white {
.wk-section-more,
  color: #fff;
.wk-intro-actions {
  border: 1px solid rgba(255,255,255,.38);
    white-space: nowrap;
  background: rgba(255,255,255,.05);
    font-weight: 700;
}
}


.wk-hero-meta {
 
  display: flex;
/* ------------------------------------------------------------
  flex-wrap: wrap;
  CARDS
  gap: 8px 18px;
------------------------------------------------------------ */
  margin-top: 24px;
 
  color: #617182;
.wk-grid {
  font-size: 12px;
    display: grid;
  font-weight: 650;
    gap: 16px;
}
}


.wk-hero-meta span::before {
.wk-grid-4 {
  display: inline-block;
    grid-template-columns: repeat(4, 1fr);
  width: 6px;
  height: 6px;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background: var(--wk-green);
  content: "";
}
}


.wk-hero-stats {
.wk-card {
  display: grid;
    position: relative;
  width: min(780px, 72%);
    min-height: 225px;
  grid-template-columns: repeat(4, 1fr);
    padding: 26px;
  margin: 0 0 0 48px;
 
  overflow: hidden;
    overflow: hidden;
  border: 1px solid rgba(255,255,255,.74);
 
  border-bottom: 0;
    border: 1px solid var(--wk-border);
  border-radius: 18px 18px 0 0;
    border-radius: var(--wk-radius);
  background: rgba(255,255,255,.92);
 
  box-shadow: 0 -8px 35px rgba(21,45,66,.08);
    background: #fff;
  backdrop-filter: blur(14px);
 
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}
}


.wk-stat {
.wk-card:hover {
  padding: 18px 24px;
    transform: translateY(-4px);
  border-right: 1px solid var(--wk-line);
    box-shadow: var(--wk-shadow);
}
}


.wk-stat:last-child {
.wk-card::after {
  border-right: 0;
    position: absolute;
    right: -30px;
    bottom: -30px;
 
    width: 100px;
    height: 100px;
 
    border-radius: 50%;
 
    content: "";
    opacity: .15;
}
}


.wk-stat strong,
.wk-card-blue::after {
.wk-stat span {
    background: var(--wk-blue);
  display: block;
}
}


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


.wk-stat span {
.wk-card-gold::after {
  margin-top: 2px;
    background: var(--wk-gold);
  color: var(--wk-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
}


/* ---- Section headings ------------------------------------- */
.wk-card-red::after {
.wk-section-heading {
    background: var(--wk-red);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}
}


.wk-section-heading h2 {
.wk-card-icon {
  margin: 7px 0 7px;
    display: flex;
  font-size: clamp(28px, 3.3vw, 42px);
    align-items: center;
  line-height: 1.1;
    justify-content: center;
 
    width: 48px;
    height: 48px;
 
    margin-bottom: 22px;
 
    border-radius: 13px;
 
    background: var(--wk-bg-soft);
 
    font-size: 25px;
}
}


.wk-section-heading p {
.wk-card h3 {
  max-width: 760px;
    margin: 0 0 10px;
  margin-bottom: 0;
    font-size: 21px;
  color: var(--wk-muted);
}
}


.wk-heading-action {
.wk-card p {
  padding-bottom: 5px;
    min-height: 66px;
  white-space: nowrap;
    margin: 0;
  font-size: 13px;
    color: var(--wk-muted);
  font-weight: 750;
    font-size: 14px;
    line-height: 1.55;
}
}


/* ---- Topic cards ------------------------------------------ */
.wk-card-link {
.wk-topic-grid {
    margin-top: 18px;
  display: grid;
    font-size: 13px;
  grid-template-columns: repeat(4, 1fr);
    font-weight: 800;
  gap: 14px;
}
}


.wk-topic-card {
 
  position: relative;
/* ------------------------------------------------------------
  display: grid;
  FEATURE
  min-height: 215px;
------------------------------------------------------------ */
  grid-template-columns: auto 1fr;
 
  gap: 16px;
.wk-feature-grid {
  padding: 24px 24px 20px;
    display: grid;
  overflow: hidden;
    grid-template-columns: 2fr 1fr;
  border: 1px solid var(--wk-line);
    gap: 20px;
  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-feature-main,
  transform: translateY(-4px);
.wk-feature-side {
  border-color: #d5dce3;
    border: 1px solid var(--wk-border);
  box-shadow: var(--wk-shadow);
    border-radius: var(--wk-radius);
    background: #fff;
}
}


.wk-topic-card::after {
.wk-feature-main {
  position: absolute;
    display: grid;
  right: -42px;
    grid-template-columns: 1.2fr 1fr;
  bottom: -42px;
    overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  content: "";
  opacity: .055;
}
}


.wk-accent-blue::after { background: var(--wk-blue); }
.wk-feature-image {
.wk-accent-green::after { background: var(--wk-green); }
    min-height: 390px;
.wk-accent-gold::after { background: var(--wk-gold); }
    overflow: hidden;
.wk-accent-red::after { background: var(--wk-red); }
    background: #e7eef5;
}


.wk-topic-icon {
.wk-feature-image img {
  display: flex;
    width: 100%;
  width: 44px;
    height: 100%;
  height: 44px;
    object-fit: cover;
  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-feature-content {
  display: block;
    padding: 38px;
  margin-bottom: 5px;
  color: var(--wk-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
}


.wk-topic-card h3 {
.wk-feature-content h2 {
  margin-bottom: 9px;
    margin: 15px 0;
  font-size: 19px;
    font-size: 30px;
  line-height: 1.18;
}
}


.wk-topic-card p {
.wk-feature-content p {
  margin-bottom: 0;
    color: var(--wk-muted);
  color: var(--wk-muted);
    line-height: 1.7;
  font-size: 13px;
  line-height: 1.55;
}
}


.wk-topic-arrow {
.wk-feature-link {
  position: absolute;
    margin-top: 28px;
  right: 20px;
    font-weight: 800;
  bottom: 17px;
  font-weight: 800;
}
}


/* ---- Editorial / feature --------------------------------- */
.wk-feature-side {
.wk-editorial-grid {
    display: flex;
  display: grid;
    flex-direction: column;
  grid-template-columns: minmax(0, 1.75fr) minmax(310px, .75fr);
  gap: 16px;
}
}


.wk-feature {
.wk-mini-feature {
  display: grid;
    flex: 1;
  min-height: 510px;
    padding: 27px;
  grid-template-rows: 1.18fr .82fr;
    border-bottom: 1px solid var(--wk-border);
  overflow: hidden;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-radius-xl);
  background: #fff;
}
}


.wk-feature-media {
.wk-mini-feature:last-child {
  min-height: 300px;
    border-bottom: 0;
  overflow: hidden;
  background: #e9eef2;
}
}


.wk-feature-media .mw-file-element,
.wk-mini-feature h3 {
.wk-feature-media img {
    margin: 12px 0 6px;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
}


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


.wk-feature-copy h2 {
.wk-badge {
  margin: 12px 0 10px;
    display: inline-block;
  font-size: 34px;
    padding: 5px 9px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}
}


.wk-feature-copy p {
.wk-badge-blue {
  max-width: 760px;
    color: var(--wk-blue);
  color: var(--wk-muted);
    background: var(--wk-blue-light);
}
}


.wk-pill {
.wk-badge-green {
  display: inline-block;
    color: var(--wk-green);
  padding: 5px 8px;
    background: var(--wk-green-light);
  border-radius: 6px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
}
}


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


.wk-text-link {
.wk-badge-red {
  margin-top: 16px;
    color: var(--wk-red);
  font-size: 13px;
    background: var(--wk-red-light);
  font-weight: 800;
}
}


.wk-news-stack {
 
  display: grid;
/* ------------------------------------------------------------
  gap: 14px;
  PERSONNALITÉS
------------------------------------------------------------ */
 
.wk-person-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
}


.wk-news-card {
.wk-person-cat {
  padding: 24px;
    display: flex;
  border: 1px solid var(--wk-line);
    gap: 15px;
  border-radius: var(--wk-radius-lg);
    align-items: flex-start;
  background: #fff;
 
    padding: 22px;
 
    border: 1px solid var(--wk-border);
    border-radius: var(--wk-radius-small);
 
    background: white;
}
}


.wk-news-card h3 {
.wk-person-icon {
  margin: 12px 0 8px;
    font-size: 27px;
  font-size: 20px;
}
}


.wk-news-card p {
.wk-person-cat h3 {
  margin-bottom: 10px;
    margin: 0 0 6px;
  color: var(--wk-muted);
  font-size: 13px;
}
}


/* ---- Portraits ------------------------------------------- */
.wk-person-cat p {
.wk-portrait-grid {
    margin: 0;
  display: grid;
    color: var(--wk-muted);
  grid-template-columns: repeat(3, 1fr);
    font-size: 13px;
  gap: 12px;
    line-height: 1.5;
}
}


.wk-portrait-card {
 
  display: flex;
/* ------------------------------------------------------------
  min-height: 145px;
  PANELS
  gap: 15px;
------------------------------------------------------------ */
  align-items: center;
 
  padding: 20px;
.wk-split-section {
  border: 1px solid var(--wk-line);
    display: grid;
  border-radius: var(--wk-radius-lg);
    grid-template-columns: 1fr 1fr;
  background: #fff;
    gap: 20px;
 
    margin-top: 20px;
}
}


.wk-avatar {
.wk-panel {
  display: flex;
    overflow: hidden;
  width: 52px;
    border: 1px solid var(--wk-border);
  height: 52px;
    border-radius: var(--wk-radius);
  flex: 0 0 52px;
    background: #fff;
  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-panel-title {
.wk-avatar-green { color: var(--wk-green-deep); background: #ebf6ef; }
    display: flex;
.wk-avatar-gold { color: #8a6111; background: #fff5d8; }
    align-items: center;
.wk-avatar-red { color: #9b432d; background: #fff0eb; }
    gap: 16px;
    padding: 28px;
    border-bottom: 1px solid var(--wk-border);
}


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


.wk-portrait-card h3 {
.wk-panel-icon {
  margin-bottom: 4px;
    display: flex;
  font-size: 19px;
    align-items: center;
    justify-content: center;
 
    width: 48px;
    height: 48px;
 
    border-radius: 50%;
 
    font-size: 22px;
}
}


.wk-portrait-card p {
.wk-panel-icon.blue {
  margin-bottom: 0;
    background: var(--wk-blue-light);
  color: var(--wk-muted);
  font-size: 12px;
}
}


.wk-category-strip {
.wk-panel-icon.green {
  display: grid;
    background: var(--wk-green-light);
  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-link-list > a {
  padding: 14px 12px;
    display: block;
  border-right: 1px solid var(--wk-line);
    padding: 17px 25px 2px;
  text-align: center;
    font-weight: 800;
  font-size: 12px;
  font-weight: 750;
}
}


.wk-category-strip div:last-child {
.wk-link-list > span {
  border-right: 0;
    display: block;
    padding: 0 25px 15px;
 
    border-bottom: 1px solid #f0f2f4;
 
    color: var(--wk-muted);
    font-size: 12px;
}
}


/* ---- Dark politics --------------------------------------- */
.wk-panel-footer {
.wk-dark-section {
    padding: 18px 25px;
  position: relative;
    background: var(--wk-bg-soft);
  margin: 76px 20px 0;
     font-weight: 800;
  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-dark-section h3 {
/* ------------------------------------------------------------
  color: #fff;
  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-kicker-light {
.wk-politics h2,
  color: #8bd7ad;
.wk-politics h3 {
    color: #fff;
}
}


.wk-dark-head {
.wk-politics-header {
  display: flex;
    display: flex;
  justify-content: space-between;
    justify-content: space-between;
  gap: 40px;
    gap: 50px;
  margin-bottom: 28px;
}
}


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


.wk-dark-head p {
.wk-politics-symbol {
  max-width: 820px;
    color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.68);
    font-size: 100px;
    font-weight: bold;
}
}


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


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


.wk-dark-card {
.wk-dark-card {
  position: relative;
    min-height: 225px;
  min-height: 245px;
    padding: 24px;
  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 {
    border: 1px solid rgba(255,255,255,.13);
  transform: translateY(-3px);
    border-radius: 15px;
  background: rgba(255,255,255,.075);
}


.wk-dark-index {
    background: rgba(255,255,255,.055);
  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 {
.wk-dark-card:hover {
  display: block;
    background: rgba(255,255,255,.09);
  margin-bottom: 18px;
  color: #8bd7ad;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
}
}


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


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


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


.wk-editorial-note {
.wk-dark-icon {
  margin-top: 18px;
    font-size: 26px;
  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-neutrality-note {
.wk-history {
    margin-top: 25px;
  border-top: 1px solid var(--wk-line);
    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;
}
}


.wk-history-item {
 
  display: grid;
/* ------------------------------------------------------------
  grid-template-columns: 115px 22px 1fr;
  TIMELINE
  gap: 16px;
------------------------------------------------------------ */
  align-items: stretch;
 
  min-height: 115px;
.wk-timeline {
  padding: 22px 0;
    border-left: 2px solid #dfe5e9;
  border-bottom: 1px solid var(--wk-line);
    margin-left: 28px;
    padding-left: 35px;
}
}


.wk-history-date {
.wk-timeline-item {
  color: var(--wk-green);
    position: relative;
  font-family: Georgia, "Times New Roman", serif;
 
  font-size: 18px;
    display: grid;
  font-weight: 700;
    grid-template-columns: 100px 1fr;
    gap: 20px;
 
    padding: 0 0 27px;
}
}


.wk-history-line {
.wk-timeline-item::before {
  position: relative;
    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-history-line::before {
.wk-timeline-item > span {
  position: absolute;
    color: var(--wk-green);
  top: 5px;
    font-weight: 800;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wk-green);
  box-shadow: 0 0 0 5px #eaf5ef;
  content: "";
}
}


.wk-history-line::after {
.wk-timeline-item h3 {
  position: absolute;
    margin: 0 0 6px;
  top: 20px;
  bottom: -28px;
  left: 10px;
  width: 1px;
  background: #dfe6e1;
  content: "";
}
}


.wk-history-item:last-child .wk-history-line::after {
.wk-timeline-item p {
  display: none;
    margin: 0;
    color: var(--wk-muted);
}
}


.wk-history-copy h3 {
  margin-bottom: 6px;
  font-size: 21px;
}


.wk-history-copy p {
/* ------------------------------------------------------------
  margin-bottom: 0;
  ECONOMIE
  color: var(--wk-muted);
------------------------------------------------------------ */
  font-size: 13px;
}


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


.wk-economy-card {
.wk-economy-card {
  min-height: 185px;
    padding: 26px;
  padding: 24px;
 
  border: 1px solid var(--wk-line);
    border: 1px solid var(--wk-border);
  border-radius: var(--wk-radius-lg);
    border-radius: var(--wk-radius-small);
  background: #fff;
 
    background:
        linear-gradient(145deg, #fff, #f8fbf9);
}
}


.wk-economy-num {
.wk-economy-card > span {
  display: block;
    font-size: 28px;
  margin-bottom: 24px;
  color: #a8b4bf;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
}
}


.wk-economy-card h3 {
.wk-economy-card h3 {
  margin-bottom: 8px;
    margin: 13px 0 5px;
  font-size: 20px;
}
}


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


/* ---- Villages -------------------------------------------- */
 
.wk-village-shell {
/* ------------------------------------------------------------
  display: grid;
  VILLAGES
  grid-template-columns: .9fr 1.1fr;
------------------------------------------------------------ */
  gap: 38px;
 
  padding: 42px;
.wk-villages {
  border: 1px solid #dcebe2;
    display: grid;
  border-radius: var(--wk-radius-xl);
    grid-template-columns: 1fr 1.6fr;
  background:
    gap: 40px;
    linear-gradient(145deg, #f2f8f4, #f8fbf9 58%, #fff 100%);
 
    margin-top: 65px;
    padding: 45px;
 
    border-radius: 24px;
 
    background: var(--wk-green-light);
}
}


.wk-village-intro h2 {
.wk-villages-heading h2 {
  margin: 8px 0 12px;
    margin: 5px 0 10px;
  font-size: 38px;
}
}


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


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


.wk-place-card {
.wk-village-list div {
  padding: 18px;
    padding: 16px;
  border: 1px solid rgba(37,128,82,.13);
 
  border-radius: var(--wk-radius-md);
    border: 1px solid rgba(22,131,75,.13);
  background: rgba(255,255,255,.86);
    border-radius: 10px;
 
    background: rgba(255,255,255,.80);
}
}


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


.wk-place-card span {
.wk-village-list span {
  margin-bottom: 6px;
    margin-top: 3px;
  color: var(--wk-muted);
    color: var(--wk-muted);
  font-size: 10px;
    font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
}


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


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


.wk-culture-card {
.wk-culture-card {
  min-height: 180px;
    padding: 20px 10px;
  padding: 22px;
 
  border: 1px solid var(--wk-line);
    border: 1px solid var(--wk-border);
  border-radius: var(--wk-radius-lg);
    border-radius: var(--wk-radius-small);
  background: #fff;
 
    background: #fff;
 
    text-align: center;
}
}


.wk-culture-card > span {
.wk-culture-card:hover {
  display: inline-flex;
    box-shadow: var(--wk-shadow);
  min-width: 34px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 850;
}
}


.wk-culture-blue > span { color: var(--wk-blue); background: #eaf4fb; }
.wk-culture-symbol {
.wk-culture-green > span { color: var(--wk-green-deep); background: #ebf6ef; }
    margin-bottom: 10px;
.wk-culture-gold > span { color: #8a6111; background: #fff5d8; }
    font-size: 28px;
.wk-culture-red > span { color: #9b432d; background: #fff0eb; }
}


.wk-culture-card h3 {
.wk-culture-card h3 {
  margin: 21px 0 8px;
    margin: 0;
  font-size: 21px;
    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-culture-card p {
.wk-tools > div {
  margin-bottom: 0;
    padding: 22px;
  color: var(--wk-muted);
    border-right: 1px solid var(--wk-border);
  font-size: 12px;
}
 
.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;
    }
 
}
}


/* ---- Contribute ------------------------------------------ */
 
.wk-contribute {
 
 
 
 
 
 
 
 
 
 
 
 
/* ============================================================
  WikiKabylie — Section Personnalités
  À ajouter à MediaWiki:Common.css
  ============================================================ */
 
.wk-people-hero {
   position: relative;
   position: relative;
   display: flex;
   display: flex;
   gap: 36px;
   min-height: 410px;
   align-items: center;
   align-items: center;
   margin: 78px 20px 0;
   justify-content: space-between;
   padding: 52px;
   gap: 40px;
   overflow: hidden;
   overflow: hidden;
   border-radius: var(--wk-radius-xl);
  padding: 62px 68px;
  border: 1px solid #e4e9ee;
   border-radius: 0 0 28px 28px;
   background:
   background:
     radial-gradient(circle at 10% 10%, rgba(255,255,255,.10), transparent 25%),
     radial-gradient(circle at 90% 20%, rgba(212,154,31,.14), transparent 24%),
     linear-gradient(115deg, var(--wk-blue-deep), var(--wk-blue));
     radial-gradient(circle at 75% 90%, rgba(37,128,82,.10), transparent 28%),
  color: rgba(255,255,255,.84);
    linear-gradient(135deg, #f8fbfd, #fff);
}
}


.wk-contribute-mark {
.wk-people-hero::before {
   color: rgba(255,255,255,.13);
   position: absolute;
   font-family: Georgia, "Times New Roman", serif;
  top: -100px;
  font-size: 120px;
  right: -80px;
   font-weight: 800;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(11,95,168,.08);
   border-radius: 50%;
   content: "";
}
}


.wk-contribute-copy h2 {
.wk-people-hero-copy {
  position: relative;
  z-index: 2;
   max-width: 760px;
   max-width: 760px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
}
}


.wk-contribute-copy p {
.wk-people-hero h1 {
   max-width: 760px;
  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;
}
}


/* ---- Tools ----------------------------------------------- */
.wk-people-stats {
.wk-tools {
   display: grid;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-template-columns: repeat(4, 1fr);
  margin: 22px 20px 0;
   overflow: hidden;
   overflow: hidden;
   border: 1px solid var(--wk-line);
   border: 1px solid var(--wk-line);
Ligne 908 : Ligne 1 208 :
}
}


.wk-tool-card {
.wk-people-stats > div {
  min-height: 112px;
   padding: 22px 24px;
   padding: 20px;
   border-right: 1px solid var(--wk-line);
   border-right: 1px solid var(--wk-line);
}
}


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


.wk-tool-index,
.wk-people-stats strong,
.wk-tool-card strong,
.wk-people-stats span {
.wk-tool-card small {
   display: block;
   display: block;
}
}


.wk-tool-index {
.wk-people-stats strong {
  margin-bottom: 14px;
  color: #a3aeb8;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
}
 
.wk-tool-card strong {
   color: var(--wk-ink);
   color: var(--wk-ink);
   font-size: 13px;
  font-family: Georgia, "Times New Roman", serif;
   font-size: 24px;
}
}


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


/* ---- Footer ---------------------------------------------- */
.wk-people-highlight {
.wk-home-footer {
   display: grid;
   display: grid;
   grid-template-columns: 2fr 1fr 1fr;
   grid-template-columns: .9fr 1.1fr;
   gap: 54px;
   gap: 36px;
   margin: 70px 20px 0;
   padding: 42px;
   padding: 38px 0 50px;
   border: 1px solid #e8e4da;
   border-top: 1px solid var(--wk-line);
   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);
   color: var(--wk-muted);
  font-size: 12px;
  line-height: 1.8;
}
}


.wk-home-footer strong {
.wk-people-highlight-list {
   display: block;
   display: grid;
   margin-bottom: 8px;
   grid-template-columns: repeat(2, 1fr);
  color: var(--wk-ink);
   gap: 10px;
   font-size: 14px;
}
}


.wk-footer-brand strong {
.wk-people-highlight-list > div {
   color: var(--wk-blue-deep);
   padding: 20px;
   font-family: Georgia, "Times New Roman", serif;
  border: 1px solid rgba(212,154,31,.16);
  font-size: 22px;
  border-radius: var(--wk-radius-md);
   background: rgba(255,255,255,.88);
}
}


/* ---- MediaWiki / Vector 2022 polish ---------------------- */
.wk-people-highlight-list span,
.skin-vector-2022 .mw-page-container {
.wk-people-highlight-list strong {
   max-width: 100%;
   display: block;
}
}


.skin-vector-2022 .mw-content-container {
.wk-people-highlight-list span {
   max-width: none;
  margin-bottom: 6px;
  color: var(--wk-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
   text-transform: uppercase;
}
}


.skin-vector-2022 .mw-body {
.wk-people-highlight-list strong {
   max-width: none;
   font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}
}


.skin-vector-2022 .mw-body-content {
.wk-people-columns {
   max-width: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 14px;
}
}


body.page-Accueil .firstHeading,
.wk-people-list-card {
body.page-Accueil #firstHeading {
  overflow: hidden;
   display: none;
  border: 1px solid var(--wk-line);
  border-radius: var(--wk-radius-lg);
   background: #fff;
}
}


body.page-Accueil .mw-body-content > .mw-parser-output {
.wk-people-list-head {
   margin-top: 0;
  padding: 24px;
  border-bottom: 1px solid var(--wk-line);
   background: #fafbfc;
}
}


/* ---- Tablet ---------------------------------------------- */
.wk-people-list-head span {
@media (max-width: 1180px) {
   color: var(--wk-green);
  .wk-topic-grid { grid-template-columns: repeat(2, 1fr); }
   font-size: 9px;
   .wk-portrait-grid { grid-template-columns: repeat(2, 1fr); }
   font-weight: 850;
  .wk-dark-grid { grid-template-columns: repeat(2, 1fr); }
   letter-spacing: .12em;
  .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 ---------------------------------------------- */
.wk-people-list-head h3 {
@media (max-width: 720px) {
  margin: 6px 0 0;
   .wk-home { font-size: 15px; }
   font-size: 22px;
}


  .wk-section,
.wk-people-list > div {
  .wk-section-tight {
  padding: 15px 22px;
    padding: 52px 12px 0;
   border-bottom: 1px solid #f0f2f4;
   }
}


  .wk-soft-section {
.wk-people-list > div:last-child {
    margin-top: 52px;
  border-bottom: 0;
    padding: 45px 16px 20px;
}
    border-radius: 20px;
  }


  .wk-hero {
.wk-people-list strong,
    min-height: 690px;
.wk-people-list span {
    border-radius: 0 0 20px 20px;
  display: block;
    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-people-list strong {
  font-size: 13px;
}


  .wk-hero-copy {
.wk-people-list span {
    width: 100%;
  margin-top: 2px;
    padding: 48px 22px 30px;
  color: var(--wk-muted);
   }
   font-size: 10px;
}


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


  .wk-hero-lead { font-size: 15px; }
.wk-people-alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


  .wk-hero-meta {
.wk-people-alpha > a {
    display: grid;
  display: inline-flex;
    grid-template-columns: 1fr;
  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-hero-stats {
.wk-people-alpha > a:hover {
    width: calc(100% - 24px);
  transform: translateY(-2px);
    grid-template-columns: repeat(2, 1fr);
  border-color: rgba(11,95,168,.35);
    margin-left: 12px;
  background: #f4f9fd;
    border-radius: 16px 16px 0 0;
   color: var(--wk-blue) !important;
   }
}
 
  .wk-stat {
    padding: 14px 12px;
    border-bottom: 1px solid var(--wk-line);
  }


   .wk-section-heading {
@media (max-width: 1000px) {
     align-items: flex-start;
   .wk-people-columns {
    flex-direction: column;
     grid-template-columns: 1fr 1fr;
    gap: 10px;
   }
   }


   .wk-topic-grid,
   .wk-people-highlight {
  .wk-portrait-grid,
  .wk-dark-grid,
  .wk-economy-grid,
  .wk-culture-grid,
  .wk-village-shell,
  .wk-home-footer {
     grid-template-columns: 1fr;
     grid-template-columns: 1fr;
   }
   }
}


  .wk-topic-card {
@media (max-width: 720px) {
    min-height: 190px;
   .wk-people-hero {
  }
 
   .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)
  }