/* ==========================================================================
   BASE STYLES - GÉNÉRAL
   ========================================================================== */

body {
  color: rgb(40, 40, 40);
  background-color: #fff;
  font-weight: 400;
}

.fontAdmin {
  font-family: "Poppins" !important;
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

b {
  font-weight: 600;
}

/* ==========================================================================
   UTILITAIRES - VISIBILITÉ & RESPONSIVE
   ========================================================================== */

.mobile {
  visibility: hidden;
  display: none;
}

.pc {
  visibility: visible;
  display: block;
}

.pc_planning {
  visibility: visible;
}

.mobile_planning {
  visibility: hidden;
  display: none;
}

/* ==========================================================================
   BOUTONS - STYLES GÉNÉRAUX
   ========================================================================== */

.btn-planning {
  background-color: white;
  color: black;
  padding: 6px 10px;
  border: 1px solid #888;
}

.btn-planning:hover {
  background-color: rgb(205, 205, 205);
}

.btn-info {
  background-color: #3466e5;
  border-color: #3466e5;
  font-weight: 300;
  font-size: 12px;
}

.btn-info:hover {
  background-color: #3466e5;
  border-color: #3466e5;
}

.btn-danger,
.btn-secondary,
.btn-warning,
.btn-dark {
  font-weight: 300;
  font-size: 11px;
}

.btnAdminSmall {
  font-size: 11px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 80px;
}

.btnAdminLarge {
  font-size: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  width: 160px;
}

.btnBloc {
  position: absolute;
  border-radius: 5px;
  font-size: 10px;
  z-index: 100;
  color: rgb(255, 255, 255);
  box-shadow: 0 -1px 4px 0 rgb(26 26 26 / 8%), 0 4px 8px 0 rgb(26 26 26 / 12%);
}

.btnBig {
  font-size: 18px;
  width: 100%;
}

.btnEdit {
  position: relative;
  right: 10px;
  top: 10px;
  z-index: 501;
  background-color: red !important;
  font-size: 20px !important;
  border: 0px;
  float: right;
}

/* ==========================================================================
   FORMULAIRES - ADMINISTRATION
   ========================================================================== */

.formAdmin {
  padding-top: 20px;
  margin-top: 0px;
  font-size: 12px;
  font-family: "Poppins" !important;
}

.formAdmin h1 {
  font-weight: 300;
  font-size: 18px;
  font-family: "Poppins" !important;
}

.formAdmin h2 {
  font-weight: 500;
  font-size: 15px;
  font-family: "Poppins" !important;
}

.formAdmin h3 {
  font-weight: 500;
  font-size: 13px;
  font-family: "Poppins" !important;
}

.formAdmin h4 {
  font-weight: 300;
  font-size: 12px;
  font-family: "Poppins" !important;
}

.formAdmin h5 {
  font-weight: 300;
  font-size: 10px;
  font-family: "Poppins" !important;
  position: absolute;
  right: 15px;
}

.form-control {
  background-color: rgb(250, 250, 250);
}

.div-form-control {
  background-color: rgb(250, 250, 250);
}

.trumbowyg-editor-box {
  background-color: rgb(250, 250, 250);
}

/* ==========================================================================
   CONTENEURS - BLOCS & MENUS
   ========================================================================== */

.containerBloc {
  padding: 10px;
  clear: both;
}

.formAdmin .boxMenu {
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  font-family: "Poppins" !important;
}

.formAdmin .boxMenu:hover {
  background: rgb(235, 235, 235);
}

.formAdmin .boxMenu i {
  font-size: 40px;
}

/* ==========================================================================
   IMAGES - BLOCS CONTENU
   ========================================================================== */

.formAdmin .boxBlocImg {
  position: relative;
  height: 250px;
  width: 100%;
  font-family: "Poppins" !important;
  border: #e6e5e5 1px solid;
  border-bottom: none;
}

.formAdmin .boxBlocImg2 {
  position: relative;
  height: 100px;
  width: 100%;
  font-family: "Poppins" !important;
}

.formAdmin .boxBlocImg img,
.formAdmin .boxBlocImg2 img {
  display: initial;
  margin: auto;
  object-fit: cover;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  object-position: center center;
  height: 100%;
  width: 100%;
  font-family: "Poppins" !important;
}

.formAdmin .boxBlocContenu {
  background-color: rgb(248, 248, 248);
  padding: 15px 10px 10px;
  text-align: left;
  min-height: 150px;
  margin-bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: #e6e5e5 1px solid;
  border-top: none;
  font-family: "Poppins" !important;
}

.formAdmin .boxBlocContenu2 {
  background-color: white;
  padding: 15px 10px 10px;
  text-align: left;
  min-height: 80px;
  margin-bottom: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: #e6e5e5 1px solid;
  border-top: none;
  font-family: "Poppins" !important;
}

.formAdmin .boxBlocAdmin {
  background-color: #d9d9d9;
  padding: 5px;
  text-align: center;
  font-family: "Poppins" !important;
}

/* ==========================================================================
   BLOCS TITRES - ADMINISTRATION
   ========================================================================== */

.blocTitreAdmin {
  margin-bottom: 40px;
  margin-top: 0px;
}

.blocTitreAdmin h2 {
  background-color: #494949;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}

.blocTitreAdmin h3 {
  background-color: #2b2a2a;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}

.blocTitreAdmin2 {
  margin-bottom: 40px;
  margin-top: 0px;
}

.blocTitreAdmin2 h2 {
  background-color: #af3939;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}

.blocTitreAdmin2 h3 {
  background-color: #692323;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}

.blocTitreAdmin3 {
  margin-bottom: 40px;
  margin-top: 0px;
}

.blocTitreAdmin3 h2 {
  background-color: #0d2f7a;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}

.blocTitreAdmin3 h3 {
  background-color: #081d4b;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}

.blocTitreAdmin4 {
  margin-bottom: 40px;
  margin-top: 0px;
}

.blocTitreAdmin4 h2 {
  background-color: #0d7a0d;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}

.blocTitreAdmin4 h3 {
  background-color: #094d09;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}

.blocTitreTemplate {
  background-color: #494949;
  color: white;
  font-size: 16px;
  padding: 5px;
  text-transform: uppercase;
  clear: both;
  margin-top: 50px;
}

.blocTitreCatBoutik {
  background-color: #727272;
  color: white;
  font-size: 16px;
  padding: 5px;
  margin: 0 0 0 0;
  margin-top: 90px;
  min-height: 40px;
  text-transform: uppercase;
}

.blocTitreCat {
  background-color: #858585;
  color: white;
  font-size: 16px;
  padding: 5px;
  margin: 0 0 0 0;
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
}

.blocTitreCat2 {
  background-color: #0d7994;
  color: white;
  font-size: 16px;
  padding: 5px;
  margin: 0 0 0 0;
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
}

.blocTitreCat3 {
  background-color: #94490d;
  color: white;
  font-size: 16px;
  padding: 5px;
  margin: 0 0 0 0;
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
}

.blocTitreCat4 {
  background-color: #555555;
  color: white;
  font-size: 12px;
  padding: 5px;
  margin: 0 0 10px 0;
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
}

/* ==========================================================================
   CONTENU - FORMATAGE RICHE
   ========================================================================== */

.formContenu {
  background-color: #f8f8f8;
}

.formContenu h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 800;
}

.formContenu h2 {
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
}

.formContenu h3 {
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
}

.formContenu h4 {
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.formContenu p {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  margin: 0 !important;
}

.formContenu strong {
  font-weight: 700 !important;
}

.formContenu blockquote {
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
}

.formContenu ul {
  text-transform: none;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.formContenu li {
  text-transform: none;
  list-style-type: disc;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

/* ==========================================================================
   VUE LISTE - ANNONCES
   ========================================================================== */

#viewListeContainer .table-annonce-liste {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

#viewListeContainer .table-annonce-liste thead th {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #495057;
  border-bottom: 2px solid #dee2e6;
  padding: 12px 8px;
  vertical-align: middle;
  position: relative;
  background-color: #f8f9fa;
}

#viewListeContainer .table-annonce-liste tbody tr {
  transition: background-color 0.2s ease;
}

#viewListeContainer .table-annonce-liste tbody tr:hover {
  background-color: #f8f9fa;
}

#viewListeContainer .table-annonce-liste tbody td {
  vertical-align: middle;
  padding: 10px 8px;
  border-top: 1px solid #e9ecef;
}

/* Drag handle pour le tri */
.drag-handle {
  cursor: move !important;
  user-select: none;
}

.drag-handle:hover i {
  color: #495057 !important;
}

/* Classes Sortable.js */
.sortable-ghost {
  opacity: 0.4;
  background-color: #e3f2fd;
}

.sortable-chosen {
  background-color: #f8f9fa;
}

.sortable-drag {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Input de stock en ligne */
.stock-edit-container {
  position: relative;
  display: inline-block;
}

.stock-input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.2s ease;
}

.stock-input:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.stock-input:disabled {
  background-color: #e9ecef;
  opacity: 0.6;
}

#stock_loader_,
#stock_success_ {
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

/* Boutons d'action groupés dans la vue liste */
#viewListeContainer .btn-group button,
#viewListeContainer td > div > button {
  font-size: 11px;
  padding: 5px 8px;
  transition: all 0.2s ease;
}

#viewListeContainer td > div > button:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Boutons pleine largeur dans Actions */
#viewListeContainer .btn-dark {
  white-space: nowrap;
}

/* Conteneur des actions */
#viewListeContainer td .action-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}

#viewListeContainer td .action-buttons-row {
  display: flex;
  gap: 3px;
  justify-content: center;
  width: 100%;
}

/* Badge pour les types de produits */
#viewListeContainer .badge {
  font-weight: 500;
  padding: 4px 8px;
}
.badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  backdrop-filter: blur(10px);
}

/* Responsive pour la vue liste */
@media (max-width: 992px) {
  #viewListeContainer {
    overflow-x: auto;
  }

  #viewListeContainer .table {
    min-width: 900px;
  }
}

