﻿
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li,
table, tfoot, thead, tr, th, td,
article, aside, canvas, details, footer, header, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* Menu */
h2{
        color: white;
        font-size: 20px;
        text-align: center;
        padding-bottom : 10px;
}

/*li ul {
        display: none;
    }

        li ul li {
            display: block;
            float: none;
        }

            li ul li a {
                width: auto;
                min-width :100px;
            }*/

/*ul li a:hover + .hidden, hidden:hover {
        display: block;
    }*/

.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

/* HTML5 display-role reset for older browsers */
body {
    line-height: 1;
    font-size: 12px;
}

ol, ul {
    list-style: none;
}

html, body {
    height: 100%;
    font-family: 'Open Sans',arial,sans-serif;
}

html,
body,
.container-fluid,
.column {
    height: 100%;
}

/* font */
@font-face {
    font-family: 'icomoon';
    src: url('Fonts/icomoon.eot?c8m22a');
    src: url('Fonts/icomoon.eot?#iefixc8m22a') format('embedded-opentype'), url('Fonts/icomoon.woff?c8m22a') format('woff'), url('Fonts/icomoon.ttf?c8m22a') format('truetype'), url('Fonts/icomoon.svg?c8m22a#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    /*-moz-osx-font-smoothing: grayscale;*/
}

.icon-info:before {
    content: "\e600";
}

.icon-faves:before {
    content: "\e601";
}

.icon-star-empty:before {
    content: "\e602";
}

.icon-chart-column:before {
    content: "\e603";
}

.icon-mobile:before {
    content: "\e604";
}

.icon {
    margin-right: 0.917em;
}

/* Bootstrap overrides*/
/*.row,
.container-fluid {
    padding: 0;
    margin: 0;
}*/

.column {
    padding-left: 0;
    padding-right: 0;
}

/* Nav section */

ul#nav li a:hover, ul#nav li.active a {
    background-color: #212329 !important;
    Text-Decoration: None !important;
}

#nav-section {
    background-color: #35373d;
    width: 220px;
    float: left;
    height: 100%;
}

    #nav-section li.active {
        color: white !important;
        border-left: 5px solid #1996e4 !important;
        background-color: #212329 !important;
    }

    #nav-section li {
        border-bottom: 1px solid #4a4b51;
        white-space: nowrap;
        font-size: 11px;
        line-height: 11px;
        /*color: #b8bbc2;*/
        text-transform: uppercase;
        text-decoration: none;
        /*margin-left: 1em;*/
        font-size: 12px;
        padding: 2em 1.2em;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        color: #b8bbc2 !important;
        border-bottom: 1px solid #4a4b51;
        cursor: pointer;
    }

        #nav-section li a {
            color: #b8bbc2;
            text-transform: uppercase;
            text-decoration: none;
            margin-left: 1em;
            font-size: 12px;
            padding: 3em 1.2em;
        }

        #nav-section li:hover {
            /* background-color: #212329;*/
            background: #212329;
            color: white !important;
            letter-spacing: 1px;
            -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
            -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
            box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
            transition: all 0.4s ease 0s;
        }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li > a:hover,
    .nav > li > a:focus {
        background: none;
    }

 /*____________________ Login :_________________________*/

#dash-logo {
    color: #fff;
    background-color: #1996e4;
    text-align: center;
}
#dash-login{
    height: 60px;
    border-bottom: 1px solid #4a4b51;
    background-color: #212329;
}
#dash-login :hover{
    background-color: #212329;
}
 #logOff {
        position: absolute;
        top: -3px;
        z-index: 2;
        left : 170px;
        font-size: 10px;
        color: white !important;
    }
    #Content_User {
        position: absolute;
        z-index: 2;
        left: 15px;
        width: 400px !important;
        top: 110px;
        color:white;
        font-size: 15px;
    }
     #Content_User a {
       color : white !important;
       font-family: sans-serif;
    }
        #Content_User a:hover {
            background-color: #212329 !important;
            color: white;
        }
    b {
        color:#b8bbc2 ;
    }

