/* DEBUT PERSO DE NADJ */
.offer-card {
  z-index: 1;
  background-image: url(../images/bg-green.png);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
}

.offer-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgba(92, 247, 105, 0.7); */
  background-color: #0000005d;
  z-index: -1;
}

/* FIN PERSO DE NADJ */

.offer-card-details .offer-item-img {
  position: absolute;
  inset-inline-end: -2px;
  inset-block-end: 18px;
  height: 15rem;
}

@media (max-width: 1500px) {
  .offer-card-details .offer-item-img {
    /* display: none; */
    height: 10rem;
  }
}

/* @media (min-width: 1400px) and (max-width: 1600px) {
    .offer-card-details .offer-item-img {
      display: none;
    }
} */

.card_fixed {

  position: fixed;
  margin-right: 10px;
}

* {
  font-size: 13.5px;
}

.card_Title {
  font-size: 18px;
  font-weight: bold;
}

.iconCardTitle {

  font-size: 22px;
}

@media screen and (max-width: 1020px) {

  .card_fixed {

    position: relative;
    width: 100%;
  }

  .marquee-rtl {

    display: none;
  }

  #menu {

    margin-left: -100px;
  }

}

@media screen and (max-width: 600px) {


  #totalnavbar {

    display: none;
  }

  .csvform {

    margin-top: 20px;
  }

  .btn-autoCompleteSubmit {

    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 98px;
    margin-bottom: 40px;
    width: 100%;
  }

  #menu {

    position: absolute;
    margin-left: -50px;
  }

}

@media screen and (min-width: 1024px) {
  #BtnenteteAuDessusDuPanier {

    display: none;
  }
}


@media screen and (max-width: 912px) {

  #BtnenteteAuDessusDuPanier {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  #BtnenteteAuDessusDuPanierLargeEcran {

    display: none;

    /* color: #f16c31; */
  }


}

label {

  font-size: 14px;
}

.ModalInfoproduitRubrique {

  color: black;
  font-size: 14px;
  font-weight: bold;
}

.marquee-rtl {
  position: relative;
  min-width: 200px;

  max-width: 50%;
  margin-left: 22%;
  height: 70px;


  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  color: black;
  font-weight: bold;
  font-size: 15px;
  margin-top: 25px;
  animation: marquee 40s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(50%);
  }

  to {
    transform: translateX(-100%);
  }
}



/* customize input file*/

label.label .inputCustom {
  position: absolute;
  top: -820px;
  height: 160px;
}

.label {
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 5px 15px;

  background: #dddddd;
  display: inline-block;
  height: 40px;
  margin-top: -2.5px;
  font-weight: 900;
  color: rgb(32, 32, 32);
}

.label:hover {
  background: #5cbd95;
  color: #ffffff;
  border: 1px solid#5cbd95;
}

#btn-dci {

  border-radius: 30px;
  display: none;
  z-index: 999;
  width: 100px;
}

/*-----------------------------------------------------------
      ------------JQUERY AUTOCOMPLETE ELEMENTS-----------
  -------------------------------------------------------------*/

/* .ui-autocomplete .highlight {
    color: blue;
   }  */

.ui-autocomplete .m-name {
  display: block;

  border: 2px solid transparent;


  width: 108.5%;
  margin-left: 2px;

}

.ui-autocomplete .GreenColor {
  display: block;
  margin-left: -6.8px;
  border: 3px solid green;
  /* border-left-color: green; */


  position: absolute;

  height: 40px;
}

.ui-autocomplete .OrangeColor {
  display: block;
  margin-left: -6.8px;
  border: 3px solid orange;
  /* border-left-color: green; */


  position: absolute;

  height: 40px;
}




.ui-autocomplete .RedColor {
  display: block;
  margin-left: -6.8px;
  border: 3px solid red;
  /* border-left-color: red; */
  position: absolute;
  height: 40px;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  width: 300px;
}

.ui-menu-item .ui-state-active {
  background: #d1dde7;
  color: #444;
  border-color: #444;


}

.ui-menu-item .ui-state-active #btn-dci {
  background: #d1dde7;
  color: #444;
  border-color: #444;

  display: block;

  position: absolute;
  margin-left: 360px;

  margin-top: 5px;


}


