@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto");


a, a:hover, a:active, a:focus{
    color: #4D35E9;
}

.login a{
    font-weight: bold;
}

label{
    font-weight: bold;
}

label.normal{
    font-weight: normal;
}

.grecaptcha-badge{
    display: none !important;
}

.h-100{
    height: 100% !important;
}

.btn{
    font-size: 14px;
}

.btn-boitmobile{
    background: #f1ba0e;
    border-color: #f1ba0e;
    color: #fff;
}

.btn-boitmobile:hover, .btn-boitmobile:active, .btn-boitmobile:focus{
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn-siva{
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    background-image: -moz-linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    background-image: -webkit-linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    background-image: -ms-linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.btn-siva:hover{
    color: #fff;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-siva::after{
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-siva:hover::after{
    width: 100%;
}


.fa.fa-reply{
    transform: rotate(180deg);
}

.fas.fa-level-up-alt{
    transform: rotate(90deg);
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------LOGIN----------------------------------------*/
/*-----------------------------------------------------------------------------*/

.row.row-login{
    margin: 0;
    height: 100vh;
    align-items: center;
}

.row.row-login .col-lg-6{
    margin: auto;
}

.card.login-card{
    padding-top: 50px;
    padding-bottom: 50px;
}

.login{
    text-align: center;
    padding: 30px;
}

.login .card-title{
    margin: 30px 0;
}

.login .list-group{
    margin-bottom: 30px;
}

.login label{
    text-align: left;
}

.login .form-signin{
    max-width: 300px;
    width: 100%;
    margin: 10px auto;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------------COULEURS--------------------------------------*/
/*-----------------------------------------------------------------------------*/

.table-hover tbody tr:hover, .folder:hover, .vertical-nav-menu li a.mm-active, .vertical-nav-menu ul > li > a.mm-active, .vertical-nav-menu li a:hover, 
.vertical-nav-menu ul > li > a:hover, .dropdown-menu .dropdown-item:hover, .list-group > a:hover {
    background: rgba(255, 163, 102, 0.2);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #4d35e9 !important;
    border-color: #4d35e9 !important;
}

.app-sidebar__heading, .app-page-title .page-title-icon i, .folder i, .file .fa-times:hover, .pop_up .fa-times:hover {
    color: #FFA366;
}

.app-theme-white .app-footer .app-footer__inner, .app-theme-white .app-header {
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, 
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: #fff;
}

.header-btn-lg{
    color: #fff;
}

.link-media:hover .folder, .file:hover .card{
    border: 2px solid #FFA366;
}

.btn-primary, .page-item.active .page-link{
    background: #FFA366;
    border-color: #FFA366;
}

.pagination .active.page-number .page-link,
.page-item.active .page-link:hover, .pagination .active.page-number .page-link:hover,
.page-item.active .page-link:active, .pagination .active.page-number .page-link:active,
.page-item.active .page-link:focus, .pagination .active.page-number .page-link:focus,
.page-item .page-link:hover, .pagination .page-number .page-link:hover,
.page-item .page-link:active, .pagination .page-number .page-link:active,
.page-item .page-link:focus, .pagination .page-number .page-link:focus{
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    border-color: #FFA366;
    color: #fff;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------------CHANGEMENTS-----------------------------------*/
/*-----------------------------------------------------------------------------*/

.app-sidebar .scrollbar-sidebar {
    overflow-y: auto;
}

.error-message{
    font-weight: bold;
    color: red;
    display: none;
}

.form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.control-label {
    font-weight: bold;
}

#search {
    margin-bottom: 15px;
}

#search .containerSearch .col-md-6 {
    padding: 0;
}

#search .containerSearch #custom-search-input .input-group input[type="text"] {
    margin-left: 15px;
}

.search-clean {
    margin-top: 8px;
    margin-left: 10px;
}

.statut_ets{
    font-weight:bold;
    padding:0 5px;
    color:#fff;
}

.bloc-entreprise {
    border: solid #eee 1px;
    margin: 10px 0;
    padding: 3px;
    border-radius: 5px;
    background:#f5f5f5;
}

.bloc-entreprise td.center, .bloc-entreprise th.center{
    text-align:center;
}

.modal-backdrop.show {
    z-index:-999;
}

.modal {
    top: 10%;
    left: 10%;
    z-index:999;
}
.modal-lg, .modal-xl {
    max-width: 1000px;
    z-index: 999;
    max-height: 600px;
    height: auto;
    overflow: scroll;
}

.error{
    background: none repeat scroll 0 0 #c00;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

.pr-4-5{
    padding-right: 2.5rem !important;
}

.widget-content-left{
    font-size: 0.8rem;
}

.widget-content .widget-numbers {
    font-size: 1.5rem;
}

/*----BOUTONS----*/

.btn-group-recherche .btn-sm .badge{
    top: 3px;
    right: 5px;
}

.btn-group-status{
    position: absolute;
    right: 0;
    text-transform: none;
}

.btn-group-opacite .btn{
    opacity: 0.7;
}

.btn-group-opacite .btn.active, .btn-group-opacite .btn:hover{
    opacity: 1;
}

/*----TABLEAU DE BORD----*/

.widget-content .widget-content-left .widget-subheading {
    padding: 0 15px 0 0;
}

/*-----------------------------------------------------------------------------*/
/*----------------------------------POP UP-------------------------------------*/
/*-----------------------------------------------------------------------------*/

.container_pop_up, #pop_up, .pop_up_filtre_noir{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
}

.pop_up_filtre_noir{
    display: block;
    opacity: 1;
}

#pop_up_suppression{
    display: block;
    width: calc(100% - 490px);
    height: calc(100% - 270px);
    position: fixed;
    left: 385px;
    top: 165px;
}

.pop_up{
    display: flex;
    width: calc(100% - 340px);
    height: calc(100% - 120px);
    position: fixed;
    left: 310px;
    top: 90px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 0 30px #495057;
    padding: 25px 50px;
    justify-content: left;
    align-items: center;
}

@media (max-width: 991px) {
    .pop_up{
        width: 80%;
        left: 10%;
        top: 10%;
    }
}

#champs_pop_up{
    width: calc(100% - 90px);
    margin: auto;
}


.pop_up i.fa-times{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
}

.pop_up .btn i.fa-times{
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
}

.pop_up .btn i.fa-times:hover, .pop_up .btn i.fa-times:active, .pop_up .btn i.fa-times:focus{
    color: #fff;
}

.pop_up .btn-lg{
    font-size: 1.3rem;
}

.pop_up .contenu{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.pop_up .contenu-lg{
    font-size: 1.3rem;
}

.pop_up .centrage_vertical{
    width: calc(100% - 90px);
    margin: auto;
}

/*-------------------------------AJOUTS-----------------------------------------*/

.img-responsive {
    max-width: 75px;
    max-height: 100px;
}

.checkbox-primary{
    background: rgba(191, 31, 119,0.2);
    padding: 5px 10px;
}

.checkbox-primary label{
    margin: 0;
}

.p-relative{
    position: relative;
}

.customCheckboxMdp{
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    height: calc(100% - 2px);
    width: 38px;
    display: flex;
    align-items: center;
}

.customCheckboxMdp i{
    color: #666;
    cursor: pointer;
    margin: auto;
}

.customCheckboxMdp i:hover, .customCheckboxMdp i:active, .customCheckboxMdp i:focus{
    color: #000;
}

.note{ color: #f1ba0e; }

.fixed-filters{
    position: fixed;
    right: 0;
    max-width: 20%;
}

.fixed-filters .card-body{
    max-height: 70vh;
    overflow-y: hidden;
}

.sidebar-demande{
    position: fixed;
    right: 32px;
    width: 25%;
    overflow-y: auto;
    height: 80vh;
    top: 125px;
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1200px) {
    .sidebar-demande{
        width: 30%;
    }
}

.sidebar-demande .card-header{
    padding: .75rem 1.25rem;
}

.search-button-demande{
    margin-top:10px;
}

.statut-card-demande{
    margin-bottom: 10px;
}

/*----PIECE JOINTE----*/

.custom-input-file{
    position: relative;
    height: 40px;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    width: 100%;
    left: 0;
    top: 0;
}

.piece_jointe, .piece_jointe:hover{
    font-size: 18px;
    color: #495057;
    text-align: center;
}

.btn-piece_jointe, .btn-piece_jointe:hover{
    top: 0;
    font-size: 18px;
    color: #495057;
    text-align: center;
}

.piece_jointe_nom_fichier{
    font-size: 0.8em;
    margin-top: 10px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    word-break: break-all;
}

.piece_jointe .img-preview{
    display: inline-block;
    width: auto;
    max-height: 80vh;
    max-width: 100%;
}

.sidebar-demande .img-preview-mini{
    max-width: 80px;
    width: auto;
    max-height: 55px;
    height: auto;
}

.img-preview{
    max-width: 80px;
    width: auto;
    max-height: 50px;
    height: auto;
}

.vertical-nav-menu a{
    cursor: pointer;
}

.btn-fixed{
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    z-index: 9;
}

/*-----------------------------BOOTSTRAP SELECT--------------------------------*/

.bootstrap-select .dropdown-toggle::after{
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    color: #d9275f;
    font-size: 1.3rem;
}

.bootstrap-select.dropup .dropdown-toggle::after{
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    border-left: .4em solid transparent;
}

.bootstrap-select:hover .dropdown-toggle::after, .bootstrap-select:active .dropdown-toggle::after, 
.bootstrap-select .dropdown-toggle:focus::after, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle::after{
    display: inline-block !important;
    margin-left: -.75em !important;
    vertical-align: 5px !important;
}

.bootstrap-select{
    width: 100% !important;
    margin-bottom: 10px;
}

.bootstrap-select .btn, .bootstrap-select .btn:hover, .bootstrap-select .btn:active, .bootstrap-select .btn:focus{
    border: 1px solid #ABADB3;
    border-radius: 0;
    height: 35px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    text-transform: none;
    outline: none !important;
    color: #212529;
}

/* IMAGE COLLABORATEUR */

.image-collaborateur{
    border-radius: 50px;
    overflow: hidden;
    width: 42px;
    height: 42px;
    position: relative;
    margin-right: 1rem;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    display: flex;
    align-items: center;
    flex: 0 0 42px;
}

.image-collaborateur-bg{
    margin: auto;
}

.image-collaborateur p{
    margin: 0;
    width: 100%;
    text-align: center;
}

.image-collaborateur span{
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.image-collaborateur .rounded-circle{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    min-height: 100%;
    padding:2px;
    display:flex;
}

.image-collaborateur .rounded-circle img{
    padding: 3px;
    margin: auto;
    height: auto;
    width: 100%;
}

.flex{
    display: flex;
    align-items: center;
}

.lst-message .card-footer{
    display: flex;
    align-items: center;
}

mark {
    background-color: rgba(255,163,102,0.8);
}

.btn-xs{
    padding: 0.1rem 0.5rem;
}

/* Grille formule */

.card-formule{
    border: 1px solid #cacaca;
}

.card-formule .form-group{
    margin-bottom:5px;
}

.card-formule hr{
    margin-top:0px;
}

.card-formule-info{
    box-shadow: rgba(22, 170, 255, 1) 0px 3px 8px;
}

.tools-bar{
    position: fixed;
    z-index: 2;
    width: calc(100% - 280px);
    height: 52px;
    background-color:#fff;
    box-shadow: -14px -3px 12px 1px #636363;
}

.tools-bar table, .tools-bar tr, .tools-bar td{
    height: 50px;
}

.close-sidebar{
    width: calc(100% - 80px);
}

.demande-conversation{
    margin-top: 40px;
}

.card-titre-color{
    color: #444;
}

.alert-info{
    background-color: #d0eeff;
}

.alert-danger{
    background-color: #f7d3dc;
}

.alert-warning{
    background-color: #fdf1d3;
}

.alert-success{
    background-color: #d8f3e5;
}

.card-message-siva .card-footer{
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    color:#fff;
}

.card-message-siva .card-footer img{
    margin-bottom: 4px;
}

/***** Sous menu pro dans le header d'une discussion *****/
#ssmenupro-btn{
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

#ssmenupro-btn:hover, #ssmenupro .link:hover{
    background-color: rgba(255, 163, 102, 0.7);
}

#ssmenupro-btn:hover #ssmenupro{
    display:block;
}

#ssmenupro-btn i::before{
    font-size: 25px;
    color:#4d35e9;
}

#ssmenupro{
    display:none;
    position: absolute;
    top: 50px;
    right: 50px;
}

