.elementor-1077 .elementor-element.elementor-element-c1dcbfb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d233505 *//* =========================================
   FormulaTV — FAQ SEO Premium
   Noir / Doré
   ========================================= */

.ftv-seo-faq{
  margin-top:50px;
}

/* TITRES DES BLOCS (FAQ IPTV / BOX FORMULER etc) */
.ftv-seo-faq h2{
  text-align:center;
  font-size:28px;
  margin-top:40px;
  margin-bottom:30px;
  font-weight:900;
  color:#ffd36b;
  position:relative;
}

/* Barre dorée sous le titre */
.ftv-seo-faq h2::after{
  content:"";
  display:block;
  width:80px;
  height:3px;
  background:linear-gradient(90deg,#ffd36b,#d4af37);
  margin:12px auto 0;
  border-radius:999px;
  box-shadow:0 0 10px rgba(255,214,107,.4);
}

/* blocs FAQ */
.ftv-faq-item{
  margin-bottom:18px;
  padding:18px 22px;
  background:rgba(10,10,10,.85);
  border:1px solid rgba(212,175,55,.25);
  border-radius:14px;
  transition:all .25s ease;
}

/* effet hover léger */
.ftv-faq-item:hover{
  border-color:#ffd36b;
  box-shadow:0 0 15px rgba(255,214,107,.15);
}

/* questions */
.ftv-faq-item h3{
  margin:0 0 10px;
  font-size:18px;
  color:#ffd36b;
  font-weight:800;
}

/* réponses */
.ftv-faq-item p{
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.6;
}

/* responsive */
@media(max-width:768px){

.ftv-seo-faq h2{
  font-size:22px;
}

.ftv-faq-item{
  padding:16px 18px;
}

}/* End custom CSS */