/* ---------- ARCHIVE ROUGE PAGE ---------- */

.archive-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}

/* Header de section */
.archive-header {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #1a0f0f, #050608);
  border: 1px solid #ff3b3b;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(255, 59, 59, 0.2);
}

.archive-header h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ff3b3b;
}

.archive-subtitle {
  font-size: 0.9rem;
  color: #ffb3b3;
  margin-top: 0.5rem;
}

/* ---------- IMAGES ---------- */

.archive-images h2,
.archive-texts h2 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #ff3b3b;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.image-card {
  background: #090b10;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}

.image-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: zoom-in;
}
.image-card img:hover {
    transform: scale(1.15);
    box-shadow: 0 0 20px rgba(255, 59, 59, 0.4);
}
.img-caption {
  font-size: 0.85rem;
  color: #ccc;
}

/* ---------- TEXTES ---------- */

.archive-doc {
  background: #090b10;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}

.archive-doc h3 {
  color: #ff3b3b;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.archive-doc p {
  color: #d4d4d4;
  line-height: 1.7;
}
.burned-doc {
  background: rgba(255, 59, 59, 0.05);
  border: 1px solid #ff3b3b;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(255, 59, 59, 0.2);
}

.burned-doc img {
  width: 100%;
  border-radius: 4px;
  filter: contrast(1.1) brightness(0.9);
  cursor: zoom-in;
}

.burned-caption {
  margin-top: 6px;
  font-size: 0.85rem;
  color: #ffb3b3;
  text-align: center;
}
.burned-inline {
  width: 100%;
  margin-top: 10px;
  border-radius: 4px;
  cursor: zoom-in;
  filter: sepia(0.2) contrast(1.1);
}








/* STRUCTURE GÉNÉRALE */
.archive-box {
    max-width: 900px;
    margin: 40px auto;
    padding: 25px;
    border-radius: 8px;
    background: #0a0a0a;
    border-left: 4px solid;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    font-family: "Segoe UI", sans-serif;
}

.archive-title {
    font-family: "Cinzel", serif;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.archive-warning {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 15px;
}

.archive-content {
    padding: 15px;
    background: rgba(255,255,255,0.03);
    border-radius: 6px;
    line-height: 1.6;
}

/* ----------------------------- */
/* COULEURS PAR NIVEAU           */
/* ----------------------------- */

/* 🔴 ARCHIVE ROUGE */
.archive-rouge {
    border-color: #ff3b3b;
    box-shadow: 0 0 12px rgba(255, 59, 59, 0.3);
}
.archive-rouge .archive-title { color: #ff3b3b; }
.archive-rouge .archive-warning { color: #ff7a7a; }

/* 🟧 ARCHIVE ORANGE */
.archive-orange {
    border-color: #ff7b00;
    box-shadow: 0 0 12px rgba(255, 123, 0, 0.3);
}
.archive-orange .archive-title { color: #ff7b00; }
.archive-orange .archive-warning { color: #ffae5c; }

/* 🟨 ARCHIVE JAUNE */
.archive-jaune {
    border-color: #ffd000;
    box-shadow: 0 0 12px rgba(255, 208, 0, 0.3);
}
.archive-jaune .archive-title { color: #ffd000; }
.archive-jaune .archive-warning { color: #ffe680; }




/* BASE ARCHIVE BOX */
.archive-box {
    max-width: 900px;
    margin: 40px auto;
    padding: 25px;
    border-radius: 8px;
    background: #0a0a0a;
    border-left: 4px solid;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.archive-title {
    font-family: "Cinzel", serif;
    font-size: 1.6rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.archive-warning {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 15px;
}

.archive-content {
    padding: 15px;
    background: rgba(255,255,255,0.03);
    border-radius: 6px;
    line-height: 1.6;
}

/* 🔬 VERTE — Scientifique */
.archive-verte {
    border-color: #2ecc71;
    box-shadow: 0 0 12px rgba(46,204,113,0.3);
}
.archive-verte .archive-title { color: #2ecc71; }
.archive-verte .archive-warning { color: #7dffb5; }

/* 🏛️ BLEUE — Gouvernementale */
.archive-bleue {
    border-color: #5fd0ff;
    box-shadow: 0 0 12px rgba(95,208,255,0.3);
}
.archive-bleue .archive-title { color: #5fd0ff; }
.archive-bleue .archive-warning { color: #aee8ff; }

/* 🕳️ NOIRE — Corrompue */
.archive-noire {
    border-color: #000;
    box-shadow: 0 0 12px rgba(0,0,0,0.6);
    background: #000;
}
.archive-noire .archive-title { color: #888; }
.archive-noire .archive-warning { color: #555; }
.archive-noire .archive-content {
    background: rgba(255,0,0,0.05);
    border: 1px solid rgba(255,0,0,0.2);
}

/* ✨ BLANCHE — Purifiée */
.archive-blanche {
    border-color: #ffffff;
    box-shadow: 0 0 12px rgba(255,255,255,0.3);
}
.archive-blanche .archive-title { color: #ffffff; }
.archive-blanche .archive-warning { color: #e6e6e6; }
.archive-blanche .archive-content {
    background: rgba(255,255,255,0.08);
}

/* 🔮 VIOLETTE — Paranormale */
.archive-violette {
    border-color: #9f6bff;
    box-shadow: 0 0 15px rgba(159,107,255,0.4);
}
.archive-violette .archive-title { color: #b78aff; }
.archive-violette .archive-warning { color: #d7c2ff; }
.archive-violette .archive-content {
    background: rgba(159,107,255,0.08);
}










/* ----------------------------- */
/* ARCHIVE ORANGE — STRUCTURE    */
/* ----------------------------- */

.archive-orange {
    border-color: #ff7b00;
    box-shadow: 0 0 15px rgba(255, 123, 0, 0.3);
}

.archive-orange .archive-title {
    color: #ff7b00;
    text-shadow: 0 0 8px rgba(255, 123, 0, 0.4);
}

.archive-orange .archive-warning {
    color: #ffae5c;
}

/* ----------------------------- */
/* GRID DES IMAGES               */
/* ----------------------------- */

.archive-orange-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 25px;
    justify-content: center;
}

/* ----------------------------- */
/* CARTE INDIVIDUELLE            */
/* ----------------------------- */

.orange-item {
    width: 30%;
    background: rgba(255, 140, 0, 0.05);
    border: 1px solid rgba(255, 140, 0, 0.25);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

/* Effet de lueur interne */
.orange-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,140,0,0.15), transparent 70%);
    opacity: 0;
    transition: 0.4s;
}

.orange-item:hover::before {
    opacity: 1;
}

/* ----------------------------- */
/* IMAGES                        */
/* ----------------------------- */

.orange-item img {
    width: 100%;
    border-radius: 6px;
    filter: contrast(1.15) brightness(0.95);
    transition: 0.3s;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.2);
}

.orange-item:hover img {
    transform: scale(1.03);
    filter: contrast(1.25) brightness(1.05);
    box-shadow: 0 0 12px rgba(255, 140, 0, 0.4);
}

/* ----------------------------- */
/* CAPTION                       */
/* ----------------------------- */

.orange-caption {
    margin-top: 10px;
    font-size: 1rem;
    color: #ffae5c;
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ----------------------------- */
/* TEXTE EXPLICATIF              */
/* ----------------------------- */

.orange-info {
    margin-top: 8px;
    font-size: 0.85rem;
    color: #e8e3ff;
    opacity: 0.85;
    line-height: 1.5;
    padding: 0 5px;
}

/* ----------------------------- */
/* RESPONSIVE                    */
/* ----------------------------- */

@media (max-width: 900px) {
    .orange-item {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .orange-item {
        width: 100%;
        max-width: 420px;
    }
}




/* SECTION VISUELS */
.analyse-visuals {
    margin-top: 40px;
}

.analyse-section-title {
    font-size: 1.3rem;
    color: #ffb3b3;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

/* GRILLE */
.analyse-visual-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

/* CARTE VISUELLE */
.analyse-visual-card {
    background: rgba(10, 10, 18, 0.9);
    border: 1px solid rgba(255, 0, 0, 0.35);
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 0 12px rgba(255, 0, 0, 0.25);
    transition: 0.3s;
}

.analyse-visual-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 18px rgba(255, 0, 0, 0.45);
}

/* IMAGES */
.analyse-visual-card img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* TITRE */
.analyse-visual-card h3 {
    font-size: 1rem;
    color: #ffd9b3;
    margin-bottom: 6px;
}

/* DESCRIPTION */
.analyse-visual-card p {
    font-size: 0.85rem;
    color: #e8e3ff;
    opacity: 0.85;
    line-height: 1.4;
}





/* Conteneur horizontal */
/* SECTION VIDEO */
.crt-video-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Vidéo agrandie */
.video-item video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.4);
}

/* Description */
.video-desc {
  margin-top: 10px;
  font-size: 0.95rem;
  opacity: 0.85;
  line-height: 1.4;
}

/* Section globale */
.crt-media-section {
  padding: 40px;
  background: #0a0a0a;
  color: #fff;
}

/* Titre */
.crt-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #0944e5, #da0a0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Intro */
.crt-intro {
  text-align: center;
  opacity: 0.8;
  margin-bottom: 40px;
}

/* Grille vidéo style Netflix */
.crt-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 30px;
}

/* Vidéo */
.video-item video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.4);
}

/* Description */
.video-desc {
  margin-top: 10px;
  font-size: 0.95rem;
  opacity: 0.85;
  line-height: 1.4;
}
