:root{
  --font-title: "Cormorant Garamond", "Garamond", "Georgia", serif;
  --font-body: "Source Sans 3", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Corps */
body{
  font-family: var(--font-body);

  background: #f5f3eb url("bg_Parole.png") repeat;  
  font: 400 1em/1.5 Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, .8);
  max-width: 100%;
  margin: 0;
}
/* Titres : base commune */
h1, h2, h3{
  font-family: var(--font-title);
  color:#2f2f2f;
  text-rendering: optimizeLegibility;
  margin: 1.2rem 0 .6rem;
}

/* H1 : centrÃ© + plus grand */
h1{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 42ch;
  line-height: 1.08;
  font-weight: 700;
  font-size: clamp(2.2rem, 3.6vw, 3.2rem);
}

/* H2 : plus petit que H1 */
h2{
  line-height: 1.15;
  font-weight: 650;
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  margin-top: 2rem;
}

/* H3 : encore plus petit */
h3{
  line-height: 1.25;
  font-weight: 650;
  font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  border-left: 3px solid #e6e6e6;
  padding-left: .6rem;
}

/* ===== Base ===== */
html { font-size: 100%; }

    /* AccessibilitÃ© : texte â€œinvisibleâ€ mais lisible par Google/lecteurs */
    .sr-only{
      position:absolute;
      width:1px; height:1px;
      padding:0; margin:-1px;
      overflow:hidden; clip:rect(0,0,0,0);
      white-space:nowrap; border:0;
    }

a {
  color: blue;
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* ===== Layout ===== */
#container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  box-shadow: 0 0 10px #000;
}

/*#main { background: #fff; }*/
#header { position: relative; background-color: #171c1a; }
#header .logo {
  display: block;
  /* ne pas fixer la hauteur: l'image devient responsive */
  box-shadow: 0 5px 10px #000;
}

#header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

#content { line-height: 1.5; }
#content h1 { margin-top: .7em; }

#inner-content { padding: 1em 2em 2em; }

#content, #inner-content, #main { overflow: hidden; }

/* ===== Typo ===== */
p {
  color: #555;
  font-size: 22px;
  padding: 0 !important;
  font-family: georgia, serif;
  border: 0;
}

a{color: blue;}
a:hover{color: red;}

