@charset "utf-8";
/* CSS Document */

.bg_popup {
    background: #fff;
    padding-bottom: 14px;
    width: 960px;
    margin: 0 auto;
}
#idpop{
    height: 20px !important;
}
.modal-title {
    font-size: 27px;
}
.modal-header {
    display: block;
    text-align: center;
}
.orange_bg {
    background: #fff;
    color: #e67e27!important;
    font-weight: bold;
    font-size: 17px;
    position: relative;
    padding-left: 33px!important;
}
.orange_bg::after{
    font-family: "Material Design Icons";
    content: "\F0142";
    position: absolute;
    left: 7px;
    font-size: 20px;
    top: 10px;

}
.section_tr{
    background: #f4f4f4;
    color: rgb(100, 100, 100)!important;
    font-weight: bold;
}
.section_tr span{
    padding-left: 20px;
}
.black_bg {
    background: rgb(0, 0, 0);
    color: #e67e27!important;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding-left: 33px!important;
}
.bad, .good, .norm{font-size: 30px;}
.bad{
    color: rgb(223, 1, 1);
}
.norm{
    color: rgb(122, 122, 122);
}
.good{
    color: rgb(53, 223, 1);
}
.black_bg td{
    border: 0;
}
.bloc_list p{
    text-align: center;
    margin-top: 10px;
}
.bloc_list .avatar-lg{
    margin: 0 auto;
}
.opt_box label{
    margin-bottom: 10px;
}
.header-title {
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding-bottom: 20px;
    padding-top: 20px;
    /*text-align: center;
    border-bottom: 1px solid #f1f2f4;
    font-weight: bold;
    border-top: 1px solid #f0f1f3;*/
    color: #f0800c;
}
.widget-rounded-circle{
    border: 1px solid #f0f1f3;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}
.black_bg .form-control input[type="text"], .black_bg .form-control[readonly]{
    background: #000!important;
    color: #ffffff;
    font-size: 25px;
    border: none !important;
    position: relative;
}
.form-control#rhcout, .form-control#foncout, .form-control#coutvrdcout{
    background: #f4f4f4;
    font-weight: bold;
}
.modal .form-control[readonly]{
    background: #f4f4f4;
    
    border: none;
    text-align: center;
}
.table .thead-light th {
    text-align: center;
}

#number_form{
    left: 0;
}

#opt_form{
    left: -150%;
    opacity: 0;
}

.lh-n{
    line-height: normal !important;
}

.subTitle{
    font-size: 1.5rem !important;
}

@media (min-width: 576px){
    .modal-header {
        text-align: left;
        padding-right: 61px;
    }
}
/*********************/

.js-news-item {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-shadow: 0 4px 20px 0 rgba(168, 182, 191, .6);
    box-shadow: 0 4px 20px 0 rgba(168, 182, 191, .6);
}

#slides .box_slide {
    z-index: 5;
    font-size: 50px;
        line-height: 1.05em;
        font-weight: 900;
        margin: 0;
        position: absolute;
        left: 60px;
        width: 600px;
        text-align: left;
        /* background: rgb(255 255 255); */
        padding: 20px 40px;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem);
        bottom:  4rem;
        border-bottom: 2px solid #fff;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        color: #fff;
}
.box_slide h1{
    font-size: 50px;
    color: #FFF;
    font-weight: 800;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}
.box_slide h1 span{
    font-size: 15px;
    display:block;
}
.box_slide p{
font-size: 18px;
    line-height: 20px;
    font-weight: 100;
    position: relative;
    text-align: justify;
    left: 130px;
}
.box_slide::after {
content: "";
    border-right: 3px solid #ffffff;
    position: absolute;
    width: 75px;
    height: 22px;
    right: 0;
    bottom: 0;
}
.box_slide::before {
content: "";
    border-right: 3px solid #ffffff;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0;
    right: 0;
}
.box_slide p::after {
    content: "";
    border-top: 3px solid #f07d00;
    border-right: 3px solid #f07d00;
    position: absolute;
    width: 75px;
    height: 75px;
    top: -19px;
    right: -35px;
}
#slides .overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 1s 0.4s;
    background: rgb(16,34,75);
    background: linear-gradient(180deg, rgba(16,34,75,0.01) 0%, rgba(16,34,75,1) 100%);
}
#slides .slides-pagination {
position: absolute;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    bottom: 32px;
    left: 52px;
    display: inline-block;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
}
.footer_login{
    position: fixed;
    bottom: 0;
    height: 100px;
    width: 100%;
}
.round_mode{
    background: #191c38;
        border-radius: 100px;
        box-shadow: 0 0 35px 0 rgb(159 167 179 / 60%);
        margin-top: 12px;
}
.navbar-custom  .topnav-menu.round_mode  .nav-link {
        color: #fff;
        line-height: 49px!important;
}
.round_mode .nav-user img {
        border: 3px solid #ffffff;
}
.round_group{
    margin-top: 17px;
}
.round_group   .btn{
        border-radius: 100px !important;
        margin-right: 8px;
}
.round_group   .btn:last-child{
        border-radius: 100px !important;
        margin-right: 0;
}

