:root {
  /* Couleurs principales */
  --itelo-violet-top: #17000a;
  --itelo-violet-deep: #250010;
  --itelo-burgundy-1: #3a0016;
  --itelo-burgundy-2: #580021;
  --itelo-burgundy-3: #6d022c;
  --itelo-body-bg: #660128;

  /* Couleurs d’accent */
  --itelo-gold: #f08a1a;
  --itelo-gold-light: #ffd86a;

  /* Couleurs neutres */
  --itelo-ivory: #fff5e8;
  --itelo-white: #ffffff;

  /* Ombres */
  --itelo-shadow: rgba(0, 0, 0, 0.22);
  --itelo-text-shadow: rgba(70, 10, 0, 0.30);
}

/* =========================================================
   Neutralisation des comportements hérités de Quark
   ========================================================= */
#header,
body.header-fixed #header,
body.header-animated #header,
body.header-transparent #header,
body.header-dark #header,
#header.scrolled,
body.header-fixed #header.scrolled,
body.header-animated #header.scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  transform: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
}

#start,
body.header-fixed #start,
body.header-animated #start {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* =========================================================
   Header fixe personnalisé
   ========================================================= */
#header.itelo-header {
  z-index: 1200;
  overflow: hidden;
  padding: 5px 0 4px !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 225, 120, 0.24) 0%, rgba(255, 170, 45, 0.14) 14%, rgba(255, 130, 25, 0.05) 28%, rgba(0, 0, 0, 0) 44%),
    linear-gradient(180deg, var(--itelo-violet-top) 0%, var(--itelo-violet-deep) 12%, var(--itelo-burgundy-1) 34%, var(--itelo-burgundy-2) 68%, var(--itelo-burgundy-3) 100%) !important;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

/* Espace compensatoire sous le header fixe */
.itelo-header-spacer {
  height: 122px;
}

/* Lueur globale dans le header */
.itelo-header-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 236, 160, 0.18) 0%, rgba(255, 205, 90, 0.08) 12%, rgba(255, 205, 90, 0) 32%);
}

.itelo-header .container {
  position: relative;
  z-index: 2;
}

.itelo-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

/* =========================================================
   Bloc logo + titre
   ========================================================= */
.itelo-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

/* Zone du logo */
.itelo-brand-symbol-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 58px;
}

/* Halo lumineux derrière le logo */
.itelo-brand-symbol-halo {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background:
    radial-gradient(circle,
      rgba(255, 248, 196, 0.98) 0%,
      rgba(255, 221, 110, 0.84) 18%,
      rgba(255, 170, 45, 0.48) 38%,
      rgba(255, 120, 0, 0.18) 56%,
      rgba(255, 120, 0, 0) 74%);
  filter: blur(12px);
  transform: scale(1.18);
  z-index: 1;
}

/* Logo rond */
.itelo-brand-symbol {
  position: relative;
  z-index: 2;
  width: 56px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.18),
    0 0 24px rgba(255, 195, 70, 0.42),
    0 8px 14px rgba(0, 0, 0, 0.18);
}

/* Bloc texte */
.itelo-brand-text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-shadow: 0 2px 10px var(--itelo-text-shadow);
  white-space: nowrap;
}

.itelo-brand-line {
  font-size: 20px;
  font-weight: 400;
  color: var(--itelo-white);
}

/* =========================================================
   Rectangle autour de la navigation : plus visible
   ========================================================= */
.itelo-nav-shell {
  width: 100%;
  max-width: 100%;
  padding: 4px 8px;
  border: 3px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 4px;
  background: rgba(25, 0, 10, 0.28) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.10),
    0 0 0 1px rgba(0, 0, 0, 0.20),
    0 3px 10px rgba(0, 0, 0, 0.18);
  position: relative;
}

.itelo-nav-shell::before {
  display: none !important;
}

.itelo-main-nav {
  width: 100%;
  overflow: hidden;
}

