@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
/* HIDDEN DESCRIPTION */
.user_register.bg_img .user-login-form .description{
    display: none;
}







.user_register  h1{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #12498A;
    font-size: 24px;
    margin-bottom: 40px;
}
.btn_blue{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-color: #12498A;
    text-transform: uppercase;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
}




/* USER REGISTER */
.user_register .user_side_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100vh;
    overflow: auto;
}
.user_logo{
    text-align: center;
    padding: 50px 0;
}
.user_logo img{
    max-height: 200px;
}
.user_register .user_side_img{
    position: relative;
}
.user_register .user_side_img .overlay_img{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #00000029;
}
.user_register .js-form-wrapper.form-wrapper ,.user_register .js-form-wrapper.form-wrapper.field--type-datetime .js-form-item {
    width: 50%;
    float: left;
    padding: 10px;
}

.user_register .js-form-wrapper.form-wrapper.field-group-form-step,.user_register .js-form-wrapper.form-wrapper.field--type-datetime, .user_register .js-form-wrapper.form-wrapper#edit-account{
    width: 100%;
    padding: 0;
}
.user_register .js-form-wrapper.form-wrapper.field--type-datetime{
    padding: 10px;
    margin-bottom: 40px;
}
.user_register .js-form-wrapper.form-wrapper.field--type-datetime .js-form-type-date{
   padding: 0; 
}
.user_register .js-form-wrapper.form-wrapper.field--type-datetime .label{
    display: block;
}
.user_register .form-control{
    height: 45px;
    border: 1px solid #E1E1E1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #12498A;
    margin-top: 0.25rem;
}
.user_register .form-date{
    margin-top: 0.25rem;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    height: 45px;
    border: 1px solid #E1E1E1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #12498A;
}
.user_register label, .user_register .label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #12498A;
    margin-bottom: 10px;
}
.user_register .next_step_1{
    clear: both;
    text-align: center;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.user_register .have_account {
    clear: both;
    margin-top: 30px;
    display: inline-block;
    padding: 0 10px;
}
.user_register .have_account a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #12498A;
    text-decoration: none;
}
.user_register .steps_btn, .user_register  .button.js-form-submit{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-color: #12498A;
    text-transform: uppercase;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
}
.user_register  .button.js-form-submit{
    line-height: 0;
}
.user_register{
    padding: 0 40px;
}
.user_register .user-register-form.user-form .form-type-password-confirm{
    width: 100%;
    float: none;
    display: inline-block;
    padding: 0;margin: 0;
}
.user_register .user-register-form.user-form .form-type-password-confirm .js-form-item{
    width: 50%;
    float: left;
    padding: 0px;
    clear: initial;
}
.user_register .user-register-form.user-form .form-type-password-confirm .js-form-item.js-form-item-pass-pass1{
    padding-right: 10px;
}
/* USER LOGIN */
.user_register .user-login-form{
    padding: 0 50px;
}
.user_register .user-login-form .js-form-wrapper.form-wrapper{
    width: 100%;
    float: initial;
}
.user_register .user-login-form .about_account{
    padding: 0 10px;
    margin: 30px 0;
}
.user_register .user-login-form .about_account div{
    width: 50%;
    float: left;
}
.user_register .user-login-form .about_account div.lost_password{
    text-align: right;
}
.user_register .user-login-form .about_account div.lost_password a {
    color: #12498A;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.user_register .user-login-form .toggle-password{
    position: absolute;
    top: 55px;
    right: 10px;
    color: #12498A;
}
.user_register .user-login-form .js-form-type-password{
position: relative;
}

.user_register .user-login-form label{
    text-transform: uppercase;
}
.user_register .user-login-form .js-form-wrapper.form-wrapper#edit-actions{
    margin-top: 40px;
}
#edit-group-step-2 .CGU{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
#edit-group-step-2 .CGU a{
    color: #12498A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
#edit-group-step-2 {
    padding: 0 40px;
}

#edit-group-step-2 .CGU input{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.empty_values{
    display: block;
    margin-bottom: 30px;
    color: #e73d3d;
    font-weight: 500;
}
.div_back_step_1{
    clear: both;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 10px 0 0;
}
.user_register .js-form-wrapper.form-wrapper.form-actions{
    margin: 0;
    padding: 0 0 0 10px;
}
.password-suggestions{
    clear: both;
}
/* VERIFY SMS CODE */
.user_verify_code{
    padding: 0 50px;
}

.user_verify_code .img_sms{
    text-align: center;
    margin: 70px 0;
}
.user_verify_code .img_sms img{
    max-height: 80px;
}
.user_verify_code  .msg_code{
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.user_verify_code  .msg_code span{
    color: #12498A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.user_verify_code  .input_code{
text-align: center;
margin: 20px 0;
}
/* Chrome, Safari, Edge, Opera */
.user_verify_code  .input_code input::-webkit-outer-spin-button,
.user_verify_code  .input_code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.user_verify_code  .input_code input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  letter-spacing: 20px;
  height: 80px;
  width: 50%;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 100px;
}

    /* CENTER FORM */
    .region-content{
        padding: 0;
    }

    main .row {
        margin: 0 !important;
    }
    main .row  .order-1{
        padding: 0;
    }
    .user_register.bg_img{
        background-repeat: no-repeat; background-size: cover; background-position: top center;    height: 100vh;position: relative;
    }
    .user_register.bg_img .overlay_img{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #00000073;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 0;
        }

    .user_register.bg_img .user_logo{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .user_register.bg_img .user-login-form {
        padding: 0;
    }


    .user_register.bg_img .center_form{
    background-color: #ffffffe8;

    max-width: 470px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 5px;
}

.user_register.bg_img form label,
.user_register.bg_img .js-form-wrapper.form-wrapper.field--type-datetime .label{
    display: block;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}
.user_register.bg_img .form-date{
    color: #000000;
    height: 55px;
}
.user_register.bg_img .form-control{
    color: #000000;
    text-align: center;
    height: 50px;
    border: 1px solid #aabfd7;
    
    border-radius: 5px;

}
.user_register.bg_img .user-login-form .toggle-password{
display: none;
}

.user_register.bg_img .about_account{
    background-color: #12498A;
    max-width: 470px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
}


.user_register.bg_img .have_account{
margin: 0;
border-right: 1px solid #336197;
}
.user_register.bg_img .about_account a{
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: block;

    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.send_step_1{
    padding: 0 10px;
}
.user_register.bg_img .about_account .icon_user{
text-align: center;
margin-bottom: 10px;
}

.user_register.bg_img .about_account .icon_user svg{
    font-size: 25px;
}


.user_register.bg_img .about_account .have_account .icon_user svg{
    color: #3AA835;
    width: 30px;
    height: 24px;
}

.user_register.bg_img .about_account .lost_password .icon_user svg{
    color: #009EDE;
}
.user_register.bg_img .button.js-form-submit,
.user_register.bg_img button
{
/* background-image: url('../images/bg_btn.png'); */
background-position: right center;
background-size: cover;
background-repeat: no-repeat;
height: 55px;
}


.user_register.bg_img .user_logo img {
    max-height: 85px;
}

.user_register.bg_img .button.js-form-submit:hover,
#back_step_1:hover,#send_step_1:hover{
    background-color: #1058ad;
}


.user_register.bg_img .about_account .lost_password ,.user_register.bg_img .about_account .have_account{
    transition: all 0.5s;
    cursor: pointer;
}





.user_register.bg_img form.user-register-form label,
.user_register.bg_img .js-form-wrapper.form-wrapper.field--type-datetime .label{
    text-align: left;
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    font-weight: 500;
}


.user_register.bg_img .js-form-wrapper.form-wrapper.field--type-datetime .js-form-type-date{
    width: 100%;
}


.user_register.bg_img form.user-register-form  .form-control{
text-align: left;
}

.user_register.bg_img .js-form-wrapper.form-wrapper.field--type-datetime{
    padding: 0 10px;
    margin-top: 15px;
}

.user_register.bg_img .div_back_step_1,
.user_register.bg_img .js-form-wrapper.form-wrapper.form-actions{

    margin-top: 15px;
  
}

.user_register.bg_img  #edit-group-step-2,
.user_register.bg_img  #edit-group-step-1{
    padding: 0;
}
.user_register.bg_img  .form-item{
margin: 0;margin-top: 15px;
}





