/*
@font-face {
  font-family: "roboto";
  src: url('roboto.regular.ttf');
}*/
.mboloko{
  
}
.mb_border{
  border: solid 1px rgb(245, 245, 245);;
}
.darkTheme .mb_border{
  border: solid 1px rgb(5, 5,5);;
}


.toolsbuton_design_std{
    background: rgb(230, 230, 230);
    border-radius: 3px;
    border: solid 1px rgb(220, 220, 220);
}

.mbk_btn_add{
  color: var(--primary);
  border-color: var(--primary);
  border-radius: 100px;
  border-style:solid;
  /*border-color: rgba(226, 226, 229, 1);*/
  border-width: 2.5px;
  height:35px;
  padding-left: 5px;
  padding-right: 8px;
  font-weight: 600;
}
.mbk_btn_add i{
   font-size: 18px;
}

.mbk_champFiltre{
   display: flex;
   align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
  
   background: var(--cadre);
   padding: 4px;
   padding-top: 8px; padding-top: 5px;
   padding-bottom: 8px; padding-bottom: 5px;
   margin-bottom: 5px;
   border-radius: 8px; border-radius: 100px;
   border:solid 1.4px rgb(220,220,220);
   border-color: rgba(226, 226, 229, 1);
   border-width: 2px;
   /*
   box-shadow: 0 0 1px #6060604f, 0 4px 8px -2px #60606026;
   */
}
.mbk_champFiltre label{
  font-size: 11px;
}
.mbk_champFiltre select, .champFiltre input{
   flex-grow: 1px;
   border: none;
   padding: 3px;
   background: transparent;
    flex: 1;
    flex-grow: 1;
}
.mbk_champFiltre_mini{
    padding-bottom: 2px;
    padding-top: 2px;
}


.table{
  min-width:60%;
  max-width:100%;
  border-collapse: collapse;
  font: 400 14px/20px;
  /*border-radius:12px;*/
  border: solid 0px rgb(120,120, 120);
 
}
.table_fixed_frist_col td:first-child,.table_fixed_frist_col th:first-child{
  position: sticky;
  left: 0px;
  z-index: 10;
  background: white;
}
.table thead{
  background:rgb(245,245,245);
  border-bottom:solid 1px rgb(225,225,225);
 
}
.table th{
  color: var(--mbk_dark);
  color: rgba(81, 81, 100, 1);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 20px;
  padding:3px;
  padding-left: 16px;
  
}
.table th:first-child{
   border-radius: 12px 0px 0px 0px;
}
.table th:last-child{
   border-radius: 0px 12px 0px 0px;
}

.table tbody{
  border-radius: 0px;
}
.header_left_align th{
  text-align: left;
}

.border_thead th{
  border:solid 1px rgb(225,225,225);
}

.thead_large_h{
  height: 45px;font-size: 12px;
}
.thead_large_h th{
  font-size: 12px;
}

.table_thead_large_h thead{
  height: 42px!important;
  font-size: 12px;
}

.table td{
  width: auto;
  padding: 7px 16px;
  border-bottom:solid 1px rgb(225,225,225);
  color: rgba(0,0,0,.66);
  color:rgb(100,100,100);
  position: relative;
  margin: 0px;
  outline: 0px;
  font-size:13px;
}
.table_title_container{
   margin-bottom:5px; 
}
.table_title{
  align-self: center;
  padding:5px;
  display: inline-block;
  color: rgba(0,0,0,.66);
  font-size:18px;
}
table button{
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
  background: transparent;
  font-size: 13px;
}

table .btn_option_table{
  border:solid 1px; padding:2px 2px; border-radius:100px;
  background:transparent;margin:1px;cursor:pointer;
  padding-left: 5px;
  padding-right: 5px;
  color: pointer;
}

