.table_liste_lieux {
    margin-top: 160px;
}

.contain-tableaux {
    width: 100%;
}

.btn.m-btn--hover-brand:not(.btn-secondary):not(.btn-outline-light) i {
    color: #3d3b56;
}

.dataTables_wrapper .pagination .page-item.active>.page-link {
    background: #3d3b56;
    color: #ffffff;
}

.modal-title {
    padding-bottom: 5px;
}

.close {
    margin-bottom: 20px;
}

.horaires {
    width: 50%;
    text-align: center;
}

/*hide happy hours*/
/*table.horaires tr:first-child {
    display : none;
}
.formPrestataireAdmin .modal-body .remove-happy.d-flex:nth-child(2) {
    display : none !important;
}*/
/*hide happy hours*/

.timepick {
    display: block;
    text-align: center;
    height: 100%;
    padding: 0 !important;
}

.tarifs {
    width: 50%;
    text-align: center;
}

.prix {
    text-align: center;
}

.delette-tarif {
    position: relative;
    top: 15px;
}

#global-lieux .select2 {
    min-width: 500px !important;
}

#global-lieux label {
    padding-right: 5px;
    padding-left: 5px;
}

.btn.m-btn--hover-brand:hover,
.btn.m-btn--hover-brand.active,
.btn.m-btn--hover-brand:active,
.btn.m-btn--hover-brand:focus,
.show>.btn.m-btn--hover-brand.dropdown-toggle {
    border-color: #3d3b56 !important;
    color: #ffffff !important;
    background-color: #3d3b56 !important;
}


/* CSS:: liste-des-prestataire.php */

.table_liste_prestataire {
    margin-top: 160px;
}

.contain-tableaux-presta {
    margin: 160px auto;
    width: 100%;
}


/* CSS:: liste-des-sponsors.php */

.table_liste_sponsor {
    margin-top: 160px;
}

.contain-tableaux-sponsor {
    margin: 160px auto;
    width: 100%;
}


/* dashboard */

.profit {
    background: rgba(39, 115, 255, 0.185);
    margin-top: 200px;
    margin-bottom: 25px;
}

.new-all-stats {
    background: rgba(39, 115, 255, 0.185);
    padding: 25px;
    margin-bottom: 800px;
}

.new_users {
    max-height: 450px;
    overflow-y: scroll;
}


/* modal voir user */



.panier-central {
    margin: 150px auto 20px auto;
}

.panier {
    width: 100%;
    border: 1px solid black;
}

.titre-panier {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
}

.fact-print-btn{
    border-radius:10px !important;
     background-color:#242C4D !important; 
     color: #FFF !important;
}

.fact-print-btn:hover{
    background-color:#E62F4A !important; 
}


.btn-print-fac{
 display:flex;
}

.btn-facturation{
    border-radius:10px !important; 
    background-color:#242C4D !important; 
    color: #FFF !important;
    padding: 0.5rem 1.5rem;
}

.btn-facturation.active {
    background-color:#E62F4A !important; 
}

.fac-tab-up{
    margin-top:-10rem;
}

.name-event {
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
}

.table thead th {
    text-align: center;
    vertical-align: bottom;
    font-size: 20px;
    border-bottom: 1px solid #242c4d;
    background-color: #242c4d;
    color: white;
}

.table-espace {
    width: 490px;
}

.table-espace thead th {
    text-align: center;
    vertical-align: bottom;
    font-size: 15px;
    padding: 10px;
    line-height: 15px;
    background-color: #242c4d;
    color: #ffffff;
}

.table-espace th {
    font-size: 15px;
    font-weight: 400;
}

.table-espace td {
    font-size: 15px;
    font-weight: 400;
}

.img_panier img {
    width: 120%;
    height: auto;
    left: 0;
}


/* .style-table-panier :last-child {
    text-align: right;
} */

.style-table-panier td {
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
}

.libelle_panier {
    font-weight: bold;
}

.quantite_panier input {
    width: 60%;
}

.btn-modif {
    background-color: rgb(35, 44, 77);
}

.btn-valid {
    background-color: rgb(244, 81, 108);
}

.total-text {
    text-align: right;
    font-size: 20px;
}

