body {
  color: #282828;
  background-color: #fff;
  font-weight: 400;
}
.fontAdmin {
  font-family: Poppins !important;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
b {
  font-weight: 600;
}
.mobile {
  visibility: hidden;
  display: none;
}
.pc {
  visibility: visible;
  display: block;
}
.pc_planning {
  visibility: visible;
}
.mobile_planning {
  visibility: hidden;
  display: none;
}
.menuPageTop {
  text-align: left;
  padding: 20px;
  background-color: #dedede;
}
.btn-planning {
  background-color: #fff;
  color: #000;
  padding: 6px 10px;
  border: 1px solid #888;
}
.btn-planning:hover {
  background-color: #cdcdcd;
}
.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-dark,
.btn-secondary,
.btn-warning {
  font-weight: 300;
  font-size: 11px;
}
.btn-back {
  font-weight: 300;
  font-size: 14px !important;
  padding: 5px 6px;
  line-height: 21px;
  background-color: #121212;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
}
.btn-back::before {
  content: "\e615";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.btn-add {
  font-weight: 400;
  font-size: 14px !important;
  min-width: 200px;
  padding: 6px 12px;
  background-color: #28a745;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  text-align: center;
  float: right;
  clear: right;
  cursor: pointer;
}
.btn-add::before {
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  display: inline-block;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.btn-add:hover {
  color: #fff;
}
.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: #fff;
  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: 0;
  float: right;
}
.formAdmin {
  padding-top: 20px;
  margin-top: 0;
  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: #fafafa;
}
.div-form-control {
  background-color: #fafafa;
}
.trumbowyg-editor-box {
  background-color: #fafafa;
}
.infoObli {
  color: red;
}
.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: #ebebeb;
}
.formAdmin .boxMenu i {
  font-size: 40px;
}
.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: #f8f8f8;
  padding: 15px 10px 10px;
  text-align: left;
  min-height: 150px;
  margin-bottom: 0;
  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: #fff;
  padding: 15px 10px 10px;
  text-align: left;
  min-height: 80px;
  margin-bottom: 0;
  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;
}
.blocTitreAdmin {
  margin-bottom: 40px;
  margin-top: 0;
}
.blocTitreAdmin h2 {
  background-color: #494949;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin h3 {
  background-color: #2b2a2a;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin2 {
  margin-bottom: 40px;
  margin-top: 0;
}
.blocTitreAdmin2 h2 {
  background-color: #af3939;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin2 h3 {
  background-color: #692323;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin3 {
  margin-bottom: 40px;
  margin-top: 0;
}
.blocTitreAdmin3 h2 {
  background-color: #0d2f7a;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin3 h3 {
  background-color: #081d4b;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin4 {
  margin-bottom: 40px;
  margin-top: 0;
}
.blocTitreAdmin4 h2 {
  background-color: #0d7a0d;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreAdmin4 h3 {
  background-color: #094d09;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
  clear: both;
}
.blocTitreTemplate {
  background-color: #494949;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  text-transform: uppercase;
  clear: both;
  margin-top: 50px;
}
.blocTitreCatBoutik {
  background-color: #727272;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  margin-top: 90px;
  min-height: 40px;
  text-transform: uppercase;
}
.blocTitreCat {
  background-color: #858585;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
}
.blocTitreCat2 {
  background-color: #0d7994;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
}
.blocTitreCat3 {
  background-color: #94490d;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  margin: 0;
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
}
.blocTitreCat4 {
  background-color: #555;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin: 0 0 10px 0;
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
}
.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: 0 !important;
  padding-top: 0 !important;
}
.formContenu li {
  text-transform: none;
  list-style-type: disc;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#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 {
  cursor: move !important;
  user-select: none;
}
.drag-handle:hover i {
  color: #495057 !important;
}
.sortable-ghost {
  opacity: 0.4;
  background-color: #e3f2fd;
}
.sortable-chosen {
  background-color: #f8f9fa;
}
.sortable-drag {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.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%);
}
#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);
}
#viewListeContainer .btn-dark {
  white-space: nowrap;
}
#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%;
}
#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);
}
@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;
  }
}
.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: #fff;
}
.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: #fff;
}
@keyframes stockUpdateSuccess {
  0% {
    background-color: #d4edda;
  }
  100% {
    background-color: transparent;
  }
}
.stock-update-success {
  animation: stockUpdateSuccess 1s ease;
}
.modal-body .table-sm td,
.modal-body .table-sm th {
  padding: 8px;
  font-size: 12px;
}
.modal-body .table-sm input {
  font-size: 12px;
}
.stock-low {
  color: #dc3545;
  font-weight: 700;
}
.stock-medium {
  color: #ffc107;
  font-weight: 700;
}
.stock-high {
  color: #28a745;
  font-weight: 700;
}
.blocMention {
  font-size: 12px !important;
  padding: 20px;
}
.blocMention li,
.blocMention p {
  font-size: 12px !important;
  padding-top: 0;
}
.blocMention b {
  font-weight: 700;
}
.blocMention h1 {
  font-size: 20px;
  font-weight: 800;
}
.blocMention h2 {
  font-size: 18px;
  padding-bottom: 0;
  padding-top: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.blocMention h3 {
  font-size: 16px;
  padding-bottom: 0;
  padding-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.titreRapport {
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase;
}
.imgAvisProfil,
.imgMessProfil {
  margin: auto;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 3px solid #fff;
  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: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.imgBgBoutik {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boxDropZone {
  background-color: #fafafa;
  border-style: dashed solid;
  font-size: 20px;
  font-weight: 400;
  border-color: #999;
  min-width: 150px;
  min-height: 250px;
  padding: 0;
  text-align: center;
}
.fileBiblioNoSelect {
  border: 0;
}
.fileBiblioSelect {
  outline: 5px solid #38ce0b;
}
#previewCapturePhoto {
  width: 100%;
  height: 33%;
  object-fit: cover;
  display: none;
}
#photoContainer img,
#photoContainerPage img {
  width: 100px;
  height: auto;
  margin-top: 10px;
}
.menuBoard {
  padding: 4px 10px;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
}
.menuBoard:hover {
  background-color: #b1b1b1;
  transition: background-color 0.3s;
}
.menuBoard:hover i {
  color: #fff !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;
}
.liMenu {
  padding-left: 80px;
}
.iconEffect:hover {
  transition: transform 0.1s;
  transform: scale(1.2);
  z-index: 1000;
}
.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;
}
.sidebarAdmin,
.sidebarAdmin .nav-menuVerticale {
  background: #3a3a3a;
}
.sidebarAdmin {
  position: relative;
  z-index: 600;
  background: #3a3a3a;
  transition:
    width 0.2s,
    flex-basis 0.2s,
    max-width 0.2s;
}
.contentAdmin {
  position: relative;
  transition: all 0.2s;
}
.sidebarAdmin .menuBoard {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: none;
  background: #3a3a3a;
  color: #f5f5f5;
}
.sidebarAdmin .menuBoard a {
  color: inherit;
}
.sidebarAdmin .nav-menuVerticale {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebarAdmin .sidebarHeader {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 30px 10px 30px 10px !important;
  border-bottom: 1px solid #2c2c2c;
  background: #3a3a3a;
}
.sidebarAdmin .sidebarProfileLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sidebarAdmin .sidebarProfileImg {
  width: 40% !important;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
  display: block;
  margin: 0 auto !important;
}
.sidebarAdmin .sidebarToggleBtn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-decoration: none;
}
.sidebarAdmin .sidebarToggleBtn i {
  font-size: 18px;
  color: #ff8a3a;
}
.sidebarAdmin .menuGroupItem {
  border-top: 1px solid #444;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.sidebarAdmin .menuGroupItem:first-of-type {
  border-top: none;
  padding-top: 12px !important;
}
.sidebarAdmin .menuGroupItem > a.menuGroupToggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  min-height: 38px;
  font-size: 14px;
  font-weight: 400 !important;
  background: #3a3a3a;
  color: #f5f5f5 !important;
  text-decoration: none;
}
.sidebarAdmin .menuGroupItem > a.menuGroupToggle i:first-child {
  width: 20px;
  margin-right: 8px;
  font-size: 15px;
  color: #f5f5f5;
}
.sidebarAdmin .menuGroupItem.group-active > a.menuGroupToggle i:first-child {
  color: #ff8a3a;
}
.sidebarAdmin .menuGroupItem > a.menuGroupToggle:hover .labelGroupText,
.sidebarAdmin .menuGroupItem > a.menuGroupToggle:hover i:first-child {
  color: #ff8a3a !important;
}
.sidebarAdmin .chevronGroup {
  font-size: 10px;
  margin-left: 6px;
  opacity: 0.8;
  transition: transform 0.2s;
}
.sidebarAdmin .chevronGroup.open,
.sidebarAdmin
  .menuGroupItem
  > a.menuGroupToggle[aria-expanded="true"]
  .chevronGroup {
  transform: rotate(180deg);
}
.sidebarAdmin .menuGroupChildren {
  background: #2f2f2f;
  margin: 0;
  padding: 0;
}
.sidebarAdmin .menuGroupChildren .menuBoard {
  border-top: 1px solid #2c2c2c;
}
.sidebarAdmin .menuGroupChildren .menuBoard:first-child {
  border-top: none;
}
.sidebarAdmin .menuGroupChildren .menuBoard a.menuModuleLink {
  display: flex;
  align-items: left;
  padding: 7px 20px;
  font-size: 12px;
  color: #ddd !important;
  text-decoration: none;
}
.sidebarAdmin .menuGroupChildren .menuBoard a.menuModuleLink i {
  width: 20px;
  margin-right: 8px;
  margin-left: 4px;
  font-size: 15px;
  color: #ddd;
}
.sidebarAdmin
  .menuGroupChildren
  .menuBoard
  a.menuModuleLink:hover
  .labelModuleText,
