Numéro 115
:root { --ink: #18170f; --ink2: #32302a; --ink3: #5e5c55; --ink4: #9a9890; --cream: #f8f5ee; --cream2: #f0ece0; --cream3: #e5e0d0; --rouge: #b8271e; --rouge2: #8a1c15; --or: #c9a84 c; --or2: #a87e2a; --bleu: #1a3352; --rule: #d0cab8; --f-display: 'DM Serif Display', Georgia, serif; --f-title: 'Cormorant Garamond', Georgia, serif; --f-sans: 'DM Sans', sans-serif; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--cream); color: var(--ink); font-family: var(--f-title); -webkit-font-smoothing: antialiased; line-height: 1.6; } /* ── MASTHEAD PRODUIT ──────────────────────────── */ .product-masthead { background: var(--ink); padding: 0; position: relative; overflow: hidden; } .masthead-texture { position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,0.03) 39px, rgba(255,255,255,0.03) 40px), repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255,255,255,0.02) 59px, rgba(255,255,255,0.02) 60px); pointer-events: none; } .masthead-inner { position: relative; z-index: 1; max-width: 1160px; margin: 0 auto; padding: 0 40px; } .masthead-top-bar { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-family: var(--f-sans); font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.45); } .masthead-badge { background: var(--rouge); color: #fff; padding: 3px 10px; font-size: 9px; font-weight: 600; letter-spacing: 0.2em; } .masthead-hero { display: grid; grid-template-columns: 1fr 340px; gap: 0; min-height: 480px; } .masthead-left { padding: 48px 48px 48px 0; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,0.08); } .masthead-overline { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--or); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; } .masthead-overline::before { content: ''; display: inline-block; width: 28px; height: 1px; background: var(--or); opacity: 0.6; } .masthead-title-main { font-family: var(--f-display); font-size: 68px; line-height: 0.9; font-style: italic; color: #fff; letter-spacing: -0.01em; } .masthead-title-main strong { display: block; font-style: normal; font-size: 80px; color: var(--cream); letter-spacing: -0.02em; } .masthead-edition-info { display: flex; gap: 28px; margin-top: 28px; } .edition-stat { display: flex; flex-direction: column; gap: 4px; } .edition-stat-value { font-family: var(--f-display); font-size: 32px; font-style: italic; color: var(--or); line-height: 1; } .edition-stat-label { font-family: var(--f-sans); font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.4); } .masthead-desc { font-family: var(--f-title); font-size: 15px; font-style: italic; color: rgba(255,255,255,0.6); line-height: 1.7; margin-top: 24px; max-width: 440px; } .masthead-right { padding: 40px 0 40px 40px; display: flex; flex-direction: column; justify-content: space-between; } /* ── PRIX / CTA BLOCK ──────────────────────────── */ .price-cta-block { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); padding: 28px 24px; } .price-label { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 10px; } .price-main { font-family: var(--f-display); font-size: 48px; color: #fff; line-height: 1; display: flex; align-items: baseline; gap: 6px; } .price-main sup { font-size: 22px; font-style: italic; color: var(--or); } .price-main span { font-family: var(--f-sans); font-size: 12px; color: rgba(255,255,255,0.4); font-weight: 400; } .price-note { font-family: var(--f-sans); font-size: 10px; color: rgba(255,255,255,0.35); margin-top: 6px; margin-bottom: 20px; } .btn-primary { display: block; width: 100%; background: var(--rouge); color: #fff; text-align: center; padding: 14px 20px; font-family: var(--f-sans); font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s; } .btn-primary:hover { background: var(--rouge2); } .btn-secondary { display: block; width: 100%; background: transparent; color: rgba(255,255,255,0.6); text-align: center; padding: 11px 20px; font-family: var(--f-sans); font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(255,255,255,0.15); margin-top: 8px; cursor: pointer; transition: all 0.2s; } .btn-secondary:hover { color: #fff; border-color: rgba(255,255,255,0.35); } .masthead-rubric-list { margin-top: auto; } .rubric-list-title { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.3); border-bottom: 1px solid rgba(255,255,255,0.08); padding-bottom: 8px; margin-bottom: 10px; } .rubric-pill { display: inline-block; font-family: var(--f-sans); font-size: 9px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); border: 1px solid rgba(255,255,255,0.12); padding: 3px 9px; margin: 3px 3px 3px 0; } /* ── SECTION WRAPPER ───────────────────────────── */ .section-wrapper { max-width: 1160px; margin: 0 auto; padding: 0 40px; } /* ── VIDÉOS SECTION ────────────────────────────── */ .videos-block { background: var(--ink); padding: 64px 0; position: relative; } .videos-block::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, var(--rouge) 0%, var(--or) 50%, var(--rouge) 100%); } .block-header { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; } .block-label { font-family: var(--f-sans); font-size: 9px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; white-space: nowrap; } .block-label.light { color: var(--or); } .block-label.dark { color: var(--rouge); } .block-rule { height: 1px; flex: 1; background: rgba(255,255,255,0.1); } .block-rule-dark { height: 1px; flex: 1; background: var(--rule); } .videos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } /* Lecteur vidéo Instagram embed */ .video-card-shopify { position: relative; background: #0d0d0b; border: 1px solid rgba(255,255,255,0.08); } .video-embed-wrapper { position: relative; width: 100%; padding-top: 56.25%; /* 16:9 */ overflow: hidden; background: #0e0e0c; } /* iframe embed Instagram (blockquote fallback + iframe) */ .video-embed-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Overlay de lecture personnalisé si iframe pas disponible */ .video-custom-player { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(ellipse at center, #1a1a14 0%, #0a0a08 100%); cursor: pointer; text-decoration: none; } .vcp-film-strip { position: absolute; top: 0; left: 0; right: 0; height: 18px; background: #000; display: flex; align-items: center; padding: 0 8px; gap: 6px; } .vcp-film-strip::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: rgba(255,255,255,0.06); } .vcp-perf { width: 12px; height: 8px; border: 1px solid rgba(255,255,255,0.15); border-radius: 1px; flex-shrink: 0; } .vcp-film-strip-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 18px; background: #000; display: flex; align-items: center; padding: 0 8px; gap: 6px; } .vcp-center { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 28px 20px; text-align: center; } .vcp-logo { font-family: var(--f-sans); font-size: 8px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.3); display: flex; align-items: center; gap: 6px; } .vcp-logo::before { content: ''; display: inline-block; width: 16px; height: 16px; background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-radius: 4px; } .vcp-play-ring { width: 64px; height: 64px; border: 1.5px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; transition: border-color 0.25s; } .video-custom-player:hover .vcp-play-ring { border-color: var(--rouge); } .vcp-play-inner { width: 48px; height: 48px; background: var(--rouge); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; } .video-custom-player:hover .vcp-play-inner { transform: scale(1.08); } .vcp-play-inner svg { width: 18px; height: 18px; fill: white; margin-left: 3px; } .vcp-title { font-family: var(--f-title); font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.88); line-height: 1.3; } .vcp-cta { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--or); border-bottom: 1px solid rgba(201,168,76,0.35); padding-bottom: 2px; } .video-card-footer { padding: 16px 18px; border-top: 1px solid rgba(255,255,255,0.06); } .video-card-num { font-family: var(--f-display); font-size: 11px; font-style: italic; color: var(--or); margin-bottom: 4px; } .video-card-headline { font-family: var(--f-title); font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.82); line-height: 1.3; } .video-card-sub { font-family: var(--f-sans); font-size: 11px; color: rgba(255,255,255,0.38); margin-top: 6px; line-height: 1.5; } /* ── ARTICLES SECTION PRINCIPALE ───────────────── */ .articles-block { padding: 64px 0; background: var(--cream); } /* ── GRILLE UNE / FRANCE / INTL ─────────────────── */ .articles-masonry { display: grid; grid-template-columns: 5fr 1px 4fr; gap: 0; align-items: start; } .articles-col-left { padding-right: 40px; } .articles-col-right { padding-left: 40px; } .col-sep { background: var(--rule); align-self: stretch; } /* Article principale */ .article-featured { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid var(--rule); } .article-tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-sans); font-size: 8.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 10px; } .article-tag.rouge { color: var(--rouge); } .article-tag.bleu { color: var(--bleu); } .article-tag.or { color: var(--or2); } .article-tag.ink { color: var(--ink); } .article-tag::before { content: ''; display: inline-block; width: 18px; height: 2px; background: currentColor; opacity: 0.5; } .article-hl { font-family: var(--f-display); font-style: italic; color: var(--ink); line-height: 1.15; text-decoration: none; display: block; transition: color 0.15s; } .article-hl:hover { color: var(--rouge); } .article-hl.xl { font-size: 34px; } .article-hl.lg { font-size: 24px; } .article-hl.md { font-size: 19px; } .article-hl.sm { font-size: 15px; } .article-deck { font-family: var(--f-title); font-size: 14px; font-style: italic; color: var(--ink3); line-height: 1.7; margin-top: 9px; } .article-meta { display: flex; align-items: center; gap: 10px; margin-top: 12px; } .article-meta-tag { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink4); } .article-meta-dot { width: 3px; height: 3px; background: var(--rule); border-radius: 50%; } .lire-plus { display: inline-flex; align-items: center; gap: 4px; font-family: var(--f-sans); font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rouge); text-decoration: none; margin-top: 10px; transition: gap 0.2s; } .lire-plus::after { content: '→'; } .lire-plus:hover { gap: 8px; } /* Article small (liste) */ .article-small { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--rule); } .article-small:last-child { border-bottom: none; } .article-index { font-family: var(--f-display); font-size: 22px; font-style: italic; color: var(--cream3); line-height: 1; padding-top: 2px; text-align: right; } /* ── SECTION SEPARATRICE ──────────────────────── */ .divider-ornamental { display: flex; align-items: center; gap: 14px; margin: 36px 0; } .div-line { flex: 1; height: 1px; background: var(--rule); } .div-ornament { font-family: var(--f-display); font-size: 14px; font-style: italic; color: var(--or); letter-spacing: 0.1em; } /* ── BLOC INTERNATIONAL ─────────────────────────── */ .intl-block { background: var(--cream2); border: 1px solid var(--rule); padding: 28px 28px; position: relative; overflow: hidden; } .intl-block::before { content: 'INT.'; position: absolute; top: -8px; right: -4px; font-family: var(--f-display); font-size: 80px; font-style: italic; color: rgba(26,51,82,0.05); pointer-events: none; line-height: 1; } .intl-items { display: flex; flex-direction: column; gap: 20px; } .intl-item { padding-bottom: 20px; border-bottom: 1px solid var(--rule); } .intl-item:last-child { padding-bottom: 0; border-bottom: none; } /* ── BLOC UNE / À LA UNE ───────────────────────── */ .une-block { background: var(--ink); padding: 28px; position: relative; } .une-block::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--or); } .une-label { font-family: var(--f-sans); font-size: 8.5px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase; color: var(--or); margin-bottom: 12px; } /* ── AUTRES RUBRIQUES ROW ──────────────────────── */ .other-sections { padding: 56px 0; background: var(--cream2); border-top: 1px solid var(--rule); } .three-col { display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; gap: 0; } .three-col-item { padding: 0 32px; } .three-col-item:first-child { padding-left: 0; } .three-col-item:last-child { padding-right: 0; } .col-sep-sm { background: var(--rule); align-self: stretch; } .rubric-header { font-family: var(--f-sans); font-size: 8.5px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; padding-bottom: 8px; border-bottom: 2px solid var(--ink); margin-bottom: 16px; } .rubric-header.rouge { border-color: var(--rouge); color: var(--rouge); } .rubric-header.or { border-color: var(--or2); color: var(--or2); } .rubric-header.bleu { border-color: var(--bleu); color: var(--bleu); } .micro-article { padding: 12px 0; border-bottom: 1px solid var(--rule); } .micro-article:last-child { border-bottom: none; } .micro-hl { font-family: var(--f-title); font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.3; text-decoration: none; display: block; } .micro-hl:hover { color: var(--rouge); } .micro-deck { font-family: var(--f-title); font-size: 12.5px; font-style: italic; color: var(--ink3); margin-top: 5px; line-height: 1.55; } /* ── CONTENU INCLUS TABLE ──────────────────────── */ .contents-block { background: var(--ink); padding: 56px 0; } .contents-intro { text-align: center; margin-bottom: 48px; } .contents-overline { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--or); margin-bottom: 12px; } .contents-title { font-family: var(--f-display); font-size: 36px; font-style: italic; color: #fff; line-height: 1.15; } .contents-sub { font-family: var(--f-title); font-size: 14px; font-style: italic; color: rgba(255,255,255,0.45); margin-top: 8px; } .contents-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.06); } .content-cell { background: #18170f; padding: 22px 20px; position: relative; transition: background 0.2s; } .content-cell:hover { background: #1e1d14; } .content-cell-num { font-family: var(--f-display); font-size: 38px; font-style: italic; color: rgba(201,168,76,0.15); position: absolute; top: 14px; right: 14px; line-height: 1; } .content-cell-cat { font-family: var(--f-sans); font-size: 8.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--or); margin-bottom: 8px; } .content-cell-title { font-family: var(--f-title); font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,0.82); line-height: 1.35; text-decoration: none; display: block; } .content-cell-title:hover { color: var(--or); } .content-cell-type { display: inline-block; margin-top: 10px; font-family: var(--f-sans); font-size: 8.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.25); border: 1px solid rgba(255,255,255,0.1); padding: 2px 8px; } /* ── PULLQUOTE ─────────────────────────────────── */ .pullquote-block { padding: 48px 0; background: var(--cream); } .pullquote-inner { border-left: 3px solid var(--or); padding: 4px 0 4px 32px; max-width: 680px; } .pq-text { font-family: var(--f-display); font-size: 26px; font-style: italic; color: var(--ink); line-height: 1.4; } .pq-source { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink4); margin-top: 14px; } /* ── BOTTOM CTA ────────────────────────────────── */ .bottom-cta { background: var(--rouge); padding: 56px 0; position: relative; overflow: hidden; } .bottom-cta::before { content: 'N°47'; position: absolute; top: -20px; right: -10px; font-family: var(--f-display); font-size: 180px; font-style: italic; color: rgba(255,255,255,0.06); line-height: 1; pointer-events: none; } .bottom-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; } .bottom-cta-text {} .bottom-cta-label { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 10px; } .bottom-cta-title { font-family: var(--f-display); font-size: 40px; font-style: italic; color: #fff; line-height: 1.1; } .bottom-cta-sub { font-family: var(--f-title); font-size: 14px; font-style: italic; color: rgba(255,255,255,0.65); margin-top: 10px; line-height: 1.65; max-width: 480px; } .bottom-cta-price-block { text-align: center; min-width: 200px; } .bottom-price-num { font-family: var(--f-display); font-size: 60px; font-style: italic; color: #fff; line-height: 1; display: flex; align-items: baseline; justify-content: center; gap: 4px; } .bottom-price-num sup { font-size: 26px; color: rgba(255,255,255,0.7); } .bottom-price-note { font-family: var(--f-sans); font-size: 10px; color: rgba(255,255,255,0.5); margin-bottom: 18px; } .btn-white { display: inline-block; background: #fff; color: var(--rouge); padding: 13px 28px; font-family: var(--f-sans); font-size: 10.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; transition: all 0.2s; } .btn-white:hover { background: var(--cream2); } /* ── FOOTER ────────────────────────────────────── */ .product-footer { background: var(--ink); padding: 32px 0; border-top: 3px solid rgba(255,255,255,0.04); } .footer-inner { display: flex; justify-content: space-between; align-items: center; } .footer-brand { font-family: var(--f-display); font-size: 20px; font-style: italic; color: rgba(255,255,255,0.7); } .footer-links { display: flex; gap: 24px; } .footer-links a { font-family: var(--f-sans); font-size: 9px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.15s; } .footer-links a:hover { color: rgba(255,255,255,0.6); } .footer-legal { font-family: var(--f-sans); font-size: 9px; color: rgba(255,255,255,0.2); text-align: right; } /* ── RESPONSIVE ────────────────────────────────── */ @media (max-width: 900px) { .masthead-hero { grid-template-columns: 1fr; } .masthead-left { padding: 36px 0; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); } .masthead-right { padding: 28px 0; } .masthead-title-main { font-size: 48px; } .masthead-title-main strong { font-size: 58px; } .articles-masonry { grid-template-columns: 1fr; } .col-sep { display: none; } .articles-col-right { padding-left: 0; margin-top: 36px; } .articles-col-left { padding-right: 0; } .three-col { grid-template-columns: 1fr; } .col-sep-sm { display: none; } .three-col-item { padding: 0; margin-bottom: 36px; } .contents-grid { grid-template-columns: 1fr 1fr; } .bottom-cta-inner { grid-template-columns: 1fr; gap: 28px; } .footer-inner { flex-direction: column; gap: 16px; text-align: center; } .footer-legal { text-align: center; } .videos-grid { grid-template-columns: 1fr; } } @media (max-width: 600px) { .masthead-title-main { font-size: 36px; } .masthead-title-main strong { font-size: 44px; } .masthead-edition-info { gap: 16px; } .contents-grid { grid-template-columns: 1fr; } .section-wrapper { padding: 0 20px; } .bottom-cta::before { font-size: 100px; } } /* ── ANIMATIONS ────────────────────────────────── */ @keyframes fadeInUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } .animate-in { animation: fadeInUp 0.6s ease both; } .animate-in:nth-child(2) { animation-delay: 0.1s; } .animate-in:nth-child(3) { animation-delay: 0.2s; } .animate-in:nth-child(4) { animation-delay: 0.3s; } Right Brain Magazine Journalisme d'investigation & analyse Édition numérique Numéro de la semaine Lire le journal Des articles de fond entièrement rédigés par des autistes, formats vidéo exclusifs. 10 Articles 2 Vidéos 6 Rubriques ∞ Accès Prix de ce numéro €4,50 Accès immédiat · PDF + version en ligne Le numéro pour nos abonnés S'abonner au jounral Rubriques incluses En Une France International Économie Culture Idées Vidéos ▶ Vidéos de la semaine @right_brain_media_ Instagram Reel Reel #1 — Le décryptagede la semaine Voir sur Instagram 01 / 02 L'affaire Kevin Nader: Un candidat RN souhaitant s'attaquer aux politiques culturelles d'Ivry Format court · Actualité française & internationale · Right Brain Media Instagram Reel Reel #2 — L'analyseen images Voir sur Instagram 02 / 02 Notre grande interview de Gérald Darmanin Format court · Analyse approfondie · Right Brain Media Articles de ce numéro Semaine du 17 mars 2026 À la Une Politique locale · Exclusif « Mon projet est né d'une concertation directe avec les Rochelais » Le maire Thibaud Guiraud revient sur la genèse d'un programme municipal construit à rebours — à partir du terrain et des habitants, loin des méthodes classiques de communication politique. Lire l'entretien France · Enquête Du point de deal des Izards aux charniers yézidis de Daech, l'étrange vie de Sabri Essid Itinéraire d'un homme qui incarne à lui seul l'entrelacement des trafics et du jihadisme en France. De la banlieue toulousaine aux territoires contrôlés par l'État islamique, une trajectoire aussi opaque que révélatrice des failles du renseignement intérieur. Grand reportage Radicalisation Lire l'enquête France · Politique Sophia Chikirou : une candidate à la mairie de Paris sous le poids des affaires Alors qu'elle se profile pour la mairie de Paris, Sophia Chikirou fait face à un passif judiciaire et politique qui soulève des questions légitimes sur sa candidature. Récit d'un parcours entre ambitions et zones d'ombre. Municipales Paris LFI Lire l'article Également en France 1 VSS : le projet de loi Darmanin pourrait mieux protéger les agresseurs Une analyse juridique soulève des angles morts préoccupants dans le texte. 2 Procès Sarkozy : l'ombre d'Abdallah Senoussi dans l'affaire libyenne En appel, le rôle de l'ex-chef des renseignements de Kadhafi refait surface. 3 Municipales sans duel, élus épuisés : la démocratie locale s'effrite Dans les communes rurales, l'opposition disparaît. Notre enquête de terrain. International En Une · Géopolitique South Pars : la montagne de gaz au cœur d'une guerre qui embrase le monde Le plus grand gisement de gaz naturel du monde, partagé entre l'Iran et le Qatar, est devenu un enjeu stratégique de premier ordre dans les conflits régionaux. Une ressource colossale au centre des rivalités de puissances. Lire l'analyse Moyen-Orient · Conflits Affaibli mais toujours debout : le Hezbollah pris dans l'étau israélien Malgré les frappes répétées et les pertes humaines considérables, le mouvement libanais résiste. Une analyse de sa résilience structurelle face à la pression militaire israélienne et des recompositions en cours. Lire l'analyse Témoignages · Europe de l'Est « Ce n'est pas notre guerre, nous ne l'avons pas déclenchée » Des civils pris en étau entre des puissances qui décident à leur place. Témoignages. Lire le reportage Histoire · Médias Voice of America : la radio qui parlait au monde pendant la Guerre froide Retour sur le destin singulier d'une institution médiatique née pour contrer la propagande soviétique. Lire « La démocratie locale ne meurt pas d'un coup. Elle s'effrite, élection après élection, quand personne ne se présente en face. » Jurgen Habermas Autres rubriques Culture Jean Luchaire : le magnat de la presse collaborateur au centre du nouveau Giannoli Xavier Giannoli s'empare de la figure trouble d'un patron de presse sous l'Occupation. Un portrait fascinant et glaçant de l'opportunisme en temps de guerre. Lire la critique Économie & Emploi Se déplacer avec et sans voiture : deux défis dans de nombreuses communes françaises Entre inégalités d'accès, coûts prohibitifs et manque de coordination, le défi de la mobilité locale reste entier. Enquête de terrain. Lire l'enquête Idées & Débats IA générative : devenons-nous d'affreux tâcherons du clic ? L'automatisation cognitive fabrique une nouvelle forme d'aliénation intellectuelle, masquée derrière le confort apparent des outils génératifs. Tribune Avec Habermas, repenser l'espace public à l'ère des algorithmes Le concept d'espace public délibératif retrouve une acuité troublante à l'heure des réseaux sociaux. Essai Sommaire complet €4,50 ce numéro · accès illimité Right Brain Magazine Site web France International Culture Contact © 2026 Right Brain MagazineTous droits réservés
More you might like
Related
Globo Foil Número Corona 115 cm Rosa
Related
Rolex Oyster Perpetual Date 34 White Roman Numeral Watch 115
Related
Rolex Oyster Perpetual Date 34 Black Roman Numeral Dial Watc
Related