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

label{
    font-weight: bold;
}

label.normal{
    font-weight: normal;
}

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

.btn{
    font-size: 14px;
    color: #fff !important;
}

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

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

.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);
}

.fa.fa-paperclip{
    transform: rotate(-45deg);
}

.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{
    width: 300px;
    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 {
    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;
}

.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: #ffa366;
}

.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;
}

/*-----------------------*/

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

/* 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;
}

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


/*-----------------------------------------------------------------------------*/
/*----------------------------------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, .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-----------------------------------------*/

.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;
}

.title_admin{
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.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: 30px;
    width: 25%;
    overflow-y: auto;
    height: 80vh;
}

/* 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;
}

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

.custom-input-file{
    position: relative;
    height: 40px;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    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{
    position: absolute;
    top: 0;
    font-size: 18px;
    color: #495057;
    text-align: center;
    width: 100%;
}

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

.img-preview{
    display: inline-block;
    max-height: 50px;
}

.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: 30px;
}

.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;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    color: #000;
}

/* 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;
}

/* LANDING PAGE ENTREPRISE */

.landing-entreprise{
    overflow: hidden;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
}

.landing-entreprise .logo-entreprise, .logo-entreprise{
    height: 100px;
    margin-bottom: 20px;
}

.logo-entreprise-min{
    height: 50px;
    margin: 0;
}

.landing-entreprise-col-2 .logo-siva{
    height: 75px;
    margin-bottom: 20px;
}

.landing-entreprise-col-2 .form-style-1 .card-body{
    padding: 1rem 2rem;
}

.landing-entreprise .row-chiffres, .sidebar-activite .row-chiffres{
    align-items: center;
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9) !important;
    margin-left: 0;
    margin-right: 0;
    height: 125px;
    margin-bottom: 20px;
    border-radius: 25px;
}

.sidebar-activite .row-chiffres{
    height: 75px;
}

.landing-entreprise .col-chiffres, .sidebar-activite .col-chiffres{
    height: 100%;
    align-items: center;
    display: flex;
    border-right: 1px solid #fff;
}

.sidebar-activite .col-chiffres{
    padding: 0 5px;
}

.landing-entreprise .col-chiffres:last-child, .sidebar-activite .col-chiffres:last-child{
    border: none;
}

.landing-entreprise .chiffres, .sidebar-activite .chiffres{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    width: 100%;
}

.sidebar-activite .chiffres{
    font-size: 16px;
    line-height: 18px;
}

.landing-entreprise .description-entreprise, .sidebar-activite .description-entreprise{
    padding: 15px;
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
    font-size: 15px;
}

.sidebar-activite .description-entreprise{
    font-size: 14px;
}

#avis-landing .testimonial-item .content-inner .description{
    font-size: 18px;
}

.landing-entreprise .note-moyenne{
    font-size: 24px;
}

.landing-entreprise-col-1{
    overflow: hidden;
}

.landing-entreprise-fond{
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px); 
    width: calc(100% + 16px);
    z-index: -1;
    background-size: cover;
    -webkit-filter: blur(8px);
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
}

.landing-entreprise .contenu-landing-entreprise, .landing-entreprise-col-2{
    padding: 50px;
    color: #222222;
    height: 100%;
}

.landing-entreprise-col-2{
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 18px;
}

.landing-entreprise-col-2 p{
    font-size: 18px;
}

.landing-entreprise-col-2 h2{
    font-size: 20px;
    margin: 0;
}

.landing-entreprise-col-2 .row-inscription{
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.landing-col-2{
    background: #fff;
}


/* 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;
}

/* Badge fixe en haut à droite de l'écran */

.badge-fixed-entreprise{
    position: fixed;
    right: 30px;
    z-index: 99999;
}

.img-activite{
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.img-border-siva{
    background: rgb(77,53,233);
    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: 66px;
    width: 66px;
    display: table;
}

.img-border-siva-bg{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.img-border-siva-bg .img-activite{
    width:auto;
    text-align:center;
}

.img-border-siva-bg img{
    max-height: 36px;
    overflow: hidden;
}

.img-border-siva-header{
    background: rgb(77,53,233);
    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: 50px;
    width: 50px;
    display: table;
}

.img-border-siva-header .img-border-siva-bg{
    width: 50px;
    height: 50px;
    display:inline-flex;
    align-items: center;
}

.img-border-siva-header img{
    max-height: 34px;
    margin:auto;
}

.btn-ajouter{
    position: fixed;
    right: 120px;
    z-index: 9999;
}

.btn-opacity{
    opacity: 0.6;
}

.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-message-siva .card-footer{
    background: linear-gradient(120deg, #FFA366, #DC4F60, #4D35E9);
    color:#fff;
}

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

.btn-question {
    font-size: 0.85rem;
    height: 26px;
    width: 26px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-edit-categorie {
    padding-top: 0.5rem;
    display: none;
    width: 100%;
}

.background-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.background-modal .modal-siva-body {
    border-radius: 0.5rem;
    padding: 1rem;
    background: #fff;
    width: 100%;
    min-width: 350px;
    max-width: 500px;
}

.btn-modify {
    background: #FFA366;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 19px;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 25px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview{
    position: relative;
    width: 100%;
}

.preview-opacity{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    display: none;
    justify-content: center;
    align-items: center;
}

.preview:hover .preview-opacity{
        display: flex;
}
