body {
  padding-top:0px; /** 101 px*/
  padding-bottom: 30px;
   /** background: #c8b3a2;**/
  background:#a0b7cc url('bg1.png');
}
h1{
	background: #286090;
	color: #ffffff;
	padding-left: 10px;
	padding:5px;
	font-size: 14px;
}
legend{
	background: #777777;color: #fafafa;
	padding-left: 10px;
	padding:5px;
	font-size: 13px;
}
.container{
 background:#ffffff;
 margin-top: 32px;
 margin-left: auto;
 padding: 1px;
 border-top: 0;
 margin: 0;
 padding-right: 0; 
 padding-left: 0; 
 margin-right: auto;
 margin-left: auto;
}
.container .navbar-collapse {
	/**background-image: -webkit-linear-gradient(top,#286090 0,#65502b 100%);
     background-image: linear-gradient(to bottom,#286090 0,#286090 100%);
     background-image: linear-gradient(to bottom,#286090 0,#65502b 100%)**/
    width: 100%;
}
.navbar-inverse{
	/**background: transparent;**/
	
}
body > div{
	 background: #ffffff;
	 border: solid 0px #814f2c;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}
.lieu_link .div_link{
	float: :left; margin-left: 10px;
	font-size:70%;
}
.errMsg{
	color: red;
	width: 20%;
}

#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    /* CSS3 */
        -moz-box-shadow: 0px 0px 20px #999;
    /* Firefox */
        -webkit-box-shadow: 0px 0px 20px #999;
    /* Safari, Chrome */
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    /* Firefox */
        -webkit-border-radius: 3px;
    /* Safari, Chrome */;
}

img.btn_close {
    Position the close button
	float: right;
    margin: -28px -28px 0 0;
}

fieldset {
    border: none;
}

form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}

form.signin .textbox span {
    display: block;
}

form.signin p, form.signin span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

form.signin .textbox input {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 13px Arial, Helvetica, sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}

form.signin input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.signin input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

.button {
    background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
    background: -o-linear-gradient(top, #f3f3f3, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
    border-color: #000;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 6px 6px 4px;
    margin-top: 10px;
    font: 12px;
    width: 214px;
}

.button:hover {
    background: #ddd;
}

.after input {
	width: 30%;
	margin: 0 5px 5px 5px;
}
form {
	border:solid 1px #cacaca;
	border-color: #cacaca;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 1px 5px 10px;
   /** width:100%;**/
    text-align: justify;
    
}
 .connexion{
	 padding: 30px 1px 30px 70px;
}

form table{
	width:80%;font-size:80%;
}
.active_tr{
	background: #d9edf7;
}
.even{
	background: #ffffff;
}

.lieu_link a {font-size: 10px ;}
.div_link { text-align:right; padding: 5px 5px 5px 5px;}
 select,label{ font-size: 14px; margin-right:10px;}
.after{
	border: solid 0px;
	height:40px;
	background: #f9f9f9;
	margin-bottom: 3px;
	}


/** fenetre  modal **/

#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000;}

/* Container */
#osx-container {background-color:#fff; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:80%; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000; box-shadow:0 0 64px #000;}
#osx-container a {}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; position:absolute; right:0; top:0;}
#osx-container .close a {display:block; color:#777; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {font-size:12px; padding:6px 12px;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}
#infoWindow {
    width: 500px !important;
    height: 250px !important;
}
.label_var{
	padding:10px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bolder;
	font-size: 1em;
}
.pre{
	color: #000;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	font-size: medium;
	background: #fafafa;
	border: dashed 1px #fafafa;
}
.label_medium{
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
}
/** en modal **/

.ui-widget-header {
border: 1px solid #428bca;
background: #428bca;
color: #000;
font-weight: bold;
}
.div_onglet{
	padding:5px 5px 5px 5px;
	text-align: center;

}
table.v_small { width:50%; font-size:11px;}
.logo{
	background:#ffffff   url("logo.png") no-repeat;/**#286090**/
	background-position : 0px 0px;
        background-size: 250px 100px;
    height:100px;
}

.dialogbck 
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	margin:auto;
	z-index: 10000;/**1050;**/
	background-color: rgba(0,0,0,0.3);
	outline: 0;
}
.dialogholder
{
	position: relative;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	
}
/* Style for dialog message panel ,You can change width,height,top,left and
   other position by modify this*/