@media (max-width: 768px) {
  #viewListeContainer .table thead th {
    font-size: 10px;
    padding: 8px 4px;
  }

  #viewListeContainer .table tbody td {
    font-size: 11px;
    padding: 8px 4px;
  }

  .stock-input {
    width: 60px !important;
    font-size: 11px;
  }
}

/* Boutons de sélection de vue */
.btn-group button {
  transition: all 0.3s ease;
}

.btn-group button:hover {
  transform: scale(1.05);
}

.btn-group button.btn-secondary {
  background-color: #495057;
  border-color: #495057;
  color: white;
}

.btn-group button.btn-outline-secondary {
  background-color: transparent;
  border-color: #6c757d;
  color: #6c757d;
}

.btn-group button.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: white;
}

/* Animation pour la mise à jour du stock */
@keyframes stockUpdateSuccess {
  0% {
    background-color: #d4edda;
  }
  100% {
    background-color: transparent;
  }
}

.stock-update-success {
  animation: stockUpdateSuccess 1s ease;
}

/* Amélioration de l'affichage des modales de stock */
.modal-body .table-sm td,
.modal-body .table-sm th {
  padding: 8px;
  font-size: 12px;
}

.modal-body .table-sm input {
  font-size: 12px;
}

/* Indicateurs visuels pour les stocks */
.stock-low {
  color: #dc3545;
  font-weight: bold;
}