#sidebar-menu .menuitem-active > a::before{
    content: "";
    border-left: 7px solid;
    position: absolute;
    left: 0px;
        top: 0px;
    width: 3px;
    height: 100%;
    background: #f0800c;
}
.card-box {
    border-radius: 30px !important;
    box-shadow: -1px 1rem 15px 0px rgb(56 65 74 / 0.07)  !important;
}
.card {
    border-radius: 30px!important;
    box-shadow: -1px 1rem 15px 0px rgb(56 65 74 / 0.07)  !important;
}
.progress-bar.bg-orange{
    background: #f0800c !important;
}
.text-primary {
    color: #f0800c !important;
}
.text-white {
    color: #fff !important;
}
body {
    background: rgb(0 0 0 / 10%) url(../images/oh_bg-min.png)no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.borderfull{
    background: transparent;
    border:2px solid ;
}
.borderfull.blue, .borderfull.blue i{
    color: #293991!important;   
}
.borderfull.orange, .borderfull.orange i{
    color: #f0800c!important;   
}
.avatar-title {
        display: flex !important;
}
.bg-darkblue{
    background:  #293991;   
}
.bg-lightdark{
    background:  #191c38;   
}
/*img {
    width: 100%;
}*/
.head_zone_img.card-box {
        
        margin-top: 15px;
}
.head_zone_img.card-box  img{
    /*margin-top: -130px;*/
}
.head_zone_img .header-title {
border-bottom: 1px solid #f0800c;
    color: #f0800c;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top: 0;
}
ul.option_actif{
    padding: 0;
    margin: 0;
}
ul.option_actif li{
   display: block;
   margin-top: -4px;
}
ul.option_actif li:last-child{
    margin-right: 0;
}
.option_actif h5{
    text-transform: uppercase;
    color: #898989;
    display: inline-block;
    margin: 8px 20px 0 0;
}
.option_actif span{
    font-size: 16px;
    font-weight: bold;
}
.back_orange {
    background: #f0800c;
    color: #fff;
}
.back_orange.light {
    background: #ffe5ca;
    color: #313131;
}
.back_blue {
    background: #293991;
    color: #fff;
}
.back_blue.light {
    background: #b6bce0;
}
.card-header.blue{
    background: #293991;
    color: #fff;
}
.card-header.lgith_dark{
    background: #1f2228;
    color: #fff;
}
.custom h6{
    font-weight: bold;
}
.custom h6 span{
    font-size: 19px;
    color: #f0800c;
}
.card-header.blue a.custom-accordion-title, .card-header.lgith_dark a.custom-accordion-title{
    color: #fff!important;
    font-size: 18px;
        font-weight: bold;
        position: relative;
        display: flex;            
    align-items: baseline;  
}
.card-header.blue a.custom-accordion-title span, .card-header.lgith_dark a.custom-accordion-title span {
    flex: 1;
    overflow: hidden;
        display: inline-flex;
        font-weight: 100;
}
.card-header.blue a.custom-accordion-title h3  {
    margin: 0;
    background: #293991;
    padding: 0 40px 0 20px;
    color: #fff;
}
.card-header.lgith_dark a.custom-accordion-title h3  {
    margin: 0;
    background: #1f2228;
        padding: 0 40px 0 20px;
            color: #fff;
}
ul.specs{
    margin:0;
    padding: 0;
    list-style: none
}
ul.specs li{
font-size: 13px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
ul.specs li span {
flex: 1;
    overflow: hidden;
    display: inline-flex;
    font-weight: 100;
    position: relative;
    height: 1px;
}
ul.specs li span::after{
content: "";
    width: 100%;
    height: 2px;
    border: 1px dotted #e4e4e4;
    position: absolute;
    top: 0;
    left: 0;
}
ul.specs li  h3 {
margin: 0;
    background: #f0800c;
    padding: 5px 14px 5px 14px;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
    font-weight: bold;

}
.auth-fluid-form-box .card-body{
    width: 380px;
    max-width: 380px;
    padding: 0 1em !important;
    margin: 0 auto;
}

.custom fieldset {
    min-width: 0;
    margin: 0;
    border: 1px solid #cfcfcf;
    border-radius: 24px;
    padding: 0px 30px;
}
.custom legend {
    display: block;
    width: auto;
    max-width: auto;
    padding: 0 14px;
    margin-bottom: 0.5rem;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    font-weight: bold;
}

.progress_stat h6{
    font-size: 16px;
    font-weight: bold;
}
ul.option_actif.info li{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.choice_house{
    margin: 20px 0 0 10px;
    height: 32px;
    display: flex !important;
}

.choice_house span{
    font-size: 19px;
    font-weight: bold;
}

.choice_house li{
     border-radius: 100px;
     background-color: #f2f2f2;
     margin-right: 10px;
}

.choice_house li:hover{
    background: #fff;
}

.choice_house li.lot_actif{
    background: #f0800c;
}

.choice_house li.lot_actif a{
    color: #fff;
    cursor: default;
}

.choice_house li.lot_actif a i{
    color: #f0800c !important;
}

.choice_house i.home{
    font-size: 13px;
    background: #fff;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
}
.choice_house .profile-dropdown {
    min-width: 100%;
}
.choice_house .dropdown-menu{
    padding: 0.25rem 0;
    box-shadow: none;
    background-color: transparent;
    border:none;
}
.choice_house .dropdown-item{
    background-color: #fff;
    border-radius: 100px;
    margin-top: 5px;
    padding: 1px 13px;
}
.opc_client .modal-header{
    background: url(../images/header_contact.png) no-repeat;
    height: 118px;
    background-size: contain;
}
.opc_client .modal-header .modal-title{
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    width: 300px;
    line-height: 26px;
    margin: 16px 0 0 20px;
}

.list-select{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.9rem + 2px);
    padding: 0.45rem 0.9rem;
    font-size: 0.875rem;
}

.select2-container .select2-selection--single{
    height: calc(1.5em + 0.9rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
   line-height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.9rem + 2px) !important;
}

.card-prog{
    height: 210px;
    position: relative;
    border-radius: 20px !important;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.card-prog img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 20px;
  z-index: -1;
  transition: all .3s ease;
}

.card-prog:hover img {
  transform: scale(1.1);
}

.prog_label{
    position: absolute;
    padding: 10px;
    bottom: 5px;
    left: 0;
}

.prog_label label{
    background: rgba(0, 0, 0, .8);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 2px 4px;
    text-transform: uppercase;
    font-weight: bold;
}

#email{
    border-color: #b4b4b4;
}

.option_actif li i{
    color: #f0800c;
    margin-right: 10px;
    border: 1px solid #4b4b4b;
    padding: 3px;
    width: 24px;
    height: 24px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    border-radius: 100px;
}

.option_btn_menu {
    position: fixed;
    right: 27px;
    bottom: 24px;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    background: #f0800c;
    border-radius: 17px;
    z-index: 101;
    text-align: center;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    cursor: pointer;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    transition: transform 400ms cubic-bezier(.19,1,.22,1);
    transition: transform 400ms cubic-bezier(.19,1,.22,1),-webkit-transform 400ms cubic-bezier(.19,1,.22,1);
}
.option_btn_menu i {
    font-size: 24px;
    color: #fff;
    line-height: 53px;
}
.menu_wrapper {
    position: fixed;
    width: 373px;
    height: auto;
    font-weight: 500;
    background: #fff;
    overflow: hidden;
    right: 27px;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    touch-action: none;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
    transition: transform 150ms cubic-bezier(.19,1,.22,1);
    transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
    bottom: 94px;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    transform-origin: right bottom;
    border-radius: 26px;
}
.menu_wrapper .outer {
    display: table;
    width: 100%;
    height: 100%;
}
.menu_wrapper .inner {
    padding: 60px 40px 40px 40px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
.close_zone {
    font-size: 20px;
    cursor: pointer;
    right: 20px;
    top: 10px;
    position: absolute;
}
ul.menu_nav {
    padding: 0 0 0 0;
    margin: 0;
}
ul.menu_nav li {
    display: block;
}
ul.menu_nav li a {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: #f0800c;
    font-weight: 600;
    line-height: initial;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 18px 40px;
    display: flex;
    align-items: center;
    border: 1px solid #f0800c;
    border-radius: 20px;
}
ul.menu_nav li a:last-child{
    margin-bottom: 0;
}
ul.menu_nav li a i {
    margin-right: 40px;
    font-size: 35px;
}
ul.menu_nav li a p {
    margin: 0;
}
.menu_shown_option .menu_wrapper {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
    transition: transform 150ms cubic-bezier(.19,1,.22,1);
    transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
    pointer-events: all;
    visibility: visible;
}
.close_zone i{
    color: #f0800c;
}
ul.menu_nav li a:hover{
    background: #f0800c;
    color: #fff;
    box-shadow: -20px 20px 10px rgb(2 45 98 / 10%);
    transition: box-shadow .1s ease-in-out;
}
a.folder_action:hover .card-box{
    background: #1f2228;
}
a.folder_action:hover .card-box h4.text-dark{
    color: #fff!important;
}
.table thead th{
    border-top: 0;
}
.card-header.black {
    background: #191c38;
    color: #fff;
}
.card-header.black a.custom-accordion-title, .card-header.lgith_dark a.custom-accordion-title {
    color: #fff!important;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: baseline;
}
.card-header.black a.custom-accordion-title span, .card-header.lgith_dark a.custom-accordion-title span {
    flex: 1;
    overflow: hidden;
    display: inline-flex;
    font-weight: 100;
}
.card-header.black a.custom-accordion-title h3 {
    margin: 0;
    background: #1f2228;
    padding: 0 40px 0 20px;
    color: #fff;
}

a.box_donwload i{
    font-size: 20px;
    margin-right: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
}
a.box_donwload{
    border: 1px solid #f0800c;
    border-radius: 16px;
    padding: 20px 20px 20px 50px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}
a.box_donwload span.elipsiis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

h3 sup{
    font-size: 50% !important;
}

@media (max-width: 575.98px) { 
    .left-side-menu {
        height: auto;
        border-radius: 0px ; 
        bottom: 0;
        top: 0;
        box-shadow: 8px 0px 10px 7px rgb(0 0 0 / 44%);
        left: 0;
        width: 80%;
        overflow: hidden;
    }
    #sidebar-menu > ul > li > a i {
        margin: 0 1px 0 0px;
            width: 24px;
        height: 24px;
        font-size: 21px;
    }
    #sidebar-menu > ul > li > a svg {
        margin-left: 0;
        margin-right: 16px;
        margin: 0 auto;
        width: 24px;
        height: 24px;
    }
    #sidebar-menu > ul > li > a {
        font-size: 13px;
        text-align: left;
    }
    #sidebar-menu > ul {
            margin-top: 0px; 
    }
}

