TV 시리즈

기묘한 이야기, 안녕? 넷플릭스는 이미 후속작 “85년 이야기”를 공식 발표했는데, 정말 놀랍습니다.

By Julien Lamentière , on 25 11월 2025 , updated on 25 11월 2025 - 5 minutes to read
découvrez pourquoi netflix a décidé de dire adieu à stranger things en lançant le surprenant remplaçant « tales from 85 ». plongez dans cette nouvelle série qui promet de captiver les fans de la saga.

카탈로그의 대대적인 변화: 넷플릭스는 기묘한 이야기 마지막 시즌 이 공개되기도 전에 후속작을 발표했습니다.새로운 시리즈는

’85년 이야기’라는 제목으로 11월 26일에 공개될 예정입니다. 이번 시즌은 겨울밤에 빈티지 괴물들을 빼놓을 수 없습니다. 놀라운 날짜, 아직 공개되지 않은 출연진, 그리고 정주행 시청자들을 단 한 번의 클릭으로 사로잡을 긴박감.

’85년 이야기’: 향수를 불러일으키는 스릴을 위해 보정된 후속작

공식적으로 앤솔로지 형식으로 출시된 각 에피소드는 1985년을 배경으로 한 각기 다른 도시 전설을 파헤칩니다.

짧은 포맷, 필름 그레인 시뮬레이션, 그리고 신시사이저 사운드트랙: 연기 자욱한 오락실과 귀에 붙은 워크맨을 떠올리게 하는 사양입니다.

넷플릭스는

“매주 달콤한 오한을 선사할 것”이라고 약속하며, ‘기묘한 이야기’는 이틀 전에 종영합니다. 단순한 스핀오프가 아닌 전략적 도약 넷플릭스는 마지못해 이를 인정하고 있습니다. ‘테일즈 프롬 85’는 직접적인 스핀오프는 아니지만, ‘호킨스’를 히트작으로 만든 “아이들 대 미지의 세계”라는 DNA를 채택하고 있습니다.

넷플릭스의 목표는 ‘일레븐’ 시리즈 종영 후 프라임 비디오로 옮겨갈 가능성이 있는 10대/청년층을 확보하는 것입니다.

초기 내부 보고서에 따르면 이미 ‘기묘한 이야기’ 시즌 1과 비슷한 수준의 예산이 투입될 것으로 예상되며, 이는 넷플릭스가 처음부터 높은 목표를 가지고 있음을 증명합니다.

더퍼 형제가 떠난다… 조심조심

놀라운 점은 두 가지입니다. 새 시리즈가 개발 중인 가운데, 맷과 로스 더퍼 형제는 파라마운트와 사전 협의를 진행 중이라는 것입니다.

할리우드 리포터에 따르면, 마침내 영화계에 진출할 가능성이 그들의 결정에 큰 영향을 미쳤다고 합니다.

짐을 싸기 전에, 그들의 회사인 업사이드 다운은 ‘더 버러스’와 ‘뭔가 매우 나쁜 일이 일어날 거야’를 제작해야 합니다. 스트리밍 업계의 위계질서를 바꿀 이탈일까요?

‘기묘한 이야기’는 스크린에서 9년 동안 살아남았는데, 이는 붉은색 플랫폼에서 제작된 오리지널 작품으로서는 드문 성과입니다.

제작진이 다른 플랫폼으로 떠나는 모습을 보면, 독점권이 이제 계약에 크게 좌우된다는 것을 다시금 깨닫게 됩니다. 특히 파라마운트, HBO Max, 디즈니+가 떼를 지어 경쟁하는 2025년에는 더욱 그렇습니다. 넷플릭스의 한 임원은 “이제 영화 한 편 한 편이 승패를 좌우한다”고 속삭였고, 이는 더퍼 형제에게 관대한 제안을 한 이유이기도 합니다. `).join(”)} ${this.ui.btnCheck}`;

}

