/* === ange.css === */
:root {
    --bg-footer: #1a1512;
    --bg-card: #1f1916;
    --bg-input: #15110f;
	
	--gold-main: #c9a24d;
	--gold-soft: #e6c77d;
	--gold-dark: #9f7c2f;
	
	--text-main: #f5f5f5;
    --text-soft: #bfbfbf;

    --border-gold-soft: rgba(201,162,77,0.35);
}

/* --- Reset global --- */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #fdfcf8;
    color: #664600;
    line-height: 1.6;
}

a {
    color: #bfa434;
    text-decoration: none;
}
a:hover {
    color: #a98d2f;
}

.center {
	text-align: center;
}

.modern-header {
  text-align:center;
  background:
    radial-gradient(circle at center,
      #fff8eb 0%,
      #f2e6cc 60%,
      #e6d5aa 100%);
  border-bottom: 1px solid rgba(191,161,74,0.45);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.6);
  display:flex;
  flex-direction:column;
  align-items:center;
  padding: 1.2rem 1rem 0.8rem;
  min-height: auto;
}

.header-title {
  font-family:"Cinzel", serif;
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: 0.08em;
  background:linear-gradient(90deg,#9c7533,#e5d1a3,#9c7533); -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  display:block; 
}

.header-wing{display:block;margin:0 auto;}

.header-sous-titre {
  margin-top: 0.2rem;
  font-family:"Marcellus", serif;
  font-size:1.05em;
  color:#b78a45;
  opacity:0.75;
}

.modern-header .header-wing {
  width: 60px;
  margin-bottom: 0.3rem;
}

.footer-angelic {
  background:
    radial-gradient(circle at center,
      #b08a3c 0%,
      #8f6b2d 55%,
      #6f5322 100%);
  color: #f5e6c6;
  padding: 50px 20px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  box-shadow:
  inset 0 1px 0 rgba(255,240,200,0.25),
  inset 0 -30px 60px rgba(0,0,0,0.25);
}

.footer-inner {
  max-width: 900px;
  margin: auto;
}

.footer-quote {
  color: #ffe9b8;
}

.footer-nav a {
  color: #f3ddb1;
}

.footer-nav a:hover {
  color: #fff0c8;
  text-shadow: 0 0 6px rgba(255,220,150,0.6);
}

.footer-copy {
  color: #e8d2a3;
}


/* Ligne décorative */
.footer-divider {
  background: linear-gradient(
    90deg,
    transparent,
    #ffe3a1,
    transparent
  );
}

/* Logo */
.footer-logo img {
  width: 130px;
  filter: drop-shadow(0 0 8px rgba(214,177,105,0.45));
  transition: transform 0.3s ease;
}

.footer-logo img:hover {
  transform: scale(1.06);
}

/* Liens */
.footer-nav {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

/* ===== Header avec anges ===== */

.header-angel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
}

.header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-angel {
  width: 120px;
  max-width: 25vw;
  height: auto;
  opacity: 0.95;
  filter:
    drop-shadow(0 0 10px rgba(214,177,105,0.45))
    drop-shadow(0 0 26px rgba(214,177,105,0.25));
}

/* Ange de droite : miroir */
.header-angel.angel-right {
  transform: scaleX(-1);
}

/* Responsive tablette */
@media (max-width: 900px) {
  .header-angel {
    width: 70px;
  }
}

/* Mobile : on épure */
@media (max-width: 520px) {
  .header-angel {
    display: none;
  }
}

/* ===============================
   Fil d’Ariane — Version luxueuse
================================ */

.breadcrumb-modern {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45em;

    font-size: 0.95rem;
    line-height: 1.5;

    padding: 0.7em 1.1em;
    margin-bottom: 1.6em;

    background:
        radial-gradient(
            circle at top,
            rgba(212, 175, 55, 0.18),
            rgba(90, 60, 25, 0.92)
        );
	
	background-image:
        url("/kabbale/anges/img/parchment.png"),
        radial-gradient(
            circle at top,
            rgba(212, 175, 55, 0.18),
            rgba(90, 60, 25, 0.92)
        );
		
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.35);

    box-shadow:
        inset 0 0 18px rgba(212, 175, 55, 0.15),
        0 4px 14px rgba(0, 0, 0, 0.55);
}

/* Liens cliquables */
.breadcrumb-modern a {
    color: #e6c76a; /* or clair lisible */
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.breadcrumb-modern a:hover {
    color: #fff1b8;
    text-shadow:
        0 0 6px rgba(255, 220, 140, 0.8),
        0 0 14px rgba(212, 175, 55, 0.6);
}

/* Séparateur › */
.breadcrumb-modern .navigation-pipe {
    color: rgba(255, 215, 140, 0.65);
    font-size: 1em;
    padding: 0 0.1em;
}

/* Étapes non cliquables */
.breadcrumb-modern span:not(.navigation-pipe):not([aria-current]) {
    color: #f0e6d2; /* ivoire chaud, très lisible */
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

/* Page courante */
.breadcrumb-modern [aria-current="page"] {
    color: #ffe9a8;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-shadow:
        0 0 6px rgba(255, 220, 140, 0.8),
        0 0 16px rgba(212, 175, 55, 0.7);
}

.ange-nom-or {
    font-size: 2.8em;
    font-weight: 800;
    text-align: center;
    margin: 0.3em 0;

    color: #d4af37; /* or classique

    /* liseré foncé + profondeur */
     text-shadow:
        -1px -1px 0 #7a5a00,
         1px -1px 0 #7a5a00,
        -1px  1px 0 #7a5a00,
         1px  1px 0 #7a5a00,
         0  3px 6px rgba(0,0,0,0.35);
}

/* --- Page container --- */
.angel-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

/* --- Hero / header --- */
.angel-hero {
    text-align: center;
    padding: 40px 20px;
    background: radial-gradient(circle at top center, #fff9f3, #eaf0f7);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.angel-title {
    font-family: 'Playfair Display', serif;
    margin: 0 0 10px;
	font-size: 2.8em;
    font-weight: 800;
    text-align: center;

    color: #d4af37; /* or classique

    /* liseré foncé + profondeur */
     text-shadow:
        -1px -1px 0 #7a5a00,
         1px -1px 0 #7a5a00,
        -1px  1px 0 #7a5a00,
         1px  1px 0 #7a5a00,
         0  3px 6px rgba(0,0,0,0.35);
}

.angel-subtitle {
    font-size: 1em;
    color: #7f8c8d;
}

/* --- Card / visual + identity --- */
.angel-card {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    overflow: hidden;
}

.angel-card.premium {
    border: 2px solid #f7e08b;
}

.angel-visual {
    flex: 1 1 300px;
    min-width: 300px;
    padding: 20px;
    text-align: center;
}

.angel-visual img {
    max-width: 100%;
    border-radius: 12px;
}

.angel-identity {
    flex: 2 1 400px;
    padding: 10px 30px;
}

.angel-name {
    font-size: 2em;
    margin: 5px 0;
}

.angel-name.gold {
    color: #bfa434;
}

.angel-alt-name {
    font-style: italic;
    color: #95a5a6;
}

.angel-meaning {
    margin-top: 15px;
    font-size: 1.5em;
	text-align: center;
	color: var(--gold-dark);
}

/* --- Info grid --- */
.angel-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.info-item {
    background: #fdfcf8;
	text-align: center;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.info-item .label {
    display: block;
    font-size: 0.9em;
    color: #7f8c8d;
    margin-bottom: 5px;
}

.info-item .value {
    font-size: 1.2em;
    font-weight: 600;
}

.info-item span {
    display: block;
}

/* --- Valeurs indiquant un lien --- */
.value-link {
    font-size: 1.45em;
    font-weight: 700;
    letter-spacing: 0.04em;
    position: relative;
    display: inline-block;
	
	color: #bfa434;
    text-decoration: underline dotted;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
    cursor: pointer;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.value-link::after {
    content: " ↗";
    font-size: 0.8em;
    opacity: 0.6;
}

/* Hover doux */
.value-link:hover {
    color: #a98d2f;
    text-shadow:
        0 0 6px rgba(240,217,138,0.5),
        0 0 14px rgba(240,217,138,0.35);
}

.value-link:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .value-link {
        font-size: 1.25em;
    }
}

.link {
/*     font-size: 1.45em;
    font-weight: 700;
    letter-spacing: 0.04em;
    position: relative;
    display: inline-block; */
	
	color: #bfa434;
    text-decoration: underline dotted;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
    cursor: pointer;
    transition: color 0.25s ease, text-decoration-color 0.25s ease;
}

.link::after {
    content: " ↗";
    font-size: 0.8em;
    opacity: 0.6;
}

.link:hover {
    color: #a98d2f;
    text-shadow:
        0 0 6px rgba(240,217,138,0.5),
        0 0 14px rgba(240,217,138,0.35);
}

.link:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .link {
        font-size: 1.25em;
    }
}

.incense-link,
.stone-link,
.contact-link {
	font-style : italic;
	font-size: 0.85em;
    font-weight: 300;
	margin-top: 0.95em;
}

.info-item .hebrew,
.info-item .malachim {
    color: #bfa434;
}

.hebrew {
    font-family: "Hebrew", serif;
    font-size: 2.4em;
    letter-spacing: 0.15em;              /* respiration sacrée */
    /* direction: rtl; */
    unicode-bidi: bidi-override;
    text-align: center;

    color: #e6c56f;                      /* or doux */
    
    text-shadow:
        0 0 6px rgba(230, 197, 111, 0.45), /* glow */
        0 0 12px rgba(230, 197, 111, 0.25),
        1px 1px 0 rgba(90, 70, 20, 0.8);   /* liseré gravé */

    margin: 0.4em 0;
}

.malachim {
    font-family: "Malachim", serif;
    font-size: 2.2em;
    letter-spacing: 0.25em;              /* glyphes respirants */
    text-align: center;

    color: #f0d98a;

    text-shadow:
        0 0 5px rgba(240, 217, 138, 0.4),
        0 0 10px rgba(240, 217, 138, 0.25),
        1px 1px 0 rgba(80, 60, 20, 0.9);

    margin: 0.4em 0;
}

/* --- Sections --- */
.angel-section {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.angel-section.soft-glow {
    background: #fffefc;
    box-shadow: 0 0 20px rgba(191, 160, 52, 0.2);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.6em;
    color: #664600;
    margin-bottom: 15px;
}

.gold-dark {
	color: var(--gold-dark);
}

.angel-attribute.highlight {
    color: #bfa434;
    font-weight: 600;
}

.angel-description {
    margin-top: 10px;
}

.angel-quote {
    font-style: italic;
    margin: 15px 0 0;
    padding-left: 15px;
    border-left: 3px solid #f7e08b;
}

/* --- Ritual grid --- */
.ritual-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ritual-item {
    flex: 1 1 300px;
    text-align: center;
}

.ritual-label {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}

.angel-section.symboles,
.angel-section.kabbale {
	background-image:
        url("/kabbale/anges/img/parchment-light.png"),
        radial-gradient(
            circle at top,
            rgba(212, 175, 55, 0.18),
            rgba(90, 60, 25, 0.92)
        );
}

/* =========================
   SECTION PRIÈRE / MESSAGE
========================= */

.angel-section.prayer {
    background: radial-gradient(
        ellipse at center,
        rgba(255,215,140,0.08) 0%,
        rgba(60,40,20,0.85) 70%
    );
    border-radius: 18px;
    padding: 30px 20px;
    margin: 50px 0;
    box-shadow:
        inset 0 0 60px rgba(255,215,140,0.12),
        0 10px 30px rgba(0,0,0,0.5);
}

/* Titre */
.angel-section.prayer .section-title {
    text-align: center;
    font-size: 1.6em;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
    color: #f5e6c8;
}

.angel-section.prayer .section-title .gold {
    font-size: 1.1em;
    text-shadow:
        0 0 6px rgba(255,215,140,0.6),
        0 0 14px rgba(255,215,140,0.4);
}

/* Bloc texte principal */
.angel-section.prayer .info-item {
    max-width: 820px;
    margin: 0 auto;
}

/* Texte du message (prière) */
.angel-section.prayer .info-item p:first-child {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.15em;
    line-height: 1.9;
    color: #7E6530;
    text-align: center;
    white-space: pre-line; /* très important pour garder les retours à la ligne */
    margin-bottom: 35px;
    text-shadow: 0 0 8px rgba(255,255,255,0.06);
}

/* Invocation finale */
.angel-section.prayer .info-item p:last-child {
    text-align: center;
    font-size: 1.1em;
    font-style: italic;
    color: #7E6530;
    letter-spacing: 0.05em;
}

.angel-section.prayer .info-item p:last-child .gold {
    font-size: 1.2em;
    font-weight: bold;
}

/* Note en exposant */
.angel-section.prayer sup a {
    color: #d4b56a;
    text-decoration: none;
    font-size: 0.7em;
}

.angel-section.prayer sup a:hover {
    color: #ffd88a;
    text-shadow: 0 0 6px rgba(255,216,138,0.8);
}

/* ===============================
   SECTION TEXTE LONG / ENSEIGNEMENT
================================ */

.angel-section.angel-text {
    max-width: 880px;
    margin: 40px auto;
    padding: 30px 35px;

    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.92),
        rgba(248,245,240,0.92)
    );

    border-radius: 14px;
    box-shadow:
        0 8px 24px rgba(0,0,0,0.12),
        inset 0 0 30px rgba(255,255,255,0.6);
}

/* Paragraphes */
.angel-section.angel-text p {
    font-size: 1.05em;
    line-height: 1.85;
    color: #3a2a18;
    margin-bottom: 1.4em;
    text-align: justify;
}

/* Premier paragraphe = plus important */
.angel-section.angel-text p:first-child {
    font-size: 1.12em;
    font-weight: 500;
    padding-left: 16px;
    border-left: 4px solid rgba(201,164,74,0.6);
}

/* Mise en valeur du nom de l’ange */
.angel-section.angel-text .gold {
    color: #c9a44a;
    font-weight: bold;
    text-shadow:
        0 0 6px rgba(201,164,74,0.35),
        0 1px 1px rgba(0,0,0,0.3);
}

/* Notes en exposant */
.angel-section.angel-text sup {
    font-size: 0.75em;
    margin-left: 2px;
}

.angel-section.angel-text sup a {
    color: #9a7a2f;
    text-decoration: none;
}

.angel-section.angel-text sup a:hover {
    text-decoration: underline;
}

.angel-section.angel-text p:first-child::first-letter {
    font-size: 3em;
    font-weight: bold;
    color: #c9a44a;
    float: left;
    line-height: 1;
    margin-right: 8px;
}

/* ===============================
   PAROLE DIRECTE / CANALISATION
================================ */

.angel-voice {
    margin-top: 32px;
    padding: 28px 30px;

    background: linear-gradient(
        180deg,
        rgba(255,248,230,0.92),
        rgba(250,242,220,0.95)
    );

    border-left: 5px solid #c9a44a;
    border-radius: 10px;

    box-shadow:
        inset 0 0 25px rgba(255,255,255,0.7),
        0 6px 20px rgba(0,0,0,0.12);
}

/* Paragraphes du message */
.angel-voice p {
    font-size: 1.05em;
    line-height: 1.9;
    color: #2f2416;

    font-style: italic;
    margin-bottom: 1.5em;
    text-align: justify;
}

/* Première phrase = voix qui s’élève */
.angel-voice p:first-child {
    font-size: 1.12em;
    font-style: normal;
    font-weight: 500;
}

/* Respiration */
.angel-voice p:last-child {
    margin-bottom: 0;
}

.angel-voice::before {
    content: "✧";
    display: block;
    text-align: center;
    font-size: 1.6em;
    color: #c9a44a;
    margin-bottom: 12px;
}

/* --- Emphasis / periods --- */
.emphasis p {
    margin: 10px 0;
}

.gold {
    color: #bfa434;
    font-weight: 600;
	filter: drop-shadow(0 0 4px rgba(255, 215, 120, 0.4));
}

/* --- CTA --- */
.angel-cta {
    text-align: center;
    padding: 30px 20px;
    background: radial-gradient(circle at top center, #fff9f3, #eaf0f7);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.angel-cta .cta-text {
    font-size: 1.2em;
    margin-bottom: 15px;
}

.angel-cta .btn-gold {
    display: inline-block;
    padding: 12px 25px;
    background: #bfa434;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.angel-cta .btn-gold:hover {
    background: #a78f2c;
}

/* ===== Section Sceau & Pentacle ===== */
.angel-section.ritual {
    background: linear-gradient(145deg, #4d3b1c 0%, #6f4e1c 100%);
	background-image:
        url("/kabbale/anges/img/parchment.png"),
        radial-gradient(
            circle at top,
            rgba(212, 175, 55, 0.18),
            rgba(90, 60, 25, 0.92)
        );
    color: #f9ecd6; /* texte clair */
    padding: 40px 20px 60px; /* plus de padding en bas pour le bouton */
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    margin-bottom: 30px;
    text-align: center; /* centrage global */
}

/* Titre de la section */
.angel-section.ritual .section-title {
    color: #fff8d8; /* très clair */
    text-shadow: 0 0 8px rgba(255,235,160,0.6);
    margin-bottom: 30px;
    font-size: 1.8em;
}

.angel-section.keywords,
.angel-section.symboles,
.angel-section.kabbale,
.angel-section.prayer,
.angel-section.emphasis {
	text-align: center; /* centrage global */
}

.kabbale-link,
.astro-link {
    display: block;
}

/* Labels */
.ritual-label {
    color: #f5e6c6;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Images avec halo */
.ritual-item img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 
        0 0 15px rgba(255, 220, 150, 0.5),
        0 0 30px rgba(255, 220, 150, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ritual-item img:hover {
    transform: scale(1.05);
    box-shadow:
        0 0 20px rgba(255, 235, 160, 0.7),
        0 0 35px rgba(255, 235, 160, 0.35);
}

/* Bouton centré vers boutique */
.ritual-cta-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff8d8;
    background: linear-gradient(135deg, #d6b15e, #b08a2e);
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.3s ease;
}

.ritual-cta-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #e2c77a, #c89c3a);
    box-shadow: 0 10px 26px rgba(0,0,0,0.35);
}

	/* ===== LEFT MENU ===== */
.left-menu {
  width: 280px;
  max-width: 80vw;
  background: radial-gradient(circle at top left,
      #b08a3c 0%,
      #8f6b2d 55%,
      #6f5322 100%);
  color: #f5e6c6;
  font-family: "Georgia", serif;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1000;
  transition: transform 0.3s ease;
  box-shadow: 4px 0 25px rgba(0,0,0,0.25);
}

/* Menu fermé */
.left-menu.closed {
  transform: translateX(-100%);
}

/* Logo */
.side-menu-logo {
  text-align: center;
  margin-bottom: 25px;
}

.side-menu-logo img {
  width: 160px;
  max-width: 70%;
  filter: drop-shadow(0 0 8px rgba(255,220,150,0.5));
  transition: transform 0.3s ease;
}

.side-menu-logo img:hover {
  transform: scale(1.06);
}

/* Dividers */
.side-menu-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffe3a1, transparent);
  margin: 20px 0;
  border: none;
}

/* Sections titles */
.left-menu h2,
.left-menu h3 {
  color: #ffe3a1;
  margin: 15px 0 10px;
  font-weight: 600;
  font-family: "Cinzel", serif;
}

/* Menu links */
.left-menu a {
  display: block;
  padding: 8px 12px;
  color: #f5e6c6;
  text-decoration: none;
  font-size: 0.95em;
  border-radius: 6px;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.left-menu a:hover {
  background: rgba(255, 235, 160, 0.15);
  color: #fff7d9;
  box-shadow: 0 0 6px rgba(255,220,150,0.45);
}

/* Indentation optional for sub-links */
.left-menu h3 + a,
.left-menu h2 + a {
  padding-left: 18px;
}

/* Scrollbar custom (optional, subtle gold) */
.left-menu::-webkit-scrollbar {
  width: 6px;
}

.left-menu::-webkit-scrollbar-thumb {
  background: rgba(255,220,150,0.4);
  border-radius: 3px;
}

.left-menu::-webkit-scrollbar-track {
  background: transparent;
}

/* --- Bouton doré d’ouverture du menu --- */

.left-menu-toggle-gold {
  position: fixed;
  top: 40px;
  left: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff4d0 0%, #f0c974 45%, #d6a94f 85%);
  border: 2px solid rgba(255, 240, 190, 0.65);
  color: #5c3d00;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  box-shadow:
      0 0 12px rgba(255, 220, 150, 0.7),
      0 0 22px rgba(255, 210, 120, 0.55),
      inset 0 0 10px rgba(255, 255, 255, 0.35),
      inset 0 0 18px rgba(255, 220, 150, 0.25);
  transition: left 0.35s ease, transform 0.25s ease, box-shadow 0.35s ease;
}

.left-menu-toggle-gold:hover {
  transform: scale(1.07);
  box-shadow: 0 0 16px rgba(214,177,105,0.7),
              inset 0 0 10px rgba(255,255,255,0.45);
}
#left-menu-toggle {
  z-index: 1000000 !important;
  transition: left 0.35s ease;
}
#left-menu-toggle.open {
  left: 280px;
}

/* ===== Sous-menus repliables ===== */

.left-menu h3 {
  cursor: pointer;
  position: relative;
  padding-right: 22px;
}

/* Icône flèche */
.left-menu h3::after {
  content: "▸";
  position: absolute;
  right: 0;
  top: 0;
  color: #ffe3a1;
  font-size: 1em;
  transition: transform 0.25s ease;
}

/* Section ouverte */
.left-menu h3.open::after {
  transform: rotate(90deg);
}

/* Conteneur des liens d’une section */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  margin-bottom: 6px;
}

/* Liens à l’intérieur d’un sous-menu */
.submenu a {
  padding-left: 28px;
  font-size: 0.92em;
}

/* Section ouverte */
.submenu.open {
  max-height: 2000px; /* suffisant pour sections longues */
}

/* ===============================
   SCROLL-UP BUTTON — STYLE DORÉ
================================*/
#scroll-up-btn {
  position: fixed;
  bottom: 60px;
  right: 28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;

  /* Style doré identique au bouton menu */
  background: radial-gradient(circle at 30% 30%, #fff4d0 0%, #f0c974 45%, #d6a94f 85%);
  border: 2px solid rgba(255, 240, 190, 0.65);
  color: #5c3d00;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow:
      0 0 12px rgba(255, 220, 150, 0.7),
      0 0 22px rgba(255, 210, 120, 0.55),
      inset 0 0 10px rgba(255,255,255,0.35),
      inset 0 0 18px rgba(255,220,150,0.25);

  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease, box-shadow .35s ease;
}

/* Icône flèche */
#scroll-up-btn::before {
  content: "▲";
  font-size: 24px;
  font-weight: bold;
  color: #5c3d00;
  margin-top: -3px;
}

/* Visible */
#scroll-up-btn.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Hover */
#scroll-up-btn:hover {
  transform: scale(1.08);
  box-shadow:
      0 0 16px rgba(214,177,105,0.8),
      inset 0 0 12px rgba(255,255,255,0.45);
}

/* ==============================
   BOUTON ANGE – ACTION RAPIDE
   ============================== */

.angel-action-btn {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1200;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 16px;

    background: linear-gradient(135deg, #d6b15e, #b08a2e);
    color: #2a1a00;

    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.angel-action-btn img {
	width: 35px;
    height: 35px;
    filter: brightness(1.7) contrast(1.5) drop-shadow(0 0 3px rgba(0,0,0,0.35));
}

.angel-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
    background: linear-gradient(135deg, #e2c77a, #c89c3a);
}

/* ===============================
   BANDEAU SIGNIFICATION DE L’ANGE
================================ */

.angel-meaning-band {
    display: block;
    margin: 40px auto 50px;
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
}

/* Contenu */
.angel-meaning-band .angel-identity {
    max-width: 920px;
    margin: 0 auto;
    padding: 18px 28px;

    background:
        linear-gradient(
            180deg,
            rgba(255,250,235,0.92),
            rgba(245,235,210,0.95)
        );

    border-radius: clamp(18px, 6vw, 999px); /* effet bandeau */
    border: 1px solid rgba(201,164,74,0.45);

    box-shadow:
        inset 0 0 18px rgba(255,255,255,0.6),
        0 6px 18px rgba(0,0,0,0.15);

    text-align: center;
}

/* Texte */
.angel-meaning-band .angel-meaning {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.5;

    color: #7a5a1c;

    text-shadow:
        0 1px 1px rgba(255,255,255,0.6),
        0 0 6px rgba(201,164,74,0.25);
}

/* ✦ décor discret */
.angel-meaning-band .angel-identity::before,
.angel-meaning-band .angel-identity::after {
    content: "✧";
    font-size: 1.2em;
    color: #c9a44a;
    opacity: 0.7;
    margin: 0 12px;
}

.ad-slot {
  margin: 2.5rem auto;
  padding: 1rem;
  max-width: 100%;
  text-align: center;
}

.ad-slot::before {
  content: "- Annonce -";
  display: block;
  opacity: .2;
  margin-bottom: .5rem;
  font-style: italic;
  
}

.cta-subtle-link {
    margin-top: 0.6rem;
    font-size: 0.85rem;
    opacity: 0.85;
}

.cta-subtle-link a {
    color: #c9a24d; /* doré doux */
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.cta-subtle-link a span {
    font-weight: 600;
}

.cta-subtle-link a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ===== SECTION CTA LIVRE ===== */
.angel-book-cta {
    text-align: center;
    justify-content: center;
}

.book-cta-wrapper {
    display: flex;
    justify-content: center;
}

/* Carte contenant l'image */
.book-cta-card {
	display: inline-block;
    max-width: 720px;
    width: 100%;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(20, 16, 10, 0.45);
    box-shadow:
        0 0 35px rgba(212, 175, 55, 0.25),
        inset 0 0 40px rgba(255, 215, 150, 0.05);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Image */
.book-cta-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

/* Effet léger au survol (desktop) */
@media (hover: hover) {
    .book-cta-card:hover {
        transform: translateY(-6px) scale(1.015);
        box-shadow:
            0 0 45px rgba(255, 215, 120, 0.4),
            inset 0 0 50px rgba(255, 230, 160, 0.08);
    }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .angel-book-cta {
        padding: 2rem 1rem;
    }

    .book-cta-card {
        max-width: 300px;      /* évite le "gros bloc" */
    }
}

/* ===== TRÈS PETITS ÉCRANS ===== */
@media (max-width: 420px) {
    .book-cta-card {
        max-width: 260px;
    }
}

/* ===============================
   RESPONSIVE
================================ */

/* Tablette */
@media (max-width: 900px) {
    .angel-meaning-band .angel-identity {
        max-width: 90%;
        padding: 16px 22px;
        border-radius: 28px;
    }

    .angel-meaning-band .angel-meaning {
        font-size: 1.15em;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .angel-meaning-band {
        margin: 28px 0 36px;
    }

    .angel-meaning-band .angel-identity {
        padding: 14px 18px;
        border-radius: 22px;
    }

    .angel-meaning-band .angel-meaning {
        font-size: 1.05em;
        letter-spacing: 0.02em;
        line-height: 1.45;
    }

    .angel-meaning-band .angel-identity::before,
    .angel-meaning-band .angel-identity::after {
        display: none; /* épuration mobile */
    }
}


    /* ========== Responsive ========== */
	
	@media (max-width: 900px) {
	  #left-menu-toggle {
		position: fixed;
		top: 10px;
		left: 10px;
	  }
	}
	
	/*Menu plus léger */
	@media (max-width: 768px) {
	  .left-menu {
		width: 240px;
	  }

	  .side-menu-logo img {
		width: 140px;
	  }

	  .left-menu a {
		font-size: 0.9em;
	  }

		.angel-section.ritual {
			padding: 30px 15px 50px;
		}

		.ritual-item img {
			max-width: 90%;
		}

		.ritual-cta-btn {
			padding: 12px 22px;
			font-size: 0.95rem;
		}

       .angel-action-btn {
		width: 48px;
		height: 48px;
		top: 10px;
		right: 10px;

		padding: 0;
		gap: 0;

		justify-content: center;
		align-items: center;
	  }

	  .angel-action-btn img {
		width: 32px;
		height: 32px;
		display: block;
	  }
	  
	  .angel-card {
			flex-direction: column;
		}

		.angel-visual, .angel-identity {
			padding: 15px;
		}

		.ritual-grid {
			flex-direction: column;
		}
		
		.angel-voice {
			padding: 22px 20px;
		}

		.angel-voice p {
			font-size: 1em;
			line-height: 1.75;
		}
		
		.angel-section.angel-text {
			padding: 22px 20px;
		}

		.angel-section.angel-text p {
			font-size: 1em;
			line-height: 1.75;
		}
		
		.hebrew {
			font-size: 2em;
			letter-spacing: 0.12em;
		}

		.malachim {
			font-size: 1.9em;
			letter-spacing: 0.2em;
		}
    }
	
	/* ================================
   Responsive – Mobiles (max 600px)
   ================================ */
@media (max-width: 600px) {

    .modern-header {
        padding: 20px 0;
    }

    .header-title {
        font-size: 28px;  /* Titre bien lisible sans être trop large */
    }

    .header-sous-titre {
        font-size: 14px;  /* sous-titre adapté mobile */
        margin-top: 6px;
    }
	
	.breadcrumb-modern {
        font-size: 0.88rem;
        padding: 0.55em 0.85em;
    }
	
	.left-menu {
        width: 200px;
    }
	
	/* ----- Bouton MENU ----- */
    #left-menu-toggle {
        width: 42px !important;
        height: 42px !important;
        font-size: 22px !important;
        top: 12px !important;
        left: 10px !important;
        border-width: 1px !important;
    }

    #left-menu-toggle.open {
        left: 200px; /* réduit pour éviter débordement */
    }

    /* ----- Bouton SCROLL-UP ----- */
    #scroll-up-btn {
        width: 44px !important;
        height: 44px !important;
        bottom: 65px !important;
        right: 16px !important;
        border-width: 1px !important;
    }

    #scroll-up-btn::before {
        font-size: 30px !important;
    }
	
	.footer-nav {
		flex-direction: column;
		gap: 12px;
	  }

	  .footer-logo img {
		width: 110px;
	  }

	  .footer-quote {
		font-size: 1.1em;
	  }

}


/* ================================
   Responsive – Très petits écrans (max 420px)
   ================================ */
@media (max-width: 420px) {

    .header-title {
        font-size: 24px; /* titre compact mais agréable */
    }

    .header-sous-titre {
        font-size: 13px;
    }
	
	.left-menu {
        width: 170px;
    }
	
	#left-menu-toggle {
        width: 42px !important;
        height: 42px !important;
        font-size: 22px !important;
        top: 12px !important;
        left: 10px !important;
    }

    #left-menu-toggle.open {
        left: 170px;
    }

    #scroll-up-btn {
        width: 40px !important;
        height: 40px !important;
        right: 20px !important;
        bottom: 65px !important;
    }

    #scroll-up-btn::before {
        font-size: 16px !important;
    }
}

/* ================================
   MOBILE FINAL – PRIORITAIRE
   ================================ */
@media (max-width: 600px) {

  /* Sécurité globale */
  html, body {
    overflow-x: hidden;
  }

  /* ----- Bandeau signification ----- */
  .angel-meaning-band {
    margin: 20px 12px 28px;
  }

  .angel-meaning-band .angel-identity {
    max-width: 100%;
    padding: 14px 16px;
    border-radius: 18px; /* ⬅️ plus de 999px */
  }

  .angel-meaning-band .angel-meaning {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  /* ----- Menu gauche ----- */
  .left-menu {
    width: 200px;
  }

  #left-menu-toggle.open {
    left: 200px;
  }

  /* ----- Boutons fixes ----- */
  #scroll-up-btn,
  .angel-action-btn {
    transform: translateZ(0); /* fix iOS */
  }

}

.left-menu,
#left-menu-toggle,
#scroll-up-btn,
.angel-action-btn {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}