/* Barre interne du menu */
.itelo-main-nav > ul,
.itelo-main-nav ul:first-child {
  list-style: none;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 100%;
  width: max-content;
  margin: 0 auto;
  padding: 3px 4px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap !important;
  scrollbar-width: none;
  background: transparent !important;
  border: 0 !important;
}

.itelo-main-nav > ul::-webkit-scrollbar,
.itelo-main-nav ul:first-child::-webkit-scrollbar {
  display: none;
}

.itelo-main-nav ul {
  list-style: none;
}

.itelo-main-nav li {
  position: relative;
  flex: 0 0 auto !important;
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap !important;
}

/* Items du menu en blanc forcé */
.itelo-main-nav a,
.itelo-main-nav a:visited,
.itelo-main-nav a:link,
.itelo-main-nav li > span,
.itelo-main-nav li > a,
.itelo-main-nav li > a span {
  color: #ffffff !important;
  fill: #ffffff !important;
}

.itelo-main-nav a,
.itelo-main-nav li > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap !important;
  min-height: 28px;
  padding: 5px 8px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

/* Soulignement lumineux actif / hover */
.itelo-main-nav a::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 3px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--itelo-gold) 0%, var(--itelo-gold-light) 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
  box-shadow: 0 0 10px rgba(255, 200, 70, 0.28);
}

.itelo-main-nav li:hover > a,
.itelo-main-nav li.active > a,
.itelo-main-nav li.selected > a,
.itelo-main-nav a:hover,
.itelo-main-nav a:focus,
.itelo-main-nav a:active {
  color: #ffffff !important;
  transform: translateY(-1px);
}

.itelo-main-nav li:hover > a::after,
.itelo-main-nav li.active > a::after,
.itelo-main-nav li.selected > a::after,
.itelo-main-nav a:hover::after,
.itelo-main-nav a:focus::after {
  transform: scaleX(1);
}

/* =========================================================
   Sous-menus
   ========================================================= */
.itelo-main-nav li ul {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  width: auto;
  padding: 10px;
  margin: 0;
  border-radius: 14px;
  background: rgba(61, 0, 24, 0.96);
  border: 1px solid rgba(255, 246, 232, 0.10);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 80;
  white-space: normal;
}

.itelo-main-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.itelo-main-nav li ul li {
  width: 100%;
}

.itelo-main-nav li ul a {
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  min-height: 36px;
  padding: 8px 12px;
  font-size: 14px;
  white-space: nowrap;
  color: #ffffff !important;
}

.itelo-main-nav li ul a::after {
  left: 12px;
  right: 12px;
  bottom: 4px;
}

/* =========================================================
   Ligne login éventuelle
   ========================================================= */
.itelo-login-row {
  width: 100%;
  display: flex;
  justify-content: center;
}

.login-status-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  color: var(--itelo-ivory);
  background: rgba(255, 246, 232, 0.05);
  border: 1px solid rgba(255, 246, 232, 0.10);
  font-size: 13px;
}

/* =========================================================
   Menu mobile
   ========================================================= */
.mobile-menu {
  position: fixed;
  top: 14px;
  right: 16px;
  z-index: 1400;
}

.button_container span {
  background: var(--itelo-ivory);
}

.button_container.active span {
  background: var(--itelo-gold-light);
}

.mobile-container .overlay {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 212, 90, 0.20) 0%, rgba(240, 138, 26, 0.10) 18%, rgba(90, 0, 35, 0) 44%),
    linear-gradient(180deg, #5a0023 0%, #3d0018 100%);
}

.overlay-menu a {
  color: var(--itelo-ivory);
}

.overlay-menu a:hover,
.overlay-menu .active > a {
  color: var(--itelo-gold-light);
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1200px) {
  .itelo-header-spacer {
    height: 116px;
  }

  .itelo-brand-symbol-wrap {
    width: 102px;
    height: 54px;
  }

  .itelo-brand-symbol-halo {
    width: 72px;
    height: 72px;
  }

  .itelo-brand-symbol {
    width: 52px;
  }

  .itelo-brand-line {
    font-size: 15px;
  }

  .itelo-main-nav a,
  .itelo-main-nav li > span {
    font-size: 12px;
    padding: 5px 7px;
  }
}