.user_register.bg_img .center_form.verify_code  .user_verify_code .img_sms{
    margin: 20px 0;
}


.user_register.bg_img .center_form.verify_code .user_verify_code .input_code input[type=number]{
    font-weight: 600;    margin-bottom: 70px;    width: 280px;max-width: 100%;
}
.user_register.bg_img .center_form.verify_code{
    background-color: #ffffffd6;
}

.user_register.bg_img .about_account.verify_code .lost_password .icon_user svg{
    color: #DEA000;
}


.user_register.bg_img .center_form.verify_code  .user_verify_code{
    padding: 0;
}

/* .user_register.bg_img .form-control#user_matricule{
    width: 280px;
    text-align: center;
    height: 60px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
    border: 1px solid #E1E1E1;
    margin-bottom: 10px;
} */
.user_register.bg_img .center_form.verify_code .user_verify_code .input_code input[type=number]{
    margin-bottom: 20px;
}
.user_register.bg_img button#active_account{
    margin-top: 30px;
}
.msg_error,.msg_ok{
    color: #d31212;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
}
.msg_ok{
    color: #3AA835;

}

.user_register.bg_img h1{
    margin-bottom: 20px;
}
.user_register.bg_img .form-item{
    margin-top: 0;
}

.user_register.bg_img form.user-register-form #edit-group-step-2 label{
    margin-top: 15px;
}


.user_register.bg_img form#user-login-form label{
    margin-top: 15px;
}


.user_register.bg_img .user_login_form h1{
    margin-bottom: 30px;
}
.user_register.bg_img form#user-login-form .form-required:after{
content: none;
}


 input[type="date"]::-webkit-calendar-picker-indicator {
    background: url('../images/calender_icon.svg') no-repeat;
    background-size: 21px 21px;
  }

  .user_register.bg_img .user_login_form .center_form{
    padding: 20px 80px;
  }
  .user_register .user-login-form .js-form-wrapper.form-wrapper#edit-actions{
    padding: 0;
  }


@media screen and (max-width: 991px) {
    .user_side_img {
      display: none;
    }
  }


 
  /* DASHBOARD ADMIN CSS */