@media only screen and (max-width: 800px) {
  .ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    width: 100px;

    overflow-x: auto;
    z-index: 2147483647;
  }

}

/*-----------------------------------------------------------
      ------------END JQUERY AUTOCOMPLETE ELEMENT-----------
  -------------------------------------------------------------*/


.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* panier promo quantité input */
.qty-container #input-qty {
  text-align: center;
  border: 1px solid #d4d4d4;
  max-width: 60px;
}

/* panier quantité input */

.qty-container .input-qty {
  text-align: center;
  border: 1px solid #d4d4d4;
  max-width: 60px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;

  font-size: 10px;
  height: 33.5px;
  width: 33.5px;
  /* transition: 0.3s; */
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;

}


/*---------------------------*/

/*---------- bouton quantite ligne non  importé style -----*/



.qty-containers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-containers #input-qtys {
  text-align: center;

  border: 1px solid #d4d4d4;
  max-width: 60px;
}

.qty-containers .qty-btn-minuss,
.qty-containers .qty-btn-pluss {
  border: 1px solid #d4d4d4;

  font-size: 10px;
  height: 34px;
  width: 34px;
  /* transition: 0.3s; */
}

.qty-containers .qty-btn-pluss {
  margin-left: -1px;
}

.qty-containers .qty-btn-minuss {
  margin-right: -1px;

}


/*------------------------------------bouton quantite tableau promo -------------------------*/

.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-container #input-qtys {
  text-align: center;

  border: 1px solid #d4d4d4;
  max-width: 60px;
}

.qty-container .qty-btn-minux,
.qty-container .qty-btn-plux {
  border: 1px solid #d4d4d4;

  font-size: 10px;
  height: 34px;
  width: 34px;
  /* transition: 0.3s; */
}

.qty-container .qty-btn-plux {
  margin-left: -1px;
}

.qty-container .qty-btn-minux {
  margin-right: -1px;

}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}







/*-----------------------------------------------------------
      ------------BUTTON QUANTITY IN CART -----------
  -------------------------------------------------------------*/





/*-----------------------------------------------------------
      ------------END BUTTON QUANTITY IN CART -----------
  -------------------------------------------------------------*/

/*-----------------------------------------------------------
      ------------LOADER-----------
  -------------------------------------------------------------*/

.loading-overlay {

  background: rgba(168, 167, 167, 0.7);
  position: fixed;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}

.hiddenElement {

  display: none;
}

.hiddenElements {

  display: none;
}

.hiddenElementCommande {

  display: none;
}

.loading-overlay_1 {
  display: flex;
  justify-content: center;
}

.loading-overlay__1 {
  display: flex;
  justify-content: center;
}

/* .loading-overlay_2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 30%;
  height: 30vh;
  margin-top: 20%;
  background: #fff;
  border-radius: 15px;
} */


.loading-overlay__2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 30%;
  height: 30vh;
  margin-top: 20%;
  background: #fff;
  border-radius: 15px;
}


/* ::::::::::::::::::::::::::::::::: LOADING 09-10-2023 :::::::::::::::::::::::::::::::: */