/*__________________________________________________*/
#sidebar-nav {
    padding: 0;
}

#rights {
    position: absolute;
    bottom: 10px;
    left: 15px;
    padding-right: 15px;
    color: #848690;
    font-size: 10px;
}

    #rights p {
        margin: 5px 0;
    }

/* Toggle button */
#toggle-button {
    margin-top: 27px;
    border: none;
}

    #toggle-button:hover,
    #toggle-button:focus {
        background-color: transparent;
    }

    #toggle-button .icon-bar {
        background-color: #fff;
    }

/* Main section */
#main-section {
    float: none;
    width: auto;
    overflow: hidden;
    height: 100%;
    background-color: #eee;
}

#employee-list {
    height: 100%;
}

#dash-logo,
#main-section-header > h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
}

#main-section-header > h2 {
    padding-left: 1.667em;
    white-space: nowrap;
}

#main-section-header {
    height: auto;
    border-bottom: 1px solid #ededee;
    -moz-box-shadow: 1px 0 4px #ededee;
    -webkit-box-shadow: 1px 0 4px #ededee;
    box-shadow: 1px 0 4px #ededee;
    background-color: #fff;
}

/* team efficiency */
#dateFilter {
    padding: 30px;
    text-align: right;
}

#employee-list,
#employee-details-wrapper {
    padding: 0;
}

#employee-details-wrapper {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
}

#employee-details {
    overflow-y: auto;
    overflow-x: hidden;
}

#employee-list,
#EmployeesList {
    background-color: #eee;
}

    #employee-list h3 {
        padding: 2.5em 2.727em;
        font-size: 11px;
        color: #35373d;
        border-bottom: 1px solid #dbdbdb;
    }

.employee-wrapper {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #dbdbdb;
    padding: 1.25em 0;
    margin-left: 2.5em;
}

.employee.k-state-selected {
    background-color: #6abd2d;
}

    .employee.k-state-selected .employee-wrapper {
        border-top: 1px solid #6abd2d;
        border-bottom: 1px solid #6abd2d;
    }

#EmployeesList {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 154px);
}

#employee-details-wrapper {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 86px);
}

.name {
    font-size: 14px;
    color: #35373d;
}

.title {
    font-size: 9px;
    line-height: 9px;
    color: #8a8b8f;
    text-transform: uppercase;
    display: inline-block;
}

.phone {
    font-size: 10px;
    line-height: 10px;
    color: #35373d;
}

.k-state-selected .name,
.k-state-selected .title {
    color: #fff;
}

.bioTooltip {
    font-size: 9px;
    line-height: 9px;
}

#employee-quarter-sales-label,
#employee-average-sales-label {
    font-size: 36px;
    display: inline-block;
    margin: 0 auto 10px;
}

.employee-list-image,
.employee-details-image,
.employee-list-details,
.employee-bio-details {
    display: inline-block;
}

.employee-list-image {
    border-radius: 30px;
    margin-right: 5px;
}

.employee-details-image {
    border-radius: 45px;
    border: 2px solid #737374;
    margin-right: 20px;
}

#employee-about {
    border-bottom: 1px solid #eaeaeb;
}

    #employee-about .row {
        padding: 30px 0;
    }

    #employee-about h3,
    #employeeSchedule h3,
    .section-header {
        font-size: 11px;
        color: #35373d;
        text-transform: uppercase;
        padding-bottom: 1.091em;
        padding: 15px 0;
    }

#employeeSchedule {
    padding-left: 30px;
    padding-bottom: 20px;
    background-color: #fff;
}

.placeholder {
    margin-bottom: 20px;
}

.employee-list-details,
.employee-bio-details {
    vertical-align: middle;
}

    .employee-bio-details dt {
        font-size: 18px;
        line-height: 18px;
        margin: 4px auto;
    }

    .employee-bio-details dd {
        margin: 4px auto;
    }

.period-wrapper {
    display: inline-block;
}

.select-period {
    margin-right: 0.833em;
    margin-left: 2.500em;
    text-transform: uppercase;
    font-weight: normal;
}