@media (max-width: 960px) {
  #header.itelo-header {
    padding: 5px 0 4px !important;
  }

  .itelo-header-spacer {
    height: 86px;
  }

  .itelo-header-inner {
    gap: 2px;
  }

  .itelo-brand-symbol-wrap {
    width: 80px;
    height: 42px;
  }

  .itelo-brand-symbol-halo {
    width: 58px;
    height: 58px;
  }

  .itelo-brand-symbol {
    width: 40px;
  }

  .itelo-brand-line {
    font-size: 13px;
  }

  .itelo-nav-shell {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

@media (min-width: 961px) {
  .mobile-menu {
    display: none;
  }
}

@media (max-width: 640px) {
  .itelo-header-spacer {
    height: 74px;
  }

  .itelo-brand-symbol-wrap {
    width: 66px;
    height: 36px;
  }

  .itelo-brand-symbol-halo {
    width: 48px;
    height: 48px;
    filter: blur(8px);
  }

  .itelo-brand-symbol {
    width: 34px;
  }

  .itelo-brand-line {
    font-size: 12px;
  }

  .mobile-menu {
    top: 10px;
    right: 10px;
  }
}

/* =========================================================
   Fond global du site = couleur uniforme unique
   ========================================================= */
html,
body {
  background: var(--itelo-body-bg) !important;
  background-color: var(--itelo-body-bg) !important;
  background-image: none !important;
  color: var(--itelo-white);
}

/* Wrappers principaux : on neutralise tous les fonds noirs hérités */
#page-wrapper,
#start,
#body-wrapper,
#body-wrapper.section,
.main-content,
.container.main-content,
.section,
.modular-row,
.modular-text,
.modular-hero,
.hero,
.page,
.page-content {
  background: transparent !important;
  background-color: transparent !important;
}

/* Sections spécifiques de la home */
#breadcrumb1,
#breadcrumb2,
#breadcrumb1.br_image,
#breadcrumb2.br_image,
.infolettre-section,
.notre-histoire,
.epf-grid,
#organisation-interne,
.newsletter-image-col,
.newsletter-text-col,
.page-cover,
.page-cover.text-center {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Si une surcouche d’image/overlay persiste */
.image-overlay,
.breadcrumb_area::before,
.breadcrumb_area::after,
.br_image::before,
.br_image::after {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
}

/* Cartes et blocs : léger voile lisible au lieu de noir plein */
.culte-carte,
.newsletter-card-simple,
.epf-card,
.card-media,
.card-body,
.card-header,
.epf-body {
  background: rgba(255, 255, 255, 0.03) !important;
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

/* =========================================================
   Uniformité typographique
   ========================================================= */

/* Titre principal */
.page-cover-tittle {
  color: #ffffff !important;
  font-size: 32px !important;
  line-height: 1.2;
  font-weight: 700;
}

/* Titres secondaires */
.section-title,
.culte-carte h3,
.epf-card h3,
.card-title,
.newsletter-text-col h3,
h5 {
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1.3;
  font-weight: 600;
}

/* Textes et paragraphes */
.card-excerpt,
.notre-histoire p,
.culte-carte p,
.epf-body,
.epf-kicker,
.newsletter-text-col,
.newsletter-text-col p {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.6;
  font-weight: 400;
}

/* Ajustements responsive des titres */
@media (max-width: 960px) {
  .page-cover-tittle {
    font-size: 26px !important;
  }

  .section-title,
  .culte-carte h3,
  .epf-card h3,
  .card-title,
  .newsletter-text-col h3,
  h5 {
    font-size: 20px !important;
  }

  .card-excerpt,
  .notre-histoire p,
  .culte-carte p,
  .epf-body,
  .epf-kicker,
  .newsletter-text-col,
  .newsletter-text-col p {
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .page-cover-tittle {
    font-size: 22px !important;
    line-height: 1.25;
  }

  .section-title,
  .culte-carte h3,
  .epf-card h3,
  .card-title,
  .newsletter-text-col h3,
  h5 {
    font-size: 18px !important;
    line-height: 1.3;
  }

  .card-excerpt,
  .notre-histoire p,
  .culte-carte p,
  .epf-body,
  .epf-kicker,
  .newsletter-text-col,
  .newsletter-text-col p {
    font-size: 14px !important;
    line-height: 1.55;
  }
}

/* Liens */
a {
  color: var(--itelo-gold-light);
}

a:hover {
  color: #ffffff;
}

/* =========================================================
   Réduction de l’espace entre le menu et le titre principal
   ========================================================= */
.itelo-header-spacer {
  height: 60px !important;
}

#breadcrumb1,
#breadcrumb1.breadcrumb_area,
#breadcrumb1.br_image {
  padding-top: 18px !important;
  padding-bottom: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: auto !important;
}

.page-cover,
.page-cover.text-center {
  padding: 0 !important;
  margin: 0 !important;
}

.page-cover-tittle {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
}


/* =========================================================
   Prochains cultes : disposition uniforme
   ========================================================= */
#organisation-interne .epf-grid,
.epf-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 34px 42px;
  align-items: start;
}

/* Chaque bloc culte */
.culte-carte {
  width: 100%;
  max-width: 100%;
  padding: 24px 28px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  text-align: left !important;
}

/* Tout le contenu interne doit rester aligné à gauche */
.culte-carte *,
.culte-carte h3,
.culte-carte p,
.culte-carte li,
.culte-carte a,
.culte-carte strong,
.culte-carte span {
  text-align: left !important;
}

/* Titre de la ville */
.culte-carte h3 {
  margin: 0 0 18px 0;
  font-size: 22px !important;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff !important;
}

/* Lignes d'information */
.culte-carte p,
.culte-carte li {
  margin: 0 0 10px 0;
  font-size: 16px !important;
  line-height: 1.55;
  color: #ffffff !important;
}

/* Liens Google Maps */
.culte-carte a {
  color: var(--itelo-gold-light) !important;
  text-decoration: underline;
}

.culte-carte a:hover {
  color: #ffffff !important;
}

/* Si une liste est utilisée */
.culte-carte ul,
.culte-carte ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Responsive */
@media (max-width: 900px) {
  #organisation-interne .epf-grid,
  .epf-grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .culte-carte {
    padding: 20px 20px;
  }

  .culte-carte h3 {
    font-size: 20px !important;
  }

  .culte-carte p,
  .culte-carte li {
    font-size: 15px !important;
  }
}



/* =========================
   HOME PAGE - STYLE BLOCS
   ========================= */

/* Conteneur principal */
.main-content {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* Titres de section */
.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #f4c400;
  margin-bottom: 28px;
  line-height: 1.2;
}

/* =========================
   BLOC INFOLETTRE
   ========================= */

.infolettre-section {
  margin: 40px 0 55px;
}

.newsletter-card-simple {

  border-radius: 14px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  align-items: center;
}

.newsletter-image-col,
.newsletter-text-col {
  display: flex;
  align-items: center;
}

.card-media {
  width: 100%;
  text-align: center;
}

.card-media img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: inline-block;
  border-radius: 4px;
  object-fit: cover;
}

.newsletter-text-col .card-body {
  width: 100%;
  padding: 0 10px;
}

.card-title {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.2;
}

.card-excerpt {
  color: #f5f5f5;
  font-size: 0.96rem;
  line-height: 1.72;
  margin-bottom: 20px;
}

/* =========================
   BLOC HISTOIRE
   ========================= */

.notre-histoire {
  margin: 25px 0 55px;
}

.notre-histoire .container {

  border-radius: 14px;
  padding: 28px 24px 32px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.notre-histoire .row {
  align-items: center;
}

.notre-histoire p {
  color: #f5f5f5;
  font-size: 0.96rem;
  line-height: 1.78;
  margin-bottom: 0;
  white-space: normal;
}

.notre-histoire img {
  width: 100%;
  max-width: 310px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
}

/* =========================
   BOUTONS
   ========================= */

.btn.btn-primary {
  display: inline-block;
  background: #f4c400;
  color: #111111;
  border: 1px solid #f4c400;
  border-radius: 2px;
  padding: 8px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.25s ease;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: transparent;
  color: #f4c400;
  border-color: #f4c400;
  text-decoration: none;
}

/* =========================
   BLOC ORGANISATION
   ========================= */

#organisation-interne {
  margin-top: 10px;
  margin-bottom: 25px;
}

.epf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto 30px;
}