.sidebarAdmin .menuGroupChildren .menuBoard a.menuModuleLink:hover i {
  color: #ff8a3a !important;
}
.sidebarAdmin .menuGroupChildren .menuBoard.active a.menuModuleLink {
  font-weight: 700;
  background: #272727;
}
.sidebarAdmin .menuGroupChildren .menuBoard.active a.menuModuleLink i {
  color: #ff8a3a;
}
.sidebarAdmin .menuLogoutLink {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  font-size: 13px;
  border-top: 1px solid #2c2c2c;
  background: #3a3a3a;
  color: #f5f5f5 !important;
  text-decoration: none;
}
.sidebarAdmin .menuLogoutLink i {
  width: 20px;
  margin-right: 8px;
  color: #ff8a3a;
}
.sidebarAdmin.sidebar-collapsed {
  width: 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.sidebarAdmin.sidebar-collapsed .sidebarHeader {
  padding: 20px 6px 20px 6px !important;
}
.sidebarAdmin.sidebar-collapsed .sidebarProfileImg {
  width: 100% !important;
  margin: 0 auto !important;
}
.sidebarAdmin.sidebar-collapsed .sidebarToggleBtn {
  position: static;
  margin-top: 8px;
  transform: none;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
.sidebarAdmin.sidebar-collapsed .sidebarHeader {
  align-items: center;
}
.sidebarAdmin.sidebar-collapsed .labelGroupText {
  display: none;
}
.sidebarAdmin.sidebar-collapsed .chevronGroup {
  display: none;
}
.sidebarAdmin.sidebar-collapsed .menuLogoutLink .labelModuleText {
  display: none;
}
.sidebarAdmin.sidebar-collapsed .menuLogoutLink {
  justify-content: center;
}
.sidebarAdmin.sidebar-collapsed .menuLogoutLink i {
  margin-right: 0;
}
.sidebarAdmin.sidebar-collapsed .menuGroupItem {
  position: relative;
}
.sidebarAdmin.sidebar-collapsed .menuGroupChildren {
  position: absolute;
  left: 60px;
  top: 0;
  display: none;
  min-width: 220px;
  background: #000;
  padding: 6px 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 250;
}
.sidebarAdmin.sidebar-collapsed .menuGroupItem:hover .menuGroupChildren {
  display: block;
}
.sidebarAdmin.sidebar-collapsed .menuGroupToggle {
  justify-content: center;
}
.sidebarAdmin.sidebar-collapsed .menuGroupToggle i:first-child {
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .sidebarAdmin.pc {
    display: none !important;
  }
}
#adminSidebar.sidebar-collapsed {
  width: 60px !important;
}
@media (min-width: 992px) {
  #adminSidebar.sidebar-collapsed {
    flex: 0 0 60px !important;
    max-width: 60px !important;
  }
}
#adminSidebar.sidebar-collapsed .menuGroupToggle {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
#adminSidebar.sidebar-collapsed .menuGroupToggle i:first-child {
  margin-right: 0;
}
#adminSidebar.sidebar-collapsed .menuGroupChildren .menuBoard a,
#adminSidebar.sidebar-collapsed .nav-menuVerticale > .menuBoard:last-child a {
  padding-left: 10px;
  padding-right: 0;
}
#adminSidebar.sidebar-collapsed .menuGroupChildren .menuBoard a i,
#adminSidebar.sidebar-collapsed .nav-menuVerticale > .menuBoard:last-child a i {
  margin-right: 5px;
}
#adminSidebar.sidebar-collapsed + #adminContent.sidebar-collapsed-content {
  flex: 0 0 calc(100% - 60px) !important;
  max-width: calc(100% - 60px) !important;
}
.dropdown-menu .menuVerticale2 {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  line-height: normal;
}
.menuVerticale2 .menuGroupTitle2 {
  font-weight: 600;
  font-size: 15px !important;
  padding: 6px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.menuVerticale2 .menuGroupTitle2:first-child {
  border-top: none;
}
.menuVerticale2 .menuModuleItem2 {
  margin: 2px 0;
}
#header .account-dropdown-menu .menuVerticale2 .menuModuleItem2 a,
.menuVerticale2 .menuModuleItem2 a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px !important;
  line-height: 1.2 !important;
  padding: 4px 12px !important;
  min-height: 24px;
  text-decoration: none;
}
.menuVerticale2 .menuModuleItem2 a i {
  width: 18px;
  font-size: 13px;
  flex-shrink: 0;
}
footer {
  border-top: 5px solid #000;
  width: 100%;
  min-height: 250px;
  padding: 10px 0 25px 0;
}
.logoFooter {
  width: 40%;
  padding: auto;
}
footer p {
  font-size: 14px;
  color: #ccc;
  padding-bottom: 0;
  margin-bottom: 8px;
}
.footer_ul_amrc {
  margin: 0;
  list-style-type: none;
  font-size: 14px;
  padding: 0 0 10px 0;
  color: #ccc;
}
.footer_ul_amrc li {
  padding: 0 0 5px 0;
}
.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: #fff;
  font-weight: 300;
  font-size: 10px;
  height: 50px;
  width: 100%;
  padding: 10px 10px 30px 10px;
}
.footerNavbar.mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 9999;
  padding: 6px 0 calc(8px + env(safe-area-inset-bottom));
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}
.footerNavbar .footer-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  max-width: 100%;
  margin: 0 auto;
}
.footerNavbar .footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  padding: 4px 2px;
  gap: 2px;
  transition: opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.footerNavbar .footer-item:active {
  opacity: 0.6;
}
.footerNavbar .footer-item-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
}
.footerNavbar .footer-item-icon i {
  font-size: 22px;
  line-height: 1;
}
.footerNavbar .footer-item-label {
  font-size: 10px;
  margin-top: 0;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.notifMenu {
  background-color: red;
  border-radius: 25%;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 0;
}
.notifMenuHeader {
  background-color: red;
  border-radius: 25%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;
}
.NotifMenuFooter {
  position: absolute;
  top: -8px;
  right: -10px;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  background: #e00000;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 0 0 2px #fff;
}
@media (max-width: 360px) {
  .footerNavbar .footer-item-label {
    font-size: 9px;
  }
  .footerNavbar .footer-item-icon i {
    font-size: 20px;
  }
}
.boxZoom {
  transition: transform 0.6s;
  cursor: pointer;
}
.boxZoom:hover {
  transition: transform 0.6s;
  transform: scale(1.03);
  padding: 0;
  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;
}
.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: 700;
  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: #fff;
  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: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.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;
}
.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;
}
#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: #000;
}
.fc-icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.fc-next-button,
.fc-prev-button {
  background-color: #fff !important;
  border: 1px solid #efefef;
  color: #000 !important;
}
.fc-prev-button {
  padding: 10px;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin: 0;
  background-color: #efefef;
}
.cart-text {
  font-weight: 600;
}
.commandeContactArray {
  font-size: 14px;
}
.blocLien {
  color: #000;
  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: 0;
  left: 0;
  top: 0;
}
.error404Txt {
  padding: 20px;
  font-size: 18px;
  color: #000;
}
.fileAriane {
  padding: 15px 0;
  background-color: #eee;
  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;
}
@media (max-width: 500px) {
  .mobile_planning {
    visibility: visible;
    display: block;
  }
  .pc_planning {
    visibility: hidden;
    display: none;
  }
}
@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;
  }
}
@media (max-width: 992px) {
  .mobile {
    visibility: visible;
    display: block;
  }
  .pc {
    visibility: hidden;
    display: none;
  }
  .boxSignature {
    width: 100%;
    height: 40vh;
  }
  .iconMenu {
    font-size: 30px;
    color: #fff !important;
  }
  .iconEffect {
    float: left;
    margin: 0 10px;
    transition: transform 0.1s;
  }
  .commandeContactArray {
    font-size: 12px;
  }
  .notifMenu {
    left: 0;
    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: #fff;
    width: 100%;
  }
  .formAdmin .boxBlocImg2 {
    height: 100px;
    background-color: #fff;
    width: 100%;
  }
  .liMenu {
    padding-left: 2px;
  }
  .formContenu h1 {
    font-size: 22px;
  }
  .formContenu h2 {
    font-size: 18px;
  }
  .formContenu h3 {
    font-size: 16px;
  }
}
.ui-sortable-placeholder {
  background: rgba(0, 0, 0, 0.05);
  visibility: visible !important;
  height: 48px;
  border: 1px dashed #ccc;
}
.gift-badge {
  background: #fff9e6;
  border-left: 3px solid gold;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  color: #856404;
  font-weight: 600;
  display: inline-block;
  margin-top: 4px;
}
.gift-badge i {
  color: gold;
  margin-right: 4px;
}
.invalid-feedback {
  font-size: 12px;
  text-align: right;
  font-weight: 500;
  background-color: rgba(156, 11, 11, 0.479);
  color: #fff;
  padding: 0;
  padding-right: 5px;
  margin: 0;
}
.modal-dialog {
  max-height: 90vh;
  margin: 5vh auto;
}
.modal-content {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.modal-body {
  overflow-y: auto;
  flex: 1;
  padding: 20px;
}
.modal-footer,
.modal-header {
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .modal-dialog {
    max-width: 96vw;
    max-height: 92vh;
    margin: 4vh auto;
  }
  .modal-body {
    padding: 15px;
  }
  .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;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: 96vw;
    max-height: 95vh;
    margin: 2.5vh 10px;
  }
  .modal-dialog.modal-lg,
  .modal-dialog.modal-xl {
    max-width: 96vw;
  }
  .modal-body {
    padding: 12px;
  }
  .table-sm td,
  .table-sm th {
    padding: 6px;
    font-size: 12px;
    white-space: nowrap;
  }
  .table-sm input.form-control {
    min-width: 90px;
  }
}
