h2 {font-size:22px;}

.arrondi {
    border-radius: 3px !important;
}
.bold {
    color: #333;
    font-weight: bold;
}
.boldWhite {
    color: #fff;
    font-weight: bold;
}

legend {
    text-transform: uppercase;
    padding: 10px 10px 0px 0px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif!important
}
input, textarea, select, label, fieldset,button {
    /* color: #454545;*/
    /*font: 300 14px/22px Roboto,sans-serif!important;*/
    /* font-weight: 300!important;*/

}

fieldset {
    border-top:1px solid #efefef;
    border-left:none;
    border-right:none;
    border-bottom:none;

}
input[type="submit"], input[type="button"], button {
    border-color: #555;
    color: white;
    min-width: 80px;
    padding: 2px 7px;
    text-shadow: none;
}

a:link, a:visited {
    color: #000;
}
a:hover {
    text-decoration: underline;
}



blockquote {
    border-left: 5px solid #a3a2a8;
    margin-left: 0;
    font-size:14.5px;
    /*    padding-left: 10px;*/
}

.utilisateur-information{
    font-size:15px;
    font-weight: 600;
    padding-left:10px;
    color:#555;
}

#help {
    cursor: pointer;
    left: 840px;
    position: absolute;
    top: 14px;
}

#ligne_rouge {
    /*    background-color: #761c19;*/
    clear: both;
    height: 1px;
    overflow: hidden;
    position: relative;
}
#ligne_verte {
    background-color: #bf1b36;
    clear: both;
    height: 1px;
    overflow: hidden;
    position: relative;
}
.titre_bloc {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-shadow: none;
    top: 20px;
}
.titre_bloc:first-child {
    padding: 0 0 2px 5px;
}

.blocked {
    -moz-user-select: none;
}
.divNoPrint {
    display: none;
    visibility: hidden;
}
#chargement {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    text-align: center;
}
.loadPage {
    font-size: 35px;
    font-weight: bold;
    padding: 20px 0 50px;
    text-align: center;
}
.wrapperContainer {
    border-radius: 5px;
    display: block;
    margin: 0 0 20px;
    padding: 3px 3px 20px;
}
#entete {
    background: white none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
}

#deconnexion {
    position:relative;
    top:50px;

}

#deconnexion > ul li:first-child {
    color:#7ec50a;
    font-size:30px;
    text-transform:uppercase;
    font-weight: bold;
}


#le_copyright {
    color: #4d4d4d;
    text-align: center;
}

#msg_erreur, #msg_info, #msg_warning {
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    display: inline-block;
    margin: 2px 0;
    padding: 15px 10px 15px 50px;
    position: relative;
}
#bloc_message {
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 10px 0;
    padding: 15px;
    position: relative;
    text-shadow: none !important;
    /*width: 95%;*/
}
.arrondi_ligne_5 {
    border-radius: 5px;
}
.arrondi_ligne_10 {
    border-radius: 10px;
}
.arrondi_ligne_15 {
    border-radius: 15px;
}
.espace {
    padding: 20px;
}
.bloc {
    margin: 30px -15px 30px -15px;
}
.bloc1 {
    /*
        margin-left: 15px;
        margin-right: 15px;
        width: 970px;*/
}
.bloc-interne {
    margin: 10px 0 0;
    padding: 10px;
}
.bloc-interne-2 {
    padding-left: 10px;
}
.bloc-interne-1 {
    padding: 0;
}
p.bloc-interne-3 {
    border: 1px solid rgba(5, 5, 5, 0.1);
    border-radius: 2px;
    font-size: 0.91em;
    margin-bottom: 5px;
    padding: 5px;
}
p.bloc-interne-3:hover {
    background-color: #f9f9f9;
    border: 1px solid rgba(5, 5, 5, 0.3);
    text-shadow: none;
    transition: all 0.2s ease-in-out 0s;
}
.bloc-interne-2 h2 {
    margin-bottom: 10px;
}
.bloc-interne-2 p {
    margin: 2px;
}
/*
.bloc::after, .bloc-interne::after {
    clear: both;
    content: "";
    display: block;
}*/
.titre_bloc_droit {
    border-bottom: 1px solid rgba(1, 1, 1, 0.63);
    color: rgba(1, 1, 1, 0.63);
    font-size: 1.12em;
    font-weight: bold;
    padding-left: 2px;
    position: relative;
    top: -8px;
}
.titre_bloc_droit a {
    color: rgba(1, 1, 1, 0.63);
    cursor: help;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}