@keyframes rotate-loading {
  0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
  100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
  0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
  100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
  0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
  100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
  0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
  100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes rotate-loading {
  0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
  100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-moz-keyframes rotate-loading {
  0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
  100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-webkit-keyframes rotate-loading {
  0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
  100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@-o-keyframes rotate-loading {
  0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
  100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}

@keyframes loading-text-opacity {
  0%  {opacity: 0}
  20% {opacity: 0}
  50% {opacity: 1}
  100%{opacity: 0}
}

@-moz-keyframes loading-text-opacity {
  0%  {opacity: 0}
  20% {opacity: 0}
  50% {opacity: 1}
  100%{opacity: 0}
}

@-webkit-keyframes loading-text-opacity {
  0%  {opacity: 0}
  20% {opacity: 0}
  50% {opacity: 1}
  100%{opacity: 0}
}

@-o-keyframes loading-text-opacity {
  0%  {opacity: 0}
  20% {opacity: 0}
  50% {opacity: 1}
  100%{opacity: 0}
}
.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container { margin: 30px auto }

.loading {
  border: 3px solid transparent;
  border-color: transparent green; 
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading {
  border-color: transparent #E45635 transparent #E45635;
}
.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: black;
  font-family: "Helvetica Neue, "Helvetica", ""arial";
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  margin-top: -70px;
  width: 100px;
}

/*    dfdhgjjjhj    */
.loading-overlay {
  background: rgba(168, 167, 167, 0.7);
  position: fixed;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
display: flex;
}


.loading-overlay_1{
display:flex; 
justify-content:center;
}

.loading-overlay_2{
display:flex;
justify-content:center; 
flex-direction:column;
align-items:center;
width: 25%; 
height:25vh;
margin-top:15%;
background:#fff;
border-radius:15px;
}

/* ::::::::::::::::::::::::::::::::: FIN LOADING :::::::::::::::::::::::::::::::: */

/*-----------------------------------------------------------
  ------------CLASS PERSONALISER POUR MON TABLEAU DATATABLE-----
  -------------------------------------------------------------*/

#tableauProduitLigneNonImporter tbody td {
  padding: 6px 10px;
  /* e.g. change 8x to 4px here */

  line-height: 40px;
}

#historiqueTable tbody tr:hover {
  background-color: #dddddd;

}

#datatableCommande>tbody>tr>td {

  line-height: 30px !important;

}


#produitCatalogueTble_filter {
  display: none;
}

/* #datatableCommande_length{
    margin-top : 257px;
    margin-left: 20px;
   } */

#produitLivrable72HTble_filter {
  display: none;
}

#promoLaboTable_filter {
  display: none;
}

#panierPromoLabo_filter {

  display: none;
}

#profilUtilisateurTable_filter {
  display: none;
}





.pagination .page-item.active .page-link {
  background-color: rgb(67, 76, 89);
  border-color: rgb(67, 76, 89);
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item.active .page-link:focus {
  background-color: rgb(67, 76, 89);
  border-color: rgb(67, 76, 89);
}

.pagination .page-item.active .page-link:hover {
  background-color: rgb(67, 76, 89);
  border-color: rgb(67, 76, 89);
}

#MettrecommandeEnAttente:hover {

  color: #fff;
}


.ui-front {
  z-index: 9999;
}


/*-----------------------------------------------------------
  ------------CUSTOM TABS-----
  -------------------------------------------------------------*/

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  border: 1px solid rgb(242, 242, 242);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;

  margin: 40px 0;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
}

/* .tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
} */
.tab {
  display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  /* text-shadow: 0 0 0; */

}

.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  /* text-shadow: 0 0 0; */
}

.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  /* text-shadow: 0 0 0; */
}

.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4) {
  /* opacity: 1; */
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5) {
  /* opacity: 1; */
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type)+label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type)+label {
  border-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tab:checked+label {

  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  background: rgb(67, 76, 89);
  color: #fff;

}

.tab:checked+label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  /* background-color: #fff; */
  background: rgb(67, 76, 89);
  color: #fff;
}

.tab+label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}

.tab+label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}

/* boring stuff */


h1,
h2 {
  margin: 0;
  color: #444;
  text-align: center;
  font-weight: 400;
}

h2 {
  font-size: 1em;
  margin-bottom: 30px;
}

h3 {
  font-weight: 400;
}

p {
  line-height: 1.6;
  margin-bottom: 20px;
}

th {

  font-size: 14px;
  height: 10px;

}

table>thead {
  background: #434C59;


}

td {
  margin: 0%;
  padding: 0%;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: black
}

.CipGroup {

  color: rgb(128, 6, 6);
  font-size: 10px;
  font-weight: bold;
}

td>div>#CIPCommandeGroupe {


  color: rgb(128, 6, 6);
  font-size: 10px;
}

td>div {

  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: black
}

/*
.odd > td{

  cursor: pointer;
  font-size: 19px;
  color:black;
}
.even > td {

  cursor: pointer;
  font-size: 19px;
  color:black;
} */

