html,
body,
input,
button {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #435464;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

/** {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
*/

a,
button {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

a > i,
button > i,
a > span {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    text-decoration: none;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.btn:active,
.btn.active,
.btn:hover,
.btn:focus,
.btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
}

#body input,
#body textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: "GEInspira";
    src: url("../fonts/GEInspira.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GEInspira.woff") format("woff"),
        url("../fonts/GEInspira.ttf") format("truetype"),
        url("../fonts/GEInspira.svg#GEInspira") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GEInspira-Bold";
    src: url("../fonts/GEInspira-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GEInspira-Bold.woff") format("woff"),
        url("../fonts/GEInspira-Bold.ttf") format("truetype"),
        url("../fonts/GEInspira-Bold.svg#GEInspira-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

.no-padding {
    padding: 0;
}

.container_espace {
    max-width: 1600px;
    margin: 0 auto;
}

.container_espace_connexion {
    position: relative;
    padding-bottom: 80px;
}

.footer_connexion {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

#header {
    border-bottom: 1px solid #f5f5f7;
}

.img_header {
    float: left;
}

.h1_logo {
    float: left;
    margin: 34px 0 0 14px;
}

#header .h1_logo {
    float: left;
    margin: 32px 0 32px 10px;
}

.logo_tsb {
    float: left;
}

.slogan_tsb {
    font-size: 18px;
    color: #dd0934;
    float: right;
    margin: 12px 0 0 40px;
    line-height: 1.2;
    font-family: "GEInspira-Bold", sans-serif;
}

.slogan_connexion {
    margin: 48px 0 0 40px;
}

.slogan_tsb span {
    font-size: 18px;
    color: #dd0934;
}

.container_profile_top {
    float: right;
    margin-top: 33px;
    position: relative;
    margin-right: 15px;
}

.avatar_user {
    float: left;
    cursor: pointer;
}

.img_avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content_my_profile {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #435464;
    margin-right: 15px;
    float: left;
    margin-top: 14px;
}

.oval_user {
    position: absolute;
    top: 25px;
    right: -11px;
    width: 21px;
    height: 21px;
    background: #dd0934;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.wrap_content_home {
    width: 100%;
    display: flex;
}

.fixed_left_col {
    background: #435464;
    width: 8.75%;
    /* min-height: calc(100vh - 116px);*/
    min-height: 100vh;
    margin-top: -1px;
    float: left;
}

.menu_left_col {
    display: block;
}

.menu_left_col li {
    display: block;
    width: 100%;
}

.menu_left_col li a {
    padding: 28px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    display: block;
    text-decoration: none;
    font-family: "GEInspira", sans-serif;
}

.menu_left_col li a.active,
.menu_left_col li a:hover {
    background: #dd0834;
}

.picto_menu_left {
    display: inline-block;
}

.text_menu_left {
    display: block;
    width: 100%;
    margin-top: 18px;
}

.contanier_site {
    margin-top: 30px;
}

.box_top_content {
    width: 100%;
    padding: 25px 30px 20px;
    border-radius: 8px;
    border: solid 1px #a2c0c4;
    background: #eef3f4;
    float: left;
}

.user_profil {
    color: #a2c0c4;
    font-family: "GEInspira-Bold", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 35px;
}

.left_contanier_site {
    float: left;
    width: 72.5%;
    margin-left: 1.875%;
    margin-right: 1.875%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.banner_right_col {
    float: left;
    width: 13.125%;
    margin-top: 30px;
}

.select2-selection,
.select2-container--default .select2-selection--multiple,
select.form-control {
    -webkit-appearance: none;
    position: relative;
    height: 50px;
    border: 1px solid #a2c0c4;
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    box-shadow: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.select2-container--default .select2-selection--multiple {
    height: auto;
    min-height: 50px;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #dbe5e6;
    border: none;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
    padding: 0 8px;
    font-size: 11px;
    color: #7e9699;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #7e9699;
    float: right;
    margin-left: 3px;
    font-size: 15px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #eef3f4;
    color: #7e9699;
}

.label-form {
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.label-form-carte {
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    min-width: 80px;
}

.box_form_contact .display_compte_carte .form-control,
.box_form_contact .display_type_carte .select_type_carte {
    float: left;
    max-width: 100%;
    width: 100%;
}

.box_form_contact .display_compte_carte .label-form-carte,
.box_form_contact .display_type_carte .label-form-carte {
    line-height: 2;
}

.select_type_carte,
.select_box_devise,
.select_box {
    position: relative;
}

.select_box::before {
    content: "";
    color: #dbe5e6;
    text-align: center;
    position: absolute;
    width: 55px;
    height: 48px;
    right: 1px;
    top: 1px;
    border-left: solid 1px #a2c0c4;
    background: url(../images/png/arrow.png) no-repeat center center #dbe5e6;
    font-size: 28px;
    line-height: 45px;
    pointer-events: none;
    z-index: 9;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.select_type_carte::before {
    content: "";
    color: #dbe5e6;
    text-align: center;
    position: absolute;
    width: 55px;
    height: 48px;
    right: 1px;
    top: 1px;
    background: url(../images/png/arrow.png) no-repeat center center;
    font-size: 28px;
    line-height: 45px;
    pointer-events: none;
    z-index: 9;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.input_transparent {
    height: 50px;
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    padding: 0;
}

.form-control {
    display: block;
    height: 50px;
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a2c0c4;
    border-radius: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.input_transparent {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.select_box_devise::before {
    content: "";
    color: #dbe5e6;
    text-align: center;
    position: absolute;
    width: 15px;
    height: 8px;
    right: 1px;
    top: 22px;
    background: url(../images/png/arrow.png) no-repeat center center;
    font-size: 28px;
    line-height: 45px;
    pointer-events: none;
    z-index: 9;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.select_box_devise select {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.select_box_devise select option span {
    font-weight: 700;
}

.select_box_devise .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.box_middle_content {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.title_tsb_espace {
    font-family: GEInspira, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #435464;
    padding-left: 40px;
    margin-bottom: 40px;
    background: url("../images/png/picto_title.png") no-repeat 0 0;
}

.nav_middle_content {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}

.list_tabs_links {
    float: left;
    width: 100%;
    display: block;
    border-bottom: 2px solid #dd0934;
}

.list_tabs_links li {
    float: left;
    padding-right: 5px;
}

.list_tabs_links li .link-tabs {
    padding: 23px 28px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    color: #435464;
    text-decoration: none;
    float: left;
}

.list_tabs_links li.active .link-tabs,
.list_tabs_links li .link-tabs:hover {
    background: #dd0934;
    color: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.container_box_carte {
    float: left;
    width: 100%;
}

.box_mycarte {
    border: solid 1px #a2c0c4;
    float: right;
    width: 95%;
    clear: both;
    margin-bottom: 20px;
    padding: 18px 30px 18px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.img_carte {
    float: left;
    margin-left: 0;
    margin-right: 30px;
}

.title_carte {
    font-family: "Rubik", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #2e384d;
    line-height: 1.1;
    margin-bottom: 24px;
}

.title_carte span {
    color: #dd0934;
}

.bloc_status_carte {
    margin-top: 30px;
    position: relative;
}

.bloc_status_carte:after {
    content: "";
    width: 1px;
    height: 92px;
    background: #a2c0c4;
    right: 15px;
    top: 5px;
    z-index: 999;
    position: absolute;
}

.bloc_status_carte .table td {
    border-top: none;
}

.bloc_status_carte .table td {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 1.1;
    color: #415364;
    font-weight: 400;
    letter-spacing: 1.3125px;
}

.bloc_status_carte .table td:first-child {
    font-weight: 500;
    letter-spacing: 0;
}

.picto_status {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.picto_status.status_offline {
    background: #bababa !important;
}

.picto_status.status_online {
    background: #00b951 !important;
}

.bloc_link_carte {
    margin-top: 50px;
}

.btn_link_carte {
    background: #dd0934;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.125;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn_link_carte:focus,
.btn_link_carte:hover {
    background: #435464;
    color: #fff;
    text-decoration: none;
}

.footer {
    float: right;
    width: 100%;
    background: #435464;
    padding: 24px 0 24px 8.75%;
}

.copyright {
    color: rgba(255, 255, 255, 0.56);
    font-family: "GEInspira-Bold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    float: left;
    margin-left: 30px;
}

.footer_menu {
    float: left;
    margin-left: 38px;
}

.footer_menu li {
    float: left;
    margin: 0 22px;
}

.footer_menu li:first-child {
    margin: 0 22px 0 0;
}

.footer_menu li:last-child {
    margin: 0 0 0 22px;
}

.footer_menu li a {
    color: rgba(255, 255, 255, 0.56);
    font-family: "GEInspira-Bold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: none;
}

.link_medianet a:hover,
.footer_menu li a:hover {
    color: #dd0934;
}

.link_medianet {
    float: right;
}

.link_medianet a {
    color: rgba(255, 255, 255, 0.56);
    font-family: "GEInspira-Bold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-right: 30px;
    text-decoration: none;
}

.bloc_compte_carte {
    max-width: 480px;
    margin: 0 auto;
}

.display_compte_carte,
.display_type_carte {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.padding-contact {
    padding: 0 15px;
}

.display_compte_carte .label-form-carte,
.display_type_carte .label-form-carte {
    float: left;
    line-height: 50px;
    margin-bottom: 0;
}

.display_compte_carte .form-control,
.display_type_carte .select_type_carte {
    float: right;
    max-width: 375px;
    width: 100%;
    color: #a2c0c4;
    font-size: 18px;
}

.box_search_releve .label-form-carte {
    min-width: inherit;
}

.select_type_carte select.form-control {
    font-size: 15px;
    color: #4e5f6e;
}

.box_carte_sawah {
    float: left;
    width: 100%;
    border: solid 1px #a2c0c4;
    padding: 18px 30px 18px 0;
    background-color: rgba(219, 229, 230, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.box_carte_sawah .img_carte {
    margin-right: 0;
    margin-top: 30px;
    margin-left: 0;
}

.box_carte_sawah .img_carte img {
    margin-left: -30px;
}

.title_demande_carte {
    margin-top: 0;
    float: left;
}

.list_carte {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.list_carte li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #2e384d;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    padding-left: 21px;
    background: url(../images/png/picto_puce.png) no-repeat 0 5px;
}

.row_btn_cartes {
    float: right;
    margin-top: 45px;
    clear: both;
    margin-right: 25%;
}

.btn_tsb {
    color: #ffffff;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    padding: 12px 30px;
    background: #dd0934;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn_tsb:focus,
.btn_tsb:hover {
    background: #dd0934;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.btn_tsb_reset {
    color: #415364;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    padding: 15px 30px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.modal-content button.close {
    z-index: 999;
    position: relative;
}

.btn_tsb_reset:focus,
.btn_tsb_reset:hover {
    color: #dd0934;
    text-decoration: none;
    outline: none;
}

.btn_rib {
    background: #a2c0c4;
    float: right;
    padding: 12px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn_rib img {
    position: relative;
    margin-right: 5px;
    top: -2px;
}

.box_btn_rib {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.container_radio {
    float: left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #4e5f6e;
    margin-left: 65px;
    margin-top: 17px;
}

.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: solid 1px rgba(128, 151, 177, 0.5);
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.container_radio:hover input ~ .checkmark {
    background-color: #a2c0c4;
}

.container_radio input:checked ~ .checkmark {
    background-color: #a2c0c4;
    border: solid 1px #a2c0c4;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_radio input:checked ~ .checkmark:after {
    display: block;
}

.container_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/******custum input checkbox*************/

.container_checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: solid 1px rgba(128, 151, 177, 0.5);
}

/*
.container_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
*/

.container_checkbox input:checked ~ .checkmark {
    background-color: #435464;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}

.container_checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.row_btn {
    float: right;
    margin-top: 45px;
    clear: both;
}

.container_profile_top .dropdown-menu {
    margin-top: 5px;
    min-width: 350px;
    max-width: 100%;
    right: 0;
    left: auto;
    padding: 15px;
}

.container_profile_top .wrap_profile {
    float: left;
    width: 100%;
}

.container_profile_top .footer_account_profile {
    float: left;
    width: 100%;
    padding: 10px 15px;
}

.container_profile_top .footer_account_profile a {
    border: none;
    padding: 8px 5px;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin: 0 3px;
    color: #415364;
    float: right;
}

.container_profile_top .footer_account_profile a:hover {
    color: #dd0934;
}

.container_profile_dropdown {
    float: left;
    width: 100%;
}

.img-profil b {
    position: absolute;
    right: 0;
    top: 100%;
    color: white;
    font-size: 18px;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 70px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: none;
}

.img-profil:hover b {
    display: block;
    top: 0;
}

.img-profil:hover b i {
    line-height: 70px;
}

.img-profil img {
    width: 70px;
    height: auto;
    border-radius: 50%;
}

.img-profil {
    float: left;
    margin-right: 20px;
    min-width: 70px;
    position: relative;
    overflow: hidden;
}

.content_user_profil {
    float: left;
}

.user_account_name {
    display: block;
    overflow: hidden;
    text-transform: capitalize;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.content_account {
    padding: 10px 15px;
    border-top: solid 1px #a2c0c4;
    background: #eef3f4;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.user-account {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    font-weight: 700;
}

.user-account-name {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-transform: capitalize;
}

#profil-img .modal-dialog {
    max-width: 370px;
}

.question-confirm {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.modif-profil b {
    position: absolute;
    right: 0;
    top: 100%;
    color: white;
    font-size: 18px;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 170px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: none;
}

.modif-profil:hover b {
    display: block;
    top: 0;
}

.modif-profil:hover b i {
    line-height: 150px;
}

.modif-profil {
    text-align: center;
    margin: 20px 0 40px;
}

.modif-profil span {
    display: inline-block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.modif-profil span:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    content: "";
    background: rgba(255, 255, 255, 0.5);
}

#avatar_preview input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 2;
}

#profil-img .modal-dialog {
    top: 10%;
}

#profil-img .row_btn_modal {
    margin-top: 0;
}

.modal-dialog {
    top: 20%;
}

.modal-dialog .modal-content {
    padding: 30px;
    float: left;
    max-width: 570px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.title-confirm {
    color: #555b60;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 48px;
}

.texte-confirm {
    color: #2e384d;
    font-family: GEInspira, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.footer_modal {
    margin: 0 -30px;
}

.row_btn_modal {
    border-top: solid 1px rgba(46, 91, 255, 0.08);
    width: 100%;
    text-align: right;
    margin-top: 40px;
    float: left;
    padding: 30px 30px 0 30px;
}

.container_box_search {
    float: left;
    width: 100%;
}

.input_pico {
    width: auto;
    border: 1px solid #a2c0c4;
    padding: 0;
    background: transparent;
}

.datepicker th {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input_pico img {
    margin-right: 18px;
}

.box_search .single_input,
.box_search .datepicker {
    float: right;
    max-width: 245px;
    width: 100%;
    margin-left: 15px;
}

.box_search_releve .box_search .single_input {
    float: left;
}

.box_search_releve .box_search .single_input {
    max-width: 80%;
    width: 100%;
}

.title_search {
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 26px;
}

.btn_search {
    float: left;
    margin-top: 6px;
    margin-left: 28px;
}

.input_datepicker {
    border-right: none;
}

.box_search {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 55px;
    border-bottom: 1px solid #a2c0c4;
}

.toggle_advanced_search {
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    cursor: pointer;
    margin-top: 20px;
}

.toggle_advanced_search .minusactive {
    display: none;
}

.toggle_advanced_search.is_open .minusactive {
    display: inline-block;
}

.toggle_advanced_search.is_open .plusactive {
    display: none;
}

.toggle_advanced_search span {
    top: 2px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: normal;
}

.toggle_advanced_search:hover span {
    color: #dd0934;
    text-decoration: none;
}

table.dataTable thead .sorting {
    background-image: url(../images/png/picto_datatable.png);
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/png/picto_datatable_ass.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/png/picto_datatable_des.png);
}

#table_beneficiaire.dataTable thead th:last-child,
#table_historique_chequier.dataTable thead th:last-child,
#table_incident_mouvement.dataTable thead th:last-child {
    background-image: none !important;
    pointer-events: none;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: calc(50% - 10px);
}

.title_datatable {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #435464;
    margin-bottom: 33px;
    float: left;
}

.content_picto_table {
    text-align: right;
}

.content_picto_table span {
    margin: 0 5px;
    cursor: pointer;
}

table.dataTable {
    border: 1px solid #a2c0c4;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

table thead th {
    background: rgba(219, 229, 230, 0.46);
}

table tbody {
    border: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #fff;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #a2c0c4;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 30px 10px;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 15px 18px;
    border-bottom: 1px solid #a2c0c4;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #a2c0c4;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #eef3f4;
}

.dataTables_wrapper .bottom {
    display: none;
}

.encours_status {
    border: solid 1px #479bdc;
    background-color: rgba(71, 155, 220, 0.2);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: #479bdc;
    padding: 7px 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dispo_status {
    border: solid 1px #00b951;
    background-color: rgba(0, 185, 81, 0.2);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: #00b951;
    padding: 7px 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.rejet_status {
    border: solid 1px #e1a293;
    background-color: #f0dedc;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    color: #c26650;
    padding: 7px 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 30px;
}

.paginate_button.next,
.paginate_button.previous {
    width: 32px;
    height: 32px;
    border: solid 1px #e1e8ff !important;
    background-color: #ffffff;
    text-indent: -10000px;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    position: relative;
}

.paginate_button.next:hover:before,
.paginate_button.previous:hover:before {
    background: url(../images/png/arrow_hover.png) no-repeat 0 0;
}

.paginate_button.previous:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 6px;
    background: url(../images/png/arrow.png) no-repeat 0 0;
    width: 16px;
    height: 13px;
    transform: rotate(90deg);
}

.paginate_button.next:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 8px;
    background: url(../images/png/arrow.png) no-repeat 0 0;
    width: 16px;
    height: 13px;
    transform: rotate(-90deg);
}

.dataTables_wrapper
    .dataTables_paginate
    .paginate_button.previous.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {
    border: solid 1px #e1e8ff !important;
    background-color: #ffffff !important;
}

.dataTables_wrapper
    .dataTables_paginate
    .paginate_button.previous.disabled:hover:before,
.dataTables_wrapper
    .dataTables_paginate
    .paginate_button.next.disabled:hover:before {
    background: url(../images/png/arrow.png) no-repeat 0 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 32px;
    height: 32px;
    border: solid 1px #e1e8ff !important;
    background-color: #ffffff;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    text-align: center;
    color: #a2c0c4 !important;
    padding: 6px 0;
    margin-left: 7px;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #eef3f4 !important;
    border: 1px solid #a2c0c4;
    background: #a2c0c4 !important;
}

.dataTables_length label {
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}

.dataTables_length select {
    height: 34px;
    color: #435464;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbe5e6;
    border-radius: 5px;
    outline: none;
}

.box_content_contact {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.title_tsb_connexion {
    font-size: 38px;
}

.title_contact {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.text_contact {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 3px;
}

.box_form_contact .display_compte_carte:last-child {
    margin-bottom: 0;
}

.box_form_contact select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form-control {
    font-size: 15px !important;
    color: #4e5f6e !important;
}

#header_connexion {
    padding-top: 30px;
    padding-bottom: 60px;
}

.text_top_connexion {
    font-size: 18px;
    line-height: 1.22;
    margin: -7px 0 60px 0;
}

.link_help {
    font-weight: 700;
    color: #dd0934;
}

.form_connexion .display_compte_carte .form-control {
    max-width: 100%;
    width: 100%;
}

.row_btn_connexion {
    /*left:-15px;*/
    margin-top: 45px;
}

.row_btn_connexion .btn_tsb {
    width: 100%;
}

.lost_password {
    margin-top: 48px;
    float: left;
    width: 100%;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #415364;
}

.lost_password:hover {
    color: #dd0934;
    text-decoration: none;
}

.info_connexion {
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 1.38;
    margin-top: 30px;
    margin-bottom: 63px;
    float: left;
    width: 100%;
}

.footer_connexion {
    padding: 24px;
    float: right;
    width: 100%;
    background: #435464;
}

.footer_connexion .copyright {
    margin-left: 0;
}

.tel_activation {
    color: #8d98a2;
}

.text_change_number {
    color: #8d98a2;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    float: left;
    width: 100%;
    margin-top: 55px;
}

.btn_renvoyer_code {
    font-family: Rubik, sans-serif;
    border: solid 1px #a2c0c4;
    text-align: center;
    padding: 12px 30px;
    float: left;
    color: #435464;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    background-color: #f5f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn_renvoyer_code:hover {
    text-decoration: none;
}
.btn_renvoyer_code:hover .picto_renvoyer {
    transform: rotate(135deg);
}

img.picto_renvoyer {
    margin-right: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.row_btn_active_compte {
    float: left;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 50px;
}

.box_display_activation_compte {
    display: none;
    float: left;
    width: 100%;
}

.box_activation_compte {
    float: left;
    width: 100%;
}

.box_activation_compte .row_btn_connexion {
    margin-top: 0;
}

button {
    outline: none;
}

.label_vire {
    color: #555b60;
    font-weight: 700;
    line-height: 19px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.red_solde {
    color: #fb2d57 !important;
}

.green_solde {
    color: #00b951 !important;
}

.download_avis {
    color: #555b60;
}

.box_telecharger_datatable:hover,
.download_avis:hover {
    color: #dd0934;
    text-decoration: none;
}

.box_telecharger_datatable {
    float: right;
    color: #2e384d;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin-left: 10px;
    margin-bottom: 25px;
    margin-top: -15px;
}

.box_telecharger_datatable img {
    max-width: 45px;
    border-radius: 50%;
}

.title_telecharger {
    top: 3px;
    position: relative;
    margin-left: 5px;
}

.actions-table {
    float: right;
}

.box_advanced_search {
    display: none;
}

.box_list_releve .title_datatable {
    margin-bottom: 27px;
}

.box_list_releve {
    border: solid 1px #e0e7ff;
    padding: 30px;
    clear: both;
    float: left;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.row_releve {
    border: solid 1px #a2c0c4;
    padding: 30px 20px 30px 30px;
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.row_releve:last-child {
    margin-bottom: 0;
}

.releve_mois {
    float: left;
}

.dwnload_releve {
    float: right;
}

.link_show_releve,
.link_download_releve {
    float: left;
    margin-left: 17px;
}

.box_container_rib {
    border: solid 1px #dbe5e6;
    padding: 30px;
    float: left;
    width: 100%;
}

.float-right {
    float: right;
}

.title_vir_ponct {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.14;
    color: #435464;
    margin-bottom: 10px;
}

.new_benfic_col {
    margin: 75px 0 0 0;
}

.new_benfic_title {
    color: #a2c0c4;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.new_benfic_title:hover {
    text-decoration: none;
}

.new_benfic_title span {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.new_benfic_title:hover span {
    color: #dd0934;
    text-decoration: none;
}

.box_btn_new_benif {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.box_btn_new_benif .btn_tsb_reset {
    margin-left: 20px;
    float: right;
}

.picto_virement {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: rgba(219, 229, 230, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.content_vir_ponct {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
    color: #435464;
}

.picto_vir_ponct {
    background: url("../images/png/picto_virement_ponctuel.png") no-repeat
        center center rgba(219, 229, 230, 0.3);
}

.picto_vir_perma {
    background: url("../images/png/picto_virement_permanent.png") no-repeat
        center center rgba(219, 229, 230, 0.3);
}

.picto_vir_masse {
    background: url("../images/png/picto_virement_masse.png") no-repeat center
        center rgba(219, 229, 230, 0.3);
}

.title_picto_virement {
    font-family: GEInspira, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #2e384d;
    margin-top: 25px;
}

.container_box_virement .btn_tsb {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.btn_tsb_transparent {
    border: solid 1px #a2c0c4;
    color: #a2c0c4;
    background: transparent;
}

.box_virement {
    border: solid 1px #a2c0c4;
    padding: 30px;
    min-height: 180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.content_box_virement:hover .box_virement {
    border: solid 1px #dd0934;
}

.content_box_virement:hover .btn_tsb_transparent {
    border: solid 1px #dd0934;
    color: #fff;
    background: #dd0934;
}

.content_box_virement:hover .picto_vir_ponct {
    background: url("../images/png/picto_virement_ponctuel_hover.png") no-repeat
        center center #fcecef;
}

.content_box_virement:hover .picto_vir_perma {
    background: url("../images/png/picto_virement_permanent_hover.png")
        no-repeat center center #fcecef;
}

.content_box_virement:hover .picto_vir_masse {
    background: url("../images/png/picto_virement_masse_hover.png") no-repeat
        center center #fcecef;
}

.content_info_bulle {
    position: relative;
}

.info_bulle {
    padding: 10px;
    border-radius: 8px;
    border: solid 1px #a2c0c4;
    background: #eef3f4;
    position: absolute;
    top: -75px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    font-size: 12px;
    line-height: 1.2;
    color: #435464;
    z-index: 99;
}

.content_info_bulle:hover .info_bulle {
    opacity: 1;
    color: #435464;
    visibility: visible;
}

.inputfile + label {
    max-width: 100%;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    border: dashed 1px #a2c0c4;
    background: #eef3f4;
}

.text_file_input {
    color: #435464;
    font-family: "GEInspira-Bold", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    display: block;
    width: 100%;
}

.box_progress_bar {
    border-radius: 4px;
    border: solid 1px #e5e7fa;
    padding: 5px 10px 5px 10px;
    float: left;
    width: 100%;
}

.box_img_masse {
    padding-left: 0;
}

.picto_remove_file {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 15px;
    background: url("../images/png/picto_x.png") no-repeat center center #dbe5e6;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.picto_remove_file:hover {
    background: url("../images/png/picto_x_hover.png") no-repeat center center
        #dd0934;
}

.progress {
    height: 3px;
    margin-bottom: 0;
    background-color: #f9faff;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    height: 3px;
    text-align: center;
    background-color: #00b951;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pos_progress {
    position: relative;
}

.progress_bar_value {
    color: #00b951;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.title_progress_dwnld {
    color: #1a051d;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.tille_progress_file {
    color: #a2c0c4;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    margin: 5px 0;
}

.table_confirm_virement {
    width: 100%;
    margin-top: 30px;
}

.table_confirm_virement td {
    width: 50%;
    color: #555b60;
    font-size: 14px;
}

.table_confirm_virement td:first-child {
    font-weight: 500;
}

.d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.box-content-connexion {
    padding: 50px 24px 24px 24px;
    float: left;
    width: 100%;
    background: #435464;
    color: #fff;
    text-align: left;
    height: 100%;
}

.title-content-connexion {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 40px;
}

.text-pass-connexion {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 10px;
    font-style: italic;
}

.text-pass-connexion span {
    font-weight: 700;
}

.text-pass-connexion a {
    color: #dd0934;
}

.checkbox_espace {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.checkbox_espace label {
    color: #435463;
    margin-bottom: 15px;
    display: block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox_espace input[type="checkbox"] {
    height: 17px;
    width: 17px;
    border: 1px solid #cccccc;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    margin-left: -25px;
}

.txt_mention {
    margin-top: 20px;
    font-size: 12px;
    color: #737373;
    font-style: italic;
    font-weight: normal;
}

.container_checkbox .txt_mention {
    position: relative;
    top: -2px;
}

.txt_mention a {
    color: #d90937;
}

.mt-0 {
    margin-top: 0;
}

.back_home {
    background-color: #d90937;
    border: 1px solid #d90937;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 3px;
    margin: 20px 0;
    text-align: center;
}

.back_home:hover {
    color: #d90937;
    border: 1px solid #d90937;
    background: transparent;
    text-decoration: none;
}

.title_error {
    line-height: 1;
    border: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 72px;
    font-weight: 900;
    color: #435463;
    position: relative;
    display: block;
}

.txt_error {
    display: block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #435463;
}

/*************Banner Right***************/

.box_banner_right_col {
    background: rgb(169, 219, 223);
    background: linear-gradient(
        180deg,
        rgba(169, 219, 223, 1) 0%,
        rgba(224, 244, 245, 1) 35%,
        rgba(222, 241, 245, 1) 100%
    );
    margin-bottom: 20px;
}

.wrap_content_banner {
    padding: 10px 10px 30px 10px;
}

.img_banner {
    margin-bottom: 20px;
}

.subtitle_banner {
    font-size: 14px;
    font-weight: 500;
    color: #435463;
    line-height: 1.6;
    margin-bottom: 5px;
}

.title_banner {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #dd0934;
}

.content_banner {
    font-size: 15px;
    font-weight: 400;
    color: #435463;
    line-height: 1.6;
    margin-bottom: 40px;
}

.upload-form {
    display: flex;
    max-width: 350px;
    padding: 20px;
    flex-flow: column;
    margin: 100px auto 15px auto;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.upload-form h1 {
    margin: 0;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #434850;
    text-align: center;
}
.upload-form label {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: #fafbfb;
    border: 1px solid #e6e8ec;
    color: #737476;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 4px;
    cursor: pointer;
}
.upload-form label i {
    margin-right: 10px;
    padding: 5px 0;
    color: #dbdce0;
}
.upload-form label span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    word-break: break-all;
}
.upload-form label:hover {
    background-color: #f7f8f9;
    border: 1px solid #e3e5ea;
    color: #68686a;
}
.upload-form label:hover i {
    color: #cfd1d4;
}
.upload-form input[type="file"] {
    appearance: none;
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}
.upload-form .progress {
    height: 20px;
    border-radius: 4px;
    margin: 10px 0;
    background-color: #e6e8ec;
}
.upload-form button {
    appearance: none;
    background-color: #be5a41;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    border: 0;
    padding: 10px 12px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
}
.upload-form button:hover {
    background-color: #b6563e;
}
.upload-form button:disabled {
    background-color: #aca7a5;
}
.upload-form .result {
    padding-top: 15px;
}
.content_details_operation {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
    box-shadow: 1px 11px 20px 0px rgb(67 84 100 / 40%);
    -webkit-box-shadow: 1px 11px 20px 0px rgb(67 84 100 / 40%);
    -moz-box-shadow: 1px 11px 20px 0px rgb(67 84 100 / 40%);
}
.content_details_operation.active {
    z-index: 1000;
}
.toggle_details_operation {
    display: inline-block;
    cursor: pointer;
}
.table_datatable_avis_operation {
    margin-top: 20px;
}
.table_datatable_avis_operation td {
    vertical-align: top !important;
}
.table_datatable_avis_operation tr {
    position: relative;
}
table.table_toggle_operation thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #a2c0c4;
    font-size: 13px !important;
    background: #dbe5e6 !important;
}
table.table_toggle_operation thead td {
    padding: 10px 18px;
    background: #dbe5e6;
    color: #000;
}
.table_toggle_operation {
    border: 1px solid #a2c0c4;
    width: 100%;
}
.table_toggle_operation td {
    padding: 15px 10px !important;
    font-size: 13px !important;
    border-bottom: 1px solid #bfc4ca;
}
.content_details_operation > td {
    padding: 10px !important;
}
.link_download_avis {
    color: #2e384d;
    font-family: Rubik, sans-serif;
    font-size: 15px;
    margin-left: 24px;
    margin-bottom: 0;
    margin-top: 0px;
    margin-right: 10px;
}
.mbv{
    margin-bottom: 24px;
}
/* .tr_wrap_operation.active {
    background: #dbe5e6 !important;
} */
/*************responsive***************/

@media (min-width: 1200px) and (max-width: 1366px) {
    .fixed_left_col {
        width: 10%;
    }
    .user_profil {
        margin-top: 25px;
    }
    .title_carte {
        float: left;
        margin-top: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .box_search .single_input,
    .box_search .datepicker {
        float: left;
        max-width: 175px;
        margin-left: 5px;
    }
    .toggle_advanced_search {
        text-align: center;
    }
    .btn_search {
        margin-left: 0;
    }
    .list_tabs_links li .link-tabs {
        padding: 23px 24px;
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .user_profil {
        font-size: 21px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    table.dataTable.no-footer {
        width: 100%;
    }
    .label-form-carte {
        font-size: 14px;
    }
    .bloc_img_carte {
        width: 33.33333333%;
    }
    .box_list_carte {
        width: 66.66666667%;
    }
    .bloc_status_carte {
        padding-left: 0;
    }
    .select_box_devise select {
        padding-right: 20px;
    }
    .user_profil {
        margin-top: 20px;
    }
    .fixed_left_col {
        width: 12%;
    }
    .box_search .single_input,
    .box_search .datepicker {
        float: left;
        max-width: 100%;
        margin-left: 0;
    }
    .toggle_advanced_search {
        text-align: center;
        margin-top: 40px;
    }
    .btn_search {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        padding: 12px 8px;
        font-size: 14px;
        font-weight: 400;
        margin-top: 54px;
    }
    .btn_search_benef {
        margin-top: 2px;
    }
    .toggle_advanced_search span {
        display: block;
        width: 100%;
    }
    .list_tabs_links li .link-tabs {
        padding: 18px 14px;
        font-size: 16px;
    }
    table thead th,
    table.dataTable tbody th,
    table.dataTable tbody td {
        font-size: 14px;
    }
    .box_search_releve .box_search .single_input {
        max-width: 100%;
    }
    .title_carte {
        float: left;
        margin-top: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .box_virement {
        min-height: 210px;
    }
    .container_profile_top {
        margin-right: 26px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrap_content_home {
        display: block;
    }
    .fixed_left_col {
        width: 100%;
        min-height: inherit;
    }
    .menu_left_col {
        float: left;
        width: 100%;
        text-align: center;
    }
    .menu_left_col li {
        width: auto;
        display: inline-block;
    }
    .menu_left_col li a {
        padding: 15px;
    }
    .h1_logo {
        margin: 15px 0 0 14px;
    }
    .slogan_tsb {
        clear: left;
        margin: 12px 0 0 0;
    }
    .slogan_connexion {
        clear: inherit;
        margin: 28px 0 0 40px;
    }
    .container_profile_top {
        margin-right: 26px;
    }
    .banner_right_col {
        width: 22.125%;
    }
    .input_transparent {
        padding: 6px 0;
    }
    .list_tabs_links li .link-tabs {
        padding: 10px 10px;
        font-size: 13px;
    }
    .title_tsb_espace {
        font-size: 28px;
    }
    .btn_search {
        margin-top: 56px;
        margin-left: 0;
        padding: 12px 10px;
    }
    .toggle_advanced_search span {
        display: block;
        width: 100%;
    }
    .toggle_advanced_search {
        text-align: center;
        margin-top: 40px;
    }
    .img_carte {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .title_carte {
        margin-right: 7%;
    }
    .bloc_status_carte:after {
        content: none;
    }
    .box_carte_sawah .img_carte img {
        margin-left: 0;
    }
    .box_carte_sawah {
        padding: 18px 15px 18px 15px;
    }
    .display_compte_carte .input_nom_beneficiare {
        float: left;
        max-width: 100%;
    }
    .btn_search_benef {
        margin-top: 3px;
    }
    .display_compte_carte .label-form-carte,
    .display_type_carte .label-form-carte {
        font-size: 14px;
    }
    .new_benfic_title {
        text-align: center;
        display: block;
    }
    .new_benfic_title img {
        display: inline-block;
        margin-bottom: 3px;
    }
    .new_benfic_title span {
        display: block;
        width: 100%;
    }
    .padding-right {
        padding-right: 0;
    }
    .new_benfic_title .info_bulle {
        width: 200px;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 30px 6px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .table-edition-rib{
        width: 100% !important;
    }
    .table-responsive-mobile {
        min-height: .01%;
        overflow-x: auto;
    }
    .banner_right_col {
        display: none;
    }
    .wrap_content_home {
        display: block;
    }
    .fixed_left_col {
        width: 100%;
        min-height: inherit;
    }
    .menu_left_col {
        float: left;
        width: 100%;
        text-align: center;
    }
    .menu_left_col li {
        width: auto;
        display: inline-block;
    }
    .menu_left_col li a {
        padding: 15px;
    }
    .menu_left_col.owl-carousel .owl-item img {
        display: inline-block;
        width: auto;
    }
    .h1_logo {
        margin: 15px 0 0 14px;
    }
    .logo_connexion {
        margin: 15px 0 0 0;
    }
    .slogan_tsb {
        clear: left;
        margin: 12px 0 0 0;
    }
    .slogan_connexion {
        clear: inherit;
        margin: 28px 0 0 40px;
    }
    .h1_logo {
        max-width: 50%;
    }
    .container_profile_top {
        margin-right: 26px;
    }
    .img_header {
        display: none;
    }
    #header {
        border-bottom: none;
        padding-bottom: 20px;
    }
    .left_contanier_site {
        width: 100%;
        margin: 25px 0;
        padding: 0 15px;
    }
    .box_middle_content {
        margin-top: 25px;
    }
    .input_transparent {
        padding: 6px 0;
    }
    .user_profil {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .title_carte {
        margin-top: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .img_carte {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .bloc_status_carte:after {
        content: none;
    }
    .box_mycarte {
        width: 100%;
        padding: 20px 15px;
    }
    .bloc_link_carte {
        margin-top: 0;
    }
    .list_tabs_links li .link-tabs {
        padding: 10px 7px;
        font-size: 15px;
    }
    .display_compte_carte .form-control,
    .display_type_carte .select_type_carte {
        max-width: 100%;
    }
    .box_search_releve .box_search .single_input {
        max-width: 100%;
    }
    .display_compte_carte .label-form-carte,
    .display_type_carte .label-form-carte {
        width: 100%;
        line-height: 1.8;
    }
    .box_list_releve {
        padding: 15px;
    }
    .box_search .single_input,
    .box_search .datepicker {
        float: left;
        max-width: 100%;
        margin-left: 0;
        padding: 4px 0;
    }
    .box_carte_sawah {
        padding: 20px 15px;
        margin-top: 25px;
    }
    .box_carte_sawah .img_carte {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .box_carte_sawah .img_carte img {
        margin-left: 0;
    }
    .list_carte {
        margin-top: 0;
    }
    .box_list_carte {
        padding: 0;
    }
    .row_btn_cartes {
        margin-top: 25px;
        margin-right: 0;
    }
    .title_tsb_espace {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    .container_radio {
        margin-right: 25px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .row_btn {
        margin-top: 25px;
    }
    .display_compte_carte,
    .display_type_carte {
        margin-bottom: 10px;
    }
    .btn_tsb_reset {
        padding: 15px 20px;
    }
    .btn_link_carte {
        padding: 15px 10px;
        font-size: 15px;
    }
    .toggle_advanced_search {
        text-align: center;
        margin-bottom: 20px;
    }
    .btn_search {
        margin-left: 0;
        width: 100%;
    }
    .box_search {
        margin-bottom: 23px;
    }
    .container_box_virement .btn_tsb {
        margin-top: 15px;
    }
    .container_box_virement {
        margin-bottom: 40px;
    }
    .no-padding-mobile {
        padding: 0;
    }
    .text_contact {
        margin-top: 15px;
    }
    .box_content_contact {
        margin-bottom: 25px;
    }
    .title_datatable {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .box_telecharger_datatable {
        /* width: 100%;
        margin-bottom: 20px;*/
    }
    .actions-table {
        float: none;
        clear: both;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .btn_rib {
        width: 100%;
        margin-bottom: 25px;
    }
    .box_btn_new_benif .btn_tsb_reset {
        margin-left: 0;
        width: 100%;
    }
    .form_virement_ponctuel,
    .form_new_beneficiaire {
        width: 100%;
    }
    .form_virement_ponctuel .bloc_compte_carte,
    .form_new_beneficiaire .bloc_compte_carte {
        max-width: 100%;
    }
    .new_benfic_col {
        margin: 0 0 25px 0;
        padding: 0 15px;
    }
    .footer {
        width: 100%;
        padding: 20px 0;
    }
    .copyright {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .footer_menu li {
        margin: 0;
        width: 100%;
        text-align: center;
    }
    .footer_menu li:last-child,
    .footer_menu li:first-child {
        margin: 0;
    }
    .footer_menu {
        margin-left: 0;
        width: 100%;
    }
    .link_medianet {
        width: 100%;
        text-align: center;
    }
    .link_medianet a {
        margin-right: 0;
    }
    .footer_connexion {
        margin-top: 30px;
    }
    .lost_password {
        margin-top: 25px;
        text-align: center;
    }
    .row_btn_connexion {
        margin-top: 25px;
    }
    .info_connexion {
        margin-bottom: 30px;
    }
    .text_top_connexion {
        margin: 0 0 30px 0;
    }
    #header_connexion {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .box-content-connexion {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .d-flex {
        display: block;
    }
}

@media (max-width: 480px) {
    .content_my_profile {
        display: none;
    }
    .h1_logo {
        max-width: 50%;
    }
    .slogan_tsb {
        font-size: 15px;
    }
    .container_profile_top {
        margin-top: 25px;
    }
    .logo_connexion {
        max-width: 100%;
        text-align: center;
    }
    .slogan_connexion {
        margin: 15px 0 0 0;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .container_profile_top .dropdown-menu {
        margin-top: 5px;
        min-width: 330px;
        max-width: 100%;
        right: -10px;
        left: auto;
        padding: 15px;
        margin: auto;
        position: absolute;
    }
}

@media (max-width: 340px) {
    .container_profile_top .dropdown-menu {
        min-width: 290px;
        max-width: 100%;
        right: -10px;
        left: auto;
    }
}