setupEvents() {

const root = this.shadowRoot;

class TalesFrom85Quiz extends HTMLElement { constructor() { super(); this.attachShadow({ mode: ‘open’ }); // Réponses attendues this.answers = { q1: “2014”, q2: “2016”, q3: “2025” };
Lire aussi :  돈과 피: Canal+의 새로운 충격 시리즈
// Textes this.ui = { title: “Êtes-vous calé·e sur la timeline de Netflix ?”, questions: [ { id: “q1”, label: “1) En quelle année Netflix est-il arrivé en France ?”, options: [“2011”, “2014”, “2018”] }, { id: “q2”, label: “2) Quand la saison 1 de « Stranger Things » a-t-elle été diffusée ?”, options: [“2015”, “2016”, “2017”] }, { id: “q3”, label: “3) Quelle est l’année de lancement annoncée pour « Tales from 85 » ?”, options: [“2024”, “2025”, “2026”] } ], btnCheck: “Vérifier mes réponses”, btnRetry: “Recommencer”, msgEmpty: “⚠️ Veuillez répondre à toutes les questions.”, msgSuccess: “Bravo ! Vous êtes au top de la pop-culture Netflix ! 🍿”, msgPartial: (score) => `Pas mal ! Vous obtenez ${score}/3. Retentez votre chance !`, msgFail: “Oups ! 0/3… Un petit tour sur Wikipédia ?” }; } connectedCallback() { this.render(); this.setupEvents(); } render() { this.shadowRoot.innerHTML = ` /* — ISOLATION & RESET (Thème Stranger Things) — */ :host { display: block; all: initial; font-family: ‘ITC Benguiat’, ‘serif’, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; color: #e5e5e5; /* Texte clair */ background-color: #121212; /* Fond très sombre */ } * { box-sizing: border-box; } /* Container */ .quiz-card { position: relative; max-width: 36rem; /* max-w-xl */ margin: 2rem auto; background-color: #1a1a1a; /* Fond de carte sombre */ border-radius: 0.75rem; box-shadow: 0 0 20px rgba(229, 9, 20, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.5); /* Lueur rouge et ombre interne */ padding: 2rem; border: 2px solid #e50914; /* Bordure rouge style néon */ overflow: hidden; /* Pour contenir les confettis */ } /* Header (Style Titre Stranger Things) */ h2 { font-size: 1.8rem; font-weight: 800; text-align: center; color: #e50914; /* Rouge Stranger Things */ margin: 0 0 1.5rem 0; line-height: 1.2; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0 0 10px rgba(229, 9, 20, 0.7), 0 0 20px rgba(229, 9, 20, 0.5); /* Effet néon brillant */ font-family: ‘ITC Benguiat’, serif; /* Police style Stranger Things */ } /* Form Group */ .form-group { margin-bottom: 1.25rem; }
Lire aussi :  The Rookie 시리즈는 7번째 시즌을 맞이하게 됩니다!
label { display: block; font-weight: 600; margin-bottom: 0.5rem; color: #b3b3b3; /* Gris clair pour les labels */ font-size: 0.95rem; } /* Custom Select */ .select-wrapper { position: relative; } select { appearance: none; width: 100%; padding: 0.75rem 1rem; padding-right: 2.5rem; border: 1px solid #333; /* Bordure sombre */ border-radius: 0.375rem; background-color: #262626; /* Fond de select sombre */ font-size: 1rem; color: #e5e5e5; /* Texte clair */ cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s; } select:focus { outline: none; border-color: #e50914; /* Bordure rouge au focus */ box-shadow: 0 0 10px rgba(229, 9, 20, 0.5); /* Lueur rouge au focus */ } /* Arrow Icon (Rouge) */ .select-wrapper::after { content: “”; position: absolute; top: 50%; right: 1rem; width: 0.75rem; height: 0.75rem; transform: translateY(-50%); background-image: url(“data:image/svg+xml,%3csvg xmlns=’http://www.w3.org/2000/svg’ fill=’none’ viewBox=’0 0 24 24′ stroke=’%23e50914′ stroke-width=’2’%3e%3cpath stroke-linecap=’round’ stroke-linejoin=’round’ d=’M19 9l-7 7-7-7’/%3e%3c/svg%3e”); background-repeat: no-repeat; background-position: center; pointer-events: none; } /* Button (Rouge Stranger Things) */ .btn { display: block; width: 100%; padding: 0.75rem; font-size: 1rem; font-weight: 700; color: white; background-color: #e50914; /* Rouge Stranger Things */ border: none; border-radius: 0.375rem; cursor: pointer; transition: background 0.2s, transform 0.1s, box-shadow 0.2s; margin-top: 1.5rem; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); } .btn:hover { background-color: #ff1f2a; /* Rouge plus vif au survol */ box-shadow: 0 0 15px rgba(229, 9, 20, 0.7); /* Lueur plus intense au survol */ } .btn:active { transform: translateY(1px); } /* Feedback (Thème Sombre et Lumineux) */ .feedback { margin-top: 1.5rem; padding: 1rem; border-radius: 0.375rem; text-align: center; font-weight: 600; display: none; animation: fadeIn 0.3s ease; } /* Succès : Vert brillant sur fond sombre */ .feedback.success { background-color: rgba(22, 101, 52, 0.2); color: #4ade80; border: 1px solid #22c55e; box-shadow: 0 0 10px rgba(34, 197, 94, 0.3); } /* Erreur : Rouge brillant sur fond sombre */ .feedback.error { background-color: rgba(153, 27, 27, 0.2); color: #f87171; border: 1px solid #ef4444; box-shadow: 0 0 10px rgba(239, 68, 68, 0.3); } /* Attention : Jaune/Orange brillant sur fond sombre */ .feedback.warning { background-color: rgba(133, 77, 14, 0.2); color: #facc15; border: 1px solid #eab308; box-shadow: 0 0 10px rgba(234, 179, 8, 0.3); }
Lire aussi :  알고 계셨나요? Artus는 The Bureau of Legends 시리즈에서 중요한 역할을 했습니다.
/* Confetti Particles (Couleurs Thématiques) */ .confetti { position: absolute; width: 10px; height: 10px; background-color: #f00; animation: fall linear forwards; top: -10px; z-index: 10; pointer-events: none; } @keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } } @keyframes fall { to { transform: translateY(500px) rotate(720deg); opacity: 0; } } /* States for selects (Valid/Invalid avec lueurs) */ .valid { border-color: #22c55e !important; background-color: rgba(34, 197, 94, 0.1) !important; box-shadow: 0 0 8px rgba(34, 197, 94, 0.4) !important; color: #4ade80 !important; } .invalid { border-color: #ef4444 !important; background-color: rgba(239, 68, 68, 0.1) !important; box-shadow: 0 0 8px rgba(239, 68, 68, 0.4) !important; color: #f87171 !important; }

${this.ui.title}
${this.ui.questions.map(q => `
Julien Lamentière

Julien Lamentière

Je suis un grand fan de séries TV, de films et de cinéma en général. Ma série préférée est Breaking Bad et j'adore les séries humoristiques. Venez découvrir mes critiques et mes recommandations.

See the publications of this author

Comments

Leave a comment

Your comment will be revised by the site if needed.