/* Kendo widgets */
.k-sparkline {
    display: inline-block;
    width: 100%;
}

.k-tooltip {
    width: 200px;
}

.k-widget k-grid k-display-block k-editable {
    color : black !important ;
}


/* Regional sales */
#statsContainer {
    background-color: #fff;
}

#regional-sales {
    border: none;
    overflow-y: auto;
    height: calc(100% - 86px);
}

    #regional-sales .row {
        height: auto;
    }

#map-wrapper {
    background-color: #eeeeee;
}

#map-details span {
    line-height: 13px;
}

#countryCustomers {
    font-size: 11px;
}

#topProductsContainer {
    padding: 15px;
}

    #topProductsContainer h3 {
        padding-left: 15px;
    }

/* Products & Orders*/

#products-orders-main-content {
    border: none;
    overflow: auto;
    height: 100%;
    height: calc(100% - 86px);
    color: #464648;
    font-size: 11px;
}

p {
    display: block;
}

#orders {
    height: calc(100% - 87px);
}

    #orders .k-grid-content {
        height: calc(100% - 151px);
    }

#products-orders-main-content .k-tooltip {
    width: 140px;
}

    #products-orders-main-content .k-tooltip th {
        text-align: left;
    }

    #products-orders-main-content .k-tooltip td {
        border: 0;
    }

.product-details {
    display: inline-block;
    height: 100%;
}

.product-name-cat,
.product-details-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.product-details-wrapper {
    color: #0d1016;
    width: 100%;
}

.product-details-image {
    border-radius: 55px;
    border: 1px solid #eaeaeb;
    margin-right: 1.667em;
}

.product-name {
    font-size: 14px;
}

.product-category {
    font-size: 9px;
    color: #8a8b8f;
    text-transform: uppercase;
}

.product-details {
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
}

    .product-details .k-sparkline {
        width: 80%;
        height: 50px;
    }

    .product-details span {
        font-size: 36px;
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

.product-details-wrapper h5 {
    font-size: 11px;
    vertical-align: middle;
    top: 20%;
    position: relative;
    margin-bottom: 20px;
}

.stats-graph {
    padding: 15px 30px 30px;
}

#market-share-label,
#revenue-label,
#orders-label,
#customers-label,
#countryName {
    font-size: 36px;
    text-transform: uppercase;
}

.k-detail-cell .k-tabstrip .k-content {
    padding: 0.2em;
}

.shipping-details ul {
    list-style: none;
    font-style: italic;
    margin: 15px;
    padding: 0;
}

    .shipping-details ul li {
        margin: 0;
        line-height: 1.7em;
    }

.shipping-details label {
    display: inline-block;
    width: 90px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}

/* About */
#map-wrapper {
    padding: 15px;
}

#map {
    height: 350px;
    outline: 0;
}

#about {
    font-size: 15px;
    line-height: 24px;
}

    #about > div {
        padding: 90px 60px;
    }

    #about p {
        padding-bottom: 1em;
        max-width: 960px;
    }

    #about ul {
        list-style: disc;
        color: #428bca;
    }

.section-title {
    font-size: 36px;
    color: #35373d;
    padding-bottom: 1em;
}

.section-sub-title {
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: .5em;
}

.section-white {
    background-color: #fff;
}

.download-btn {
    color: #fff;
    background-color: #ee5315;
    border: 1px solid #ee5315;
    background-clip: padding-box;
    position: relative;
    display: inline-block;
    padding: 0.667em 2.000em;
    line-height: 0.933em;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    border-radius: 2px;
    -webkit-appearance: none;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin: 1em 0 0;
}

    .download-btn:hover {
        background-color: #c2410e;
        border-color: #c2410e;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
    }

    .download-btn span {
        display: block;
        font-size: 10px;
        margin-bottom: -3px;
    }