.app-theme-white .app-sidebar{
    background-image: url('../images/logo_admin.png');
    background-color: #fff;
    background-position: top 20px center;
    background-repeat: no-repeat;
    padding-top: 130px;
    background-size: 130px;
    box-shadow: 0px 1px 0px #ededed;
    border-right: 1px solid #ededed;

  }
  .app-header .app-header__content .header-menu .nav-link{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #959595;
  }
  .widget-content .widget-content-left .widget-heading{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    opacity: 1;
  }

  .widget-content .widget-content-left .widget-subheading{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #797979;
    opacity: 1;
  }
  .widget-content-right.header-user-info{
    margin-left: 10px !important;
  }
  .app-sidebar .app-sidebar__inner{
    padding: 0;
  }
  .vertical-nav-menu li a{
    line-height: 56px;
    height: 56px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-radius: 0;
    color: #858585;
    margin-bottom: 10px;
  }
  .vertical-nav-menu li a.mm-active,
  .vertical-nav-menu li a:hover {
    color: #12498A;
    background: #009EDE40;
    border-left: 5px solid #12498A;
}
.vertical-nav-menu li a i.metismenu-icon{
    
    transition: none;
    opacity: 1;
    font-weight: bold;
}
.vertical-nav-menu li a.mm-active i.metismenu-icon,
.vertical-nav-menu li a:hover i{
    color: #12498A;
}
.vertical-nav-menu i.metismenu-state-icon{
    opacity: 1;
    font-weight: bold;
}
.app-header .app-header__content{
    background-color: #ffffff;
    box-shadow: 0px 1px 0px #ededed;
}
.vertical-nav-menu hr{
    border-top: 1px solid #E4E4E4;
    width: 80%;
    margin: 10px auto;
}
.vertical-nav-menu.bottom_side_menu{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.app-sidebar_main_content{
    width: 280px;
    display: flex;
    z-index: -1;
    overflow: hidden;
    min-width: 280px;
    position: relative;
    flex: 0 0 280px;
    margin-top: -60px;
    padding-top: 60px;
    transition: all .2s;
    max-width: 280px;
    visibility: hidden;
}
.dashbord_main_content{
    width: 100%;
    padding: 10px 0 50px;
    background: #fafafa;

}
.top_header_cards .card {
    padding: 10px;
    height: 100%;
    box-shadow: none;
    
}
.top_header_cards .card .head_infos{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header_cards .card .head_infos img{
    width: 80px;
    height: 80px;
    margin-right: 5px;
}
.top_header_cards .card .head_infos span{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0F1D11;
    min-height: 54px;
}
.top_header_cards .card .head_infos .head_number{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 45px;
    color: #12498A;
}
.top_header_cards .card .head_infos_detail .detail .title{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #858585;
    display: block;
}
.top_header_cards .card .head_infos_detail .detail .number{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #0F1D11;
    display: block;
    text-align: center;
}
.top_header_cards .card .head_infos_detail{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.dash_tables_infos{
    padding-top: 10px;
}
.dash_tables_infos .title_tables{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0F1D11;
    text-transform: initial;
}

.dash_tables_infos .card-header .title_tables{
    color: #12498A;
    text-transform: unset;
    font-size: 18px;
    font-weight: 600;
}
.dash_tables_infos  .btn.btn-focus{
    background-color: #12498A;border: none;
}
.dash_tables_infos .btn.btn-focus svg{
    font-size: 9px;
    margin-left: 10px;
}
.dash_tables_infos th{
    color: #858585;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12px;
}
.dash_tables_infos td.label{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}
.dash_tables_infos .card-header:first-child{
    padding: 0.55rem;
}
.dash_tables_infos .main-card{
    padding: 10px;
    padding-bottom: 30px;
    box-shadow: none;
    border: 1px solid #F0F0F0;
    margin-bottom: 0 !important;

}
.dash_tables_infos tbody{
    border: 1px solid #F6F6F6;
    border-radius: 8px;
}
.dash_tables_infos .table-striped tbody tr{
    background: rgba(244, 244, 244, 0.45);
}
.dash_tables_infos .table-striped tbody tr:nth-of-type(odd){
    background: #ffffff;
}
.dash_tables_infos .badge-warning{
color: #ffffff;
}
.dash_tables_infos .table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-accent-bg: none;
}
.dash_tables_infos .table-borderless>:not(:first-child) {
    border-top-width: 1px;
}
.dash_tables_infos .card-header:first-child{
    border-bottom: 0;
    margin-bottom: 20px;
}
.dash_tables_infos .badge{
    text-transform: initial;
    min-width: 170px;
    border-radius: 50px;
    margin: 0 auto;
    display: table;
    background: transparent;
}
.dash_tables_infos .main-card.side_infos{
    height: 100%;
    padding: 10px 10px;
}
.dash_tables_infos .side_infos .title_tables{
    padding: 20px 0;
    display: block;
}
.dash_tables_infos .side_infos .btn-group-sm{
    display: block;
    margin-bottom: 5px;
}
.dash_tables_infos  .btn.btn-focus{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}
.dash_tables_infos .side_contact_us .side_infos .title_tables{
    text-align: center;
    color: #0F1D11;
}
.dash_tables_infos .side_contact_us .side_infos .call_us_img{
    text-align: center;
    margin-bottom: 20px;
}
.dash_tables_infos .side_contact_us .side_infos .call_us_img img{
    width: 130px;
    height: 130px;
}
.dash_tables_infos .side_contact_us .side_infos .need_help span{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #0F1D11;
}
.dash_tables_infos .side_contact_us .side_infos .tel span{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    display: block;
    text-align: center;
    color: #12498A;
}
.dash_tables_infos .side_infos  .btn.btn-focus{
    font-size: 13px;
}
.dashbord_main_content  .top_header_cards{
    margin-bottom: 10px !important;
}
.dashbord_main_content  .dash_tables_infos .actions svg{
    color: #1E3922;
    font-size: 15px;
}

 .alert button {
    /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */
    height: auto;
   
}
 .alert.alert-dismissible,
 .message_status_erreur{
    position: fixed;
    z-index: 1;
    width: 380px;
    right: 20px;
    bottom: 0;
    background-color: #d31212;
    color: #ffffff;
    border: 0;
    font-size: 13px;
    line-height: initial;
    padding-left: 50px;
    max-width: 640px;
    min-width: 500px;
  
}
.message_status_erreur{
    display: none;
}
.alert.alert-dismissible a{
   color: #ffffff; 
}
.alert.alert-dismissible.alert-success{
    background-color: #3c763d;
}
 .alert.alert-dismissible button,  .message_status_erreur button {
    background-image: url('../images/icon_close.png');
    opacity: 1;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 10px;
    height: auto;
 }
 .alert.alert-dismissible:before,  .message_status_erreur::before {
    content: '';
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=');
    position:absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
 }

.app-header-right .widget-content-left .btn-group svg{
    display: none;
}
.owl-carousel.front_items_infos button.owl-dot,
.owl-carousel.guide_list_videos button.owl-dot {
    margin-right: 5px;
}
.owl-carousel.front_items_infos button.owl-dot span,
.owl-carousel.guide_list_videos button.owl-dot span{
    width: 10px;
    height: 10px;
    background-color: #858585;
    display: block;
    border-radius: 50%;
}

.owl-carousel.front_items_infos button.owl-dot.active span,
.owl-carousel.guide_list_videos button.owl-dot.active span{
    background-color: #12498A;
}
.owl-carousel.front_items_infos .owl-dots{
    position: absolute;
    left: 47%;
    width: auto;
    bottom: -25px;
    transform: translateX(47%);
}
.dash_tables_infos .right_sidebar  .col-12{
height: 357px;
margin-bottom: 10px;
}
.dash_tables_infos .table_1 .main-card{
    margin-bottom: 10px !important;
}
.owl-carousel.off{
    display: flex;
}
.dashbord_main_content{
    overflow: hidden;
}


.jq-toast-single {
    font-size: 16px;
    line-height: 18px;
    background-position: left 10px center;
    transition: none !important;
  }

  .jq-toast-single h2{
    font-size: 25px;
    margin-bottom: 10px;
    display: none;
  }


  .user_profile .dash_tables_infos .main-card{
    max-width: 50%;
    margin: 0px 50px;
}


.user_profile .dash_tables_infos .table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-accent-bg: var(--bs-table-striped-bg);
}
.user_profile .dash_tables_infos td.label {
    width: 50%;
    max-width: 50%;
    display: inline-block;
}


/* .app-sidebar,
.app-sidebar_main_content,
.app-header__logo{
    min-width: 330px;
    width: 330px;
} */
.vertical-nav-menu i.metismenu-state-icon{
    right: 10px;
}


.app-header.header-shadow{
    box-shadow: none;
}


.user_profile.dashbord_main_content{
    padding: 50px;
}


.user_profile .user_breadcrumb{
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0F1D11;
    padding-left: 20px;
}


.user_profile .user_breadcrumb span:last-child {
    color: #12498A;
  }

  .user_profile .user_breadcrumb span svg{
    font-size: 12px;
    margin: 1px 5px;
}


.user_profile .user_infos{
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
}

.user_profile .user_infos h1{
    /* font-family: 'Assistant', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #12498A;
}

.user_profile .user_infos  .info_line{
    padding: 20px 0;
    box-shadow: 0px 1px 0px #ededed;
}

.user_profile .user_infos  .info_line span{
    color: #7a7a7a;
    font-size: 18px;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
}

.user_profile .user_infos  .info_line span.title_info,
#datatable_courriers span.title_info{
    color: #0F1D11;
    font-size: 18px;
    text-transform: uppercase;
}
.user_profile .user_infos .info_line span.title_header{
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    padding: 0;
    display: block;
    max-width: 100%;
    word-break: break-all;
}
.user_profile .user_infos .info_line.have_header .row{
    margin-bottom: 10px !important;
}

.user_profile .user_infos .info_line:last-child{
    box-shadow:none
}

.user_profile .user_infos.ma_famille{
    margin: 30px 0;
}
.user_profile .user_infos.ma_famille .info_line span.title_info,
#datatable_courriers span.title_info{
    font-size: 20px;
    font-weight: 700;
}

.vertical-nav-menu li a i.metismenu-icon img{
    max-width: 20px;
    max-height: 20px;
}

.jq-toast-wrap{
    width: auto;
}
.jq-toast-single{
    padding: 30px 70px;
    font-size: 20px;
   
}
.close-jq-toast-single{
    font-size: 20px;
}
.alert.alert-dismissible,  .message_status_erreur{
    padding: 30px 70px;
    font-size: 20px;
    width: auto;
}
.alert.alert-dismissible button,  .message_status_erreur button{
    background-size: 15px;
}
.message_status_erreur button{
    position: absolute;
    top: 5px;
    right: 5px;
}
.message_status_erreur{
    border-radius: 3px;
    bottom: 15px;
    z-index: 99;
}
.message_status_erreur.Erreur{
    background-color: #d31212;
}

.message_status_erreur.Success{
    background-color: #3c763d;
}



.app-container.closed-sidebar-mobile.sidebar-mobile-open .app-sidebar.sidebar-shadow{
    left: 0px;
}

/* .closed-sidebar .app-sidebar_main_content{
    transition: all .3s ease;
    width: 80px;
    min-width: 80px;
    flex: 0 0 80px;
    z-index: 13;
} */

.owl-carousel.front_items_infos .owl-item .col-md-6{
    width: 100%; max-width: 100%;
    padding: 0px 5px;
}

.user_register.bg_img #edit-group-step-2{
    display: none;
}









.page_remboursements .table_search {
    margin: 20px 0;
}
.page_remboursements .table_search .search_items {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.page_remboursements .table_search .search_items input,
.page_remboursements .table_search .search_items select{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: 1px solid #95959566;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    color: #000000;
    width: auto;
    width: 170px;
    max-width: 100%;
}
.page_remboursements .table_search .search_items select{
    color: #858585;
    font-weight: 300;
}
.page_remboursements .table_search .search_items input::placeholder{
    color: #858585;
    font-weight: 300;
}

.page_remboursements .table_search .search_items .btn-focus{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    background-color: #12498A;
    border: none;
    position: relative;
    padding-left: 40px;
    background-image: url(../images/icon_sort.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 10px center;
}


.page_remboursements .main-card{
    padding: 0;
}

.page_remboursements .main-card .table_search{
    padding: 10px;
    background: #F4F4F4;
}

.page_remboursements .main-card  .table-responsive{
    padding: 10px;
}
.page_remboursements .dataTables_wrapper .dataTables_paginate .paginate_button{
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    color: #12498A !important;
    border-radius: 5px;
    border: 0.5px solid #E3E6E8;
    margin: 0 10px;
    box-shadow: none;
}
.page_remboursements .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.page_remboursements .dataTables_wrapper .dataTables_paginate .paginate_button:active,
.page_remboursements .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #12498A;
    color: #ffffff !important;
    border: 0.5px solid #12498A;
   
}
.page_remboursements .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.page_remboursements .dataTables_wrapper .dataTables_paginate .paginate_button.next{
    border: none;
}
.page_remboursements #datatable_paginate,
.dataTables_paginate.paging_simple_numbers{
    width: 100%;
    text-align: center;
    margin: 20px 0;
    padding: 0;
}
.page_403{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_403 .infos{
    text-align: center;
}

.page_403 .infos h1{

    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 100px;
    color: #12498A;
    margin: 0;
    line-height: 100px;
}
.page_403 .infos a{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #858585;
    text-decoration: none;
}
.page_403 .infos a:hover{
    text-decoration: none;
}

.cmim_application .apps{
    text-align: center;
}
.cmim_application .apps img{
    width: 120px;
    max-width: 100%;
}

.page_remboursements .dash_tables_infos {
    padding-top: 0;
}

.page_remboursements table.dataTable thead th{
    border-bottom: 0;
}

.page_remboursements .dash_tables_infos td .fa-chevron-right{
    color: #95959566;
}

.page_remboursements .dash_tables_infos .side_infos .title_tables,
.page_remboursements .dash_tables_infos .side_infos .btn-group-sm{
    text-align: center;
}
.user_profile .user_breadcrumb{
    display: none;
}

.page_remboursements table.dataTable tbody td {
    padding: 25px 10px;
    text-align: left;
}

.user_register .js-form-wrapper.form-wrapper.field--name-field-accept-terms{
    width: 100%;
    position: relative;
    padding: 0;
    margin: 20px 0;

}

.user_register.bg_img form.user-register-form .field--name-field-accept-terms label.option {
    display: none;
}

.user_register.bg_img form.user-register-form .field--name-field-accept-terms input{
    margin: 0;
    left: 0;
    top: 4px;
}
.user_register .js-form-wrapper.form-wrapper.field--name-field-accept-terms p{
    font-family: 'Assistant', sans-serif;
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: 400;
}
.user_register .js-form-wrapper.form-wrapper.field--name-field-accept-terms p.Desc_accept_CGU{
    font-size: 12px;
}

.user_register .js-form-wrapper.form-wrapper.field--name-field-accept-terms p a{
    color: #12498A;
    font-weight: 600;
}

.user_profile .user_infos .download_file h1{
    margin-bottom: 20px;
}

.user_profile .user_infos .download_file{
    margin-top: 50px;
}

.user_profile.dashbord_main_content{
    padding: 10px;
}

.widget-content-right.header-user-info .dropdown-menu-right a,
.header-btn-lg a{
    padding: 0.4rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 15px;
    text-decoration: none;
}

.user_profile .user_infos .info_line span.edit{
    float: right;
}

.user_profile .user_infos .info_line span.edit i{
    font-size: 25Px;
    font-weight: 900;
    cursor: pointer;
}


#datatable a,
#datatable_2 a,
#datatable_demande a,
.page_remboursements table.dataTable a{
    color: var(--bs-table-striped-color);
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 25px 10px;
}
.page_remboursements table#datatable tbody td,
.page_remboursements table#datatable_2 tbody td,
.page_remboursements table.dataTable tbody td{
    padding: 0;
}

.td_pads tbody td{
    padding: 25px 10px;
}

#datatable_demande td{
    padding: 0;
}

.page_remboursements .dash_tables_infos th ,
#datatable_demande td.text-center,
#datatable_accords td.text-center,
 table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: left !important;
}

.page_remboursements table.dataTable thead th{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.user_profile .user_infos .download_file .info_line span{
    display: block;
}

.user_profile .user_infos .download_file .info_line span.title{
    color: #0F1D11;
}

.user_profile .user_infos .download_file .info_line span.date{
   
    font-size: 14px;
}

.page_remboursements .dash_tables_infos .table-striped tbody tr:nth-of-type(odd):hover{
    background: rgba(244, 244, 244);
}


.page_remboursements .nav.nav-pills{
    padding: 0 15px;
    margin: 20px 0;
    margin-bottom: -1px;
    position: relative;
    z-index: 1;
}
.page_remboursements .nav.nav-pills a{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    background-color: #85858570;
    border: none;
    position: relative;
    padding: 10px 30px;
    display: block;
    border-radius: 5px;
    margin-right: 10px;
    text-decoration: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.page_remboursements .nav.nav-pills .active a{
    background-color: #fff;
    color: #12498A;
    border: 1px solid #F0F0F0;
    border-bottom: none;
}

.mes_accords .dash_tables_infos .card-header .title_tables{
    color: #0F1D11;
    font-size: 16px;
}

.dataTables_empty{
    padding: 30px;
    text-align: center;
    font-weight: 900;
}
.badge{
    background-color: #C6C6C5;
}

.badge.badge-0{
    background-color: #95C11E;
}
.badge.badge-1{
    background-color: #C3BE05;
}
.badge.badge-2{
    background-color: #009EE3;
}
.badge.badge-3{
    background-color: #009640;
}
.badge.badge-4, .badge.badge-13,.badge.badge-14{
    background-color: #BE1621;
}
.badge.badge-5{
    background-color: #F9B233;
}
.badge.badge-6, .badge.badge-7,.badge.badge-8,.badge.badge-12, .badge.badge-15{
    background-color: #F39200;
}
.badge.badge-9{
    background-color: #009640;
}
.badge.badge-10{
    background-color: #BE1621;
}
.badge.badge-11{
    background-color: #009640;
}

.badge.badge-demande.badge-0{
    background-color: #95C11E;
}

.badge.badge-demande.badge-1{
    background-color: #1C1C1B;
}
.badge.badge-demande.badge-2{
    background-color: #C6C6C5;
}


.mes_accords .card-header{
    display: none;
}

.page_reclamation .title,
.page_reclamation h1{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin: 30px 0 10px;
    font-weight: 700;
    color: #12498A;
    display: block;
}
.page_reclamation h1{
    font-size: 25px;
    margin: 20px 0;
    margin-bottom: 60px;
}
.page_reclamation h1 .badge,
.user_infos h1 .badge {
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
}
.page_reclamation h1 .badge{
    display: inline-block;
}
.page_reclamation .date{
    color: #7a7a7a;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.page_reclamation .pre p{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    color: #0F1D11;
    margin: 0;
}
.page_reclamation .card{
    margin-bottom: 40px;
}

.page_reclamation .assure_rec,
.page_reclamation .cmim_comment{
    position: relative;
    margin-bottom: 50px;
}

.page_reclamation .assure_rec::before,
.page_reclamation .cmim_comment::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#12498A ;
    border-radius: 5px;
}
.page_reclamation .title{
    margin-top: 0;
}
.page_reclamation .assure_rec::before{
    background-color:#ebebeb ;
}
table.dataTable#datatable_PEC_accords{
    width: 100% !important;
}

table.dataTable thead>tr>th.sorting_disabled:before, 
table.dataTable thead>tr>th.sorting_disabled:after{
    content: none;
}

.page_remboursements .table_search .search_items input[type="date"]{
    color: #858585;
    font-weight: 300;
    font-size: 13px;
}

.page_remboursements .table_search .search_items input[type="date"]::-webkit-calendar-picker-indicator {

   background-position: right  center;
   background-size: 15px;

}

.type_rec{
    display: none;
}

.nv_demande input, .nv_demande select, .nv_demande textarea{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    border: 1px solid #95959566;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    color: #000000;
    width: auto;
    width: 50%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.nv_demande form{
    width: 100%;
    padding: 30px;
    margin-bottom: 100Px;
}

.nv_demande form label{
    display: block;
    color: #858585;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.nv_demande form textarea{
    width: 100%;
    height: 300px;
}

#get_catg option{
    display: none;
}

.nv_demande textarea{
    white-space: normal
}

.user_register.bg_img .verify_code h1 {
    font-size: 20px;
}

.user_register.bg_img .verify_code button{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.vertical-nav-menu ul>li>a:hover {
    color: #12498A;
}

.vertical-nav-menu .mm-active  li.submenu_active a {
    font-weight: 700;
}
.vertical-nav-menu .mm-active a.link_parent_active  {
    color: #12498A;
    background: #009EDE40;
    border-left: 5px solid #12498A;
}
.vertical-nav-menu .link_menu_parent,.vertical-nav-menu.bottom_side_menu  a{
    color: #12498A;
    font-weight: 500;
}
.dropdown-menu.dropdown-menu-right{
    top: 7px !important;
    padding: 0;
    margin: 0;
}

.widget-content-right.header-user-info a.p-0.btn{
    width: 40px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-card.side_infos .tags a{
    text-decoration: none;
    color: #ffffff;
}

.demande_error{
    display: block;
    margin: 30px 0;
    font-size: 18px;
    font-weight: 600;
}

.demande_error.Erreur{
    color: #d31212;
}

.demande_error.Success{
    color: #3c763d;
}
.demande_error .alert{
    width: 100%;
    display: block;
    font-size: 14px;
}

.demande_error.Erreur .alert{
    color: #71132a;
    background-color: #f7d3dc;
    border-color: #f4c2ce;
}

.demande_error.Success .alert{ 
    color: #1e6641;
    background-color: #d8f3e5;
    border-color: #c8eedb;
}





.nv_demande_form #loading,
.download_file #loading{
    color: #d31212;
    font-weight: 900;
    display: none;
    max-width: 30px;
}

.nv_demande_form #loading img,
.download_file #loading img{
    max-width: 100%;
}

.nv_demande_form #send_REC.disabled,
.download_file .get_File.disabled {
    pointer-events: none;
    background-color: #12498a8f;
}

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

.btn-actions-pane-right a{
    color: #FFF;
    text-decoration: none;
}

.user_profile .user_infos .download_file .info_line span.title_info,
#datatable_courriers span.title_info{
    display: flex;
    align-items: center;
}