table .btn_option_primary{
  border:solid 1px var(--primary); 
  background:transparent;margin:1px;cursor:pointer;
  background: var(--primary);
  color: white;
  font-size: 11px;
  padding: 3px; padding-right: 8px; padding-left: 8px;
}
table .btn_option_seconday{
  border:solid 1px var(--secondary); 
  background:transparent;margin:1px;cursor:pointer;
  font-size: 11px;
  padding: 3px; padding-right: 8px; padding-left: 8px;
}

.thead_dark thead{
    background:#798DA6;
    background: var(--primary);
    border-bottom:solid 1px rgb(225,225,225);
}
.thead_dark thead th{
  color:white;
}
.thead_Transparent thead{
  background: transparent !important;;
  border-bottom:solid 1px rgb(225,225,225);

}

.table_center td{
  text-align: center;
}

.mbk_table{
  outline: solid 1px rgb(225,225,225)!important;
  border-radius: 16px 12px 6px 6px!important;;
  border: none;
}
.mbk_table thead tr{
 
}
.mbk_table thead th{
   border-top:solid 1px rgb(225,225,225);
   border: none;
}
.mbk_table thead th:first-child{
    border-radius: 12px 0px 0px 0px;
}
.mbk_table thead th:last-child{
    border-radius: 0px 12px 0px 0px;
}

.mbk_table tbody{
  width:100%;
  border: none!important;
  border-top:solid 1px rgb(225,225,225)!important;
  border-radius:0px!important;;
}
.mbk_table tbody .table{
  border-radius:0px!important;
  border: none!important;
}
.mbk_table tbody tr:last-child td{
   border-bottom: 0px;
}

.mbk_notice{
  font-size: 12px; line-height: 11px;
  margin-bottom:  12px;
  color: #A5A5A5;
 }
.noticeEnd ,.noticeEnd p, p {
 font-size: 12px; margin-top: 12px;
 margin-bottom:  12px;
 color: #A5A5A5;
}
/**formulaire  **/
.form .row{
  display: flex;
  align-items:flex-end;
}
.form .row  .col-8, .form .row  .col-7, .form .row  .col-7s, .form .row  .col-6,.form .row  .col-6s,.form .row  .col-5, .form .row  .col-5s,.form .row  .col-4,.form .row  .form .row  .col-3,
.col-2,.form .row  .col-1,.form .row  .col-10{
 vertical-align: bottom;
 align-items:flex-end;
}


.mb_cont_btn_sub{
  display: flex;
}
.mb_cont_btn_sub button{
    width: auto;
    flex-grow: 1;
}

/*
.btn, .btn_red,.btn_sub,.btn_cancel{
cursor: default; 
font-size: 13px;
font-weight: bold;
text-align: center;
white-space: nowrap;
margin-right: 16px;
height: 40px;
line-height: 27px;
border-radius: 2px;
outline: 0px;
padding: 0px 10px; 
border-width: 1px;
border-style: solid;
border-image: initial;
}
.btn{
  box-shadow: none;
  background-color: rgb(245, 245, 245);
  background-image: -webkit-linear-gradient(top, rgb(245, 245, 245), rgb(241, 241, 241));
  color: rgb(68, 68, 68);
  border-color: rgba(0, 0, 0, 0.1);
  
}*/
.btn_red{
  box-shadow: none;
  background-color: rgb(209, 72, 54);
  background-image: -webkit-linear-gradient(top, rgb(221, 75, 57), rgb(209, 72, 54));
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px;
  text-transform: uppercase;
  border-color: transparent;
}
.btn_sub{
  box-shadow: none;
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(top, var(--primary), var(--primary));
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px;
  border-color: transparent;
}
.btn_cancel{
   box-shadow: none;
  background-color: white;
  background-image: -webkit-linear-gradient(top, rgb(255, 255 255), rgb(255, 255, 255));
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px;
  border: solid 1px rgb(200, 200, 200);
}
.btn_add_on_form{
display: block;
padding: 1px;
margin-left: 8px;
}