.dialog
{
	 
	margin: auto;
	margin-top: 5%;
    width: 80%;
  
    margin-top: 5%;
    height: auto;

}
/* Dialog Message Panel header Style */
.dialogHeader
{
	font-weight: bold;
	font-size:14px;
}
/* Dialog Message Panel body Style */
.dialogBody
{
	max-height: 70%;
	min-height: 20%;
	overflow-y: auto;
}
.bg-white{
	background: #fff;
}
.bg-partenaire{
	 background-image: linear-gradient(90deg, #ededed, #fefefe);
	 border-radius: 10px; 
	 border: solid 1px #cacaca; 
}

.panel_menu {
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
    background: #fafafa;
    z-index: 100000;
    padding-top: 20px;
}
.wrap {
    position: relative;
}

.table-hover thead tr:hover th, 
 .table-hover tbody tr:hover td {
        background-color:#c0cdda ;
}

#treeComposant li:hover {
    /** border-right: solid 4px  #286090;
    border-left: solid 4px  #286090;;
    padding-right: 5px;**/
    border-right: solid 4px #286090; border-left: solid 4px #286090;padding-right: 5px;background-color: #daece2;
}

#treeComposant ul>li>ul :hover {
    background: transparent;
}
#treeComposant li {
   border-right: solid 4px  #ffffff;
    border-left: solid 4px  #ffffff;;
   padding-right: 5px;
}

.form-control-xs{
	width: 70%;
}
.form-control-small{
	width: 30%;
}
.small-table>tbody>tr>td, .small-table>tbody>tr>th, .small-table>tfoot>tr>td, .small-table>tfoot>tr>th, .small-table>thead>tr>td, .small-table>thead>tr>th {
	padding:3px;
	vertical-align: middle;
	font-size:80%;
	}
.small-table label{
	font-size:100%;
}
#calendar .fc-center h2{
	color: #286090;
	text-transform: uppercase;
}


.table tbody tr.success td {
  background-color: #dff0d8;
}
.table tbody tr.error td {
  background-color: #f2dede;
}
.table tbody tr.danger td {
  background-color: #f2dede;
}
.table tbody tr.info td {
  background-color: #d9edf7;
}
.table tbody tr.warning td {
  background-color: lightgoldenrodyellow;
}
.qtip_custum{
	background: transparent;
	border: solid 1px #cacaca;
}
.table-maer th{
	background: #286090;
	color:#fafafa;
	font-size: 13px;
	font-weight: bold;
	
}
.table-maer tr>td tr>th{
	border-bottom: solid 1px #286090;
	font-size:80%;
}

/** scroll bar add **/
body ::-webkit-scrollbar {
    width: 8px;
}
 
body ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px  rgba(0,0,0,0.3);  
    border-radius: 7px;
    
}
 
body ::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px #286090; /** rgba(0,0,0,0.5); **/ 
    
}

.panel-primary>.panel-heading{
	color: #fff;
    background-color: #286090;
    border-color: #00923c;
}
.navbar-inverse{
	background-color: #286090;
}
.navbar-inverse  >div> ul {
    background-color: #286090;
    border-color: #080808;
}

.container .navbar-collapse {
    /** background-image: -webkit-linear-gradient(top,#286090 0,#65502b 100%);
     background-image: linear-gradient(to bottom,#286090 0,#286090 100%); **/
    width: 100%;
}

.bg-primary {
	background-color: #286090;
	color: #ffffff;
}
.btn-primary{
	background-color:#37495c;
	border: solid 1px #000000;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #a0b7cc;
    border-color: #a0b7cc;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
       color: #ffffff;
       background-color: #286090;
}
.nav-pills>li>a{
	border-radius:0;
}
.navbar {
    border-radius: 0;
}
/** end scroll bar **/
.mear-tooltip > .tooltip-inner {background-color: #4caf50; }
.tooltip.top .tooltip-inner {
    background-color:#CDDC39;
    color :#000000;
    
}
.tooltip.top .tooltip-arrow {
      border-top-color: #CDDC39;
     
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4CAF50;
    border-color: #dddddd;
}
#dialogMessage{
	max-height:80%;
	overflow-y: scroll;
}

/** reecriture du nave **/

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
     margin-right: -15px !important;
    margin-left: -15px !important;
}
/** apres ajout de datatables **/
   

/** apres ajout de datatables  **/
/** new CSS **/
.sidebar-nav {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 20px 0;
    border-right: 1px solid #dee2e6;
}

