#addticket {
    margin-bottom: 30px;
}

.visite_programmer h1.title:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #000000;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.visite_programmer h1.title {
    font-family: 'Effra_Std_Rg';
    color: #000000;
    font-size: 36px;
    position: relative;
    width: auto;
    max-width: max-content;
}

.visite_programmer .pr_visite p {
    font-family: 'Effra Light';
    font-size: 18px;
    text-align: justify;
    color: #414141;
}

.visite_programmer .col-12 {
    float: left;
}

.visite_programmer .bg_visite {
    height: 550px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.visite_programmer .visite_overlay p,
.tarifs_et_infos p {
    font-family: 'Effra Light';
    font-size: 15px;
    color: #ffffff;
    text-align: center;
}

.tarifs_et_infos p {
    text-align: justify;
    color: #414141;
}

.col-12.slider_visite.p-0 {
    padding-bottom: 4px !important;
    /* background: #013579; */
}

/* .visite_programmer .visite_overlay {
    background-color: #003269;
} */

.visite_programmer .sk_slider_visite .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.tarifs_et_infos h5 {
    font-family: 'Effra_Std_Rg';
    color: #000000;
    font-size: 20px;
}

.right_side .nav-pills .nav-link,
.right_side .nav-pills .nav-link.active,
.right_side .nav-pills .show>.nav-link {
    font-family: 'Effra_Std_Bd';
    color: #003269;
    font-weight: normal;
}

#referesh-message {
    text-align: center;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 700;
    color: #28a745;
}

h5.border-bottom-title {
    color: #003269;
    font-size: 17px;
    font-family: 'Effra_Std_Md';
    padding-bottom: 5px;
    border-bottom: 1px solid #cac9d4;
    margin-bottom: 22px;
}

.part_prof label,
.musee_visite label {
    font-family: 'Effra_Std_Rg';
    font-size: 16px;
    color: #6f6f6f;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
    border: 1px solid #6f6f6f;
    background-color: transparent;
}

.ui-datepicker td {
    padding-top: 6px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23003269' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-color: #f6f4f1;
    border: 1px solid #003269;
    border-radius: .25rem;
    color: #003269;
}

.musee_visite .musee {
    display: inherit;
    font-size: 12px;
    color: #e60064;
    font-family: 'Effra_Std_It';
    font-weight: 700;
}

.tooltip.bs-tooltip-bottom .tooltip-inner {
    background: #fff !important;
    color: #414141;
    font-size: 12px;
    font-family: 'Effra_Std_Rg';
    padding: 10px;
    border-radius: 3px;
}

.tooltip .arrow:before {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
}