.epf-card {
  background: rgba(20, 20, 20, 0.82);
  border: 1px solid #ff8b8b;
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.epf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
}

.epf-body {
  padding: 18px 16px 16px;
}

.epf-body h3 {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.65;
  font-weight: 600;
  margin: 0 0 18px;
}

.epf-kicker {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}

/* Boutons plus petits dans les cartes organisation */
.epf-body .btn.btn-primary {
  padding: 7px 14px;
  font-size: 0.82rem;
}

/* =========================
   TITRES / ESPACEMENTS FINS
   ========================= */

.infolettre-section .section-title,
.notre-histoire .section-title,
#organisation-interne .section-title {
  font-size: 1.85rem;
  margin-bottom: 24px;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 991.98px) {
  .epf-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsletter-card-simple,
  .notre-histoire .container {
    padding: 24px 18px;
  }

  .card-title {
    margin-top: 18px;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    font-size: 1.6rem;
  }

  .newsletter-card-simple {
    padding: 20px 16px;
  }

  .newsletter-text-col .card-body {
    padding: 16px 0 0;
  }

  .notre-histoire .container {
    padding: 22px 16px 26px;
  }

  .notre-histoire .col-md-6:first-child {
    margin-bottom: 20px;
  }

  .epf-grid {
    grid-template-columns: 1fr;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .card-excerpt,
  .notre-histoire p,
  .epf-body h3 {
    font-size: 0.92rem;
  }
}


/* =========================
   SECTION CULTES - DISPOSITION 2x2
   ========================= */

#breadcrumb2 {
  margin: 20px 0 55px;
}