.wrapper-valign {
    height: 400px;
    line-height: 400px;
    text-align: center;
}
div.wrapper-valign:first-child {
    border: 1px solid #fff;
    display: inline-block;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
    width: 600px;
}

h1.titre_n1 {
    /*    font: 600 22px/22px Roboto,sans-serif !important;*/
    border-radius: 5px;
    padding: 10px;
}
h2.titre_n2 {
    font-size: 16px;
    margin: 15px 0 7px;
    text-shadow: 1px 1px 1px #fff;
}
.p-titre {
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}
.p-libelle {
    padding-bottom: 10px;
    padding-left: 3px;
}
.button-link {
    -moz-user-select: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-style: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
}

a.zoom {
    color: #a3a2a8;
    text-decoration: underline;
    transition: all 1.1s ease-in-out 0s;
}
a.zoom:hover {
    color: #000;
    text-decoration: underline;
    transition: all 1s ease-in-out 0s;
}


.picto_plus, .picto_moins {
    cursor: pointer;
    float: right;
    position: relative;
    top: 15px;
}

a.underline {
    text-decoration: underline;
}


.overflow-y-300 {
    height: 200px;
    overflow-y: auto;
}


#contenu{min-height: 500px;}

.bulletMenu { position: absolute; border-radius: 14px; line-height: 1.5em; font-size: 1.3em; top: 15px; background: rgb(85, 85, 85) none repeat scroll 0px 0px; padding: 1px 5px; right: 28px;}

#headerCentre span {}

.printDatatableBody{background: none;}

.chargement{
    width:100%;
    min-height:200px;
    background-image: url(../images/Spinner.gif);
    background-repeat:no-repeat;
    background-position: center;
}

.btn-huge{
    padding-top:20px;
    padding-bottom:20px;
}

.action_impossible{
    cursor:not-allowed;
}

.click {
    cursor:pointer;
}


