:root {
  --red-color: #ff4e77;
  --red2-color: #ff3161;
  --bg-color: #f9fafb;
}

@font-face {
  font-family: "varelaround";
  src: url("varelaround.woff") format("woff");
  font-weight: normal; /* Vous pouvez définir des valeurs spécifiques */
  font-style: normal; /* Vous pouvez définir des valeurs spécifiques */
}

.modalbox {
  display: block;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 60%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
  border: 1px solid #dddddd;
  z-index: 4;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.modalbox.see {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.flexitems {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.modifpp {
  display: block;
  margin: 10px 0px;
  background-color: var(--red2-color) !important;
  color: #fff;
  padding: 10px;
  width: 140px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modifpp:hover {
  opacity: 0.7;
}

.profilht {
  margin: 20px;
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.docfilebtn {
  display: flex;
  align-items: center;
  color: #ff3161;
  font-size: 14px;
  cursor: pointer;
}

.flexitemfx {
  color: #222;
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  align-items: center;
}

.flexitemfx .titem {
  margin-bottom: 0px;
}

.flexitemfx:hover {
  color: var(--red2-color) !important;
}

.bgbody {
  margin: 0;
  padding: 0;
  background: var(--bg-color);
  font-family: "varelaround", sans-serif;
  font-size: 14px !important;
}

.bgimage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: scale(1.4);
}

/* .bgbod {
  background-image: url("../librairies/images/bg.svg") !important;
  background-position: center center;
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
} */

.flexprofilxy {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.blocnewopt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn.btn-link {
  background: transparent !important;
  color: #444 !important;
  border: none !important;
  outline: none;
  box-shadow: none !important;
  border-bottom: 2px solid transparent !important;
  transition: 0.3s;
  border-radius: 0px !important;
  padding: 0px !important;
  margin: 15px 15px;
}

.btn.btn-link:hover {
  border-bottom: 2px solid var(--red2-color) !important;
  color: var(--red2-color) !important;
}

.btn.btn-link.active {
  border-bottom: 2px solid var(--red2-color) !important;
  color: var(--red2-color) !important;
}

.resultxB {
  margin-top: 40px;
}

.itemprofil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 320px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 10px;
  /* float: left; */
  /* margin: 10px 20px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 0px; */
  font-family: varelaround, sans-serif;
  font-size: 15px;
  border-radius: 10px;
  transition: 0.3s;
  color: #777;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.itemprofil:hover {
  transform: translateY(-10px);
  border: 1px solid #ff002f;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}

.photoprofil {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: #f9f9f9;
  margin-bottom: 30px;
  overflow: hidden;
}

.photoprofil img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.splashscreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 5;
}

.splashbloc img {
  width: 120px;
  animation: pulse 1s linear infinite;
  transform: scale(1);
}

@keyframes pulse {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1.1);
  }
}

.btn-chat {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 15px;
  height: 50px !important;
  width: 50px !important;
  border-radius: 60px !important;
  font-size: 22px !important;
  cursor: pointer !important;
  outline: none;
  transition: 0.3s;
  z-index: 3;
}

.btn-chat:hover {
  background: #ff003b !important;
  box-shadow: 0px 0px 1px 4px #fbb8c6 !important;
}

.download {
  margin: 0;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  padding: 0px 10px;
}

.badge {
  display: inline-block;
  float: right;
  padding: 2px 5px;
  height: 13px;
  line-height: 13px;
  font-size: 12px;
  text-indent: 0px;
  color: #fff;
  background: #0058ff;
  border-radius: 30px;
  text-align: center;
  font-weight: 500;
  margin: 10px;
}

.flexcol {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}

.iconfile {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 10px;
}

.iconfile.red {
  color: #ff0000;
}

.iconfile.blue {
  color: #0034ff;
}

.iconfile.green {
  color: #03a86a;
}

/* .items {
  width: 95%;
} */

.navlkitem {
  text-transform: uppercase;
  font-size: 14px !important;
}

.headhome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 0;
  left: 247px;
  height: 60px;
  background: #fff;
  position: fixed;
  border-bottom: 1px solid #f1f1f1;
  z-index: 1;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtbtnhead {
  margin: 0px 40px;
  display: flex;
  align-items: center;
}

.rtbtnhead .linkx {
  text-decoration: none;
  outline: none;
  color: #777;
  margin-left: 10px;
  height: 40px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #f9f9f9;
  padding: 0px 15px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}

.rtbtnhead .linkx:hover {
  color: var(--red-color);
}

.dline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  margin: 0px 10px;
  padding: 0px 0px 8px 0px;
  font-weight: bold;
}

.biglimit {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: auto;
  overflow: hidden;
  margin: 5px 10px;
}

.biglimit.center {
  margin-top: 15px;
  justify-content: center;
}

.paginations {
  display: block;
}

.btn-pagination {
  display: inline-block;
  width: 40px;
  height: 35px;
  border: 1px solid #eee;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}

.btn-pagination:first-child {
  border-radius: 3px 0px 0px 3px;
}

.btn-pagination:last-child {
  border-radius: 0px 3px 3px 0px;
}

.btn-pagination:hover {
  background: #eee;
}

.btn-pagination.active {
  background: #ff002f;
  border: 1px solid #ff002f;
  color: #fff;
}

.selectbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* margin: 10px 8px 5px 0px; */
  min-height: 45px;
  padding: 0px 0px;
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.selectbarBon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* margin: 10px 8px 5px 0px; */
  min-height: 45px;
  padding: 0px 0px;
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.selectbar2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* margin: 10px 8px 5px 8px; */
  min-height: 45px;
  padding: 0px 0px;
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.selectbar3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* margin: 10px 8px 5px 8px; */
  min-height: 45px;
  padding: 0px 0px;
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.selectbar4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* margin: 10px 8px 5px 8px; */
  min-height: 45px;
  padding: 0px 0px;
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.selectbar5 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* margin: 10px 8px 5px 8px; */
  min-height: 45px;
  padding: 0px 0px;
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}

.selecttextx {
  display: inline-block;
  margin: 10px;
}

.chevron {
  display: inline-block;
  font-size: 14px;
  margin: 10px;
}

.selectsearchbox {
  display: block;
  position: absolute;
  /* margin: 10px 8px 5px 0px; */
  height: 185px;
  padding: 0px 0px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  width: 92.5%;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #dbdbdb;
}

.selectsearchbox.small {
  width: 35%;
}

.selectsearchbox.see {
  margin: 2px 8px 5px 0px;
  visibility: visible;
  opacity: 1;
}

.optionsx-filter {
  display: flex;
  flex-direction: row;
  height: 35px;
  border-bottom: 1px solid #eee;
  margin: 0px 10px;
  align-items: center;
  color: #777;
}

.iconfx {
  display: block;
  margin-left: 5px;
  float: left;
  height: 35px;
  line-height: 35px;
}

.filterx-form {
  display: block;
  margin: 0px 10px;
  width: 80%;
  border: none;
  outline: none;
  position: relative;
  top: 1px;
  font-family: varelaround, sans-serif;
  font-size: 16px;
  caret-color: #ff002f;
}

.boxdatax {
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
}

.boxdatax::-webkit-scrollbar {
  width: 8px;
}

.boxdatax::-webkit-scrollbar-thumb {
  width: 8px;
  background: #999;
  border-radius: 8px;
}

.itemdata {
  display: flex;
  width: 100%;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.itemdata:hover {
  background: #f7f7f7;
}

.margex {
  margin: 0px 10px;
}

.actbox {
  display: block;
  margin-right: 5px;
}

.actbtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  margin: 0px;
  font-size: 18px;
  color: #555;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
}

.flexhead {
  border-bottom: 3px solid #222;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bdr {
  margin: 15px 10px 10px 10px;
}

.headinfosx {
  text-align: right;
}

.optx {
  font-size: 16px;
  font-weight: bold;
}

.optx2 {
  font-size: 14px;
  font-weight: bold;
}

.optx3 {
  font-size: 13px;
}

header {
  display: block;
  width: 100%;
  height: 70px;
  background: #fff;
  color: #222;
  font-weight: bold;
  font-family: varelaround, sans-serif;
  border-bottom: 1px solid #eee;
  z-index: 999;
  top: 0;
  left: 0;
  transition: 2s;
}

header .link {
  display: inline-block;
  height: 30px;
  width: auto;
  padding: 0px 8px;
  margin: 25px 5px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  outline: none;
  color: #444;
  text-indent: 0px;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
}

header .link:hover {
  border-bottom: 3px solid #09f;
}

.logo {
  text-shadow: 0px 2px 2px #999;
  letter-spacing: -3px;
  font-size: 45px;
  font-family: varelaround, sans-serif;
  float: left;
  display: block;
  height: 70px;
  position: absolute;
  text-indent: 30px;
  line-height: 70px;
}

#lgF {
  text-indent: 0;
}

.logo2 img {
  width: 80px;
  height: 50px;
  margin-right: 10px;
  margin-top: 10px;
}

.facturex {
  display: block;
  margin: 5px;
  background: #fff;
  /*	box-shadow: 0px 0px 13px rgba(0,0,0,.1);*/
  padding: 0px;
  font-family: varelaround, sans-serif;
}

.welcomeBloc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: varelaround, sans-serif;
  font-size: 35px;
  line-height: 45px;
  color: #333;
  font-weight: bold;
  background: #fff;
  display: none;
  overflow: hidden;
  width: 50%;
}

.btn {
  display: block;
  width: auto;
  padding: 0px 20px;
  height: 40px;
  font-size: 18px;
  background: #ff002f;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
  font-family: varelaround, sans-serif;
}

.btn2 {
  display: block;
  width: auto;
  padding: 0px 20px;
  height: 40px;
  font-size: 18px;
  background: transparent;
  color: #ff002f;
  border-radius: 5px;
  border: none;
  margin-top: 6px;
  cursor: pointer;
  transition: 0.3s;
  float: right;
  font-family: varelaround, sans-serif;
}

.btn2:hover {
  text-decoration: underline;
}