#ssmenupro #ssmenupro-container{
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03),0 0.9375rem 1.40625rem rgba(4,9,20,0.03),0 0.25rem 0.53125rem rgba(4,9,20,0.05),0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    overflow: hidden;
}

#ssmenupro-container{
    background-color:#fff;
    margin: 10px;
}

#ssmenupro .link{
    text-align: left;
    padding:10px;
}

#ssmenupro .link:not(:last-child){
    border-bottom: 1px solid #000;
}

.lst-note{
    background-color: #faf2cc;
}

.lst-note .card-header{
    background-color: #faf2cc;
}

.card-entreprise-title{
    color: #FFA366;
    font-weight: bold;
}

.card-entreprise-hr{
    height:3px;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    margin:0px;
    border: none;
}

.card-header-client{
    background: linear-gradient(300deg, rgba(77,53,233,1) 0%, rgba(220,79,96,1) 56%, rgba(255,163,102,1) 100%);
    padding: 3px;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    display: table;
    margin:auto;
}

.card-header-client .img-profil{
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.card-header-client .img-profil i{
    position: relative;
    top:5px;
    font-size: 60px;
}

.card-header-client .img-profil div{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.fiche-client .card-title{
    margin-top: 12px;
}

.fiche-client .card-title .title{
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
}

.sidebar-client{
    position: relative;
    height:80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-caret.collapsed i::before{
    content: "\f0da";
}

#secteur-lister .btn-info{
    background-color: #4D35E9;
    border-color:#4D35E9;
}

.pb-tdb .card-header{
    height: auto;
}

.pb-tdb .label-progress{
    margin-top: 10px;
}

.pb-tdb .progress{
    margin-bottom: 10px;
}

.pb-tdb .btn-caret{
    height: 100%;
}

.pb-titre, .pb-titre button{
    height: 100%;
}

.pb-tdb .progress-img{
    height: 50px;
    margin-top:6px;
}

.cursor-pointer{ cursor: pointer; }

.editeur-manuel-ajouter > #card-add-file{
    position: relative;
    bottom: revert;
    height: 108px;
    width: 100%;
    border: 1px solid #4D35E9;
    background-color:#fff;
    display:none;
    overflow-x: auto;
}

#card-add-file .card-add{
    border: 2px solid #bbb;
    height: 84px;
    width: 80px;
    margin: 5px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

#card-add-file .card-add:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,.15);
}