.page_front .dataTables_paginate {
    display: none;
}

.page_front  table.dataTable.no-footer {
    border-bottom: 0;
}

.page_front  .dash_tables_infos .table-responsive .btn.btn-focus{
    background-color: transparent;
}

.page_front  .dash_tables_infos .table-responsive .btn.btn-focus a{
    color: #12498A;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.page_front  .dash_tables_infos .table-responsive .btn-actions-pane-right{
    text-align: right;
}

.page_front .table_1,
.page_courriers  .table_1 {
    padding-right: 0;
}

.app-header .app-header__content .app-header-right .dropdown-menu-right .dropdown-item a{
    color: #12498A;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

#datatable_courriers span.title_info a{
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: auto;
    padding: 0 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #12498A;
    border: 0;
}
#datatable_courriers #loading img{
    max-height: 25px;
}

.page_remboursements table#datatable_courriers tbody td{
    padding: 25px 10px;
}

#datatable_courriers #loading {
    display: none;
}

.page_remboursements.page_courriers .table_search .search_items{
    justify-content: start;
}
.page_remboursements.page_courriers  .table_search .search_items input[type="date"]{
    margin-right: 30px;
}

.home_statistics {
    margin: 15px 0;
}

.home_statistics .card{
    padding: 20px 50px;

    box-shadow: none;
}

