.panel_page_head{
	/*box-shadow: 0 16px 24px rgba(104, 106, 115, .08), 0 2px 8px rgba(104, 106, 115, .06);
    */
}
.header_gradient{
    background: #282828!important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(#323232,  #141414)!important;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(#323232,  #141414)!important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 16px 24px rgba(104, 106, 115, .08), 0 2px 8px rgba(104, 106, 115, .06);
   /* background: rgb(40, 40, 40);*/
}

/*jackson*/
.header{
    top:0px;
    position: fixed;
    width: 100%;
    height:var(--headerHeight);
   /* box-shadow: 0 16px 24px rgba(104, 106, 115, .08), 0 2px 8px rgba(104, 106, 115, .06);*/
    background: var(--header_primary);
    z-index: 999;
}

.btnCloseMenu,.btnNav{display:none}
.menuBtn,.btnConer,.btnConer_static,.btnGoBack,.btnOption,.optBackSearch{
    display: inline-block;
    vertical-align:top;
    cursor:pointer; 
    /*
    padding-left:6px ;
    padding-right: 6px;
    padding-top:8px;
    padding-bottom:8px;
    */
    min-width:30px;
    height: 40px; border:solid 1.5px rgb(220, 220, 220);border-radius:8px;height:30px;
    text-align: center;
    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;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 8px;
}
@media screen and (min-width:900px){
    .btn_h_option{
        height: 25px;padding-left:8px; padding-right: 8px; 
        border:solid 1.4px rgb(220,220,220);font-size: 12px; border-radius: 8px;
        margin-right: 4px;
    }
    .btn_h_option i{
        margin-right: 3px;
    }
    .collpast_cont .btn_h_option{
        margin-right: 0px;
       
    }
    .collpast_cont .btn_h_option:first-child{
         border-right: none;
         border-radius: 8px 0px 0px 8px;
    }
    .collpast_cont .btn_h_option:last-child{
        border-left: none;
        border-radius: 0px 8px 8px 0px;
    }
    .collpast_cont .btn_h_option:nth-child(2){
        border-radius: 0px;
   }
}
.btnOption{
    margin-right: 5px;
}
.menuBtn {
    float:left;
}
.backBtn_H_Float{
    font-size:28px;
    position:fixed;top:2px;left:2px;z-index:999999;
    width:60px; text-align: center; padding-top:5px ;
    max-height:56px;
}
.optBackSearch{display:none}

.cont_appName , .contSearch, .navMenu ,.right_control,.contConerUser{ 
    display:inline-block;
    vertical-align:middle; 
    
}
.cont_appName{
    text-align:left;display: flex;
    flex-grow: 1; -webkit-box-pack: center;
    -ms-flex-pack: center; 
}
.navMenu, .nav_menu{
    min-width: 12%;
    padding-right: 12px;
}
.contSearch{
    /*width:14%;*/ /*width:50%;*/ 
    text-align: right; 
    vertical-align:middle; 
    /*float:right; */
    margin-right: 8px;  
    width: 20%;
}

.contConerUser,.right_control{
    min-width:20%;
    max-width:30%; 
    padding-right:8px; padding-left:20px;
    vertical-align:middle;
    text-align: right;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: right;
    align-items: center;
}

/*cont app*/
.cont_appName span{ 
    display: inline-flex; vertical-align: middle;
}
.cont_appName .titlePage{
    display: inline-block;
    font-size: 24px; font-size: 18px;
    font-weight: 600;
   /* margin-left: 5px;*/
   
}

.overUserMenu{
   position: fixed;
   right: 8px;
   top: 50px;
   z-index: 9999999999999;
   padding: 2px;
   display: none;
   background: white;
   box-shadow: 0 16px 24px rgba(104, 106, 115, .08), 0 2px 8px rgba(104, 106, 115, .06);
}
.overUserMenu ul{
    padding-left: 0px;
 }
.overUserMenu li{
    cursor: pointer;
    padding: 5px 12px;
    font-size: 14px;
    border-bottom: solid 1px rgb(240,240,240);
 }
 .overUserMenu li:hover{
    background: rgb(240,240,240);
    border-radius: 2px;
 }