.gris_clair{color:#e8cdcd;}

.has-danger .ui-combobox{
    border: solid 1px #dd4b39;
    box-shadow: none;
}

.table_ul_nav{
    display: block;
    list-style: outside none none;
    padding-left: 40px;
    display: inline;
}
.table_ul_nav>li{
    width: 130px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    margin-top: 10px;
    /* font-size: 18px;*/
    /*font-weight: bold;*/
    display: inline;
}

/* Supprime le bouton close de dialogu jquery ui */
.no-close .ui-dialog-titlebar-close {
    display: none;
}

span.fa-info-circle { cursor:help;}

.block-menu {
    background: gray;
    color: #999!important;
    cursor: not-allowed;
}

.cursor-pointer{
    cursor: pointer;
}




body {
    background: #333; 
    background-image: url("../images/bg.png");
    background-attachment:fixed;
    height: 100vh;
    margin: 0;
    position: relative;
}


a {color:#333;}
a:hover {color:#555;}

h1.titre_n1 {
    background: #F6F6F6 none repeat scroll 0 0;
    border-left: 6px solid #7ec50a;
    color: #7ec50a;
}
h1 {
    color: #6b6254;
}

a.bt-bleu, .bt-bleu:link, .bt-bleu:visited {
    background: #d0cdc8;
    border: solid 1px #c1beb7;
    color: #222;
}
.bt-bleu:hover {
    background: #c1beb7;
    border: solid 1px #c1beb7;
    color: #fff;
    text-decoration: none;
}

/*
.bt-bleu:active,a.bt-bleu:visited {
    background: #356094 none repeat scroll 0 0;
    border: 1px solid #203e5f;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) inset;
    color: #fff;
}
*/

a.bt-vert, .bt-vert:link, .bt-vert:visited {
    background: #7ec50a none repeat scroll 0 0;
    /*border: 1px solid #416406;*/
    color: #fff;
}
.bt-vert:hover {
    background: #7ec50a none repeat scroll 0 0;
    /*border: 1px solid #416406;*/
    color: #fff;
    text-decoration: none;
}
.bt-vert:active {
    background: #7ec50a none repeat scroll 0 0;
    border: 1px solid #416406;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) inset;
    color: #fff;
}

a.bt-orange, .bt-orange:link, .bt-orange:visited {
    background: #fc8c3c none repeat scroll 0 0;
    border: 1px solid #fc8c3c;
    color: #fff;
}
.bt-orange:hover {
    text-decoration: none;
    /*
    color: #eee;
  
   
    background: #e4a530 none repeat scroll 0 0;
    border: 1px solid #e19509;
   
    */
}
.bt-orange:active {
    background: #e4a530 none repeat scroll 0 0;
    border: 1px solid #9c6706;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) inset;
    color: #fff;
}

.jaune {color:#f1d600;}


.ev_hausse {
    color: #d9534f;
}
.ev_baisse {
    color: #5cb85c;
}
.ev_ferme {
    color: #904f7d;
}
.ev_nouveau {
    color: #ffd100;
}
.ev_egal {
    color: #e9a720;
}

.r1 {
    color: #689E25;
}
.r2 {
    color: #feff00;
}
.r3 {
    color: #EFC22E;
}
.r4 {
    color: #E48C21;
}
.r5 {
    color: #A63519;
}
.open_v {
    color: #6f5499;
}
.ferme_r {
    color: #78909c;
}
.valide_bleu {
    color: #337ab7;
}
.orange_bootstrap {
    color: #f0ad4e;
}
.violet_bootstrap {
    color: #6f5499;
}

#menu-n1 li.actif {
    border-bottom:6px solid #fc6404;  
}

.underline-red {border-bottom:2px solid rgba(89, 138, 9, 0.8);}


.status_1 {
    color: #808a8e;
    font-weight: 800;
}
.status_2 {
    /* color: #f0ad4e;*/
    font-weight: 800;
}
.status_3 {
    color:#e2e0de;
    font-weight: 800;
}
.resultat_3 {
    color: #4caf50;
    font-weight: 800;
}
.resultat_2 {
    color: #ff9800;
    font-weight: 800;
}
.resultat_1 {
    color: #f44336;
    font-weight: 800;
}

.rouge {
    color: #761c19;
    font-weight: bold;
}
.orange {
    color: #d58512;
    text-shadow: none !important;
}
.vert {
    color: #1a7f05;
}
.gris {
    color: #777;

}

.icon-supprimer{
    color:#d9534f;
}
.gris_login {
    color: #555;
    /* font-weight: bold;*/
    text-decoration: underline !important;
}
a.rouge {
    color: #761c19;
    font-weight: bold;
}

.type_2{color:#d9534f;font-weight: 800}

.titre{
    color:#ffffff;
}

span.msg_erreur {
    background: rgba(183, 0, 0, 1) none repeat scroll 0 0;
}
span.msg_info {
    background: rgba(109, 187, 70, 1) none repeat scroll 0 0;
}
span.msg_warning {
    background: rgba(255, 146, 0, 1) none repeat scroll 0 0;
}

#barre_menus_admin {
    background: #424243 none repeat scroll 0 0;

}


#le_copyright {
    color: #fefefe;

}

.fond-bloc {
    background-color: #fff;
}
.fond-bloc2 {
    background-color: #f9f9f9;
}
.fond-bloc3 {
    background-color: #f9f9f9 !important;
    border-top: 1px solid #efefef;
}
.fond-bloc4 {
    background-color: #fefefe;
}

.fond-bloc5 {
    background-color: #f5f5f5!important;
}




.wrapperContainer {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
}

table.table_data_1 thead tr th{
    border-bottom: 1px solid #333;
}

table.table_data_1 tbody tr td {
    border-bottom: 1px solid #dedede;
}

h2.titre_bloc_tdb {
    border-bottom: 1px solid #ddd;
    display:block!important;

}
/* Nouveau pour orange bank*/

.JSUploadForm .JSFileChoos{
    background-color : #7ec50a!important;

}

#identiteRole {font-size:150%;text-transform: uppercase;font-family:inherit;font-weight: 400;}

.extra-margin-30{ margin: 20px -15px 20px -15px;}

.titre_orange_bank{font-size: 51px;}
/*
.btn-default {
    background-color: #000;
    color: #fff;
    border-color: #999;
}*/

.data-oui{
    color :#3cba9f;

}

.data-non{
    color:#c45850;

}

.data-nada-ke-dalle{
    color:gray;
    font-size:10px;
}

.info-box-number, .info-box-text{
    font-size:27px;
}
.table tr td .progress {
    margin-top: 0px; 
}

.red{color:#d33724;}
.green{color:#008d4c;}
.orange{color:#f39c12;}
.blue-gray{color:#78909c;}
.bg-blue-gray{background: #78909c;}
.bg-black{background: #111111;}
.bg-red{background:#d33724;}
.bg-green{background:#008d4c;}
.bg-orange{background :#f39c12!important;}
.bg-violet {background: #6f5499;}
.white {color: #fff;}

#wrapper-bloc-chevron-control{
    position:relative;
    top:230px;
}

.progress-bar-33{}
.progress-bar-33{}
.progress-bar-33{}

.janvier{ color:#AFDFE4;}
.fevrier{color:#C2B59B;}
.mars{color:#9B8579;}
.avril{color:#92278F;}
.mai{color:#2BB673;}
.juin{color:#375BA4;}
.juillet{color:#FFF200;}
.aout{color:#C11A26;}
.septembre{color:#F9A165;}
.octobre{color:#9B8579;}
.novembre{color:#594A42;}
.decembre{color:#B1AFE2;}

.bg-janvier{ color:#AFDFE4;}
.bg-fevrier{color:#C2B59B;}
.bg-mars{color:#9B8579;}
.bg-avril{color:#92278F;}
.bg-mai{color:#2BB673;}
.bg-juin{color:#375BA4;}
.bg-juillet{color:#FFF200;}
.bg-aout{color:#C11A26;}
.bg-septembre{color:#F9A165;}
.bg-octobre{color:#9B8579;}
.bg-novembre{color:#594A42;}
.bg-decembre{color:#B1AFE2;}



.message{color:#00a65a;}
.notification{color:#f39c12;}
.tache{color:#dd4b39;}



/* Role de l'utilisateur */
.role-utilisateur{
    color:#171d50;
    font-size:30px;
    text-transform:uppercase;
    font-weight: bold;
    display:inline-block;
    position: relative;
    margin-bottom: 20px;
    top: 10px;
    left: 20px;

}

#message {padding-top:20px;}
#titre-identification{color:#fff;font-size:53px;}

.form-signin-heading {
    color: #7ec50a;
}

a.repo {
    text-decoration: none;
}
a.repo:hover {
    text-decoration: underline;
}

#logo-header{margin-top: 20px;
             margin-left: 20px;
             margin-right: 20px;
             margin-bottom: 20px;
             width: 235px;
             height: 60px;
}

.hideOverflow
{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:100%;
}


p, div {
    overflow-wrap: break-word;
}

.wrapper-form-generique{
    background: #f9f9f9;
    padding: 10px;
}

.titre-h2 {
    color:#888;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size:21px;
    margin-bottom:20px;
    padding: 10px 10px 5px 0px;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif!important;
    font-weight:400;
}

/* Affichage des blocs de contrôle des grilles lors des évaluations */

.bloc-controle .box-header .box-title span {
    display: block;
    padding: 10px 0px;
}


.bloc-controle .box-body > p{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

/* drapeaux */
.drapeau_connexion {padding-right: 15px;}


/* Centre de messagerie */
.non_lu {
    color: #000;
    font-weight: 600;
}

.espace-vertical{
    margin-top:20px;
}

a.link-white{
    color:#ccc;

}
a.link-white:hover{
    text-decoration: none;
}

/*********************** surcharge bootstrap calendar **************************/
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover{
    background-color: #f39c12;
}

.bootstrap-datetimepicker-widget td.today:before{
    border-bottom-color: #f39c12;

}

.scrollY{
    max-height:300px;
    overflow-y:auto;  
}

/******************************** MENU ****************************************/


#menu-principale .navbar-nav>li>.dropdown-menu {
    margin-top:0px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    background: #333;
    background-image: url(../images/bg.png);
    background-attachment: fixed;
    box-shadow: none;
    border-color: #555;

}


.navbar-default .navbar-nav>li>a {
    width:150px;
    font-weight:bold;
}
.mega-dropdown {
    position: static !important;
    /*   width:100%;*/
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
    color: #7ec50a;
    font-size: 15px;
    font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

/* surcharge bootstrap pour la navbar */

.navbar-default{
    background: #333;
    background-image: url(../images/bg.png);
    color:#fff;
    border:none;

}

.navbar{
    margin-bottom:0px;
}
.navbar li{
    border-bottom: 4px solid transparent;
}

.navbar-nav > li > .dropdown-menu li{
    border-bottom: none;
}

.navbar-default .navbar-brand {
    color:#fff;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text{
    color:#fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
    color:#ddd;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color:#ddd;
}

.dropdown-menu{
    font-size: 14px;
    text-align: left;

    border-radius: 4px;
    /*  background: #fff;*/
    /*color:#fff;*/
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: inherit;
    color:#fff;

}


.navbar-nav>li>a {
    margin-top: 0;
    text-align: center;
}

li.actif {
    border-bottom: 4px solid #7ec50a;
    border-radius: 4px;
    background-color: rgba(0,0,0,0.35);

}

.navbar-nav li:hover{
    background-color: rgba(255,255,255,0.10);
    border-bottom: 4px solid #7ec50a;
    border-radius: 4px;

}

.navbar-nav > li > .dropdown-menu li:hover,
#menu-haut ul.nav.navbar-nav > li:hover {
    background-color: transparent;
    border-bottom: 0px;
    border-radius: 0;

}

.navbar-collapse{
    padding-left:0px;
    padding-right:0px;
}

.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus{
    background-color: inherit;
    color:#fff;

}

.dropdown-menu .divider{
    background: #555;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: inherit;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}

/******************************** surcharge bootsrap ***************************/

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #555;
    border-color: #333;
}



.glyphicon {
    left: -5px;
}


/******************************** Combo jquery ui ******************************/

.wrapper {
    margin: 0 auto;
    max-width: 600px;
    padding: 0 50px;
}
.ui-combobox {
    position: relative;
}
.ui-combobox-input {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 6px;
    width: 100%;
}
.ui-combobox-input:focus {
    cursor: inherit;
}
.ui-combobox-input.ui-input-invalid {
    border-color: red;
    color: red;
}
.ui-icon-triangle-1-s {
    left: auto;
    margin-top: -8px;
    position: absolute;
    right: 0.5em;
    top: 50%;
}
.ui-autocomplete {
    font-size: 80%;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ui-autocomplete .ui-state-focus {
    font-weight: normal;
}

.ui-dialog .ui-dialog-content{
    /*background: #f5f5f5;*/


}

.ui-widget-content{
    /*padding-bottom: 15px;*/
}

.btn{
    margin: 3px 3px;
}

.btn.dropdown-toggle{
    margin: 3px 0px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    background-color: #454545;
}




/****************************** Surcharge font-awesome  ***********************/

.fa{
    margin-right:5px;
}


/****************************** Surcharge admin LTE  **************************/

.box {
    background: #f5f5f5;

}
.info-box { background :#f9f9f9;}

.main-header{
    max-height:inherit;
}

.box.box-solid > .box-header a:hover  {
    background: none;
}

a:hover.btn.btn-app   {
    background: none;
    cursor:pointer;
}

.main-header {
    z-index: 50;
}

.btn-warning,.btn-warning:link,.btn-warning:active,.btn-warning:hover,.btn-warning:visited {
    background-color: #555;
    border-color: #333;
}

a.btn-warning {
    color:#fff;
}


.dl-horizontal dd {
    margin-bottom: 3px;
}



div[role="message"] .dl-horizontal dd {
    margin-bottom: 3px;
    background: #fefefe;
    padding: 5px 10px 0px 10px;
    border: 1px solid #ccc;
    border-radius:3px;
}

div[role="message"] .dl-horizontal dt {
    margin-bottom: 3px;
    padding: 5px 10px 0px 10px;
    border-radius:3px;

}

div[role="message"] .dl-horizontal dd a,.qtip-content a{
    color:#E48C21;
    text-decoration: underline;

}




#liste_messages > ul.menu>li>a p,#liste_notifications > ul.menu>li>a p,#liste_taches > ul.menu>li>a p  {
    margin: 0 0 0 10px;
    font-size: 12px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;

}

ul.navbar-nav > li.dropdown >  ul.dropdown-menu > li.novasecur-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #888888;
    font-size: 12px;
}





/****************************** Surcharge font awasome 5 ***********************/
.svg-inline--fa.fa-w-16,.svg-inline--fa.fa-w-14  {
    margin-right: .5rem;
}

/****************************** Surcharge datatable ****************************/
.dt-buttons.btn-group a{color: #7b6d57;}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space:normal;
}

.dataTables_wrapper{
    margin-top: 5px!important;
}

.dataTables_length{margin-top: 7px;}

/*********************** Personnalisation suivant matÃ©riel / taille écran *****/


@media only screen and (min-width: 768px) and (max-width: 992px)  {

    #wrapper-bloc-chevron-control {
        position: relative;
        top: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        width: 120px;
        font-weight: normal;
    }

    .bulletMenu {
        position: absolute;
        border-radius: 14px;
        line-height: 1.5em;
        font-size: 1.1em;
        top: 15px;
        background: rgb(85, 85, 85) none repeat scroll 0px 0px;
        padding: 1px 5px;
        right: 9px;
    }

}

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

    #wrapper-bloc-chevron-control {
        position: relative;
        top: 0px;
    }



    b, optgroup, strong{
        font-weight: 300;
    }

    .h1, h1 {
        font-size: 29px;
    }

    .info-box-number, .info-box-text {
        font-size: 22px;
    }

    .icon-holder{
        display: inline-block;
    }

    .icon-holder > span {
        font-size:2em;
        padding-right: 5px;
    }

    li.actif {
        border-bottom: 2px solid #7ec50a;
        border-radius: 2px;
        background-color: rgba(0,0,0,0.35);
    }

    .navbar li{
        border-bottom: 2px solid transparent;
        border-radius: 2px;
    }


    .navbar-nav{
        width:97%;
    }


    .navbar-nav li:hover{
        background-color: rgba(255,255,255,0.10);
        border-bottom: 2px solid #7ec50a;
        border-radius: 2px;

    }

    .navbar-default .navbar-nav > li > a{
        width: 100%;
    }

    .navbar-nav > li > .dropdown-menu li {
        text-align: center;

    }

    #bullet_pla, #bullet_signalisation{
        margin-right:5px;
    }


    dd{margin-bottom: 5px;}
}

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

    body {
        font-size: 13px;

    }

    .fa-3x{font-size: 2em;}

    div.dataTables_wrapper div.dataTables_filter label {
        white-space: inherit;
        text-align: center;
        margin-top: 5px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        display: inline;

    }

    .icon-holder > div.label{
        margin-left:5px;
    }


    .role-utilisateur {
        font-size: 20px;
    }

    h1.titre_n1 {
        font-size:18px;
    }

    .navbar-brand {
        font-size: 14px;

    }

    .info-box {
        min-height: 60px;

    }

    .info-box-icon {
        height: 60px;
        width: 60px;
        font-size: 22px;
        line-height: 60px;

    }

    .info-box-number, .info-box-text {
        font-size: 16px;
    }

    .info-box-content {
        padding: 5px 10px;
        margin-left: 60px;
    }

    .extra-margin-30 {
        margin: 0px -15px ;
    }


    .titre-h2 {
        font-size:15px;
        margin-bottom:10px;
        padding: 0px 10px 5px 0px;

    }


    dd{margin-bottom: 5px;}

    .checkbox input[type="checkbox"]{
        position: relative;
        top: 2px;
        left: -8px;
    }
}

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

    dd{margin-bottom: 7px;}

    body{font-size:11px;}

    .icon-holder {
        padding-right:7px;
    }

    .icon-holder > span {
        font-size:2em;

    }

    .fa-3x{font-size: 2em;}

    div.dataTables_wrapper div.dataTables_filter label {
        white-space: inherit;
        text-align: center;
        margin-top: 5px;
    }

    .role-utilisateur {
        font-size: 16px;
    }

    h1.titre_n1 {
        font-size:16px;
    }

    .navbar-brand {
        font-size: 13px;

    }

    blockquote {
        border-left: 5px solid #a3a2a8;
        margin-left: 0;
        font-size: 12.5px;
        /* padding-left: 10px; */
    }

    legend {
        font-size: 16px;
    }

    .btn {
        font-weight: 400;
        touch-action: manipulation;
        white-space: normal;
        padding: 6px 12px;
        font-size: 12px; 
        line-height: 1.42857143;

    }

    div.dataTables_wrapper div.dataTables_filter input {
        display: inline;

    }

    .icon-holder > div.label{
        margin-left:5px;
    }



    .info-box {
        min-height: 60px;

    }

    .info-box-icon {
        height: 60px;
        width: 60px;
        font-size: 22px;
        line-height: 60px;

    }

    .info-box-number, .info-box-text {
        font-size: 16px;
    }

    .info-box-content {
        padding: 5px 10px;
        margin-left: 60px;
    }

    .badge {
        min-width: 8px;
        padding: 3px 7px;
        font-size: 10px;

    }

    .extra-margin-30 {
        margin: 0px -15px ;
    }

    .checkbox input[type="checkbox"]{
        position: relative;
        top: 2px;
        left: -8px;
    }


}