#vpcultes {
  margin-bottom: 28px;
}

/* On remplace la logique Bootstrap par une vraie grille */
#breadcrumb2 .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 22px 28px;
  align-items: stretch;
}

/* Annule l'effet largeur Bootstrap des colonnes */
#breadcrumb2 .row > .col-lg-6,
#breadcrumb2 .row > .col-md-6 {
  width: 100%;
  max-width: 100%;
  flex: unset;
  padding: 0;
}

/* Cartes */
.culte-carte {
  background: rgba(20, 20, 20, 0.82);
  border-radius: 14px;
  padding: 24px 22px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.culte-carte:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

.culte-carte .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 18px;
}

.culte-carte .card-header h3 {
  color: #ffffff;
  font-size: 1.85rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.culte-carte .card-body {
  padding: 0;
}

.culte-carte .card-body p {
  color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.culte-carte .card-body p strong {
  color: #ffffff;
  font-weight: 700;
  margin-right: 4px;
}

.culte-carte .card-body p span {
  color: #f5f5f5;
}

.culte-carte .card-body i {
  color: #ffffff;
  min-width: 14px;
  margin-top: 6px;
  font-size: 0.95rem;
}

.culte-carte .card-body a {
  color: #f4c400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.culte-carte .card-body a:hover {
  opacity: 0.85;
}

#breadcrumb2 .section-title {
  margin-bottom: 0;
}

/* Tablette */
@media (max-width: 991.98px) {
  #breadcrumb2 .row {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 20px;
  }

  .culte-carte {
    padding: 22px 18px;
  }

  .culte-carte .card-header h3 {
    font-size: 1.6rem;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  #breadcrumb2 .row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .culte-carte {
    padding: 20px 16px;
  }

  .culte-carte .card-header h3 {
    font-size: 1.45rem;
  }

  .culte-carte .card-body p {
    font-size: 0.94rem;
    line-height: 1.65;
  }
}