/**COMPONSANT FRAME**/
.cadre_frame{
  box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
  box-shadow: rgba(121,121,121,.35) 1px 10px 20px;
  border-radius: 8px;
  background:var(--cadre);
}
.darkTheme .cadre_frame,.darkTheme .frame{
  color:var(--darkmode_text);
  background:var(--darkmodeCadre);
  border:solid 1px rgb(60,60,60);
}
.frame{
  position:absolute;
  top: 70px;
  box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
  box-shadow: rgba(121,121,121,.35) 1px 10px 20px;
  z-index:99999999;
  padding:0px;
  border-radius: 8px;
  background:white;
}

.frame_row1{
  width: 16%;
}
.frame_row2{
  width: 25%;
}

.frame_row3{
   width: 35%;
}
.frame_row4{
  width:40%;
}
.frame_row5{
  width:45%;
}
.frame_row6{
  width:50%;
}
.frame_row7{
  width:55%;
}
.frame_row8{
  width:60%;
}
.frame_row9{
  width:70%;
}

.frame_row10{
  width:75%;
}

.frame_row11{
  width:80%;
}


.mb_accordeon{
   padding-left: 0px;
   margin-left: 0px;
}
.mb_accordeon .mb_accordeon_item{
  
}
.mb_accordeon .mb_accordeon_header{
    display: flex;
    align-items: center;
    padding: 8px;
    background: rgb(245,245,245);
    border-bottom: solid 1px;
}

@media screen and (min-width:648px){
  .left_frame{
      left: 25%;
  }
  .right_frame{
     right: 10%;
  }
}

.header_frame{
  font-size: 12px;
  display: flex;
  width: 100%;
  padding: 8px; padding-bottom: 2px;
}
.header_frame .header_frame_title{ 
 flex-grow: 1;
}
.header_frame h3{ 
    font-size: 18px;margin-top: 2px;
 }
 .header_frame .header_frame_sub_title{
     margin-top: -8px;
 }
.header_frame  .btnClose, .header_frame  button,.cadre_frame .btnClose{
  width:40px;max-width: 40px;
  float:right; 
  background:transparent;
  border:none;
  font-size:18px; 
  /*border:solid 1px rgb(245,245,245);*/
  border-style:solid;
  border-width:1px;
  border-radius:4px;
}
.darkTheme .frame .btnClose,.darkTheme .cadre_frame .btnClose{
  color:var(--darkmode_text);
}
.main_frame{
  clear: both;
  padding: 8px; padding-top: 2px;
  margin:auto;
  padding-bottom:15px;
}
.footer_frame{
  clear: both;
  margin:auto;
  padding: 5px;
  min-height: 25px;
}

/**FIN COMPONSANT FRAME**/