@media (min-width: 576px) and (max-width: 767.98px){ 
         .left-side-menu {
            height: auto;
             border-radius: 0px ; 
            bottom: 0;
            top: 0;
            box-shadow: 8px 0px 10px 7px rgb(0 0 0 / 44%);
            left: 0;
            width: 80%;
            overflow: hidden;
        }
        #sidebar-menu > ul > li > a i {
            margin: 0 1px 0 0px;
                width: 24px;
            height: 24px;
            font-size: 21px;
        }
        #sidebar-menu > ul > li > a svg {
            margin-left: 0;
            margin-right: 16px;
            margin: 0 auto;
            width: 24px;
            height: 24px;
        }
        #sidebar-menu > ul > li > a {
            font-size: 15px;
            text-align: left;
        }
        #sidebar-menu > ul {
             margin-top: 0px; 
        }
        .head_zone_img.card-box img {margin-top: 0px;}
 }
@media (min-width: 768px) and (max-width: 991.98px) { 
      .head_zone_img.card-box img {margin-top: 0px;}
}

@media (min-width: 992px) and (max-width: 1199.98px)  { 
    #sidebar-menu > ul > li > a i { margin: 0 7px 0 3px;} 
    .head_zone_img.card-box img {margin-top: 0px;}
}
@media (min-width: 1200px) { 

}