.overUserMenu a{
    color: black;
 }
@media screen and (min-width:649px){
    .panel_page_head .cont_appName .titlePage{
        font-size: 20px;
        font-weight: 600;
    }
}
.cont_appName img{ width: 40px; }

.cont_user {margin-top:2px;display:inline-block;padding-left:10px;padding-right:6px }
.cont_user span{ display:inline-block;text-align:left;vertical-align:middle}
.cont_user img{height:35px;width:35px;border-radius:100%;margin-top:4px;}
.cont_user .p_user_name{
    font-weight: 600;
}
.cont_user .p_sub_user_name{
    margin-top:-7px;
    font-size:11px;
    display: block;
}

/*Search navbar*/

.divSearch{
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height:35px; 
    border-radius:100px; 
    background:rgba(210,210,210,0.2);
    padding-right: 5px;
    width: 100%; margin: auto;
    margin-top: 8px;
}
.divSearch input{
    background:transparent; 
    flex-grow: 1;
    height:35px; 
    border: none ;
    box-sizing: unset;   margin:none; vertical-align: top; 
    padding-left:6px; 
 }
 .divSearch input:focus{
     outline:none;
 }
 .divSearch i{
    margin-right:2px;
    margin-top:4px;
}
.btnSearc{
    border:none;background: transparent;
    height:36px;margin-right:0px;
    font-size:20px; border-radius:0px 5px 5px 0px;
 }
 .divResultRech{  
    width:400px;
    position:absolute;top:50px;
    z-index:9999;
    text-align:left;
    box-shadow: rgba(121,121,121,.35) 1px 10px 20px;
 }

/*corner*/


.contCorner { display:inline-block;cursor:pointer;padding:0px; padding-top:2px;text-align: left; }
.corner li{ display:block;font-size: 18px;padding:5px;}
.corner ul{ display:none}
.corner:hover ul{
    display:block;
    position: relative;;
    background:#131A22;
    padding:5px;
   width:180px;
  }

/***/
 /*nav menu*/
.contnav_menu{
    width:100%; 
}
.contnav{
    padding: auto;
    display: flex;
    text-align: center;
    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;
    -webkit-align-items: center;
    align-items: center;
    height: var(--headerHeight);
}
.cont_user_nav_menu {
    padding: 8px;max-width: 100%; padding-right:2px; padding-left:12px;
    padding-top: 25px;
  }
.contnav li{
    display:inline-block; 
    /*padding-top: 2px; padding-bottom: 2px;*/
    padding-left: 12px;
    padding-right: 12px;
    font-weight:100; border:none; 
}
.actived_Item_header_nav_bar{
    color: var(--primary);
    border-bottom: solid 2px var(--primary); padding-bottom: 12.5px;
}
.contnav li:last-child{
   padding-right: 2px;
}
.list-hover ul{display:block}
.list-hover li{display:block;padding-top:5px;padding-bottom:5px}
.contnav .group_li{
    margin-top:15px;
}

.contnav li ,.container_toggle_option{
    /*text-transform: uppercase;*/
    font-weight:590;
}
.group_li li{
    font-weight:350;
}

.container_toggle_option{
    margin-top:10px;padding-left:25px;padding-right:12px;
    font-weight:350;
}
.container_toggle_option span{
  display: inline-block; vertical-align:middle;
}
.container_toggle_option small{
   display:block; text-transform: lowercase; font-size:12px;
   font-weight:50;
}
.container_toggle_option .item_settings_control {margin-top:5px;}
/**/
.offPC{display: none}

.btn_curve{
    border: solid 0px rgb(200,200,200);
    border-radius: 100px;
    padding: 2px 12px; display: inline-block; margin-top:10px;
    margin-right: 18px;
    cursor:pointer;
    background:rgba(250, 250, 250, 0.1);
}

.SpecialcontSearch{
    display: inline-block;
    width:50%; text-align: right; vertical-align:middle; height:35px ;margin-top:6px; 
    border-radius: 100px;
}
.darkTheme .SpecialcontSearch{
    background: rgba(155, 155, 155,0.1);
    color:white;
}



