* {
    font-family: 'Exo', sans-serif;
}

.newFrontend {
    /* background-color: blue; */
    padding-top: 40px;
}

.newFrontend .col-md-7 h4 {
    color: green;
}

.newFrontend .col-md-7 h1 {
    line-height: 60px;
    font-size: 60px;
    font-weight: 700;
}

.newFrontend .col-md-7 span {
    color: green;
}

.newFrontend .col-md-7 p {
    color: rgba(37, 37, 37, 0.788);
}

.newFrontend .col-md-7 .serachZone form {
    display: flex;
    justify-content: space-between;
    width: 400px;
    /* background-color: blue; */
}

.newFrontend .col-md-7 .serachZone form input {
    width: 260px;
    border: none;
    height: 40px;
    padding-left: 10px;
    color: rgba(37, 37, 37, 0.788);
    border-bottom: 1px solid rgb(16, 16, 16);
    outline: none;
}

.newFrontend .col-md-7 .serachZone form .search-icon {
    position: relative;
    left: -25px;
    font-size: 18px;
    top: 10px;
    transform: translateY(-50%);
    color: green;
}

.newFrontend .col-md-7 .serachZone form button {
    padding-left: 8px;
    padding-right: 8px;
    border-color: green;
    color: green;
    background-color: white;
    border: 1.5px solid green;
    border-radius: 8px;
}

.newFrontend .col-md-5 .content .fontIm {
    width: 100%;
    height: 100%;
    pointer-events: none;

}

.newFrontend .col-md-5 .content {
    width: 100%;
    position: relative;
    height: 100%;

}