.trHohver tbody tr:hover {

  background-color: #dddddd;
}

#reclamationListeTable tbody tr:hover {

  background-color: #dddddd;
}

.card-shadow {

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.card-shadowGraphe {

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;


}

/* .list-group-height{
  height:60px;
   overflow:auto
} */


/* .buttonContainer{



   display:flex;
   justify-content:center;
   align-items:center
} */

.btn_custom {

  width: 40px;
  height: 30px;
  padding-bottom: 25px;
  border: 2px solid #2cae67;
  border-radius: 50px;
  background: #2cae67;
  border-color: #2cae67;
  transition: 0.3s ease all;
  font-family: Poppins;

}


.btn_custom:hover {

  background: #2cae67;
  width: 150px;
  transition: 0.3s ease all;
  border-color: #2cae67;
  /* transform: scale(4); */
}

.btn_custom:hover:before {

  content: " ";

}

.btn_custom:before,
.btn_custom:after {

  transition: 0.3s ease all;
}

.btn_custom:after {
  opacity: 0.16;
  z-index: 2;
}

.btn_custom:before {
  content: "+";
  font-size: 13px;
  font-weight: bold;
  opacity: 1;
  transform: scale(1);
}

.btn_custom:after {
  padding-bottom: 25px;
  /* font-family: FontAwesome; */
  font-family: Poppins;
  /* content: "Voir plus \f061"; */
  content: "Voir plus ";

  /* letter-spacing: -10px; */
  transform: scale(0);
  opacity: 0;
}

.btn_custom:hover:after {
  letter-spacing: 0;
  opacity: 1;
  transform: scale(1);
}

.buttonContainer {
  padding-top: 5%;
  padding-bottom: 2%;
  display: flex;
  justify-content: center;
  align-items: center
}

.buttonContainers {
  /* padding-top: 76%; */
  padding-bottom: 2%;
  display: flex;
  justify-content: center;
  align-items: center
}

.btn_customs {

  width: 40px;
  height: 30px;
  padding-bottom: 25px;
  border: 2px solid #f16c31;
  border-radius: 50px;
  background: #f16c31;
  border-color: #f16c31;
  transition: 0.3s ease all;
  font-family: Poppins;

}


.btn_customs:hover {

  background: #f16c31;
  width: 150px;
  transition: 0.3s ease all;
  border-color: #f16c31;
  /* transform: scale(4); */
}

.btn_customs:hover:before {

  content: " ";

}

.btn_customs:before,
.btn_customs:after {

  transition: 0.3s ease all;
}

.btn_customs:after {

  opacity: 0.16;
  z-index: 2;
}

.btn_customs:before {
  content: "+";
  font-size: 13px;
  font-weight: bold;
  opacity: 1;
  transform: scale(1);
}

.btn_customs:after {
  padding-bottom: 25px;
  /* font-family: FontAwesome; */
  font-family: Poppins;
  /* content: "Voir plus \f061"; */
  content: "Voir plus ";

  /* letter-spacing: -10px; */
  transform: scale(0);
  opacity: 0;
}

.btn_customs:hover:after {
  letter-spacing: 0;
  opacity: 1;
  transform: scale(1);
}

.img_pub {
  width: 100%;
  height: 56vh;
}

.VideoCaroussel {
  height: 54.90vh;
  object-fit: cover;
  width: 100%;
}

.img_empty {
  width: 200px;

  display: block;
  margin: 0 auto;

}

#body_content {

  padding-left: 20px;
  padding-right: 20px;

}



/* media screen*/
@media(min-width:1025px) and (max-width: 1530px) {

  /* .marquee-rtl {
  display: none;
  } */



  .buttonContainers {
    position: absolute;
    /* left:0;
    right:0;
    top:29em; */

    display: flex;
    justify-content: center;
    align-items: center
  }

}

#body_content {
  padding-left: 20px;
  padding-right: 20px;

}


@media(min-width:1024px) and (max-width:1300px) {

  #BtnenteteAuDessusDuPanierLargeEcran {

    padding-bottom: 7%;
  }


}