.ombre{ text-shadow: 1px 1px 1px #000; color:#000; }
.ombreRed{ text-shadow: 1px 1px 1px #000; color:red; }
.ombreBlue{ text-shadow: 1px 1px 1px #000; color:#005580; }
.ombreBrown{ text-shadow: 1px 1px 1px #000; color:#802A00; }
.ombreGreen{ text-shadow: 1px 1px 1px #000; color:green; }
.ombreMaroon{ text-shadow: 1px 1px 1px #000; color:purple; }

/*---------- COLOR ----------*/
.yellow { background: #F8F6AE; padding: 1px; }
.purple { background: #E0D8E8; padding: 1px; }
.pink { background: pink; padding: 1px; }
.green { background: #99FF99; padding: 1px; }
.orange { background: #FFE099; padding: 1px; }
.red { background: red; padding: 1px; }
.blue { background: #A9BCF5; 1px; }
.white { background:#F2F5A9 1px; }
.gold { background:gold 1px; }
/*---------- COLOR ----------*/

.frame { border:4px solid red; padding:1px;}

fieldset {
  color: #555;
  font-size: 22px;
  font-family: georgia, serif;
}

legend{font-size:21px;}

.verse-num{
  color:#4A6DC5;
  font-weight:700;
  margin-right:.25em;
}

ul li {
  color: #555;
  font-size: 22px;
  padding: 0 !important;
  font-family: georgia, serif;
  border: 0;
}
ol li {
  color: #555;
  font-size: 22px;
  padding: 0 !important;
  font-family: georgia, serif;
  border: 0;
}

/* Liste utilisÃ©e */
.list {
  font-size: 22px;
  font-family: georgia, serif;
}

/* ===== Cadre Citation ===== */
.cadre {
  color: #555;
  width: 97%;
  border-width: 3px;
  border-style: solid;
  border-color: #F2F2F2;
  box-shadow: 3px 3px 3px black inset;
  padding: 19px;
  font-size: 22px;
  font-family: "georgia", sans-serif;
}

/* ===== EncadrÃ©s bibliques ===== */
.cadre2 {
  width: 97%;
  color: #555;
  font-size: 22px;
  font-family: georgia, serif;
  background-color: #fff;
  border-left: 3px solid black;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 2px 2px 10px gray;
}

.cadre2 p {
  margin-bottom: 10px;
  font-size: 1em;
}

/* ===== Tableau des dates ===== */
#inner-content .dates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  margin: 0 auto;
}

#inner-content .dates-grid a {
  display: grid;
  place-items: center;
  border: 1px solid #000;
  border-radius: 6px;
  background: #E2E2E2;
  text-decoration: none;
  color: #000;
  font-family: "Times New Roman", serif;
  font-size: clamp(24px, 6vw, 60px);
  line-height: 1.2;
  padding: 18px 8px;
  transition: background .2s ease;
}

#inner-content .dates-grid a:hover {
  background: #1877F2;
  color: white;
}

  p, .list, .cadre2 { font-size: 20px; }

  /* Passe Ã  2 colonnes lisibles */
  .TabDate td {
    width: 50%;
    font-size: 34px;
    line-height: 64px;
    height: 64px;
  }
}

/* Bloc de liens juste avant le footer */
.page-links {
  max-width: 900px;
  margin: 3rem auto 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0; /* petite sÃ©paration avec le contenu */
}

/* Titre "Pour aller plus loin" */
.page-links-title {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #555;
  text-align: center;
}

/* Liste des liens */
.page-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

/* Style des liens (pastilles noires sur fond blanc) */
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.3;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    transform 0.12s ease,
    box-shadow 0.12s ease,
    border-color 0.15s ease;
}

/* Petit chevron discret Ã  droite */
.page-link::after {
  content: "â€º";
  font-size: 1.1rem;
  margin-left: 0.6rem;
  opacity: 0.7;
}

/* Hover : inversion noir/blanc, cohÃ©rent avec footer noir */
.page-link:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}

/* Focus clavier */
.page-link:focus {
  outline: none;
  box-shadow:
    0 0 0 2px #fff,
    0 0 0 4px #000;
}

/* Sur Ã©crans plus larges : 2 colonnes */
@media (min-width: 720px) {
  .page-links-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-links-list li {
    flex: 0 1 calc(50% - 0.75rem);
    display: flex;
    justify-content: center;
  }
}

/* Bloc citation de verset (1 Pierre et King James / David Martin, etc.) */
.verse-box {
  position: relative;
  margin: 1.5rem auto;
  padding: 1.4rem 1.6rem 1.2rem;
  background: #f7f7f9;
  border-radius: 6px;
  border: 1px solid #d4d7dd;
  border-left: 4px solid #4b5a73;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  color: #444;
  font-size: 22px;
  font-family: "Georgia", serif;
}
/* clearfix OK */
.verse-box::after{
  content:"";
  display:block;
  clear:both;
}
/* Image Ã  gauche dans le texte */
.verse-box img.gauche{
  float: left;
  max-width: 40%;      /* ajuste : 35-45% selon ton goÃ»t */
  height: auto;
  margin: 0.15em 0.8em 0.2em 0;  /* espace Ã  droite et un peu en bas */
  border-radius: 6px;  /* optionnel */
}
/* Sur mobile : l'image passe au-dessus, pleine largeur */
@media (max-width: 640px){
  .verse-box img.gauche{
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 0 0.6em 0;
  }
}
.verse-box p {
  margin: 0.4em 0;
}

/* RÃ©fÃ©rence du verset en bas Ã  droite */
.verse-ref {
  margin-top: 0.8em;
  font-size: 0.95em;
  text-align: right;
  font-style: italic;
  font-weight: bold;
}

/* Petite icÃ´ne Bible dans le coin haut-gauche */
.verse-icon {
  position: absolute;
  top: -16px;
  left: 18px;
  padding: 3px 6px;
  background: rgba(247, 247, 249, 0.9);
  border-radius: 999px;
}

.verse-icon-svg {
  width: 28px;
  height: 18px;
  fill: none;
  stroke: #4b5a73;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}

/* Titre principal dans le header */
.page-header {
  text-align: center;
  margin: 1.5rem 0 1rem;
  margin-bottom: 90px;
}

.page-title {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1px;
  color: #444;
}

/* SÃ©parateur horizontal */
.section-divider {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* Lien de retour type â€œboutonâ€ */
.back-link-wrapper {
  text-align: center;
  margin: 1.5rem 0 0;
}

.back-link {
  display: inline-block;
  padding: 0.6em 1.4em;
  border-radius: 999px;
  border: 1px solid #e7e5e4;
  background: #131313;
  color: #e7e5e4;
  font-family: "Avant Garde", "Century Gothic", system-ui, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}

.back-link:hover {
  background: #1f1f1f;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transform: translateY(-1px);
}

.back-link:active {
  transform: translateY(1px);
  box-shadow: none;
}

.content{
  padding: 0 18px;
}
@media (min-width: 900px){
  .content{ padding: 0 28px; }
}

/* Alignements utilitaires */
.text-center {
  text-align: center;
}

/* Soulignement ondulÃ© rouge (TMN) */
.vagues {
  text-decoration-line: underline;
  text-decoration-color: red;
  text-decoration-style: wavy;
  /* + visibilitÃ© */
  text-decoration-thickness: 2px;   /* plus Ã©pais */
  text-underline-offset: 3px;         /* lÃ©gÃ¨rement dÃ©collÃ© du texte */
}

.underline {border-bottom: 2px solid red;}

.size-shadow {
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 10px gray;
  -moz-box-shadow: 2px 2px 10px gray;
  -webkit-box-shadow: 8px 8px 10px gray;
}
.note-box {
  position: relative;
  max-width: 95%;
  margin: 1.4rem auto 1.8rem;
  padding: 1rem 1.2rem 1.1rem;
  background: #f8f4e9;
  border-radius: 6px;
  border: 1px solid #e3d8c3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  font-size: 1.25em;
  color: #5a4a32;
}

/* Cartouche "Note" */
.note-box::before {
  content: "Note";
  position: absolute;
  top: -0.7rem;
  left: 1.2rem;
  padding: 0.12rem 0.7rem;
  background: #f8f4e9;
  border-radius: 999px;
  border: 1px solid #e3d8c3;
  font-size: 0.8em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7b6740;
}

/* Texte interne des notes */
.note-box p {
  margin: 0.35rem 0;
  font-size: 1em;
}

.wt{
  position: relative;
  max-width: 95%;
  margin: 1.4rem auto 1.8rem;
  padding: 2.5rem 1.2rem 1.1rem;
  background: #ECECEC;
  border-radius: 6px;
  border: 3px solid #C3CBD5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  font-size: 1.25em;
  color: #5a4a32;
}

.wt::before{          
  opacity:0.3;
  content: "";
  position: absolute;
  top: 0;
  left: 1.1rem;

  width: 80px;
  height: 80px;

  background: no-repeat center / contain url("watchtower.svg");
}

.page-title{
  max-width: 70ch;
  margin: 0 auto 1.25rem;
  padding: 0 1rem;
}

.page-title h1{
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.page-title .chapter{
  display: inline-block;
  padding: .08em .45em;
  border-radius: .5em;
  border: 1px solid currentColor;
  transform: translateY(-0.05em);
}

.page-title .subtitle{
  margin: .55rem 0 0;
  opacity: .8;
  font-size: clamp(.98rem, 1.35vw, 1.1rem);
  line-height: 1.4;
}

/* FOOTER (remplace tes rÃ¨gles footer actuelles) */
.site-footer{
  background: #131313;
  color: #e7e5e4;
  padding: 22px 12px;
  text-align: center;
}

/* conteneur interne */
.footer-inner{
  max-width: 1100px;
  margin: 0 auto;
}

/* titre */
.footer-title{
  margin: 0 0 12px;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 14px;
  opacity: .85;
}

/* barre partage */
.share{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
}

/* â€œchipsâ€ qui encadrent les widgets */
.share-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(4px);
}

/* Ã©vite les dÃ©calages verticaux des widgets */
.share-item > *{
  display: inline-flex !important;
  align-items: center;
}

/* sÃ©paration */
.footer-sep{
  border: 0;
  border-top: 1px solid rgba(255,255,255,.14);
  margin: 18px auto;
  max-width: 420px;
}

/* bas du footer */
.footer-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 18px;
}

/* liens footer */
.site-footer a{
  color: #375594;
  text-decoration: none;
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, Arial, sans-serif;
}

.site-footer a:hover{
  text-decoration: underline;
  color: #e7e5e4;
}

/* gros lien retour */
.back-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(55,85,148,.12);
  border: 1px solid rgba(55,85,148,.35);
  font-size: clamp(16px, 2.2vw, 22px);
}

.back-icon{
  font-size: 1.1em;
  transform: translateY(-1px);
}

/* mini meta */
.footer-meta{
  margin: 0;
  opacity: .85;
  font-size: 14px;
}

.footer-meta .dot{
  margin: 0 8px;
  opacity: .6;
}

/* mobile: chips plus compacts */
@media (max-width: 480px){
  .share-item{
    padding: 8px 10px;
    border-radius: 12px;
  }
  .footer-sep{
    margin: 14px auto;
  }
}

  /* Optionnel : un sÃ©parateur propre */
  .separator{
    border: 0;
    border-top: 1px solid rgba(255,255,255,.25);
    margin: 1rem 0;
  }

  /* Optionnel : message */
  .notice{
    margin: 2rem 0;
  }

  .russell {
    position: relative;
    max-width: 95%;
    margin: 1.4rem auto 1.8rem;
    padding: 1rem 1.2rem 1.1rem;
    background: #EEF6FF;
    border-radius: 6px;
    border: 1px solid #e3d8c3;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    font-size: 1.25em;
    color: #5a4a32;
  }

  /* Cartouche "Note" */
  .russell::before {
    content: "C.T. Russell";
    position: absolute;
    top: -0.7rem;
    left: 1.2rem;
    padding: 0.12rem 0.7rem;
    background: #EEF6FF;
    border-radius: 999px;
    border: 1px solid #e3d8c3;
    font-size: 0.8em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7b6740;
  }

  /* Texte interne des notes */
  .russell p {
    margin: 0.35rem 0;
    font-size: 1em;
  }

.branham{
  position: relative;
  max-width: 95%;
  margin: 1.4rem auto 1.8rem;
  padding: 1rem 1.2rem 1.1rem;
  background: #f8f4e9;
  border-radius: 6px;
  border: 1px solid #e3d8c3;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
  font-size: 1.25em;
  color: #5a4a32;
}

/* âœ… clearfix (comme ton verse-box) */
.branham::after{
  content:"";
  display:block;
  clear:both;
}

/* Cartouche "W.M. Branham" */
.branham::before{
  content:"W.M. Branham";
  position:absolute;
  top:-0.7rem;
  left:1.2rem;
  padding:0.12rem 0.7rem;
  background:#f8f4e9;
  border-radius:999px;
  border:1px solid #e3d8c3;
  font-size:0.8em;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#7b6740;
}

/* Texte */
.branham p{
  margin:0.35rem 0;
  font-size:1em;
}

/* âœ… Image Ã  gauche dans la citation */
.branham img.gauche{
  float:left;
  max-width: 32%;         /* un peu moins large que 40% (souvent + joli) */
  height:auto;
  margin:0.15em 0.9em 0.2em 0;
  border-radius:6px;
  display:block;
}

/* âœ… Mobile : image au-dessus */
@media (max-width: 640px){
  .branham img.gauche{
    float:none;
    max-width:100%;
    margin:0 0 0.6em 0;
  }
}

/* Optionnel : ref/source Ã  droite, comme un â€œverse-refâ€ */
.branham-ref{
  margin-top:0.8em;
  text-align:right;
  font-style:italic;
  font-weight:bold;
  color:#6a5737;
}

.compare-cards{
  margin: 0 auto;
  max-width: 720px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 640px){
  .compare-cards{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

.compare-card{
  text-align: center;
}

.compare-title{
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.compare-link{
  display: inline-block;
}

.compare-img{
  max-width: 100%;
  height: auto;
  display: block;
}

.compare-dates{
  margin: 10px 0 0;
}



/* YouTube responsive (16:9) */
.youtube-wrap{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(0,0,0,.12);
  position: relative;
}

/* fallback si besoin */
.youtube-wrap::before{
  content:"";
  display:block;
  padding-top:56.25%;
}

.youtube-embed{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

@supports (aspect-ratio: 16 / 9){
  .youtube-wrap{ aspect-ratio: 16 / 9; }
  .youtube-wrap::before{ display:none; }
}

.media-caption{ text-align:center; }

.gabriola{
 color: #444;
 font-family: Gabriola, times, serif;
 font-size: 50px;
 line-height: 44px;
 letter-spacing: -2px;
 font-weight: bold;Â¨
 text-align: center;
}

.gabriolaBig{
 color: #331E19;
 font-family: Gabriola, times, serif;
 margin: 0;
 padding-top:15px;
 font-size: 62px;
 line-height: 58px;
 letter-spacing: -2px;
 font-weight: bold;Â¨
}

.strike {
  position: relative;
  display: inline-block;
}
.strike::before {
  content: '';
  border-bottom: 2px solid red;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}

hr.style-five {
  border: 0;
  height: 0;
  /* Firefox... */ box-shadow: 0 0 10px 1px black;
}
hr.style-five:after {
/* Not really supposed to work, but does */ content: "\00a0"; /* Prevent margin collapse */ }