.refboxtransfert {
  display: block;
  position: fixed;
  top: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
  z-index: 4;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.refboxtransfert.see {
  opacity: 1;
  visibility: visible;
  top: 20%;
}

.refbox {
  display: block;
  position: fixed;
  top: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: auto;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
  z-index: 4;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.refbox.see {
  opacity: 1;
  visibility: visible;
  top: 20%;
}

.shadowfx {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.boxbtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-stock {
  background: #fff !important;
  color: #555 !important;
  border: 1px solid #fff !important;
}

.btn-stock.active {
  background: #ff002f !important;
  color: #fff !important;
  border: 1px solid #ff002f !important;
}

.formes {
  display: block;
  position: fixed;
  right: -100px;
  top: 30%;
  background: #3e3b42;
  border-radius: 30px;
  height: 250px;
  width: 250px;
  transform: rotate(45deg);
}

#forme {
  animation: rotateex 12s linear infinite;
  box-shadow: 0px 0px 0px 8px rgb(0 0 0 / 8%);
}

@keyframes rotateex {
  0% {
    transform: rotate(45deg);
  }
  45% {
    transform: rotate(55deg);
  }
  50% {
    transform: rotate(45deg);
  }
  95% {
    transform: rotate(35deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

#forme2 {
  display: block;
  position: fixed;
  left: -100px;
  top: 10%;
  background: #6c6c6c;
  border-radius: 10px;
  height: 150px;
  width: 150px;
  transform: rotate(45deg);
  animation: rotate 12s linear infinite;
  box-shadow: 0px 0px 0px 8px rgb(0 0 0 / 8%);
}

@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  45% {
    transform: rotate(65deg);
  }
  50% {
    transform: rotate(45deg);
  }
  95% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

#forme3 {
  display: block;
  position: fixed;
  left: 45%;
  top: 90%;
  background: #fb0e5b;
  border-radius: 200px;
  height: 200px;
  width: 200px;
  animation: rotatee 12s linear infinite;
  transform: translate(0px);
  box-shadow: 0px 0px 0px 8px #fde0e9;
}

@keyframes rotatee {
  0% {
    transform: translate(0px);
  }
  50% {
    transform: translate(-30px);
  }
  100% {
    transform: translate(0px);
  }
}

#forme4 {
  display: block;
  position: fixed;
  left: 65%;
  top: 5%;
  background: #fb0e5b;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  animation: rotatex 12s linear infinite;
  transform: translate(0px);
  box-shadow: 0px 0px 0px 8px #fde0e9;
}

@keyframes rotatex {
  0% {
    transform: translate(0px);
  }
  50% {
    transform: translate(50px);
  }
  100% {
    transform: translate(0px);
  }
}

#forme5 {
  display: block;
  position: fixed;
  left: 8%;
  top: 76%;
  background: #fb0e5b;
  border-radius: 5px;
  height: 90px;
  width: 90px;
  transform: rotate(45deg);
  animation: rotates 12s linear infinite;
  box-shadow: 0px 0px 0px 8px #fde0e9;
}

@keyframes rotates {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

.connectBloc {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: varelaround, sans-serif;
  line-height: 45px;
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  padding: 25px;
  z-index: 2;
  /* background: #fff; */
}

.formblocx {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  /* overflow: hidden; */
}

.formblocx .form {
  width: unset;
  margin: 8px 0px;
}

.formblocx .btn {
  width: 100% !important;
  margin-top: 5px !important;
}

.connectForm {
  box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  background: white;
  padding: 25px;
  width: 350px;
}

.logo3 {
  display: flex;
  background: #fff;
  width: 130px;
  height: 130px;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
  border-radius: 170px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.logo3 img {
  display: block;
  width: 140px;
  height: auto;
  margin-top: -10px;
}

.form {
  display: block;
  width: 100%;
  height: 40px;
  text-indent: 20px;
  margin: 15px 0px;
  outline: none;
  background: #eee;
  border: none;
  font-family: varelaround, sans-serif;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: #fff;
  transition: 0.3s;
  caret-color: #ff003b;
}

.form:focus {
  border: 1px solid #ff003b;
  box-shadow: 0px 0px 1px 3px #ffe3e9;
}

.formA {
  display: block;
  width: 96%;
  height: 40px;
  text-indent: 20px;
  margin: 15px 0px;
  outline: none;
  background: transparent;
  border: none;
  border: 1px solid #999;
  font-family: varelaround, sans-serif;
  font-size: 18px;
  border-radius: 3px;
}

#connectBtn {
  margin-top: -0px;
  width: 101.5%;
}

.searchBloc {
  display: block;
  width: 35%;
  height: 35px;
  margin: 18px 0px;
  outline: none;
  border: none;
  font-family: varelaround, sans-serif;
  font-size: 16px;
  border-radius: 3px;
  position: relative;
  top: -12px;
  box-shadow: 0px;
  background: transparent;
  border: 1px solid #eee;
}

#iconSearch {
  float: left;
  position: relative;
  left: 15px;
  top: 8px;
  color: #777;
}

.formx {
  display: block;
  width: 60%;
  height: 35px;
  text-indent: 0px;
  margin: 0px 20px;
  outline: none;
  background: transparent;
  border: none;
  font-family: varelaround, sans-serif;
  font-size: 16px;
  border-radius: 5px;
  float: left;
}

.searchBtn {
  display: block;
  float: right;
  width: auto;
  height: 35px;
  padding: 0px 10px;
  border-radius: 3px;
  border: none;
  outline: none;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  background: #ff002f;
  color: #fff;
  cursor: pointer;
}

.content2 {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* background-image: url("../librairies/images/bg.svg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat; */
}

.blocProduit {
  display: inline-block;
  width: 430px;
  height: auto;
  padding: 0px 30px 20px 30px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  font-family: varelaround, sans-serif;
  margin-right: 35px;
  margin-bottom: 20px;
}

.desciption {
  display: block;
  line-height: 24px;
}

.qte {
  float: right;
  display: inline-block;
}

.pourcentage {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.pourcent {
  display: inline-block;
  width: 90%;
  height: 8px;
  background: #eee;
  margin-top: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.bar {
  display: block;
  width: 90%;
  height: 8px;
  background: #ff002f;
  border-radius: 8px;
}

.number {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}

b {
  color: #444;
}

.title {
  color: #444;
}

.btn3 {
  display: inline-block;
  width: auto;
  padding: 0px 0px;
  height: 30px;
  font-size: 15px;
  background: transparent;
  color: #09f;
  border-radius: 5px;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 20px;
  font-family: varelaround, sans-serif;
}

.btn6 {
  display: inline-block;
  width: 30px;
  padding: 0px 0px;
  height: 30px;
  font-size: 15px;
  background: transparent;
  color: #09f;
  border-radius: 5px;
  border: none;
  margin-top: 8px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  text-indent: 0px;
  font-family: varelaround, sans-serif;
}

.btn6:hover {
  background: #eee;
}

#sup {
  color: #f32727;
}

#modif {
  background: #09f;
  color: #fff;
  padding: 0px 3px;
  font-size: 14px;
}

#search {
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.notifBtn {
  display: block;
  float: right;
  position: relative;
  top: 20px;
  right: 50px;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
  font-size: 18px;
}

.notifBtn:hover {
  background: #eee;
}

#addPermission {
  right: 30px;
}

/*.categorieZone{
	display: block;
	width: 100%;
	height: 50px;
	overflow-y: hidden;
	overflow-x: auto;	
	white-space: nowrap;
}
*/
/*.categorie{
	display: inline-block;
	width: auto;
	height: 30px;
	background: #eee;
	color: #333;
	text-align: center;
	line-height: 30px;
	padding: 0px 10px;
	text-decoration: none;
	font-size: 15px;
	font-family: sans-serif;
	margin: 0px 4px;
	border-radius: 	3px;
}
*/
.ombre {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}

.ombreb {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(251, 251, 251, 0.7);
}

.modalboutique {
  display: block;
  z-index: 3;
  position: fixed;
  right: -500px;
  bottom: 0;
  width: 500px;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
  border: 1px solid #dfdfdf;
  background: #fff;
  box-shadow: -4px 0px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.modalboutique.see {
  right: 0;
}

.modalboutiquex {
  display: block;
  z-index: 3;
  position: fixed;
  right: -500px;
  bottom: 0;
  width: 500px;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
  border: 1px solid #dfdfdf;
  background: #fff;
  box-shadow: -4px 0px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.modalboutiquex.see {
  right: 0;
}

.headmodalb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

.titreb {
  display: block;
  margin: 0px 15px;
  font-size: 22px;
}

.closeb {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin: 0px 15px;
  font-size: 22px;
  color: #777;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #eee;
  text-align: center;
  cursor: pointer;
}

.restyle {
  position: absolute;
  display: block;
  float: left;
  transition: 0.3s;
  margin: 0px 15px;
  font-size: 22px;
  color: #777;
  border-radius: 50px;
  background: #eee;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 5px 10px;
}

.restyle:hover {
  background: #dfdfdf;
}

.closeb:hover {
  background: #dfdfdf;
}

.bodb {
  display: inline-block;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.bodb.restylex {
  bottom: 70px;
  border-bottom: 1px solid #dfdfdf;
}

.boutiquebtn.active {
  border: 1px solid #ff002f;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}

.btn-marge {
  margin: 0px 20px !important;
}

.footb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 70px;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lineitemx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px 20px;
  font-size: 18px;
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}

.titem {
  font-weight: bold;
  margin-bottom: 8px;
}

.vitem {
  text-align: left;
}

/*.categorieBloc{
	display: block;
	position: fixed;
	top: 150%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 300px;
	padding: 0px 20px;
	height: 180px;
	border-radius: 20px;
	background: #fff;
	box-shadow:  0px 0px 20px rgba(0,0,0,.1);
	z-index: 999;
	font-family: sans-serif;
	transition: 0.3s;
}

.categorieBloc.see{
	top: 50%;
}*/

#valid {
  margin-top: 0px;
}

.annulBtn {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  color: #ff0000;
  background: #fff;
}

.addProduitBloc {
  display: block;
  position: fixed;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 20px 20px;
  height: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
  font-family: varelaround, sans-serif;
  transition: 0.3s;
  overflow-y: auto;
  overflow-x: none;
}

.addProduitBlocX {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  padding: 20px 20px;
  height: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
  font-family: varelaround, sans-serif;
  transition: 0.3s;
}

.addProduitBloc.see {
  top: 50%;
}

.bloc1 {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  overflow: hidden;
}

.formDesc {
  display: block;
  width: 96%;
  height: 99px;
  text-indent: 20px;
  margin: 15px 0px;
  outline: none;
  background: transparent;
  border: none;
  border: 1px solid #eee;
  font-family: varelaround, sans-serif;
  font-size: 18px;
  border-radius: 3px;
  resize: none;
}

.formDesc2 {
  display: block;
  width: 96%;
  height: 99px;
  text-indent: 20px;
  margin-bottom: 10px;
  outline: none;
  background: transparent;
  border: none;
  border: 1px solid #999;
  font-family: varelaround, sans-serif;
  font-size: 18px;
  border-radius: 3px;
  resize: none;
  padding: 10px 0px;
}

.formDesc3 {
  display: block;
  width: 93%;
  height: 80px;
  margin-bottom: 10px;
  outline: none;
  background: transparent;
  border: none;
  border: 1px solid #999;
  font-family: varelaround, sans-serif;
  font-size: 18px;
  border-radius: 3px;
  resize: none;
  padding: 10px 20px;
}

#valid2 {
  float: left;
  margin: 0px 10px;
}

#validx {
  float: right;
  margin: 0px 15px;
}

.message {
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: varelaround, sans-serif;
  font-size: 18px;
  color: #777;
  text-align: center;
}

.message2 {
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: varelaround, sans-serif;
  font-size: 18px;
  color: #777;
  text-align: center;
}

.numero {
  font-size: 15px;
  color: #09f;
  transition: 0.3s;
  float: right;
  text-decoration: none;
}

.numero:hover {
  text-decoration: underline;
}

.btn2.left {
  margin-right: 50px;
}

.profil-circle {
  display: block;
  width: 130px;
  height: 130px;
  background: #eee;
  border-radius: 130px;
  overflow: hidden;
  line-height: 130px;
  font-size: 55px;
  color: #777;
}

.blocLimit {
  display: block;
  width: 400px;
  height: auto;
  padding: 0px;
  text-align: left;
  font-family: varelaround, sans-serif;
}

.blocInfos {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 20px;
  border-radius: 10px;
  background: #eee;
}

.infos {
  display: block;
  overflow: hidden;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #ccc;
}

.val {
  float: right;
}

.head {
  display: block;
  width: 100%;
  height: 50px;
  /*background: #0099FF;*/
  border-bottom: 1px solid #eee;
}

.head .deconnect {
  float: right;
  display: block;
  width: auto;
  height: 30px;
  color: #ff002f;
  text-decoration: none;
  outline: none;
  line-height: 30px;
  padding: 0px 20px;
  position: relative;
  top: -40px;
  right: 20px;
  font-family: varelaround, sans-serif;
  transition: 0.3s;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  background: transparent;
}

.head .deconnect:hover {
  background: #ff002f;
  color: #fff;
}

#adminBtn {
  margin-right: 10px;
}

.nom {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  font-family: varelaround, sans-serif;
  height: 50px;
  line-height: 50px;
}

/*#homeProprio{
	width: 100%;
}*/

.ventesPage {
  display: block;
  width: calc(100% - 250px);
  bottom: 0;
  top: 0px;
  right: 0;
  position: absolute;
  overflow: auto;
  overflow-x: hidden;
  border-left: 1px solid #eee;
  /*	background: rgba(250,250,250,9);*/
}