/*max-width: 768px -> .col-xs- */
@media screen and (max-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .column {
        height: auto;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }

    .row-offcanvas-left.active {
        left: 50%;
    }

    #main-section-header {
        font-size: 8px;
    }

    .employee-list-details .title,
    .employee-list-details .name {
        display: none;
    }

    .employee-list-image {
        display: inline-block;
    }

    .employee-wrapper {
        margin: auto;
        text-align: center;
    }

    #nav-section {
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 9999;
        overflow: hidden;
        overflow-y: auto;
        top: 0;
    }

    #main-section {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    #main-section-header > h2,
    #dateFilter {
        display: block;
        width: 100%;
        text-align: center;
    }

    #main-section-header > h2 {
        padding-bottom: 15px;
    }

    #dateFilter {
        padding-top: 15px;
    }

    #employee-list h3 {
        display: none;
    }

    #rights {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    .select-period {
        display: none;
    }

    .period-wrapper {
        margin: 5px auto;
    }
}

@media screen and (min-width: 381px) and (max-width: 396px) {
    .select-period {
        display: none;
    }
}

/* custom */
@media screen and (min-width: 525px) and (max-width: 557px) {
    #employee-list h3 {
        font-size: 8px;
    }
}

@media screen and (min-width: 558px) and (max-width: 632px) {
    .select-period {
        margin: 0;
    }
}
/* End - custom */

/*min-width: 768px -> .col-sm- */
@media screen and (min-width: 768px) and (max-width:992px) {
    #employee-quarter-sales-label,
    #employee-average-sales-label {
        font-size: 24px;
    }

    .select-period {
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width:1204px) {
}

/* Custom */
@media screen and (min-width: 768px) and (max-width: 831px) {
    #main-section-header h2 {
        font-size: 12px;
    }

    .period-wrapper {
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 863px) {
    #main-section-header h2 {
        padding-right: 0;
        font-size: 12px;
    }
}

@media screen and (max-width:960px) {
    #market-share-label,
    #revenue-label,
    #orders-label,
    #customers-label,
    #countryName {
        font-size: 24px;
    }
}

@media screen and (min-width: 863px) and (max-width:1040px) {
    #main-section-header h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 505px) {
    #market-share-label,
    #revenue-label,
    #orders-label,
    #customers-label,
    #countryName {
        font-size: 14px;
    }
}

@media screen and (max-width: 1096px) {
    .employee-list-details .title,
    .employee-list-details .name {
        display: none;
    }

    .employee-list-image {
        display: inline-block;
    }

    #team-efficiency {
        font-size: 14px;
    }

    #employee-list h3,
    .employee-wrapper {
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 1160px) {
    .product-details span {
        font-size: 24px;
    }

    .product-details-wrapper h5 {
        top: 0;
    }

    .product-name-cat {
        display: none;
    }
}

@media screen and (max-width: 1196px) {
    .employee-details-image {
        display: none;
    }
}

@media screen and (min-width: 1092px) and (max-width: 1570px) {
    .employee-list-image {
        display: none;
    }
}
/* End custom */

/* Empty charts overlays */
#topProductsContainer,
.sparkline-container {
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    filter: alpha(opacity=60);
    background: #fff;
    text-align: center;
}

    .overlay div {
        position: relative;
        font-size: 34px;
        margin-top: -17px;
        top: 50%;
    }

/* clear floats */
.employee:after,
.bio:after {
    content: "";
    clear: both;
    display: block;
}

/*.row, .container-fluid {
    padding: 0;
    margin: 0;
}*/

.collapse {
    visibility: visible !important;
}

/* ========== DESIGN PROFESSIONNEL BLEU ========== */

/* ========== MENU COMPACT PROFESSIONNEL ========== */

/* Container principal du menu */
#nav-section {
    background: linear-gradient(180deg, #1e3a5f 0%, #0f1f38 100%);
    width: 240px;
    float: left;
    height: 100%;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1000;
}

    #nav-section.collapsed {
        width: 65px;
    }

        #nav-section.collapsed .logo-text,
        #nav-section.collapsed .user-name,
        #nav-section.collapsed #lvmenu li span,
        #nav-section.collapsed .logout-text {
            opacity: 0;
            visibility: hidden;
        }