.newFrontend .col-md-5 .content .owerlayContent {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.newFrontend .col-md-5 .content .owerlayContent .underContent {
    display: flex;
    justify-content: space-between;
    width: 310px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    /* border: 1px solid black; */
    box-shadow: 0px 0px 5px rgb(166, 166, 166);
}

.newFrontend .col-md-5 .content .owerlayContent .underContent h4 {
    font-weight: 600;
}

.newFrontend .col-md-5 .content .owerlayContent .underContent:nth-child(1) {
    right: 0;
    top: -20px;
    position: absolute;
}

.newFrontend .col-md-5 .content .owerlayContent .underContent:nth-child(2) {
    left: 0;
    bottom: 45px;
    position: absolute;
}

.newFrontend .col-md-5 .content .owerlayContent .underContent .sous_content span {
    color: green;
    font-weight: 700;
}

.newFrontend .col-md-5 .content .owerlayContent .underContent a {
    height: 40px;
    border-radius: 5px;
    border: none;
    padding-top: 7px;
    /* padding: 5px; */
    padding-left: 18px;
    padding-right: 18px;
    background-color: green;
    color: white;
    text-decoration: none;
    /* font-weight: 700; */
    margin-top: 10px;
    text-align: center;
}

.zoneCategorie {
    height: 500px;
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.zoneCategorie img {
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.zoneCategorie .content {
    position: relative;
    top: -460px;
    /* background-color: blue; */
    width: 50%;
    left: 40%;
}

.zoneCategorie .hoverlayContent h1 {
    font-weight: 600;
}

.zoneCategorie .hoverlayContent h1 span {
    color: rgb(255, 174, 0);
}

.zoneCategorie .hoverlayContent .categories {
    /* background-color: aqua; */
    width: 45%;
    position: absolute;
    right: 0;
    margin-top: 50px;

}

.zoneCategorie .hoverlayContent .categories a {

    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgb(207, 206, 206);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.717);
    margin-bottom: 10px;

}

.zoneCategorie .hoverlayContent .categories a:hover {
    box-shadow: 0px 0px 3px rgb(183, 183, 183);
    background-color: rgb(247, 252, 246);
    color: rgba(20, 20, 20, 0.854);
}

.zoneCategorie .hoverlayContent .categories img {
    width: 40px;
}

.zonneApp {
    height: 540px;
    margin-bottom: 200px;
    position: inherit;
}

.zonneApp img {
    width: 80%;
    height: 100%;
    pointer-events: none;
}

.zonneApp a {
    position: relative;
    left: 25%;
    padding: 8px;
    background-color: green;
    color: rgb(255, 255, 255);
    padding-left: 13px;
    padding-right: 13px;
    text-decoration: none;
    border-radius: 5px;
    top: -50%;
    font-size: 22px;
}

.newFrontEticket {
    height: 500px;
    /* background-image: blue; */
    background-size: cover;
    background-repeat: no-repeat;
}

.concertFront {
    background-image: url('../../img/evenement/page_fond.jpg') !important;
}

.loisirFront {
    background-image: url('../../img/evenement/loisir.jpg') !important;
}

.spectacleFront {
    background-image: url('../../img/evenement/spectacle.jpg') !important;
}

.festivalFront {
    background-image: url('../../img/evenement/festival.jpg') !important;
}

.sportFront {
    background-image: url('../../img/evenement/sport.jpg') !important;
}

.restoFront {
    background-image: url('../../img/evenement/resto.jpg') !important;
}

.hotelFront {
    background-image: url('../../img/evenement/resto.jpg') !important;
}

.newFrontEticket .content {
    /* background-color: blue; */
    margin-top: 13%;

}


.newFrontEticket .TopTitle {
    color: white;
    font-weight: 700;
}

.newFrontEticket .TopTitle span {
    color: rgba(252, 224, 3, 1);
}

.newFrontEticket form input {
    height: 60px;
}

.newFrontEticket form button {
    position: relative;
    background-color: rgba(252, 224, 3, 1);
    color: black;
    font-weight: 500;
    left: 40%;
    top: -52px;
    border: none;
    height: 45px;
}

.restoFront form {
    /* display: flex; */
    display: block;
}

.principalContentNewStyle {
    /* background-color: aqua; */
    display: flex;
    justify-content: space-between;

}

.principalContentNewStyle .flitre_zone {
    background-color: rgba(255, 255, 255, 0.982);
    padding: 5px;
}

.principalContentNewStyle .flitre_zone span {
    display: flex;
    background-color: rgb(255, 255, 255);
    justify-content: space-between;
}

.principalContentNewStyle .flitre_zone span img {
    width: 80px;
    height: 25px;
    pointer-events: none;
}

.principalContentNewStyle .flitre_zone span img:nth-child(2) {
    width: 30px;
    height: 25px;
}

.principalContentNewStyle .flitre_zone span img:nth-child(2) {
    width: 30px;
    height: 25px;
}

.principalContentNewStyle .allFliterOption form span {
    display: flex;
}

.principalContentNewStyle .allFliterOption input {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    border-radius: 3px;
    border: none;
    outline: none;
    color: rgb(66, 66, 66);
    background-color: rgb(255, 255, 255);
    border: 1px solid gainsboro;
    margin-top: 8px;
    font-size: 13px;
}

.principalContentNewStyle .allFliterOption .check {
    font-size: 10px;
}

.principalContentNewStyle .allFliterOption .group {
    width: 100%;
}

.principalContentNewStyle .allFliterOption .group .radioTexte {
    margin-top: 10px;
    margin-left: 15px;
    display: block;
    width: 100%;
    height: max-content;
}

.principalContentNewStyle .allFliterOption .group .cuisine_zone {
    max-height: 90px;
    border-color: aquamarine;
    overflow-y: auto;
}

.principalContentNewStyle .allFliterOption .sousGroup {
    display: flex;
}

.principalContentNewStyle .allFliterOption .group .radioTexte input {
    width: 10px;
    position: relative;
    top: -11px;
    margin-right: 15px;
}

.principalContentNewStyle .allFliterOption .line {
    border: 1px solid rgb(154, 153, 153);
    margin-top: 10px;
    margin-bottom: 10px;
}

.principalContentNewStyle .allFliterOption .capaciIcon {
    width: 20px;
    height: 20px;
}

.principalContentNewStyle .content_zone {
    display: flex;
    justify-content: space-between;
}

.principalContentNewStyle .content_zone .element {
    width: 280px;
}

/* media querries */
@media (max-width: 800px) {
    .principalContentNewStyle .content_zone .element {
        width: 105%;
        margin-top: 30px;
    }

    .newFrontEticket form button {
        left: 35%;
    }

    .newFrontEticket .content {
        margin-top: 28%;
        padding: 20px;

    }

    .newFrontend .col-md-5 {
        margin-top: 60px;
    }

    .newFrontend .col-md-7 h1 {
        font-size: 50px;
    }

    .zonneApp a {
        position: relative;
        left: 21%;

        top: -80%;
        font-size: 15px;
    }

    .zonneApp {
        height: 150px;
        margin-bottom: 200px;
        position: inherit;
    }

    .principalContentNewStyle {
        display: bloc !important;
        width: 107%;
    }
}


@media (max-width: 524px) {

    .sectionIndex1 .choixCategorie .tab-content .trueContent {
        display: block;
    }

    .sectionIndex1 .choixCategorie .tab-content .trueContent .sec1 {
        width: 100%;
        height: 470px;
    }

    .newFrontEticket {
        height: 400px;
    }

    .newFrontEticket .content {
        margin-top: 15%;
    }

    .newFrontEticket form button {
        left: 30%;
    }

    .newFrontend .col-md-5 {
        margin-top: 60px;
        width: 94%;
    }

    .newFrontend .col-md-7 h4 {
        font-size: 18px;
    }

    .zonneApp img {
        width: 90%;
        height: 100%;
        pointer-events: none;
    }

    .zonneApp a {
        position: relative;
        left: 18%;

        top: -95%;
        font-size: 10px;
    }

    .zonneApp {
        height: 100px;
        margin-bottom: 200px;
        position: inherit;
    }

    .newFrontend .col-md-7 h1 {
        font-size: 30px;
        line-height: 33px;
    }

    .newFrontend .col-md-7 p {
        margin-top: -20px;
    }

    .zoneCategorie {
        height: 310px;
        width: 90%;
    }

    .zoneCategorie img {
        width: 90%;
        height: 100%;
    }

    .zoneCategorie .content {
        position: relative;
        top: -300px;
        /* background-color: blue; */
        width: 60%;
        left: 39%;
    }

    .zoneCategorie .hoverlayContent h1 {
        font-size: 20px;
    }

    .zoneCategorie .hoverlayContent .categories {
        width: 60%;
        margin-top: 0px;
    }

    .zoneCategorie .hoverlayContent .categories a {
        display: flex;
        justify-content: space-between;
        padding: 3px;
        font-size: 15px;
        margin-bottom: 5px;

    }

    .zoneCategorie .hoverlayContent .categories img {
        width: 30px;
    }

}

@media (max-width: 439px) {
    .newFrontend .col-md-7 .serachZone form {
        width: 95%;
        /* background-color: blue; */
    }

    .newFrontend .col-md-7 .serachZone form input {
        width: 100%;
        /* background-color: rgb(255, 64, 0); */

    }

    .newFrontend .col-md-7 .serachZone form .search-icon {
        display: none;

    }

    .newFrontend .col-md-7 .serachZone form button {
        padding-left: 5px;
        padding-right: 5px;

    }
}

/* ==========================================
   NOUVEAU DESIGN MODERNE - SECTION INDEX 1
   ========================================== */

.sectionIndex1 {
    padding: 60px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 600px;
}

.sectionIndex1 .choixCategorie {
    max-width: 1400px;
    margin: 0 auto;
}

.sectionIndex1 .choixCategorie .tab-content {
    background: transparent;
    padding: 20px 0;
}

.sectionIndex1 .choixCategorie .content_parent.indexCont {
    padding: 0;
}

.sectionIndex1 .choixCategorie .trueContent {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px;
    margin-top: 30px;
}

.sectionIndex1 .choixCategorie .trueContent .sec1 {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 450px;
    margin-bottom: 0;
}

/* Animation d'apparition des cartes */
.sectionIndex1 .choixCategorie .trueContent .sec1 {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.sectionIndex1 .choixCategorie .trueContent .sec1:nth-child(1) {
    animation-delay: 0.1s;
}

.sectionIndex1 .choixCategorie .trueContent .sec1:nth-child(2) {
    animation-delay: 0.2s;
}

.sectionIndex1 .choixCategorie .trueContent .sec1:nth-child(3) {
    animation-delay: 0.3s;
}

.sectionIndex1 .choixCategorie .trueContent .sec1:nth-child(4) {
    animation-delay: 0.4s;
}

.sectionIndex1 .choixCategorie .trueContent .sec1:nth-child(5) {
    animation-delay: 0.5s;
}

.sectionIndex1 .choixCategorie .trueContent .sec1:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

/* ==========================================
   RESPONSIVE - TABLETTE
   ========================================== */

@media (max-width: 991px) {
    .sectionIndex1 {
        padding: 40px 15px;
        min-height: auto;
    }

    .sectionIndex1 .choixCategorie .trueContent {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
        margin-top: 25px;
    }

    .sectionIndex1 .choixCategorie .trueContent .sec1 {
        min-height: 420px;
    }
}

/* ==========================================
   RESPONSIVE - MOBILE
   ========================================== */

@media (max-width: 767px) {
    .sectionIndex1 {
        padding: 30px 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .sectionIndex1 .choixCategorie {
        padding: 0 15px;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .sectionIndex1 .choixCategorie .trueContent {
        grid-template-columns: 1fr !important;
        gap: 20px;
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .sectionIndex1 .choixCategorie .trueContent .sec1 {
        min-height: 400px;
        width: 100%;
    }

    .sectionIndex1 .choixCategorie .trueContent .sec1:nth-child(n) {
        animation-delay: 0s;
    }
}

/* ==========================================
   RESPONSIVE - PETIT MOBILE
   ========================================== */

@media (max-width: 480px) {
    .sectionIndex1 {
        padding: 20px 8px;
    }

    .sectionIndex1 .choixCategorie .trueContent {
        gap: 15px;
        margin-top: 15px;
    }

    .sectionIndex1 .choixCategorie .trueContent .sec1 {
        min-height: 380px;
    }
}

/* ==========================================
   DESIGN DES CARTES HIGHLIGHT CARD
   ========================================== */

.sectionIndex1 .etk-event-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sectionIndex1 .etk-event-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.4);
}

/* ==========================================
   ANIMATIONS PAGE CHOIX DE TICKET
   ========================================== */

/* Animation du header */
.pageChoiceTicket .event-top-header {
    animation: fadeInDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* Animation de la carte d'événement */
.pageChoiceTicket .event-card {
    animation: fadeInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

/* Animation du sélecteur d'occurrence */
.pageChoiceTicket .occurrence-wrapper {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
}

/* Animation des alertes */
.pageChoiceTicket .alert {
    animation: slideInRight 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.5s both;
}

/* Animation des cartes de billets */
.pageChoiceTicket .variousCont {
    animation: scaleIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.pageChoiceTicket .variousCont:nth-child(1) {
    animation-delay: 0.6s;
}

.pageChoiceTicket .variousCont:nth-child(2) {
    animation-delay: 0.7s;
}

.pageChoiceTicket .variousCont:nth-child(3) {
    animation-delay: 0.8s;
}

.pageChoiceTicket .variousCont:nth-child(4) {
    animation-delay: 0.9s;
}

.pageChoiceTicket .variousCont:nth-child(5) {
    animation-delay: 1.0s;
}

.pageChoiceTicket .variousCont:nth-child(6) {
    animation-delay: 1.1s;
}

/* Animation du titre */
.pageChoiceTicket .nbticket {
    animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s both;
}

/* Keyframes */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

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

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

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

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ==========================================
   RESPONSIVE - PAGE CHOIX DE TICKET
   ========================================== */

@media (max-width: 767px) {
    .pageChoiceTicket .event-card {
        animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
    }

    .pageChoiceTicket .variousCont {
        animation-delay: 0.1s !important;
    }
}

/* ==========================================
   BOUTON VOIR DÉTAILS
   ========================================== */

.event-details-btn-container {
    margin-top: 20px;
    text-align: center;
}

.btn-event-details {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(255, 149, 0, 0.95) 0%, rgba(255, 165, 0, 0.95) 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(255, 149, 0, 0.3);
    border: 2px solid rgba(255, 149, 0, 0.8);
}

.btn-event-details:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 149, 0, 0.4);
    background: linear-gradient(135deg, rgba(255, 165, 0, 0.95) 0%, rgba(255, 149, 0, 0.95) 100%);
}

.btn-event-details:active {
    transform: translateY(0) scale(1);
}

.btn-event-details i {
    font-size: 16px;
}

/* Responsive pour le bouton */
@media (max-width: 767px) {
    .btn-event-details {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* ==========================================
   MODAL DÉTAILS ÉVÉNEMENT
   ========================================== */

#eventTicketDetailsModal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

#eventTicketDetailsModal .modal-header {
    border: none;
    padding: 20px 25px;
}

#eventTicketDetailsModal .modal-title {
    font-weight: 700;
    font-size: 18px;
}

#eventTicketDetailsModal .modal-body {
    padding: 25px;
}

#eventTicketDetailsModal .event-details-content {
    animation: fadeIn 0.3s ease-in-out;
}

#eventTicketDetailsModal .event-detail-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
}

#eventTicketDetailsModal .event-detail-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
}

#eventTicketDetailsModal .detail-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #4b5563;
}

#eventTicketDetailsModal .detail-item i {
    color: rgba(255, 149, 0, 0.95);
    font-size: 18px;
    width: 20px;
}

#eventTicketDetailsModal .event-detail-description h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 15px;
}

#eventTicketDetailsModal .event-detail-description p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

#eventTicketDetailsModal .modal-footer {
    border: none;
    padding: 20px 25px;
    background: #f8f9fa;
}

#eventTicketDetailsModal .btn-close {
    filter: brightness(0) invert(1);
}

/* Responsive pour le modal */
@media (max-width: 767px) {
    #eventTicketDetailsModal .modal-dialog {
        margin: 10px;
    }

    #eventTicketDetailsModal .modal-body {
        padding: 20px;
    }

    #eventTicketDetailsModal .event-detail-title {
        font-size: 20px;
    }

    #eventTicketDetailsModal .event-detail-meta {
        padding: 15px;
    }

    #eventTicketDetailsModal .detail-item {
        font-size: 14px;
    }
}