.home_statistics .card .fisrt_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_statistics .card .fisrt_line img{
       max-height: 60px;
    max-width: 60px;
}

.home_statistics .card .fisrt_line .chiffre{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #12498A;
}

.home_statistics .card .title_line span{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #12498A;
    text-transform: uppercase;
    display: block;
    margin: 5px 0;
}
.home_statistics .card  .head_infos_detail{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.home_statistics .card  .head_infos_detail .detail .title{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #858585;
    display: block;
}
.home_statistics .card  .head_infos_detail .detail .number{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #12498A;
    display: block;
    text-align: left;
}



.owl-carousel.front_items_infos .owl-dots{
bottom: -10px;
}

.etapes,
.Etape_2 .cat_items{
    display: flex;
    flex-wrap: wrap;
}
.etapes .items{
    width: 200px;
    margin-bottom: 50px;
    margin-right: 30px;
}
.etapes .items .icon{
    display: block;
    margin-bottom: 20px;
    border: 1px solid #6c757d36;

    border-radius: 10px;
    position: relative;
}
.etapes .items .icon_carte {
    height: 150px;
    width: 150px;
    background-image: url(../images/probleme.png);
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px;
    cursor: pointer;
    filter: grayscale(1);
    opacity: 0.5;
}

.etapes .items .title{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    
    color: #9fa3a7;
    min-height: 54px;
}
.etapes .items .icon_carte.img_Demandedinformation{
    background-image: url(../images/info.png);
}
.etapes .items .icon_carte.img_Sollicitations{
    background-image: url(../images/toile.png);
}
.etapes .items .icon_carte.img_Reclamations{
    background-image: url(../images/probleme.png);
}
.etapes .items .icon_carte.img_Suggestions{
    background-image: url(../images/suggestion.png);
}
.Etape_2,.Etape_3{
    display: none;
    width: 100%;
}

.Etape_2 .cat_items .item span{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #9fa3a7;
    text-transform: initial;
    border: 1px solid #6c757d36;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 90px;
    justify-content: center;
    line-break: auto;
    padding: 10px;
    text-align: center;
    align-items: center;
}

.Etape_2 .cat_items .item{
    width: 200px;
    margin-bottom: 40px;
    margin-right: 10px;
}

.nv_demande textarea{
    margin: 0 ;
    height: 300px;
}

.send_form_demande {
    display: block;
    text-align: left;
    margin: 50px 0;
}

.Etape_3 .form_item label{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #6c757d;
    text-transform: initial;
}
.Etape_3{
    text-align: left;
}

.nv_demande .dash_tables_infos .table_1 .main-card{
    height: 100%;
}
.nv_demande_form #loading{
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 20px 0;
}