.cont_cog{
    cursor: pointer;
   }
  .navSet{
    position:absolute;
    min-width:150px;
    top:40px;
    right:10px;
    border-radius:5px;
    z-index:999999999;
    display:none;
    background: var(--header_primary);
    padding:24px;
    border: 1px solid rgb(250,250,250);
    text-align: left;
 }  
.cont_cog:hover .navSet{
      display: block;
}
.navSet li{ 
    margin-top: 0px;
    padding-top:7px;
    padding-bottom: 7px;
    border-bottom: solid 1px rgb(50,50,50);
    display: block;
    font-size:13px;
    font-weight: 100;
}
.navSet li a{ 
    
}
.navSet li:hover a{ 
    
}
.navSet i{ 
   font-size:18px;
}

.marg_right_cor{
  
}

.point_nbre_notification{
    position: absolute;
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    height: 18px;
    width: 18px;
    border-radius: 100px;
    background: red;
    color:white;
}

@media screen and (min-width:649px) and (max-width:960px) and (min-height:400px){

   .cont_appName .titlePage{
        display: inline-block;
        font-size: 24px!important;
        font-weight: 600;
   }
   .contSearch{ 
        margin-top: 9px!important;
    }
    .divSearch{
        height:40px!important;
        padding-left:5px;
    }
    .divSearch input{
        height:40px!important;
    }

   .right_control{
        min-width: auto;
        max-width: 34.333333%;
        padding-right:8px; 
        text-align: right;
    }
    .btnConer_static{
        text-align: center;
        margin-right:6px!important;
    }
    .btnConer_static i , .btnGoBack i{
       font-size:22px;
    }
}
@media screen and (min-width:901px){
    .centerSearchBaroption  .cont_appName{
        width:23%; text-align:left;
        flex-grow: 1;
    }
    .centerSearchBaroption  .navMenu{
        /*width:30%; */text-align: left; 
        display: none;
    }
    .centerSearchBaroption  .contSearch{
        /*width:51%; margin-right: 10%;*/
        width:31%; margin-right:20%;
        text-align: right; vertical-align:middle; height:33px ;
  
    }
    
}

/*tablette horizontal et petit laptop*/
@media screen and (min-width:960px) and (max-width:1024px) {
     /*nav menu*/
     .nav_menu{
        width:0px;
        left:-0px;
        display: none;
    }
    .btn_curve{
        border: solid 1px rgb(200,200,200);
        border-radius: 100px;
        font-size: 9px;
        padding: 2px 12px; display: inline-block; margin-top:10px;
        margin-right: 32px;
    }

}
/*petit tablette vertical*/