.total-calc {
    font-size: 20px;
    font-weight: 700;
}

.valid-event {
    float: right;
}

.panier-total {
    background-color: rgba(167, 182, 189, 0.794);
}

.border_01 {
    border: 3px solid red;
}

.events-box {
    margin-top: 50px;
    width: 85%;
    height: 500px;
    overflow: hidden;
}

.slider__contents {
    position: relative;
    top: -5px;
}

.big-box-events {
    width: 100%;
    display: flex;
}

@media (min-width: 768px) {
    .special-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        max-width: 32%;
    }
}

.box-event p {
    padding: 5px;
}

.box-event:hover {
    position: relative;
    top: -5px;
}

.nom-event {
    margin-top: 10px;
    font-weight: 700;
}

.inside_box-event {
    background-image: url("../images/services.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 5px auto 5px 5px;
    height: 200px;
    text-align: left;
    color: white;
    transition: top 0.3s ease;
    top: 0px;
}

.coeur-coeur {
    position: relative;
    right: -280px;
    top: -10px;
    transition: all 0.3s ease;
}

.cercle-coeur {
    font-size: 40px;
    color: rgb(0, 0, 0);
    transition: all 0.3s ease;
}

.coeur-coeur:hover>.cercle-coeur {
    color: rgb(246, 51, 51);
}

.coeur-cercle {
    font-size: 19px;
    color: white;
    position: relative;
    left: -33px;
    top: -6px;
}

.events-box a:hover {
    color: white;
    text-decoration: none;
}

.banner-event {
    border: 1px solid lime;
    background-color: #54ba1d;
    position: relative;
    top: 30px;
    left: 130px;
    text-align: center;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Standard syntax */
}


/* other slider */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    color: #444;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.m-footer {
    background: #242c4d;
}

.logo-white {
    margin-right: 5px;
}

.event-line {
    display: flex;
}

.little-event-box {
    display: flex;
}

#m_accordion_1 .m-accordion__item-head {
    background-color: #242c4d !important;
    color: white;
}

.add-menlist {
    color: black;
}

.add-menlist:hover {
    color: rgb(57, 71, 112) !important;
}

.contain-cart {
    float: right;
    margin-top: 10px;
    margin-right: 50px;
    width: 500px;
    height: 500px;
    border-radius: 4px;
    text-align: center;
}

.contain-cart .fa-caret-up {
    color: white;
    position: relative;
    font-size: 35px !important;
    top: -35px;
    right: -140px;
}

.total-basket {
    color: black;
    font-weight: 600;
    height: 45px;
    line-height: 25px;
}

.maj-basket {
    color: rgb(92, 92, 92);
    font-weight: 600;
}

#container-cart .fa-shopping-cart {
    padding-right: 10px;
}

#container-cart .card-header {
    border-radius: 4px;
    background-color: #242C4D !important;
}

.what-basket {
    color: rgb(92, 92, 92);
    font-weight: 600;
}

.tete-de-panier {
    margin-top: -35px;
}

.tete-de-panier p {
    font-size: 15px;
}

.name-product-bask {
    color: black;
}

.prix-prod-A {
    text-align: center;
    color: black;
}

.btn-trash {
    margin-top: 5px;
}

.contain-cart {
    display: none;
}

@media (max-width: 1080px) {
    .nav-noview {
        display: none !important;
    }
}

@media (max-width: 1180px) {
    .nav-noview-1 {
        display: none !important;
    }
}

#cart-body .la-close {
    color: white;
    float: right;
    position: relative;
    top: -45px;
}

@media (max-width: 790px) {
    .contain-cart {
        margin: auto;
    }
}

.m-header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

#ma-croix {
    position: relative;
    top: -28px;
    left: -10px;
    float: right;
    cursor: pointer;
}

#item-trans {
    background-color: transparent;
}

@media (max-width: 768px) {
    .logo-text {
        /* display: none; */
    }
}

#cart-body img {
    width: 70px;
    height: 60px;
    object-fit: contain !important;
    border-radius: 0% !important;
}

#mon-panier-circle .fa-circle {
    cursor: pointer;
}

.contain-facturation {
    margin-top: 180px;
}