.nv_demande_form #loading img{
    max-width: 30px;
}


.etapes .items.checked .title{
    color: #12498A;
}

.etapes .items.checked .icon_carte{
    filter: grayscale(0);
    opacity: 1;
}
.etapes .items.checked .icon{
    border: 2px solid #12498A;

}

.Etape_2 .cat_items .item.checked span{
    color: #12498A;
    border: 2px solid #12498A;
}
.nv_demande .show_msg{
    display: block;
    width: 100%;
    display: none;
}

.etapes.Etape_4.sended_msg .msg_success{
    width: 50%;
    margin: 0 auto;
    height: 400px;
    justify-content: center;
    align-items: initial;
    display: flex;
}
.etapes.Etape_4.sended_msg .icon{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.etapes.Etape_4.sended_msg .icon svg{
    color: #3AA835;
    width: 40px;
    height: 40px;
    border: 2px solid #3AA835;
    border-radius: 50px;
    padding: 15px;
}



.etapes.Etape_4.sended_msg .msg{
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #3AA835;
}
.etapes.Etape_4{
    display: none;
}

.nv_demande .show_msg button, #send_REC{
    padding: 10px 40px;
}
#send_REC{
    display: block;
}
.nv_demande .etapes .items .icon .checked_item_icon{
    position: absolute;
    left: 10px;
    top: 10px;
    display: none;
}
.nv_demande .etapes .items .icon .checked_item_icon svg{
    color: #12498A;
    border: 2px solid #12498A;
    border-radius: 20px;
    padding: 5px;
    height: 10px;
    width: 10px;
    display: block;
}
.nv_demande .etapes .items.checked .icon .checked_item_icon{
    display: block;
}

.app-header .app-header__content .app-header-right .rounded-circle{
    max-width: 35px;
}

.page_demandes .dash_tables_infos .card-header:first-child{
    display: flex;
    justify-content: space-between;
}

