h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
td,
th,
small {
  font-family: "Montserrat", "Roboto", sans-serif;
}

.table-scroll-wrapper {
  max-height: 60vh; /* ou la hauteur que tu souhaites */
  overflow-y: auto;
}

/* Pour éviter que l'en-tête ne bouge avec le scroll */
.table-scroll-wrapper table {
  width: 100%;
  border-collapse: collapse;
}


/* Supprimer l'icône loupe */
.dataTables_filter input {
  background-image: none !important;
  padding-left: 8px !important;
}

/* Boutons à gauche */
.left-buttons {
  display: flex;
  gap: 8px;
}

.right-search input {
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 0.9rem;
      margin-bottom: 10px;
}

/* Pour que le placeholder soit visible en blanc */
.right-search input::placeholder {
  color: #eee;
}

.navbar-top.navbar-slim {
  min-height: 4.7rem;
  background-color: #0a0082;
  color: #ffff;
}
.navbar-top-admin.navbar-slim-admin {
  min-height: 4.7rem;
  background-color: #ffff;
  color: #0a0082;
}
.admin-text-nav a {
    color: #0a0082; /* bleu foncé RATP */
    text-decoration: none; /* optionnel : supprime le soulignement */
}

.admin-text-nav a:hover {
    color: #0046b5; /* un bleu plus foncé au survol */
}

.footer {
  min-height: 3rem;
  background-color: #0a0082;
  color: #ffff;
  font-size: 12px;
}

.footer p {
  color: #ffff;
  font-size: 12px;
}

.footer-text {
  font-size: 12px;
}

.footer-custom {
  height: 1rem;
}