.ventesPage2 {
  display: block;
  width: 100%;
  bottom: 0;
  top: 51px;
  right: 0;
  position: absolute;
  overflow: auto;
  border-left: 1px solid #eee;
}

.ventesPage::-webkit-scrollbar {
  width: 8px;
}

.ventesPage::-webkit-scrollbar-thumb {
  width: 8px;
  background: #999;
}

.facturationPage {
  display: block;
  width: 26%;
  bottom: 0;
  top: 51px;
  left: 74%;
  position: absolute;
  overflow: auto;
  border-left: 1px solid #eee;
}

.facturationPage::-webkit-scrollbar {
  width: 8px;
}

.facturationPage::-webkit-scrollbar-thumb {
  width: 8px;
  background: #999;
}

.bloc {
  display: none;
  width: 100%;
  height: 47px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.blocX {
  display: block;
  width: 100%;
  height: 47px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.bloc2 {
  display: flex;
  width: 100%;
  height: 80px;
  flex-direction: row;
  overflow: hidden;
  justify-content: space-between;
}

#nbrValid {
  margin: 8px 0px;
  height: 30px;
  border-radius: 3px;
  float: none;
}

.forms {
  display: block;
  width: 260px;
  height: 30px;
  text-indent: 10px;
  margin: 7px 5px;
  outline: none;
  border: none;
  font-family: varelaround, sans-serif;
  font-size: 18px;
  border-radius: 3px;
  float: right;
  border: 1px solid #eee;
}

.titre {
  font-size: 23px;
  font-weight: bold;
  font-family: varelaround, sans-serif;
  color: #444;
  display: block;
  margin: 0px 40px;
}

.tit {
  font-size: 23px;
  font-weight: bold;
  width: 100%;
  height: 43px;
  line-height: 43px;
  font-family: varelaround, sans-serif;
  color: #444;
  display: block;
  margin: 8px;
}

.titre2 {
  font-size: 27px;
  font-weight: bold;
  width: auto;
  height: 43px;
  line-height: 43px;
  font-family: varelaround, sans-serif;
  /* margin-left: 20px; */
  color: #444;
  float: left;
}

.num {
  font-size: 16px;
  font-weight: bold;
  width: auto;
  height: auto;
  font-family: varelaround, sans-serif;
  color: #444;
}

.factHead {
  display: block;
  width: 30%;
  text-indent: 15px;
  line-height: 22px;
}

.titreLogo {
  display: flex;
  width: 90%;
  font-weight: bold;
  justify-content: start;
  align-items: center;
  color: #333;
}

/* .titreLogo.smallx {
  font-size: 13px;
} */

.largex {
  width: 100%;
  font-size: 15px;
}

.refsr {
  display: flex;
  border-top: 3px solid #222;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}

.mtotal {
  font-weight: normal;
  width: 50%;
  text-align: right;
}

.forms2 {
  display: inline-block;
  width: 45%;
  height: 30px;
  text-indent: 10px;
  margin: 10px 10px;
  outline: none;
  border: none;
  font-family: varelaround, sans-serif;
  border: 1px solid #eee;
  font-size: 18px;
  border-radius: 3px;
}

.forms2-caisse2 {
  display: block;
  width: 48%;
  height: 40px;
  text-indent: 10px;
  margin: 0px 0px 0px 0px;
  outline: none;
  border: none;
  font-family: varelaround, sans-serif;
  border: 1px solid #eee;
  font-size: 18px;
  border-radius: 3px;
}

.forms3 {
  display: inline-block;
  width: 46%;
  height: 35px;
  text-indent: 10px;
  margin: 10px 10px;
  outline: none;
  border: none;
  font-family: varelaround, sans-serif;
  border: 1px solid #eee;
  font-size: 18px;
  border-radius: 3px;
}

#formulaire {
  width: 74%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 50px;
  overflow: auto;
}

.limit {
  display: block;
  width: 90%;
  height: auto;
  overflow: auto;
  margin: 0px 0px 20px 0px;
}

.results {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.btn4 {
  float: right;
  display: block;
  width: auto;
  height: 35px;
  margin: 0px 18px;
  transition: 0.3s;
  padding: 0px 20px;
  height: 35px;
  font-size: 18px;
  background: #ff002f;
  color: #fff;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}

.btn4-caisse {
  display: block;
  width: 120px;
  height: 30px;
  font-size: 18px;
  font-family: varelaround, sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ff002f;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
}

.btn5 {
  display: inline-block;
  width: auto;
  height: 35px;
  margin: 0px 18px;
  transition: 0.3s;
  padding: 0px 20px;
  height: 35px;
  font-size: 18px;
  background: #ff002f;
  color: #fff;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}

#annul {
  color: #666;
  background: #eee;
  margin: 0px 8px;
}

#big {
  display: block;
  font-size: 60px;
}

.refs {
  display: flex;
  width: 90%;
  height: 45px;
  line-height: 45px;
  font-family: varelaround, sans-serif;
  background: #444;
  overflow: hidden;
  border-radius: 0px;
  font-weight: bold;
  text-align: left;
  justify-content: space-between;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  font-size: 14px;
}

.ref2s {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-family: varelaround, sans-serif;
  overflow: hidden;
  /*	border-bottom: 1px solid #eee;*/
}

.ref2sc {
  display: flex;
  width: 90%;
  height: 45px;
  line-height: 45px;
  font-family: varelaround, sans-serif;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}

#ref2 {
  border-radius: 0;
  font-weight: bold;
}

#total {
  font-size: 18px;
  text-indent: 10px;
}

.totalo {
  width: 200px;
  color: #333;
  display: block;
  margin-right: 20px;
  text-align: right;
}

#sec {
  width: 25%;
  text-indent: 20px;
  text-align: left;
}

.sections {
  display: block;
  width: 16.66%;
  height: 45px;
  text-align: center;
  text-indent: 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.sections.error {
  background: rgba(255, 0, 0, 0.05);
}

.sectionsc {
  display: block;
  width: 16.66%;
  height: 45px;
  text-align: center;
  text-indent: 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 15px;
}

.sectionsc.error {
  background: rgba(255, 0, 0, 0.05);
}

.dates {
  font-size: 16px;
  font-weight: bold;
  font-family: varelaround, sans-serif;
  color: #777;
}

.bodProducts {
  display: block;
  position: absolute;
  top: 49px;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}

.bodProducts::-webkit-scrollbar {
  width: 8px;
}

.bodProducts::-webkit-scrollbar-thumb {
  width: 8px;
  background: #999;
}

.usersAndMy {
  display: block;
  overflow: hidden;
  height: 60%;
  z-index: 999;
  padding: 0px 20px;
  font-family: varelaround, sans-serif;
  transition: 0.3s;
}

.usersAndMy.see {
  top: 50%;
}

/*.cadreBodUsers{
	display: block;
	position: absolute;
	top: 60px;
	left: 0px;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	background: #ccc;
	border-radius: 0px 0px 10px 10px;
}*/

.section1 {
  display: block;
  width: 64%;
  height: 100%;
  overflow: auto;
  float: left;
}

.section1::-webkit-scrollbar {
  width: 8px;
}

.section1::-webkit-scrollbar-thumb {
  width: 8px;
  background: #999;
}

.section2 {
  display: block;
  width: 35%;
  height: 100%;
  overflow: auto;
  float: right;
}

#results2 {
  display: block;
  text-align: left;
  font-family: varelaround, sans-serif;
}

.erreur {
  color: #ff0000;
}

.links {
  display: block;
  float: left;
  text-decoration: none;
  color: #ff002f;
  position: relative;
  height: 30px;
  line-height: 30px;
  top: 8px;
  left: 20px;
  font-size: 18px;
  font-family: varelaround, sans-serif;
  transition: 0.3s;
}

.links:hover {
  text-decoration: underline;
}

.facturePage {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  transition: 0.3s;
}

.facturePage.see {
  top: 50%;
}

.factureBod {
  display: block;
  position: absolute;
  top: 49px;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
}

.factureBod::-webkit-scrollbar {
  width: 8px;
}

.factureBod::-webkit-scrollbar-thumb {
  width: 8px;
  background: #999;
}

.limitDate {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.bodFacture {
  margin-top: 20px;
}

.tablenostyle {
  border: none !important;
  background: transparent !important;
}

.tablenostyle td {
  border: none !important;
}

.spaceFact {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  margin-right: 8px;
}

.spaceFactx {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  /* margin-right: 8px; */
}

.bodFacture::-webkit-scrollbar {
  width: 8px;
}

.bodFacture::-webkit-scrollbar-thumb {
  background: #999;
}

.blocFacture {
  display: block;
  float: left;
  width: 340px;
  height: auto;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 10px 5px;
}

.headH {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.entete {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 85px;
  align-items: center;
  padding-bottom: 10px;
  overflow: hidden;
}

.infosFact {
  font-weight: bold;
  font-family: varelaround, sans-serif;
  margin-top: 20px;
  /* background: #09f; */
}

.fact {
  font-size: 14px;
}

.factnomclient {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0px;
  font-size: 18px;
  font-family: varelaround, sans-serif;
  border-bottom: 1px solid #222;
}

#entete {
  float: right;
  text-align: right;
}

.ttitleH {
  font-weight: bold;
  font-family: varelaround, sans-serif;
  font-size: 20px;
  text-indent: 10px;
  width: 100%;
  height: 30px;
  line-height: 40px;
  display: block;
}

.dateH {
  font-weight: bold;
  font-family: varelaround, sans-serif;
  font-size: 14px;
  text-indent: 10px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #777;
}

#t {
  position: relative;
  right: 10px;
}
#h {
  position: relative;
  right: 10px;
}

.bodH {
  display: block;
  width: 100%;
  overflow: auto;
  height: auto;
}

.cadreDates {
  display: block;
  overflow: hidden;
  margin: 20px 10px;
}

.form2 {
  display: inline-block;
  width: 250px;
  height: 35px;
  border: 1px solid #eee;
  margin: 0px 0px;
  outline: none;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 3px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
}

#mois {
  width: 170px;
}

/* #jdebut {
  width: 110px;
  cursor: normal;
}

#jfin {
  width: 110px;
  cursor: normal;
} */

.filterBtn {
  display: inline-flex;
  width: auto;
  height: 45px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  padding: 0px 10px;
  background: #ff3161;
  border-radius: 3px;
  border: 1px solid #ff003b;
  font-weight: bold;
  transition: 0.3s;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}

.filterBtn:hover {
  background: #ff4e77;
  box-shadow: 0px 0px 1px 4px #ffe3e9;
}