.page_demandes .dash_tables_infos .card-header:first-child a.btn{
    text-transform: initial;
    background-color: #3AA835;
}
.nv_demande .demande_file_pdf{
    margin-top: 30px;
}
.static_small_title{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #b7b3b3;
    margin-bottom: 0;
    display: block;
    padding-left: 15px;
}

.form_feuilles_de_soins{
    padding: 0 10px;
}
.form_feuilles_de_soins #texteSoins,.form_feuilles_de_soins #texteAR{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #6c757d;
    text-transform: initial;
}
.nv_demande .form_feuilles_de_soins form{
    padding: 0;
}
.form_feuilles_de_soins  #edit-submit-soins{
    margin: 40px 0;
    width: auto;
    padding: 0 40px;
    line-height: initial;
    height: 40px;
}

.form_feuilles_de_soins #texteSoins{
    margin-bottom: 30px;
}

.page_guide .field__label{
    display: none;
}

.page_guide .field__items{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.page_guide .icon{
    display: flex;
    border: 2px solid #12498A;
    border-radius: 10px;
    position: relative;
    height: 150px;
    width: 150px;
    margin-bottom: 50px;
    margin-right: 30px;
    justify-content: center;
    align-items: center;
}

.page_guide svg{
    color: #12498A;
    font-size: 60px;
}

.page_guide .guide_video_popup {
    background-color: #00000080;
}

.page_guide .guide_video_popup .modal-dialog{
    height: 100%;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 50%;
}

.modal-backdrop.fade.show{
    position: relative;
}

.page_guide .guide_video_popup .modal-dialog iframe{
    height: 400px;
    width: 100%;
}
.page_guide .guide_video_popup .modal-dialog .modal-content{
    position: relative;
}

.page_guide .guide_video_popup .modal-dialog .modal-content .fa-times{
    position: absolute;
    font-size: 30px;
    right: 0;
    top: -40px;
    color: #000;
    cursor: pointer;
}

.page_guide iframe{
     width: 90%;
    /* width: 845px; */
    height: 480px;
}
.page_guide p{
    margin: 0;
    text-align: center;
}

.page_guide .get_pdf .pdf_link{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 10px;
    text-decoration: none;
}
.page_guide .get_pdf svg{
    font-size: 20px;
    color: #cd0303;
    margin-right: 20px;
}

.page_guide .get_pdf{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}

#Form_SendMatricule .btn_blue{

    margin-top: 40px;
    height: 55px;
}

.champ_pass{
    position: relative;
}

.champ_pass .fa-eye{
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}
.user_register.bg_img .champ_pass .form-control{
    margin-bottom: 30px;
}

 .user_register.bg_img #Form_SendMatricule_Pass .button{
    margin: 40px 0 0;
 }

 .user_register.bg_img #Form_validaCode input[type=number]{
    width: 100%;
    margin-bottom: 40px;
 }
.user_register.bg_img #Form_validaCode .button{
    margin: 0;
 }



 .alert.alert-dismissible.alert-error button,
 .message_status_erreur.Erreur button,
 .alert.alert-dismissible button, .message_status_erreur button{
    background-image: url(../images/icon_close_err.png);
 }

 .alert.alert-dismissible.alert-error,
 .message_status_erreur.Erreur,
 .alert.alert-dismissible, .message_status_erreur{
    background-color: #fff;
    color: #d31212;
 }

 .alert.alert-dismissible.alert-error:before,
 .message_status_erreur.Erreur:before,
 .alert.alert-dismissible:before, .message_status_erreur:before{
    background-image: url(../images/download_err.png);
    background-size: 20px;
 }

 .alert.alert-dismissible.alert-error,
 .message_status_erreur.Erreur,
 .alert.alert-dismissible.alert-success,
 .message_status_erreur.Success,
 .alert.alert-dismissible, .message_status_erreur{
    padding: 30px 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(115,107,115,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(115,107,115,1);
    box-shadow: 0px 0px 5px 0px rgba(115,107,115,1);
 }

 .alert.alert-dismissible.alert-success,
 .message_status_erreur.Success{
    background-color: #fff;
    color: #3c763d;
}
.alert.alert-dismissible.alert-success:before,
.message_status_erreur.Success:before{
    background-image: url(../images/bouton-info.png);
    background-size: 20px;
}

.alert.alert-dismissible.alert-success button,
.message_status_erreur.Success button{
   background-image: url(../images/fermer.png);
}
.alert.alert-dismissible.alert-success:after,
.message_status_erreur.Success:after,
.alert.alert-dismissible.alert-error:after,
 .message_status_erreur.Erreur:after,
 .alert.alert-dismissible:after, .message_status_erreur:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: #3c763d;
}

.alert.alert-dismissible.alert-error:after,
.message_status_erreur.Erreur:after,
.alert.alert-dismissible:after, .message_status_erreur:after{
    background-color: #d31212;
 }
 .message_status_erreur.Erreur.Success:after{
    background-color: #3c763d;
 }
 .user_register.bg_img .user-register-form .form-type-checkbox .description{
    margin-left: 5px;
 }
 .user_register.bg_img .user-register-form .form-type-checkbox{
    display: flex;
    align-items: center;
    padding-left: 20px;
 }
.alert.alert-dismissible.alert-error a,
.message_status_erreur.Erreur a,
.message_status_erreur a{
    color: #d31212;
 }

 .change-pwd-form #password-policy-status{
    display: none;
 }

 .change-pwd-form #edit-actions{
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
 }

 .page_contact .node__content{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: list-item;
    text-align: left;
    margin-bottom: 20px;
    color: #0F1D11;
    padding: 0px 10px 50px;
 }

 .page_contact h2{
    display: none;
 }

 .user_profile .user_infos.ma_famille .no-family,
 .ALD .ald_empty{
    color: #7a7a7a;
    font-size: 18px;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
 }

 .user_profile .user_infos.ma_famille .no-family svg{
    margin-right: 15px;
 }

 .cmim_notes img{
    max-width: 200px;
 }

 .cmim_notes .note{ 
    margin-bottom: 40px;
    padding-right: 60px;
 }

 .cmim_notes .list_notes{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
 }

 #Modify_Info{
    background-color: #00000057;
 }

 #Modify_Info .etapes.Etape_4 {
    display: block;
}

#Modify_Info .etapes.Etape_4 .msg_success{
    height: auto;
    margin: 50px auto;
}

#Modify_Info label{
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #6c757d;
    text-transform: initial;
}

#Modify_Info .Etape_1.nv_demande input{
    width: 100%;
}

.user_profile .user_infos .edit{
    cursor: pointer;
}