.center-title-paie {
    margin: 30px auto;
}


.facturation-titre{
    color:#242C4D;
    font-weight: 600;
    margin-top: 1rem;
}

.recette-titre {
    text-align: center !important;
}

#body-facture {
    margin-top: 160px;
}

.onglet-actif {
    padding: 15px;
    font-size: 16px;
}

.tab-taber {
    height: 40px;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    background-color: #242c4d;
    color: white !important;
}

.tab-taber-2 {
    height: 40px;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    background-color: #242c4d;
    color: white !important;
}

.nav-pills>li.active:focus-within {
    color: #fff;
    background-color: #F4516C !important;
    border-bottom: none !important;
    scale: 1.1;
}

.nav-pills>li.active>a:focus {
    color: #fff;
}

.force-tab {
    box-shadow: 1px 1px 12px #555;
    margin-top: -21px;
}

.table-wrapper {
    box-shadow: 1px 1px 12px #555;
    /* margin-top: -21px; */
    padding:1rem;
}

.inner-element-tb{
 padding: 20px;
}

#contain-tableau-paie a {
    text-decoration: none;
    color: white !important;
    position: relative;
    top: 6px;
}

.select-checkbox {
    background-color: lime;
}

.force-th-center {
    text-align: center;
}

.table_liste_lieux td {
    text-align: center;
    font-weight: 600;
    height: 50px;
}

.table_liste_recette td {
    text-align: center;
    font-weight: 600;
    height: 50px;
}

.rec-in-tab {
    padding-left: 30px;
}

.search-tabinpaie {
    display: flex;
}

.search-tabinpaie .fa-search {
    position: relative;
    top: 14px;
    left: 22px;
    font-weight: 600;
    opacity: 0.2;
}

.tools-barpaie {
    margin-top: 50px;
}

#tools-barpaie .form-control>option {
    color: black !important;
}

.mod-title-delbil {
    position: relative;
    top: 15px;
    left: 15px;
}

.mesfacturations {
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 40px;
    color: #F4516C;
    font-weight: 400;
}

.choix-presta-titre {
    text-align: center;
    color: #242C4D;
}

.big-bloc-presta {
    padding: 5px;
}

.petit-bloc-presta {
    position: relative;
    background-color: #444;
    border: 3px solid rgb(255, 255, 255);
    color: white;
    height: 240px;
}

@media (max-width: 475px) {
    .petit-bloc-presta {
        height: 120px;
    }
    .blc-prst-7>a {
        color: rgb(124, 124, 124) !important;
    }
}