.hbod {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.deleteBtn {
  display: block;
  float: right;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  text-indent: 0px;
  color: #ff0000;
  transition: 0.3s;
}

.deleteBtn:hover {
  background: #eee;
}

.deleteBtnc {
  display: block;
  width: auto;
  height: 45px;
  border-radius: 5px;
  background: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  text-indent: 0px;
  color: #ff0000;
  transition: 0.3s;
  padding: 0px 10px;
}

.blocRs {
  display: block;
  position: absolute;
  width: 340px;
  max-height: 200px;
  background: #fff;
  right: 115px;
  border-radius: 3px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: auto;
  transition: 0.3s;
}

.blocRs::-webkit-scrollbar {
  width: 8px;
}

.blocRs::-webkit-scrollbar-thumb {
  width: 8px;
  background: #999;
}

.blocResults {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #222;
}

.blocResults:hover {
  background: #eee;
}

.headdoc {
  display: block;
  width: 100%;
  overflow: hidden;
}

.importbtn {
  display: block;
  float: left;
  height: auto !important;
  padding: 10px 20px !important;
  background: #ff3161 !important;
  border: 1px solid #ff003b;
  font-weight: bold;
  transition: 0.3s;
  font-size: 14px !important;
}

.importbtn:hover {
  background: #ff4e77;
  box-shadow: 0px 0px 1px 4px #ffe3e9;
}

.tdflexline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tdtitle {
  font-weight: bold;
  font-size: 15px;
}

.tgreen {
  color: #18b36a;
  font-weight: bold;
}

.tred {
  color: #ff0000;
  font-weight: bold;
}

.box {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  /*  background: #fff;*/
  border-radius: 10px;
  z-index: 1;
  overflow: auto;
  /*  border: 1px solid #e1e1e1;*/
}

.btndecon {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  font-family: varelaround, sans-serif;
  font-weight: bold;
  background: #ff3161;
  color: #fff;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  border-radius: 8px;
  z-index: 1;
}

.btndecon:hover {
  background: #ff003b;
}

.box1 {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  padding: 20px 0px;
}

.box2 {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  padding: 20px 0px;
}

.btnOpts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 10px;
  float: left;
  margin: 10px 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  border-radius: 10px;
  transition: 0.3s;
  color: #777;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.btnOpts:hover {
  transform: translateY(-10px);
  border: 1px solid #ff002f;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}

.btnOpts img {
  width: 150px;
  /*  margin-bottom: 10px;*/
}

.btnOpts i {
  font-size: 80px;
  margin-bottom: 20px;
}

.box1 {
  display: block;
  width: 50%;
  float: left;
}

.success {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  margin: 0px 15px;
  color: #fff;
  font-family: varelaround, sans-serif;
  font-size: 16px;
  background: #18b36a;
  float: left;
}

h2 {
  font-family: varelaround, sans-serif;
}

.produitPhone {
  display: none;
}

.phoneBtn {
  display: none;
}

.closeBtn {
  display: none;
}

.closeBtn2 {
  display: none;
}

.closeBtn3 {
  display: none;
}

.closeBtn4 {
  display: none;
}

.select {
  display: block;
  width: 90%;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  background: #fff;
  transition: 0.3s;
  z-index: 1;
}

.select.dropdown {
  height: 300px;
}

.selectDash {
  display: block;
  /* margin: 10px 8px 5px 8px; */
  height: 45px;
  padding: 0px 10px;
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  overflow: hidden;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  transition: 0.3s;
  border: none;
  /* width: 98.3%; */
  outline: none;
  border: 1px solid #e5e5e5;
}

.selectDash.dropdown {
  height: 300px;
}

.selected {
  display: block;
  float: left;
  width: 90%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
}

.selected2 {
  display: block;
  float: left;
  width: 90%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
}

.selected3 {
  display: block;
  float: left;
  width: 90%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
}

.selected4 {
  display: block;
  float: left;
  width: 90%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
}

.drop {
  display: block;
  float: right;
  width: 10%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #f8f6fb;
  height: 40px;
  color: #777;
}

.drop2 {
  display: block;
  float: right;
  width: 10%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #f8f6fb;
  height: 40px;
  color: #777;
}

.drop3 {
  display: block;
  float: right;
  width: 10%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #f8f6fb;
  height: 40px;
  color: #777;
}

.drop4 {
  display: block;
  float: right;
  width: 10%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #f8f6fb;
  height: 40px;
  color: #777;
}

.drop5 {
  display: block;
  float: right;
  width: 10%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #f8f6fb;
  height: 40px;
  color: #777;
}

.drop6 {
  display: block;
  float: right;
  width: 10%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #f8f6fb;
  height: 40px;
  color: #777;
}

.drop {
  display: block;
  float: right;
  width: 10%;
  border: none;
  outline: none;
  cursor: pointer;
  background: #f8f6fb;
  height: 40px;
  color: #777;
}

.limitation {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.options {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #777;
  cursor: pointer;
  transition: 0.3s;
}

.options:hover {
  background: #f8f6fb;
}

.options2 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #777;
  cursor: pointer;
  transition: 0.3s;
}

.options2:hover {
  background: #f8f6fb;
}

.options3 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #777;
  cursor: pointer;
  transition: 0.3s;
}

.options3:hover {
  background: #f8f6fb;
}

.options4 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #777;
  cursor: pointer;
  transition: 0.3s;
}

.options4:hover {
  background: #f8f6fb;
}

.bloc-options {
  display: block;
  width: 100%;
  height: 200px;
  overflow: auto;
}

.bloc-options::-webkit-scrollbar {
  width: 8px;
}

.bloc-options::-webkit-scrollbar-thumb {
  width: 8px;
  background: #777;
}

.options-filter {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 40px;
  text-indent: 20px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  text-align: left;
  color: #777;
  cursor: pointer;
  transition: 0.3s;
}

.filter-form {
  display: block;
  width: 95%;
  height: 40px;
  margin: 5px 8px;
  background: #f8f6fb;
  border: none;
  outline: none;
  border-radius: 5px;
  text-indent: 10px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  border: 1px solid #eee;
}

.forms2-caisse {
  display: block;
  width: 99%;
  height: 40px;
  text-indent: 10px;
  position: relative;
  top: 60px;
  outline: none;
  border: none;
  font-family: varelaround, sans-serif;
  border: 1px solid #eee;
  font-size: 18px;
  border-radius: 5px;
}

.navigPage {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 249px;
  bottom: 0;
  background: #fff;
  overflow: auto;
  border-right: 1px solid #eee;
  z-index: 3;
  scrollbar-width: none;
}

/* .navigPage::-webkit-scrollbar {
  width: 6px;
} */

/* .navigPage::-webkit-scrollbar-thumb {
  width: 6px;
  background: #999;
  border-radius: 3px;
} */

.navigPage::-webkit-scrollbar {
  width: 0; /* Chrome / Safari / Edge */
}

/* Au survol → réapparer la scrollbar */
.navigPage:hover {
  scrollbar-width: thin; /* Firefox */
}

.navigPage:hover::-webkit-scrollbar {
  width: 6px; /* Chrome / Safari / Edge */
}

.navigPage:hover::-webkit-scrollbar-thumb {
  background: #888; /* couleur scrollbar */
  border-radius: 4px;
}

.navigPage:hover::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.bname {
  /*  font-style: italic;*/
  color: #777;
  font-weight: 600;
  font-size: 13px;
}

.logoPage {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-family: varelaround, sans-serif;
  /*background: #000;*/
  height: 100px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
  cursor: pointer;
}

.logoPage:hover {
  background: #f9f9f9;
}

.logoPage i {
  color: #777;
  margin: 0px 20px;
}

.logoPage img {
  width: 100%;
  height: 105%;
}

.myppx {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f1f1f1;
  float: left;
  margin: 0px 10px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
  top: 15px;
  overflow: hidden;
}

.myppx img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}

.myppxx {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #f1f1f1;
  float: left;
  margin: 0px 10px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.myppxx img {
  width: 100%;
  height: 40px;
  object-fit: cover;
}

.cadreLogo {
  margin: 20px 30px;
  width: 180px;
  height: 160px;
  display: block;
  overflow: hidden;
}

.myprofile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.nameAdmin {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin: 0px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stat {
  font-size: 14px;
  font-weight: bold;
  color: #ff4e77;
  margin: 3px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  background: #fff2f5;
  padding: 3px 5px;
  border-radius: 3px;
}

.flexnav {
  display: flex;
  align-items: center;
}

.logouticon {
  margin-left: 5px !important;
  text-indent: 10px;
}

.bulleicon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  margin-left: 10px;
}

.iconcolor1 {
  background: #0034ff;
  color: #fff !important;
}

.iconcolor2 {
  background: #0aa370;
  color: #fff !important;
}

.iconcolor3 {
  background: #da08a9;
  color: #fff !important;
}

.iconcolor4 {
  background: #0ecfed;
  color: #fff !important;
}

.iconcolor5 {
  background: #da6a08;
  color: #fff !important;
}

.iconcolor6 {
  background: #086ada;
  color: #fff !important;
}

.iconcolor7 {
  background: #9808da;
  color: #fff !important;
}

.iconcolor8 {
  background: #0095ff;
  color: #fff !important;
}

.iconcolor9 {
  background: #da0878;
  color: #fff !important;
}

.iconcolor10 {
  background: #08da83;
  color: #fff !important;
}

.iconcolor11 {
  background: #ff6905;
  color: #fff !important;
}

.iconcolor12 {
  background: #031f5f;
  color: #fff !important;
}

.iconcolor13 {
  background: #0844da;
  color: #fff !important;
}

.iconcolor14 {
  background: #ef1212;
  color: #fff !important;
}

.navItems {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  font-size: 15px;
  font-family: varelaround, sans-serif;
  border-bottom: 1px solid #eee;
  color: #222;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.navItems:hover {
  background: #f9f9f9;
  color: #222 !important;
}

.navItems.opt {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  font-size: 15px;
  font-family: varelaround, sans-serif;
  color: #444;
  border-bottom: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navItems.opt:hover {
  color: var(--red-color);
}

.navItemsBtn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 7px;
  font-size: 15px;
  font-family: varelaround, sans-serif;
  border: none;
  border-bottom: 1px solid #eee;
  color: #222;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background: transparent;
  text-align: left;
}

.navItemsBtn:hover {
  background: #f9f9f9;
}

#iconDash {
  margin-right: 10px;
  /* color: #111; */
  font-size: 18px;
}

#iconDrop {
  float: right;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  color: #777;
}

.areatext {
  height: 80px !important;
  margin: 10px 0px;
  resize: none;
}

.navsBlocs {
  height: 40px;
  overflow: hidden;
  transition: 0.3s;
  width: 100%;
  border-bottom: 1px solid #eee;
}

#ncdpf.drops {
  height: 150px;
}

#ncd0.drops {
  height: 200px;
}

#ncd12.drops {
  height: 120px;
}

.ac0.drops {
  height: 80px !important;
}

.ac01.drops {
  height: 120px !important;
}

.ac11.drops {
  height: 160px !important;
}

.ac21.drops {
  height: 120px !important;
}

.ac31.drops {
  height: 120px !important;
}

.ac41.drops {
  height: 200px !important;
}

.ac51.drops {
  height: 80px !important;
}

#ncd1.drops {
  height: 200px;
}

.ac1.drops {
  height: 80px !important;
}

.ac2.drops {
  height: 80px !important;
}

.ac3.drops {
  height: 120px !important;
}

.ac4.drops {
  height: 160px !important;
}

#ncd2.drops {
  height: 240px;
}

#ncd3.drops {
  height: 200px;
}

#ncd4.drops {
  height: 280px;
}

#ncd5.drops {
  height: 120px;
}

#ncd6.drops {
  height: 160px;
}

#ncd7.drops {
  height: 160px;
}

.large.drops {
  height: 240px !important;
}

/* .listBordereaux {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  margin-right: 8px;
} */

/* .listBon {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  margin-right: 8px;
} */

/* .listBordereauEcart {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  margin-right: 8px;
}

.listSorties {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  margin-right: 8px;
}

.listBordereauDepense {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  margin-right: 8px;
} */

.dashboard-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* width: 200px; */
  padding: 30px 26px;
  /* height: 120px; */
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  /* margin: 10px; */
  border: 1px solid #e5e7eb;
  transition: all 0.2s;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.it0 {
  background: #f38e30 !important;
}

.item-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: rgba(52, 112, 253, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #fff;
}

.flexgroup {
  display: flex;
  flex-direction: column;
}

.item-count {
  font-size: 30px;
  margin-bottom: 3px;
  font-weight: bold;
}

.it3 {
  background: #18b36a;
}

.dashboard-item sup {
  font-size: 14px !important;
  color: #777;
}

.item-icon i {
  font-size: 30px;
}

.cadreBoutons {
  display: block;
  margin: 40px 180px;
  min-height: 120px;
  overflow: hidden;
  padding: 5px 0px;
}

.cadreBtnBord {
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  font-family: varelaround, sans-serif;
  font-size: 16px;
  border: 1px solid #777;
  cursor: pointer;
  transition: 0.3s;
  color: #666;
  border-radius: 2px;
  padding: 0px 5px;
  margin: 10px 10px;
  float: left;
  text-decoration: none;
  outline: none;
}

