﻿@font-face {
    font-family: 'SpecialElite';
    src: url('fonts/SpecialElite-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SpecialElite-Regular.woff') format('woff'), url('fonts/SpecialElite-Regular.ttf') format('truetype'), url('fonts/SpecialElite-Regular.svg#SpecialElite-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Oswald-Regular.woff') format('woff'), url('fonts/Oswald-Regular.ttf') format('truetype'), url('fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldLight';
    src: url('fonts/Oswald-Light.woff') format('woff'), url('fonts/Oswald-Light.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'FestivalBudaya';
    src: url('fonts/FestivalBudayaXXXI.eot?#iefix') format('embedded-opentype'), url('fonts/FestivalBudayaXXXI.otf') format('opentype'), url('fonts/FestivalBudayaXXXI.woff') format('woff'), url('fonts/FestivalBudayaXXXI.ttf') format('truetype'), url('fonts/FestivalBudayaXXXI.svg#FestivalBudayaXXXI') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*-------------- GENERAL --------------*/
/*-------------------------------------*/
body {
    margin: 0px;
    font-family: 'SpecialElite', 'Times New Roman', Times, 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: url("../images/fondJournal.jpg") no-repeat center center fixed;
    background-size: cover;
}

@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: cover;
                height: 100%;
                width: 100%;
            }

@media screen and (max-width: 768px) {
    header .logo .img-logo {
        width: 100%;
        height: 100%;
    }
}

header .logo::before {
    content: "";
    height: 1px;
    width: 40%;
    background: #000;
    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: #000;
    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 .each,
.event-billing .each {
    display: flex;
    flex-direction: row;
    /*height: 550px;*/
    position: relative;
    /*.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 #000;
    padding: 10px;
}

    .event-calendar .outer .inner,
    .event-billing .outer .inner {
        border: 1px solid #000;
        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;
            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: "Oswald";
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    font-stretch: normal;
    color: #000;
    line-height: 46px;
    letter-spacing: 0;
    width: fit-content;
    border-bottom: 1px solid #161616;
    padding-bottom: 2px;
    text-transform: uppercase;
}

@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: "SpecialElite";
    line-height: 1;
}

@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: "Oswald";
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
    .event-billing .outer .inner .top .date span {
        font-family: "SpecialElite" !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: "SpecialElite" !important;
}

    .event-calendar .outer .inner .top .date span:first-child,
    .event-billing .outer .inner .top .date span:first-child {
        font-family: "SpecialElite";
        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 {
    display: inline-block;
    font-size: 16px;
    font-family: "Oswald";
    margin: 10px 0;
}

    .event-calendar .outer .inner .bottom::before,
    .event-billing .outer .inner .bottom::before {
        display: inline-block;
        content: "";
        width: 100%;
        height: 1px;
        background: #000;
    }

    .event-calendar .outer .inner .bottom .choice,
    .event-billing .outer .inner .bottom .choice {
        margin: 15px 25px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-content: center;
        text-align: center;
        align-items: center;
    }

        .event-calendar .outer .inner .bottom .choice .choice-inner .choice-inner-titre,
        .event-billing .outer .inner .bottom .choice .choice-inner .choice-inner-titre {
            font-family: "SpecialElite";
            color: #7D0E12;
            font-size: 37px;
            text-transform: uppercase;
            display: block;
            padding: 30px;
            line-height:30px;
        }

@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;
        margin: 15px 0px;
    }
}

.event-calendar .outer .inner .bottom .choice .choice-inner .txt,
.event-billing .outer .inner .bottom .choice .choice-inner .txt {
    font-family: "SpecialElite";
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@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: "SpecialElite";
    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: #000;
    }

        .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-image: url("../images/perreier-jouet.png");
            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: "OswaldLight";
    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: "Oswald";
    font-weight: normal;
    padding: 15px;
}

.event-calendar .outer .inner .bottom .choice .btn,
.event-billing .outer .inner .bottom .choice .btn {
    /*width: 15%;*/
    background: #911c18;
    padding: 7px 20px;
    font-family: "SpecialElite" !important;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px;
}

    .event-calendar .outer .inner .bottom .choice .btn:hover,
    .event-billing .outer .inner .bottom .choice .btn:hover {
        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%;
}

    .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: "Oswald";
    font-size: 16px;
    font-weight: normal;
    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%;
    }

        .event-billing .each .billing-form .ct-paiement h3 span:last-child {
            margin-top: 5px;
            font-weight: normal;
            font-family: "Oswald";
            color: #000;
            font-size: 30px;
        }

.event-billing .each .billing-form .ct-paiement .row.adresse input {
    min-width: 408px;
}

@media screen and (max-width: 768px) {
    .event-billing .each .billing-form .ct-paiement .row.adresse input {
        min-width: 150px;
    }
}

.event-billing .each .billing-form .ct-paiement .row input {
    border: 1px solid #000;
    border-radius: initial;
    min-width: 150px;
    background-color: initial;
    font-family: "Oswald";
    font-size: 16px;
}

@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 input::placeholder {
    color: #000 !important;
}

.event-billing .each .billing-form .ct-paiement .row .stripe-submitBtn {
    font-weight: normal;
    font-family: "SpecialElite" !important;
    background: #911c18;
    color: #FFFFFF;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    margin: initial;
    padding: 10px 35px;
}

/*popup*/
.modalEvent {
    background: #7D0E12;
    border: 14px solid white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    color: white;
    width: 669px;
    min-height: 633px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 97vh;
    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(0, 0, 0, 0.5);
    z-index: 999;
}

.modalEvent-closeBtn {
    position: absolute;
    top: -40px;
    right: -40px;
    color: #FFF;
    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: -7px;
        right: -8px;
    }
}

.modalEvent.checkout {
    background: #E0E0E0;
    border: 0px;
    color: #161616;
}

    .modalEvent.checkout .modalEvent-container {
        border: 1px solid #000;
        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 #000;
            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-title {
                border: none;
                width: 100%;
                text-align: center;
                font-family: "Oswald";
                color: #000;
                font-size: 30px;
                font-weight: normal;
                text-transform: uppercase;
                line-height:30px;
                margin-bottom: initial;
            }

            .modalEvent.checkout .modalEvent-container .modalEvent-ct .modalEvent-date {
                /*font-style: italic;*/
                font-size: 16px;
                font-family: "SpecialElite";
                line-height: 1;
                margin-bottom: 4px;
                letter-spacing: 0;
                padding-top:18px;
            }

            .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: "SpecialElite";
                font-size: 16px;
                border-bottom: 1px solid #000;
            }

                .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: "SpecialElite";
                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: 20px;
                    font-weight: normal;
                    font-family: "SpecialElite";
                }

