/************** CSS  **************/

/* Fond */
/* === PAGE CONNEXION === */
.login-page {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  background-attachment: fixed;
  font-family: Arial, sans-serif;
  min-height: 100vh;
}

.login-page .content-wrapper,
.login-page .right-side,
.login-page .main-sidebar,
.login-page .main-header,
.login-page .navbar,
.login-page .skin-blue {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  background-attachment: fixed;
  font-family: Arial, sans-serif;
  min-height: 100vh;
}

/* === DASHBOARD ET AUTRES === */
.dashboard-page {
  background: #f4f4f4 !important;
  font-family: Arial, sans-serif;
}

.dashboard-page .content-wrapper,
.dashboard-page .right-side,
.dashboard-page .main-sidebar,
.dashboard-page .main-header,
.dashboard-page .navbar,
.dashboard-page .skin-blue {
  background:  #f4f4f4 !important;
  font-family: Arial, sans-serif;
}
/* autres pages */
.other-page {
  background: #fff !important;
  font-family: Arial, sans-serif;
}

.other-page .content-wrapper,
.other-page .right-side,
.other-page .main-sidebar,
.other-page .main-header,
.other-page .navbar,
.other-page .skin-blue {
  background: #fff !important;
  font-family: Arial, sans-serif;
}
.msa-header {
  position: fixed;
  top: 16px;
  left: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

/* les box */

box {
    position: relative;
    border-radius: 3px;
    color: blue;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}


/* PROFIL*/
.profil-wrapper {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 15px #777;
  max-width: 850px;
  margin: 50px auto;
  background-color: white;
}

.profil-card {
  background: linear-gradient(135deg, #4942ea, #4eaee5);
  width: 35%;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  margin-right: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.profile-card h3 {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  }
.profile-card p {
  margin-top: 5px;
  background: rgba(255,255,255,0.2);
  padding: 5px 12px;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  }

.profil-img {
  width: 100%;
  border-radius: 10%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

 .profile-info {
   background: white;
   width: 65%;
    margin-left: 20px;
   padding: 30px 40px;
 }

.profile-info h4 {
  color: #7b2ff7;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  }

.info-box {
  display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 15px;
}

.info-item {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 5px;
  }

.info-label {
  color: #1d27ad;
  font-size: 15px;
  font-weight: bold;
  display: block;
  }

.info-value {
  color: #333;
  font-weight: 500;
  font-size: 15px;
}

.profil-title {
  color: #d32f2f;
  font-weight: bold;
  margin-bottom: 15px;
}



/* SIDEBAR */
.skin-blue .main-header .logo {
    background-color: white;
    color: blue;
    font-weight: bold;
    margin-left: -15px;
    font-size: 16px;
}

.skin-blue .main-header .logo:hover {
    background-color: white;
    color:red;
}

.skin-blue .main-header .navbar {
    background-color: white;
}
.main-header {
  background-color: white;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
}

/* Ajuster le body pour compenser le header fixe */
.content-wrapper {
  margin-top: 50px !important;
}

/* Sidebar - Hauteur complète */
.main-sidebar {
  position: fixed !important;
  top: 50px !important;
  height: calc(100vh - 50px) !important;
  overflow-y: auto !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sidebar {
  height: 100% !important;
  overflow-y: auto !important;
  padding-bottom: 50px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.sidebar-menu {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Menu sidebar - item actif */
.skin-blue .main-sidebar .sidebar .sidebar-menu > li.active > a {
    background-color: white !important;
    color: #0d6efd !important;
    font-weight: bold;
    border-left: 4px solid #0d6efd;
}

.skin-blue .main-sidebar .sidebar .sidebar-menu > li:hover > a {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #0d6efd !important;
}

.skin-blue .main-sidebar .sidebar .sidebar-menu > li > a {
    color: white;
}

.sidebar_icon {
  position:fixed;
  bottom: 80px;
  top: auto;
  height:auto;
  width:180px;
}

/* VALUE BOX*/
.small-box {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background: linear-gradient(135deg, #f0f4ff 0%, #e0e7ff 100%) !important;
    border-left: 6px solid #0d6efd !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15) !important;
    padding: 16px 20px !important;
    color: #0d6efd !important;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s !important;
}

.small-box:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25) !important;
}

/* Texte */
.small-box h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #0d6efd !important;
    margin: 0 !important;
}

.small-box p {
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #667eea !important;
    margin: 2px 0 0 0 !important;
}

/* Icône */
.small-box .icon {
    background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%) !important;
    color: white !important;
    border-radius: 12px !important;
    font-size: 26px !important;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3) !important;
}

.small-box .inner {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

/* RADIO GROUP BTN */
  .btn-group-container-sw {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 4px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      }

      /* Btns individuels */
      .btn-group-container-sw .btn {
        border: none !important;
        border-radius: 10px !important;
        font-weight: 600;
        color: #0d6efd !important;
        background-color: transparent !important;
        transition: all 0.3s ease-in-out;
        padding: 12px 24px;
        font-size: 15px;
      }

      /* Bouton sélectionné */
      .btn-group-container-sw .btn.active {
        background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%) !important;
        color: white !important;
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
        transform: translateY(-2px);
      }

      /* Hover boutons inactifs */
      .btn-group-container-sw .btn:hover:not(.active) {
        background-color: #e8f0ff !important;
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(102, 126, 234, 0.2);
      }


/* Icons */

.fa-solid, .fas {
    color: #4040cb;
}

.value-box-icon .fa {
  font-size: 24px !important;
}


/* ============ PAGE TITLES ============ */
.page-title {
  background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%);
  color: white;
  padding: 20px 30px;
  margin: -15px -15px 25px -15px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
}

/* Supprimer le padding au contenu */
.tab-content {
  padding-top: 0 !important;
}


/* ============ PROFILE STYLES ============ */
.profile-container {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 0;
  overflow: hidden;
}

.profile-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 40px 30px;
  text-align: center;
  color: white;
}

.profile-photo-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.profile-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.profile-photo-placeholder {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd 0%, #2575fc 100%);
  border: 5px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-admin {
  display: inline-block;
  background: rgba(255, 215, 0, 0.9);
  color: #333;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.badge-member {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  border: 2px solid white;
}

.profile-info {
  padding: 30px;
}

.info-item {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
}

.info-item strong {
  color: #0d6efd;
  font-weight: 600;
  display: inline-block;
  min-width: 120px;
}

.info-item span {
  color: #333;
}


/* ============ SIDEBAR PROFILE ============ */
.sidebar-profile {
  margin-top: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.sidebar-profile .treeview-menu {
  background: rgba(0, 0, 0, 0.2) !important;
}


/* ============ LOGOUT BUTTON ============ */
.btn-logout:hover {
  background: linear-gradient(135deg, #c82333 0%, #bd2130 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
  transition: all 0.3s ease;
}

.fa-regular, .far {
    color: #4040cb;
}

/*. RADIO BUTTON*/
/*.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    color: blue;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
    color: blue;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: blue;
}*/

/* CONNEXION*/
.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #0911da;
   background-color: #0911da;
}

.box.box-solid.box-primary {
    border: 1px solid #0911da;
}

 .login-container {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }

  .login-box {
        background-color: white;
        border-radius: 14px;
        padding: 100px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
        width: 100%;
        max-width: 450px;
        text-align: center;
      }
      .login-box h2 {
        margin-bottom: 20px;
      }
      .login-box input[type='text'],
      .login-box input[type='password'] {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
      }
/* === BOUTONS === */
.btn-primary, .btn-success, .btn-info, .btn-warning {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: bold !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}

.btn-primary:hover, .btn-success:hover, .btn-info:hover {
    background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4) !important;
}

.btn-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    border: none !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 8px !important;
}

.btn-danger:hover {
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4) !important;
}

/* Boutons de login */
.btn-login, .btn-register {
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s;
}

.btn-secondary {
    width: 100%;
    padding: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    margin-top: 10px;
}

.btn-register:hover {
    background: linear-gradient(135deg, #667eea 0%, #0d6efd 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-login:hover {
    background: linear-gradient(135deg, #667eea 0%, #0d6efd 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
}

/*app sous-thèmes*/
p {
    margin: 0 0 10px;
    font-weight: bold;
    color: #555;
}

/* BOX des APP*/
.box.box-solid.box-warning>.box-header {
    color: #22279f;
    background: #22279f;
    background-color: white;
}

.rec_app {
  box-shadow: 0 5px 10px rgba(102, 204, 255, 0.9);
  color: #66ccff;
}

.success {
    box-shadow: 0 5px 10px rgb(71 163 45 / 90%);
    color: #8fbf47;
}

.mess-box{
   box-shadow: 0 5px 10px  rgba(255, 0, 0, 0.7);
   color:red;
}

.primary{
  box-shadow: 0 5px 10px  #6363d6;
   color:#6363d6;
}

.sub-title   {
   box-shadow: 0 5px 5px rgba(255, 0, 0, 0.6);
}


/* DIAPO */
  .slideshow-container {
          width: 100%;
          max-width: 400px;
          position: relative;
          margin: auto;
          border: 2px solid white;
          border-radius: 15px;
          overflow: hidden;
        }

        .mySlides {
          width: 100%;
           height: 500px;
           margin: auto;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 10px;
        }

        .mySlides img {
         max-width: 100%;
          max-height: 100%;
          object-fit: contain;
          border-radius: 10px;
        }


/**PARTIE USER */
 .info {
    font-weight: bold;
    color: white;
    display: inline-block;
    width: 100px;
    font-size: 18px;
    font-family: cursive;
    text-overflow: ellipsis;
  }

    .title {
    margin-bottom: 10px;
    font-size: 14px;
    color: RED;
    margin-left: -15px;
  }

 .sidebar {
          background: linear-gradient(to bottom, #2575fc, blue);
          height: 100vh;
          color: white;
          padding: 20px;
        }
.content-panel {
  width: 800px;
  height: 500px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #f9f9f9;
}

  .content-image  {
  width: 100%;
  height: 100%;
 /* height: auto;*/
  display: block;
  margin: 0 auto;
  max-height: 93vh;
  object-fit: contain;
}

 /* img.content-image {
    margin-left: 20px;
    max-width: 95%;
    height: auto;
  }*/

.sidebar h3, .sidebar p {
          text-align: center;
}

.profile-btn {
  display: block;
  background-color: white;
  color: black;
  margin: 10px auto;
  padding: 6px 14px;
  border-radius: 6px;
  text-align: center;
  width: auto;
  transition: background 0.2s;
}

.icon-btn {
  background-color: white;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 50%;
  padding: 0;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

.icon-btn:hover {
  background-color:#18d1e4;
}

.profile-btn:hover {
  background-color:#2bc8df;
}

.hidden-content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.hidden-content.visible {
  opacity: 1;
  pointer-events: all;
}

        .menu-btn {
          background-color: transparent;
          border: none;
          color: white;
          text-align: left;
          width: 100%;
          padding: 10px 0;
        }
        .tab-button {
          background: linear-gradient(to right, #6a11cb, #2575fc);
          border: none;
          color: white;
          padding: 10px 20px;
          margin-right: 10px;
          border-radius: 20px;
          font-weight: bold;
        }

.custom-box {
    box-shadow: 0 5px 10px;
    color: blue;
    padding: 20px;
}

 .apps-box {
        flex: 1;
        background: white;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.05);
        border: 2px solid transparent;
        text-align: center;
      }
      .box1 { border-color: blue; }
      .box2 { border-color: #9b59b6; }
      .box3 { border-color: #4da6ff; }
      .big-box {
        background: white;
        border: 2px solid #9b59b6;
        border-radius: 14px;
        padding: 30px;
        text-align: center;
        box-shadow: 0 3px 6px rgba(0,0,0,0.05);
      }
      .big-box h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
      }
      .big-box p {
        margin: 0;
        color: #555;
      }

.btn-custom {
      background-color: #237e10!important;
      color: white !important;
      border: none !important;
      font-weight: 500;
      padding: 10px 20px;
      border-radius: 8px;
      transition: 0.2s;
    }
    .btn-custom:hover {
      background-color: #6ccfd6 !important;
    }


.modal-title {
    color: blue;
    margin: 0;
    line-height: 1.42857143;
}

.btn-back{
    background-color: white;
    color: #ff0031;
    border: none;
    border-radius: 8px;
    border: 3px solid;
}

#extra_buttons.hidden {
  visibility: hidden;
  height: 0;
}

.int-pole-btn{
    color: #9523d4;
    border: 3px solid;
    border-radius: 10px;
}

.dash_photo {
  width: 250px;
  height: 300px;
  padding: 10px;
  background-color: tra;
 /* border: 2px solid #2575fc;*/
  border-radius: 15px;
/*  box-shadow: 0 5px 15px rgba(37, 117, 252, 0.4);*/
             display: flex;
             justify-content: center;
             align-items: center;
             overflow: hidden;
}

/* === STATUTS MEMBRES === */
.statut-actif {
  color: #28a745 !important;
  font-weight: bold;
}

.statut-inactif {
  color: #dc3545 !important;
  font-weight: bold;
}

.badge-statut {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}

.badge-statut-actif {
  background-color: #d4edda;
  color: #28a745;
  border: 2px solid #28a745;
}

.badge-statut-inactif {
  background-color: #f8d7da;
  color: #dc3545;
  border: 2px solid #dc3545;
}

/* === TABLES DataTables === */
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    border: 2px solid #0d6efd !important;
    border-radius: 6px !important;
    padding: 5px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%) !important;
    border: none !important;
    color: white !important;
    border-radius: 6px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    color: white !important;
}

table.dataTable thead th {
    background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%) !important;
    color: white !important;
    font-weight: bold !important;
    border: none !important;
}

table.dataTable tbody tr:hover {
    background-color: rgba(102, 126, 234, 0.1) !important;
}

table.dataTable tbody tr {
    border-bottom: 1px solid #e0e7ff !important;
}

/* === TITRES === */
h1, h2, h3, h4 {
    color: #0d6efd !important;
    font-weight: bold !important;
}

h2 {
    border-bottom: 3px solid #667eea;
    padding-bottom: 10px;
    display: inline-block;
}

/* === MODAL === */
.modal-header {
    background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%) !important;
    color: white !important;
}

.modal-title {
    color: white !important;
    font-weight: bold !important;
}

/* === SELECT INPUT === */
.selectize-input, .form-control {
    border: 2px solid #0d6efd !important;
    border-radius: 8px !important;
}

.selectize-input:focus, .form-control:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25) !important;
}