/* Username en haut - Compact */
#user-section {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: all 0.3s ease;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

#nav-section.collapsed .user-info {
    justify-content: center;
}

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #357ebd 0%, #31708f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    font-weight: 600;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

    .user-avatar:hover {
        transform: scale(1.05);
        box-shadow: 0 3px 10px rgba(53, 126, 189, 0.4);
    }

.user-name {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    text-align: left;
    transition: opacity 0.3s ease;
}

/* Navigation Menu - Compact */
#sidebar-nav {
    padding: 8px 0;
    height: calc(100% - 180px);
    overflow-y: auto;
    overflow-x: hidden;
}

    #sidebar-nav::-webkit-scrollbar {
        width: 4px;
    }

    #sidebar-nav::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    #sidebar-nav::-webkit-scrollbar-thumb {
        background: rgba(53, 126, 189, 0.4);
        border-radius: 2px;
    }

        #sidebar-nav::-webkit-scrollbar-thumb:hover {
            background: rgba(53, 126, 189, 0.6);
        }

/* Menu Items - Petites icônes */
#nav-section li {
    border-bottom: none;
    white-space: nowrap;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: none;
    text-decoration: none;
    padding: 10px 16px;
    margin: 2px 10px;
    width: calc(100% - 20px);
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    border-radius: 8px;
    font-weight: 500;
}

#nav-section.collapsed li {
    text-align: center;
    padding: 10px;
}

#nav-section li:hover {
    background: linear-gradient(90deg, rgba(53, 126, 189, 0.25) 0%, rgba(53, 126, 189, 0.1) 100%);
    color: #ffffff;
    transform: translateX(3px);
    box-shadow: 0 2px 6px rgba(53, 126, 189, 0.2);
}

#nav-section.collapsed li:hover {
    transform: translateX(0) scale(1.05);
}

#nav-section li.active {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(53, 126, 189, 0.4) 0%, rgba(49, 112, 143, 0.2) 100%);
    font-weight: 600;
    border-left: 3px solid #357ebd;
    padding-left: 13px;
}

#nav-section.collapsed li.active {
    border-left: none;
    border-bottom: 3px solid #357ebd;
    padding: 10px;
}

/* Petites icônes */
#nav-section li i.fa {
    margin-right: 10px;
    font-size: 14px;
    width: 18px;
    text-align: center;
    transition: all 0.3s ease;
}

#nav-section.collapsed li i.fa {
    margin-right: 0;
    font-size: 16px;
}

#nav-section li.active i.fa {
    color: #ffffff;
    text-shadow: 0 0 6px rgba(53, 126, 189, 0.6);
}

#nav-section li:hover i.fa {
    transform: scale(1.1);
}

/* Icône angle pour sous-menus */
#nav-section li i.fa-angle-right {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s ease;
    margin: 0;
    width: auto;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

#nav-section.collapsed li i.fa-angle-right {
    display: none;
}

#nav-section li.has-submenu:hover i.fa-angle-right {
    transform: translateY(-50%) translateX(2px);
    color: rgba(255, 255, 255, 0.9);
}

/* Bouton retour */
#nav-section ul li[onclick="back()"] {
    background: linear-gradient(90deg, rgba(53, 126, 189, 0.3) 0%, rgba(49, 112, 143, 0.2) 100%);
    border: 1px solid rgba(53, 126, 189, 0.4);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

    #nav-section ul li[onclick="back()"]:hover {
        background: linear-gradient(90deg, rgba(53, 126, 189, 0.45) 0%, rgba(49, 112, 143, 0.3) 100%);
        border-color: rgba(53, 126, 189, 0.6);
    }

/* Bouton déconnexion en bas - Petit */
#logout-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.35) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.logout-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-btn {
    background: linear-gradient(135deg, #357ebd 0%, #31708f 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 9px 14px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    width: 100%;
    justify-content: center;
}

    .logout-btn:hover {
        background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
    }

    .logout-btn i {
        font-size: 13px;
    }

