.elementor-kit-5{--e-global-color-primary:#DD2000;--e-global-color-secondary:#FFAB2E;--e-global-color-text:#24201F;--e-global-color-accent:#018228;--e-global-color-4721e44:#FFDD00;--e-global-color-698d351:#D3392F;--e-global-color-6006339:#772608;--e-global-color-6cda61e:#5C160C;--e-global-color-5b4f63b:#ECECEC;--e-global-typography-primary-font-family:"Humane";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Humane";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Calibri";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Calibri";--e-global-typography-accent-font-weight:700;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   EFZ-CSS — Fixes globaux Elementor · Effuzion 2026
   À coller dans : Elementor → Réglages du site → CSS personnalisé
   Remplace intégralement la version précédente.
   ============================================================ */

/* ------------------------------------------------------------
   1. Fond global et débordement horizontal

   IMPORTANT : on utilise « clip » et non « hidden ».
   overflow-x:hidden sur html ou body désactive position:sticky
   sur tous les descendants — c'est ce qui empêchait le header
   de rester en haut au défilement.
   ------------------------------------------------------------ */
html {
  background: #17110e !important;
  overflow-x: clip !important;
}

body {
  background: #17110e !important;
  overflow-x: clip !important;
  max-width: 100% !important;
}

.elementor-editor-active .efz-nav-wrap { top: 0 !important; }

/* ------------------------------------------------------------
   2. Neutralise les espacements ajoutés par Elementor
   ------------------------------------------------------------ */
.elementor-section,
.elementor-container,
.elementor-widget-container,
.elementor-widget-html,
.e-con,
.e-con-inner {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.elementor-canvas .elementor {
  padding: 0 !important;
  margin: 0 !important;
}

/* ------------------------------------------------------------
   3. Aucun conteneur Elementor ne doit créer de contexte
   de défilement, sinon le sticky casse à nouveau
   ------------------------------------------------------------ */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-container,
.e-con,
.e-con-inner,
.efz-root {
  overflow: visible !important;
}

/* ------------------------------------------------------------
   4. Fonds transparents sur les conteneurs Elementor
   ------------------------------------------------------------ */
.elementor-column,
.elementor-column-wrap,
.elementor-widget-wrap {
  background: transparent !important;
}

/* ------------------------------------------------------------
   5. Le header collant
   ------------------------------------------------------------ */
.efz-nav-wrap {
  position: sticky !important;
  top: 0;
  z-index: 120;
}

/* Décalage sous la barre d'administration WordPress */
body.admin-bar .efz-nav-wrap {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .efz-nav-wrap {
    top: 46px;
  }
}

/* ------------------------------------------------------------
   6. Sessions simultanées — empilées sur mobile

   Sur la page Programme, les créneaux qui se tiennent en même
   temps dans les deux salles sont côte à côte en deux colonnes.
   En dessous de 700 px, chaque colonne devient illisible.
   ------------------------------------------------------------ */
@media screen and (max-width: 700px) {
  div:has(> .prog-session--parallel) {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .prog-session--parallel {
    padding: 14px !important;
  }
}

/* ------------------------------------------------------------
   7. Garde-fous mobile
   ------------------------------------------------------------ */
@media screen and (max-width: 700px) {
  .efz-root img {
    max-width: 100%;
    height: auto;
  }
  .efz-root table {
    display: block;
    overflow-x: auto;
  }
}/* End custom CSS */