.elementor-105797 .elementor-element.elementor-element-ab93860{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-105797 .elementor-element.elementor-element-babffdd{--display:flex;}.elementor-105797 .elementor-element.elementor-element-a8bc91c .hfe-copyright-wrapper{text-align:center;}.elementor-105797 .elementor-element.elementor-element-a8bc91c > .elementor-widget-container{background-color:var( --e-global-color-secondary );margin:-34px 0px 0px 0px;border-radius:0px 0px 25px 25px;}.elementor-105797 .elementor-element.elementor-element-a8bc91c .hfe-copyright-wrapper a, .elementor-105797 .elementor-element.elementor-element-a8bc91c .hfe-copyright-wrapper{color:var( --e-global-color-primary );}.elementor-105797 .elementor-element.elementor-element-a8bc91c .hfe-copyright-wrapper, .elementor-105797 .elementor-element.elementor-element-a8bc91c .hfe-copyright-wrapper a{font-family:"Roboto", Sans-serif;font-size:12px;}.elementor-105797 .elementor-element.elementor-element-836a600{--display:flex;}@media(min-width:768px){.elementor-105797 .elementor-element.elementor-element-ab93860{--content-width:1459px;}.elementor-105797 .elementor-element.elementor-element-babffdd{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-fff37da */.bipftr-footer-widget {
    background: #111;
    color: #fff;
    padding: 30px 15px;
    font-family: Arial, sans-serif;
    border-radius: 18px; /* Ajout d'un border-radius global */
  }

  .bipftr-footer-widget .bipftr-footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1300px;
    margin: 0 auto;
  }

  .bipftr-footer-widget h4 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff !important;
  }

  /* Bloc gauche (thématiques) */
  .bipftr-themes {
    flex: 2;
  }

  .bipftr-themes-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .bipftr-themes-header a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
  }

  .bipftr-themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colonnes fixes */
    gap: 15px;
  }

  .bipftr-theme-box {
    display: block;
    border: 1px solid #555;
    padding: 6px 5px;  /* padding réduit */
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    font-size: 15px;
    transition: 0.3s;
    white-space: nowrap;
    text-decoration: none !important;
  }

  /* Couleurs visibles par défaut */
  .bipftr-theme-info { border-color: #34d399; color: #34d399 !important; }
  .bipftr-theme-humour { border-color: #f59e0b; color: #f59e0b !important; }
  .bipftr-theme-histoire { border-color: #10b981; color: #10b981 !important; }
  .bipftr-theme-faits { border-color: #60a5fa; color: #60a5fa !important; }
  .bipftr-theme-sante { border-color: #a78bfa; color: #a78bfa !important; }
  .bipftr-theme-jeunesse { border-color: #3b82f6; color: #3b82f6 !important; }
  .bipftr-theme-extra1 { border-color: #f87171; color: #f87171 !important; }
  .bipftr-theme-extra2 { border-color: #facc15; color: #facc15 !important; }

  /* Survol : fond = couleur contour et texte blanc */
  .bipftr-theme-info:hover { background: #34d399; color: #fff !important; }
  .bipftr-theme-humour:hover { background: #f59e0b; color: #fff !important; }
  .bipftr-theme-histoire:hover { background: #10b981; color: #fff !important; }
  .bipftr-theme-faits:hover { background: #60a5fa; color: #fff !important; }
  .bipftr-theme-sante:hover { background: #a78bfa; color: #fff !important; }
  .bipftr-theme-jeunesse:hover { background: #3b82f6; color: #fff !important; }
  .bipftr-theme-extra1:hover { background: #f87171; color: #fff !important; }
  .bipftr-theme-extra2:hover { background: #facc15; color: #fff !important; }

  /* Bloc droit (communauté) */
  .bipftr-community {
    background: transparent;
    color: #fff !important;
    padding: 20px 0;
    text-align: right;
    flex: 1;
    min-width: 220px;
  }

  .bipftr-community h4 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff !important;
  }

  .bipftr-community p {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #fff !important;
  }

  .bipftr-social-icons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .bipftr-social-icons a {
    color: #fff !important;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none !important;
  }

  .bipftr-social-icons a:hover {
    color: #ddd !important;
  }
  
  /* Centrer le titre "Suivez-nous" */
.bipftr-themes-header {
  justify-content: center;  /* au lieu de space-between */
  margin-bottom: 20px;
}

.bipftr-themes-header h4 {
  text-align: center;
  width: 100%;
}

/* Ajout marge gauche et droite à la grille */
.bipftr-themes-grid {
  margin: 0 20px; /* marge gauche et droite */
}/* End custom CSS */