#nav-section.collapsed .logout-btn {
    padding: 9px;
    width: auto;
}

#nav-section.collapsed .logout-text {
    display: none;
}

/* Masquer les anciens éléments */
#dash-login,
#profile-section,
#Content_User,
#logOff,
.logo-text,
.toggle-icon {
    display: none !important;
}

/* Main section ajustement */
#main-section {
    float: none;
    width: auto;
    margin-left: 240px;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    background-color: #f5f7fa;
}

#nav-section.collapsed ~ #main-section {
    margin-left: 65px;
}

/* Header principal */
#main-section-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
    border-bottom: 2px solid #357ebd;
    box-shadow: 0 2px 8px rgba(53, 126, 189, 0.1);
}

    #main-section-header h2 {
        color: #1e3a5f;
        font-weight: 700;
    }

/* Responsive */
@media screen and (max-width: 768px) {
    #nav-section {
        width: 100%;
        transform: translateX(-100%);
        position: fixed;
        z-index: 9999;
    }

        #nav-section.active {
            transform: translateX(0);
        }

        #nav-section.collapsed {
            width: 100%;
        }

    #main-section {
        margin-left: 0 !important;
    }

    #toggle-button {
        display: block !important;
    }

    #logout-section {
        position: relative;
    }
}

@media screen and (min-width: 769px) {
    #toggle-button {
        display: none;
    }
}

/* Animations */
#nav-section li {
    opacity: 0;
    animation: slideInLeft 0.4s ease forwards;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#lvmenu li:nth-child(1) {
    animation-delay: 0.05s;
}

#lvmenu li:nth-child(2) {
    animation-delay: 0.1s;
}

#lvmenu li:nth-child(3) {
    animation-delay: 0.15s;
}

#lvmenu li:nth-child(4) {
    animation-delay: 0.2s;
}

#lvmenu li:nth-child(5) {
    animation-delay: 0.25s;
}

#lvmenu li:nth-child(6) {
    animation-delay: 0.3s;
}

#lvmenu li:nth-child(7) {
    animation-delay: 0.35s;
}

#lvmenu li:nth-child(8) {
    animation-delay: 0.4s;
}

/* Icône principale du menu item */
#nav-section li i.fa:not(.fa-angle-right):not(.fa-arrow-left) {
    margin-right: 10px;
    font-size: 14px;
    width: 18px;
    text-align: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

#nav-section.collapsed li i.fa:not(.fa-angle-right):not(.fa-arrow-left) {
    margin-right: 0;
    font-size: 16px;
}

/* Style par défaut si aucune icône n'est définie */
#nav-section li i.fa-circle {
    font-size: 8px;
    opacity: 0.6;
}

#nav-section li.active i.fa:not(.fa-angle-right):not(.fa-arrow-left) {
    color: #ffffff;
    text-shadow: 0 0 6px rgba(53, 126, 189, 0.6);
}

#nav-section li:hover i.fa:not(.fa-angle-right):not(.fa-arrow-left) {
    transform: scale(1.1);
}

/* Logo section - Compact et cliquable */
#dash-logo {
    background: linear-gradient(135deg, #bce8f1 0%, #3276b1 100%);
    text-align: center;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

    #dash-logo:hover {
        background: linear-gradient(135deg, #3d8ed3 0%, #3a7fa0 100%);
        box-shadow: 0 4px 12px rgba(53, 126, 189, 0.3);
    }

    #dash-logo .logo-icon {
        width: 70%;
        object-fit: contain;
        transition: all 0.3s ease;
        /* FILTER SUPPRIMÉ - Le logo garde ses couleurs d'origine */
        display: block;
        margin: 0 auto;
    }

/* Logo plus petit quand le menu est réduit */
#nav-section.collapsed #dash-logo {
    padding: 16px;
}

    #nav-section.collapsed #dash-logo .logo-icon {
        width: 35px;
        height: 35px;
    }

#dash-logo:hover .logo-icon {
    transform: scale(1.1) rotate(5deg);
}