.row{
    margin:0 -15px;
}

.marge_top_bot{
    margin:15px auto !important;

}

.form-check-inline{
    display: inline;
    padding:0 25px 0 0;
}
.form_section{
    padding:20px 30px;
}
#form_list_membre .form_section{
    padding:0px 30px 10px;
}

.resume_mentor{
    min-height: 431px;
}

#footer_wrapper{
    margin-top:30px !important;
}

.back_bleu{
    padding:20px 30px;
    background-color: rgb(204, 233, 248);
    overflow: auto;
}
.back_vert{
    padding:20px 30px;
    background: #E4F4D3 !important;
    overflow: auto;
}

.frame_modal{
    border: none;
    width: 100%;
    height: 500px;
}
.modal_add_note{
   height: 295px;
}

/*-----------title----------------*/
#main_wrapper_interne{
    overflow: inherit;
}
h1::before {
    content:'';
    position: absolute;
    background:  #094C6C;
    top: 0;
    bottom: 0;
    width: 9600px;
    right: 100%;
}
h1,h2{
    position: relative;
}
/*---------------------------------*/

#spc_login_wrapper h2{
    color:#1c1c1c !important;
    background:none;
}
#spc_login_wrapper h2::before{
    background:none;
}
.login-box, #forgot_code, #forgot_pass {
    color: #1c1c1c;
}

.fil_arianne{
    display: none;
}
.btn{
    border: none !important;
    padding:12px 35px !important;
    text-transform: uppercase;
}

#account_link .btn{
    width: 100%;
}

.invalid-feedback{
    color:red;
}

/*--------------------form------------------*/
.col-form-label, .form-label{
    margin-top:15px;
}

/*--------------------table------------------*/
.hidden-content-wrapper select {
    display: none;
}
tfoot th select{
    background:#E4F4D3;
    color:#000;
}
.style_table{
    width: 100%
}
.dataTables_paginate {
    overflow: auto;
}
.paginate_button{
    border: 1px solid #094C6C;
    padding: 2px 10px;
    margin: 10px 10px 10px 0;
    display: inline-block;
    background: #fff;
    cursor: pointer;
}
.dataTables_length, .dataTables_filter{
    display: inline;
}
.dataTables_filter{
    margin-left:5px;
}
.dataTables_length{
    margin-top:15px;
    display: inline-block;
}
.dataTables_length select{
    margin-right:15px;
}


/*----------------------------------------------*/
/*.profile-img img{
    width: 100%;
    height: auto;
} */


#map_fiche{
    height: 400px;
    width: 100%;
    margin: 0px;
    padding: 0px
}
#map_fiche button, #map button{
    padding:3px 5px !important;
    background:#286090 !important;
    font-weight: normal !important ;
    margin:2px !important;
    color:#fff !important;
    font-size: 14px !important;
    height: auto !important;
}
#map_fiche button.gm-control-active,#map button.gm-control-active{
    background:#fff !important;
    height: 40px  !important;
}
.gmnoprint>div{
    background: none !important;
    margin-top: -10px;
}
.gm-style-cc{
    margin-top:-22px !important;
}
#account_link.account-btn-link {
    margin-top: 45px;
}
.account-statu-date {
    margin-top: 45px;
}
.experation-competence-head {
    color: #ff0000;
}
.reset-btn {
  margin-top: 19px;
}
.filter-btn{
    margin-top: 20px;
}
a.alert-problem {
    font-size: 1.5em;
    color: #ed1f7e !important;
    background: #fff !important;
    border:1px solid #ed1f7e !important;
}
a.alert-problem:hover {
    border:1px solid #094C6C !important;
    background: #094C6C !important;
}


.card{
    margin:0 0 30px 0;
}



.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background-color:#fff;
    border: 1px solid #aaaaaa;
    max-height: 200px;

    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}
#wrapper_auto_city .ui-helper-hidden-accessible{
    display: none;
}
