﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Geist:wght@100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=block');


/*-------------- GENERAL --------------*/
/*-------------------------------------*/
body {
    margin: 0px;
    font-family: "Geist", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #161616;
    line-height: 15px;
    overflow-x: hidden;
    font-style: normal;
}

.fondGeneral {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #FAF4EC;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

header {
    /*padding-top: 25px;*/
}

    header .logo {
        padding-top: 30px;
        display: flex;
        justify-content: center;
        position: relative;
        align-items: end;
    }

        header .logo .img-logo {
            /*width: 476px;
            height: 271px;*/
        }

            header .logo .img-logo img {
                object-fit: contain;
                height: 100%;
                width: 100%;
                max-width: 250px;
                height: 100px;
            }

@media screen and (max-width: 768px) {
    header .logo .img-logo {
        width: 100%;
        height: 100px;
    }
}

/*header .logo::before {
    content: "";
    height: 1px;
    width: 40%;
    background: #fff;
    margin-bottom: 45px;
    margin-right: 40px;*/
    /*background: linear-gradient(to bottom, rgba(227, 204, 165, 0.8), transparent);*/
/*}

header .logo::after {
    content: "";
    height: 1px;
    width: 40%;
    background: #fff;
    margin-bottom: 45px;
    margin-left: 40px;*/
    /*background: linear-gradient(to bottom, rgba(227, 204, 165, 0.8), transparent);*/
/*}*/

@media screen and (max-width: 768px) {
    header .logo::before, header .logo::after {
        width: 30%;
        margin-bottom: 20px;
    }
}

.event-calendar {
    padding: 30px 50px;
    background-size: cover !important;
    background-position: center;
    border-radius: 30px;
    margin-top: 100px;
}


    .event-calendar .each,
    .event-billing .each {
        display: flex;
        flex-direction: row;
        /*height: 550px;*/
        position: relative;
        justify-content: center;
        /*.back-img {
      display: flex;
      width: 31%;
      top: 24px;
      left: -30px;
      aspect-ratio: 3/4;
      transform: rotate(-10deg);
      position: absolute;
      z-index: 5;
      align-self: flex-start;
      background: #FFF;
      align-items: center;
      justify-content: center;
      padding-bottom: 15px;

      @media screen and (max-width: 768px) {
          display: none;
      }

      @media screen and (max-width:1032px) {
          width: 35%;
          align-self: center;
          top: 70%;
      }

      .img {
          width: 95%;
          height: 95%;
          position: relative;

          img {
              width: 100%;
              object-fit: cover;
              height: 100%;
          }
      }

      .ct-img-titre {
          position: absolute;
          z-index: 9;
          color: $color-white;
          display: flex;
          flex-flow: column;
          align-content: center;

          .img-titre {
              width: 100%;
              text-align: center;

              span {
                  line-height: 1;
                  display: inline-block;
                  width: 100%;
                  text-align: center;
                  text-transform: uppercase;
                  font-family: $ff-melbaEpoque;
                  letter-spacing: 0;
                  font-weight: $font-weight-normal;
                  font-size: $font-size-39;
                  font-stretch: $font-style-normal;
                  color: $color-white;
              }
          }

          .img-date {
              text-align: center;

              span {
                  font-family: "altesse-std-24pt";
                  font-weight: 400;
                  font-size: $font-size-37;
                  font-stretch: $font-style-normal;
                  color: $color-Or;
                  font-style: italic;
              }
          }
      }
  }*/
    }

@media screen and (max-width: 768px) {
    .event-calendar .each,
    .event-billing .each {
        height: auto;
    }
}

@media screen and (max-width: 1032px) {
    .event-calendar .each,
    .event-billing .each {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .event-calendar .each .outer,
        .event-billing .each .outer {
            margin-left: 0;
            width: 100%;
        }
}

.event-calendar .each .back-img,
.event-billing .each .back-img {
    display: none;
}

/*.event-calendar .outer,
.event-billing .outer {
    margin-left: 0;
    width: 100%;
    border: 4px solid #fff;
    padding: 10px;
}

    .event-calendar .outer .inner,
    .event-billing .outer .inner {
        border: 1px solid #fff;
        height: 100%;
        box-sizing: border-box;
   
  &::before {
      border: 1px solid $color-or-fonce;
  }
    }*/

.event-calendar .outer .inner .top,
.event-billing .outer .inner .top {
    width: 100%;
    display: flex;
    margin: 15px 25px 50px 25px;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .event-calendar .outer .inner .top,
    .event-billing .outer .inner .top {
        width: calc(100% - 50px);
        flex-wrap: wrap;
    }
}

.event-calendar .outer .inner .top .title,
.event-billing .outer .inner .top .title {
    width: 66%;
}

@media screen and (max-width: 768px) {
    .event-calendar .outer .inner .top .title,
    .event-billing .outer .inner .top .title {
        width: 100%;
    }
}

.event-calendar .outer .inner .top .title .name,
.event-billing .outer .inner .top .title .name {
    font-family: "Geist";
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
    font-stretch: normal;
    color: #fff;
    line-height: 46px;
    letter-spacing: 0;
    width: fit-content;
    padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
    .event-calendar .outer .inner .top .title .name,
    .event-billing .outer .inner .top .title .name {
        text-align: center;
    }
}

.event-calendar .outer .inner .top .title .desc,
.event-billing .outer .inner .top .title .desc {
    /*font-style: italic;*/
    font-size: 20px;
    padding-top: 15px;
    font-family: "Geist", sans-serif;
    line-height: 1;
    color:#fff;
}

@media screen and (max-width: 768px) {
    .event-calendar .outer .inner .top .title .desc,
    .event-billing .outer .inner .top .title .desc {
        text-align: center;
    }
}

.event-calendar .outer .inner .top .date,
.event-billing .outer .inner .top .date {
    width: 50%;
    text-align: right;
    margin-right: 40px;
    font-family: "Geist", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
    .event-billing .outer .inner .top .date span {
        font-family: "Geist" !important;
    }


    @media screen and (max-width: 768px) {
        .event-calendar .outer .inner .top .date, .event-billing .outer .inner .top .date {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

.event-calendar .outer .inner .top .date span,
.event-billing .outer .inner .top .date span {
    font-family: "Geist" !important;
}

    .event-calendar .outer .inner .top .date span:first-child,
    .event-billing .outer .inner .top .date span:first-child {
        font-family: "Geist";
        font-size: 20px;
    }

.event-calendar .outer .inner .bottom,
.event-billing .outer .inner .bottom {
    position: relative;
    height: 100%;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.sous-titre {
    font-size: clamp(18px, 2vw, 30px);
    display: inline-block;
    font-family: "Geist";
    margin: 10px 0;
    text-transform: uppercase;
    color: #fff;
}

/*    .event-calendar .outer .inner .bottom::before,
    .event-billing .outer .inner .bottom::before {
        display: inline-block;
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
    }*/

.event-calendar .outer .inner .bottom .choice,
.event-billing .outer .inner .bottom .choice {
    margin: 15px 25px;
    display: flex;
    align-items: flex-end;
    gap: 50px;
    justify-content: space-between;
}

    .event-calendar .outer .inner .bottom .choice .choice-inner,
    .event-billing .outer .inner .bottom .choice .choice-inner {
        max-width: 60%;
    }


    .event-calendar .outer .inner .bottom .choice .choice-price,
    .event-billing .outer .inner .bottom .choice .choice-price {
    }

    .event-calendar .outer .inner .bottom .choice .choice-inner .choice-inner-titre,
    .event-billing .outer .inner .bottom .choice .choice-inner .choice-inner-titre {
        font-size: clamp(50px, 5.2vw, 120px);
        font-family: "Geist";
        font-weight: bold;
        display: block;
        line-height: 1;
        margin: 0 auto 20px auto;
        color: #fff;
        max-width:90%;
    }

@media screen and (max-width: 768px) {
    .event-calendar .outer .inner .bottom .choice .choice-inner .choice-inner-titre,
    .event-billing .outer .inner .bottom .choice .choice-inner .choice-inner-titre {
        line-height: 1;
        max-width: 100%;
    }
}

.event-calendar .outer .inner .bottom .choice .choice-inner .txt,
.event-billing .outer .inner .bottom .choice .choice-inner .txt {
    font-size: clamp(18px, 2vw, 30px);
    display: inline-block;
    font-family: "Geist";
    color: #fff;
    line-height: 1.1;
}

@media screen and (max-width: 768px) {
    .event-calendar .outer .inner .bottom .choice .choice-inner .txt,
    .event-billing .outer .inner .bottom .choice .choice-inner .txt {
        flex-wrap: nowrap;
        flex-direction: column;
    }
}

.event-calendar .outer .inner .bottom .choice .choice-inner .txt p,
.event-billing .outer .inner .bottom .choice .choice-inner .txt p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    font-family: "Geist";
    overflow: hidden !important;
}

.event-calendar .outer .inner .bottom .choice .choice-inner .txt span,
.event-billing .outer .inner .bottom .choice .choice-inner .txt span {
    line-height: 1;
    display: block;
    width: max-content;
    font-size: 18px;
    line-height: 29px;
    margin-right: 4px;
    display: flex;
    flex-flow: column;
    padding-top: 10px;
}

    .event-calendar .outer .inner .bottom .choice .choice-inner .txt span:last-child,
    .event-billing .outer .inner .bottom .choice .choice-inner .txt span:last-child {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

        .event-calendar .outer .inner .bottom .choice .choice-inner .txt span:last-child::before,
        .event-billing .outer .inner .bottom .choice .choice-inner .txt span:last-child::before {
            border-radius: 15px;
            margin-bottom: 10px;
            content: "";
            height: 90px;
            width: 100%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            /*background-color: $color-black;*/
        }

.event-calendar .outer .inner .bottom .choice .choice-inner .price,
.event-billing .outer .inner .bottom .choice .choice-inner .price {
    padding: 0 0 2px 0;
    font-family: "Geist";
    font-size: 40px;
    padding: 20px;
    display: block;
}

.event-calendar .outer .inner .bottom .choice .choice-inner .place-dispo,
.event-billing .outer .inner .bottom .choice .choice-inner .place-dispo {
    color: #911c18;
    font-size: 24px;
    font-family: "Geist";
    font-weight: normal;
    padding: 15px;
}

.event-calendar .outer .inner .bottom .choice .btn,
.event-billing .outer .inner .bottom .choice .btn {
    background: rgba(255, 255, 255, 0.5);
    font-family: "Geist" !important;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 25px 35px;
    backdrop-filter: blur(50px);
    border-radius: 50px;
    border: none;
    transition: all ease 0.3s;
    color: #fff;
}

    .event-calendar .outer .inner .bottom .choice .btn:hover,
    .event-billing .outer .inner .bottom .choice .btn:hover {
        background: #E5007E;
        color: #fff;
    }

@media screen and (max-width: 768px) {
    .event-calendar .outer .inner .bottom .choice .btn,
    .event-billing .outer .inner .bottom .choice .btn {
        text-align: center;
        width: auto;
    }
}

/*paiement*/
.event-billing {
    height: 100%;
    margin-top: 50px;
}

    .event-billing .each {
        height: 100%;
    }

        .event-billing .each .billing-form .ct-paiement {
            margin: 20px 80px;
            text-align: center;
        }

@media screen and (max-width: 768px) {
    .event-billing .each .billing-form .ct-paiement {
        margin: 10px;
    }
}

.event-billing .each .billing-form .ct-paiement h3 {
    font-family: "Geist";
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

    .event-billing .each .billing-form .ct-paiement h3 span {
        display: inline-block;
        width: 100%;
        margin-top:35px;
    }

        .event-billing .each .billing-form .ct-paiement h3 span:last-child {
            margin-top: 5px;
            font-weight: bold;
            font-family: "Geist";
            color: #000;
            font-size: clamp(36px, 3.6vw, 60px);
            line-height: 1.2;
        }

.event-billing .each .billing-form .ct-paiement .row{
    margin-bottom:10px;
}

.event-billing .each .billing-form .ct-paiement .row input {
    border: 1px solid #fff;
    border-radius: initial;
    min-width: 150px;
    background-color: white;
    font-family: "Geist";
    font-size: 20px;
    color: #000;
    border-radius: 50px;
    padding: 10px 25px;
    margin: initial !important;
}
    .event-billing .each .billing-form .ct-paiement .row input.btnRose {
        min-width: 240px;
        font-size: 18px;
        /* text-transform: uppercase; */
        font-weight: bold;
        line-height: 1.4;
    }
    .event-billing .each .billing-form .ct-paiement .row input.input-code {
        max-width: 240px;
    }

.event-billing .each .billing-form .ct-paiement .row input::placeholder {
    color:#000;
}

.row.alignLeft {
    gap: 5px !important;
    justify-content: flex-start !important;
}

  /*  .row.alignLeft input.input-code {
        max-width: 200px;
        border-radius: 50px 0 0 50px !important;
    }

    .row.alignLeft input.btnRose {
        max-width: 200px;
        border-radius: 0 50px 50px 0 !important;
    }*/


@media screen and (max-width: 768px) {
    .event-billing .each .billing-form .ct-paiement .row input {
        margin-bottom: 15px;
        width: 90%;
    }
}


.event-billing .each .billing-form .ct-paiement .row .stripe-submitBtn {
    background: #E5007E;
    color: #FFFFFF;
    font-family: "Geist" !important;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin: initial;
    padding: 15px 35px;
    border-radius: 50px;
    border: none;
    transition:all ease 0.3s;
}



.event-billing .each .billing-form .ct-paiement .row .stripe-submitBtn:hover {
    background: #000;
    color: #fff;
}
/*popup*/
.modalEvent {
    background: #7D0E12;
    border: 14px solid white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    color: #000;
    width: 1000px;
    min-height: 633px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 95vh;
    box-sizing: border-box;
    z-index: 1000;
}

/*@media screen and (max-width: 800px) {
    .modalEvent {
        width: 100%;
        justify-content: flex-start;
        left: 0;
        top: 32px;
        transform: unset;*/
        /*overflow-y: auto;*/
        /*min-height: 100vh;*/
    /*}
}*/

.modalEvent:not(.-open), .modalEvent:not(.-open) + .modalEvent-background {
    display: none;
}

.modalEvent + .modalEvent-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.modalEvent-closeBtn {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #000;
    font-size: 70px;
    font-weight: normal;
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .modalEvent-closeBtn {
        top: 10px;
        right: 5px;
        font-size: 40px;
    }
}

.modalEvent.checkout {
    background: #FAF4EC;
    border-radius: 50px;
    color: #161616;
    border: none;
    padding: 40px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

/*    .modalEvent.checkout .modalEvent-container {
        border: 1px solid #fff;
        padding: 8px;
        height: 100%;
        margin: 15px;
    }*/

        .modalEvent.checkout .modalEvent-container .modalEvent-ct {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
           /* border: 1px solid #fff;*/
            padding: 20px;
        }

            .modalEvent.checkout .modalEvent-container .modalEvent-ct .modalEvent-inner {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                width: 100%;
            }
            .modalEvent.checkout .modalEvent-container .modalEvent-ct .modalEvent-sstxt {
                font-family: "Geist";
                color: #000;
                font-weight: bold;
                line-height: 1.2;
                margin-bottom: initial;
                font-size: clamp(20px, 3.6vw, 25px);
                text-transform: uppercase;
                margin-top: 50px;
            }
            .modalEvent.checkout .modalEvent-container .modalEvent-ct .modalEvent-sstxt2 {
                font-family: "Geist";
                color: #000;
                font-weight: bold;
                line-height: 1.2;
                margin-bottom: initial;
                font-size: clamp(20px, 3.6vw, 25px);
                text-transform: uppercase;
                margin-top: 0px;
            }
            .modalEvent.checkout .modalEvent-container .modalEvent-ct .modalEvent-title {
                border: none;
                width: 100%;
                text-align: center;
                font-family: "Geist";
                color: #000;
                font-weight: bold;
                line-height: 1.2;
                margin-bottom: 20px;
                font-size: clamp(32px, 3.6vw, 50px);
            }

            .modalEvent.checkout .modalEvent-container .modalEvent-ct .modalEvent-date {
                /*font-style: italic;*/
                font-family: "Geist";
                line-height: 1;
                margin-bottom: 4px;
                letter-spacing: 0;
                padding-top: 18px;
                font-size: clamp(15px, 3.6vw, 22px);
                font-weight:normal;
            }

            .modalEvent.checkout .modalEvent-container .modalEvent-ct .modalEvent-txt {
                text-align: center;
                width: 100%;
                padding-bottom: 32px;
                margin-top: 15px;
                position: relative;
                border: none;
                font-family: "Geist";
                font-size: 16px;
            }

                .modalEvent.checkout .modalEvent-container .modalEvent-ct .modalEvent-txt span {
                    display: inline-block;
                    width: 100%;
                    line-height:20px;
                }

            .modalEvent.checkout .modalEvent-container .modalEvent-ct .person {
                display: flex;
                width: 100%;
                flex-flow: column;
                align-items: flex-start;
                padding: 15px 25px;
                box-sizing: border-box;
                width: 100%;
                font-family: "Geist";
                font-size: 16px;
            }

                .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .quantity {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-transform: uppercase;
                    padding-top: 41px;
                    padding-bottom: 18px;
                    font-size: 25px;
                    font-family: "Geist";
                    font-weight: bold;
                }

@media screen and (max-width: 800px) {
    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .quantity {
        /*font-size: 12px;*/
    }
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct .person .quantity span:first-child {
    display: inline-block;
    padding-right: 42px;
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct .person .quantity .action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 16px;
    background: white;
    border: 1px solid white;
    font-family: "Geist";
    font-size: 25px;
    width: 35%;
    border-radius: 50px;
    padding: 10px 20px;
}

    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .quantity .action * {
        display: flex;
        flex-direction: row;
        padding: 4px 8px;
        justify-content: center;
        align-items: center;
        line-height: 1;
        cursor: pointer;
        margin: 0;
    }

.modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons {
    font-family: "Geist";
    font-size: 16px;
    width: 100%;
}

    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media screen and (max-width: 800px) {
    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row {
        font-size: 12px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row span {
    font-size: 25px;
    font-family: "Geist";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row input {
    background: white;
    border: 1px solid white;
    border-radius: 0px;
    margin-bottom: 15px;
    font-family: "Geist";
    font-size: 25px;
    width: 35%;
    border-radius: 50px;
    padding: 10px 20px;
    line-height: 1.1;
}

    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row input.m-personPrenom {
        margin-left: 8px;
    }

.modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 25px;
    box-sizing: border-box;
}

    .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .ct-place {
        display: flex;
        flex-flow: column;
        width: 80%;
    }

        .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .ct-place .totalPlaces {
            font-family: "Geist";
            font-weight: bold;
            padding: 10px 0;
            line-height: 1.2;
            font-size: clamp(25px, 5.2vw,45px);
            color: #000;
        }

        .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .ct-place .totalPrice {
            font-family: "Geist";
            color: #000;
            font-size: clamp(25px, 5.2vw, 20px);
            line-height: 1.2;
            font-weight: normal;
            padding: 10px 0;
        }

    .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .btn {
        background: #E5007E;
        color: #FFFFFF;
        font-family: "Geist" !important;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: bold;
        margin: initial;
        padding: 18px 35px;
        border-radius: 50px;
        border: none;
    }


.modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .btn:hover {
    background: #000;
    color: #fff;
}


#place-dispo {
    display: inline-block;
    width: 100%;
    font-family: "Geist";
    font-size: clamp(25px, 5.2vw, 20px);
    line-height: 1.2;
    font-weight: normal;
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct-title {
    font-family: "Geist";
    font-size: 44px;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    width: fit-content;
    margin-bottom: 56px;
    line-height: 1.2em;
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct-img {
    width: 60%;
    margin-bottom: 28px;
}

    .modalEvent.checkout .modalEvent-container .modalEvent-ct-img img {
        width: 100%;
    }

.modalEvent.checkout .modalEvent-container .modalEvent-ct-name {
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct-date {
    font-size: 24px;
    line-height: 1;
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct-txt {
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct .asso {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 13px;
    line-height: 1.1;
}

    .modalEvent.checkout .modalEvent-container .modalEvent-ct .asso .titre {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 8px 0;
    }

        .modalEvent.checkout .modalEvent-container .modalEvent-ct .asso .titre span {
            background: white;
            padding: 8px 2px;
            margin-left: 24px;
        }

.modalEvent.checkout .modalEvent-container .modalEvent-ct .btn {
    background: white;
    color: #7D0E12;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Geist" !important;
    margin: 0;
    margin-top: 38px;
    border: 0px;
}

.evenement-confirmation h3 {
    font-family: "Geist" !important;
    color: #333;
    font-weight: 300;
    font-size: clamp(32px, 5vw, 60px);
    line-height: 1.2;
}

@media (max-width: 640px) {
    .event-calendar .outer .inner .bottom .choice, .event-billing .outer .inner .bottom .choice {
        margin: 15px 10px;
    }

    .event-calendar .outer .inner .top .title .name, .event-billing .outer .inner .top .title .name {
        font-size: 35px;
        line-height: 1.1;
        margin: 0 auto;
    }

    .event-calendar .outer .inner .bottom .choice .choice-inner .choice-inner-titre, .event-billing .outer .inner .bottom .choice .choice-inner .choice-inner-titre {
        font-size: 40px;
        line-height:1.2;
    }
}





/****CSS PERSONALISEE******/

.desc .artiste {
    font-size: clamp(30px, 5.2vw, 60px);
    font-family: "Geist";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
}

.desc .adresse {
    font-size: clamp(18px, 2vw, 20px);
    font-family: "Geist";
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.desc .horaire {
    font-size: clamp(30px, 5.2vw, 60px);
    font-family: "Geist";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
}


.choice-price {
    text-align: right;
}

    .choice-price .infoComp {
        font-size: clamp(18px, 2vw, 20px);
        font-family: "Geist";
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
        margin-top: 50px;
    }

    .choice-price .place-dispo {
        font-size: clamp(20px, 2vw, 30px);
        font-family: "Geist";
        font-weight: bold;
        line-height: 1.2;
        color: #fff;
        text-decoration: underline;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .choice-price .price {
        font-size: clamp(30px, 5.2vw, 60px);
        font-family: "Geist";
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        color:#fff;
    }



/****CSS PERSONALISEE POPUP******/

.modalEvent-txt .artiste {
    font-size: clamp(25px, 5.2vw, 30px);
    font-family: "Geist";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
}

.modalEvent-txt .adresse {
    font-size: clamp(18px, 2vw, 20px);
    font-family: "Geist";
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    margin: 10px 0;
}

.modalEvent-txt .horaire {
    font-size: clamp(25px, 5.2vw, 30px);
    font-family: "Geist";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
}


/******PAIEMENT**/



.event-billing .date-sstitle, .event-billing .date-title, .event-billing .desc .artiste, .event-billing .title .name, .event-billing .title .desc, .event-billing .desc .adresse, .event-billing .desc .horaire {
    color: #000 !important;
}
.event-billing .desc .artiste, .event-billing .desc .horaire {
    font-size: clamp(20px, 3vw, 30px);
}
.event-billing .date-title {
    font-size: clamp(40px, 3vw, 60px);
    text-align: center;
    line-height: 1.2;
}
.event-billing .date-sstitle {
    font-size: clamp(20px, 3vw, 30px);
    text-align: center;
    text-transform:uppercase;
    line-height:1.2;
}


.event-billing input[type=text], .event-billing input[type=password], .event-billing input[type=number], .event-billing input[type=email], .event-billing input[type=tel], .event-billing input[type=url], .event-billing textarea, .event-billing select {
    min-width: 100px;
    font-family: inherit;
    width: 100%;
}
    .event-billing input[type=text]::placeholder, .event-billing input[type=password]::placeholder, .event-billing input[type=number]::placeholder, .event-billing input[type=email]::placeholder, .event-billing input[type=tel]::placeholder, .event-billing input[type=url]::placeholder, .event-billing textarea::placeholder, .event-billing select {
        color: #000;
        opacity: 0.3;
    }



.event-billing .row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
}
    .event-billing .row.adresse input[type=text] {
        width: calc(100% - 25px);
    }
    .event-billing .row.nowrap {
        display: block;
    }



.btnImage {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .btnImage img {
        width: 30px;
        height: 30px;
        transform: rotate(-45deg);
        margin-left: 9px;
    }



.btnRose {
    color: #fff !important;
    transition: all ease 0.5s;
    background: #000 !important;
}
    .btnRose:hover {
        color: #fff !important;
        background: #E5007E !important;
    }


    /******CONFIRMATION*/
.evenement-confirmation {
    padding: 20vh 0 15px;
    text-align: center;
    max-width: 50%;
    margin: auto;
}

@media screen and (max-width: 1030px) {
    .event-calendar .outer .inner .top, .event-billing .outer .inner .top {
        flex-wrap: wrap;
        justify-content: center;
    }
        .event-calendar .outer .inner .top .title, .event-billing .outer .inner .top .title {
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .event-calendar .outer .inner .top .date, .event-billing .outer .inner .top .date {
            width: 100%;
            text-align: center;
            margin-top: 35px;
            margin-right: 0;
        }

    .event-calendar .outer .inner .bottom .choice, .event-billing .outer .inner .bottom .choice {

        flex-wrap: wrap;
        justify-content: center;
    }

        .event-calendar .outer .inner .bottom .choice .choice-inner, .event-billing .outer .inner .bottom .choice .choice-inner {
            max-width: 100%;
            text-align: center;
        }

    .choice-price {
        text-align: center;
    }


    .modalEvent {
        max-width: 90%;
        overflow-y: auto;
        overflow-x: hidden;
        height: 97vh;
        display: block;
    }
}

@media screen and (max-width: 815px) {
    .evenement-confirmation {
        max-width: 90%;
    }
    .event-calendar {
        padding: 30px 20px;
    }


    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .quantity {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
        font-size: 20px;
        justify-content: center;
        margin-bottom: 20px;
        padding-top: 20px;
    }
        .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .quantity span:first-child {
            display: inline-block;
            padding-right: 0px;
        }
        .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .quantity .action {
            margin: 0;
            font-size: 20px;
            width: 50%;
            border-radius: 50px;
            padding: 6px 14px;
        }
    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row span {
        font-size: 20px;
    }
    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row input {
        font-size: 20px;
        width: 100%;
        margin-bottom: 5px;
    }
    .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place {
        flex-wrap: wrap;
        justify-content: center;
    }
        .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .ct-place {
            text-align: center;
            justify-content: center;
            align-items: center;
        }
 
    .modalEvent.checkout .modalEvent-container .modalEvent-ct .person {
        padding: 15px 0px;
    }
    .modalEvent.checkout .modalEvent-container .modalEvent-ct {
        padding: 0;
    }
    .modalEvent.checkout {
        border-radius: 25px;
        padding: 40px 2em;
    }

        .modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row input.m-personPrenom {
            margin-left: 0;
        }
        .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place {

            padding: 15px 0px;
        }
            .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .ct-place .totalPlaces {
                font-size: clamp(35px, 5.2vw, 45px);
                text-align: center;
            }

    .modalEvent {
        max-height: 80vh;
    }


}


@media screen and (max-width: 768px) {
    .event-billing .row {
        flex-wrap: wrap;
        gap: 8px;
    }
}



div[data-lastpass-icon-root] {
    display: none;
    visibility: hidden;
}



.modalEvent-container {
    overflow-x: hidden;
    overflow-y: auto;
}

    /* Personnalisation du scrollbar pour Chrome, Safari et Edge */
    .modalEvent-container::-webkit-scrollbar {
        width: 8px; /* Largeur de la barre de défilement */
    }

    .modalEvent-container::-webkit-scrollbar-track {
        background: #f1f1f1; /* Couleur de fond du rail */
        border-radius: 8px;
    }

    .modalEvent-container::-webkit-scrollbar-thumb {
        background: #888; /* Couleur de la barre */
        border-radius: 8px;
    }

        .modalEvent-container::-webkit-scrollbar-thumb:hover {
            background: #555; /* Couleur au survol */
        }

/* Pour Firefox */
.modalEvent-container {
    scrollbar-width: thin; /* 'auto' ou 'thin' */
    scrollbar-color: #000000 #FFFFFF; /* couleur barre / couleur rail */
}

.supprimerCode {
    color: #ab1822 !important;
    text-decoration: none;
}

    .supprimerCode:hover {
        color: #222 !important;
    }

.info-code {
    font-family: "Geist";
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
    margin-top: 20px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


input.input-error {
    background-color: #fab1a0 !important;
}
    input.input-error::placeholder {
        color: #d63031 !important;
    }


    .hidden{
        display:none;
    }