/* === MODAL PROFIL MEMBRE === */
.modal-profil-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}

.profil-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  border: 4px solid #667eea;
}

.profil-avatar-initiales {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 40px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* ============ NOUVEAU PROFIL SIDEBAR ============ */
.sidebar-user {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
  color: white;
}

.info-user-item {
  padding: 8px 10px;
  margin: 5px 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-size: 14px;
}

.info-user-item b {
  color: #ffd700;
}

.profile-action-btn {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
  border: none !important;
  color: white !important;
  padding: 10px 20px !important;
  margin: 5px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  width: 90% !important;
}

.profile-action-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(17, 153, 142, 0.4) !important;
}

.profile-main-content {
  padding: 20px;
}

.info-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.info-card h4 {
  color: #667eea;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e7ff;
}

/* ============ PAGE ACTIVITÉS ============ */
.tab-button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border: none !important;
  color: white !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
}

.tab-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

.tab-button-active {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
  border: none !important;
  color: white !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4) !important;
}

.association-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.association-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.association-card h4 {
  color: #f5576c;
  margin-bottom: 10px;
}

/* ============ CARTES LIVRES ============ */
.livre-card {
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.livre-card:hover {
  transform: translateY(-5px);
}

.livre-card h4 {
  font-weight: bold;
  margin-top: 10px;
}

.livre-card p {
  font-size: 14px;
  margin: 5px 0;
}

/* ============ NAVIGATION AFFICHES ============ */
.prev:hover, .next:hover {
  background: rgba(102, 126, 234, 1) !important;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5);
}

