   
/*My custom css Cree evenment*/
.m-portlet__head-title.event-titre {
    font-size: 2rem;
}



#creer_event .m-content {
        padding-top: 160px;
        min-height: 94vh;
    }
    
    #creer_event .select2 {
        width: 100% !important;
    }
    
    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress .progress .progress-bar {
        background: #242C4D !important;
    }
    
    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress .progress .progress-bar:after {
        background: #242C4D !important;
    }
    
    #creer_event .noUi-target .noUi-connect {
        background: #242C4D;
    }
    
    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number>span {
        background: #242C4D !important;
    }
    
    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number>span {
        background: rgb(244, 81, 108);
    }
    
    #creer_event .btn-background-blue {
        color: white;
    }
    
    .img-container {
        height: 320px;
    }
    
    .img-container img {
        width: 100%;
        height: 320px;
    }
    
    .add-photo-event {
        color: #3f4047 !important;
        font-size: 20px !important;
        text-decoration: none;
        font-weight: 500 !important;
    }
    
    .add-photo-event:hover {
        color: #242C4D;
        text-decoration: none !important;
    }
    
    nav>.nav.nav-tabs {
        border: none;
        color: #fff;
        border-radius: 0;
    }
    
    nav>div a.nav-item.nav-link {
        border: none;
        font-size: 120%;
        padding: 2px 2px;
        color: #fff;
        background: rgb(35, 44, 77);
        border-radius: 15px;
    }
    
    nav>div a.nav-item.nav-link.active {
        color: rgb(244, 81, 108);
        border: 1px solid rgb(244, 81, 108);
    }
    /* nav>div a.nav-item.nav-link.active:after {
        content: "";
        position: relative;
        bottom: -60px;
        left: -10%;
        border: 15px solid transparent;
        border-top-color: rgb(244, 81, 108);
    } */
    
    .tab-content {
        padding: 30px 25px;
    }
    /* nav>div a.nav-item.nav-link:hover,
    nav>div a.nav-item.nav-link:focus {
        border: none;
        background: rgb(244, 81, 108);
        color: #fff;
        border-radius: 0;
        transition: background 0.20s linear;
    }
     */
    
    .container-fluid .search-co-organisateur {
        width: 100%;
        /* padding-right: 15px;
    padding-left: 15px; */
        margin-right: auto;
        margin-left: auto;
    }
    
    .nom-input p {
        color: rgb(35, 44, 77);
        font-weight: bold;
    }
    
    .choix-local p {
        color: rgb(35, 44, 77);
        font-weight: bold;
    }
    
    .type-event p {
        color: rgb(35, 44, 77);
        font-weight: bold;
    }
    
    .btn-plus-crit {
        background-color: rgb(35, 44, 77);
    }
    
    .btn-recherche {
        background-color: rgb(244, 81, 108);
    }
    
    .btn-ajouter {
        background-color: rgb(244, 81, 108);
        color: #fff;
        border-radius: 50px !important;
        margin-left: 50%;
        margin-top: 5%;
    }

    
    .btn-voir {
        background-color: rgb(244, 81, 108);
        color: #fff;
        border-radius: 50px !important;
    }

    .btn-voir1 {
        background-color: rgb(244, 81, 108);
        color: #fff;
        border-radius: 50px !important;
        margin-left: 50%;
        /* margin-top: 5%; */
        width: 50%;
        margin-bottom: 5%;
    }

    .btn-voir2 {
        background-color: rgb(244, 81, 108);
        color: #fff;
        border-radius: 50px !important;
        margin-left: 50%;
        width: 50%;
        margin-bottom: 6%;
        margin-top:6%
    }

.btn-voir1:hover {
    background-color: rgb(247, 51, 83);
}

.btn-voir2:hover {
    background-color: rgb(247, 51, 83);
}
 
    .btn-ajouter-lieu {
        background-color: rgb(244, 81, 108);
        color: #fff;
        border-radius: 50px !important;
        margin-left: 20%;
        margin-top: 5%;
    }

/*     .container.prestataire-search {
        margin-left: -4rem;
    } */

    .select {
        height: 35px;
        margin-bottom: 3rem;
    }

       /* @media screen and (max-width: 100000px) { */
        .btn-voir-event-boissons  {
            background-color: rgb(244, 81, 108);
            color: #fff;
            border-radius: 50px !important;
            margin-left: 10%;
            /* width: 90%; */
            margin-bottom: 15% !important;
            margin-top:6%;
            padding-left: 0 !important;
            margin:0;
        }
 
    
    .btn-voir-event-boissons:hover {
        background-color: rgb(247, 51, 83);
    }

    
    
    @media screen and (max-width: 768px) {
    
        #triangle-down-glass {
            width: 0;
            height: 0;
            border-left: 08px solid transparent;
            border-right: 08px solid transparent;
            /* border-top: 11px solid red; */
    
            
            position: absolute;
            top: 18%;
            left: 52.2%;
    
          }
        }
        
        @media screen and (max-width: 10000px) {
        
            #triangle-down-glass {
                width: 0;
                height: 0;
                border-left: 08px solid transparent;
                border-right: 08px solid transparent;
                /* border-top: 11px solid red; */
        
                
                position: absolute;
                top: 18%;
                left: 55.7%;
            }
        }