@media (min-width:768.98px) and (max-width:1024px) {


  #BtnenteteAuDessusDuPanier {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  #dispocard{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
  }


  #BtnenteteAuDessusDuPanierLargeEcran {
    display: none;
  }
}


.tableActionBtnColumn {
  display: flex;
  margin-top: 7px;
}

.tablerowCheckbox {
  margin-top: -9px;
}

.blQuizaineFlexbox {
  position: absolute;
  margin-left: 23%;
  margin-top: -5px;
}


.responsiveVideoBoxPopup {

  width: 900px;
  border-radius: 20px;
}

@media(max-width:769px) {

  /* .dashboardModalIgtemDetail{

      min-height: 60%;
    } */

  .img_pub {

    height: 40vh;
  }

  .VideoCaroussel {
    height: 40vh;

  }

  .loading-overlay_2 {

    margin-top: 50%;
    width: 60%;
    height: 30vh;

  }


  .loading-overlay__2 {

    width: 60%;
    height: 30vh;
    margin-top: 50%;

  }

  div .AdminvideoBox {
    width: 380px;
  }

  .responsiveVideoBoxPopup {
    width: 390px;
  }

  #Montant_enteteBlParQuinzaine {


    margin-bottom: 40px;
    margin-left: -23%;

  }

  /* provient de catalogue produit */
  .ajouterAuPanierBtn {


    margin-right: 180px;
    margin-bottom: 20px;


  }

  .btnDci {

    margin-right: -70px;
    margin-top: 30px;

  }

  /* provient de catalogue produit */

  .blQuizaineFlexbox {
    position: absolute;
    margin-left: 49px;
    margin-top: -5px;
    margin-bottom: -120px;
  }

  #CheckboxParent {

    margin-left: 15px;
  }

  .tableActionBtnColumn {
    display: flex;
    /* flex-direction: column; */
  }

  .tablerowCheckbox {
    margin-bottom: -20px;
  }

  #video-tag {

    width: 400px;
  }

  #IMPORTATIONFICHIERCSVTitre {

    display: none;
  }

  #formProductAddGroup {

    display: flex;
    flex-wrap: wrap;
  }

  .importCsvDIV {

    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left:-42px; */
  }

  .dropify-wrapper {

    width: 700%;
    margin-top: 20px;
  }

  #submit-btnSearchAutocompleteProduct {

    display: block;
    margin: 0 auto;
    margin-bottom: 20px;

  }


  #informationProduit {

    margin-left: -10px;

  }

  #CommandeCheckbox {

    margin-left: 4px;
  }

  #Montant_enteteBlParQuinzaine {

    padding-bottom: 60px;
    margin-left: -50px;
  }

  /* ESPACE ADMIN */



}

.price-group {

  margin-top: -23px;

}

#sectionLigneNonImporteMontant {

  border: 1px solid gray;
  height: 35px;
  padding: 5px;
  border-radius: 5px;
}

.reclamationButton {

  margin-top: 28px;
}

.AdminvideoBox {
  width: 500px;
  height: 300px;
  border-radius: 10px;

  object-fit: cover;

}

@media(max-width:576px) {

  .reclamationInputBox {

    width: 100%;
  }
  #dispocard{
    display: flex;
    flex-wrap: wrap;
  }

  .responsiveVideoBoxPopup {
    width: 305px;
  }

  /* provient de catalogue produit */
  .refreshBtn {

    position: absolute;
    margin-left: 140px;
    margin-top: -20px;

    border-color: #5cbd95;

    background: #5cbd95;

  }

  .ajouterAuPanierBtn {


    margin-right: 90px;
    margin-left: 70px;
    margin-bottom: 20px;

  }

  .btnDci {
    margin-top: 100px;
    margin-right: 140px;

  }

  /* provient de catalogue produit */

  .reclamationButtonBox {

    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 9px;

  }

  .reclamationButton {

    display: block;
    margin: 0 auto;
  }

  #Montant_enteteBlParQuinzaine {

    margin: 0 auto;
    margin-bottom: 100px;
    margin-right: 23%;

  }

  #reclamationCardHeader {

    display: none;
  }

  /* .dashboardModalIgtemDetail{

      min-height: 60%;
    } */
  /* espace Admin */
  #video-tag {

    width: 300px;
  }

  .card-title-text {

    display: none
  }

  .price-group {

    margin-top: 0px;
  }

  /* fin espace Admin */
  #IMPORTATIONFICHIERCSVTitre {

    display: none;
  }



  #BtnenteteAuDessusDuPanier {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  #sectionLigneNonImporteMontant {

    margin-top: 10px;
    margin-bottom: 8px;
    width: 220px;
  }
}



