/* /Header.razor.rz.scp.css */
.custom-navbar[b-5f04cibigy] {
    background-color: rgba(0, 0, 0, 0.7); /* Couleur de fond sombre */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    align-content: end;
    z-index: 2;
}

    .custom-navbar .navbar-nav .nav-link[b-5f04cibigy] {
        color: #ffffff; /* Couleur des textes */
        font-weight: 500;
        margin-right: 20px;
        text-transform: uppercase;
        transition: color 0.3s ease-in-out;
    }

        .custom-navbar .navbar-nav .nav-link:hover[b-5f04cibigy] {
            color: #27ae60; /* Couleur au survol */
        }

.logo-img[b-5f04cibigy] {
    height: 40px; /* Taille du logo */
    width: auto;
}

.navbar-toggler[b-5f04cibigy] {
    border-color: rgba(255, 255, 255, 0.2);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qrxztdll7n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qrxztdll7n] {
    flex: 1;
}

.sidebar[b-qrxztdll7n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qrxztdll7n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qrxztdll7n]  a, .top-row[b-qrxztdll7n]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qrxztdll7n]  a:hover, .top-row[b-qrxztdll7n]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qrxztdll7n]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qrxztdll7n] {
        justify-content: space-between;
    }

    .top-row[b-qrxztdll7n]  a, .top-row[b-qrxztdll7n]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qrxztdll7n] {
        flex-direction: row;
    }

    .sidebar[b-qrxztdll7n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qrxztdll7n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qrxztdll7n]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qrxztdll7n], article[b-qrxztdll7n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qrxztdll7n] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qrxztdll7n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Shared/AboutSection.razor.rz.scp.css */
/* Fichier : wwwroot/css/styles.css */

.about-section[b-rplz00qb2l] {
    background-color: #f8f8f8; /* Fond gris clair */
    color: #555; /* Couleur du texte */
}

.about-title[b-rplz00qb2l] {
    color: #2e7d32; /* Vert foncé */
    font-size: 2.5rem;
    font-weight: bold;
}