.stock-medium {
  color: #ffc107;
  font-weight: bold;
}

.stock-high {
  color: #28a745;
  font-weight: bold;
}
/* ==========================================================================
   MENTIONS & RAPPORTS
   ========================================================================== */

.blocMention {
  font-size: 12px !important;
  padding: 20px;
}

.blocMention p,
.blocMention li {
  font-size: 12px !important;
  padding-top: 0px;
}

.blocMention b {
  font-weight: 700;
}

.blocMention h1 {
  font-size: 20px;
  font-weight: 800;
}

.blocMention h2 {
  font-size: 18px;
  padding-bottom: 0px;
  padding-top: 15px;
  margin-bottom: 0px;
  font-weight: 600;
}

.blocMention h3 {
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 15px;
  margin-bottom: 0px;
  font-weight: 500;
}

.titreRapport {
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}

/* ==========================================================================
   IMAGES - PROFILS & AVATARS
   ========================================================================== */

.imgMessProfil,
.imgAvisProfil {
  margin: auto;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 3px solid rgb(255, 255, 255);
  outline-offset: -2px;
}

.imgUserProfilEdit {
  margin: auto;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.imgUserProfilPres {
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.imgBgEdit {
  margin: auto;
  width: 222px;
  height: 111px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.imgUploadClass {
  margin: auto;
  height: 120px;
  width: 120px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 30px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imgBgBoutik {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* ==========================================================================
   UPLOAD & DROP ZONE
   ========================================================================== */

.boxDropZone {
  background-color: rgb(250, 250, 250);
  border-style: dashed solid;
  font-size: 20px;
  font-weight: 400;
  border-color: #999;
  min-width: 150px;
  min-height: 250px;
  padding: 0px;
  text-align: center;
}

.fileBiblioNoSelect {
  border: 0px;
}

.fileBiblioSelect {
  outline: 5px solid rgb(56, 206, 11);
}

#previewCapturePhoto {
  width: 100%;
  height: 33%;
  object-fit: cover;
  display: none;
}

#photoContainer img,
#photoContainerPage img {
  width: 100px;
  height: auto;
  margin-top: 10px;
}

/* ==========================================================================
   NAVIGATION & MENUS
   ========================================================================== */

.menuBoard {
  padding: 4px 10px;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  color: black;
}

.menuBoard:hover {
  background-color: #b1b1b1;
  transition: background-color 0.3s;
}

.menuBoard:hover i {
  color: white !important;
  transition: color 0.3s;
}

.iconMenu {
  font-size: 30px;
  padding: 0;
  margin: 0;
  margin-top: -5px;
}

.iconEffect {
  padding-left: 5px !important;
  padding-right: 5px !important;
  transition: transform 0.1s;
  margin: 0;
}

.iconEffect:hover {
  transition: transform 0.1s;
  transform: scale(1.2);
  z-index: 1000;
}

.liMenu {
  padding-left: 80px;
}

.menuSticky {
  text-align: center;
  padding-bottom: 20px;
  position: sticky;
  top: 60px;
  z-index: 1000;
}

.navigation-buttons {
  display: flex;
  gap: 10px;
}

.navigation-buttons .btn {
  flex: 1;
  font-size: 14px !important;
  padding: 8px 12px !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
  border-top: 5px solid black;
  width: 100%;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}

.logoFooter {
  width: 40%;
  padding: auto;
}

footer p {
  font-size: 14px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
  color: #ccc;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: #ccc;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.col_white_amrc {
  color: #fff;
  font-weight: 800;
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}

.footerNavbar {
  z-index: 1010;
  box-shadow: 0 -1px 4px 0 rgb(26 26 26 / 8%), 0 4px 8px 0 rgb(26 26 26 / 12%);
  position: fixed;
  bottom: 0;
  background-color: white;
  font-weight: 300;
  font-size: 10px;
  height: 50px;
  width: 100%;
  padding: 10px 10px 30px 10px;
}

/* ==========================================================================
   NOTIFICATIONS
   ========================================================================== */

.notifMenu {
  background-color: red;
  border-radius: 25%;
  font-size: 10px;
  font-weight: 600;
  color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 0px;
}

.notifMenuHeader {
  background-color: red;
  border-radius: 25%;
  font-size: 12px;
  font-weight: 600;
  color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 20px;
}

.NotifMenuFooter {
  background-color: red;
  border-radius: 25%;
  font-size: 12px;
  color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 2px;
}

/* ==========================================================================
   EFFETS & ANIMATIONS
   ========================================================================== */

.boxZoom {
  transition: transform 0.6s;
  cursor: pointer;
}

.boxZoom:hover {
  transition: transform 0.6s;
  transform: scale(1.03);
  padding: 0px;
  cursor: pointer;
  z-index: 1000;
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff !important;
  transition: background 0.2s ease-in-out;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.order-status-pending {
  animation: pulse 2s infinite;
}

/* ==========================================================================
   COMMANDES - SYSTÈME DE GESTION
   ========================================================================== */

.order-card {
  transition: all 0.3s ease;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}

.order-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.order-status-badge {
  font-size: 10px;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.order-total {
  font-size: 18px;
  font-weight: bold;
  color: #28a745;
}

.order-date {
  font-size: 11px;
  color: #6c757d;
}

.order-customer {
  font-size: 13px;
  font-weight: 600;
  color: #495057;
}

.order-items-count {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
}

.order-search-form {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #e9ecef;
}

.order-filters {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.order-filters .form-control {
  min-width: 150px;
}

.empty-orders {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
}

.empty-orders i {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.order-actions {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.order-actions .btn {
  font-size: 11px;
  padding: 4px 8px;
}

.order-icon {
  font-size: 48px;
  margin: 20px 0;
}

.order-tooltip .tooltip-inner {
  font-size: 11px;
  max-width: 200px;
}

.virtual-product-indicator {
  background: linear-gradient(45deg, #17a2b8, #138496);
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Statuts de commandes */
.status-pending {
  background-color: #ffc107;
  color: #000;
}
.status-confirmed {
  background-color: #17a2b8;
  color: #fff;
}
.status-processing {
  background-color: #007bff;
  color: #fff;
}
.status-shipped {
  background-color: #6c757d;
  color: #fff;
}
.status-delivered {
  background-color: #28a745;
  color: #fff;
}
.status-cancelled {
  background-color: #dc3545;
  color: #fff;
}
.status-refunded {
  background-color: #343a40;
  color: #fff;
}

/* Statuts de paiement */
.payment-pending {
  background-color: #ffc107;
  color: #000;
}
.payment-paid {
  background-color: #28a745;
  color: #fff;
}
.payment-failed {
  background-color: #dc3545;
  color: #fff;
}
.payment-refunded {
  background-color: #343a40;
  color: #fff;
}
.payment-partial {
  background-color: #17a2b8;
  color: #fff;
}

.modal-order-details .table td {
  padding: 6px 8px;
  font-size: 13px;
}

.modal-order-details .table th {
  padding: 8px;
  font-size: 12px;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

/* ==========================================================================
   PLANIFICATION - FULLCALENDAR
   ========================================================================== */

#external-events {
  left: 20px;
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
}

#external-events h4 {
  font-size: 14px;
  margin-top: 0;
  padding-top: 1em;
}

#external-events .fc-event {
  margin: 3px 0;
  cursor: move;
}

.fc .fc-button {
  padding: 3px;
  margin: 1px;
  background-color: #7e7d7d;
}

.fc .fc-toolbar-title {
  font-size: 20px;
  font-weight: 800;
  color: rgb(0, 0, 0);
}

.fc-icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}

.fc-prev-button,
.fc-next-button {
  background-color: #ffffff !important;
  border: 1px solid #efefef;
  color: black !important;
}

.fc-prev-button {
  padding: 10px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin: 0px;
  background-color: #efefef;
}
.cart-text {
  font-weight: 600;
}
/* ==========================================================================
   AUTRES ÉLÉMENTS
   ========================================================================== */

.commandeContactArray {
  font-size: 14px;
}

.blocLien {
  color: black;
  text-align: center;
  height: 350px;
  background-image: url("../../../img/page/bulle_message.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}

.bandeau {
  position: absolute;
  z-index: 100;
  padding: 10px;
  margin: 0px;
  left: 0px;
  top: 0px;
}

.error404Txt {
  padding: 20px;
  font-size: 18px;
  color: black;
}

.fileAriane {
  padding: 15px 0;
  background-color: #eeeeee;
  min-height: 40px;
  font-size: 12px;
}

.fileAriane ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fileAriane ol li + li {
  padding-left: 10px;
}

.fileAriane ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

.boxSignature {
  width: 600px;
  height: 600px;
}

#animation_container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* ==========================================================================
   RESPONSIVE - MOBILE (max-width: 500px)
   ========================================================================== */

@media (max-width: 500px) {
  .mobile_planning {
    visibility: visible;
    display: block;
  }

  .pc_planning {
    visibility: hidden;
    display: none;
  }
}

/* ==========================================================================
   RESPONSIVE - TABLET/MOBILE (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
  .order-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .order-filters .form-control {
    min-width: auto;
    margin-bottom: 10px;
  }

  .order-actions .btn {
    font-size: 10px;
    padding: 3px 6px;
  }

  .navigation-buttons {
    flex-direction: column;
  }

  .navigation-buttons .btn {
    width: 100% !important;
    padding: 12px 16px !important;
  }
}

/* ==========================================================================
   RESPONSIVE - DESKTOP/TABLET (max-width: 992px)
   ========================================================================== */

@media (max-width: 992px) {
  .mobile {
    visibility: visible;
    display: block;
  }

  .pc {
    visibility: hidden;
    display: none;
  }

  .boxSignature {
    width: 100%;
    height: 40vh;
  }

  .iconMenu {
    font-size: 30px;
    color: white !important;
  }

  .iconEffect {
    float: left;
    margin: 0 10px;
    transition: transform 0.1s;
  }

  .iconEffect:hover {
    transition: transform 0.1s;
    transform: scale(1.2);
    z-index: 1000;
  }

  .commandeContactArray {
    font-size: 12px;
  }

  .notifMenu {
    left: 0px;
    top: 10px;
  }

  .notifMenuHeader {
    right: 50px;
    top: 25px;
  }

  .back-to-top {
    right: 10px;
    bottom: 10px;
  }

  .connect {
    right: 10px;
    bottom: 60px;
  }

  .bx {
    padding-top: 15px;
  }

  .formAdmin .boxBlocImg {
    height: 180px;
    background-color: white;
    width: 100%;
  }

  .formAdmin .boxBlocImg2 {
    height: 100px;
    background-color: white;
    width: 100%;
  }

  .liMenu {
    padding-left: 2px;
  }

  .formContenu h1 {
    font-size: 22px;
  }

  .formContenu h2 {
    font-size: 18px;
  }

  .formContenu h3 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: 96vw;
    margin: 10px auto;
  }
  .modal-dialog.modal-lg,
  .modal-dialog.modal-xl {
    max-width: 96vw;
  }
  .modal-content {
    border-radius: 10px;
  }
  .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 140px);
    padding: 12px;
  }
  .modal-body .table-sm td,
  .modal-body .table-sm th {
    padding: 6px;
    font-size: 12px;
    white-space: nowrap;
  }
  .modal-body .table-sm input.form-control {
    min-width: 80px;
  }
}
.drag-handle {
  cursor: move;
}
.ui-sortable-placeholder {
  background: rgba(0, 0, 0, 0.05);
  visibility: visible !important;
  height: 48px; /* ajuste à la hauteur de tes lignes */
  border: 1px dashed #ccc;
}
@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: 96vw;
    margin: 10px auto;
  }
  .modal-dialog.modal-lg,
  .modal-dialog.modal-xl {
    max-width: 96vw;
  }
  .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 140px);
    padding: 12px;
  }
  .table-sm td,
  .table-sm th {
    padding: 6px;
    font-size: 12px;
    white-space: nowrap;
  }
  .table-sm input.form-control {
    min-width: 90px;
  }
}
.gift-badge {
  background: #fff9e6;
  border-left: 3px solid #ffd700;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  color: #856404;
  font-weight: 600;
  display: inline-block;
  margin-top: 4px;
}

.gift-badge i {
  color: #ffd700;
  margin-right: 4px;
}