/*---------------------------------------------------- ESPACE LABORATOIRE -----------------------------------------------*/

.itemPostion {

  margin-top: 7px;
  text-align: center;
}

#StatistiquePays tr.odd td:first-child,
#StatistiquePays tr.even td:first-child {
  padding-left: 2em;
}

#StatistiquePays_filter {

  display: none;
}

.has-submenu>.Parent_title {

  font-size: 16px;
}

.submenu>.children_Title {

  font-size: 60px;
}

/*----------- ESPACE ADMINSTRATION---------------*/


#drop-zone {
  max-width: 200px;
  height: 200px;
  border: 2px dotted gray;

  display: block;
  margin: 0 auto;
}

.textInfo {

  text-align: center;
  margin-top: 7em;
}

.imgpub {

  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}



/* deuxieme bloc image */

.upload__box {
  padding: 10px;
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}


.upload__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #F9C851;
  border-color: #F9C851;
  border-radius: 7px;

  font-size: 12px;
}

.upload__btn:hover {
  background-color: unset;
  color: #F9C851;
  transition: all 0.3s ease;
}

.upload__btn-box {
  margin-bottom: 5px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 100px;
  padding: 0 10px;
  /* margin-bottom: 12px; */
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;


}


/* Insertion de video */

#drop-zoneVideo {
  max-width: 100px;
  height: 100px;
  border: 2px dotted gray;

  display: block;
  margin: 0 auto;
}

.boxContainer_Video {
  display: flex;
  justify-content: center;
}

.upload__inputfileVideo {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;

}

.upload__btnVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #F9C851;
  border-color: #F9C851;
  border-radius: 7px;
  font-size: 12px;
}

#video-tag {

  display: block;
  margin: 0 auto;
}

/* DCI BLOCK */

#tableDCI_filter {

  margin-right: 10px;
}

.AjoutDePlusieurProduitPourTablette {

  display: none;
}

.iconInfoPanier {

  font-size: 18px;
  /* margin-top:8px;
   margin-left:6px; */
  color: #6c757d
}

.iconSupprimerDansLePanier {

  color: rgb(245, 112, 122);
  font-size: 18px;
  /* margin-top:6px; */
}

@media (min-width:768px) and (max-width:900px) {


  .AjoutDePlusieurProduitPourTablette {

    display: block;

  }

  .AjoutDePlusieurProduitPourlargeEcran {

    display: none;
  }
}

@media(max-width:1386px) {

  .tableActionBtnColumn {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
  }

  .iconSupprimerDansLePanier {

    /* margin-left: -2px;
    margin-top: 38px; */
    font-size: 19px;
  }

  .iconInfoPanier {
    /* margin-left: 6px; */
    font-size: 19px;

  }
}






.upload__inputfileEdit {

  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;

}

.upload__btnForEditPicture {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  margin-top: -10px;
  width: 100px;
  height: 100px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #F9C851;
  border-color: #F9C851;
  border-radius: 7px;
  margin-left: 7px;

  font-size: 12px;
}

.upload__boxEdit {
  padding: 10px;
  display: flex;

}

.upload__img-wrapEdit {

  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-boxEdit {
  width: 100px;
  height: 100px;
  padding: 0 10px;
  margin-right: 10px;
  /* margin-bottom: 12px; */
}

.img-bgEdit {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  height: 100px;
  width: 100px;
  border-radius: 7px;
  margin-top: -10px;

}

#drop-zoneImageEdit {
  max-width: 200px;
  height: 200px;
  border: 2px dotted gray;
  display: block;
  margin: 0 auto;
}

