@font-face {
  font-family: 'allergenes';
  src: url('fonts/allergenes.eot?ubx8vb');
  src: url('fonts/allergenes.eot?ubx8vb#iefix') format('embedded-opentype'), url('fonts/allergenes.ttf?ubx8vb') format('truetype'), url('fonts/allergenes.woff?ubx8vb') format('woff'), url('fonts/allergenes.svg?ubx8vb#allergenes') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.customFont {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'allergenes' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.allergene-Arachide:before {
  content: "\e900";
}
.allergene-Crustac:before {
  content: "\e901";
}
.allergene-Sesame:before {
  content: "\e902";
}
.allergene-Lupin:before {
  content: "\e903";
}
.allergene-Moutarde:before {
  content: "\e904";
}
.allergene-Soja:before {
  content: "\e905";
}
.allergene-Sulfite:before {
  content: "\e906";
}
.allergene-Gluten .path1:before {
  content: "\e907";
  color: #444444;
  opacity: 0.4;
}
.allergene-Gluten .path2:before {
  content: "\e908";
  margin-left: -1em;
  color: #444444;
}
.allergene-Celery:before {
  content: "\e909";
}
.allergene-Lait:before {
  content: "\e90a";
}
.allergene-FruitACoque:before {
  content: "\e90b";
}
.allergene-Poisson:before {
  content: "\e90c";
}
.allergene-Oeuf:before {
  content: "\e90d";
}
.allergene-Coquillage:before {
  content: "\e90e";
}
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  color: #2b2b2b;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
.line-through {
  text-decoration: line-through;
}
.font-small {
  font-size: 0.8em;
}
label.error {
  color: red;
  font-style: italic;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: "Karla", sans-serif;
  margin-bottom: 60px;
  background-color: #faf9f7;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Vertically center the text there */
}
.card {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
}
.card.clickable {
  cursor: pointer;
}
.card.clickable:hover {
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.02), 0 6px 6px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.02), 0 6px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.02), 0 6px 6px rgba(0, 0, 0, 0.04);
}
.card.header-card {
    background-color: white;
    margin-bottom: 20px;
}
.card.header-card .logo-block {
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.card.header-card .logo-block i {
  color: white;
  font-size: 8rem;
}
.card.header-card .card-block {
  padding: 25px;
}
.card.header-card .card-block .card-title {
  font-size: 1.6em;
  text-align: left;
  font-weight: bold;
}
.card.header-card .card-block .card-text {
  text-align: justify;
}
.card .card-header {
  font-family: "Roboto", sans-serif;
}
.card .card-body {
  background-color: white;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.btn {
  padding: 10px 20px 8px;
  background-color: #c39540;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  margin-bottom: 24px;
}
.btn:hover {
  border: 1px solid #c39540;
  background-color: transparent;
  color: #c39540;
}
.btn.btn-green {
  background-color: #31c40c !important;
  background-image: linear-gradient(to bottom right, #31c40c, #339c19) !important;
}
.btn.btn-green:hover {
  border: 1px solid #31c40c !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #31c40c !important;
}
.btn.btn-red {
  background-color: #31c40c !important;
  background-image: linear-gradient(to bottom right, #e6460b, #b8330b) !important;
}
.btn.btn-red:hover {
  border: 1px solid #e6460b !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #e6460b !important;
}
.btn.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn.btn-blue:hover {
  border: 1px solid #0069d9;
  background-color: transparent !important;
  background-image: none !important;
  color: #0069d9 !important;
}
.ajax-upload-dragdrop {
  border: 2px dotted #A5A5C7;
  color: #2b2b2b;
  text-align: left;
  vertical-align: middle;
  padding: 35px 15px 35px 15px;
  max-width: 300px;
  text-align: center;
}
.ajax-upload-dragdrop span {
  display: block;
  text-align: center;
}
.ajax-upload-dragdrop .ajax-file-upload {
  padding: 5px;
  height: auto;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #ff9800;
  background-image: linear-gradient(to bottom right, #ff9800, #ff7700);
  color: white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
}
.ajax-upload-dragdrop .ajax-file-upload:hover {
  background-color: #ff9800;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ajax-file-upload-container .ajax-file-upload-statusbar {
  border: 2px dotted #A5A5C7;
  text-align: center;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-preview {
  margin: auto;
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-bar {
  background-color: #ff9800;
  background-image: linear-gradient(to bottom right, #ff9800, #ff7700);
}
.ajax-file-upload-container .ajax-file-upload-statusbar .ajax-file-upload-filename {
  display: none;
}
.portal-login .brand-wrapper {
  margin-bottom: 19px;
}
.portal-login .brand-wrapper .logo {
  height: 100px;
}
.portal-login .login-card {
  border: 0;
  border-radius: 27.5px;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden;
}
.portal-login .login-card-img {
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portal-login .login-card .card-body {
  padding: 85px 60px 60px;
}
@media (max-width: 422px) {
  .portal-login .login-card .card-body {
    padding: 35px 24px;
  }
}
.portal-login .login-card-description {
  font-size: 25px;
  color: #000;
  font-weight: normal;
  margin-bottom: 23px;
}
.portal-login .login-card form {
  max-width: 326px;
}
.portal-login .login-card .form-control {
  border: 1px solid #d5dae2;
  padding: 15px 25px;
  margin-bottom: 20px;
  min-height: 45px;
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
}
.portal-login .login-card .form-control::placeholder {
  color: #919aa3;
}
.portal-login .login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #000;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px;
    width: 100%;
}
.portal-login .login-card .login-btn:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.portal-login .login-card .forgot-password-link {
  font-size: 14px;
  color: #919aa3;
  margin-bottom: 12px;
}
.portal-login .login-card-footer-text {
  font-size: 16px;
  color: #0d2366;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .portal-login .login-card-footer-text {
    margin-bottom: 24px;
  }
}
.portal-login .login-card-footer-nav a {
  font-size: 14px;
  color: #919aa3;
}
.portal-dashboard .card {
  margin: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 24rem;
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
  font-family: "Roboto", sans-serif;
  /*       a {
            background-color: @gold-30;
            border: none;

            &:hover {
                background-color: @gold-dark-30;
            }
        }*/
}
.portal-dashboard .card.cold-room .icon-block {
  background-color: #0099ff;
  background-image: linear-gradient(to bottom right, #0099ff, #0785d9);
}
.portal-dashboard .card.cold-room .card-title {
  color: #0099ff;
}
.portal-dashboard .card.admin .icon-block {
  background-color: #9E9E9E;
  background-image: linear-gradient(to bottom right, #9E9E9E, #616161);
}
.portal-dashboard .card.admin .card-title {
  color: #9E9E9E;
}
.portal-dashboard .card.stock .icon-block {
  background-color: #cd00d3;
  background-image: linear-gradient(to bottom right, #cd00d3, #8d0092);
}
.portal-dashboard .card.stock .card-title {
  color: #cd00d3;
}
.portal-dashboard .card.purchase-assist .icon-block {
  background-color: #ff9800;
  background-image: linear-gradient(to bottom right, #ff9800, #ff7700);
}
.portal-dashboard .card.purchase-assist .card-title {
  color: #ff9800;
}
.portal-dashboard .card.documentation .icon-block {
  background-color: #61d800;
  background-image: linear-gradient(to bottom right, #61d800, #09af00);
}
.portal-dashboard .card.documentation .card-title {
  color: #61d800;
}
.portal-dashboard .card .icon-block {
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portal-dashboard .card .icon-block i {
  color: white;
  font-size: 8rem;
}
.portal-dashboard .card .card-title {
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
}
.portal-dashboard .card .card-text {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.cold-room-page .header-card .logo-block {
  background-color: #0099ff;
  background-image: linear-gradient(to bottom right, #0099ff, #0785d9);
}
.cold-room-page .header-card .card-title {
  color: #0099ff;
}
.cold-room-page .menu {
  margin-top: 2rem;
  text-align: right;
  margin-bottom: 1.1rem;
}
.cold-room-page .menu i {
  margin: 5px;
  cursor: pointer;
}
.cold-room-page .menu i:hover {
  color: #0099ff;
}
.cold-room-page .menu i.selected {
  color: #0099ff;
}
.cold-room-page h3 {
  margin-bottom: 28px;
}
.cold-room-page .card.fridge-card {
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
}
.cold-room-page .card.fridge-card .card-header .block-info {
  position: absolute;
  width: 70px;
  background: #808080;
  height: 60px;
  left: -16px;
  top: -10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  background-color: #EF6C00;
}
.cold-room-page .card.fridge-card .card-header .block-info.done {
  background-color: #78BE20;
}
.cold-room-page .card.fridge-card .card-header .block-title {
  margin-left: 50px;
  font-weight: bold;
}
.cold-room-page .card.fridge-card .card-text p {
  padding-top: 4px;
  margin: 20px;
}
.cold-room-page .card.fridge-card form {
  margin: 12px;
}
.cold-room-page .card.fridge-card form .form-group {
  margin: 5px;
}
.cold-room-page .card.fridge-card form .form-control {
  width: 80px;
}
.cold-room-page .card.fridge-card form .minus,
.cold-room-page .card.fridge-card form .plus {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.cold-room-page .card.fridge-card form .minus.selected {
  background-color: #0099ff;
  color: white;
}
.cold-room-page .card.fridge-card form .plus.selected {
  background-color: #f96359;
  color: white;
}
.cold-room-page .card.fridge-card form div,
.cold-room-page .card.fridge-card form input {
  display: inline-block !important;
}

.cold-room-page .btn {
  background-color: #0099ff;
}
.cold-room-page .btn:hover {
  border: 1px solid #0099ff;
  background-color: transparent;
  color: #0099ff;
}
.purchase-assist-page {
  /*.graph-container {
        display: grid;
        grid-template-columns: 1fr 5fr;
        grid-gap: 5px;
        max-width: auto;
    }

    .graph-container-extended {
        display: grid;
        grid-template-columns: 5fr;
        grid-gap: 5px;
        max-width: auto;
    }*/
}
.purchase-assist-page .header-card {
  margin-bottom: 40px;
  margin-top: 40px;
}
.purchase-assist-page .header-card .logo-block {
  background-color: #ff9800;
  background-image: linear-gradient(to bottom right, #ff9800, #ff7700);
  padding: 50px;
}
.purchase-assist-page .header-card .card-title {
  color: #ff9800;
}
.purchase-assist-page .table .thead-dark {
  background-color: #ff9800;
  background-image: linear-gradient(to bottom right, #ff9800, #ff7700);
}
.purchase-assist-page .table .thead-dark th {
  border-bottom-color: #ff7700;
  border-top-color: #ff7700;
  background-color: transparent;
}
.purchase-assist-page .table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.purchase-assist-page .table tr .delete-product {
  color: #EF6C00;
  opacity: 0.5;
  padding: 20px;
}
.purchase-assist-page .table tr .delete-product:hover {
  opacity: 1;
}
.purchase-assist-page .table tr .delete-bill {
  color: #EF6C00;
  opacity: 0.5;
  padding: 20px;
}
.purchase-assist-page .table tr .delete-bill:hover {
  opacity: 1;
}
.purchase-assist-page .table tr td {
  vertical-align: middle;
}
.purchase-assist-page .table tr td:first-child {
  font-weight: bold;
}
.purchase-assist-page .table tr td.table-subview {
  background-color: #dee2e6;
}
.purchase-assist-page .table tr td.picture-cell i {
  font-size: 4em;
  color: #2b2b2b;
  opacity: 0.4;
}
.purchase-assist-page .table tr td.picture-cell i:hover {
  color: dimgrey;
  opacity: 1;
}
.purchase-assist-page .table tr td.picture-cell img {
  max-width: 90px;
  max-height: 90px;
}
.purchase-assist-page .table tr td.picture-cell img:hover {
  opacity: 0.8;
}
.purchase-assist-page .btn {
  background-color: #ff9800;
}
.purchase-assist-page .btn:hover {
  border: 1px solid #ff9800;
  background-color: transparent;
  color: #ff9800;
}
.purchase-assist-page .btn.btn-outline {
  border: 1px solid #ff9800;
  color: #ff9800;
  background-color: transparent;
}
.purchase-assist-page .btn.btn-outline:hover {
  background-color: #ff9800;
  color: white;
}
.purchase-assist-page .providerEditForm:nth-child(even) {
  background-color: #f5f5f5;
}
.purchase-assist-page .providerEditForm .form-border-left {
  margin-top: 15px;
  border-left: 2px solid #2b2b2b;
}
.purchase-assist-page .providerEditForm .input-group-prepend i {
  min-width: 25px;
}
.purchase-assist-page .providerEditForm .input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.purchase-assist-page #FormUpdateProduct #DisplayPicture {
  color: #2b2b2b;
}
.purchase-assist-page #FormUpdateProduct #DisplayPicture i {
  font-size: 7em;
  opacity: 0.4;
}
.purchase-assist-page #FormUpdateProduct #DisplayPicture i:hover {
  opacity: 1;
}
.purchase-assist-page #FormUpdateProduct #DisplayPicture img {
  max-height: 150px;
  max-width: 250px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.purchase-assist-page #FormUpdateProduct #DisplayPicture img:hover {
  opacity: 0.8;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list {
  max-width: 350px;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont {
  display: inline-block;
  opacity: 0.4;
  font-size: 25px;
  cursor: pointer;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 2px;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected {
  opacity: 1;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover {
  opacity: 0.8;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected {
  color: white;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Gluten,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Gluten {
  background-color: #ffc107;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Crustac,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Crustac {
  background-color: #ff6f00;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Oeuf,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Oeuf {
  background-color: #bdbdbd;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Poisson,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Poisson {
  background-color: #2977ff;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Arachide,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Arachide {
  background-color: #8d6e63;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Soja,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Soja {
  background-color: #689f38;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Lait,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Lait {
  background-color: #cfd8dc;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-FruitACoque,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-FruitACoque {
  background-color: #5d4037;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Celery,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Celery {
  background-color: #afb42b;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Moutarde,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Moutarde {
  background-color: #827717;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Sesame,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Sesame {
  background-color: #8d6e63;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Sulfite,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Sulfite {
  background-color: #424242;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Lupin,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Lupin {
  background-color: #ffaa00;
}
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Coquillage,
.purchase-assist-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Coquillage {
  background-color: #bdbdbd;
}
.purchase-assist-page .import-Default {
  background-color: lightgoldenrodyellow !important;
}
.purchase-assist-page .import-New {
  background-color: lightgreen !important;
}
.purchase-assist-page .import-Warning {
  background-color: orange !important;
}
.purchase-assist-page .WarningFacture {
  border: solid;
  border-color: red;
  text-align: center;
}
.purchase-assist-page .WarnPriceStep-Negatif {
  color: green;
}
.purchase-assist-page .WarnPriceStep-None {
  color: black;
}
.purchase-assist-page .WarnPriceStep-Under1 {
  color: blue;
}
.purchase-assist-page .WarnPriceStep-1-2 {
  color: blueviolet;
}
.purchase-assist-page .WarnPriceStep-over2 {
  color: red;
  font-weight: bold;
}
.purchase-assist-page .Colomnhead {
  color: white;
  font-weight: bold;
}
.purchase-assist-page .chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.purchase-assist-page .chart-legend-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
}
.purchase-assist-page .chart-legend-color {
  width: 30px;
  height: 10px;
  margin-right: 5px;
  border: solid;
}
.purchase-assist-page .chart-legend-label {
  flex-grow: 1;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.purchase-assist-page .legend-item-hidden {
  text-decoration: line-through;
  opacity: 0.7;
}
.purchase-assist-page .chart-container {
  margin-top: 30px;
  height: 450px;
  width: auto;
}
.purchase-assist-page .legend-container {
  max-height: 450px;
}
.purchase-assist-page .larger-checkbox {
  transform: scale(1.5);
  /* Ajustez la valeur selon votre préférence */
}
.purchase-assist-page .table-import tr .thead-dark {
  background-color: #ff9800;
  background-image: linear-gradient(to bottom right, #ff9800, #ff7700);
}
.purchase-assist-page .table-import tr .thead-dark th {
  border-bottom-color: #ff7700;
  border-top-color: #ff7700;
  background-color: transparent;
}
.purchase-assist-page .table-import tr td {
  vertical-align: middle;
}
.purchase-assist-page .table-import tr td:first-child {
  font-weight: bold;
}
.Logs-page .header-card {
  margin-bottom: 40px;
  margin-top: 40px;
}
.Logs-page .header-card .logo-block {
  background-color: #0099ff;
  background-image: linear-gradient(to bottom right, #0099ff, #0785d9);
  padding: 50px;
}
.Logs-page .header-card .card-title {
  color: #0099ff;
}
.Logs-page .table .thead-dark {
  background-color: #0099ff;
  background-image: linear-gradient(to bottom right, #0099ff, #0785d9);
}
.Logs-page .table .thead-dark th {
  border-bottom-color: #0785d9;
  border-top-color: #0785d9;
  background-color: transparent;
}
.Logs-page .table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.Logs-page .table tr .delete-product {
  color: #EF6C00;
  opacity: 0.5;
  padding: 20px;
}
.Logs-page .table tr .delete-product:hover {
  opacity: 1;
}
.Logs-page .table tr td {
  vertical-align: middle;
}
.Logs-page .table tr td:first-child {
  font-weight: bold;
}
.Logs-page .table tr td.table-subview {
  background-color: #dee2e6;
}
.Logs-page .table tr td.picture-cell i {
  font-size: 4em;
  color: #2b2b2b;
  opacity: 0.4;
}
.Logs-page .table tr td.picture-cell i:hover {
  color: dimgrey;
  opacity: 1;
}
.Logs-page .table tr td.picture-cell img {
  max-width: 90px;
  max-height: 90px;
}
.Logs-page .table tr td.picture-cell img:hover {
  opacity: 0.8;
}
.Logs-page .btn {
  background-color: #0099ff;
}
.Logs-page .btn:hover {
  border: 1px solid #0099ff;
  background-color: transparent;
  color: #0099ff;
}
.Logs-page .btn.btn-outline {
  border: 1px solid #0099ff;
  color: #0099ff;
  background-color: transparent;
}
.Logs-page .btn.btn-outline:hover {
  background-color: #0099ff;
  color: white;
}
.Logs-page .providerEditForm:nth-child(even) {
  background-color: #f5f5f5;
}
.Logs-page .providerEditForm .form-border-left {
  margin-top: 15px;
  border-left: 2px solid #2b2b2b;
}
.Logs-page .providerEditForm .input-group-prepend i {
  min-width: 25px;
}
.Logs-page .providerEditForm .input-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.Logs-page #FormUpdateProduct #DisplayPicture {
  color: #2b2b2b;
}
.Logs-page #FormUpdateProduct #DisplayPicture i {
  font-size: 7em;
  opacity: 0.4;
}
.Logs-page #FormUpdateProduct #DisplayPicture i:hover {
  opacity: 1;
}
.Logs-page #FormUpdateProduct #DisplayPicture img {
  max-height: 150px;
  max-width: 250px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.Logs-page #FormUpdateProduct #DisplayPicture img:hover {
  opacity: 0.8;
}
.Logs-page #FormUpdateProduct .allergenes-list {
  max-width: 350px;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont {
  display: inline-block;
  opacity: 0.4;
  font-size: 25px;
  cursor: pointer;
  padding: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 2px;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected {
  opacity: 1;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover {
  opacity: 0.8;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected {
  color: white;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Gluten,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Gluten {
  background-color: #ffc107;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Crustac,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Crustac {
  background-color: #ff6f00;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Oeuf,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Oeuf {
  background-color: #bdbdbd;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Poisson,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Poisson {
  background-color: #2977ff;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Arachide,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Arachide {
  background-color: #8d6e63;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Soja,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Soja {
  background-color: #689f38;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Lait,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Lait {
  background-color: #cfd8dc;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-FruitACoque,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-FruitACoque {
  background-color: #5d4037;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Celery,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Celery {
  background-color: #afb42b;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Moutarde,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Moutarde {
  background-color: #827717;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Sesame,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Sesame {
  background-color: #8d6e63;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Sulfite,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Sulfite {
  background-color: #424242;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Lupin,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Lupin {
  background-color: #ffaa00;
}
.Logs-page #FormUpdateProduct .allergenes-list .customFont:hover.allergene-Coquillage,
.Logs-page #FormUpdateProduct .allergenes-list .customFont.selected.allergene-Coquillage {
  background-color: #bdbdbd;
}
.Logs-page .import-Default {
  background-color: lightgoldenrodyellow !important;
}
.Logs-page .import-New {
  background-color: lightgreen !important;
}
.Logs-page .import-Warning {
  background-color: orange !important;
}
.Logs-page .WarningFacture {
  border: solid;
  border-color: red;
  text-align: center;
}
.Logs-page .WarnPriceStep-Negatif {
  color: green;
}
.Logs-page .WarnPriceStep-None {
  color: black;
}
.Logs-page .WarnPriceStep-Under1 {
  color: blue;
}
.Logs-page .WarnPriceStep-1-2 {
  color: blueviolet;
}
.Logs-page .WarnPriceStep-over2 {
  color: red;
  font-weight: bold;
}
.Logs-page .Colomnhead {
  color: white;
  font-weight: bold;
}
.Logs-page .table-import tr .thead-dark {
  background-color: #0099ff;
  background-image: linear-gradient(to bottom right, #0099ff, #0785d9);
}
.Logs-page .table-import tr .thead-dark th {
  border-bottom-color: #0785d9;
  border-top-color: #0785d9;
  background-color: transparent;
}
.Logs-page .table-import tr td {
  vertical-align: middle;
}
.Logs-page .table-import tr td:first-child {
  font-weight: bold;
}

.admin-page .header-card {
    margin-bottom: 40px;
    margin-top: 40px;
}
.admin-page .header-card .logo-block {
  background-color: #9E9E9E;
  background-image: linear-gradient(to bottom right, #9E9E9E, #616161);
}
.admin-page .header-card .card-title {
  color: #9E9E9E;
}
.admin-page .menu {
  margin-top: 2rem;
  text-align: right;
  margin-bottom: 1.1rem;
}
.admin-page .menu i {
  margin: 5px;
  cursor: pointer;
}
.admin-page .menu i:hover {
  color: #9E9E9E;
}
.admin-page .menu i.selected {
  color: #9E9E9E;
}
.admin-page h3 {
  margin-bottom: 28px;
}
.admin-page .create-user-block-header .block-title {
  cursor: pointer;
}
.admin-page .create-user-block-header .block-title:hover {
  font-weight: bold;
}
.admin-page .card .col-alternate:nth-child(even) {
  background-color: #faf9f7;
}
.admin-page .card .col-alternate:nth-child(odd) {
  background-color: white;
}
.admin-page .btn {
  background-color: #9E9E9E;
}
.admin-page .btn:hover {
  border: 1px solid #9E9E9E;
  background-color: transparent;
  color: #9E9E9E;
}
.documentation-page .header-card .logo-block {
  background-color: #61d800;
  background-image: linear-gradient(to bottom right, #61d800, #09af00);
}
.documentation-page .header-card .card-title {
  color: #61d800;
}
.documentation-page h1 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.documentation-page h2 {
  font-size: 1.1rem;
  margin-top: 10px;
  margin-left: 15px;
}
.documentation-page h3 {
  font-size: 1rem;
  margin-top: 10px;
  margin-left: 30px;
}
.documentation-page h4 {
  font-size: 0.9rem;
  margin-top: 10px;
  margin-left: 45px;
}
.documentation-page h5 {
  font-size: 0.8rem;
  margin-top: 10px;
}
.documentation-page .ul-0 {
  margin-left: 15px;
  margin-bottom: 0px;
}
.documentation-page .ul-1 {
  margin-left: 15px;
  margin-bottom: 0px;
}
.documentation-page .ul-2 {
  margin-left: 30px;
  margin-bottom: 0px;
}
.documentation-page .ul-3 {
  margin-left: 45px;
  margin-bottom: 0px;
}
.documentation-page .ul-4 {
  margin-left: 60px;
  margin-bottom: 0px;
}
.documentation-page .ul-5 {
  margin-left: 75px;
  margin-bottom: 0px;
}
.documentation-page .check {
  color: green !important;
}
.documentation-page .fa-folder {
  color: gold !important;
}
.documentation-page .fa-folder-plus {
  color: cornflowerblue;
}
.documentation-page .fa-trash {
  color: red;
}
.documentation-page .btn-deletebutton {
  background-color: blue !important;
  margin-left: 30px;
}
.documentation-page .btn-modal {
  margin-left: 35%;
  margin-top: 10px;
}
.stock-page .header-card .logo-block {
  background-color: #cd00d3;
  background-image: linear-gradient(to bottom right, #cd00d3, #8d0092);
}
.stock-page .header-card .card-title {
  color: #cd00d3;
}

/*responsive typography for desktop and mobile*/
/*Extra small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/
body {
    font-size: 14px;
}

.au30-page .cold-room-page .card.fridge-card .card-historique {
    font-size: 10px;
}

/*SM*/
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .au30-page .cold-room-page .card.fridge-card .card-historique {
        font-size: 10px;
    }
}

/*MD*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .au30-page .cold-room-page .card.fridge-card .card-historique {
        font-size: 11px;
    }
}

/*LG*/
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .au30-page .cold-room-page .card.fridge-card .card-historique {
        font-size: 12px;
    }
}

/*XL*/
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .au30-page .cold-room-page .card.fridge-card .card-historique {
        font-size: 16px;
    }
}


.form-input {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    margin-bottom: 20px;
    min-height: 40px;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
}


.au30-page .header-card .logo-block {
    background-color: #0099ff;
    background-image: linear-gradient(to bottom right, #0099ff, #0785d9);
}

.au30-page .header-card .card-title {
    color: #0099ff;
}

.au30-page .menu {
    margin-top: 2rem;
    text-align: right;
    margin-bottom: 1.1rem;
}

.au30-page .menu i {
    margin: 5px;
    cursor: pointer;
}

.au30-page .menu i:hover {
    color: #0099ff;
}

.au30-page .menu i.selected {
    color: #0099ff;
}

.au30-page h3 {
    margin-bottom: 28px;
}

.au30-page .card {
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Roboto", sans-serif;
    -moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.08);
}

.au30-page .card-header .block-info {
    position: absolute;
    width: 56px;
    background: #808080;
    height: 56px;
    left: -16px;
    top: -7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    background-color: #EF6C00;
}

.au30-page .card-header .block-info.done {
    background-color: #78BE20;
}

.au30-page .card-header .block-title {
    margin-left: 35px;
    font-weight: bold;
}

.au30-page .card-text p {
    padding-top: 4px;
    margin: 20px;
}

.au30-page .card.fridge-card form {
    margin: 12px;
}

.au30-page form .form-group {
    margin: 5px;
}

.au30-page form .form-control {
    width: 80px;
}

.au30-page form .minus,
.au30-page form .plus {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.au30-page form .minus.selected {
    background-color: #0099ff;
    color: white;
}

.au30-page form .plus.selected {
    background-color: #f96359;
    color: white;
}

.au30-page form div,
.au30-page form input {
    display: inline-block !important;
}

.au30-page .btn {
    background-color: #0099ff;
}

.au30-page .btn:hover {
    border: 1px solid #0099ff;
    background-color: transparent;
    color: #0099ff;
}

.nav {
    --bs-nav-link-hover-color: #888;
}

.nav-link {
    color: #bbb;
}

.w-200px {width: 200px;}
.w-150px {width: 150px;}
.w-130px {width: 130px;}
.w-120px {width: 120px;}
.w-60px {width: 60px;}

.h-200px {height: 200px;}
.h-100px {height: 100px;}
.h-80px {height: 80px;}
.h-60px {height: 60px;}
.h-50px {height: 50px;}

._tal {text-align: left !important;}