.text-blc-prst {
    position: relative;
    top: 40%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.blc-prst-1 {
    background: url("../images/choix-presta/barman.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-2 {
    background: url("../images/choix-presta/prestation-musical.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-3 {
    background: url("../images/choix-presta/photographe.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-4 {
    background: url("../images/choix-presta/decoration.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-5 {
    background: url("../images/choix-presta/hotesse.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-6 {
    background: url("../images/choix-presta/Security.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-7 {
    background: url("../images/choix-presta/voiturier.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-8 {
    background: url("../images/choix-presta/extras.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-9 {
    background: url("../images/choix-presta/divertissement.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-10 {
    background: url("../images/choix-presta/materiel.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.2s ease;
}

.blc-prst-11 {
    background: url("../images/choix-presta/transport.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.3s ease;
}

.blc-prst-12 {
    background: url("../images/choix-presta/plus.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: 0.3s ease;
}

.petit-bloc-presta:hover {
    z-index: 4;
    border: 1px solid white;
    border-radius: 4%;
    transform: scale(1.05);
    opacity: 1;
    -webkit-box-shadow: 2px 3px 36px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 36px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 36px -10px rgba(0, 0, 0, 0.75);
}

.petit-bloc-presta>a {
    text-decoration: none;
    color: white;
}

.inbloc-presta {
    background-color: transparent;
    height: 100%;
    width: 100%;
}

.set-cog {
    float: right;
    border-radius: 12%;
}

.cog-content {
    padding: 15px;
}

.cog-header {
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
}

.prof-completed {
    margin-bottom: 25px;
}

.modal-dialog-b {
    margin: 0 auto;
    min-width: 550px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.cog-cvv {
    text-align: right;
}

#setting-cog .m-accordion__item-content {
    font-weight: 900;
}

#setting-resa .m-accordion__item-content {
    font-weight: 600;
}

.securite-confidentialite {
    padding: 15px;
    font-weight: 600;
}

.gestion-profils {
    padding: 15px;
    font-weight: 600;
}

.gestion-profils h6 {
    color: #e62f4a;
    text-align: center;
}

.compteur {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -8px;
    top: -8px;
    background-color: #e62f4a
}

.affichage {
    line-height: 22px;
    color: white
}

.cardProfil {
    min-height: 230px;
    cursor: pointer;
}

.addProfil {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}

.card-bank>img {
    margin: 5px;
    width: 10%;
}

.card-bank-check {
    justify-content: space-around;
}

#cog-secu .m-switch input:checked~span:after {
    background-color: #242c4d !important;
}

#cog-notif .m-switch input:checked~span:after {
    background-color: #242c4d !important;
}

.box-partenaire {
    background-color: rgb(209, 204, 204);
}

.box-partenaire>img {
    margin: 3px;
    width: 30%;
}

.send-requester {
    display: flex;
}

.send-requester>button {
    margin: -20px auto 20px auto;
    font-weight: 700;
}

.mes-evenements {
    margin-top: 15px;
    display: block;
}

.my-pending-event {
    background-color: #242c4d !important;
    height: 42px;
    color: white;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}

.mes-evenements a {
    text-decoration: none;
}

.events-add {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/audience1.jpg);
    background-size: cover;
    width: 100%;
    height: 40vh;
    color: #FFF;
    font-size: 27px;
}

.main-event-profile{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pending-events-pix img {
    padding: 10px;
    width: 100%;
    margin: 20px auto 0px auto;
}

.info-pending {
    display: flex;
    margin: 0px auto 0px auto;
    padding: 10px;
}

.pending-date {
    vertical-align: middle;
}

.pending-info {
    line-height: 8px;
    font-weight: 500;
}

.titre-pending-event {
    font-weight: 700;
}

.day-pending-events {
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: 600;
}

.nbr-pending-events {
    text-align: center;
    font-size: 20px;
    color: black;
    margin-top: -20px;
    font-weight: 600;
}

.people-interessed {
    border-top: 1px solid rgba(128, 128, 128, 0.424);
    padding: 10px;
}

#people-int .fa-star {
    padding-right: 5px;
}

.btn-interessed:hover {
    cursor: pointer;
}

.btn-not-interessed:hover {
    cursor: pointer;
}

.btn-not-interessed {
    display: none;
}

.friend-interested {
    float: right;
    line-height: 30px;
}

.clear {
    clear: both;
}

.btn-ev2gt {
    color: white;
    background-color: #242c4d;
}

.forced-star {
    color: unset;
    color: rgba(129, 129, 129, 0.342) !important;
}

.star-active {
    color: unset;
    color: #242c4d !important;
}

.date-cal {
    padding-left: 40px;
}

.money-cal {
    float: right;
}

#m_widget5_tab1_content .fa-calendar-alt {
    padding-right: 10px;
}

#m_widget5_tab1_content .fa-money-bill-wave {
    padding-right: 10px;
}

#tete-myevents {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hide-recette {
    display: none;
}

.my-nav-pills {
    display: flex;
    justify-content: start;
}

.pull-right-total {
    display: flex;;
    justify-content: left;
    font-weight: 600;
}

@media (max-width: 767px) and (min-width: 320px) {

    .mesfacturations {
        margin-top: -1rem;
    }

    .btn-print-fac {
        display: inline-block;
        margin-top: 1rem;
    }

    .my-nav-pills{
        display: flex;
        justify-content: center;
    }

    .facture-nav{
        flex-wrap: nowrap !important;
        text-align: center;
    }

    .search-tabinpaie {
        display: block;
    }

    .search-tabinpaie .fa-search {
        position: relative;
        top: 30px;
        left: 10px;
        font-weight: 600;
        opacity: 0.3;
    }


    .pull-right-total {
        justify-content: center;
    }

    .contain-cart {
        float: none;
        width: 100%;
      
    }
}