.home-title {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.home-title h2 {
  font-size: 25px;
  align-items: center;
  color: rgba(
    var(--phoenix-secondary-rgb),
    var(--phoenix-bg-opacity)
  ) !important;
}

.home-title h5 {
  font-size: 15px;
}

.home-separator {
  margin: 0 10px;
}

.navbar-brand img {
  width: 100px;
}

/* CARD CUSTOM  */
.card a {
  text-decoration: none;
  color: black;
}
.card-custom {
  border-radius: 12px; 
  width: auto;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    min-height: 92px;     
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.card-custom:hover {
  transform: translateY(-4px);
  background-color: #00aa91;
  color: #ffff;
  text-decoration: none;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.card-custom:hover .card-text h5,
.card-custom:hover .card-text h6 {
  color: #ffffff;
}

.card-text h3 {
  font-size: 15px;
  color: rgba(
    var(--phoenix-secondary-rgb),
    var(--phoenix-bg-opacity)
  ) !important;
}
.card-text h5 {
  font-size: 14px;
  font-weight: 500;
}
.card-text h6 {
  font-size: 11px;
  font-style: italic;
  color: #6c757d;
}

@media (max-width: 1440px) {
    .card-text h6 {
        font-size: 9px;
    }
}


.card-title-custom {
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.card-switch a {
  text-decoration: none;
  color: black;
}

.card-switch:hover a {
  text-decoration: none;
}

.centered-block {
  flex-direction: row;
  justify-content: center;
}

.table {
  width: 100% !important;
}

.table-1 {
  background-color: #00aa91;
  color: #ffff;
}
.table-2 {
  background-color: #f0aa00;
  color: #ffff;
}
.table-3 {
  background-color: #00a0be;
  color: #ffff;
}
.table-4 {
  background-color: #64c3b9;
  color: #ffff;
}

.table-depeches-en-cours-custom {
  /* background-color: #f0aa00; */
  background-color: #dde0e4;
  /* background-color: #99e0cc; */
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.table-depeches-en-cours-custom h4 {
    color: #111111;
  font-size: 17px;
}

.table-travaux-en-cours-custom {
  /* background-color: #64c3b9; */
  /* background-color: #99e0cc; */
  background-color: #dde0e4;
  margin-top: 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.table-travaux-en-cours-custom h4 {
    color: #111111;
  font-size: 17px;
}

.table-1 h3 {
  color: #ffff;
  font-size: 17px;
}
.table-2 h3 {
  color: #ffff;
  font-size: 17px;
}
.table-3 h3 {
  color: #ffff;
  font-size: 17px;
}
.table-4 h3 {
  color: #ffff;
  font-size: 17px;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-align-center span {
  margin-right: 5px;
  font-size: 25px;
}

.svg-custom {
    font-size: 2rem;
  transition: color 0.3s ease;
  padding-right: 20px;
}
@media (max-width: 1280px) {
    .svg-custom {
        font-size: 1.7rem;
        padding-right: 10px;
    }
}
.card-text-custom {
font-size: 13px;
display: flex;
    justify-content: center;
    font-weight: 600;
}

.card-sm-custom {
  width: 200px;
}

.card-sm-custom .card-body {
  padding: 8px;
}

.row-custom {
  width: 50%;
}
@media (max-width: 1366px) {
    .row-custom {
        width: 100%;
    }
}
@media (max-width: 1366px) {
.col-custom-card { 
  justify-content: center;
  display: flex;
}
}

/*Diagramme circulaire*/
.custom-col-loader {
  margin: 0px;
}

.stats-custom h4 {
  font-size: 14px;
  display: flex;
  justify-content: center;
  font-weight: 500;
}

/* Stylisation du texte sous le diagramme */
.stats-custom p {
  margin-top: 10px;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
  position: absolute;
  left: 0;
  right: 0;
}

/*switch*/

.row-custom-global {
  margin-top: 20px;
}

.canvas-loader {
  width: 90%;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1400px) {
  .canvas-loader {
    width: 70%;
  }
}

.stats-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  text-align: center;
  position: relative;
}

.canvas-container {
  position: relative;
  text-align: center;
}

.card-custom-color {
  background-color: #eb3c37;
}

.bg-success-custom {
  background-color: #f0aa00;
}

.bg-danger-custom {
  background-color: #64c3b9;
}

.bg-warning-custom {
  background-color: #00a0be;
}

.bg-info-custom {
  background-color: #af5a05;
}

.text-800 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #000;
}

.search-box {
  width: 15rem;
}

.table-icon span {
  font-size: 20px;
  padding-bottom: 3px;
}
.table-icon svg {
  display: inline-block;
  margin-bottom: 5px;
}

.table-icon-admin {
  margin-right: 10px;
  padding-bottom: 7px;
}

/*BTN CUSTOM*/

.btn-outline-success-custom {
  color: black;
  background-color: transparent;
  border-color: #0a0082;
  border-width: 1px;
  margin: 3px;
}

.btn-outline-success-custom:hover {
  color: #fff;
  background-color: #0a0082;
  border-color: #0a0082;
}

.btn-outline-success-custom:focus {
  color: #fff;
  background-color: #0a0082;
  border-color: #0a0082;
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 145, 0.5);
}

.btn-outline-success-custom:active {
  color: #fff;
  background-color: #0a0082;
  border-color: #0a0082;
}

.btn-outline-success-custom.disabled,
.btn-outline-success-custom:disabled {
  color: white;
  background-color: transparent;
  border-color: #0a0082;
}

.btn-outline-success-custom:not(:disabled):not(.disabled).active,
.btn-outline-success-custom:not(:disabled):not(.disabled):active,
.show > .btn-outline-success-custom.dropdown-toggle {
  color: #fff;
  background-color: #0a0082;
  border-color: #0a0082;
}

.btn-outline-success-custom:not(:disabled):not(.disabled).active:focus,
.btn-outline-success-custom:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 145, 0.836);
}
.dt-button.is-disabled {
  background-color: #e0e0e0 !important; 
  color: #888 !important;               
  box-shadow: none !important;          
  cursor: not-allowed !important;      
  opacity: 0.6;                         
}

/**/
.search-container {
  display: flex;
  justify-content: flex-end;
}

.table-container {
  margin-bottom: 20px;
}

.table-responsive {
  padding: 20px;
  overflow-x: auto;
}

.nav-pills {
  font-size: 13px;
}

.product h6 {
  font-size: 12px;
}

.custom-table2 {
  padding-top: 0px;
  width: 1804px;
}

.custom-depeche-en-cours {
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-travaux-en-cours {
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-top-border {
  border-top: none !important;
}

.custom-table1 {
  padding-top: 0px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.table-text-custom h6 {
  font-size: 11px;
}

.logo-custom-nav img {
  color: black;
}

.nav-tab-custom {
  font-family: "Montserrat", sans-serif, "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.icon-custom {
  font-size: 40px;
  margin-bottom: 10px;
}

.icon-custom-user {
  color: #eb3c37;
  font-size: 40px;
  margin-bottom: 10px;
}

.border-primary-custom {
  color: #eb3c37;
  font-size: 40px;
  margin-bottom: 10px;
  height: 125px;
}

.icon-custom-cam {
  color: #f0aa00;
  font-size: 40px;
  margin-bottom: 10px;
}

.border-danger-custom {
  height: 125px;
}

.border-dark-custom {
  height: 125px;
}

.icon-custom-config {
  color: #eba0c8;
  font-size: 40px;
  margin-bottom: 10px;
}

.icon-custom-param {
  color: #00a0be;
  font-size: 40px;
  margin-bottom: 10px;
}

.icon-custom-trav {
  color: #af5a05;
  font-size: 40px;
  margin-bottom: 10px;
}

.icon-custom-arch {
  color: #d72864;
  font-size: 40px;
  margin-bottom: 10px;
}

.icon-custom-trans {
  color: #69a505;
  font-size: 40px;
  margin-bottom: 10px;
}

.card-admin a {
  text-decoration: none;
}

.card-admin a:hover {
  text-decoration: none;
}

.bg-primary-modal-custom {
  background-color: #0a0082;
}

.btn-primary-modal-custom {
  background-color: #0a0082;
  color: white;
}
.btn-primary{
  background-color: #0a0082;
  color: white;
}
.btn-outline-primary-modal-custom {
  border-color: #0a0082;
  color: #0a0082;
}

.btn-fullsize {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
}

.nav-link-hidden {
  display: none;
}

.card-custom {
  color: black;
}
.card-custom.active {
  border: 2px solid #00aa91;
  background-color: #00aa91;
  color: white;
}
.card-custom.active h6 {
  color: white;
}
.card-custom.active h5 {
  color: white;
}
/* Styles pour le thème sombre */
body.dark-theme .card-custom {
  color: white;
}
/* Tableau Datatable custom */
.dataTables_paginate .paginate_button {
  background-color: #fff;
  margin: 0 5px;
  /* border-radius: 4px; */
  border: 1px solid #dcdcdc;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.page-link.active,
.active > .page-link {
  background-color: #00aa91;
}
/*datatable custom*/

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button:hover {
  background-color: #00aa91;
  color: #ffffff;
  border: 1px solid #00aa91;
}
.page-link:hover {
  background-color: #00aa91;
  color: #ffffff;
  border: 1px solid #00aa91;
}
.dataTables_paginate .paginate_button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.dataTables_paginate .paginate_button {
  margin: 0px; 
}
.page-link {
  font-size: .6rem; 
}
div.dataTables_wrapper div.bottom {
font-size: 11px;
}
.form-select-sm {
  font-size: 11px; 
}

#depecheCam thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#travauxCam thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#generalCam thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#archivesDepechesCamN thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#archivesDepechesCamN1 thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#archivesDepechesCamN2 thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#archivesTravauxCamN thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#archivesTravauxCamN1 thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#archivesTravauxCamN2 thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#admCamAffaires thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#gestionDepechesArchive thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#utilisateurs  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#cameraAdmin  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#admCamHconnexions  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#typeDysf  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#gestionMainteneur  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#gestionTravauxArchives  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#gestionGare  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#typeReseau  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#table-travaux  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#table-depeches  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#rechercheDepecheCam  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
#rechercheTravauxCam  thead th {
  position: sticky;
  top: 0;
  background: #f8f9fa;
  z-index: 10;
  padding-right: 14px;
  padding-left: 7px;
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
 margin: -5px;
} 
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
  margin: -5px;
}
/**/
/* btn */
.custom-btn-plan {
  background-color: #00aa91;
  color: white;
  font-size: 15px;
}
.custom-btn-plan:hover {
  background-color: #0a0082;
  color: white;
}
/* Page switch */
/* Centre le contenu de la page */
.content-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f8f9fa;
}
/* Limite la largeur de la grille */
.container-custom {
  max-width: 1000px;
}
.card-switch-custom {
  background: #ffffff;
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  cursor: pointer;
}
/* Effet de survol pour les cartes */
.card-switch-custom:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  background-color: #00aa91;
  color: #ffffff;
}
.card-switch-custom:hover .card-title,
.card-switch-custom:hover h6 {
  color: #ffffff;
}
.card-switch-custom:hover .card-icon {
  color: #ffffff;
}
.card-body-switch {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 18px;
  justify-content: center;
}
.card-icon {
  font-size: 2.4rem;
  font-weight: 400;
  color: #0a0082; 
}
.card-title-switch-custom h5 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.card-title-switch-custom h6 {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
  font-weight: 400;
}
.card-switch-custom,
.card-switch-custom h5,
.card-switch-custom h6,
.card-switch-custom .card-icon {
  transition: all 0.25s ease;
}
a.pe-none .card-switch-custom {
  background-color: #f1f1f1;
  color: #adb5bd;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
  filter: grayscale(100%);
}

a.pe-none .card-switch-custom .card-icon {
  color: #adb5bd;
}

/* Utilisateurs */
.btn-edit {
  background-color: #0a0082;
}

.custom-nav-cam li {
  font-size: 11px;
}

.notvisible {
  visibility: hidden;
}

.js-error {
  color: red;
  font-size: 10px;
  height: 20px;
}

.card-disabled {
  background-color: #f8f9fa;
  text-decoration: none;
  cursor: not-allowed;
  color: #ccc;
}

.card-disabled h5,
.card-disabled h6 {
  color: #ccc;
}

.navbar a {
  color: #ccc;
  font-size: 1.2em;
}

.navbar-nav .active a {
  font-weight: bold;
  color: #ffffff;
}

.dropdown-menu a {
  color: #000;
}

/* CUSTOM TABLE DASHBOARD*/
.table-depeche-custom {
  margin-top: 40px;
}
tr.selected {
  background-color: #f0f8ff;
  color: #00aa91;
  font-weight: bold;
}

/*CUSTOM SEARCH*/
.d-none {
  display: none !important;
}


/*commentaire*/
.wrap-commentaire {
  white-space: normal !important;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 300px;
  min-width: 130px;
}

.dt-center-sort.dataTable > thead > tr > th:not(.sorting_disabled),
.dt-center-sort.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 8px;
  text-align: center;
  vertical-align: middle;
}

.disabled-link-wrapper {
  display: inline-block;    
  position: relative;
  opacity: 0.5;             
  cursor: not-allowed;      
}

.disabled-link-wrapper a {
  pointer-events: none;    
}

.disabled-link-wrapper::after {
  content: "";            
  position: absolute;
  inset: 0;                
}
.disabled-btn {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
#tableau-recherche {
  position: relative; /* nécessaire pour que l’overlay se positionne dessus */
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  backdrop-filter: blur(2px);
}


.top-bar {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}


#depecheCam thead th {
  position: sticky;
  top: 55px;
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#depecheCam_wrapper {
  overflow: auto;
  max-height: 70vh;
}