.imgpubPrincipalEdit {

  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

/* ANNONCE POPUP ELEMENT */

#drop-zoneImgPopup {
  max-width: 200px;
  height: 200px;
  border: 2px dotted gray;

  display: block;
  margin: 0 auto;
}

/* MODIFICATION IMAGE */
#drop-zoneImgPopupM {

  max-width: 200px;
  height: 200px;
  border: 2px dotted gray;

  display: block;
  margin: 0 auto;
}

.imgsAnonncePopupM {

  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

/* FIN MODIFICATION */
.imgAnonncePopup {

  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.textInfos {
  text-align: center;
  margin-top: 7em;
}

#textInfo {

  text-align: center;
  margin-top: 7em;
}

/** checkbox panier produit**/
.my-checkbox {
  transform: scale(1.3);
  /* margin-right: 11px; */
}

.my-checkbox-x2 {
  transform: scale(3);
  margin: 40px 15px 0 0;
}

input[type='checkbox']:checked+label {
  /* background-color: red;
    border-color: red; */
  cursor: pointer;
}

input:not([type="radio"]):not([type="checkbox"]) {
  border-radius: 0.5rem;
  transition: border-radius 0.3s ease-in-out;
  -webkit-transition: border-radius 0.3s ease-in-out;
  -moz-transition: border-radius 0.3s ease-in-out;
  -ms-transition: border-radius 0.3s ease-in-out;
  -o-transition: border-radius 0.3s ease-in-out;
}

input:not([type="radio"]):not([type="checkbox"]):focus{
  border: 1px dashed rgb(63, 199, 95);
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}

.btn-camed {
  background-color: #183153;
  color: #4BD396;
  transition: border-radius 0.3s ease-in-out;
  outline: none;
}

.btn-camed:hover,
.btn-camed:focus {
  color: #4BD396;
  background-color: white;
  border: 1px dashed #183153;
  outline: none;
  /* animation: borderPulse 1s infinite ease-in-out; */
  animation: 3s linear 1s infinite running slidein;
}

.table thead th:first-child {
  border-radius: 8px 0 0 0px;
  -webkit-border-radius: 8px 0 0 0px;
  -moz-border-radius: 8px 0 0 0px;
  -ms-border-radius: 8px 0 0 0px;
  -o-border-radius: 8px 0 0 0px;
}

.table thead th:last-child {
  border-radius: 0 8px 0px 0;
  -webkit-border-radius: 0 8px 0px 0;
  -moz-border-radius: 0 8px 0px 0;
  -ms-border-radius: 0 8px 0px 0;
  -o-border-radius: 0 8px 0px 0;
}


.table tbody tr:hover {
  background-color: #eeffbc70;
}

/* .table tbody tr:not(hover) {
  background-color: #9e1e1e;
} */

.action-button {
  display: block;
  position: fixed;
  width: 4em;
  height: 4em;
  z-index: 10;
  top: 10em;
  right: 1em;
  color: #fff;
  background: linear-gradient(135deg, #0cebeb, #20e3b2, #29ffc6);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0.1em 0 0.25em rgba(0, 0, 0, 0.15), 0.2em 0 1em rgba(0, 0, 0, 0.2);
  transition: width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}


.action-button::after {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

.action-button:hover {
  width: 15em;
  border-radius: 50px;
}

.action-text {
  display: none;
  /* Cache le texte par défaut */
  margin-left: 1em;
  /* opacity : 0; */
  font-size: 0;
  transition: font-size 0.3s ease-in-out;
  /* Transition pour l'apparition du texte */
}

.action-button:hover .action-text {
  display: inline-block;
  /* Affiche le texte lors du survol */
  opacity: 1;
  font-size: 13.5px;
  /* Transition d'opacité */
}

@keyframes borderPulse {
  0% {
    border-width: 2px;
    /* Largeur de la bordure initiale */
  }

  50% {
    border-width: 5px;
    /* Largeur de la bordure à son maximum */
  }

  100% {
    border-width: 2px;
    /* Retour à la largeur initiale */
  }
}

.customCard {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  background: #ece8e2;
  margin-top: 8px;
}

.beautifulCard{
  border-radius:18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.iconBox{
  width: 50px;
  height:50px
}