#card-add-file .card-add:first-child i{
    font-size: 25px;
    color: #4D35E9;
    position: relative;
}

#card-add-file .card-add:not(:first-child):hover div{
    opacity: 0.3;
}

#card-add-file .card-add:not(:first-child) i{
    display:none;
}

#card-add-file .card-add:not(:first-child):hover i{
    display:block;
    position: absolute;
    top: 26px;
    left: 24px;
    font-size: 28px;
    color:#4D35E9;
}

#piece_jointe_details{
    display: inline-block;
    width: max-content;
    height: 100%;
}

.post-it{
    width: 100%;
    height: auto;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.post-it textarea{
    background: transparent;
    overflow: hidden;
}
.post-it textarea:focus{ outline: none; }

.post-it btn-options{ background: transparent; }

.note-jaune{ background: #FAEA73; }
.note-bleue{ background: #B0E0E6; }
.note-rose{ background: #FFC0CB; }

.pin i{ transform: rotate(45deg); }

.bootstrap-select .dropdown-toggle{
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.bootstrap-select .dropdown-toggle:hover{
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.bootstrap-select .dropdown-toggle:focus{
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.presave-form{
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    display: none;
    width: 100%;
    max-width: 600px;
}

.label-demande {
    cursor: pointer;
    border: 1px solid;
    border-color: #dee2e6;
    background: #fff;
    transition-property: background, border;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.label-demande:hover {
    background: rgba(191, 31, 119, 0.2);
    border-color: rgba(191, 31, 119, 0.3);
}

.input-libelle {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid;
    border-color: grey;
    outline: none;
    transition-property: border-color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.input-libelle:focus {
    border-color: rgb(191, 31, 119);
    outline: none;
    transition-property: border-color;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

.bg-siva {
    background: linear-gradient(120deg, #ffa366, #dc4f60, #4d35e9);
    -webkit-background: linear-gradient(120deg, #ffa366, #dc4f60, #4d35e9);
    -moz-background: linear-gradient(120deg, #ffa366, #dc4f60, #4d35e9);
    -o-background: linear-gradient(120deg, #ffa366, #dc4f60, #4d35e9);
}

.textarea-invite {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    outline: none;
}