@media screen and (min-width:649px)and (max-width:900px){
   
    .cont_appName{
        padding-left:8px;
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        min-width: 26%; 
        flex-grow: 1; 
    } 
    .navMenu{
        -ms-flex: 0 0 10.666667%;
        flex: 0 0 10.666667%;
        width: 10.666667%; 
        text-align: right; 
    }
    .contSearch{ 
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%;
        margin-top: 2px;
        background: var(--header_primary);
    }
    .right_control{
        max-width: 34.333333%;
        padding-right:8px; 
        text-align: right;
    }
    .divSearch{ 
        width:100%;
        margin-right:0px;
    }
    .divSearch input{
        height:32px; 
        padding-left:2px;
     }
     .divSearch input:focus{
         outline:none;
     }
     .divSearch i{
        display: inline-block;
       margin-right:5px;
       margin-top:4px;
    }
    .optBackSearch{

    }
    .offPC{
       display: none;
    }
   
    .cont_appName .titlePage{
        display: inline-block;
        margin-left:2px;
        font-size:18px;
    }
    .cont_appName img{ width: 40px; }

    .btnGoBack ,.btnOption ,.btnGoBack, .btnConer,.btnConer_static,.optBackSearch{
        
        vertical-align:middle; 
       
    }
    .optBackSearch{
        display: none;
    }
}
/*telephone normmale*/
@media screen and (max-width:648px) {
    .header .offM,.offM , .right_control .offM{
        display: none;
    }
    .contSearch_secondary{ 
        display:none;
        width:100%; margin: auto;
    }
     .divSearch_secondary{
        display:inline-block;width:84%;vertical-align: middle; 
        margin-top: 8px;
    }
    
    .cont_appName, .contSearch, .contConerUser{ 
        height:var(--headerHeight);
     }
    .cont_appName{
        padding-left:8px;
        /*
        -ms-flex: 0 0 53%;
        flex: 0 0 53%;
        width: 53%;  
        */
        min-width:10%; 
        flex-grow: 1;
    } 
    .nav_menu{
      display: none;
    }
    .navMenu{
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        min-width: 90%;
        background:var(--headerBar); display: none;
        position:fixed;top:0px;z-index: 999999999;
        height: 100vh;
    }
    .contSearch{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
        position: fixed;top: 40px; 
        display:none;
        height:50px;padding:0px; margin-top:6px;
        vertical-align: middle;
        border-radius: 0px;
        text-align: left; 
    }
    .contConerUser, .right_control{
        max-width: 44.333333%;max-width: auto;
        min-width: 20%; min-width: auto;
        padding-right:8px;
        text-align: right;  
        display: flex;
        justify-items: right; justify-content: right;
    }
    .right_control .btnConer, .right_control .btnConer_static,.btnGoBack{
       background: var(--cadre); 
       border: solid 1.4px var(--cadre_border_color);
       border-radius: 100px;
       padding: 0px;
       width: 35px; height:35px;
       text-align: center;
       text-align: center;
       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;
       -webkit-align-items: center;
       align-items: center;
       margin-right: 5px;
    }
    .contUserInfosBar{
        display: none;
    }
    .cont_appName .d-flex{
        width: 100%;
    }
   .titlePage{
       
        font-size:20px;
        text-align: left;
        flex-grow: 1;
    }
    .cont_appName .titlePage{
        flex-grow: 1;
        font-size:20px;
        text-align: left;
    }
    .cont_appName img{ width:30px; }

    .btnGoBack ,.btnOption ,.btnGoBack, .btnConer,.btnConer_static,.optBackSearch{
        display: inline-flex;
        vertical-align:middle; 
    }
   
    .btn_curve{
        font-size: 11px;
        padding: 2px 12px;
        margin-right: 32px;
    }
    .divSearch{
        /*width:87%;*/
        width: auto;
        height: 40px;
        flex-grow: 1;
        display: inline-block;
        margin-top: 4px;
        margin-right:12px;
    }
    .divSearch input{
        padding-left:8px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 30px;
    }
    .SpecialcontSearch{
        display: inline-block;
        width:90%;  margin:auto; margin-left: 5%;
        text-align: right; vertical-align:middle; height:35px ;margin-top:6px; 
        border-radius: 100px; 
    }
    .SpecialcontSearch .divSearch{ 
        width:100%;
        margin-right:0px;
    }
    .fullcontSearch{
        position: fixed; z-index: 999999999999;
        top: 80px;
        width: 100%;
     
    }
    .fullcontSearch .divSearch{ 
        width:92%;
        margin-left: 4%;
    }
    .fullcontSearch .optBackSearch{
        display: none;
    }

    .marg_right_cor{
        margin-right: 0px!important;
    }


    .header_gradientMob{
        
        box-shadow: 0 16px 24px rgba(104, 106, 115, .08), 0 2px 8px rgba(104, 106, 115, .06);
        /*
        background: #1c2e7b!important;
        background-image: linear-gradient(to bottom, #1c4cc3 0%, #1c2e7b 100%)!important; 
        background-image: -webkit-linear-gradient(to bottom, #1c4cc3 0%, #1c2e7b 100%)!important; 
        */
        
        background-repeat: repeat-x;
        /*
        background: #3f4d67!important;
        background-image: linear-gradient(to bottom, var(--primary) 0%, #3f4d67 100%)!important; 
        background-image: -webkit-linear-gradient(to bottom, var(--primary) 0%, #3f4d67 100%)!important; 
        */
        
      
        /*#3f4d67*/
    }
}
/*petit telephone*/
@media only screen and (max-width:360px) {
}