.user_register_form .assure_password span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #12498A;
    margin: 25px 0 0;
    display: block;
}

.user_register.bg_img .about_account a{
    font-size: 12px;
}

.user_register.bg_img .about_account .icon_user svg {
    font-size: 22px;
}

.user_register_form .assure_password a{
    text-decoration: none;
}

.app-theme-white .app-sidebar .logo_link{
    position: absolute;
    top: 0;
    left: 0;
    height: 130px;
    width: 100%;
}
.app-theme-white .app-sidebar .logo_link a{
    display: block;
    height: 100%;
    width: 100%;
    color: transparent;
}

.page_contact .node__content::marker{
    content: none;
}

.page_maintenance {
    height: 100vh;
}

.page_maintenance .infos{
    height: 100%;
    display: flex;
    justify-content: center;

    padding-top: 200px;
}

.page_maintenance .infos .img{
    text-align: center;
    max-width: 60%;
}

.page_maintenance .infos .img img{

    width: auto;
    max-height: 200px;
    margin-bottom: 40px;
}

.page_maintenance .infos .img span{
    width: 100%;
    margin: 20px 0 0 ;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 22px;
    display: block;
    color: inherit;
}

.page_maintenance .infos .img h1{
    font-family: 'Poppins', sans-serif;
    color: #12498A;
    text-transform: unset;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.page_maintenance a.link{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #858585;
    text-decoration: none;
}
.change-password-form #edit-submit{
    margin: 0;
    width: auto;
    padding: 0 30px;
}

.page_remboursements .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    display: none;
}

.alert.alert-dismissible.alert-warning{
    color: #DEA000;
}

.alert.alert-warning.alert-dismissible:after{
    background-color: #DEA000;
}
.alert.alert-warning.alert-dismissible:before{
    background-image: url(../images/btn-info-warning.png);
}
.alert.alert-warning.alert-dismissible button{
    background-image: url(../images/btn-close-warning.png);
}
#edit-field-cine-0-value{
    text-transform: uppercase;
}

.user_register.bg_img #edit-actions .button.js-form-submit.disabled_btn,
#user-register-form #back_step_1.disabled_btn  {
    pointer-events: none;
    background-color: #829ebe;
}

#Modify_Info.no-event , #Modify_Info .modal-header .close.no-event{
    pointer-events: none;
}

.etapes.Etape_4 .msg_success div{
    text-align: center;
}
.nv_demande_form .etapes.Etape_4 .msg_success .btn{
    display: inline-block;
    margin: 30px 0 0;
    border: 2px solid #3AA835;
    color: #3AA835;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.nv_demande_form .Etape_3 .demande_error.Erreur .alert{
    width: 50%;
}

.user_register.bg_img .user_login_form .center_form{
    background-color: #ffffffe8;
}

.disabled_btn,
.user_register.bg_img #Form_SendMatricule_Pass .button.disabled_btn{
    pointer-events: none;
    background-color: #829ebe;
}

.ALD table thead td{
    font-size: 18px;
    color: #000000;
    font-weight: 700;

}

.user_profile .user_infos.ALD{
    margin: 30px 0;
}

.ALD table tr td{
padding: 10px 0;
}

#ALD_datatable td{
    color: var(--bs-table-striped-color);
    padding: 25px 10px;
}

#user-register-form .captcha.captcha-type-challenge--image{
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    display: none;
}

#user-register-form .captcha__description{
    font-family: 'Assistant', sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0;
    font-weight: 300;
    line-height: 16px;
}

#user-register-form .form-item-captcha-response label,
#user-register-form .captcha-type-challenge--image legend,
#user-register-form .captcha__description{
display: none;
}

.user_register .js-form-wrapper.form-wrapper.field--name-field-accept-terms{
    margin: 10px 0;
}

.user_register.bg_img form.user-register-form #edit-group-step-2 label {
    margin-top: 5px;
    margin-bottom: 5px;
}

.user_register.bg_img form.user-register-form #edit-captcha-image-wrapper{
    width: 100%;
    float: none;
    flex: auto;
    display: flex;
    align-items: center;
}

.user_register.bg_img form.user-register-form #edit-captcha-image-wrapper .reload-captcha-wrapper{
    margin-left: 20px;
}

.user_register.bg_img .about_account .have_account:nth-child(2){
    border-right: 0;
}

.user_register.bg_img .titre_info{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: gray;
    display: block;
    text-align: justify;
    font-size: 12px;
    margin: 0;
}

/* .page_remboursements table#datatable tbody td a.montant,
.page_remboursements table#datatable tbody td a.status{
text-align: center;
} */

table.dataTable thead th.Status{
    text-align: center !important;
}

table.dataTable thead th.Montant{
    text-align: right !important;
}

table.dataTable a.montant{
    text-align: right;
}

.guide_list_videos h2{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0F1D11;
    text-transform: initial;
    margin: 0;
    margin-top: 20px;
}

.owl-carousel.guide_list_videos{
    padding-top: 20px;
}

/* .owl-carousel.guide_list_videos .owl-nav button {
    position: absolute;
    top: 30%;
    width: 100%;
    transform: translateY(30%);
} */

.owl-carousel.guide_list_videos .owl-nav button.owl-next, 
.owl-carousel.guide_list_videos .owl-nav button.owl-prev{
    position: absolute;
    right: 20px;
    top: 35%;
    width: 20Px;
    display: inline-block;
    font-size: 80px;

}

.owl-carousel.guide_list_videos .owl-nav button.owl-next span, 
.owl-carousel.guide_list_videos .owl-nav button.owl-prev span{
    color: #95959566;
    display: contents;
    width: 20px;
    font-weight: 100;
}

.owl-carousel.guide_list_videos .owl-nav button.owl-prev{
    left: 15px;
}

.owl-carousel.guide_list_videos .owl-dots{
    text-align: center;
    margin: 20px 0 0;
}

/* .user_register.bg_img .user_login_form .button.js-form-submit{
    margin: 20px 0;
} */

.alert_ALD{
    margin: 30px 15px 10px;
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
}

.side_infos.card{
    text-align: center;
}

.owl-carousel.guide_list_videos button.owl-dot span{
    transition: all 0.5s;
    background-color: #95959566;
}

.owl-carousel.guide_list_videos button.owl-dot.active span{
    width: 13px;
    height: 13px;
}

.app-header .app-header__content .app-header-right .dropdown-menu-right .dropdown-item.logout a{
color: #C13335;
}

.Etape_2 .pre_info_client{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #9fa3a7;
    text-transform: initial;
}