#travauxCam thead th {
  position: sticky;
  top: 55px;
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#travauxCam_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#generalCam thead th {
  position: sticky;
  top: 55px;
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#generalCam_wrapper {
  overflow: auto;
  max-height: 70vh;
}

#table-depeches thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#table-depeches_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#table-travaux thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#table-travaux_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#rechercheDepecheCam thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#rechercheDepecheCam_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#rechercheTravauxCam thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#rechercheTravauxCam_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#archivesTravauxCamN2 thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#archivesTravauxCamN2_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#archivesTravauxCamN1 thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#archivesTravauxCamN1_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#archivesTravauxCamN thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#archivesTravauxCamN_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#archivesDepechesCamN thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#archivesDepechesCamN_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#archivesDepechesCamN1 thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#archivesDepechesCamN1_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#archivesDepechesCamN2 thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#archivesDepechesCamN2_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

.top {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
}

#admCamAffaires thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6;
}


#admCamAffaires_wrapper {
  overflow: auto;
  max-height: 70vh; 
}
#gestionGare thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}


#gestionGare_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#gestionDepechesArchive thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#gestionDepechesArchive_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#gestionTravauxArchives thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#gestionTravauxArchives_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#cameraAdmin thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#cameraAdmin_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#gestionDepeches thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#gestionDepeches_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#utilisateurs thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#utilisateurs_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#admCamHconnexions thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#admCamHconnexions_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#gestionMainteneur thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#gestionMainteneur_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#typeDysf thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#typeDysf_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

#typeReseau thead th {
  position: sticky;
  top: 55px; 
  z-index: 1000;
  /* background: #f8f9fa;
  box-shadow: 0 1px 0 #dee2e6; */
}

#typeReseau_wrapper {
  overflow: auto;
  max-height: 70vh; 
}

.top-bar, 
.dataTables_wrapper thead {
  /* background: #fff;         */
  z-index: 1000;         
  position: sticky;
}
.dataTables_wrapper {
  padding-bottom: 30px; 
}
/*modal custom*/
.alert-no-radius {
  border-radius: 0 !important;
}
