/* 🌟 Bannière principale */
.banner-section {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* 🎨 Contenu de la bannière */
.banner-container {
    background: rgba(0, 0, 0, 0.7); /* Fond sombre transparent */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    max-width: 800px;
    width: 90%;
}

/* 🏆 Titre */
.banner-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

/* 📝 Texte */
.banner-text {
    font-size: 1.1rem;
    line-height: 1.5;
}

/* 📱 Responsive */
@media (max-width: 768px) {
    .banner-section {
        height: 60vh;
        padding: 10px;
    }
    
    .banner-title {
        font-size: 1.8rem;
    }
    
    .banner-text {
        font-size: 1rem;
    }
}



   .faq-discordjs {
      padding: 80px 20px;
      font-family: 'Poppins', sans-serif;
    }

    .faq-discordjs .heading-section {
      text-align: center;
      margin-bottom: 50px;
    }

    .faq-discordjs .heading-subtitle span {
      color: #7289da;
      font-size: 18px;
      font-weight: 600;
    }

    .faq-discordjs .heading-title {
      font-size: 36px;
      font-weight: bold;
      margin-top: 10px;
    }

    .faq-discordjs .heading-title span {
      color: #7289da;
    }

    .faq-discordjs .heading-description {
      font-size: 16px;
      color: #aaa;
      margin-top: 15px;
    }

    .faq-discordjs .accordion-button {
      background-color: #1e1b38;
      color: #fff;
      border: none;
    }

    .faq-discordjs .accordion-button:not(.collapsed) {
      background-color: #2f2b4f;
      color: #7289da;
    }

    .faq-discordjs .accordion-item {
      background-color: #1a1830;
      border: none;
      margin-bottom: 15px;
      border-radius: 6px;
      overflow: hidden;
    }

    .faq-discordjs .accordion-body {
      background-color: #151328;
      color: #ddd;
      padding: 20px;
    }




