« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 1 : | Ligne 1 : | ||
/* ============================================================ | /* ============================================================ | ||
WIKIKABYLIE — | WIKIKABYLIE — FEUILLE DE STYLE GLOBALE (ACCUEIL & PERSONNALITÉS) | ||
Fichier : MediaWiki:Common.css | |||
============================================================ */ | ============================================================ */ | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
CONTENEUR PRINCIPAL & BASE | |||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-home { | .wk-home { | ||
max-width: 1500px; | max-width: 1500px; | ||
margin: 0 auto; | margin: 0 auto; | ||
color: | color: #27384a; | ||
font-family: | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | ||
} | } | ||
| Ligne 58 : | Ligne 20 : | ||
.wk-home a { | .wk-home a { | ||
text-decoration: none; | text-decoration: none; | ||
color: #0757a6; | |||
transition: color 0.15s ease; | |||
} | |||
.wk-home a:hover { | |||
text-decoration: underline; | |||
} | } | ||
| Ligne 63 : | Ligne 31 : | ||
.wk-home h2, | .wk-home h2, | ||
.wk-home h3 { | .wk-home h3 { | ||
color: | color: #112a46; | ||
font-family: Georgia, "Times New Roman", serif; | font-family: Georgia, "Times New Roman", serif; | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
HERO | HERO ACCUEIL | ||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-hero { | .wk-hero { | ||
position: relative; | position: relative; | ||
| Ligne 77 : | Ligne 43 : | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 0 0 28px 28px; | border-radius: 0 0 28px 28px; | ||
background: linear-gradient( | |||
background: | 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: 0 8px 28px rgba(17, 42, 70, 0.08); | |||
box-shadow: | |||
} | } | ||
| Ligne 100 : | Ligne 63 : | ||
.wk-eyebrow { | .wk-eyebrow { | ||
margin-bottom: 13px; | margin-bottom: 13px; | ||
color: | color: #16834b; | ||
font-size: 12px; | font-size: 12px; | ||
font-weight: 800; | font-weight: 800; | ||
| Ligne 108 : | Ligne 71 : | ||
.wk-hero h1 { | .wk-hero h1 { | ||
margin: 0 0 8px; | margin: 0 0 8px; | ||
color: | color: #073763; | ||
font-size: 24px; | font-size: 24px; | ||
} | } | ||
.wk-hero-title { | .wk-hero-title { | ||
color: | color: #112a46; | ||
font-family: Georgia, serif; | font-family: Georgia, "Times New Roman", serif; | ||
font-size: | font-size: 52px; | ||
font-weight: 700; | font-weight: 700; | ||
line-height: 1.04; | line-height: 1.04; | ||
| Ligne 150 : | Ligne 113 : | ||
.wk-btn-primary { | .wk-btn-primary { | ||
color: # | color: #ffffff; | ||
background: | background-color: #0757a6; | ||
} | } | ||
.wk-btn-primary:hover { | .wk-btn-primary:hover { | ||
background | background-color: #073763; | ||
} | } | ||
.wk-btn-secondary { | .wk-btn-secondary { | ||
color: | color: #0757a6; | ||
border: 1px solid rgba(7,87,166,.22); | border: 1px solid rgba(7, 87, 166, 0.22); | ||
background: rgba(255,255,255,.80 | background-color: rgba(255, 255, 255, 0.80); | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
HERO STATS | HERO STATS ACCUEIL | ||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-hero-facts { | .wk-hero-facts { | ||
position: absolute; | position: absolute; | ||
| Ligne 176 : | Ligne 135 : | ||
bottom: 0; | bottom: 0; | ||
left: 0; | left: 0; | ||
display: flex; | display: flex; | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 0 15px 0 0; | border-radius: 0 15px 0 0; | ||
background-color: rgba(255, 255, 255, 0.94); | |||
background: rgba(255,255,255,.94 | |||
} | } | ||
| Ligne 190 : | Ligne 144 : | ||
min-width: 130px; | min-width: 130px; | ||
padding: 15px 24px; | padding: 15px 24px; | ||
border-right: 1px solid | border-right: 1px solid #e4e9ed; | ||
} | } | ||
.wk-hero-facts strong { | .wk-hero-facts strong { | ||
display: block; | display: block; | ||
color: | color: #112a46; | ||
font-size: 21px; | font-size: 21px; | ||
} | } | ||
.wk-hero-facts span { | .wk-hero-facts span { | ||
color: | color: #647487; | ||
font-size: 12px; | font-size: 12px; | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
HEADINGS & SECTIONS | |||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-intro, | .wk-intro, | ||
.wk-section-header { | .wk-section-header { | ||
| Ligne 215 : | Ligne 167 : | ||
justify-content: space-between; | justify-content: space-between; | ||
gap: 30px; | gap: 30px; | ||
padding: 60px 12px 24px; | padding: 60px 12px 24px; | ||
} | } | ||
| Ligne 229 : | Ligne 180 : | ||
max-width: 750px; | max-width: 750px; | ||
margin: 0; | margin: 0; | ||
color: | color: #647487; | ||
line-height: 1.65; | line-height: 1.65; | ||
} | } | ||
.wk-section-kicker { | .wk-section-kicker { | ||
color: | color: #16834b; | ||
font-size: 11px; | font-size: 11px; | ||
font-weight: 800; | font-weight: 800; | ||
| Ligne 245 : | Ligne 196 : | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
GRILLES ET CARTES | |||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-grid { | .wk-grid { | ||
display: grid; | display: grid; | ||
| Ligne 264 : | Ligne 213 : | ||
min-height: 225px; | min-height: 225px; | ||
padding: 26px; | padding: 26px; | ||
overflow: hidden; | overflow: hidden; | ||
border: 1px solid #e4e9ed; | |||
border: 1px solid | border-radius: 18px; | ||
border-radius: | background-color: #ffffff; | ||
transition: transform .2s ease, box-shadow .2s ease; | |||
background: # | |||
transition: | |||
} | } | ||
.wk-card:hover { | .wk-card:hover { | ||
transform: translateY(-4px); | transform: translateY(-4px); | ||
box-shadow: | box-shadow: 0 8px 28px rgba(17, 42, 70, 0.08); | ||
} | } | ||
| Ligne 287 : | Ligne 229 : | ||
right: -30px; | right: -30px; | ||
bottom: -30px; | bottom: -30px; | ||
width: 100px; | width: 100px; | ||
height: 100px; | height: 100px; | ||
border-radius: 50%; | border-radius: 50%; | ||
content: ""; | content: ""; | ||
opacity: .15; | opacity: .15; | ||
} | } | ||
.wk-card-blue::after { | .wk-card-blue::after { background-color: #0757a6; } | ||
.wk-card-green::after { background-color: #16834b; } | |||
} | .wk-card-gold::after { background-color: #e7a617; } | ||
.wk-card-red::after { background-color: #c95532; } | |||
.wk-card-green::after { | |||
} | |||
.wk-card-gold::after { | |||
} | |||
.wk-card-red::after { | |||
} | |||
.wk-card-icon { | .wk-card-icon { | ||
| Ligne 317 : | Ligne 245 : | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
width: 48px; | width: 48px; | ||
height: 48px; | height: 48px; | ||
margin-bottom: 22px; | margin-bottom: 22px; | ||
border-radius: 13px; | border-radius: 13px; | ||
background-color: #f7f9fb; | |||
background: | |||
font-size: 25px; | font-size: 25px; | ||
} | } | ||
| Ligne 338 : | Ligne 261 : | ||
min-height: 66px; | min-height: 66px; | ||
margin: 0; | margin: 0; | ||
color: | color: #647487; | ||
font-size: 14px; | font-size: 14px; | ||
line-height: 1.55; | line-height: 1.55; | ||
| Ligne 348 : | Ligne 271 : | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
FEATURE | BLOCS EN VEDETTE (FEATURE) | ||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-feature-grid { | .wk-feature-grid { | ||
display: grid; | display: grid; | ||
| Ligne 362 : | Ligne 283 : | ||
.wk-feature-main, | .wk-feature-main, | ||
.wk-feature-side { | .wk-feature-side { | ||
border: 1px solid | border: 1px solid #e4e9ed; | ||
border-radius: | border-radius: 18px; | ||
background: # | background-color: #ffffff; | ||
} | } | ||
| Ligne 376 : | Ligne 297 : | ||
min-height: 390px; | min-height: 390px; | ||
overflow: hidden; | overflow: hidden; | ||
background: #e7eef5; | background-color: #e7eef5; | ||
} | } | ||
| Ligne 395 : | Ligne 316 : | ||
.wk-feature-content p { | .wk-feature-content p { | ||
color: | color: #647487; | ||
line-height: 1.7; | line-height: 1.7; | ||
} | } | ||
| Ligne 412 : | Ligne 333 : | ||
flex: 1; | flex: 1; | ||
padding: 27px; | padding: 27px; | ||
border-bottom: 1px solid | border-bottom: 1px solid #e4e9ed; | ||
} | } | ||
| Ligne 424 : | Ligne 345 : | ||
.wk-mini-feature p { | .wk-mini-feature p { | ||
color: | color: #647487; | ||
font-size: 13px; | font-size: 13px; | ||
line-height: 1.5; | line-height: 1.5; | ||
| Ligne 438 : | Ligne 359 : | ||
} | } | ||
.wk-badge-blue { | .wk-badge-blue { color: #0757a6; background-color: #eaf4fc; } | ||
.wk-badge-green { color: #16834b; background-color: #eaf7ef; } | |||
.wk-badge-gold { color: #926500; background-color: #fff7df; } | |||
} | .wk-badge-red { color: #c95532; background-color: #fff0eb; } | ||
.wk-badge-green { | |||
} | |||
.wk-badge-gold { | |||
} | |||
.wk-badge-red { | |||
} | |||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
PANNEAUX SÉPARÉS | |||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-split-section { | .wk-split-section { | ||
display: grid; | display: grid; | ||
grid-template-columns: 1fr 1fr; | grid-template-columns: 1fr 1fr; | ||
gap: 20px; | gap: 20px; | ||
margin-top: 20px; | margin-top: 20px; | ||
} | } | ||
| Ligne 512 : | Ligne 376 : | ||
.wk-panel { | .wk-panel { | ||
overflow: hidden; | overflow: hidden; | ||
border: 1px solid | border: 1px solid #e4e9ed; | ||
border-radius: | border-radius: 18px; | ||
background: # | background-color: #ffffff; | ||
} | } | ||
| Ligne 522 : | Ligne 386 : | ||
gap: 16px; | gap: 16px; | ||
padding: 28px; | padding: 28px; | ||
border-bottom: 1px solid | border-bottom: 1px solid #e4e9ed; | ||
} | } | ||
| Ligne 533 : | Ligne 397 : | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
width: 48px; | width: 48px; | ||
height: 48px; | height: 48px; | ||
border-radius: 50%; | border-radius: 50%; | ||
font-size: 22px; | font-size: 22px; | ||
} | } | ||
.wk-panel-icon.blue { | .wk-panel-icon.blue { background-color: #eaf4fc; } | ||
.wk-panel-icon.green { background-color: #eaf7ef; } | |||
} | |||
.wk-panel-icon.green { | |||
} | |||
.wk-link-list > a { | .wk-link-list > a { | ||
| Ligne 559 : | Ligne 415 : | ||
display: block; | display: block; | ||
padding: 0 25px 15px; | padding: 0 25px 15px; | ||
border-bottom: 1px solid #f0f2f4; | border-bottom: 1px solid #f0f2f4; | ||
color: #647487; | |||
color: | |||
font-size: 12px; | font-size: 12px; | ||
} | } | ||
| Ligne 568 : | Ligne 422 : | ||
.wk-panel-footer { | .wk-panel-footer { | ||
padding: 18px 25px; | padding: 18px 25px; | ||
background: | background-color: #f7f9fb; | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
POLITIQUE | SECTION POLITIQUE | ||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-politics { | .wk-politics { | ||
margin-top: 65px; | margin-top: 65px; | ||
padding: 48px; | padding: 48px; | ||
border-radius: 26px; | border-radius: 26px; | ||
color: rgba(255, 255, 255, 0.85); | |||
color: rgba(255,255,255,.85); | background: radial-gradient( | ||
circle at 90% 10%, | |||
background: | rgba(32, 142, 91, 0.28), | ||
transparent 28% | |||
), | |||
linear-gradient( | |||
135deg, | |||
#102c47, | |||
#071d31 | |||
); | |||
} | } | ||
.wk-politics h2, | .wk-politics h2, | ||
.wk-politics h3 { | .wk-politics h3 { | ||
color: # | color: #ffffff; | ||
} | } | ||
| Ligne 615 : | Ligne 463 : | ||
.wk-politics-symbol { | .wk-politics-symbol { | ||
color: rgba(255,255,255,.12); | color: rgba(255, 255, 255, 0.12); | ||
font-size: 100px; | font-size: 100px; | ||
font-weight: bold; | font-weight: bold; | ||
| Ligne 628 : | Ligne 476 : | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
gap: 15px; | gap: 15px; | ||
margin-top: 35px; | margin-top: 35px; | ||
} | } | ||
| Ligne 635 : | Ligne 482 : | ||
min-height: 225px; | min-height: 225px; | ||
padding: 24px; | padding: 24px; | ||
border: 1px solid rgba(255, 255, 255, 0.13); | |||
border: 1px solid rgba(255,255,255,.13); | |||
border-radius: 15px; | border-radius: 15px; | ||
background-color: rgba(255, 255, 255, 0.055); | |||
background: rgba(255,255,255,.055); | |||
} | } | ||
.wk-dark-card:hover { | .wk-dark-card:hover { | ||
background: rgba(255,255,255,.09); | background-color: rgba(255, 255, 255, 0.09); | ||
} | } | ||
| Ligne 653 : | Ligne 498 : | ||
.wk-dark-card p { | .wk-dark-card p { | ||
min-height: 75px; | min-height: 75px; | ||
color: rgba(255,255,255,.68); | color: rgba(255, 255, 255, 0.68); | ||
font-size: 13px; | font-size: 13px; | ||
line-height: 1.55; | line-height: 1.55; | ||
| Ligne 669 : | Ligne 514 : | ||
margin-top: 25px; | margin-top: 25px; | ||
padding: 15px 20px; | padding: 15px 20px; | ||
border-left: 3px solid #e7a617; | |||
border-left: 3px solid | |||
border-radius: 5px; | border-radius: 5px; | ||
background-color: rgba(255, 255, 255, 0.06); | |||
background: rgba(255,255,255,.06); | color: rgba(255, 255, 255, 0.72); | ||
color: rgba(255,255,255,.72); | |||
font-size: 12px; | font-size: 12px; | ||
line-height: 1.6; | line-height: 1.6; | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
TIMELINE | TIMELINE | ||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-timeline { | .wk-timeline { | ||
border-left: 2px solid #dfe5e9; | border-left: 2px solid #dfe5e9; | ||
| Ligne 693 : | Ligne 533 : | ||
.wk-timeline-item { | .wk-timeline-item { | ||
position: relative; | position: relative; | ||
display: grid; | display: grid; | ||
grid-template-columns: 100px 1fr; | grid-template-columns: 100px 1fr; | ||
gap: 20px; | gap: 20px; | ||
padding: 0 0 27px; | padding: 0 0 27px; | ||
} | } | ||
| Ligne 705 : | Ligne 543 : | ||
top: 8px; | top: 8px; | ||
left: -43px; | left: -43px; | ||
width: 14px; | width: 14px; | ||
height: 14px; | height: 14px; | ||
border: 3px solid #ffffff; | |||
border: 3px solid # | |||
border-radius: 50%; | border-radius: 50%; | ||
background-color: #16834b; | |||
background: | box-shadow: 0 0 0 2px #16834b; | ||
box-shadow: 0 0 0 2px | |||
content: ""; | content: ""; | ||
} | } | ||
.wk-timeline-item > span { | .wk-timeline-item > span { | ||
color: | color: #16834b; | ||
font-weight: 800; | font-weight: 800; | ||
} | } | ||
| Ligne 730 : | Ligne 563 : | ||
.wk-timeline-item p { | .wk-timeline-item p { | ||
margin: 0; | margin: 0; | ||
color: | color: #647487; | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
ÉCONOMIE, VILLAGES, CULTURE & OUTILS | |||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-economy-grid { | .wk-economy-grid { | ||
display: grid; | display: grid; | ||
| Ligne 746 : | Ligne 577 : | ||
.wk-economy-card { | .wk-economy-card { | ||
padding: 26px; | padding: 26px; | ||
border: 1px solid #e4e9ed; | |||
border: 1px solid | border-radius: 12px; | ||
border-radius: | background: linear-gradient(145deg, #ffffff, #f8fbf9); | ||
background: | |||
} | } | ||
| Ligne 764 : | Ligne 592 : | ||
.wk-economy-card p { | .wk-economy-card p { | ||
margin: 0; | margin: 0; | ||
color: | color: #647487; | ||
font-size: 13px; | font-size: 13px; | ||
} | } | ||
.wk-villages { | .wk-villages { | ||
| Ligne 777 : | Ligne 600 : | ||
grid-template-columns: 1fr 1.6fr; | grid-template-columns: 1fr 1.6fr; | ||
gap: 40px; | gap: 40px; | ||
margin-top: 65px; | margin-top: 65px; | ||
padding: 45px; | padding: 45px; | ||
border-radius: 24px; | border-radius: 24px; | ||
background-color: #eaf7ef; | |||
background: | |||
} | } | ||
| Ligne 803 : | Ligne 623 : | ||
.wk-village-list div { | .wk-village-list div { | ||
padding: 16px; | padding: 16px; | ||
border: 1px solid rgba(22, 131, 75, 0.13); | |||
border: 1px solid rgba(22,131,75,.13); | |||
border-radius: 10px; | border-radius: 10px; | ||
background-color: rgba(255, 255, 255, 0.80); | |||
background: rgba(255,255,255,.80); | |||
} | } | ||
| Ligne 817 : | Ligne 635 : | ||
.wk-village-list span { | .wk-village-list span { | ||
margin-top: 3px; | margin-top: 3px; | ||
color: | color: #647487; | ||
font-size: 11px; | font-size: 11px; | ||
} | } | ||
.wk-culture-grid { | .wk-culture-grid { | ||
| Ligne 834 : | Ligne 647 : | ||
.wk-culture-card { | .wk-culture-card { | ||
padding: 20px 10px; | padding: 20px 10px; | ||
border: 1px solid #e4e9ed; | |||
border: 1px solid | border-radius: 12px; | ||
border-radius: | background-color: #ffffff; | ||
background: # | |||
text-align: center; | text-align: center; | ||
} | } | ||
.wk-culture-card:hover { | .wk-culture-card:hover { | ||
box-shadow: | box-shadow: 0 8px 28px rgba(17, 42, 70, 0.08); | ||
} | } | ||
| Ligne 856 : | Ligne 666 : | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
.wk-contribute { | .wk-contribute { | ||
position: relative; | position: relative; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: 45px; | gap: 45px; | ||
margin-top: 65px; | margin-top: 65px; | ||
padding: 50px; | padding: 50px; | ||
overflow: hidden; | overflow: hidden; | ||
border-radius: 25px; | border-radius: 25px; | ||
color: #ffffff; | |||
color: | background: linear-gradient(125deg, #073763, #0757a6); | ||
background: | |||
} | } | ||
| Ligne 888 : | Ligne 683 : | ||
max-width: 700px; | max-width: 700px; | ||
margin: 7px 0 12px; | margin: 7px 0 12px; | ||
color: # | color: #ffffff; | ||
font-size: 33px; | font-size: 33px; | ||
} | } | ||
| Ligne 894 : | Ligne 689 : | ||
.wk-contribute p { | .wk-contribute p { | ||
max-width: 750px; | max-width: 750px; | ||
color: rgba(255,255,255,.80); | color: rgba(255, 255, 255, 0.80); | ||
line-height: 1.6; | line-height: 1.6; | ||
} | } | ||
.wk-contribute-symbol { | .wk-contribute-symbol { | ||
color: rgba(255,255,255,.16); | color: rgba(255, 255, 255, 0.16); | ||
font-size: 120px; | font-size: 120px; | ||
font-weight: bold; | font-weight: bold; | ||
| Ligne 905 : | Ligne 700 : | ||
.wk-btn-white { | .wk-btn-white { | ||
color: | color: #0757a6 !important; | ||
background: # | background-color: #ffffff; | ||
} | } | ||
.wk-btn-transparent { | .wk-btn-transparent { | ||
color: # | color: #ffffff !important; | ||
border: 1px solid rgba(255,255,255,.4); | border: 1px solid rgba(255, 255, 255, 0.4); | ||
} | } | ||
.wk-tools { | .wk-tools { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(4, 1fr); | grid-template-columns: repeat(4, 1fr); | ||
margin-top: 30px; | margin-top: 30px; | ||
overflow: hidden; | overflow: hidden; | ||
border: 1px solid #e4e9ed; | |||
border: 1px solid | |||
border-radius: 15px; | border-radius: 15px; | ||
background-color: #ffffff; | |||
background: | |||
} | } | ||
.wk-tools > div { | .wk-tools > div { | ||
padding: 22px; | padding: 22px; | ||
border-right: 1px solid | border-right: 1px solid #e4e9ed; | ||
} | } | ||
| Ligne 955 : | Ligne 741 : | ||
.wk-tools small { | .wk-tools small { | ||
margin-top: 4px; | margin-top: 4px; | ||
color: | color: #647487; | ||
} | } | ||
/* ------------------------------------------------------------ | /* ------------------------------------------------------------ | ||
SECTION PERSONNALITÉS (WIKIKABYLIE) | |||
------------------------------------------------------------ */ | ------------------------------------------------------------ */ | ||
.wk-person-categories { | |||
.wk- | |||
display: grid; | display: grid; | ||
grid-template-columns: | grid-template-columns: repeat(4, 1fr); | ||
gap: | gap: 15px; | ||
} | |||
.wk-person-cat { | |||
display: flex; | |||
gap: 15px; | |||
align-items: flex-start; | |||
padding: 22px; | |||
border: 1px solid #e4e9ed; | |||
border-radius: 12px; | |||
background-color: #ffffff; | |||
} | } | ||
.wk- | .wk-person-icon { | ||
font-size: 27px; | |||
font-size: | |||
} | } | ||
.wk-person-cat h3 { | |||
margin: 0 0 6px; | |||
} | } | ||
.wk-person-cat p { | |||
margin: 0; | |||
color: #647487; | |||
font-size: 13px; | |||
line-height: 1.5; | |||
} | } | ||
.wk-people-hero { | .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, #ffffff); | |||
} | } | ||
.wk-people-hero::before { | .wk-people-hero::before { | ||
position: absolute; | |||
top: -100px; | |||
right: -80px; | |||
width: 360px; | |||
height: 360px; | |||
border: 1px solid rgba(11, 95, 168, 0.08); | |||
border-radius: 50%; | |||
content: ""; | |||
} | } | ||
.wk-people-hero-copy { | .wk-people-hero-copy { | ||
position: relative; | |||
z-index: 2; | |||
max-width: 760px; | |||
} | } | ||
.wk-people-hero h1 { | .wk-people-hero h1 { | ||
margin: 10px 0 14px; | |||
font-size: 58px; | |||
line-height: 1; | |||
letter-spacing: -.05em; | |||
} | } | ||
.wk-people-lead { | .wk-people-lead { | ||
max-width: 680px; | |||
color: #617181; | |||
font-size: 17px; | |||
line-height: 1.7; | |||
} | } | ||
.wk-people-hero-mark { | .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 { | .wk-people-stats { | ||
display: grid; | |||
grid-template-columns: repeat(4, 1fr); | |||
overflow: hidden; | |||
border: 1px solid #e4e9ed; | |||
border-radius: 18px; | |||
background-color: #ffffff; | |||
} | } | ||
.wk-people-stats > div { | .wk-people-stats > div { | ||
padding: 22px 24px; | |||
border-right: 1px solid #e4e9ed; | |||
} | } | ||
.wk-people-stats > div:last-child { | .wk-people-stats > div:last-child { | ||
border-right: 0; | |||
} | } | ||
.wk-people-stats strong, | .wk-people-stats strong, | ||
.wk-people-stats span { | .wk-people-stats span { | ||
display: block; | |||
} | } | ||
.wk-people-stats strong { | .wk-people-stats strong { | ||
color: #112a46; | |||
font-family: Georgia, "Times New Roman", serif; | |||
font-size: 24px; | |||
} | } | ||
.wk-people-stats span { | .wk-people-stats span { | ||
margin-top: 4px; | |||
color: #647487; | |||
font-size: 10px; | |||
font-weight: 800; | |||
letter-spacing: .08em; | |||
text-transform: uppercase; | |||
} | } | ||
.wk-people-highlight { | .wk-people-highlight { | ||
display: grid; | |||
grid-template-columns: .9fr 1.1fr; | |||
gap: 36px; | |||
padding: 42px; | |||
border: 1px solid #e8e4da; | |||
border-radius: 25px; | |||
background: radial-gradient(circle at 15% 20%, rgba(212, 154, 31, .11), transparent 28%), | |||
linear-gradient(145deg, #fffaf0, #ffffff); | |||
} | } | ||
.wk-people-highlight-copy h2 { | .wk-people-highlight-copy h2 { | ||
margin: 8px 0 12px; | |||
font-size: 38px; | |||
} | } | ||
.wk-people-highlight-copy p { | .wk-people-highlight-copy p { | ||
color: #647487; | |||
} | } | ||
.wk-people-highlight-list { | .wk-people-highlight-list { | ||
display: grid; | |||
grid-template-columns: repeat(2, 1fr); | |||
gap: 10px; | |||
} | } | ||
.wk-people-highlight-list > div { | .wk-people-highlight-list > div { | ||
padding: 20px; | |||
border: 1px solid rgba(212, 154, 31, .16); | |||
border-radius: 12px; | |||
background-color: rgba(255, 255, 255, .88); | |||
} | } | ||
.wk-people-highlight-list span, | .wk-people-highlight-list span, | ||
.wk-people-highlight-list strong { | .wk-people-highlight-list strong { | ||
display: block; | |||
} | } | ||
.wk-people-highlight-list span { | .wk-people-highlight-list span { | ||
margin-bottom: 6px; | |||
color: #647487; | |||
font-size: 9px; | |||
font-weight: 800; | |||
letter-spacing: .08em; | |||
text-transform: uppercase; | |||
} | } | ||
.wk-people-highlight-list strong { | .wk-people-highlight-list strong { | ||
font-family: Georgia, "Times New Roman", serif; | |||
font-size: 17px; | |||
} | } | ||
.wk-people-columns { | .wk-people-columns { | ||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 14px; | |||
} | } | ||
.wk-people-list-card { | .wk-people-list-card { | ||
overflow: hidden; | |||
border: 1px solid #e4e9ed; | |||
border-radius: 18px; | |||
background-color: #ffffff; | |||
} | } | ||
.wk-people-list-head { | .wk-people-list-head { | ||
padding: 24px; | |||
border-bottom: 1px solid #e4e9ed; | |||
background-color: #fafbfc; | |||
} | } | ||
.wk-people-list-head span { | .wk-people-list-head span { | ||
color: #16834b; | |||
font-size: 9px; | |||
font-weight: 800; | |||
letter-spacing: .12em; | |||
} | } | ||
.wk-people-list-head h3 { | .wk-people-list-head h3 { | ||
margin: 6px 0 0; | |||
font-size: 22px; | |||
} | } | ||
.wk-people-list > div { | .wk-people-list > div { | ||
padding: 15px 22px; | |||
border-bottom: 1px solid #f0f2f4; | |||
} | } | ||
.wk-people-list > div:last-child { | .wk-people-list > div:last-child { | ||
border-bottom: 0; | |||
} | } | ||
.wk-people-list strong, | .wk-people-list strong, | ||
.wk-people-list span { | .wk-people-list span { | ||
display: block; | |||
} | } | ||
.wk-people-list strong { | .wk-people-list strong { | ||
font-size: 13px; | |||
} | } | ||
.wk-people-list span { | .wk-people-list span { | ||
margin-top: 2px; | |||
color: #647487; | |||
font-size: 10px; | |||
} | } | ||
.wk-people-list-footer { | .wk-people-list-footer { | ||
padding: 16px 22px; | |||
border-top: 1px solid #e4e9ed; | |||
background-color: #f7f9fb; | |||
font-size: 12px; | |||
font-weight: 800; | |||
} | } | ||
.wk-people-alpha { | .wk-people-alpha { | ||
display: flex; | |||
flex-wrap: wrap; | |||
gap: 8px; | |||
} | } | ||
.wk-people-alpha > a { | .wk-people-alpha > a { | ||
display: inline-flex; | |||
width: 40px; | |||
height: 40px; | |||
align-items: center; | |||
justify-content: center; | |||
border: 1px solid #e4e9ed; | |||
border-radius: 9px; | |||
background-color: #ffffff; | |||
color: #112a46 !important; | |||
font-weight: 800; | |||
transition: transform 0.18s ease, border-color 0.18s ease; | |||
} | } | ||
.wk-people-alpha > a:hover { | .wk-people-alpha > a:hover { | ||
transform: translateY(-2px); | |||
border-color: rgba(11, 95, 168, .35); | |||
background-color: #f4f9fd; | |||
color: #0757a6 !important; | |||
} | } | ||
@media (max-width: | /* ------------------------------------------------------------ | ||
FOOTER | |||
grid-template-columns: 1fr | ------------------------------------------------------------ */ | ||
.wk-home-footer { | |||
display: grid; | |||
grid-template-columns: 2fr 1fr 1fr; | |||
gap: 50px; | |||
margin-top: 70px; | |||
padding: 40px 10px; | |||
border-top: 1px solid #e4e9ed; | |||
color: #647487; | |||
font-size: 13px; | |||
line-height: 1.8; | |||
} | |||
.wk-home-footer strong { | |||
display: block; | |||
margin-bottom: 8px; | |||
color: #112a46; | |||
font-size: 16px; | |||
} | |||
/* ============================================================ | |||
RESPONSIVE DESIGN (TABLETTES ET MOBILES) | |||
============================================================ */ | |||
@media (max-width: 1100px) { | |||
.wk-grid-4, | |||
.wk-person-categories, | |||
.wk-politics-grid, | |||
.wk-people-columns { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
.wk-culture-grid { | |||
grid-template-columns: repeat(4, 1fr); | |||
} | |||
.wk-feature-main, | |||
.wk-people-highlight { | |||
grid-template-columns: 1fr; | |||
} | |||
} | } | ||
@media (max-width: 720px) { | @media (max-width: 720px) { | ||
.wk-home { | |||
margin: 0; | |||
} | |||
.wk-hero { | |||
min-height: 600px; | |||
border-radius: 0 0 20px 20px; | |||
background: linear-gradient( | |||
rgba(240, 248, 255, 0.94), | |||
rgba(240, 248, 255, 0.86) | |||
), | |||
url("/images/Kabylie-paysage.jpg") center / cover; | |||
} | |||
.wk-hero-content { | |||
padding: 45px 24px 130px; | |||
} | |||
.wk-hero-title { | |||
font-size: 36px; | |||
} | |||
.wk-hero-facts { | |||
grid-template-columns: repeat(2, 1fr); | 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, | |||
.wk-people-columns, | |||
.wk-people-highlight, | |||
.wk-people-highlight-list { | |||
grid-template-columns: 1fr; | |||
} | |||
.wk-politics { | |||
padding: 28px 20px; | |||
border-radius: 18px; | |||
} | |||
.wk-politics-symbol, | |||
.wk-contribute-symbol, | |||
.wk-people-hero-mark { | |||
display: none; | |||
} | |||
.wk-culture-grid { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
.wk-villages, | |||
.wk-contribute, | |||
.wk-people-highlight { | |||
padding: 28px 20px; | |||
} | |||
.wk-village-list { | |||
grid-template-columns: 1fr; | |||
} | |||
.wk-tools { | |||
grid-template-columns: 1fr 1fr; | |||
} | |||
.wk-tools > div { | |||
border-bottom: 1px solid #e4e9ed; | |||
} | |||
.wk-intro, | |||
.wk-section-header { | |||
align-items: flex-start; | |||
flex-direction: column; | |||
padding-top: 45px; | |||
} | |||
.wk-timeline-item { | |||
grid-template-columns: 1fr; | |||
gap: 4px; | |||
} | |||
.wk-people-hero { | |||
min-height: 0; | |||
padding: 46px 22px; | |||
border-radius: 0 0 20px 20px; | |||
} | |||
.wk-people-hero h1 { | |||
font-size: 42px; | |||
} | |||
.wk-people-lead { | |||
font-size: 15px; | |||
} | |||
.wk-people-stats { | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
.wk-people-stats > div { | |||
border-bottom: 1px solid #e4e9ed; | |||
} | |||
.wk-people-alpha > a { | |||
width: 36px; | |||
height: 36px; | |||
} | |||
} | } | ||
Version du 9 août 2026 à 00:47
/* ============================================================
WIKIKABYLIE — FEUILLE DE STYLE GLOBALE (ACCUEIL & PERSONNALITÉS)
Fichier : MediaWiki:Common.css
============================================================ */
/* ------------------------------------------------------------
CONTENEUR PRINCIPAL & BASE
------------------------------------------------------------ */
.wk-home {
max-width: 1500px;
margin: 0 auto;
color: #27384a;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.wk-home * {
box-sizing: border-box;
}
.wk-home a {
text-decoration: none;
color: #0757a6;
transition: color 0.15s ease;
}
.wk-home a:hover {
text-decoration: underline;
}
.wk-home h1,
.wk-home h2,
.wk-home h3 {
color: #112a46;
font-family: Georgia, "Times New Roman", serif;
}
/* ------------------------------------------------------------
HERO ACCUEIL
------------------------------------------------------------ */
.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: 0 8px 28px rgba(17, 42, 70, 0.08);
}
.wk-hero-content {
position: relative;
z-index: 2;
max-width: 650px;
padding: 68px 70px 100px;
}
.wk-eyebrow {
margin-bottom: 13px;
color: #16834b;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
}
.wk-hero h1 {
margin: 0 0 8px;
color: #073763;
font-size: 24px;
}
.wk-hero-title {
color: #112a46;
font-family: Georgia, "Times New Roman", serif;
font-size: 52px;
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: #ffffff;
background-color: #0757a6;
}
.wk-btn-primary:hover {
background-color: #073763;
}
.wk-btn-secondary {
color: #0757a6;
border: 1px solid rgba(7, 87, 166, 0.22);
background-color: rgba(255, 255, 255, 0.80);
}
/* ------------------------------------------------------------
HERO STATS ACCUEIL
------------------------------------------------------------ */
.wk-hero-facts {
position: absolute;
z-index: 3;
bottom: 0;
left: 0;
display: flex;
overflow: hidden;
border-radius: 0 15px 0 0;
background-color: rgba(255, 255, 255, 0.94);
}
.wk-hero-facts div {
min-width: 130px;
padding: 15px 24px;
border-right: 1px solid #e4e9ed;
}
.wk-hero-facts strong {
display: block;
color: #112a46;
font-size: 21px;
}
.wk-hero-facts span {
color: #647487;
font-size: 12px;
}
/* ------------------------------------------------------------
HEADINGS & SECTIONS
------------------------------------------------------------ */
.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: #647487;
line-height: 1.65;
}
.wk-section-kicker {
color: #16834b;
font-size: 11px;
font-weight: 800;
letter-spacing: 1.8px;
}
.wk-section-more,
.wk-intro-actions {
white-space: nowrap;
font-weight: 700;
}
/* ------------------------------------------------------------
GRILLES ET CARTES
------------------------------------------------------------ */
.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 #e4e9ed;
border-radius: 18px;
background-color: #ffffff;
transition: transform .2s ease, box-shadow .2s ease;
}
.wk-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 28px rgba(17, 42, 70, 0.08);
}
.wk-card::after {
position: absolute;
right: -30px;
bottom: -30px;
width: 100px;
height: 100px;
border-radius: 50%;
content: "";
opacity: .15;
}
.wk-card-blue::after { background-color: #0757a6; }
.wk-card-green::after { background-color: #16834b; }
.wk-card-gold::after { background-color: #e7a617; }
.wk-card-red::after { background-color: #c95532; }
.wk-card-icon {
display: flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
margin-bottom: 22px;
border-radius: 13px;
background-color: #f7f9fb;
font-size: 25px;
}
.wk-card h3 {
margin: 0 0 10px;
font-size: 21px;
}
.wk-card p {
min-height: 66px;
margin: 0;
color: #647487;
font-size: 14px;
line-height: 1.55;
}
.wk-card-link {
margin-top: 18px;
font-size: 13px;
font-weight: 800;
}
/* ------------------------------------------------------------
BLOCS EN VEDETTE (FEATURE)
------------------------------------------------------------ */
.wk-feature-grid {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 20px;
}
.wk-feature-main,
.wk-feature-side {
border: 1px solid #e4e9ed;
border-radius: 18px;
background-color: #ffffff;
}
.wk-feature-main {
display: grid;
grid-template-columns: 1.2fr 1fr;
overflow: hidden;
}
.wk-feature-image {
min-height: 390px;
overflow: hidden;
background-color: #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: #647487;
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 #e4e9ed;
}
.wk-mini-feature:last-child {
border-bottom: 0;
}
.wk-mini-feature h3 {
margin: 12px 0 6px;
}
.wk-mini-feature p {
color: #647487;
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: #0757a6; background-color: #eaf4fc; }
.wk-badge-green { color: #16834b; background-color: #eaf7ef; }
.wk-badge-gold { color: #926500; background-color: #fff7df; }
.wk-badge-red { color: #c95532; background-color: #fff0eb; }
/* ------------------------------------------------------------
PANNEAUX SÉPARÉS
------------------------------------------------------------ */
.wk-split-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 20px;
}
.wk-panel {
overflow: hidden;
border: 1px solid #e4e9ed;
border-radius: 18px;
background-color: #ffffff;
}
.wk-panel-title {
display: flex;
align-items: center;
gap: 16px;
padding: 28px;
border-bottom: 1px solid #e4e9ed;
}
.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-color: #eaf4fc; }
.wk-panel-icon.green { background-color: #eaf7ef; }
.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: #647487;
font-size: 12px;
}
.wk-panel-footer {
padding: 18px 25px;
background-color: #f7f9fb;
font-weight: 800;
}
/* ------------------------------------------------------------
SECTION POLITIQUE
------------------------------------------------------------ */
.wk-politics {
margin-top: 65px;
padding: 48px;
border-radius: 26px;
color: rgba(255, 255, 255, 0.85);
background: radial-gradient(
circle at 90% 10%,
rgba(32, 142, 91, 0.28),
transparent 28%
),
linear-gradient(
135deg,
#102c47,
#071d31
);
}
.wk-politics h2,
.wk-politics h3 {
color: #ffffff;
}
.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, 0.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, 0.13);
border-radius: 15px;
background-color: rgba(255, 255, 255, 0.055);
}
.wk-dark-card:hover {
background-color: rgba(255, 255, 255, 0.09);
}
.wk-dark-card h3 {
margin: 15px 0 8px;
font-size: 20px;
}
.wk-dark-card p {
min-height: 75px;
color: rgba(255, 255, 255, 0.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 #e7a617;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.06);
color: rgba(255, 255, 255, 0.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 #ffffff;
border-radius: 50%;
background-color: #16834b;
box-shadow: 0 0 0 2px #16834b;
content: "";
}
.wk-timeline-item > span {
color: #16834b;
font-weight: 800;
}
.wk-timeline-item h3 {
margin: 0 0 6px;
}
.wk-timeline-item p {
margin: 0;
color: #647487;
}
/* ------------------------------------------------------------
ÉCONOMIE, VILLAGES, CULTURE & OUTILS
------------------------------------------------------------ */
.wk-economy-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
}
.wk-economy-card {
padding: 26px;
border: 1px solid #e4e9ed;
border-radius: 12px;
background: linear-gradient(145deg, #ffffff, #f8fbf9);
}
.wk-economy-card > span {
font-size: 28px;
}
.wk-economy-card h3 {
margin: 13px 0 5px;
}
.wk-economy-card p {
margin: 0;
color: #647487;
font-size: 13px;
}
.wk-villages {
display: grid;
grid-template-columns: 1fr 1.6fr;
gap: 40px;
margin-top: 65px;
padding: 45px;
border-radius: 24px;
background-color: #eaf7ef;
}
.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, 0.13);
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.80);
}
.wk-village-list strong,
.wk-village-list span {
display: block;
}
.wk-village-list span {
margin-top: 3px;
color: #647487;
font-size: 11px;
}
.wk-culture-grid {
display: grid;
grid-template-columns: repeat(8, 1fr);
gap: 10px;
}
.wk-culture-card {
padding: 20px 10px;
border: 1px solid #e4e9ed;
border-radius: 12px;
background-color: #ffffff;
text-align: center;
}
.wk-culture-card:hover {
box-shadow: 0 8px 28px rgba(17, 42, 70, 0.08);
}
.wk-culture-symbol {
margin-bottom: 10px;
font-size: 28px;
}
.wk-culture-card h3 {
margin: 0;
font-size: 14px;
}
.wk-contribute {
position: relative;
display: flex;
align-items: center;
gap: 45px;
margin-top: 65px;
padding: 50px;
overflow: hidden;
border-radius: 25px;
color: #ffffff;
background: linear-gradient(125deg, #073763, #0757a6);
}
.wk-contribute h2 {
max-width: 700px;
margin: 7px 0 12px;
color: #ffffff;
font-size: 33px;
}
.wk-contribute p {
max-width: 750px;
color: rgba(255, 255, 255, 0.80);
line-height: 1.6;
}
.wk-contribute-symbol {
color: rgba(255, 255, 255, 0.16);
font-size: 120px;
font-weight: bold;
}
.wk-btn-white {
color: #0757a6 !important;
background-color: #ffffff;
}
.wk-btn-transparent {
color: #ffffff !important;
border: 1px solid rgba(255, 255, 255, 0.4);
}
.wk-tools {
display: grid;
grid-template-columns: repeat(4, 1fr);
margin-top: 30px;
overflow: hidden;
border: 1px solid #e4e9ed;
border-radius: 15px;
background-color: #ffffff;
}
.wk-tools > div {
padding: 22px;
border-right: 1px solid #e4e9ed;
}
.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: #647487;
}
/* ------------------------------------------------------------
SECTION PERSONNALITÉS (WIKIKABYLIE)
------------------------------------------------------------ */
.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 #e4e9ed;
border-radius: 12px;
background-color: #ffffff;
}
.wk-person-icon {
font-size: 27px;
}
.wk-person-cat h3 {
margin: 0 0 6px;
}
.wk-person-cat p {
margin: 0;
color: #647487;
font-size: 13px;
line-height: 1.5;
}
.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, #ffffff);
}
.wk-people-hero::before {
position: absolute;
top: -100px;
right: -80px;
width: 360px;
height: 360px;
border: 1px solid rgba(11, 95, 168, 0.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: 58px;
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 #e4e9ed;
border-radius: 18px;
background-color: #ffffff;
}
.wk-people-stats > div {
padding: 22px 24px;
border-right: 1px solid #e4e9ed;
}
.wk-people-stats > div:last-child {
border-right: 0;
}
.wk-people-stats strong,
.wk-people-stats span {
display: block;
}
.wk-people-stats strong {
color: #112a46;
font-family: Georgia, "Times New Roman", serif;
font-size: 24px;
}
.wk-people-stats span {
margin-top: 4px;
color: #647487;
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: 25px;
background: radial-gradient(circle at 15% 20%, rgba(212, 154, 31, .11), transparent 28%),
linear-gradient(145deg, #fffaf0, #ffffff);
}
.wk-people-highlight-copy h2 {
margin: 8px 0 12px;
font-size: 38px;
}
.wk-people-highlight-copy p {
color: #647487;
}
.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: 12px;
background-color: 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: #647487;
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 #e4e9ed;
border-radius: 18px;
background-color: #ffffff;
}
.wk-people-list-head {
padding: 24px;
border-bottom: 1px solid #e4e9ed;
background-color: #fafbfc;
}
.wk-people-list-head span {
color: #16834b;
font-size: 9px;
font-weight: 800;
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: #647487;
font-size: 10px;
}
.wk-people-list-footer {
padding: 16px 22px;
border-top: 1px solid #e4e9ed;
background-color: #f7f9fb;
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 #e4e9ed;
border-radius: 9px;
background-color: #ffffff;
color: #112a46 !important;
font-weight: 800;
transition: transform 0.18s ease, border-color 0.18s ease;
}
.wk-people-alpha > a:hover {
transform: translateY(-2px);
border-color: rgba(11, 95, 168, .35);
background-color: #f4f9fd;
color: #0757a6 !important;
}
/* ------------------------------------------------------------
FOOTER
------------------------------------------------------------ */
.wk-home-footer {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 50px;
margin-top: 70px;
padding: 40px 10px;
border-top: 1px solid #e4e9ed;
color: #647487;
font-size: 13px;
line-height: 1.8;
}
.wk-home-footer strong {
display: block;
margin-bottom: 8px;
color: #112a46;
font-size: 16px;
}
/* ============================================================
RESPONSIVE DESIGN (TABLETTES ET MOBILES)
============================================================ */
@media (max-width: 1100px) {
.wk-grid-4,
.wk-person-categories,
.wk-politics-grid,
.wk-people-columns {
grid-template-columns: repeat(2, 1fr);
}
.wk-culture-grid {
grid-template-columns: repeat(4, 1fr);
}
.wk-feature-main,
.wk-people-highlight {
grid-template-columns: 1fr;
}
}
@media (max-width: 720px) {
.wk-home {
margin: 0;
}
.wk-hero {
min-height: 600px;
border-radius: 0 0 20px 20px;
background: linear-gradient(
rgba(240, 248, 255, 0.94),
rgba(240, 248, 255, 0.86)
),
url("/images/Kabylie-paysage.jpg") center / cover;
}
.wk-hero-content {
padding: 45px 24px 130px;
}
.wk-hero-title {
font-size: 36px;
}
.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,
.wk-people-columns,
.wk-people-highlight,
.wk-people-highlight-list {
grid-template-columns: 1fr;
}
.wk-politics {
padding: 28px 20px;
border-radius: 18px;
}
.wk-politics-symbol,
.wk-contribute-symbol,
.wk-people-hero-mark {
display: none;
}
.wk-culture-grid {
grid-template-columns: repeat(2, 1fr);
}
.wk-villages,
.wk-contribute,
.wk-people-highlight {
padding: 28px 20px;
}
.wk-village-list {
grid-template-columns: 1fr;
}
.wk-tools {
grid-template-columns: 1fr 1fr;
}
.wk-tools > div {
border-bottom: 1px solid #e4e9ed;
}
.wk-intro,
.wk-section-header {
align-items: flex-start;
flex-direction: column;
padding-top: 45px;
}
.wk-timeline-item {
grid-template-columns: 1fr;
gap: 4px;
}
.wk-people-hero {
min-height: 0;
padding: 46px 22px;
border-radius: 0 0 20px 20px;
}
.wk-people-hero h1 {
font-size: 42px;
}
.wk-people-lead {
font-size: 15px;
}
.wk-people-stats {
grid-template-columns: repeat(2, 1fr);
}
.wk-people-stats > div {
border-bottom: 1px solid #e4e9ed;
}
.wk-people-alpha > a {
width: 36px;
height: 36px;
}
}