.mbk_topBare{
  position: fixed;
  display: block;
  width:inherit;
  z-index: 9999;
  padding-top:4px;
  padding-bottom: 4px;
}
/*TOOLS BAR COMPOSANT*/
.mbk_toolbar {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mbk_toolbar_rouped_opt_btn {
   display: block;
   margin: 0px;
   padding: 0px;
}
.mbk_toolbar_opt_btn ,.mbk_toolbar_rouped_opt_btn li{
  margin-left: 2px;
  display: inline-block;
  border-style:solid;
  border-width:1px;
  /* rgb(235, 235, 235);*/
  padding: 2px 6px;
 /* height: 20px;
  max-height: 30px;*/
  cursor: pointer;
  border-radius: 2px;
  color:rgb(120,120, 120);
  font-size: 12px;
}

.mb_collpassed{
  display: flex;
  /*border:solid 1px rgb(235, 235, 235);*/
  border-style:solid;
  border-width:1px;
  border-radius: 4px;
}
.mb_collpassed li{
  border-radius: 0px;
  border: none;
  /*border-left:solid 1px rgb(235, 235, 235);*/
  border-left-style:solid;
  border-left-width:1px;
  margin: 0px;
  margin-left: 0px;
  padding: 2px 3px;
  cursor: pointer;
}
.mb_collpassed li:first-child{
   border-right: none; border-left: none;
}
.mb_collpassed li:last-child{
  border-right: none;
}

.mbk_toolbar_opt_btn i, .mbk_toolbar_rouped_opt_btn li i,.mbk_toolbar_rouped_dropdown button i{
    margin-right: 5px;
 }

 .mbk_toolbar_rouped_dropdown{
    padding: 0px;
    border-radius: 8px;
    /*border:solid 1px rgb(235, 235, 235);*/
    border-style:solid;
    border-width:1px;
    border-color: rgb(235,235,235);
 }
.mbk_toolbar_rouped_dropdown button{
    margin: 0px;
    height: 22px;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 450;
    color:rgb(100,100, 100);
    border: none;
    background: transparent;
}

.mbk_btn-group_dropdown .mbk_gp_mono:first-child{
  border-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}


.me-2 {
  margin-right: 0.8rem!important;
}

.mbk_btn-group .dropdown-togl{
  -ms-flex: 0 0 20px;
  flex: 0 0 20px; 
  max-width: 20px; 
  border-left: 0px;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.175);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: rgba(0, 0, 0, 0.175);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position:absolute; position: fixed;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: 10rem;
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu li{
   display: block;
   cursor:pointer;
   font-size: 12px;
}
.dropdown-menu li:hover{
background: rgb(250,250,250);

}
.dropdown-item ,.dropdown-menu li{
display: block;
max-width: 100%;
padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
clear: both;
font-weight: 400;
color: var(--bs-dropdown-link-color);
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
}

.dropdown-menu li i{
   font-size: 11px; margin-right: 5px;
}
  

.ruBan_btn_ADD{ background:rgb(245, 245, 245);width:100%;padding:3px; font-size:13px; }
.ruBan_btn_ADD span{ display: inline-block; padding:6px  }
.ruBan_btn_ADD button{ float:right; background:white; text-transform: uppercase;}

.btn_foat_menu{
position:fixed ;
height:30px;
width: 30px;
border-radius: 100px;
bottom: 75px;
right:5px;
z-index: 99999999999;
background: var(--primary);
color: white; text-align: center; 
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px;
}
.btn_foat_menu i{
font-size:18px; 
}

.mb_contact_list_cont{
width:100%;
/*height: 100vh;
overflow-y: scroll;*/
padding:0px;
margin: 0px;
text-align: left;
}
.mb_contact_list_cont .mb_item_contact, .mb_contact_list_cont li{
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding:0px;
margin: 0px;
padding-top:8px;
padding-bottom:8px;


}
.mb_contact_list_cont img{
width:50px;
height: 50px;
padding:0px;
margin: 0px;
margin-left:12px;
margin-right:18px;
border-radius: 100%;
cursor: pointer;
}
.mb_contact_list_cont .mb_item_contact_text{
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
font-size:13px;
line-height: 16px;
font-weight:650;
cursor: pointer;
}
.mb_contact_list_cont .mb_msg_dateHeure_nota{
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
text-align: right;
font-size: small;
}
.mb_contact_list_cont .mb_item_contact_sub_text{
  font-size: 13px;
}


.mb_contact_grid_cont{
  width:100%;
  /*height: 100vh;
  overflow-y: scroll;*/
  padding:0px;
  margin: 0px;
  text-align: center;
  vertical-align: top;
  }

  .mb_contact_grid_cont .mb_item_contact, .mb_contact_list_cont li{
  display: inline-block;
  padding:0px;
  margin: 0px;
  padding-top:8px;
  padding-bottom:8px;
  
  }
  .mb_contact_grid_cont img{
  display: block;
  width:80px;
  height: 80px;
  margin: auto;
  border-radius: 100%;
  cursor: pointer;
  -ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .mb_contact_grid_cont .mb_item_contact_text{
  max-width: 100%;
  font-size:13px;
  line-height: 16px;
  font-weight:650;
  cursor: pointer;
  display: block;
  -ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .mb_contact_grid_cont .mb_msg_dateHeure_nota{
    display: block;
     text-align: center;
     font-size: small;
     -ms-flex: 0 0 100%;
	   flex: 0 0 100%;
	   max-width: 100%;
     display: none;
  }

.mb_contact_grid_cont .mb_item_contact_sub_text{
    font-size: 13px;
}

.darkTheme .mb_contact_list_cont .mb_item_contact_text{
    color: var(--title);
}


.mb_profil_baniere{
 background: #707070;
 width: 100%;
 height: 150px;
 overflow: hidden;
}

.mb_profil_cont{
width:96%; margin:auto;
margin-top: -80px;
}
.mb_profil_cont_infos_optAbn{
 display: flex;
}
.mbprofil_infos{
width: 80%;
}
.mbprofil_option{
width: 20%;
}
.mb_profil_user_photo{
  height:160px;
  width: 160px;
  border-radius: 100px;
  margin-left: 12px;
}
.mbprofil_infos_nom{
font-size: 18px;
}

.tablezebre tr:nth-child(even){
background:rgb(250,250,250);

}
.listzebre li:nth-child(even){
  background:rgb(250,250,250);
}

/* Affichage items*/
.mb_itemsGrid{
  display: flex;
  display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  width:100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width:100%;
}
.mb_itemsList{
  display: block;
  width:100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width:100%;
}

.mb_itemsGrid .grid1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mb_itemsGrid .gid2{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mb_itemsGrid .grid3{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.mb_itemsGrid .grid4{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.mb_itemsGrid li{

}
.mb_itemsList li{

}

/* Audio Items*/
.mb_itemAudioItem{
    
}
.mb_itemsGrid .mb_itemAudioItem{
  padding: 8px;
}
.mb_itemsList .mb_itemAudioItem{
  padding:5px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-width: 50%;
  max-width: 50%;
  display:inline-block;
}

.mb_itemAudioItem_cont{
  display: flex;
  display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  width:100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width:100%;
  background: rgba(10,10,10,0.6); background: transparent;
}
.mb_itemsList  .mb_itemAudioItem_cont{
   padding: 8px;
}

.mb_itemsGrid .mb_itemAudioItem_cont_poster{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width:100%;
  display: inline-block;
}
.mb_itemsList .mb_itemAudioItem_cont_poster{
  display: inline-flex;
  width: 60px;height: 60px;
  overflow: hidden;
  margin-right: 12px;
}

.mb_itemsGrid .mb_itemAudioItem_cont_descript{
  flex-grow: 1; max-width: 90%;
  padding: 2%;
}
.mb_itemsList .mb_itemAudioItem_cont_descript{
  flex-grow: 1;
  
}

.mb_itemAudioItem_option{
  display: inline-flex; 
}

.mb_itemsList .mb_itemAudioItem_cont_poster img{
  width: 60px;height: 60px;
}
.mb_itemsGrid .mb_itemAudioItem_cont_poster img{
   min-width: 100%;
}

.mb_itemAudioItem_mb_titre{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.mb_itemAudioItem_mb_subtitre{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
} 

.frameComtaire{
   text-align: left;
   background: var(--body);
}
.frameComtaire .frame_cont_header{
   display: flex;
   -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 6px;
    border-bottom: solid 1px rgb(42,42,42);
}
.frame_cont_header_title{
   flex-grow: 1;
   font-weight: 600;
   text-align: left;
}
.frame_cont_header_closeBtn{
   font-size: 18px;
   height:30px;
   color:var(--bodytext);
   background: transparent;
}

.sl-item {
  border-color: rgba(120,130,140,.13);
  padding-bottom: 1px;
  margin-bottom: 10px;
}
.sl-item, .sl-left, .ui-switch {
  position: relative;
}
.sl-left {
  float: left;
  z-index: 1;
 /* margin-left: -20px;*/
  margin-bottom: 24px;
  margin-right:10px;
}
.sl-item, .sl-left, .ui-switch {
  position: relative;
}

.sl-left+.sl-content {
  margin-left: 36px;
}
.sl-content {
  margin-left: 24px;
 
}
.sl-author a{
   color:white;
}
.sl-author, .sl-footer {
  margin-bottom: 10px;
}
.text-muted {
  color: inherit!important;
  opacity: .6;
}

.sl-date {
  font-size: .85em;
}
.sl-left img {
  max-width: 40px;
}

.img-circle {
  border-radius: 50%;
}

.mbk_item_princing{

}
.mbk_item_princing .mbk_item_princing_infos_prix{
  
}
.mbk_item_princing .item_princing_ul{
  margin: auto;
  padding: 0px;
  width: auto;
}
.mbk_item_princing .item_princing_ul li{
  display: block;
  text-align: center; background: red;
}

.mbk_item_princing_infos_prix{
  font-size: 4vw !important;
    letter-spacing: -.025em;
    line-height: 4vw;
    font-weight: 600;
    margin: none;
}

.frame_box{
	position: fixed; 
	width: 42%; top: 30px;
	z-index: 99999999999999;
	padding: 8px;
	left:20%;
	border-radius:4px;
	margin-bottom: 8px;
	background:rgb(255,255,255);
	border: solid 1px rgb(230, 230, 230);
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
	display: none;
 }
 .frame_box_header{
	display: flex;
 }
 .frame_box_header_tille{
	flex-grow: 1;
 }
 .frame_box_header button{
	 border: none!important;
	 background: transparent!important;
 }


 @media screen and (min-width:649px) and (max-width:900px) and (min-height:500px){
  .form-control input{
      padding-top: 8px;
      padding-bottom: 8px;
    }
    
 }


@media screen and (min-width:649px)and (max-width:900px){
  .mb_itemsList .mb_itemAudioItem{
    padding:0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    display:block;
  }
}

@media screen and (max-width:648px){

.frame{
  position:absolute;
  min-width: 80%;
  left: 8%;
}
.frame{
  top:95px;
  width:90%;min-height:20vh;
  left:5%;
  z-index:99999999;
  padding:2px;
}  
.frame_row2,
.frame_row3,
.frame_row4,
.frame_row5,
.frame_row6,
.frame_row7,
.frame_row8,
.frame_row9{
    width:90%;
}


.header_frame  .btnClose{
    float:right; 
    border:none;
    font-size:20px;
    height: 25px;
 }
 .noticeEnd ,.noticeEnd p {
   font-size: 13px;
 }

 .frame_box{
	position: fixed; 
	width: 84%; top: 90px;
	z-index: 99999999999999;
	padding: 8px;
	left:4%;
	border-radius:4px;
	margin-bottom: 8px;
	display: none;
 }
/*
.btn, .btn_red,.btn_sub,.btn_cancel{
  cursor: default;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    margin-right:0px;
    height: 40px;
    line-height: 27px;
    min-width: 54px;
    border-radius: 2px;
    outline: 0px;
    padding: 0px 10px; 
  }
*/
  .btn_sub,.btn_cancel{
      min-width:40%;
  }
  .btn_add_on_form{
    display: block;
    padding: 1px;
    margin-left: 0px;
    width: 100px; height: 30px;
    margin-top: 5px;
  }
  
    /**/

.mb_profil_cont{
  width:96%; margin:auto;
  margin-top: -40px;
}
.mb_profil_user_photo{
    height: 80px;
    width: 80px;
    border-radius: 100px;
}
.mbprofil_infos_nom{
    font-size: 18px;
}
.mbprofil_center{
  display: block;
  text-align: center;
}
.mbprofil_center .mb_profil_cont_infos_optAbn{
    display: block;
}
.mbprofil_center .mbprofil_infos{
    width: 100%;
}
.mbprofil_center .mbprofil_option{
    width:100%;
}
.mbprofil_center .mb_profil_user_photo{
    display: block; margin:auto;
    height: 100px;
    width: 100px;
}
.mbprofil_center .mbprofil_option{
   width:100%;
}

.mb_contact_list_cont .mb_item_contact, .mb_contact_list_cont li{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding:0px;
  margin: 0px;
  padding-top:12px;
  padding-bottom:12px;
}
.mb_contact_list_cont img{
  width:55px;
  height: 55px;
  padding:0px;
  margin: 0px;
  margin-left:0px;
  margin-right:8px;
  border-radius: 100%;
  cursor: pointer;
  }
  .mb_contact_list_cont .mb_item_contact_text{
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  font-size:16px;
  line-height: 16px;
  font-weight:650;
  cursor: pointer;
  }
  .mb_msg_dateHeure_nota{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: right;
  font-size: small;
  }
  .mb_contact_list_cont .mb_item_contact_sub_text{
    font-size: 13px;
  }
  


  /*item list*/
  .mb_itemsGrid li{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mb_itemsGrid .mob1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mb_itemsGrid .mob2{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mb_itemsGrid .mob3{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mb_itemsGrid .mob4{
    -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
  }

  /*aUDIO ITEM*/
  .mb_itemsList .mb_itemAudioItem{
    padding:0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
    display:block;
  }
  .mb_itemsGrid .mb_itemAudioItem{
      padding:1.1%;
  }
  .mb_itemsGrid .mb_itemAudioItem:first-child{
    padding-right: 4px;
  }
  .mb_itemsGrid .mb_itemAudioItem:nth-child(evt){
    padding-left: 4px;
  }
  .mb_itemsGrid .mob2 .mb_itemAudioItem_cont_descript{
    height:70px; overflow: hidden;
    padding-bottom: 4px;
  }
  .mb_itemsGrid .mob3 .mb_itemAudioItem_cont_descript{
    padding: 2px;height:60px; overflow: hidden;
  }

  .mb_itemsList .mb_itemAudioItem_cont{
     width: 91%;margin: auto;
     padding-left: 0px;
     padding-right: 0px;
     padding-top: 10px;padding-bottom: 10px;
     border-bottom: solid 0.5px rgb(60,60,60);
  }
  .mb_itemsList .mb_itemAudioItem_cont_poster{
    max-width: 60px; 
    margin-right:12px;margin-left: 0px;
  }
  .mb_itemsList .mb_itemAudioItem_cont_poster img{
     width: 60px; display: block;
     height: 60px;
     border-radius: 2px;
  }

  .mb_itemsGrid .mb_itemAudioItem_cont_descript{
    flex-grow: 1; max-width: 80%;
    padding: 2%;
  }
  .mb_itemsGrid .mob2 .mb_itemAudioItem_cont_descript{
     max-width: 90%;
   
  }

  .mb_itemsGrid .mob2 .mb_itemAudioItem_cont_poster{
    height: 130px; overflow: hidden;
  }
  .mb_itemsGrid .mob3 .mb_itemAudioItem_cont_poster{
    height: 120px; overflow: hidden;
  }

  .mb_itemAudioItem_mb_titre{
    line-height: 1.4; font-weight: 400;
   
  }
  
  .mb_itemAudioItem_mb_subtitre{
   
  } 

  .frameComtaire{
    max-height: 90vh;
  }
}



.dlgg{
   padding-top: 12px;
   padding-bottom: 12px;
}
.dlgg .dlgg_item{
    display: none;
}
.dlgg .dlgg_item:first-child{
  display: block;
}
.dlgg_foot{
   margin-top:50px;
   display: flex;
   width:100%;
   /*
   position: absolute;
   bottom: 0px;
   padding-bottom: 40px;*/
}
.dlgg_foot button{
 /* padding: 8px 12px !important;*/
  flex-grow: 1;
  width: 90%!important;
  background: transparent;
  background: var(--primary);
  color: white;
  border: solid 1px rgb(230, 230, 230);
  border: none;
}
.dlgg_foot .dlgg_btn_precedent{

}
.dlgg_foot .dlgg_btn_sub{
   color: white;
   background: black;
}
.dlgg_foot .dlgg_btn_next{
  margin-left: 5px;
}