.cadreBtnBord:hover {
  background: #444;
  color: #fff;
  border: 1px solid #555;
}

.cadreBtnBord i {
  display: block;
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 38px;
  color: #ff006a;
}

.addProduitBlocBord {
  display: block;
  margin: 40px 60px;
  overflow: hidden;
}
#navDash.active {
  background: transparent;
  color: var(--red-color);
}

#navAddP.active {
  background: #f9f9f9;
  color: var(--red-color);
}

#navListP.active {
  background: #f9f9f9;
  color: var(--red-color);
}
#navEtatS.active {
  background: #f9f9f9;
  color: var(--red-color);
}
#navEtatV.active {
  background: #f9f9f9;
  color: var(--red-color);
}
#navFact.active {
  background: #f9f9f9;
  color: var(--red-color);
}
#navCaisse.active {
  background: #f9f9f9;
  color: var(--red-color);
}
#navUsers.active {
  background: #f9f9f9;
  color: var(--red-color);
}

.navItems.active {
  background: #f9f9f9;
  color: var(--red-color) !important;
}

#annulUser {
  background: #eee;
  float: right;
  color: #777;
  margin: 10px 12px 0px 0px;
}

.searchPForm {
  display: block;
  float: right;
  width: 230px;
  height: 35px;
  border-radius: 5px;
  margin: 5px 70px;
  border: none;
  outline: none;
  background: #f8f6fb;
  padding: 0px 12px;
  font-size: 15px;
  font-family: varelaround, sans-serif;
}

#phoneTitre {
  display: none;
}

.phoneSearch {
  display: none;
}

.pageSale {
  display: none;
  position: fixed;
  top: 120%;
  left: 0;
  bottom: 0;
  width: 0%;
  overflow: auto;
}

#navNone {
  display: none;
}

#continue {
  display: none;
}

.titrePage {
  display: none;
}

.tableFactures {
  border-collapse: collapse;
  width: 100%;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #444;
  text-align: left;
}

.tableFactures th {
  background: #f9f9f9;
  height: 50px;
  padding: 0px 8px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}

.tableFactures td {
  padding: 8px 8px;
  font-size: 14px;
}

.colxy {
  padding: 18px 8px;
}

.tableFactures .tr.grey {
  background: #f9f9f9;
}

table.dataTable.table.ui.striped > tbody > tr:nth-child(2n) {
  background-color: transparent;
}

.ui.ui.table td.grey:not(.marked),
.ui.ui.table td[class*="grey colored"],
.ui.ui.table th.grey:not(.marked),
.ui.ui.table th[class*="grey colored"],
.ui.ui.ui.ui.table tr.grey:not(.marked),
.ui.ui.ui.ui.table tr[class*="grey colored"] {
  background: #f2f2f2 !important;
  color: #000 !important;
}

/* table.dataTable.table > tbody > tr:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
} */

.tablenostyle tr:hover {
  background: transparent !important;
}

.flexopts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.bodTabBord {
  display: block;
  margin: 0px 20px;
  height: auto;
  overflow: hidden;
}

#cadreM {
  box-shadow: none;
  border: 1px solid #eee;
  width: 350px;
  height: 45px;
}

.contenu {
  padding: 10px;
}

.contenu2 {
  display: block;
  margin: 10px 8px 5px 0px;
  min-height: 40px;
  padding: 0px 10px;
  background: #fff;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  overflow: auto;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  border: 1px solid #e5e5e5;
}

.iconIdentifiant {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  color: #555; /*555*/
}

.formModifApparence {
  display: block;
  float: left;
  width: calc(95% - 60px);
  position: relative;
  height: 45px;
  border: none;
  font-size: 15px;
  outline: none;
  background: transparent;
  color: #222;
  caret-color: #ff0000;
}

#cadreProd {
  box-shadow: none;
  /* border: 1px solid #eee; */
}

.thC2 {
  display: block;
  width: 100%;
  height: 40px;
  background: #555;
  overflow-y: hidden;
}

.thC3 {
  display: block;
  width: 100%;
  height: 40px;
  background: #555;
  overflow-y: hidden;
}

.thC4 {
  display: block;
  width: 100%;
  height: 40px;
  background: #555;
  overflow-y: hidden;
}

.tdC4 {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #fff;
  font-size: 14px;
  overflow: hidden;
}

.tdC5 {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #fff;
  font-size: 12px;
}

.tdC5 {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #fff;
  font-size: 14px;
}

.tdC6 {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #fff;
  font-size: 14px;
}

.tdC7 {
  display: block;
  width: 100%;
  min-height: 40px;
  background: #fff;
  font-size: 14px;
  overflow: hidden;
}

.th {
  display: flex;
  width: 100%;
  height: 40px;
  background: #555;
  /*overflow-y: hidden;*/
  flex-direction: row;
  justify-content: space-between;
}

.th2 {
  display: flex;
  width: 100%;
  height: 40px;
  background: #555;
  overflow-y: hidden;
  justify-content: space-between;
  flex-direction: row;
}

.th3 {
  display: flex;
  width: 100%;
  height: 40px;
  background: #555;
  overflow-y: hidden;
  justify-content: space-between;
  flex-direction: row;
}

.th4 {
  display: flex;
  width: 100%;
  height: 40px;
  background: #555;
  overflow-y: hidden;
  justify-content: space-between;
  flex-direction: row;
}

.td {
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  overflow: hidden;
  flex-direction: row;
  font-size: 14px;
}

.td4 {
  transition: 0.3s;
  font-size: 14px;
}

.td.grey {
  background: #f8f6fb;
  transition: 0.3s;
}

.td2 {
  transition: 0.3s;
}

.tdC2.grey {
  background: #f8f6fb;
  transition: 0.3s;
}

.tdC3.grey {
  background: #f8f6fb;
  transition: 0.3s;
}

.tdC4.grey {
  background: #f8f6fb;
  transition: 0.3s;
}

.tdC5.grey {
  background: #f8f6fb;
  transition: 0.3s;
}

.tdC6.grey {
  background: #f8f6fb;
  transition: 0.3s;
}

.tdC7.grey {
  background: #f8f6fb;
  transition: 0.3s;
}

.th .col {
  display: block;
  margin: 0px 0px;
  width: 100px;
  height: 40px;
  width: auto;
  line-height: 40px;
  text-indent: 15px;
  border-left: 1px solid #777;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  padding: 0px 10px;
}

.thC2 .col {
  display: block;
  margin: 0px 0px;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  border-left: 1px solid #777;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.thC3 .col {
  display: block;
  margin: 0px 0px;
  width: 33%;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  border-left: 1px solid #777;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.thC4 .col {
  display: block;
  margin: 0px 0px;
  width: 24.7%;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  border-left: 1px solid #777;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.th .colv {
  display: inline-block;
  margin: 0px -3px;
  width: 16%;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  border-left: 1px solid #777;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.th2 .col {
  display: block;
  margin: 0px 0px;
  width: 24.7%;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  border-left: 1px solid #777;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}

.th3 .col {
  display: inline-block;
  margin: 0px -3px;
  width: 20%;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  border-left: 1px solid #777;
  font-weight: bold;
  color: #fff;
}

.th4 .col {
  display: inline-block;
  margin: 0px -3px;
  width: 33%;
  height: 40px;
  line-height: 40px;
  text-indent: 15px;
  border-left: 1px solid #777;
  font-weight: bold;
  color: #fff;
}

.tdC2 .col {
  display: inline-block;
  margin: 0px -2px;
  width: 50%;
  min-height: 22px;
  line-height: 22px;
  text-indent: 15px;
  cursor: pointer;
  padding: 10px 0px;
  vertical-align: top;
}

.tdC3 .col {
  display: inline-block;
  margin: 0px -2px;
  width: 33%;
  min-height: 22px;
  line-height: 22px;
  text-indent: 15px;
  cursor: pointer;
  padding: 10px 0px;
  vertical-align: top;
}

.tdC4 .col {
  display: inline-block;
  margin: 0px -2px;
  width: 25%;
  min-height: 22px;
  line-height: 25px;
  text-indent: 15px;
  cursor: pointer;
  padding: 5px 0px;
  vertical-align: top;
}

.tdC5 .col {
  display: inline-block;
  margin: 0px -2px;
  width: 20%;
  min-height: 22px;
  line-height: 22px;
  text-indent: 15px;
  cursor: pointer;
  padding: 10px 0px;
  vertical-align: top;
}

.tdC7 .col {
  display: inline-block;
  margin: 0px -2px;
  width: 14.28%;
  min-height: 22px;
  line-height: 22px;
  /*	text-indent: 15px;*/
  cursor: pointer;
  padding: 10px 0px;
  vertical-align: top;
}

.margecol {
  margin: 0px 0px;
  text-indent: 0px;
}

.td .colv {
  display: inline-block;
  margin: 0px -2px;
  width: 16%;
  min-height: 22px;
  line-height: 22px;
  text-indent: 15px;
  cursor: pointer;
  padding: 15px 0px;
  vertical-align: top;
}

.td2 .col {
  display: inline-block;
  margin: 0px -2px;
  width: 16.6%;
  min-height: 22px;
  line-height: 22px;
  text-indent: 15px;
  cursor: pointer;
  padding: 15px 0px;
  vertical-align: top;
}

.td3 .col {
  display: inline-block;
  margin: 0px -2px;
  width: 20%;
  min-height: 22px;
  line-height: 22px;
  text-indent: 15px;
  cursor: pointer;
  padding: 10px 0px;
  vertical-align: top;
}

.td4 .col {
  display: inline-block;
  margin: 0px -2px;
  width: 33%;
  min-height: 22px;
  line-height: 22px;
  text-indent: 15px;
  cursor: pointer;
  padding: 10px 0px;
  vertical-align: top;
}

.td2:hover {
  background: #eee;
}

.td3:hover {
  background: #eee;
}

.td4:hover {
  background: #eee;
}

.td:hover {
  background: #eee;
}

.td2.alert {
  background: #ff460012;
  color: #ff0000;
  transition: 0.3s;
}

.td2.grey.alert {
  background: #ff460012;
  color: #ff0000;
  transition: 0.3s;
}

.actionBtn {
  display: inline-block;
  width: auto;
  height: 30px;
  font-size: 14px;
  font-family: varelaround, sans-serif;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #0099ff12;
  color: #09f;
  margin: 0px 15px 5px 0px;
  padding: 0px 20px;
  transition: 0.3s;
}

.actionBtn.settingproduct {
  background: #18b36b10;
  color: #18b36a;
}

.actionBtn.settingproduct:hover {
  background: #18b36a;
  color: #fff;
}

.actionBtn:hover {
  background: #09f;
  color: #fff;
}

.actionBtn.del {
  color: #ff5200;
  background: #ff460012;
}

.actionBtn.del:hover {
  background: #ff5200;
  color: #fff;
}

.actionBtn.delprices {
  color: #ff5200;
  background: #ff460012;
}

.actionBtn.delprices:hover {
  background: #ff5200;
  color: #fff;
}

.actionBtn.delx {
  color: #ff5200;
  background: #ff460012;
}

.actionBtn.delx:hover {
  background: #ff5200;
  color: #fff;
}

.closex {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-size: 18px;
  color: #888;
}

#div1 {
  float: left;
  width: 40%;
}

#div2 {
  float: right;
  width: 45%;
}

.contenu2.desc {
  display: block;
  width: 98.3%;
  margin: 8px auto;
  height: 80px;
}

.formAddQuads {
  display: block;
  width: 100%;
  height: 80px;
  padding: 5px 0px;
  font-family: varelaround, sans-serif;
  font-size: 15px;
  border: none;
  outline: none;
  margin: 8px 0px;
  resize: none;
  line-height: 22px;
  background: transparent;
  caret-color: #f09500;
  color: #222;
}