/* =========================================================
   SECTION CULTES - VERSION NETTOYÉE
   Cartes 1 et 3 alignées à gauche
   Cartes 2 et 4 alignées à droite
   ========================================================= */

#breadcrumb2 {
  margin: 20px 0 55px;
}

#vpcultes {
  margin-bottom: 28px;
}

#breadcrumb2 .section-title {
  margin-bottom: 0;
}

/* Grille 2 x 2 */
#breadcrumb2 .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 22px 28px;
  align-items: stretch;
}

/* Neutralise Bootstrap sur les colonnes */
#breadcrumb2 .row > [class*="col-"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Carte */
#breadcrumb2 .culte-carte {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
}

#breadcrumb2 .culte-carte:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

/* Header */
#breadcrumb2 .culte-carte .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 18px;
}

#breadcrumb2 .culte-carte .card-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.85rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}

/* Body */
#breadcrumb2 .culte-carte .card-body {
  padding: 0;
}

#breadcrumb2 .culte-carte .card-body p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 10px;
  color: #f5f5f5;
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
}

#breadcrumb2 .culte-carte .card-body strong {
  color: #ffffff;
  font-weight: 700;
  margin-right: 4px;
}

#breadcrumb2 .culte-carte .card-body span {
  color: #f5f5f5;
}

#breadcrumb2 .culte-carte .card-body i {
  min-width: 14px;
  margin-top: 6px;
  font-size: 0.95rem;
  color: #ffffff;
}

#breadcrumb2 .culte-carte .card-body a {
  color: #f4c400;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#breadcrumb2 .culte-carte .card-body a:hover {
  opacity: 0.85;
}

/* ---------------------------------------------------------
   CARTES 2 ET 4 : ALIGNEMENT À DROITE
   --------------------------------------------------------- */

#breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte,
#breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte,
#breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-header,
#breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-header,
#breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-header h3,
#breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-header h3,
#breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body,
#breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body {
  text-align: right !important;
}

#breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body p,
#breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body p {
  justify-content: flex-end !important;
  text-align: right !important;
}

#breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body p strong,
#breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body p span,
#breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body p a,
#breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body p strong,
#breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body p span,
#breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body p a {
  text-align: right !important;
}

/* Responsive */
@media (max-width: 991.98px) {
  #breadcrumb2 .row {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 20px;
  }

  #breadcrumb2 .culte-carte {
    padding: 22px 18px;
  }

  #breadcrumb2 .culte-carte .card-header h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  #breadcrumb2 .row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #breadcrumb2 .culte-carte {
    padding: 20px 16px;
  }

  #breadcrumb2 .culte-carte .card-header h3 {
    font-size: 1.45rem;
  }

  #breadcrumb2 .culte-carte .card-body p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  /* En mobile, tout repasse à gauche */
  #breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte,
  #breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte,
  #breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-header,
  #breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-header,
  #breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-header h3,
  #breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-header h3,
  #breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body,
  #breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body,
  #breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body p,
  #breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body p,
  #breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body p strong,
  #breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body p span,
  #breadcrumb2 .row > [class*="col-"]:nth-child(2) .culte-carte .card-body p a,
  #breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body p strong,
  #breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body p span,
  #breadcrumb2 .row > [class*="col-"]:nth-child(4) .culte-carte .card-body p a {
    text-align: left !important;
    justify-content: flex-start !important;
  }
}
