/* ============================================================
   RUBRIQUE — ADÈLE
   ============================================================ */

/* Mise en page spécifique */
/* Sections propres à Adèle */
/* Images spécifiques */



/* ============================================================
   1. VARIABLES & BASE
   ============================================================ */
:root {
  --sepia-ink: #4a3b2a;
  --sepia-paper: #fdf6e3;
  --vintage-white: #ffffff;
  --wood-dark: #2c1e14;
  --accent-blue: #2c3e50;
  --text-blue: #34495e;
  --accent-gold: #d4a373;
  --olive-muted: rgba(70, 75, 20, 0.8);
}

body {
  margin: 0;
  padding: 0;
  background: rgb(252, 249, 242);
  color: var(--sepia-ink);
  font-family: 'Lora', serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   2. HEADER & NAVIGATION
   ============================================================ */

header.header-polaroid {
  width: 100%;
  overflow: hidden;
  background-color: #f3e9d8;
}

header.header-polaroid img {
  width: 100%;
  height: 680px !important;
  object-fit: cover;
}

.header-polaroid {
  position: relative;
  text-align: center;
}

.header-texte {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  background: rgba(255, 248, 235, 0.55);
  backdrop-filter: blur(1px);
  padding: 12px 0;
  border-radius: 6px;
}

.header-texte .jour {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  color: #6b4f3a;
}

.header-texte .phrase {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  color: #5a4334;
  font-style: italic;
}

.logo-lien img {
  width: 300px;
  height: auto;
}

/* NAV */
nav.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f4ecd8;
  padding: 15px 0 20px;
  margin: 20px 0;
  border-bottom: 8px solid rgba(212, 129, 102, 0.6);
}

nav.main-nav a {
  color: #4a3b2a;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 15px;
  transition: color 0.3s ease, transform 0.3s ease;
}

nav.main-nav a:hover {
  color: #d4a373;
  transform: translateY(-2px);
}

/* ============================================================
   3. HERO
   ============================================================ */

.hero-adele {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}

.hero-content {
  position: relative;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0), rgba(255,209,169,0.2) 20%, rgba(255,209,169,0.6) 50%, rgba(255,209,169,0.2) 80%, rgba(255,255,255,0)),
    linear-gradient(to bottom, #fffcf5, #ffecd2, #fffcf5);
  padding: 60px 40px;
  color: var(--olive-muted);
  font-size: 1.22rem;
  line-height: 1.7;
  font-weight: 500;
  text-shadow: 0 1px 0 rgba(242, 245, 225, 0.8);
  text-align: justify;
  border-top: 2px solid rgba(199, 222, 181, 0.74);
  border-bottom: 8px solid rgba(245, 245, 225, 0.6);
}

.hero-content h1 {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Lora', serif;
  color: var(--olive-muted);
  font-style: italic;
}

.hero-content::before {
  content: "🐾";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 40px;
  opacity: 0.38;
  transform: rotate(-20deg);
}

.hero-content::after {
  content: "🐾";
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 30px;
  opacity: 0.38;
  transform: rotate(15deg);
}

.hero-image {
  width: 480px;
  border: 15px solid rgba(245, 245, 225, 0.8);
  border-radius: 4px;
  transform: rotate(2deg);
}

/* ============================================================
   4. FICHE ADÈLE — VERSION ULTRA COCON
   ============================================================ */

.fiche-adele {
  max-width: 980px;
  margin: 60px auto;
  padding: 0;
  position: relative;
}

/* ⭐ Texture cocon derrière la fiche */
.fiche-adele::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  background: url("img/texture-papier-vintage.webp");
  background-size: cover;
  opacity: 0.18;
  filter: blur(6px);
  border-radius: 28px;
  z-index: -1;
}

.fiche-photo img {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* ⭐ Bloc texte posé sur le chat — ULTRA COCON */
.fiche-texte {
  margin-top: -120px;
  background: rgba(253, 246, 227, 0.95);
  backdrop-filter: blur(2px);
  padding: 40px 50px;
  border-radius: 18px;
  border: 1px solid rgba(210, 180, 140, 0.35);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
  position: relative;
  animation: fadeCocon 1.2s ease-out;
  clip-path: polygon(0% 3%, 4% 0%, 96% 0%, 100% 3%, 100% 97%, 96% 100%, 4% 100%, 0% 97%);
}


/* ============================================================
   5. MOBILE — VERSION ULTRA COCON
   ============================================================ */
@media (max-width: 768px) {

  .hero-adele {
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
  }

  .hero-image {
    width: 90%;
    border-width: 10px;
    transform: rotate(0deg);
  }

  .fiche-adele {
    padding: 36px 22px;
    margin: 30px 12px;
    clip-path: none;
    border-radius: 18px;
  }

  .fiche-photo img {
    max-width: 380px;
    margin: 0 auto 22px;
    border-radius: 10px;
  }

  .fiche-texte {
    margin-top: -80px;
    padding: 30px 26px;
  }

  .fiche-texte h2 {
    font-size: 1.7rem;
    margin-bottom: 14px;
  }

  .fiche-texte p,
  .personnalite-liste li {
    font-size: 1.12rem;
    line-height: 1.72;
  }

  .separateur-adele {
    margin: 20px 0;
    font-size: 1.5rem;
  }

  .tampon-validation {
    bottom: -28px;
    right: 34px;
    width: 110px;
    height: 110px;
    transform: rotate(-8deg);
    filter: brightness(0.88) contrast(1.22);
  }
}