.btn {
  display: block;
  width: auto;
  height: 40px;
  background: #ff3161;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 10px;
  font-family: varelaround, sans-serif;
  font-size: 14px;
  margin: 20px 8px 10px 0px;
  border-radius: 4px;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);*/
  border: 1px solid #ff003b;
  font-weight: bold;
  transition: 0.3s;
}

.btn:hover {
  background: #ff4e77;
  box-shadow: 0px 0px 1px 4px #ffe3e9;
}

.bordLinks {
  display: inline-block;
  width: 200px;
  height: 150px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 20px;
  text-align: center;
  text-decoration: none;
  color: #444;
  line-height: 50px;
  font-family: varelaround, sans-serif;
  transition: 0.3s;
}

.bordLinks:hover {
  background: #444;
  color: #ff006a;
}

.bordLinks i {
  display: block;
  font-weight: bold;
  font-size: 40px;
  margin-top: 40px;
}

.optionCaisse {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 45px;
}

.btnCaisse {
  display: block;
  float: right;
  width: auto;
  height: 30px;
  border-radius: 35px;
  padding: 0px 10px;
  border: 1px solid #eee;
  background: #fff;
  margin: 8px 10px;
  text-decoration: none;
  outline: none;
  line-height: 30px;
  color: #ff006a;
  font-family: varelaround, sans-serif;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}

.btnCaisse:hover {
  background: #ff006a;
  color: #fff;
}

.slider-container {
  display: inline-block;
  width: 90%;
  position: absolute;
  top: 50%;
  overflow: hidden;
  background: transparent;
  left: 50%;
  height: 80%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  /*border: 1px solid #eee;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);*/
}

.comptahome video {
  display: inline-block;
  width: 100%;
  height: 100%;
  /*animation: slide 32s linear infinite;*/
  position: relative;
  transition: 0.3s;
  top: 50px;
}

.comptahome th {
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 18px;
  background: #d6efff;
  color: #000;
}
.comptahome td {
  border: 1px solid #dfdfdf;
}

.datasVItotal td {
  background: #fff1f1;
  font-size: 18px;
}

.colorate td {
  background: #fff1f1 !important;
  font-size: 18px;
}

.rightelem {
  text-align: right;
}

.slider-container video {
  display: inline-block;
  width: 100%;
  height: 100%;
  /*animation: slide 32s linear infinite;*/
  position: relative;

  transition: 0.3s;
}

.slider-container img {
  display: inline-block;
  width: 100%;
  height: 100%;
  /*animation: slide 32s linear infinite;*/
  position: relative;
  transition: 0.3s;
}

.btn.retour {
  float: right;
  height: 25px;
  background: transparent;
  color: #ff002f;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 3;
}

.slide0 {
  transition: 0.4s;
}

.slide0.left {
  left: -100%;
}

.slide1.left {
  left: -100%;
}

@keyframes slide {
  0%,
  20% {
    left: 0;
  }
  25%,
  45% {
    left: -101%;
  }
  50%,
  70% {
    left: -201%;
  }
  75%,
  95% {
    left: -301%;
  }
}

/*.caisseMontant{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
*/
.bullet {
  width: 300px;
  height: 130px;
  border-radius: 10px;
  background: #f7f7f7;
  text-align: center;
  font-family: varelaround, sans-serif;
  display: inline-block;
  margin: 20px;
  vertical-align: top;
}

.bullet .montant {
  display: block;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 70px;
  font-family: varelaround, sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.bullet .desc {
  line-height: 22px;
  font-size: 15px;
}

#motif {
  box-shadow: none;
  border: 1px solid #eee;
  margin-top: 20px;
}

#nouvBord {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#newpv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#addSortie {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.registerBloc {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.listBordereauBloc {
  display: block;
  width: 350px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 5px;
  top: 15px;
}

.itemBordereau {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  /* width: 315px; */
  height: 110px;
  background: #fff;
  border-radius: 10px;
  /*box-shadow: 0px 2px 10px rgba(0,0,0,.1);*/
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  /* margin: 10px 12px; */
  border: 1px solid #dfdfdf;
}

.itemBordereau:hover {
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
}

.iconBordereau {
  width: 70px;
  height: 100%;
  display: flex;
  /* background: #ff002f; */
  justify-content: center;
  align-items: center;
  font-size: 30px;
  /* color: #fff; */
}

.iconBordereau i {
  color: #ff002f;
  padding: 10px;
  background: #ff002f15;
  border-radius: 10px;
}

.detailBordereau {
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  line-height: 22px;
  font-family: varelaround, sans-serif;
}

.titleBordereau {
  display: block;
  font-weight: bold;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dateBordereau {
  display: block;
  color: #999;
}

.btn-del {
  display: block;
  float: right;
  margin: 0px 5px;
  width: 30px;
  height: 30px;
  background: transparent;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  border-radius: 10px;
  color: #777;
}

.btn-del:hover {
  background: #eee;
}

#formPromo {
  display: none;
}

