.registerBody {
    background: linear-gradient(to bottom, #E2EEE0, #D7EDD8, #CEEDCE);
}

.registerBody .card {
    padding: 15px;
    border-radius: 10px;
}

.registerBody .card .card-body label {
    font-weight: 700;
}

.registerBody .card .card-body :-ms-input-placeholder {
    color: #CEEDCE;
    border: 1px solid;
}

.registerBody .card .card-body button {
    width: 100%;
    background-color: green !important;
    font-weight: 700;
    margin-top: -60px;
}

.registerBody .card .card-body .form-check {
    color: rgb(0, 0, 0);
    position: relative;
    font-size: 13px;
    font-weight: 600;
    left: -21px;
    top: -65px;
    text-decoration: none;
}

.registerBody .card .card-body .form-check a {
    color: green;

    font-weight: 600;

    text-decoration: none;
}

.registerBody .card .card-body .form-check input {
    margin-left: 1px;
}

/* registerform */

/* Page d'accueil showCarouselEvent */
.showCarouselEvent {
    /* border: 1px solid green; */
    /* height: 300px; */
    min-height: max-content;
    box-shadow: 0px 10px 20px rgb(172, 171, 171);
    /* background-color: aqua; */
}

.showCarouselEvent .content1 {
    /* border: 1px solid green; */
    background: linear-gradient(to bottom, #476023, #15381A, #122917);
    /* height: 500px; */
}

.showCarouselEvent .content2 {
    /* border: 1px solid green; */
    height: 500px;
    /* background-color: rgb(0, 47, 255); */
}

.showCarouselEvent .eventDetailsText {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 5px;
    color: white;
    /* background-color: aquamarine; */
    width: 90%;
    text-align: left;
}

.showCarouselEvent .eventDetailsText .eventCategorie span:nth-child(1) {
    font-weight: 600;
    font-size: 19px;
}

.showCarouselEvent .eventDetailsText .eventCategorie a {
    background-color: #FCE003;
    font-size: 22px;
    border-radius: 20px;
}

.showCarouselEvent .eventDetailsText .eventCategorie a i {
    position: relative;
    top: 02px;
}

.showCarouselEvent .content2 .eventImg {
    width: 100%;
    height: 100%;
}

.showCarouselEvent .content1 .fond_jaune {
    width: 300px;
    position: relative;
    height: 300px;
    background-color: rgba(214, 214, 179, 0.128) !important;
    border-radius: 50%;
    top: -400px;
    left: -300px;
    display: none;
}

@media (min-width: 764px) {
    .showCarouselEvent .content2 .eventImg {
        width: 104%;
        margin-left: -12.5px;
        height: 100%;
        /* height: 80%; */
    }

    .showCarouselEvent .content1 {
        /* border: 1px solid green; */
        background: linear-gradient(to bottom, #2C591E, #15381A, #122917);
        /* height: 500px; */
    }

    .showCarouselEvent .content2 {
        height: 500px;
    }

    .showCarouselEvent .allBtn1 {
        display: none;
    }
}

.showCarouselEvent .allBtn {
    /* background-color: #FCE003; */
    position: relative;
    top: 410px;
    /* left: 45%; */
    font-size: 22px;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
}

.showCarouselEvent .allBtn a {
    padding: 10px;
    color: white;
}

.showCarouselEvent .allBtn a img {
    width: 30px;
}

.showCarouselEvent .allBtn1 a img {
    width: 30px;
}

.showCarouselEvent .allBtn1 {
    background: linear-gradient(to bottom, #15381A, #122917);
    padding-top: 10px;
    padding-bottom: 10px;

}

@media (max-width: 764px) {
    .showCarouselEvent .allBtn {
        display: none;
    }
}

/* Page d'accueil showCarouselEvent */
/* section1 */
.sectionIndex1 {
    margin-left: 18px;
    padding-bottom: 40px;
    /* border: 1px solid rgb(198, 197, 197); */

}

.sectionIndex1 .choixCategorie ul li img {
    width: 90px;
    padding: 15px;
    border-radius: 50%;
    border: 1px solid black;
}

.sectionIndex1 .introduc {
    width: 60%;

}

.sectionIndex1 .choixCategorie ul li a center {
    color: rgb(0, 0, 0);
    font-size: 19px;
    font-weight: 600;

}

.sectionIndex1 .choixCategorie ul .firstCat a.active i {
    color: blue;
    font-size: 40px;
    padding: 25px;
    border-radius: 50%;
    border: 2px solid blue;
}

.sectionIndex1 .choixCategorie ul .firstCat a:not(.active) i {
    color: rgb(0, 0, 0);
    font-size: 40px;
    padding: 25px;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
}

.sectionIndex1 .choixCategorie ul .nav-link.active img {
    border: 2px solid blue !important;
}

.sectionIndex1 .choixCategorie ul .nav-link.active center {
    color: blue !important;
}


.chatBot {
    position: fixed;
    right: 10px;
    top: 80%;
    z-index: 1000;
    animation: pulse 2s infinite;
}

.chatBot img {
    width: 60px;
    box-shadow: 0px 0px 10px rgb(176, 176, 176);
    border-radius: 90px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
        /* Grossir à 115% */
    }

    100% {
        transform: scale(1);
        /* Revenir à taille normale */
    }
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec {
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    text-align: left;
    box-shadow: 0px 0px 30px gainsboro;
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec:hover {
    background-color: #f5fbf48f;

    box-shadow: 0px 0px 30px rgb(194, 193, 193);
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec .usec a img {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    /* border-radius: 15px; */
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec span {
    font-size: 17px;
    font-weight: 600;
    color: green;
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec p {
    font-size: 15px;
    font-weight: 700;
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec p.description {
    font-size: 13px;
    font-weight: 500;
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec label {
    top: -16px;
    position: relative;
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec .btn-sec {
    display: flex;
    justify-content: space-between;
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec .btn-sec a {
    background-color: green;
    color: white;
    padding: 8px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    font-size: 90%;
}

.sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec .btn-sec span {
    color: red;
}

.sectionIndex1 .choixCategorie .all a {
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgb(255, 255, 255);
    border: 1px solid green;
    border-radius: 8px;
    color: green;
    font-weight: 700;
    text-decoration: none;
}

/* section1 */
/* section2 */
.sectionIndex2 {
    background-color: #F2F3F5;
    padding-bottom: 30px;
}

.sectionIndex2 {
    background-color: #F2F3F5;
}

.sectionIndex2 .carousel-inner .avis {
    color: white !important;
    padding: 20px;
    width: 48%;
    height: 340px;
}

.sectionIndex2 .carousel-inner .sousAvis {
    background-color: #373C3F;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    color: white !important;
    padding: 20px;
    height: 280px;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
}

.sectionIndex2 .carousel-inner .carousel-item {
    /* display: flex; */
    width: 70%;
    margin-left: 15%;
    text-align: left;
    justify-content: space-between;
    /* background-color: #2C591E; */
}

.sectionIndex2 .carousel-inner .avis .topImg {
    width: 20px;
    margin-bottom: 15px;
}

.sectionIndex2 .carousel-inner .avis p {
    font-size: 13px;
}

.sectionIndex2 .carousel-inner .avis .secAuthor {
    display: flex;
    position: relative;
    top: -60px;
    left: 20px;
}

.sectionIndex2 .carousel-inner .avis .secAuthor img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* position: absolute; */
    top: 10px;
}

.sectionIndex2 .carousel-inner .avis .secAuthor .details {
    margin-left: 20px;
}

.sectionIndex2 .carousel-inner .avis .secAuthor .details .nom {
    font-weight: 700;
}

.sectionIndex2 .carousel .carousel-control-next span {
    background-color: green !important;
    border-radius: 3px;
    font-weight: 700;
}

.sectionIndex2 .carousel .carousel-control-prev img {
    width: 40px;
}

@media (min-width: 981px) {
    .sectionIndex2 .mobile {
        display: none;
    }
}

@media (max-width: 980px) {
    .sectionIndex2 .desktop {
        display: none;
    }

    .sectionIndex2 .carousel-inner .avis {
        color: white !important;
        padding: 0px;
        width: 270px;
        text-align: left;
        height: 390px;
    }

    .sectionIndex2 .carousel-inner .sousAvis {
        padding: 20px;
        height: 80%;
    }

    .sectionIndex2 .carousel-inner .avis .secAuthor {
        display: flex;
        position: relative;
        top: -50px;
        left: 20px;
    }

    .sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 {
        /* background-color: #122917; */
        /* border: 1px solid #ffffff; */
        margin-bottom: 40px;
    }

    .sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 .sousSec {
        background-color: #ffffff;
        width: 107%;
        padding: 15px;
        border-radius: 15px;
        text-align: left;
        box-shadow: 0px 0px 30px gainsboro;
    }

    .sectionIndex1 {
        margin-left: 0px;
        padding-bottom: 40px;
        /* border: 1px solid rgb(198, 197, 197); */

    }
}

/* section2 */

/* section3 */
.sectionIndex3 {
    padding: 30px;
    padding-left: 120px;
    padding-right: 120px;
    color: white;
}

.sectionIndex3 .content {
    background-color: #373C3F;
    padding: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.sectionIndex3 .content p {
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
}

.sectionIndex3 .content form {
    padding-bottom: 30px;
}

.sectionIndex3 .content form input {
    width: 70%;
    height: 75px;
    font-size: 18px;
    border-radius: 4px;
    padding-left: 20px;
}

.sectionIndex3 .content form button {
    background-color: green;
    color: white;
    padding: 15px;
    font-size: 18px;
    margin-left: -20px;
    margin-top: -3px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 03px;
    font-weight: 700;
}

.sectionIndex3 .content i {
    position: absolute;
    font-size: 180px;
    top: -15px;
    color: #79777744;
    transform: rotate(-20deg);
    left: -60px;
}

@media (max-width: 620px) {
    .sectionIndex3 {
        padding: 10px;
        padding-left: 40px;
        padding-right: 40px;
        color: white;
    }

    .sectionIndex3 .content {
        background-color: #373C3F;
        padding: 5px;
        padding-top: 30px;
    }

    .sectionIndex3 .content p {
        font-weight: 700;
        font-size: 18px;
        padding: 15px;
    }

    .sectionIndex3 .content form {
        padding-bottom: 30px;
    }

    .sectionIndex3 .content form input {
        width: 70%;
        height: 75px;
        font-size: 18px;
        border-radius: 4px;
        padding-left: 20px;
    }

    .sectionIndex3 .content form button {
        background-color: green;
        color: white;
        padding: 15px;
        font-size: 18px;
        margin-left: -20px;
        margin-top: -3px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 03px;
        font-weight: 700;
    }

}

@media (max-width: 464px) {


    .sectionIndex3 .content p {
        font-weight: 700;
        font-size: 15px;
    }

    .sectionIndex3 .content form input {
        width: 50%;
        height: 55px;
        font-size: 15px;
        padding-left: 10px;
    }

    .sectionIndex3 .content form button {
        background-color: green;
        color: white;
        padding: 15px;
        font-size: 8px;
        margin-left: -10px;
        margin-top: -3px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 03px;
        font-weight: 700;
    }

}

/* section3 */


/* panier */

.panier {
    background-color: #FFFFFF;
}

.panier center .pan {
    font-size: 30px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.925);

}

.panier center .pai {
    font-size: 30px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.587);
}

.panier center .next {
    width: 25px;

}

.panier .container .sec1 {
    background-color: #F3F3F5;
    padding: 20px;
    border-radius: 10px;
}

.panier .container .sec1 .part1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
}

.panier-title {
    color: green;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.btn-clear-cart {
    background: #dc3545 !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.btn-clear-cart:hover {
    background: #c82333 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.btn-clear-cart i {
    font-size: 16px;
}

/* Styles pour les décomptes en rouge */
.countdown-container {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
}

.countdown-container p {
    margin: 0;
    font-weight: 600;
    color: #721c24;
}

.countdown-container .countdown-timer {
    color: #dc3545 !important;
    font-size: 1.3em;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.countdown-container .fa-clock {
    color: #dc3545;
    margin-right: 8px;
}

/* Pour le panier temporaire */
#countdown-container {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%) !important;
    border: 2px solid #dc3545 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    margin: 15px 0 !important;
    text-align: center !important;
}

#countdown-container p {
    margin: 0 !important;
    font-weight: 600 !important;
    color: #721c24 !important;
}

#countdown-container #countdown {
    color: #dc3545 !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}



.floating-btn-content:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(40, 167, 69, 0.4);
    background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
}

.floating-btn-content i {
    font-size: 18px;
}

.btn-text {
    font-size: 14px;
    font-weight: 600;
}

.btn-amount {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

/* Responsive pour afficher le bouton flottant uniquement sur mobile */
@media (max-width: 768px) {
    .floating-payment-btn {
        display: block !important;
    }

    /* Animation d'apparition */
    .floating-payment-btn {
        animation: slideInUp 0.5s ease-out;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Bouton fixe en bas pour mobile - Continuer vers le paiement */
.mobile-payment-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    display: none;
    /* Caché par défaut, visible sur mobile uniquement */
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    box-shadow: 0 -4px 20px rgba(40, 167, 69, 0.3);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.mobile-btn-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-btn-content:hover {
    background: rgba(0, 0, 0, 0.1);
}

.mobile-btn-content i {
    font-size: 18px;
    margin-right: 10px;
}

.mobile-btn-text {
    flex: 1;
    font-size: 16px;
    text-align: center;
}

.mobile-btn-amount {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

/* Responsive pour afficher le bouton fixe uniquement sur mobile */
@media (max-width: 768px) {
    .mobile-payment-btn {
        display: block !important;
    }

    /* Animation d'apparition */
    .mobile-payment-btn {
        animation: slideInUp 0.5s ease-out;
    }
}

/* Pour les très petits écrans */
@media (max-width: 480px) {
    .mobile-btn-content {
        padding: 12px 15px;
    }

    .mobile-btn-text {
        font-size: 14px;
    }

    .mobile-btn-amount {
        font-size: 12px;
        padding: 4px 8px;
    }

    .mobile-btn-content i {
        font-size: 16px;
        margin-right: 8px;
    }
}

/* Adapter le bouton pour les très petits écrans */
@media (max-width: 480px) {
    .floating-btn-content {
        padding: 12px 16px;
        gap: 8px;
    }

    .btn-text {
        display: none;
        /* Cacher le texte sur très petits écrans */
    }

    .btn-amount {
        font-size: 11px;
        padding: 3px 6px;
    }

    .floating-btn-content i {
        font-size: 16px;
    }
}

.panier .container .sec1 .tab_panier {
    /* background-color: green; */
    padding: 5px;
}

.panier .container .sec1 .tab_panier table {
    width: 100%;
}

.panier .container .sec1 .tab_panier table thead tr {
    background-color: #A7AFB2;
}

.panier .container .sec1 .tab_panier table thead tr th {
    padding: 20px;
    text-align: center;
}

.panier .container .sec1 .tab_panier table thead tr th:nth-child(1) {
    border-top-left-radius: 10px;
    border-right: 1px solid gainsboro;
}

.panier .container .sec1 .tab_panier table thead tr th:nth-child(2) {
    border-right: 1px solid gainsboro;
}

.panier .container .sec1 .tab_panier table thead tr th:nth-child(3) {
    border-right: 1px solid gainsboro;
}

.panier .container .sec1 .tab_panier table thead tr th:nth-child(5) {
    border-top-right-radius: 10px;
}

.panier .container .sec1 .tab_panier table thead tr th:nth-child(4) {
    border-right: 1px solid gainsboro;
}

.panier .container .sec1 .tab_panier table tbody tr td {
    text-align: center;
    padding: 10px;
    border: 1px solid gainsboro;
}

.panier .container .sec1 .tab_panier table tbody tr td:nth-child(2) {
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;

}

.panier .container .sec1 .tab_panier table tbody tr td:nth-child(3) {
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;

}

.panier .container .sec1 .tab_panier table tbody tr td:nth-child(4) {
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;

}

.panier .container .sec1 .tab_panier table tbody tr td:nth-child(1) {
    border-right: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;

}

.panier .container .sec1 .tab_panier table tbody tr td button {
    padding: 5px;
    border: 1px solid rgb(249, 65, 4);
    color: rgb(249, 65, 4);
    font-weight: 700;
}

.panier .container .sec1 .tab_panier table tbody tr td .countdown {
    font-size: 13px;
}

.panier .container .sec2 .sec {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 5px gainsboro;
}

.panier .container .sec2 .sec .sous_sec1 .tot {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    padding-bottom: 25px;
}

.panier .container .sec2 .sec .sous_sec2 .tot {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1.5px solid gainsboro;
}

.panier .container .sec2 .sec .sous_sec3 .tot {
    padding-top: 15px;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    padding-bottom: 15px;
}

.panier .container .sec2 .sec button {
    padding: 10px;
    background-color: green;
    font-weight: 700;
    color: white;
    width: 100%;
}

/* panier */

/* choixpaiement */
.choixPaiement {
    background-color: #f8f6f6;
}

.choixPaiement .content {
    padding: 20px;
}

.choixPaiement .content .sec1 .part1 {
    border: 1px solid gainsboro;
    border-radius: 20px;
    padding: 20px;
    width: 80%;
    background-color: white;
}

.choixPaiement .content .sec1 .part1 .option {
    display: flex;
    justify-content: space-between;
}

.choixPaiement .content .sec1 .part1 .option {
    margin-bottom: 20px;
}

.choixPaiement .content .sec1 .part1 .option div label {
    font-weight: 700;
}

.choixPaiement .content .sec1 .part1 .option div img {
    width: 120px;
}

.choixPaiement .content .sec1 .part1 .condition {
    text-align: left;
}

.choixPaiement .content .sec1 .part1 .condition a {
    text-decoration: none;
    color: green;
    font-weight: 600;
}

.choixPaiement .content .sec1 .part1 form button {
    background-color: green;
    color: white;
    width: 50%;
    margin-top: 15px;
}

.choixPaiement .content .sec2 {
    padding: 20px;
    background-color: white;
}

.choixPaiement .content .sec2 .secc .pann {
    color: green;
    font-weight: 700;
}

.choixPaiement .content .sec2 .secc .payPart1 {
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.choixPaiement .content .sec2 .secc .payPart1 .row .sous_content1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(168, 167, 167);
    /* background-color: #15381A; */
}

.choixPaiement .content .sec2 .secc .payPart1 .row .sous_content1 .eventIm {
    width: 70px;
    height: 80px;
    border-radius: 10px;
    margin-right: 10px;
}

.choixPaiement .content .sec2 .secc .payPart1 .row .sous_content1 .eventIm .infos span {
    display: block;
}

.choixPaiement .content .sec2 .secc .payPart1 .row .sous_content1 .eventIm .infos .event_name {
    font-size: 10px;
}

.choixPaiement .content .sec2 .secc .payPart1 .row .sous_content2 center {
    color: green;
    margin-top: 30px;
    /* background-color: #15381A; */
}

.choixPaiement .content .sec2 .secc1 {
    padding-top: 5px;
}

.choixPaiement .content .sec2 .secc1 .element {
    display: flex;
    justify-content: space-between;
}

.cart-items-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.cart-item-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cart-item-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-item-header {
    position: absolute;
    top: 15px;
    right: 15px;
}

.delete-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.delete-btn:hover {
    color: #c82333;
}

.cart-item-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.item-image {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-details {
    flex: 1;
}

.event-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #333;
}

.ticket-name {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px 0;
}

.session-info {
    margin-bottom: 12px;
}

.session-label {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 4px;
}

.session-date {
    font-size: 12px;
    color: #888;
}

.ticket-type {
    margin-top: 8px;
}

.type-label {
    background: #28a745;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.item-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    margin-top: 20px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px 12px;
}

.quantity-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: #007bff;
    color: white;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.quantity-btn:hover {
    background: #0056b3;
}

.quantity-btn.minus {
    background: #6c757d;
}

.quantity-btn.minus:hover {
    background: #545b62;
}

.quantity {
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

.price-info {
    text-align: right;
}

.price-label {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.unit-price {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.total-price {
    font-size: 16px;
    font-weight: 600;
    color: #28a745;
}

.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    display: block;
    margin-bottom: 2px;
}

.countdown-container {
    margin-top: 15px;
    text-align: center;
}

.countdown-timer {
    font-size: 13px;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cart-items-container {
        gap: 15px;
        margin-top: 15px;
    }

    .cart-item-card {
        padding: 15px;
        border-radius: 10px;
    }

    .cart-item-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .item-image {
        width: 80px;
        height: 80px;
        border-radius: 6px;
    }

    .item-details {
        width: 100%;
        order: -1;
        /* Mettre les détails en haut sur mobile */
    }

    .event-name {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .ticket-type {
        margin-bottom: 10px;
    }

    .type-label {
        font-size: 12px;
        padding: 3px 10px;
    }

    .session-info {
        margin-bottom: 15px;
    }

    .session-label {
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
    }

    .session-date {
        font-size: 12px;
        line-height: 1.4;
    }

    .item-controls {
        align-items: flex-start;
        width: 100%;
        gap: 15px;
        margin-top: 10px;
    }

    .quantity-controls {
        order: 2;
        /* Mettre les quantités après le prix */
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .quantity-btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .quantity {
        font-size: 16px;
        padding: 0 15px;
    }

    .price-info {
        order: 1;
        /* Mettre le prix en premier */
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .price-label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .unit-price {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .total-price {
        font-size: 20px;
        font-weight: 700;
    }

    .original-price {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .delete-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .cart-item-header {
        position: relative;
        margin-bottom: 10px;
    }
}

/* Pour les très petits écrans */
@media (max-width: 480px) {
    .cart-item-card {
        padding: 12px;
        border-radius: 8px;
    }

    .cart-item-content {
        gap: 12px;
    }

    .item-image {
        width: 70px;
        height: 70px;
    }

    .event-name {
        font-size: 15px;
    }

    .type-label {
        font-size: 11px;
        padding: 2px 8px;
    }

    .session-label {
        font-size: 13px;
    }

    .session-date {
        font-size: 11px;
    }

    .quantity-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .quantity {
        font-size: 14px;
        padding: 0 12px;
    }

    .price-label {
        font-size: 11px;
    }

    .unit-price {
        font-size: 16px;
    }

    .total-price {
        font-size: 18px;
    }

    .original-price {
        font-size: 13px;
    }

    .delete-btn {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

/* Pour les écrans moyens */
@media (min-width: 769px) and (max-width: 1024px) {
    .cart-item-content {
        gap: 15px;
    }

    .item-image {
        width: 90px;
        height: 90px;
    }

    .event-name {
        font-size: 17px;
    }

    .type-label {
        font-size: 13px;
    }

    .quantity-btn {
        width: 38px;
        height: 38px;
    }

    .quantity {
        font-size: 15px;
        padding: 0 12px;
    }
}

/* choixpaiement */

/* choixpaiement */
.paiementPage .sec1 {
    background-color: #f6f6f6;
    padding: 20px;
}

.paiementPage .sec1 .part2 .content {
    display: flex;
    margin-bottom: 10px;
}

.paiementPage .sec1 .part2 {

    border-bottom: 1px solid rgb(203, 203, 203);
    padding-bottom: 10px;
}

.paiementPage .sec1 .part2 .sec .eventIm {
    width: 80px;
    border-radius: 8px;
    margin-right: 10px;
}

.paiementPage .sec1 .part2 .sec .eventIm .inf span {
    font-weight: 700;
}

.paiementPage .sec1 .part2 .sec .content2 span {
    font-weight: 700;
    color: green;
    margin-top: 100px;
    position: relative;
}

/* paiementPage */


/* Alertes personnalisées avec le vert du site */
.alert-occurrence {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 1px solid #28a745;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.1);
}

.alert-header {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 15px;
    font-size: 16px;
}

.occurrence-list {
    list-style: none;
    padding: 0;
}

.occurrence-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(40, 167, 69, 0.1);
}

.occurrence-item:last-child {
    border-bottom: none;
}

.occurrence-label {
    font-weight: 600;
    color: #155724;
}

.occurrence-dates {
    color: #6c757d;
    font-size: 14px;
}

.end-date {
    color: #28a745;
    font-weight: 500;
}

.alert-error {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 1px solid #dc3545;
    border-radius: 12px;
    padding: 15px 20px;
    color: #721c24;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.1);
}

.alert-success-custom {
    background: linear-gradient(135deg, #d1e7dd 0%, #a7f3d0 100%);
    border: 1px solid #28a745;
    border-radius: 12px;
    padding: 15px 20px;
    color: #0f5132;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.1);
}

.alert-validation {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border: 1px solid #ffc107;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.1);
}

.error-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.error-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 193, 7, 0.2);
    color: #856404;
}

.error-list li:last-child {
    border-bottom: none;
}

.alert .close {
    background: none;
    border: none;
    color: #6c757d;
    font-size: 20px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.alert .close:hover {
    opacity: 1;
}

/* Icônes FontAwesome */
.fas {
    font-size: 18px;
}

.me-2 {
    margin-right: 8px;
}

/* page loisir */
.showCarouselEvent .loisir {
    width: 100%;
    height: 580px;
    background-image: url('../../img/billet/loisir/fond.jpg');
    background-size: cover;
}

.showCarouselEvent .spectacle {
    width: 100%;
    height: 580px;
    background-image: url('../../img/billet/spectacle/fond.jpg');
    background-size: cover;
}

.showCarouselEvent .festival {
    width: 100%;
    height: 580px;
    background-image: url('../../img/billet/festival/fond.jfif');
    background-size: cover;
}

.showCarouselEvent .sport {
    width: 100%;
    height: 580px;
    background-image: url('../../img/billet/sport/fond.jfif');
    background-size: cover;
}

.showCarouselEvent .concert {
    width: 100%;
    height: 580px;
    background-image: url('../../img/billet/concert/fond.jpg');
    background-size: cover;
}

.showCarouselEvent .content3 .sous_content {
    width: 100%;
    height: 100%;
    background: #0136016c;


}

.showCarouselEvent .content3 .sous_content img {
    width: 100%;
    height: 100%;
}

.showCarouselEvent .content3 .eventDetails {
    top: -440px;
    position: relative;
}

.showCarouselEvent .content3 .eventDetails h1,
h6 {
    color: white;
    margin-bottom: 15px;
}

.showCarouselEvent .content3 .eventDetails h1 {
    width: 70%;
    line-height: 50px;
    font-size: 55px;
}

.showCarouselEvent .content3 .eventDetails h6 {
    font-size: 15px;
    width: 70%;
    line-height: 20px;
    /* background-color: #122917; */
}

.showCarouselEvent .otherPage {
    align-items: right;
    text-align: right;
    right: 40px;
}


@media (max-width: 500px) {
    .showCarouselEvent .content3 .eventDetails {
        top: -530px;
    }

    .showCarouselEvent .content3 .eventDetails h6 {
        font-size: 13px;
        width: 80%;
        line-height: 20px;
        /* background-color: #122917; */
    }

    .showCarouselEvent .content3 .eventDetails h1 {
        font-size: 30px;
        line-height: 30px;
        width: 100%;
    }

    .showCarouselEvent .content3 {
        height: none;
    }

    .sectionIndex1 .introduc {
        width: 90%;

    }
}

/* page loisir */