.about-text[b-rplz00qb2l] {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.about-list[b-rplz00qb2l] {
    font-size: 1rem;
    text-align: left;
    display: inline-block;
    margin-top: 1rem;
}

    .about-list li[b-rplz00qb2l] {
        margin-bottom: 0.5rem;
    }

.about-button[b-rplz00qb2l] {
    font-size: 1rem;
    padding: 0.8rem 2rem;
    transition: all 0.3s ease-in-out;
}

    .about-button:hover[b-rplz00qb2l] {
        background-color: #2e7d32;
        color: #ffffff;
        border-color: #2e7d32;
    }
/* /Pages/Shared/EventComponent.razor.rz.scp.css */
/* Section événements */
.events-section[b-ffymw7dz32] {
    background-color: #ffffff; /* Fond blanc */
    padding: 3rem 0;
}

.section-title[b-ffymw7dz32] {
    font-size: 2rem;
    font-weight: bold;
    color: #2e7d32; /* Vert foncé */
    margin-bottom: 2rem;
    text-transform: uppercase;
}

/* Style des cartes */
.event-card[b-ffymw7dz32] {
    height: 400px; /* Hauteur fixe pour les cartes */
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.event-card:hover[b-ffymw7dz32] {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Overlay */
.event-card .overlay[b-ffymw7dz32] {
    background: rgba(0, 0, 0, 0.6); /* Fond semi-transparent noir */
    color: #fff; /* Texte blanc */
    padding: 1.5rem;
    width: 100%;
    text-align: center;
    transition: background 0.3s ease;
}

.event-card:hover .overlay[b-ffymw7dz32] {
    background: rgba(0, 0, 0, 0.8); /* Fond plus sombre au survol */
}

.card-title[b-ffymw7dz32] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #fff;
}

.card-text[b-ffymw7dz32] {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #ddd;
}

.card-date[b-ffymw7dz32] {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #bbb;
}

/* Bouton */
.event-btn[b-ffymw7dz32] {
    background-color: #4CAF50; /* Vert clair */
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.event-btn:hover[b-ffymw7dz32] {
    background-color: #2e7d32; /* Vert foncé */
    color: #fff;
}

/*!* Conteneur de la carte *!*/
/*.card-container {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 400px;*/
/*    perspective: 1000px;*/
/*}*/

/*!* Styles généraux de la carte *!*/
/*.event-card {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    backface-visibility: hidden;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*    transition: transform 0.6s ease-in-out;*/
/*}*/

/*!* Face avant *!*/
/*.card-container .front {*/
/*    background-color: #fff;*/
/*}*/

/*!* Face arrière *!*/
/*.card-container .back {*/
/*    background-color: #4CAF50; !* Vert clair *!*/
/*    color: #fff;*/
/*    transform: rotateY(180deg);*/
/*}*/

/*!* Rotation de la carte *!*/
/*.card-container.flipped .front {*/
/*    transform: rotateY(180deg);*/
/*}*/

/*.card-container.flipped .back {*/
/*    transform: rotateY(0deg);*/
/*}*/

/*!* Bouton *!*/
/*.event-btn {*/
/*    background-color: #4CAF50;*/
/*    color: #ffffff;*/
/*    font-size: 1rem;*/
/*    font-weight: bold;*/
/*    border: none;*/
/*    padding: 0.6rem 1.5rem;*/
/*    border-radius: 5px;*/
/*    transition: background-color 0.3s ease;*/
/*}*/

/*.event-btn:hover {*/
/*    background-color: #2e7d32;*/
/*    color: #fff;*/
/*}*/

/* /Pages/Shared/Feature.razor.rz.scp.css */
/* Fichier : wwwroot/css/styles.css */

/*.features-section {
    background-color: #ffffff;*/ /* Fond blanc */
    /*color: #555;*/ /* Couleur de texte */
/*}

.feature-number {
    background-color: #4CAF50;*/ /* Vert */
    /*color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 100%;
    height: 45px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    color: #2e7d32;*/ /* Vert foncé */
    /*font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.feature-text {
    font-size: 1rem;
    line-height: 1.6;
    justify-content: stretch;
}

.img-fluid {
    max-height: 400px;*/ /* Taille maximale des images */
    /*object-fit: cover;
}*/
/* /Pages/Shared/FeatureItem.razor.rz.scp.css */
.features-section[b-560bttbdbz] {
    background-color: #ffffff; /* Fond blanc */
    color: #555; /* Couleur de texte */
}

.feature-number[b-560bttbdbz] {
    background-color: #4CAF50; /* Vert */
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}

.feature-title[b-560bttbdbz] {
    color: #4CAF50; /* Vert foncé */
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.feature-text[b-560bttbdbz] {
    font-size: 1rem;
    line-height: 1.6;
    justify-content: stretch;
    /* add color to black with a little transparency */
    color: rgba(0, 0, 0, 0.5);
}

.img-fluid[b-560bttbdbz] {
    max-height: 400px; /* Taille maximale des images */
    object-fit: cover;
    display: block;
    margin:auto;
}
/* /Pages/Shared/FooterComponent.razor.rz.scp.css */
/* Footer section */
.footer[b-bhl4rq3avc] {
    background-color: rgba(0, 0, 0, 0.7); 
    color: #ffffff;
}

.footer h5[b-bhl4rq3avc] {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer p[b-bhl4rq3avc] {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer a[b-bhl4rq3avc] {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover[b-bhl4rq3avc] {
    color: #ffd700; /* Jaune doré au survol */
}

.footer-links[b-bhl4rq3avc] {
    list-style: none;
    padding: 0;
}

.footer-links li[b-bhl4rq3avc] {
    margin-bottom: 0.5rem;
}

.footer-links li a[b-bhl4rq3avc] {
    font-size: 0.9rem;
}

.social-icons[b-bhl4rq3avc] {
    margin-top: 1rem;
}

.social-icon[b-bhl4rq3avc] {
    display: inline-block;
    margin-right: 0.5rem;
    color: #ffffff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-icon:hover[b-bhl4rq3avc] {
    color: #ffd700; /* Jaune doré */
}

.hr[b-bhl4rq3avc] {
    border-color: rgba(255, 255, 255, 0.2);
}

.footer-copyright[b-bhl4rq3avc] {
    font-size: 0.8rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.8);
}
/* /Pages/Shared/GalleryComponent.razor.rz.scp.css */
/* Fichier : wwwroot/css/styles.css */

/* Style de la section gallery */
.gallery-section[b-vqhxc87qnl] {
    background-color: #f8f8f8;
    padding: 3rem 0;
    text-align: center;
}

/* Miniatures dans le carrousel */
.gallery-thumbnail[b-vqhxc87qnl] {
    max-width: 60%;
    height: auto;
    max-height: 500px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .gallery-thumbnail:hover[b-vqhxc87qnl] {
        transform: scale(1.05);
    }

/* Mode plein écran */
.fullscreen-overlay[b-vqhxc87qnl] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-image[b-vqhxc87qnl] {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.prev-btn[b-vqhxc87qnl],
.next-btn[b-vqhxc87qnl] {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1060;
    transform: translateY(-50%);
    user-select: none;
}

.prev-btn[b-vqhxc87qnl] {
    left: 5%;
}

.next-btn[b-vqhxc87qnl] {
    right: 5%;
}

    .prev-btn:hover[b-vqhxc87qnl],
    .next-btn:hover[b-vqhxc87qnl] {
        color: #ddd;
    }
/* /Pages/Shared/HeroSection.razor.rz.scp.css */
/* Fichier : wwwroot/css/styles.css */

.hero-section[b-ers9sjvewz] {
    background: url('/images/covercor.jpg') center/cover no-repeat;
    height: 100vh;
    color: #ffffff; /* Couleur du texte */
    position: relative;
    
}

    .hero-section[b-ers9sjvewz]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Filtre sombre pour le texte lisible */
    }

    .hero-section .container[b-ers9sjvewz] {
        position: relative;
        z-index: 1;
        /*text-align:center;*/
    }

.hero-title[b-ers9sjvewz] {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hero-subtitle[b-ers9sjvewz] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin: auto;
}

.hero-button[b-ers9sjvewz] {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

    .hero-button:hover[b-ers9sjvewz] {
        background-color: #27ae60;
        color: #ffffff;
        border-color: #27ae60;
    }
/* /Pages/SoireeCulturelle.razor.rz.scp.css */
/* Styles pour la page de la soirée culturelle camerounaise */

.soiree-culturelle-page[b-klqbgg2431] {
    padding-top: 70px; /* Pour éviter que le contenu soit caché sous la navbar fixe */
}

/* Style de la bannière */
.soiree-banner[b-klqbgg2431] {
    background: linear-gradient(to right, #006341, #27ae60, #4CAF50);
    color: #fff;
    padding: 4rem 0;
    margin-bottom: 2rem;
    border-radius: 0 0 50px 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.soiree-title[b-klqbgg2431] {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.soiree-date[b-klqbgg2431] {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffdd00;
}

.soiree-details[b-klqbgg2431] {
    font-size: 1.2rem;
}

.soiree-details i[b-klqbgg2431] {
    color: #ffdd00;
    margin-right: 5px;
}

/* Section description */
.soiree-description[b-klqbgg2431] {
    background-color: #f8f9fa;
    border-radius: 20px;
    margin: 0 20px 30px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.soiree-features[b-klqbgg2431] {
    list-style-type: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.soiree-features li[b-klqbgg2431] {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.soiree-features i[b-klqbgg2431] {
    color: #27ae60;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.2rem;
}

.soiree-image-container[b-klqbgg2431] {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    max-height: 400px;
    width: 100%;
}

.soiree-image-container img[b-klqbgg2431] {
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.soiree-image-container:hover img[b-klqbgg2431] {
    transform: scale(1.05);
}

/* Boutons de partage */
.share-event[b-klqbgg2431] {
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}

.share-text[b-klqbgg2431] {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.share-text i[b-klqbgg2431] {
    margin-right: 8px;
    color: #27ae60;
}

.share-buttons[b-klqbgg2431] {
    display: flex;
    gap: 12px;
}

.share-button[b-klqbgg2431] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.share-button:hover[b-klqbgg2431] {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.facebook[b-klqbgg2431] {
    background-color: #3b5998;
}

.twitter[b-klqbgg2431] {
    background-color: #1da1f2;
}

.whatsapp[b-klqbgg2431] {
    background-color: #25d366;
}

.email[b-klqbgg2431] {
    background-color: #ea4335;
}

/* Section tickets */
.tickets-section[b-klqbgg2431] {
    background-color: #fff;
    padding-bottom: 4rem !important;
}

/* Compteur à rebours */
.countdown-container[b-klqbgg2431] {
    background: linear-gradient(135deg, #006341 0%, #27ae60 100%);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: white;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.countdown-title[b-klqbgg2431] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.countdown-timer[b-klqbgg2431] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 1.5rem;
}

.countdown-item[b-klqbgg2431] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1rem 0;
    width: 80px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.countdown-value[b-klqbgg2431] {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.countdown-label[b-klqbgg2431] {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-top: 0.3rem;
    display: block;
    letter-spacing: 1px;
}

.limited-seats[b-klqbgg2431] {
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
}

.limited-seats i[b-klqbgg2431] {
    color: #ffdd00;
    margin-right: 5px;
}

.ticket-card[b-klqbgg2431] {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ticket-card:hover[b-klqbgg2431] {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}

.ticket-header[b-klqbgg2431] {
    background: linear-gradient(to right, #006341, #27ae60);
    color: white;
    padding: 1.5rem;
    position: relative;
    text-align: center;
}

.ticket-price[b-klqbgg2431] {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.ticket-body[b-klqbgg2431] {
    padding: 2rem;
    background-color: #fff;
}

.ticket-features[b-klqbgg2431] {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    text-align: left;
}

.ticket-features li[b-klqbgg2431] {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.ticket-features li[b-klqbgg2431]:before {
    content: "\2713";
    color: #27ae60;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.helloasso-container[b-klqbgg2431] {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 1rem;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ticket-cta[b-klqbgg2431] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    transition: all 0.3s ease;
}

.ticket-cta:hover[b-klqbgg2431] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.helloasso-button[b-klqbgg2431] {
    padding: 12px 24px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.helloasso-button:hover[b-klqbgg2431] {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(39, 174, 96, 0.3);
}

/* Section témoignages */
.testimonials-section[b-klqbgg2431] {
    background-color: #f8f9fa;
    padding: 4rem 0;
}

.testimonial-card[b-klqbgg2431] {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover[b-klqbgg2431] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.testimonial-content[b-klqbgg2431] {
    margin-bottom: 1.5rem;
}

.testimonial-content p[b-klqbgg2431] {
    font-style: italic;
    position: relative;
    color: #555;
    line-height: 1.6;
}

.testimonial-content p[b-klqbgg2431]::before,
.testimonial-content p[b-klqbgg2431]::after {
    content: '"';
    color: #27ae60;
    font-size: 1.8rem;
    font-weight: bold;
}

.testimonial-author[b-klqbgg2431] {
    border-top: 1px solid #eaeaea;
    padding-top: 1rem;
    text-align: center;
}

.testimonial-author h5[b-klqbgg2431] {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

/* Section FAQ */
.faq-section[b-klqbgg2431] {
    background-color: #f8f9fa;
}

.accordion-item[b-klqbgg2431] {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.accordion-button[b-klqbgg2431] {
    background-color: #fff;
    color: #333;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    border-radius: 10px !important;
    box-shadow: none !important;
}

.accordion-button:focus[b-klqbgg2431] {
    box-shadow: none;
    border-color: #e9e9e9;
}

.accordion-button:not(.collapsed)[b-klqbgg2431] {
    color: #27ae60;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed)[b-klqbgg2431]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2327ae60'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button[b-klqbgg2431]::after {
    transition: transform 0.3s ease;
}

.accordion-body[b-klqbgg2431] {
    padding: 1.5rem;
    background-color: #fff;
}

/* Styles responsifs */
@media (max-width: 768px) {
    .soiree-title[b-klqbgg2431] {
        font-size: 2rem;
    }
    
    .soiree-date[b-klqbgg2431] {
        font-size: 1.2rem;
    }
    
    .soiree-banner[b-klqbgg2431] {
        padding: 3rem 0;
    }

    .testimonial-card[b-klqbgg2431] {
        padding: 1.5rem;
    }
    
    .accordion-button[b-klqbgg2431] {
        padding: 1rem;
    }
}

/* Styles pour le formulaire HelloAsso */
.iframe-container[b-klqbgg2431] {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 1rem 0;
    min-height: 400px;
}

#haWidget[b-klqbgg2431] {
    width: 100%;
    border: none;
    transition: height 0.3s ease;
}

/* Indicateur de chargement */
.loading-indicator[b-klqbgg2431] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    padding: 20px;
    text-align: center;
}

.loading-indicator .spinner-border[b-klqbgg2431] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    color: #27ae60;
}

.loading-indicator p[b-klqbgg2431] {
    color: #555;
    font-weight: 500;
}

/* Design adaptatif pour le formulaire sur différents écrans */
@media (max-width: 768px) {
    .iframe-container[b-klqbgg2431] {
        margin: 0.5rem 0;
    }
    
    #haWidget[b-klqbgg2431] {
        min-height: 800px; /* Hauteur minimale sur mobile pour éviter les sauts */
    }
}

/* Styles pour le bouton d'achat rapide dans la bannière */
.soiree-banner .btn-success[b-klqbgg2431] {
    background-color: #ffdd00;
    color: #006341;
    border: none;
    padding: 0.75rem 1.8rem;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border-radius: 30px;
}

.soiree-banner .btn-success:hover[b-klqbgg2431] {
    background-color: #fff;
    color: #006341;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Animation pour attirer l'attention sur le bouton */
@keyframes pulse-b-klqbgg2431 {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
}

.soiree-banner .btn-success[b-klqbgg2431] {
    animation: pulse-b-klqbgg2431 2s infinite;
}

/* Styles améliorés pour la section billetterie */
#billetterie[b-klqbgg2431] {
    background-color: #f9f9f9;
    border-radius: 20px;
    margin: 0 20px 30px 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    position: relative;
}

/* Badge indiquant que la billetterie est ouverte */
#billetterie[b-klqbgg2431]::before {
    content: "Première édition - Billetterie ouverte";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffc107;
    color: #212529;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* Styles pour les formulaires HelloAsso */
.iframe-container[b-klqbgg2431] {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 1rem 0;
    min-height: 400px;
}

#haWidget[b-klqbgg2431] {
    width: 100%;
    border: none;
    transition: height 0.3s ease;
}

/* Indicateur de chargement */
.loading-indicator[b-klqbgg2431] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    padding: 20px;
    text-align: center;
}

.loading-indicator .spinner-border[b-klqbgg2431] {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    color: #27ae60;
}

.loading-indicator p[b-klqbgg2431] {
    color: #555;
    font-weight: 500;
}

/* Design adaptatif pour le formulaire sur différents écrans */
@media (max-width: 768px) {
    .iframe-container[b-klqbgg2431] {
        margin: 0.5rem 0;
    }
    
    #haWidget[b-klqbgg2431] {
        min-height: 800px; /* Hauteur minimale sur mobile pour éviter les sauts */
    }
}

/* Styles pour mettre en évidence la première édition */
.badge.bg-warning[b-klqbgg2431] {
    font-size: 1rem;
    padding: 8px 15px;
    margin-top: 1rem;
    display: inline-block;
    animation: pulse-badge-b-klqbgg2431 2s infinite;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.badge.bg-success[b-klqbgg2431] {
    font-size: 0.9rem;
    padding: 6px 12px;
    margin-top: 0.5rem;
    display: inline-block;
    font-weight: 500;
}

@keyframes pulse-badge-b-klqbgg2431 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