.ombreDetails {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.detailsInfos {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80%;
  background: #fff;
  z-index: 4;
  border-radius: 10px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.respoagence {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 12px 10px 10px;
  font-size: 16px;
}

.respoagenc {
  margin-left: 10px;
}
.respovalue {
  font-weight: bold;
}

.footpf {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  /* border: 3px solid #000; */
  margin: 10px 20px 20px 10px;
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
}

.headpf {
  display: flex;
  border: 3px solid #000;
  margin: 20px 20px 10px 10px;
  padding: 10px;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.flexbetween {
  display: flex;
  justify-content: space-between;
  margin: 0px 20px 10px 10px;
}

.headpflogo {
  display: flex;
  justify-content: center;
  align-content: center;
  border: 3px solid #000;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.headpflogo img {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.headblocpf {
  display: flex;
  flex-direction: column;
  width: 70%;
  align-items: flex-end;
  justify-content: flex-end;
}

.headdatepf {
  display: flex;
  flex-direction: row;
  width: 40%;
  padding: 10px;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.headclientpf {
  display: flex;
  align-items: flex-end;
  border: 3px solid #000;
  margin-top: 18px;
  width: 100%;
  padding: 10px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.tablepf {
  border-collapse: collapse;
  border: 3px solid #000;
  margin: 5px 0px 10px 10px;
  width: 96%;
}

.tablepf th {
  border: 3px solid #000;
  padding: 0px 5px !important;
  background: #fff;
  font-weight: bold;
}

.tablepf td {
  border: 3px solid #000;
  padding: 5px 5px !important;
  background: #fff;
  font-weight: bold;
}

.modalproforma {
  display: block;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 80%;
  background: #fff;
  z-index: 4;
  border-radius: 10px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.modalproforma.see {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.modalpv {
  display: block;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 80%;
  background: #fff;
  z-index: 4;
  border-radius: 10px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.modalpv.see {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.modalbon {
  display: block;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80%;
  background: #fff;
  z-index: 4;
  border-radius: 10px;
  overflow: auto;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.modalbon.see {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.flexgrid {
  display: flex;
  /* margin: 20px; */
  justify-content: space-between;
  align-items: flex-start;
}

.cube {
  display: flex;
  flex-direction: column;
  margin: 0px 15px;
}

.cube.rightcube {
  justify-content: center;
  align-items: center;
  /* margin-right: 10px; */
}

.cube img {
  width: 70px;
}

.datebon {
  margin-top: 20px;
  font-weight: bold;
}

.datebonvalue {
  font-weight: normal;
}

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

.agencebon {
  margin-top: 5px;
  font-weight: bold;
}

.agencebonvalue {
  font-weight: normal;
}

.numerobon {
  margin-top: 5px;
  font-weight: bold;
  font-size: 16px;
}

.numerobonvalue {
  font-weight: normal;
  color: #f30245;
}

.ombreModif {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.cadreModifB {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0%;
  right: 0%;
  height: 0px;
  border-radius: 10px;
  box-shadow: -2px 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
  visibility: hidden;
}

.cadreModifB.see {
  visibility: visible;
  bottom: 0px;
  height: 130px;
}

.cadreModifB2 {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0%;
  right: 0%;
  height: 0px;
  border-radius: 10px;
  box-shadow: -2px 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
  visibility: hidden;
}

.cadreModifB2.see {
  visibility: visible;
  bottom: 0px;
  height: 130px;
}

.modifmarge {
  margin: 0px 20px;
  display: block;
}

.filtreBloc.modif {
  justify-content: space-between;
  box-shadow: none;
}

.contenu2.long {
  width: 100%;
  margin-top: 20px !important;
}

.btn.long {
  width: 100%;
  margin: 0px auto 0px auto;
}

.headDetails {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-family: varelaround, sans-serif;
  border-bottom: 1px solid #e5e5e5;
}

.group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.headDetails .close {
  display: block;
  /*float: right;*/
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: varelaround, sans-serif;
  font-size: 18px;
  background: transparent;
  transition: 0.3s;
  color: #777;
}

.headDetails .close:hover {
  background: #eee;
}

.contenuDetail {
  display: block;
  position: absolute;
  top: 41px;
  bottom: 0;
  left: 10px;
  right: 0px;
  overflow: auto;
}

.contenuDetail::-webkit-scrollbar {
  width: 8px;
}

.contenuDetail::-webkit-scrollbar-thumb {
  width: 8px;
  background: #999;
  border-radius: 8px;
}

.titleDet {
  display: inline-block;
  margin: 0px 10px;
}

.btn-print {
  display: block;
  /*float: right;*/
  width: auto;
  height: 35px;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: varelaround, sans-serif;
  font-size: 18px;
  background: #18b36a;
  transition: 0.3s;
  color: #fff;
  padding: 0px 12px;
  border-radius: 5px;
  margin: 0px 5px;
}

.btn-print2 {
  display: block;
  width: auto;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: varelaround, sans-serif;
  font-size: 18px;
  background: #18b36a;
  transition: 0.3s;
  color: #fff;
  padding: 0px 8px;
  border-radius: 8px;
}

#bodFact {
  width: 98%;
}

/* #factBloc {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
} */

.spaceFacto {
  margin-bottom: 40px;
}

.bodfactresult {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  margin-right: 8px;
}

/* .itemBordereau.itemF {
  width: 300px;
  margin: 10px;
}

.itemBordereau.itemFx {
  width: 300px;
  margin: 10px;
  float: left;
} */

#thProds {
  display: flex;
}

/*#thProdsx {
  display: flex;
}*/

/*#thProdd {
  display: flex;
}*/

#tdProds {
  display: block;
}

.prodsItems {
  display: none;
}

.btn-list {
  display: none;
}

#searchProdx {
  display: none;
}

#searchProd {
  display: block;
}

.close2 {
  display: none;
}

.bullet-bloc {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-right: 8px;
  margin-top: 20px;
}

.header-inventaire {
  display: flex;
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #eee;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-around;
}

.dates-box {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  font-weight: bold;
  color: #444;
  line-height: 80px;
}

.filter-box {
  display: flex;
  width: 60%;
  justify-content: center;
}

.bloc-inventaire h2 {
  display: block;
  color: #333;
}

.link-box a {
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: #333;
  margin: 0px 10px;
}

.limitFilter {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  padding: 10px 0px;
}

.bloc-inventaire {
  display: block;
  margin: 100px 150px;
}

.flex-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn-supp {
  display: block;
  width: auto;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ff002f30;
  padding: 0px 10px;
  margin: 0px 20px;
  color: #ff002f;
  border-radius: 5px;
}

.filtreBloc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin: 10px 8px 10px 0px;
  background: #fff;
  overflow: auto;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 5px 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #ddd;
}

/* .filtreBloc.smallo {
  margin: 10px 10px;
} */

.itemFilter {
  display: flex;
  flex-direction: column;
  margin: 0px 15px 8px 15px;
}

/* .itemFilter.smallo {
  width: 100px;
}

.itemFilter.smallo2 {
  width: 130px;
}

.itemFilter.smallo3 {
  width: 230px;
} */

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

.itemFilter.fcompta.mr1 {
  margin-right: 15px !important;
}

.itemFilter.fcompta {
  flex-direction: row;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.itemFilter.fcompta .selectDash {
  height: 35px;
  margin: 0px;
  width: 150px !important;
}

.lab {
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.notification {
  display: block;
  position: fixed;
  top: -50px;
  left: 50%;
  width: auto;
  height: auto;
  padding: 10px 15px;
  background: #f2fff9;
  color: #18b36a;
  font-family: varelaround, sans-serif;
  font-size: 14px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid #18b36a26;
  transition: 0.3s;
}

.notification.see {
  top: 10px;
}

.margesx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 60px 0px 0px 0px;
}

.margesx2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0px 0px 0px;
}

.groupflex {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dfdfdf;
}

.flexlinebloc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 20px;
}

.flexlbox {
  display: block;
  width: 45%;
}

.alone {
  margin: 0px 20px;
}

.addinterval {
  margin: 20px 30px 20px 20px;
}

.checkcircle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50px;
  height: 25px;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.checkcircle.active {
  background: #09f;
  border: 1px solid #09f;
}

.boule {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 25px;
  background: #ddd;
  margin: 0px 4px;
  transition: 0.3s;
  position: relative;
  left: 0;
}

.boule.active {
  background: #fff;
  left: 24px;
}

.datadetailbtn {
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.datadetailbtn2 {
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.text-center {
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaderdata {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #eee;
  border-top: 3px solid #ff002f;
  border-radius: 50px;
  animation: load 1s linear infinite;
  margin: 0px 10px;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-retry {
  display: flex;
  margin-left: 10px;
  border: none;
  padding: 8px 10px;
  border-radius: 5px;
  background: #ff002f;
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  font-family: varelaround, sans-serif;
  font-size: 14px;
}

.btn-retry:hover {
  opacity: 0.7;
}

.alertMsg {
  display: block;
  padding: 10px 12px;
  background: #ffeedca6;
  border: 1px solid #ffdcb7;
  font-family: varelaround, sans-serif;
  font-size: 14px;
  border-radius: 10px;
}

.modalpagec {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

.dategroup {
  width: auto !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tctable td {
  border: 1px solid #dfdfdf !important;
}

.modalombre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.modalcomptadetail {
  position: fixed;
  width: 80%;
  height: 80%;
  background: #fff;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.modalcomptadetail.see {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.modalcomptaheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.modalcomptatitlex {
  margin: 0px 20px;
  font-size: 24px;
  font-weight: bold;
}

.btn-closeModal {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: none;
  outline: none;
  margin: 0px 10px;
  background: #ccc;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

.btn-closeModal i {
  font-size: 25px;
}

.btn-closeModal:hover {
  background: #ddd;
}

.modalcomptabody {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
}

.datepage {
  position: relative;
  z-index: 2;
}

.optpage {
  position: relative;
  z-index: 2;
}

.a4 {
  width: 794px; /* largeur A4 */
  height: 1123px; /* hauteur A4 */
  border: 1px solid black; /* juste pour voir les bords */
  margin: 20px auto; /* centrer horizontalement */
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* effet feuille */
  position: fixed;
  top: 0;
  right: -850px;
  z-index: 9;
}

.cmarge {
  margin: 10px 18px 10px 18px !important;
}

/*---------------------- MOBILE STYLE --------------*/

@media screen and (max-width: 540px) {
  .registerBloc {
    display: block;
    width: 100%;
    height: auto;
    position: fixed;
    overflow: auto;
    top: 50px;
    left: 0;
  }

  .listBordereauBloc {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 50px;
    left: 100%;
    transition: 0.3s;
    background: #f8f6fb;
  }

  .listBordereauBloc.see {
    left: 0;
  }

  .contenu2.phone {
    display: block;
    margin: 10px 5px 5px 5px;
    min-height: 45px;
    padding: 0px 0px;
    background: transparent;
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    border: 1px solid transparent;
  }

  .contenu2.phone2 {
    display: block;
    margin: 80px 5px 5px 5px;
    min-height: 45px;
    padding: 0px 0px;
    background: transparent;
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    border: 1px solid transparent;
  }

  .bullet {
    width: 135px;
    height: 130px;
    border-radius: 10px;
    background: #eee;
    text-align: center;
    font-family: varelaround, sans-serif;
    margin: 5px;
  }

  #bodFact {
    width: 96%;
  }

  .detailsInfos {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 4;
    border-radius: 0px;
    overflow: hidden;
  }

  .itemBordereau.itemFX {
    width: 94%;
  }

  .itemBordereau.itemF {
    width: 90%;
    margin: 10px;
  }

  .prodsItems {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 0px 0px;
    background: #fff;
  }

  .prodsItems.grey {
    background: #f8f6fb;
    transition: 0.3s;
  }

  .prodsItems .references {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    display: block;
    margin: 5px 10px;
    overflow: hidden;
    line-height: 40px;
    height: 30px;
  }

  .prodsItems .categorie {
    font-size: 14px;
    color: #888;
    font-weight: bold;
    display: block;
    margin: 3px 10px;
    width: 94%;
    height: 25px;
    overflow: hidden;
  }

  .prodsItems .idProds {
    float: right;
  }

  .btn-list {
    display: block;
    width: auto;
    padding: 0px 8px;
    height: 30px;
    font-size: 15px;
    font-family: varelaround, sans-serif;
    margin: 8px;
    color: #ff002f;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
  }

  .qteProds {
    float: right;
    margin: 10px 10px;
    color: #777;
  }

  #thProds {
    display: none;
  }

  #tdProds {
    display: none;
  }

  #formPromo {
    display: block;
  }

  .optionCaisse {
    display: none;
  }

  #cadreM {
    box-shadow: none;
    border: 1px solid #eee;
    width: 94%;
    height: 45px;
    display: none;
  }

  .bordLinks {
    width: 40%;
    height: 150px;
    margin: 10px;
  }

  .bodTabBord {
    display: block;
    margin: 40px 10px 10px 10px;
    height: auto;
    overflow: hidden;
  }

  #continue {
    display: block;
  }

  #navNone {
    display: block;
  }

  .phoneSearch {
    display: block;
    width: 93%;
    border-radius: 5px;
    height: 35px;
    outline: none;
    border: none;
    text-indent: 10px;
    font-size: 15px;
    font-family: varelaround, sans-serif;
    background: #f8f6fb;
    margin: 0px 10px;
  }

  .filterBtn {
    display: inline-flex;
    width: 95%;
    height: 45px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-family: varelaround, sans-serif;
    font-size: 16px;
    padding: 0px 10px;
    background: #ff002f;
    border-radius: 3px;
    margin: 15px 8px;
  }

  .factureBod {
    display: block;
    position: absolute;
    top: 49px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
  }

  .factureBod::-webkit-scrollbar {
    width: 4px;
  }

  .factureBod::-webkit-scrollbar-thumb {
    width: 4px;
    background: #999;
  }

  .cadreDates {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0px 10px;
  }

  #mois {
    width: 95%;
    margin-bottom: 10px;
  }

  #jdebut {
    margin: 0px 0px 10px 8px;
    width: 40%;
    float: left;
  }

  #jfin {
    margin: 0px 0px 18px 8px;
    width: 38.5%;
    float: left;
  }

  #jdebutEntrer {
    margin: 0px 0px 10px 8px;
    width: 40%;
    float: left;
  }

  #jfinEntrer {
    margin: 0px 0px 18px 8px;
    width: 38.5%;
    float: left;
  }

  #jdebutSortie {
    margin: 0px 0px 10px 8px;
    width: 40%;
    float: left;
  }

  #jfinSortie {
    margin: 0px 0px 18px 8px;
    width: 38.5%;
    float: left;
  }

  #jdebutVente {
    margin: 0px 0px 10px 8px;
    width: 40%;
    float: left;
  }

  #jfinVente {
    margin: 0px 0px 18px 8px;
    width: 38.5%;
    float: left;
  }

  #jdebutStock {
    margin: 0px 0px 10px 8px;
    width: 40%;
    float: left;
  }

  #jfinStock {
    margin: 0px 0px 18px 8px;
    width: 38.5%;
    float: left;
  }

  #jdebutCaisse {
    margin: 0px 0px 10px 8px;
    width: auto;
    float: left;
  }

  #jfinCaisse {
    margin: 0px 0px 18px 8px;
    width: 38.5%;
    float: left;
  }

  .addProduitBlocBord {
    display: block;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
  }

  .bodProducts {
    display: block;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    overflow-x: none;
  }

  .bodProducts::-webkit-scrollbar {
    width: 2px;
  }

  .bodProducts::-webkit-scrollbar-thumb {
    width: 4px;
    background: #999;
  }

  #phoneTitre {
    display: block;
    margin: 0px 20px;
  }

  .cadreBoutons {
    display: block;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 0;
  }

  .cadreBtnBord {
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    font-family: varelaround, sans-serif;
    font-size: 16px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: 0.3s;
    color: #666;
    border-radius: 2px;
    padding: 0px 5px;
    margin: 10px 10px;
    float: none;
    text-decoration: none;
    outline: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }

  .cadreBtnBord:hover {
    background: #444;
    color: #fff;
    border: 1px solid #555;
  }

  .navigPage {
    display: block;
    position: fixed;
    top: 0px;
    left: -250px;
    width: 249px;
    bottom: 0;
    background: #fff;
    overflow: auto;
    transition: 0.3s;
    z-index: 999;
  }

  .navigPage::-webkit-scrollbar {
    width: 4px;
  }

  .navigPage::-webkit-scrollbar-thumb {
    width: 4px;
    background: #999;
  }

  .navigPage.see {
    left: 0;
  }

  .bloc {
    position: fixed;
    display: block;
    z-index: 1;
    border: 1px solid transparent;
    background: rgba(247, 247, 247, 1);
  }

  .ombre3 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }

  .ventesPage {
    display: block;
    width: calc(100% - 0px);
    bottom: 0;
    top: 0px;
    right: 0;
    position: absolute;
    overflow: auto;
    border-left: 1px solid #eee;
  }

  .ventesPage::-webkit-scrollbar {
    width: 0; /* Chrome / Safari / Edge */
  }

  /* Au survol → réapparer la scrollbar */
  .ventesPage:hover {
    scrollbar-width: thin; /* Firefox */
  }

  .ventesPage:hover::-webkit-scrollbar {
    width: 6px; /* Chrome / Safari / Edge */
  }

  .ventesPage:hover::-webkit-scrollbar-thumb {
    background: #888; /* couleur scrollbar */
    border-radius: 4px;
  }

  .ventesPage:hover::-webkit-scrollbar-track {
    background: #f0f0f0;
  }

  .formes {
    display: block;
    position: fixed;
    right: -100px;
    top: 30%;
    background: #3e3b42;
    border-radius: 30px;
    height: 150px;
    width: 150px;
    transform: rotate(45deg);
  }

  #forme {
    animation: rotateex 12s linear infinite;
  }

  @keyframes rotateex {
    0% {
      transform: rotate(45deg);
    }
    45% {
      transform: rotate(55deg);
    }
    50% {
      transform: rotate(45deg);
    }
    95% {
      transform: rotate(35deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }

  #forme2 {
    display: block;
    position: fixed;
    left: -50px;
    top: 10%;
    background: #6c6c6c;
    border-radius: 10px;
    height: 90px;
    width: 90px;
    transform: rotate(45deg);
    animation: rotate 12s linear infinite;
  }

  @keyframes rotate {
    0% {
      transform: rotate(45deg);
    }
    45% {
      transform: rotate(65deg);
    }
    50% {
      transform: rotate(45deg);
    }
    95% {
      transform: rotate(15deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }

  #forme3 {
    display: block;
    position: fixed;
    left: 45%;
    top: 90%;
    background: #fb0e0e;
    border-radius: 200px;
    height: 100px;
    width: 100px;
    animation: rotatee 12s linear infinite;
    transform: translate(0px);
  }

  @keyframes rotatee {
    0% {
      transform: translate(0px);
    }
    50% {
      transform: translate(-30px);
    }
    100% {
      transform: translate(0px);
    }
  }

  #forme4 {
    display: block;
    position: fixed;
    left: 65%;
    top: -5%;
    background: #f30245;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    animation: rotatex 12s linear infinite;
    transform: translate(0px);
  }

  @keyframes rotatex {
    0% {
      transform: translate(0px);
    }
    50% {
      transform: translate(50px);
    }
    100% {
      transform: translate(0px);
    }
  }

  #forme5 {
    display: none;
    position: fixed;
    left: 8%;
    top: 76%;
    background: #fb0e5b;
    border-radius: 5px;
    height: 90px;
    width: 90px;
    transform: rotate(45deg);
    animation: rotates 12s linear infinite;
  }

  @keyframes rotates {
    0% {
      transform: rotate(45deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(45deg);
    }
  }

  .connectBloc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: sans-serif;
    line-height: 45px;
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    width: 95%;
    z-index: 2;
  }

  .box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /* background: #fff; */
    border-radius: 10px;
    overflow: auto;
  }

  .btnOpts {
    display: block;
    width: 43%;
    height: 180px;
    border: none;
    outline: none;
    cursor: pointer;
    float: left;
    margin: 10px 10px;
    font-family: "varelaround", sans-serif;
    font-size: 15px;
    border-radius: 10px;
    transition: 0.3s;
    color: #777;
    border: 1px solid #e1e1e1;
  }

  .btnOpts:hover {
    transform: translateY(-10px);
    border: 1px solid #ff002f;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  }

  .btnOpts img {
    width: 120px;
  }

  .box1 {
    display: block;
    width: 100%;
  }

  .content2 {
    position: fixed;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    background: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    overflow: hidden;
  }

  .searchBloc {
    display: none;
  }

  #iconSearch {
    float: left;
    position: relative;
    left: 15px;
    top: 8px;
    color: #777;
  }

  .head .deconnect {
    display: none;
  }

  .btn2 {
    display: none;
  }

  .phoneBtn {
    display: block;
    float: right;
    width: 50px;
    height: 48px;
    margin: 0px 0px;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    color: #444;
  }

  .logo2 {
    text-shadow: 0px 2px 2px #999;
    letter-spacing: -3px;
    font-size: 35px;
    font-family: varelaround;
    float: left;
    display: block;
    height: 50px;
    position: absolute;
    text-indent: 0px;
    line-height: 50px;
    color: #444;
  }

  .results {
    display: none;
  }

  .produitPhone {
    display: block;
    padding: 10px;
    /*border:1px solid #cdcdcd;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 5px 0px 10px;
    border-radius: 5px;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    color: #444;
    background: #fff;
  }

  .produitPhone.error {
    background: rgba(255, 0, 0, 0.05);
  }

  .titreProduitPhone {
    font-size: 17px;
    font-weight: bold;
  }

  .qteProduitPhone {
    float: right;
  }

  .prixProduitPhone {
    font-weight: bold;
    overflow: hidden;
  }

  .unitairePhone {
    float: right;
    color: #444;
  }

  .modifPhone {
    width: 49%;
    border: none;
    outline: none;
    cursor: pointer;
    height: 40px;
    margin: 12px 0px 0px 0px;
    font-size: 15px;
    font-family: varelaround, sans-serif;
    border-radius: 5px;
    background: transparent;
  }

  .modifPhone.modif {
    color: #09f;
  }

  .modifPhone.supp {
    color: #ff002f;
  }

  .erreur {
    color: #ff002f;
  }

  .addProduitBloc {
    display: block;
    position: fixed;
    top: 150%;
    left: 0%;
    top: none;
    transform: translate(-0%, -0%);
    width: 100%;
    padding: 10px 0px;
    height: 100%;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    font-family: sans-serif;
    transition: 0.3s;
    overflow: auto;
  }

  .addProduitBlocX {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    padding: 0px 0px;
    height: 100%;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    font-family: sans-serif;
    transition: 0.3s;
    overflow: auto;
  }

  .addProduitBloc.see {
    top: 0%;
  }

  .bloc1 {
    display: block;
    margin: 0px 10px;
    overflow: hidden;
    float: none;
    width: 95%;
  }

  .titreModif {
    text-indent: 10px;
  }

  .closeBtn {
    display: block;
    position: absolute;
    top: 25px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: none;
    font-family: varelaround, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    background: #eee;
    color: #777;
  }

  .closeBtn3 {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: none;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    background: #eee;
    color: #777;
  }

  .closeBtn2 {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: none;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    background: #fff;
    color: #444;
  }

  .usersAndMy {
    display: block;
    position: fixed;
    top: 50px;
    left: 0%;
    transform: translate(0%, 0%);
    width: 100%;
    height: auto;
    bottom: 0;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    z-index: 1;
    padding: 0px 0px;
    font-family: varelaround, sans-serif;
    transition: 0.3s;
  }

  .section2 {
    position: fixed;
    top: 150%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    z-index: 0;
    overflow: auto;
  }

  .section2.top {
    top: 0;
  }

  .section1 {
    width: 100%;
  }

  .titreModifx {
    text-indent: 10px;
  }

  .btn6 {
    display: inline-block;
    width: 30%;
    padding: 0px 0px;
    height: 30px;
    font-size: 15px;
    background: transparent;
    color: #09f;
    border-radius: 5px;
    border: none;
    margin-top: 8px;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    text-indent: 0px;
    text-decoration: none;
  }

  .titreProduitPhone.marge {
    margin-bottom: 8px;
  }

  .qteProduitPhone.bold {
    font-weight: normal;
  }

  #uses {
    display: none;
  }

  .refs.none {
    display: none;
  }

  .formA {
    display: block;
    width: 92%;
    height: 40px;
    text-indent: 20px;
    margin: 15px 10px;
    outline: none;
    background: transparent;
    border: none;
    border: 1px solid #eee;
    font-family: varelaround, sans-serif;
    font-size: 18px;
    border-radius: 3px;
  }

  .formAx {
    display: block;
    width: 98%;
    height: 40px;
    text-indent: 20px;
    margin: 15px 0px;
    outline: none;
    background: transparent;
    border: none;
    border: 1px solid #eee;
    font-family: varelaround, sans-serif;
    font-size: 18px;
    border-radius: 3px;
  }

  .formDesc3 {
    display: block;
    width: 92%;
    height: 80px;
    margin-bottom: 10px;
    outline: none;
    background: transparent;
    border: none;
    border: 1px solid #eee;
    font-family: varelaround, sans-serif;
    font-size: 18px;
    border-radius: 3px;
    resize: none;
    padding: 10px 3px;
    text-indent: 20px;
  }

  .btn {
    display: block;
    width: auto;
    padding: 0px 20px;
    height: 40px;
    font-size: 18px;
    background: #ff002f;
    color: #fff;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s;
    float: right;
    margin-right: 10px;
  }

  .closeBtn4 {
    width: auto;
    padding: 0px 10px;
    height: 30px;
    font-size: 15px;
    background: #09f;
    color: #fff;
    border-radius: 5px;
    border: none;
    margin-top: 8px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 10px;
    text-align: center;
    line-height: 30px;
    text-indent: 0px;
    text-decoration: none;
    display: block;
  }

  .facturePage {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: translate(0%, 0%);
    border-radius: 0px;
    transition: 0.3s;
  }

  .titre {
    display: none;
  }

  .blocFacture {
    display: inline-block;
    width: 96%;
    height: auto;
    border: 1px solid #eee;
    overflow: hidden;
    margin: 10px 5px;
  }

  #formulaire {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 50px;
    overflow: auto;
  }

  .mask {
    display: none;
  }

  .facturationPage {
    display: block;
    width: 100%;
    bottom: 0;
    top: 50px;
    left: 120%;
    position: fixed;
    overflow: auto;
    border-left: 1px solid #eee;
    z-index: 999;
    transition: 0.3s;
    background: #fff;
  }

  .facturationPage.left {
    left: 0;
  }

  .forms2-caisse {
    display: block;
    width: 98%;
    height: 40px;
    text-indent: 10px;
    position: relative;
    top: 60px;
    outline: none;
    border: none;
    font-family: varelaround, sans-serif;
    border: 1px solid #eee;
    font-size: 18px;
    border-radius: 5px;
  }

  .forms2-caisse2 {
    display: block;
    float: left;
    width: 98%;
    height: 40px;
    text-indent: 10px;
    margin: 0px 0px 20px 0px;
    outline: none;
    border: none;
    font-family: varelaround, sans-serif;
    border: 1px solid #eee;
    font-size: 18px;
    border-radius: 3px;
  }

  .titrePage {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    font-family: varelaround, sans-serif;
  }

  .limit {
    display: block;
    width: 90%;
    height: auto;
    overflow: auto;
    margin: 30px 0px;
  }

  .limit2 {
    display: block;
    width: 90%;
    height: auto;
    overflow: auto;
    margin: 30px 0px;
  }

  .marges {
    display: flex;
    margin-top: 60px;
    margin-bottom: 40px;
    flex-direction: row;
    justify-content: space-between;
  }

  .marges2 {
    display: block;
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .filter-form {
    display: block;
    width: 93%;
    height: 40px;
    margin: 5px 8px;
    background: #f8f6fb;
    border: none;
    outline: none;
    border-radius: 5px;
    text-indent: 10px;
    font-family: varelaround, sans-serif;
    font-size: 15px;
    border: 1px solid #eee;
  }

  .ref2sc {
    display: none;
    width: 90%;
    height: auto;
    line-height: 45px;
    font-family: varelaround, sans-serif;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin: 10px;
  }

  .sectionsc {
    display: block;
    width: 16.66%;
    height: 45px;
    text-align: center;
    text-indent: 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }

  .pageSale {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    background: #fff;
  }

  .pageSale .titrePage {
    text-indent: 20px;
  }

  .facturationPage .titrePage {
    text-indent: 20px;
  }

  .contenu2 {
    display: block;
    margin: 10px 8px 5px 8px;
    height: auto;
    padding: 0px 0px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    overflow: auto;
  }

  .iconIdentifiant {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #555; /*555*/
    font-weight: bold;
    font-family: varelaround, sans-serif;
  }

  .formModifApparenceX {
    display: block;
    float: left;
    width: calc(90% - 80px);
    position: relative;
    height: auto;
    border: none;
    font-size: 15px;
    outline: none;
    background: transparent;
    caret-color: #943eea;
    line-height: 22px;
    padding: 5px 0;
    font-family: varelaround, sans-serif;
    text-align: left;
  }

  .btn-close {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ff0000;
    font-weight: bold;
    margin: 10px 5px;
    background: transparent;
    transition: 0.3s;
    border-radius: 50px;
    font-size: 18px;
  }

  .btn-close:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  .dates {
    display: none;
  }

  .formDesc2 {
    display: block;
    width: 99%;
    height: 99px;
    text-indent: 20px;
    margin-bottom: 10px;
    outline: none;
    background: transparent;
    border: none;
    border: 1px solid #eee;
    font-family: varelaround, sans-serif;
    font-size: 18px;
    border-radius: 3px;
    resize: none;
    padding: 10px 0px;
  }

  .close2 {
    display: block;
    width: auto;
    height: 35px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #777;
    font-weight: bold;
    margin: 10px 5px;
    background: transparent;
    transition: 0.3s;
    border-radius: 50px;
    font-size: 18px;
    float: right;
    padding: 0px 10px;
  }

  #searchProd {
    display: none;
  }

  #searchProdx {
    display: block;
  }
}