.sidebar-nav .nav-header {
    background: #007bff;
    color: white;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-item a {
    display: block;
    padding: 10px 15px;
    color: #495057;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}

.sidebar-nav .nav-item a:hover,
.sidebar-nav .nav-item a.active {
    background: #007bff;
    color: white;
}

.sidebar-nav .nav-item a.active {
    background: #007bff !important;
    border-left: 4px solid #0056b3;
}

.content-area {
    padding: 20px;
}

.panel-primary .panel-heading { background-color: #007bff; border-color: #007bff; }
.btn-primary { background-color: #007bff; border-color: #007bff; }
.btn-primary:hover { background-color: #0056b3; border-color: #0056b3; }
.form-control:focus { border-color: #007bff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.breadcrumb-custom {
    background: #d7e1ed;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.stats-card {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.stats-card h3 {
    margin: 0;
    font-size: 2.5rem;
}




    .form-control:focus {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .label-primary {
        background-color: #007bff;
    }

    .alert-info {
        border-color: #007bff;
        background-color: #e7f3ff;
    }

    .objectif-row-ref {
        background-color: #d4edda !important;
        border-left: 4px solid #28a745;
    }

    .objectif-row-obj {
        background-color: #e7f3ff !important;
        border-left: 4px solid #007bff;
    }

    .year-badge {
        font-size: 1.2em;
        padding: 8px 12px;
    }

    .help-section {
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 15px;
        margin-top: 20px;
    }
    

    :root {
    --primary-blue: #286090;
    --secondary-blue: #3498db;
    --accent-green: #27ae60;
    --accent-orange: #f39c12;
    --accent-red: #e74c3c;
    --dark-grey: #2c3e50;
    --light-grey: #ecf0f1;
    --white: #ffffff;
}

body {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page-header {
    background: var(--white);
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    border-left: 4px solid var(--primary-blue);
}

.page-header h4 {
    color: var(--dark-grey);
    margin: 0;
    font-weight: 600;
}

.page-header p {
    margin: 5px 0 0 0;
    font-size: 14px;
}

/* Filtres modernes */
.filters-panel {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    border: none;
    overflow: hidden;
    margin-bottom: 25px;
}

.filters-panel .panel-heading {
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    border: none;
    padding: 20px 25px;
}

.filters-panel .panel-heading h4 {
    color: white;
    margin: 0;
    font-weight: 600;
}

.filters-panel .panel-body {
    padding: 25px;
}

.form-control {
    border-radius: 8px;
    border: 2px solid #d9e1e9;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(40, 96, 144, 0.25);
}

/* Fix pour les listes déroulantes Chosen */
.chosen-container {
    width: 100% !important;
    position: relative;
    z-index: 1000;
}

.chosen-container-single .chosen-single {
    background: var(--white);
    border: 2px solid #e9ecef;
    border-radius: 8px;
    height: 45px;
    line-height: 41px;
    padding: 0 15px;
    color: var(--dark-grey);
    font-size: 14px;
    transition: all 0.3s ease;
}

.chosen-container-single .chosen-single:focus,
.chosen-container-active .chosen-single {
    border-color: var(--primary-blue) !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 96, 144, 0.25);
}

.chosen-container .chosen-drop {
    background: var(--white);
    border: 2px solid var(--primary-blue);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    z-index: 9999 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: -2px;
}

.chosen-container .chosen-results {
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.chosen-container .chosen-results li {
    padding: 10px 15px;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: all 0.3s ease;
}

.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.highlighted {
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    color: white;
}

.chosen-container .chosen-results li:last-child {
    border-bottom: none;
}

/* Fix spécifique pour éviter les conflits */
.filters-panel .chosen-container {
    z-index: 1050 !important;
}

.filters-panel .chosen-drop {
    z-index: 1051 !important;
}

/* Style pour les selects normaux (fallback) */
select.form-control {
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    background: var(--white);
    border: 2px solid #d9dee4;
    border-radius: 8px;
    color: var(--dark-grey);
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 40px;
}

select.form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(40, 96, 144, 0.25);
    outline: none;
}

/* Cartes statistiques modernes */
.stats-card {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    color: white;
    padding: 25px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stats-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.5s;
    opacity: 0;
}

.stats-card:hover::before {
    opacity: 1;
    left: 100%;
}

.stats-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

.stats-card h3 {
    margin: 0 0 10px 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.stats-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stats-card-success {
    background: linear-gradient(135deg, var(--accent-green) 0%, #2ecc71 100%);
}

.stats-card-warning {
    background: linear-gradient(135deg, var(--accent-orange) 0%, #e67e22 100%);
}

.stats-card-danger {
    background: linear-gradient(135deg, var(--accent-red) 0%, #c0392b 100%);
}

/* Tableau moderne avec largeurs fixes */
.tableau-suivi-moderne {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 25px;
}

.tableau-suivi-moderne .panel-heading {
    background: linear-gradient(135deg, var(--dark-grey), #34495e);
    border: none;
    padding: 20px 25px;
}

.tableau-suivi-moderne .panel-heading h4 {
    color: white;
    margin: 0;
    font-weight: 600;
}

.tableau-suivi-moderne .panel-body {
    padding: 0;
}

/* Container avec scroll horizontal */
.table-container {
    overflow-x: auto;
    max-width: 100%;
}

/* Table avec largeurs fixes et responsive */
.suivi-table-moderne {
    width: 100%;
    min-width: 1400px; /* Largeur minimale pour forcer le scroll horizontal */
    margin: 0;
    border-collapse: collapse;
    font-size: 0.9em;
    background: var(--white);
}

.suivi-table-moderne th {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle;
    padding: 12px 8px;
    font-weight: 600;
    color: var(--dark-grey);
    white-space: nowrap;
}

.suivi-table-moderne td {
    border: 1px solid #dee2e6;
    text-align: center;
    vertical-align: middle;
    padding: 10px 8px;
    white-space: nowrap;
}

/* Largeurs fixes pour les colonnes */
.col-indicateur {
    width: 350px !important;
    min-width: 350px !important;
    max-width: 350px !important;
    text-align: left !important;
    white-space: normal !important;
    word-wrap: break-word;
}

.col-reference {
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
}

.col-objectif,
.col-valeur,
.col-ecart,
.col-taux {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

.col-progression {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

.col-annee-header {
    width: 350px !important; /* 5 colonnes × 70px */
    min-width: 350px !important;
}

/* Styles pour le contenu des cellules */
.indicateur-nom {
    font-weight: 600;
    color: var(--dark-grey);
    padding: 15px 12px;
    line-height: 1.4;
}

.badge-cle {
    background: linear-gradient(135deg, var(--accent-orange), #e67e22);
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    margin-left: 8px;
    display: inline-block;
}

.unite-text {
    color: #6c757d;
    font-style: italic;
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.progression-positive {
    color: var(--accent-green);
    font-weight: 600;
}

.progression-negative {
    color: var(--accent-red);
    font-weight: 600;
}

.progression-neutre {
    color: #6c757d;
    font-weight: 600;
}

.objectif-atteint {
    background: linear-gradient(135deg, #d4edda, #c3e6cb) !important;
    color: var(--accent-green);
    font-weight: 600;
}

.objectif-non-atteint {
    background: linear-gradient(135deg, #f8d7da, #f1aeb5) !important;
    color: var(--accent-red);
    font-weight: 600;
}

/* Boutons d'action modernes */
.actions-panel {
    text-align: center;
    padding: 30px 0;
}

.btn-moderne {
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin: 0 10px;
}

.btn-moderne:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.btn-default-moderne {
    background: linear-gradient(135deg, #6c757d, #5a6268);
    border-color: #6c757d;
    color: white;
}

.btn-success-moderne {
    background: linear-gradient(135deg, var(--accent-green), #2ecc71);
    border-color: var(--accent-green);
    color: white;
}

/* Message d'alerte moderne */
.alert-moderne {
    border: none;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-left: 4px solid var(--secondary-blue);
}

.sidebar-nav {
    background: var(--white);
    min-height: 100vh;
    padding: 20px 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-right: 20px;
}

.sidebar-nav .nav-header {
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    color: white;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-weight: 600;
}

.sidebar-nav .nav-item {
    margin-bottom: 8px;
}

.sidebar-nav .nav-item a {
    display: block;
    padding: 12px 20px;
    color: var(--dark-grey);
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s;
    font-weight: 500;
}

.sidebar-nav .nav-item a:hover,
.sidebar-nav .nav-item a.active {
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    color: white;
    transform: translateX(5px);
}

/* Responsive design */
@media (max-width: 1200px) {
    .suivi-table-moderne {
        font-size: 0.8em;
    }
    
    .col-indicateur {
        width: 300px !important;
        min-width: 300px !important;
        max-width: 300px !important;
    }
}

@media (max-width: 768px) {
    .stats-card {
        margin-bottom: 15px;
    }
    
    .table-container {
        padding: 0 10px;
    }
    
    .suivi-table-moderne {
        font-size: 0.75em;
    }
    
    .col-indicateur {
        width: 250px !important;
        min-width: 250px !important;
        max-width: 250px !important;
    }
    
    .filters-panel .panel-body {
        padding: 20px 15px;
    }
}

/* Animation d'entrée */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-card,
.filters-panel,
.tableau-suivi-moderne {
    animation: fadeInUp 0.6s ease forwards;
}

.stats-card:nth-child(1) { animation-delay: 0.1s; }
.stats-card:nth-child(2) { animation-delay: 0.2s; }
.stats-card:nth-child(3) { animation-delay: 0.3s; }
.stats-card:nth-child(4) { animation-delay: 0.4s; }
.stats-card:nth-child(5) { animation-delay: 0.5s; }
.stats-card:nth-child(6) { animation-delay: 0.6s; }
/** END new CSS **/