/* ============ PROFILE CARD ============ */
.profile-card {
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}

.profile-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.profile-info-section {
  margin-top: 20px;
}

.profile-info-item {
  padding: 15px;
  margin: 10px 0;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #667eea;
  font-size: 15px;
  transition: all 0.2s ease;
}

.profile-info-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

/* Hover effect for action buttons */
button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.5) !important;
}

/* ============ MODULE CELLULES ============ */
.info-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.info-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.info-card h4 {
  margin-top: 0;
  font-weight: bold;
}

/* Leaflet map styling */
.leaflet-container {
  border-radius: 10px;
  overflow: hidden;
}

.leaflet-popup-content {
  font-size: 14px;
  font-weight: 500;
}

.leaflet-popup-content-wrapper {
  border-radius: 10px;
}

/* ============ MODULE POLES - DETAIL CARDS ============ */
.pole-detail-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}

.pole-detail-card h3:hover {
  color: #764ba2;
}

/* Radio buttons style */
.radio-inline {
  margin-right: 20px;
}

.radio-inline input[type="radio"] {
  margin-right: 5px;
}

.radio label {
  font-size: 16px;
  font-weight: 600;
  color: #667eea;
  padding: 10px 20px;
  cursor: pointer;
}

.radio input[type="radio"]:checked + span {
  color: #667eea;
  font-weight: bold;
}