@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;
    padding: 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #161616;
    margin: 0 16px;
}

    .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;
    }

.modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons {
    font-family: "Oswald";
    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;
    }
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row span {
    font-family: "SpecialElite";
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    /*height: 35px;*/
    margin-right: 14px;
}

.modalEvent.checkout .modalEvent-container .modalEvent-ct .person .modalEvent-persons .row input {
    background: transparent;
    border: 1px solid #161616;
    border-radius: 0px;
    margin-bottom: 15px;
    font-family: "SpecialElite";
    font-size: 16px;
    width: 35%;
}

    .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%;
    margin: 25px 0 50px 0;
    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: "Oswald";
            font-size: 30px;
            font-weight: normal;
            padding: 10px 0;
            line-height:35px;
        }

        .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .ct-place .totalPrice {
            font-family: "Oswald";
            color: #000;
            font-size: 23px;
            font-size: 18px;
            font-weight: normal;
            padding: 10px 0;
        }

    .modalEvent.checkout .modalEvent-container .modalEvent-ct .info-place .btn {
        background: #911c18;
        color: #FFFFFF;
        font-family: "SpecialElite" !important;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: normal;
        margin: initial;
        padding: 10px 35px;
    }

.modalEvent.checkout .modalEvent-container .modalEvent-ct-title {
    font-family: "Oswald";
    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: "1927Epoque" !important;
    margin: 0;
    margin-top: 38px;
    border: 0px;
}

.evenement-confirmation h3 {
    font-family: "Oswald" !important;
    color: #000;
    font-weight: 300;
    font-size: 60px;
    color: #000;
    line-height: 1;
}

@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:30px;
    }
}