.action_BT .fa,
.action_cap {
    font-size: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.action_cap,
.th_action {
    text-align: center;
}

#add_BT,
#add_cap,
.box-footer button[type="submit"] {
    margin-bottom: 20px;
    background-color: #003269;
    color: #fff !important;
    font-weight: 600;
    border: none;
    padding: 8px 30px;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
}


/***************************/

.skin-blue .sidebar-menu>li.active>a {
    color: white !important;
    font-weight: bold;
    border-left-color: #0984e3 !important;
    background: #7775d6 !important;
    padding-left: 4px !important;
}

.skin-blue .sidebar a:hover {
    background-color: #273c75 !important;
    color: #00a8ff !important;
}

.skin-blue .sidebar-menu>li:hover>a {
    background: #bfbfbf;
    padding-left: 4px;
}

ul.sub-menu li a:active {
    color: white !important;
    font-weight: bold;
    border-left-color: #0984e3 !important;
    background: #7775d6 !important;
    padding-left: 4px !important;
}

.skin-blue .sidebar a {
    color: #eee;
}

.sub-menu.treeview-menu {
    background-color: #132656;
    padding-left: 0;
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a {
    background-color: #e60064;
}

div>.align-self-center {
    font-size: 14px;
}


/*STYLE D'IMPRIMER MON TICKETS*/


/*STYLE D'IMPRIMER MON TICKETS*/

.disp_tab {
    display: table;
    width: 100%;
    height: 105px;
}

.disp_tab_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.logos_imp img {
    max-width: 100%;
    max-height: 80%;
    height: 100px;
    width: auto;
}

.logos_imp {
    padding: 20px 20px 10px;
}

.imprimer_tickets h1 {
    text-transform: uppercase;
    text-align: center;
    color: #08458f;
    padding: 30px 0;
    border-bottom: 2px solid #cdcac6;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* font-size: 26px; */
    letter-spacing: 10px;
}

.billet_entree_imp h1 {
    padding: 0;
    border: none;
    font-family: 'Optima';
    font-size: 26px;
    letter-spacing: unset;
}

.billet_entree_imp h2 {
    font-family: 'Effra_Std_Rg';
    font-size: 22px;
    text-transform: uppercase;
    color: #e60064;
    text-align: center;
}

.billet_entree_imp h2 .type {
    color: #e60064;
    padding-right: 10px;
    font-family: 'Effra_Std_Bd';
    font-weight: bold;
}

.imprimer_tickets {
    border: 3px solid #a8a09b;
    border-radius: 18px;
    background: #f0ece8 !important;
}


.infos_billet_imp .first_line {
    margin-bottom: 16px;
}

.billet_entree_imp,
.detail_billet_entree_imp,
.all_my_tickets {
    background-color: #fff;
    border-radius: 18px;
    width: 90%;
    padding: 18px 0;
    border-bottom: 2px solid #d7d7d7;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.all_my_tickets {
    width: 97%;
    text-align: left;
    margin-bottom: 25px;
    min-height: 466px;
    ;
}

.b_e_imp_titles {
    border-bottom: 1px solid #f0ece8;
    padding-bottom: 0px;
}

.presenter_imp {
    padding-top: 15px;
    border-bottom: 1px solid #f0ece8;
    margin-bottom: 15px;
}

.presenter_imp .title,
.presenter_imp .sub_title {
    font-size: 18px;
    width: 100%;
    display: block;
    font-family: "Effra_Std_It";
    font-weight: bold;
    text-transform: uppercase;
    color: #08458f;
    margin-bottom: 10px;
}

.presenter_imp .sub_title {
    color: #e60064;
}

.detail_billet_entree_imp {
    text-align: left;
}

.infos_billet_imp {
    width: 95%;
    margin: 0 auto;
    text-align: left;
}

.infos_billet_imp div.adresse {
    text-align: center;
    margin-top: 30px;
}

.infos_billet_imp .col-6 {
    text-align: left;
}

.infos_billet_imp span {
    font-size: 16px;
    font-family: Effra_Std_Md;
    text-transform: uppercase;
    color: #000;
    /* font-weight: bold; */
}

.infos_billet_imp .label {
    font-family: Effra_Std_Bd;
    text-transform: uppercase;
    font-size: 18px;
}

.qr_imp img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.detail_ticket .num_b,
.detail_ticket .prix {
    font-family: Effra_Std_Bd;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.detail_tarifs {
    line-height: 20px;
}

.detail_tarifs span {
    font-family: Effra_Std_Md;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #08458f;
}

.prix_detail {
    margin-top: 15px;
    font-family: Effra_Std_Bd;
    text-transform: uppercase;
}

.prix_detail .chiffre_prix {
    color: #08458f;
    font-family: Effra_Std_Md;
}

.my_ticket {
    display: inline-block;
}

.my_ticket .one_ticket {
    float: left;
    padding: 4px;
    border-right: 1px solid #f0ece8;
    border-top: 1px solid #f0ece8;
}

.my_ticket .one_ticket:nth-child(2),
.my_ticket .one_ticket:nth-child(1) {
    border-top: none;
    padding-top: 0px;
}

.my_ticket .one_ticket:nth-child(even) {
    border-right: none;
}

.condition_imp {
    margin-bottom: 25px;
}

.condition_imp h1 {
    text-transform: uppercase;
    text-align: center;
    color: #e60064;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Effra_Std_It';
    background: none;
    padding: 0;
    border: none;
    letter-spacing: 1px;
}

.adresse_imp h3 {
    text-align: center;
    font-family: 'Effra_Std_Md';
    font-size: 15px;
    background-color: #08458f;
    margin: 0;
    color: #fff;
    padding: 15px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 2px solid #a8a09b;
    letter-spacing: 1px;
}

.adresse_imp .service_imp {
    text-transform: uppercase;
}

.selector__ {
    padding: 15px;
}


/*STYLE D'IMPRIMER MON TICKETS*/

@media all and (min-width: 992px) and (max-width: 1200px) {
    .row>.post-title {
        padding-right: 60px;
    }
    .post-title>.float-right:first-child {
        margin-right: -46px;
    }
    .post-title .float-right:nth-child(2) {
        margin-right: -25px;
    }
    #accordionExample .post-title span {
        cursor: pointer;
        margin-right: -48px;
    }
    #accordionExample .float-right:nth-child(3) {
        margin-right: -22px !important;
    }
    div>.align-self-center {
        font-size: 14px;
        font-weight: normal;
    }
    .form-login {
        padding-left: 0;
    }
    .signup label {
        padding-left: 0;
    }
}

.signup label {
    padding-right: 0;
}

.form-input {
    margin-bottom: 10px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .signup label {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
    }
}

@media all and (min-width: 768px) {
    .main-header .sidebar-toggle {
        display: none;
    }
}



/* Abdel 13-09-2019*/

.imprimer_tickets {
    border-radius: 18px;
    overflow: hidden;
    border: 0px solid #a8a09b;
    border-radius: 18px;
    background: none !important;
  }
  .aq_header_bottom{
    height: 350px;
    background-image: url(/assets/img/bg-tickets.jpg);
    background-position: top;
    background-size: cover;
    border-top-left-radius: 18px;
      border-top-right-radius: 18px;
  }
  .infos_billet_imp .title{
    text-transform: capitalize;
  }
  .infos_billet_imp span{
    font-size: 22px;
  }
  .infos_billet_imp .sous-title{
    font-weight: bold;
    text-transform: initial;
  }

  .logos_imp img{
    height: 160px;
  }
  .logos_imp{
    padding: 40px 20px 10px;
  }
  .billet_entree_imp,
  .detail_billet_entree_imp,
  .all_my_tickets {
      background-color: #fff;
      border: none
  }

  .infos_billet_imp .col-left .title{
    font-family: Effra_Std_Md;
    font-weight: bold;
    color: #000;
  }
  .infos_billet_imp .col-right .title{
    color: #000;
  }

  .infos_billet_imp .info span{
    font-family: EffraLight !important;
    font-size: 16px !important;
    text-transform: initial !important;
  }
  .infos_billet_imp .txtN{
    font-weight: 200 !important;
  }
  .infos_billet_imp .txtB{
    font-weight: bold !important;
  }
 
  .e_ticket{
    padding: 30px;
    max-width: 155px;
    width: 155px;
  }
  .label_ticket, .num_ticket{
    display: block;
    font-size: 22px;
    font-weight: bold;
    font-family: Effra_Std_Md;
    text-transform: uppercase;
    max-width: 100px;
    width: 100px;
    padding: 5px 18px;
    border-radius: 18px;
  
  }
  /* .label_ticket{
    font-size: 22px;
    font-weight: bold;
  } */
  .num_ticket{
    background: #000000 ;
    color: #ffffff !important;
  }
  
  .card-type .custom-control {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-right: 1rem;
    padding-left: 2rem;
    border-radius: 6px;
    border: 1px solid #6c757d;
}
  