/*!************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./assets/css/style.css ***!
  \************************************************************************/
.body {
    overflow: auto;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #fdfdfd;
    font-family: arial,sans-serif;
}
h3
{
    margin-bottom: 0;
}
.mb-0 {margin-bottom: 0;}
.mt-10 {margin-top: 10px!important;}
.mr-10 {margin-right: 10px!important;}
.tool-user
{
    background-color: #383838bd !important;
    left: 180%;
    width: 300px !important;
}
.div-form-auth {
    background-color: white;
    min-width: 40%;
    margin-left: 20%;
    margin-right: 20%;
    box-shadow: 0 3px 3px -4px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    padding: 20px;
}
input:-webkit-autofill {
    background-color: lightyellow;
    color: blue;
}
.label-login
{
    top: -15px;
    color: black;
    font-size: small;
    padding-top: 2px;
}
.popup-forgot-password
{
    color: black!important;
}
.title-forgot-password
{
    font-size: larger;
    font-weight: 600;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    padding: 0 0 20px 0px;   
}
.flex {
    display: flex!important;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-end {
    display: flex;
    justify-content: flex-end;   
}
.margin-left-30
{
    margin-left: 30px;
}
.title-connexion {
    margin-top: 10px;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
}
.div-input-login {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.div-form {
    width: 80%;
    position: relative;
    margin-top: 40px;
}
.input-form {
    width: 80%;
    border: none;
    border-bottom: solid 1px;
}
.div-show-password {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.btn-password
{
    border: none;
}
.btn-password:hover
{
    color: #414141;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.span-form {
    position: absolute;
    display: block;
    width: 80%;
    height: 100%;
    top: 0;
    left: 10%;
    pointer-events: none;
}
.forgot-password {
    position: absolute;
    width:100%;
    top: 40px;
    text-align: right;
    font-size: small;
    text-decoration: none;
}
.forgot-password a {
    color: rgb(53, 53, 53);
    cursor: pointer;
}
.forgot-password a:hover {
    color: black;
    text-decoration: underline!important;
}
.btn-previous-page {
    min-width: 40%;
    margin-left: 20%;
    margin-right: 20%;
    color: #000000;
    text-decoration: none;
    padding: 10px 0;
}
.btn-previous-page:hover {
    cursor: pointer;
    color: #d16666;
}
.btn-submit-login{
    border: solid 1px #c7e589;
    background: none;
    width: 200px;
    height: 50px;
    color: #c7e589;
    border-radius: 2px;  
    margin-top: 30px;
}
.btn-submit-login:hover{
    color: #ffffff;
    background: #c7e589;
}

.title-colomn-table {
    background: #eee;
    color: black;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 12%);
    z-index: 12;
}

.input-readonly
{
    color: #d9d9d9 !important;
    fill: none;
    pointer-events: none;   
}

/* Style the table cells */
  td, th {
    height: 50px;
    min-height: 50px;
    font-size: smaller;
    color: black;
    padding: 8px;
    min-width: 100px;
    max-width: 150px;
  }

  /* Style the table rows */
  .table-prepare tr:nth-child(even) {
    background-color: #eee;
  }

  .selectButton {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
  }

  .button-ech
  {
    position: relative;
    text-decoration: none;
    border: none;
    background: none;
    height: 30px;
    width: 50px;
  }

  .button-ech:hover
  {   
    text-decoration: none;
    border: none;
    height: 30px;

    background: #e5e5e5;
  }

  .title-section {
    font-size: medium;
    display: block;
}
#top-menu {
    position: fixed;
    width: 100%;
    height: 70px;
    background: white;
    box-shadow: 0 3px 3px -4px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    z-index: 111;
}
#top-menu.open {
    width: calc(100% - 300px);
}
#logo-home
{
    height: 60%;
    position: relative;
    margin-left: 28px;
    margin-right: 28px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
  }
nav ul .btn-menu-top {
    display: inline-block;
  }
 
  nav ul .btn-menu-top a {
    display: none;

    align-items: center;
    padding: 10px 40px;
    text-decoration: none;
    color: black;
    height: 100%;
  }
  nav ul .btn-menu-top.open a {
    display: flex;
  }
  
  .btn-menu-top .active {
    background-color: #bfd58d;
    color: white;
    cursor: pointer;
  }
  .nav-right {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
}
  .btn-menu-top:hover {
    background-color: #eeeeee;
    cursor: pointer;
  }
  .icon-button {
    width: 70px;
    height: 70px;
    background-color: #bfd58d;
    color: white;
    cursor: pointer;
    text-decoration: none;
    right: 0;
  }
  #btn-periode{
    border: none;
    background: #bfd58f;
    color: white;
    border-right: solid 1px;
    padding: 0 40px 0 40px;
    height: 100%;
  }
  #btn-periode:hover{
    background: #a3b679;
  }
  .triangle
{
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: 100%;
    margin: 0 46%;
    left: 0;
    z-index: 111;
}
#btn-periode:hover .triangle.show{
    border-top: 12px solid #a3b679;  
  }
  .triangle.show{
    border-top: 12px solid #bfd58f;  
  }
  #div-periode {
    position: absolute;
    display: none;
    width: 100%;
    background: rgb(255, 255, 255);
    margin-top: 5px;
    padding-top: 5px;
    border-radius: 4px;
    box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14), 0px 3px 14px 2px rgba(0,0,0,.12), 0px 5px 5px -3px rgba(0,0,0,.2);
}
.input-radio input,.input-radio label, .input-radio span
{
    cursor: pointer;
}
#div-periode.show {
   display: block;
}

#btn-change-periode {
    animation: blinker 1s linear 5;
  }
#btn-change-periode.vide, #btn-change-periode:hover {
    animation: none;
}
  
  @keyframes blinker {
    50% {
        background-color: #aebd81;
    }
  }
.tool-periode
{
   color: #d1d0d0; 
}
.tool-periode > .tooltipText
{
    top: 20px;  
}

.input-chose-date
{
    width: 100%; 
}
.div-date-chose.radio-disabled
{
    opacity: 0.2;
}

.padding-10 {
    padding: 10px;
}
.margin-top-0
{
    margin-top: 0!important;
}
  .icon-button i {
    color: #ffffff;
    font-size: xx-large;
  }

  .icon-button:hover {
    background-color: #a3b679;
    color: white;
  }
  .second-menu {
    display: none;
    background-color: white;
    position: fixed;
    z-index: 111;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 200px;
    overflow: auto;
    box-shadow: 0 0px 0px 0px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%);
  }
  .second-menu.open
  {
    display: block;
  }


  .second-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .second-menu ul li {
    display: block;
  }

  .second-menu ul li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
  }

  .title-nav-left
  {
    padding: 10px;
    margin: 0;
    cursor: default;
    width: 100%;
  }
  .btn-menu-dropdown-left
  {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: black;
    width: 100%;
    border: none;
    text-align: inherit;
    background: white;
    border-top: solid 1px #e7e7e7;
  }
  .btn-menu-dropdown-left.open
  {
    display: block;
    background-color: #bfd58d;
    color: white;
    fill: white;
    border-bottom: solid 1px;
  }
  .dropdownList
  {
    display: none;
  }
  .dropdownList li a
  {
    padding-left: 40px!important;
  }
  .dropdownList.open
    {
        display: block;
    }
    .icon-btn-dropdown
    {
        right: 0;
        position: absolute;
        margin-right: 10px;  
        transform: rotate(90deg); 
    }
    .btn-menu-dropdown-left.open .icon-btn-dropdown
    {
        transform: rotate(180deg);
    }

main{
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
}
main.openNavLeft{
    left: 200px;
}
main.open{
    right: 300px;
}
table
{
    width: 100%;
    overflow-y: hidden;
}
.top-tools {
    display: flex;
    margin: 30px;
    align-items: center;
    position: relative;
}
.div-elements-left
{
    display: contents;
}
.margin-element
{
    margin: 0 0px 0 20px;
}
.number-data {
    background: #9b9b9b;
    color: white;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    font-size: large;
}
.btn-icon {
    background: #bfd58d;
    fill: white;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
border-radius: 3px;
    box-shadow: 0 0px 0px 0px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    border: none;
    color: white;
}
#btn-icon:hover
{
    background: #aabd7f;
}
#search-glass
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;   
}
#search-bar
{
    height: 40px;
    border: none;
    width: 250px;
    padding: 10px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0px 0px 0px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%);
    display: none;

}
#search-bar.open
{
    display: block;
}

.btn-add-groupe {
    right: 0;
    position: absolute;
    display: flex;
    height: 40px;
}
.btn-add-main {
    height: 40px;
    border: none;
    background: #bfd58d;
    color: white;
    border-radius: 3px;
    text-align: left;
    min-width: 160px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0 0px 0px 0px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%);
}
.btn-groupe .btn-add-main
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-add-main:hover {
    background: #b7cb88;
}
.chevron {
    color: white;
    width: 40px;
}
.btn-dropdown {
    height: 40px;
    border: none;
    background: #b7cb88;
    fill: white;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0px 0px 0px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%);
}
.btn-dropdown:hover {
    background: #aabd7f;
}
.dropdownBtnList
{
    z-index: 112;
    background: #bfd58d;
    position: absolute;
    display: none;
    top: 42px;
    right: 0;
    width: 100%;
    border-radius: 3px;
    padding: 0;
    box-shadow: 0 0px 0px 0px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%);
}
.dropdownBtnList li {
    text-decoration: none;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 20px;
    padding-left: 20px;
    color: white;
    cursor: pointer;
}
.dropdownBtnList li:hover {
    background: #a3b57a;
}
.dropdownBtnList.show{
    display: block!important;
}
.line {
    border-bottom: solid 1px white;
    position: absolute;
    left: 10px;
    right: 10px;
}
.text-center
{
    text-align: center;
    justify-content: center;
}
.border-radius-3
{
    border-radius: 3px;
}
.checkbox
{
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.margin-20
{
    margin-right: 20px;
    margin-left: 20px;  
}
.icon-table {
    height: 25px;
} 
.btn-default{
    border: none;
}
.btn-default.show {
    fill: #bfd58f;
    color: #a2a3a1;
}
.btn-remove:hover
{
    color: #464646;
}
.disabled
{
    fill: #c8c8c8;
    color: #c8c8c8!important;
    border: none;
    font-size: 1rem;
    cursor: context-menu!important;
}
.action-ech
{
    position: relative;
}

.dropdown-menu.show {
    position: absolute;
    top: 30px;
    right: calc(100% - 20%);
    background: #fff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    z-index: 11;
}
.dropdown-menu {
    color: #686868;
}
.menu-deroulant-actions {
    border-bottom: solid 0.5px #ededed;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    padding-left: 20px;
}
.menu-deroulant-actions h6 {
    margin: 0;
    padding-left: 10px;
    font-size: small;
}

.menu-deroulant-actions:hover {
background-color: #bfd58d;
color: white;
}
.menu-deroulant-actions.disabled{
    background-color: white;   
}
.disabled:hover{
    color: #c8c8c8;;   
}
.border-none
{
    border: none;
}
.position-table {
    width: inherit;
    overflow-x: auto;
    max-height: max-content;
    background: white;
    margin: 30px;
    box-shadow: 0 0px 0px 0px rgb(193 193 193 / 20%), 0 0px 10px 1px rgb(217 217 217 / 14%), 0 0px 8px 2px rgb(161 161 161 / 12%);
    border-radius: 2px;
}
.table 
{
    max-height: 300px;
    overflow: auto; /* ajout de la propriété overflow pour activer les barres de défilement si nécessaire */
}
.position-table {
    position: relative; /* Pour positionner le dropdown par rapport à cette div */
}

#compare-echantillons .position-table
{
   /* max-height: calc(100vh - 250px);   */
}

.dropdown-menu.show {
    position: absolute;
    z-index: 9999;
}
.action-ech .btn {
    position: relative; /* Pour s'assurer que le bouton et le menu déroulant sont positionnés ensemble */
}
.dropdown-menu.fixed {
    position: fixed;
    right: calc(100% - 95%);  
}

.hidden {
    display: none!important;
    opacity: 0;
    animation: apparition 0.5s ease-out forwards;
  }
  
  @keyframes apparition {
    from { opacity: 0; }
    to { opacity: 1; }
  }

.pagination {
    position: sticky;
    bottom: 0;
    background: white;
    display: flex;
    justify-content: end;
    padding: 20px;
    height: 60px;
    align-items: center;
}
.pagination-items {
    margin: 0;
    margin: 0px 5px 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.iTotal {
    display: contents;
}
.relative
{
    position: relative!important;
}
#items-per-page
{
    cursor: pointer;
}
.btn-pagination:hover
{
    opacity: 0.7;
}
#btn-export.disabled {
    background-color: white;
}
textarea:focus, input:focus{
    outline: none;
}

  ::-webkit-scrollbar {
    width: 5px; /* définition de la largeur de la barre de défilement */
    background-color: #f5f5f5; /* couleur de fond de la barre de défilement */
  }
  ::-webkit-scrollbar-thumb {
    background-color: #bfd58d; /* couleur de la poignée */
  }


.div-search-bar
{
    position: relative; 
    display: flex; 
}
.clear-input-croix
{
    position: absolute;
    height: 100%;
    right: 0;
    display: none;  
}
a.btn.disabled, fieldset:disabled a.btn {
    border-color: #ffffff00;
}

#demande-ech
{
    display: none;  
}
#demande-ech.open
{
    display: block;
    background: #ffab40;  
}


.samplesWindows {
    position: fixed;
    background: #4848482e;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 111;
    left: 0;
    display: none;
}
.samplesWindows.open{
    display: flex;
    align-items: center;
    justify-content: center;
}

#newSamplesListe {
    position: relative;
    width: 50%;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0px 0px 0px rgb(193 193 193 / 20%), 0 0px 10px 1px rgb(217 217 217 / 14%), 0 0px 8px 2px rgb(161 161 161 / 12%);
    padding: 30px;
    z-index: 111;
}

#tableNewSample .tr {
    border: solid 1px lightgrey;
    padding: 5px;
    margin: 5px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.close-popup-background {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 111;
}
.menu-close {
    position: absolute;
    margin-top: -30px;
    right: 0px;
    cursor: pointer;
}
.retour {
    width: 30px;
    height: 30px;
    margin: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.retour span {
    display: block;
    position: absolute;
    height: 2.5px;
    width: 30px;
    background: #3b3b3b;
    border-radius: 2px;
}
.retour:hover span {
    background: #242424;  
}
.retour span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.retour span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.prev span {
    width: 15px;
    height: 2px;
}
.prev span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 39px;
}
.prev span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 29px;
}
.return-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    cursor: pointer;
}
.line-table-samples
{
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    min-height: 40px;
}
.btn-list-windows
{
    position: absolute!important;
    right: 0;
    background: #bfd58d;
    color: #ffffff;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    width: 90px;
    text-align: center;
    fill: white;  
}
.tr-new
{
    height: 50px;
    display: flex;
}
.tool {
    position: relative;
}
[data-title] { 
    position: relative;
  }
[data-title]:hover::before {
    content: attr(data-title);
    padding: 3px 6px;
    background-color: #bfd58d;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    white-space: pre-wrap;
    right: -100%;
    bottom: 0;
    text-align: end;
    width: 100%;
    height: 100%;
  }
  .list-autocomplete-items:hover
  {
      background-color: #bfd58d;
      cursor: pointer;
  }
  p{
    margin-bottom:0 ;
  }
  .list-autocomplete-items:hover .hover-text-list
    {
        background-color: #bfd58d;
        position: absolute;
        color: white;  
    }
.tooltipText {
    visibility: hidden;
    min-width: 145px;
    background-color: #3838387a;
    color: #fff;
    text-align: center;
    padding: 4px;
    border-radius: 3px;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 80%;
    font-size: small;
  }
  
  .tool:hover .tooltipText {
    visibility: visible;
  }
  .list-info-lot-center
  {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
  }
  .btn-add-ref
  {
    cursor: pointer;
  }
  .text-add-ref
  {
    border: none;
    width: 100%;
    color: #202020;
    border-bottom: 2px solid #dddddd;
  }
  .list-info-lot-right {
    position: absolute;
    text-align: end;
    width: 100%;
    top: 0;
    right: 5px;
}
.div-text-add-ref
{
    display: none;
}
.div-text-add-ref.open
{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;

}
.text-add-ref:focus {
    border-bottom:2px solid #bfd58d;
  }
#tableNewSample
{
    overflow: auto;
    max-height: 30vmax;
    position: relative;  
}
.add-submit
{
    background: #bfd58d;
    color: white;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 160px;
}
a.add-submit 
{
    text-decoration: none;
}
a.add-submit:hover
{
    cursor: pointer;
    color: white;
    background-color: #a3b679!important;
}
.div-submit {
    text-align: end;
}
.label-input{
    position: absolute;
}
.label-input.open{
    top: -15px;
    color: #bfd58d;
    font-size: small;
    padding-top: 2px;
}
.input-form-prepare {
    width: 50%;
    margin: 10px;
    position: relative;
}
.input-text-form {
    outline: none;
    width: 100%;
    border: none;
    border-bottom: solid 2px;
    height: 35px;
}
.input-text-form:focus {
    border-bottom: solid 2px #bfd58d;
}
.input-text-form:focus::placeholder {
    color: #bfd58d;
}

.list-autocomplete-items {
    height: 70px;
    border-bottom: solid 1px #e3e3e3;
    display: flex;
    align-items: center;
    color: #686868;
    padding-left: 10px;
}
.autocomplete-active {
    background-color: #bfd58d;
    color: white;
}

.autocomplete-items {
    max-height: 245px;
    overflow: auto;
    text-align: initial;
    background: #fff;
    color: #505050;
    box-shadow: 0 3px 3px -4px #c1c1c1, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border: solid 1px #e5e5e5;
    border-top: none;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
}
.vide {
    color: #d9d9d9!important;
    background: #ebebeb!important;
    fill: none;
    pointer-events: none;
}
.btn-submit {
    background-color: #bfd58d!important;
    color: #fff!important;
}
.btn-submit:hover {
    background-color: #a3b679!important;
}
.msg-error
{
    display: none;
    position: absolute;
    font-size: small;
}
.error {
    color: #d16666!important;
    display: block;
}
.light-color {
    color: #f3bd3f;
}
.heavy-color {
    color: #d56363;
}
.input-text-form.error { 
    border-bottom: solid 2px #d16666;
}
#msg-error
{
    display: none;
    position: fixed;
    z-index: 11111111;
    background: #d16666;
    width: 100%;
    height: 70px;
    top: 0;
    align-items: center;
    justify-content: center;
    color: white;
}
.msg-info
{
    display: flex!important;
    background: rgb(191, 213, 143)!important;
    bottom: 0!important;
    top: auto!important; 
}
.msg-old-periode
{
    display: flex;
    position: fixed;
    z-index: 11111111;
    background: #d16666;
    width: 100%;
    right: 0;
    height: 30px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    color: white;   
}
.red-background
{
    background: #ffffff;
    color: #d16666;
    border: solid 1px;  
}
.red-background:hover
{
    background: #d16666;
    color: white;
}
.blue-background
{
    background: #ffffff;
    color: #81a7b9;
    border: solid 1px;
    fill: #81a7b9;
}
.blue-background:hover
{
    background: #81a7b9;
    color: white;
    fill: white;
}
.green-background
{
    background: #ffffff;
    color: #bfd58d;
    border: solid 1px;  
}
.color-white
{
    color: white;
}
.green-background:hover
{
    background: #bfd58d;
    color: white;
}
.popup-validation
{
    background: white;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0px 0px 0px rgb(193 193 193 / 20%), 0 0px 10px 1px rgb(217 217 217 / 14%), 0 0px 8px 2px rgb(161 161 161 / 12%);
    padding: 30px;
    z-index: 111;
    text-align: center;
    color: #d16666;  
}
.btn-validation {
    border: solid 2px;
    border-radius: 2px;
    height: 35px;
    width: 90px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.btn-validation:hover {
opacity: 0.7;
}
.txt-validation
{
    margin-bottom: 10px;
}
.btn-validation#yes-delete {
    color: #d16666;
    box-shadow: 0 0px 0px 0px #d16666, 0 0px 4px 0 #d16666, 0 0px 0px 0 #d16666;
}

.open {
    display: block;
}
.txt-detache
{
    border-top: solid 1px lightgrey;
    margin-top: 5px;
    padding-top: 5px; 
}
.text-list
{
    font-size: 15px;
    font-weight: 500;
    color: #7d7d7d;
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-list-bold
{
    white-space: nowrap;
    font-weight: bold;  
}
.block-title-info-lot
{
    margin: 0;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 10px 0;
    color: #9b9b9b;
}
#recapLotID {
    text-align: left;
    padding: 10px;
}
.div-export-date {
    margin: 20px;
    opacity: 0.2;
}
.div-export-date.open {
    opacity: 1;
}
.elements-export-date {
    margin: 20px 0;
    width: 50%;
}
.radio
{
    margin: 5px;
}
.form-div-margin {
    display: flex;
    margin: 30px 0px 30px 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    margin-left: 20px;
  }
  
  .switch input {
    display: none;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }
  
  input:checked + .slider {
    background-color: #b7cb88;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }

  .flex-align-center {
    display: flex;
    align-items: center;
}
.btn-add-ech-lot
{
    text-decoration: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    color: white;
    border-radius: 100%;
    background: #b7cb8a;
    font-size: larger;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.btn-add-ech-lot:hover
{
    background: #a5b87b;
    border: none;
    color: white;
}
.btn-remove-ech
{
    background: #d16666;
}
.btn-remove-ech:hover
{
    background: #d16666;
    border: none;
    color: white;
}
.margin-bottom-30
{
    margin-bottom: 30px;  
}
.number-ech-lot
{
    padding: 2px 14px 2px 14px;
    border-radius: 3px;
    margin: 0px 0px 0 10px;
    font-size: small;
}
.prepare-new-ech-lot.open
{
    opacity: 0.3;
    pointer-events: none;
}
.prepare-att-ech-lot.open
{
    opacity: 0.3;
    pointer-events: none;
}
.error-banner {
    background: #ca6b69;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    z-index: 111111;
}
.prepare-new-ech-lot
{
    position: relative;
    display: flex;
    align-items: center; 
    margin: 30px 0px 30px 10px;
    width: 50%;
}
.margin-input-right-10 {
    margin-right: 10px;
    width: calc(100% - 30px);
}
.title-section-form-lot {
    width: fit-content;
}
.margin-10
{
    margin: 10px;
}
.vide-dept {
    background-color: #fff;
    border-bottom: solid 1px #ecebeb;
}

.height-70 {
    height: 70px;
}
.title-parametre {
    font-size: 1.4rem;
    display: contents;
}
.settings-menu {
    background-color: white;
    color: #6c6c6c;
    position: fixed;
    z-index: 111;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    display: none;
    box-shadow: 0 3px 3px -4px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
  .settings-menu.open {
    display: block;
  }
  .settings-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: calc(100% - 160px);
  }  
  .sub-menu {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: white;
    z-index: 113;
  }
  .sub-menu-button:hover {
    background: #f7f7f7;
  }
  .sub-menu-button.disabled:hover {
    background: white;
  }

  .sub-menu-button {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e9e9e9;
    cursor: pointer;
}
.bottom-param {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bottom-param .icon-param
{
    height: 100%;
    padding: 20px;
    fill: #222529;  
}
.gray-1
{
    background: #f7f7f7;
}

.gray-2
{
    background: #9b9b9b;
    color: white;
}
.icon-param
{
    height: 100%;
    width: 60px;
    padding: 20px;
    fill: #9b9b9b;
    color: #9b9b9b;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#lang-check {
    height: 10px;
    position: relative;
}
#lang-check img {
    height: 100%;
    margin-right: 10px;
}
.img-pays {    
    border: 1px solid #ededed;
    height: 30px;
    margin: 20px;
}
.check-param {
    position: absolute;
    right: 20px;
}
.close-settings, #close-info {
    position: absolute;
    right: 0;
    cursor: pointer;

}
.close-settings span, #close-info span {
    height: 2px;
    width: 20px;
}
.popup-logout {
    color: #707070;
}
.btn-logout
{
    border: none;
    box-shadow: 0 3px 3px -4px #000, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.btn-logout#yes
{
    background: #bfd58d;
    color: white;
}
#btn-add-settings
{
    position: absolute;
    height: auto;
    min-height: 40px;
    bottom: 10px;
    right: 0px;
    left: 0;   
}
.li-content-user
{
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    align-items: center; 
    border-bottom: solid 1px #e9e9e9;
}
.div-info-user
{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.div-info-user h5 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.1rem;
}
.div-info-user span {
   font-size: smaller;
}
.btn-radio-form-user {
    height: 40px;
    width: 100%;
    border-radius: 4px;
    padding: 20px;
}
.btn-radio-form-user:hover {
    cursor: pointer;
}

.btn-radio-form-user.active {
    background: #bfd58d;
    color: white;
}
.div-radio-form {
    padding: 10px 0; 
}
.display-flex
{
    display: flex;
}
.flex-direction-column
{
    display: flex;
    flex-direction: column;
}
.sort
{
    cursor: pointer;
}
.sort:hover .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  
  .sort:hover .arrow.up {
    border-top: none;
    border-bottom: 4px solid;
  }
.sort .tooltipText {
    top: 40px;
    right: 0;
}

.block-slide {
    display: flex;
    height: 100%;
    align-items: center;
    min-width: 20%;
    font-size: small;
    font-weight: bold;
    cursor: pointer;
    padding: 0 20px 0 20px;
}
.block-slide.active{
    border-bottom: solid 3px #bfd58d;
}
p.text-slide {
    width: 100%;
    text-align: center;
    margin: 0;
    line-height: 60px;
    user-select: none;
}
.onglet-result
{
  display: none;
}
.onglet-result.open
{
  display: block;
}
.action-result
{
    margin: 0 3% 0 3%;
}
.col-result {
    width: 5%;
}
.link-test-photo
{
   color: #bfd58d!important;  
   cursor: pointer;
}
.link-test-photo .tooltipText
{
    right: -150px;
    top: 10px;
}
.link-test-photo:hover
{
   color: #abbe7d!important;  
}

.admin {
    background-color: #d32f2f;
    color: #fff!important;
}
.btn-looseControl {
    display: flex;
    align-items: center;
    font-size: smaller;
}
.btn-looseControl p {
    margin: 0 0 0 1em;
}
.btn-looseControl:hover {
    color: #D16666FF;
}
#background-img
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000f5;
    align-items: center;
    justify-content: center;
    cursor: default;
    z-index: 1111;
}
#background-img.open
{
    display: flex;
}
#background-img img
{
    height: 90%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.menu-close-img {
    border-bottom-left-radius: 2px;
    cursor: pointer;
}
.close-popup-img span {
    background: white!important;
    width: 20px;
}
.tools-img
{
    position: absolute;
    width: 100%;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.white-icon
{
    height: 60px;
    color: white;
    width: 60px;
}
.white-icon:hover
{
background-color: #3b3b3b;
}
button.white-icon
{
   background: none;
   border: none;
}
.white-icon .tooltipText
{
    top: 60px;
    right: 0px;
}
.position-left
{
    position: absolute;
    left: 0;  
}
#view-pdf
{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
#pdf
{
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #abbe7d;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-bottom: 10px;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  #div-loader
  {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center; 
    flex-direction: column;
    font-weight: 500;
  }
  .btn-add-groupe-export
  {
    display: flex;
    height: 40px;
    justify-content: flex-end;
  }
  .dropdown-export
  {
    width: 200px!important;
    position: relative!important;
    top: 0!important;
    margin-top: 5px;
  }
  .flex-direction-column-end
  {
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
  }
  .h-40
  {
    height: 40px;
  }
  .w-5 {
    max-width: 5% !important;
    }
  .thead-onglet
  {
    display: none;
  }
  .thead-onglet.open
  {
    display: contents;
  }
  .table-prepare.cache
  {
    display: none;
  }
  .number-data-onglet
  {
    background: #9b9b9b;
    color: white;
    border-radius: 4px;
    padding: 4px 8px;
    margin-left: 4px;
    font-size: smaller;
  }
  /* import */
.input-form-import {
    width: 100%;
    margin:  0 1em;
}
#csv {
    opacity: 0;
    display: none;
}
.input-file {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
    color: #bfd58d;
    border: 1px solid #bfd58d;
    background-color: white;
    border-radius: 0.4em;
}
.input-file-error {
    color: #D16666FF;
    border-color: #D16666FF;
}
.input-form-import a {
    margin-top: 10px;
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: end;
    font-size: smaller;
}
.input-form-import a:hover {
color: #bfd58d;
    cursor: pointer;
}
.input-file:hover {
    cursor: pointer;
    background: #bfd58d;
    color: white;
    border: 1px solid #bfd58d;
}
/* table-error */
#table-error thead {
    text-align: center;
    color: white;
    background-color: #D16666FF;
}
#table-error td, #table-error th {
    text-align: center;
    vertical-align: middle;
}
.sucessImport {
    font-size: 1.8rem;
    color: #bfd58d;
    text-align: center;
    margin: 30px 0 30px 0;
}
#logo-client
{
display: none;
}
.btn-logo-client
{
    align-items: center;
    display: inline-flex;
    padding: inherit;
    justify-content: center;
    cursor: pointer;
    background: #000000;
    color: white;
    height: 40px;
}
.btn-logo-client:hover
{
    background: #3f3a3a;
}
.delete-button {
    background-color: #D16666FF;
    color: #fff;
    border: none;
    border-radius: 4%;
    cursor: pointer;
    display: none;
    height: 40px;
    margin-left: 20px;
  }
/* form-client */
.form-check-input:checked {
    background-color: #bfd58d;
    border-color: #bfd58d;
}
.errorClientCreate {
    width: 100%;
    color: #D16666FF;
    display: none;
    text-align: center;
}
.select-form {
    font-size: 1.1em;
    width: 50%;
    padding: 0 10px 0 10px;
    display: flex;
    justify-content: space-between;
}
.select-form select {
    width: 35%;
    padding: 3px;
    border-radius: 5px;
}
.label-select {
    font-size: 1.1em;
}
/* form-client */

#burger{
    position: relative;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 0px 0px 0px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%);
}
#burger span{
    position: absolute;
    height: 2px;
    width: 20px;
    background: #000000;
    border-radius: 2px;
}
#burger span:nth-child(1){top:13%}
#burger span:nth-child(2),#burger span:nth-child(3){top:39%}
#burger span:nth-child(4){top:65%}

.tr-title
{
margin: 0;
padding: 0 10px;
}
  .col-07
  {
    flex: 0 0 auto;
    width: 7%;
  }

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#title-windows
{
    display: flex;
    align-items: center;
}
.align-items-center
{
    display: flex;
    align-items: center;
}
.btn-return
{
    background: #bfd58d;
    border: none;
    border-radius: 3px;
    margin-right: 10px;
    color: white;
    font-size: initial;
    padding: 10px;
}
.btn-return:hover
{
    background: #a3b57a;
}

#image-preview
{
    cursor: pointer;
}
#info-result .title-info
{
    height: 50px;
    min-height: 50px;
    padding: 8px;
    font-weight: bold;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 12%);
    background: #eee;
    color: black;
}

#info-result {
    height: 100%;
    position: relative;
    margin-bottom: 50px;
    top: 20px;
    right: 20px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0px 0px 0px rgb(193 193 193 / 20%), 0 0px 10px 1px rgb(217 217 217 / 14%), 0 0px 8px 2px rgb(161 161 161 / 12%);
}

[data-page="compare"] {
    display: flex;
    width: 100%;
    position: relative;
}
#resizable {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#resizer {
    z-index: 111;
    background-color: #bfd58f;
    color: white;
    padding: 5px;
    cursor: ew-resize;
    border-radius: 0 3px 3px 0;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
#resizer:active {
    background-color: #abbe7d;
}
.div-info-result
{
    position: absolute;
    overflow: auto; 
    bottom: 0;
    top: 50px;
    width: 100%;
    padding: 30px;
    display: grid;
    gap: 30px;
}
.position-table-info {
    background: white;
    box-shadow: 0 0px 0px 0px rgb(193 193 193 / 20%), 0 0px 10px 1px rgb(217 217 217 / 14%), 0 0px 8px 2px rgb(161 161 161 / 12%);
    border-radius: 2px;
}

.open-25 {
    right: 25%;
}

.open-25 .dropdown-menu.fixed {
    right: calc(100% - 68%);
}
/* Ajouts après mise en prod */
.no-data
{
    color: #9b9b9b;
    height: 40px;
    font-size: small;
}


/* CSS PAGE COMPARER */

.nav-filter-compare {
    padding: 0 30px;
    margin-top: -10px;
    transition: opacity 0.3s ease;
}
.nav-filter-compare.disabled {
    opacity: 0.1;
}

.block-dropdown-filter {
    margin: 0 1rem 0 0;
}
.btn-filter {
    border: none;
    background: none;
}
.dropdown-filter {
    display: none;
    z-index: 111;
    min-width: 40%;
    max-height: 50%;
    overflow: auto;
    max-width: 35rem;
    position: absolute;
    padding: 1rem;
    margin-top: 10px;
    background: white;
    border-radius: 3px;
    box-shadow:  0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    
}
.dropdown-filter.open
{
    display: flex;
}
.checkbox-filter {
    padding: 5px;
    display: flex;
}
.checkbox-filter:hover {
    font-weight: bold;
}
.cursor-pointer{
    cursor: pointer;
}
label.cursor-pointer {
    cursor: pointer;
}
.margin-left-5
{
margin-left: 5px;
}
.margin-bottom-5
{
margin-bottom: 5px;
}

.search-input-filter {
    position: relative;
    width: 100%;
    height: 3rem;
    padding: 10px;
    border: solid 1px #b7b7b7;
    border-radius: 3px;
}

.input-wrapper {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 1rem;
}


.filter-selected
{
    position: relative;
    width: max-content;
    background: #f7f7f7;
    text-align: center;
    padding: 8px 12px;
    padding-right: 30px;
    border-radius: 4px;
    cursor: pointer;
    font-size: small;
}

.clear-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.clear-filter.clear-input {
    display: block;
}
/* Afficher l'icône lorsque l'input a du texte */
.search-input-filter:not(:placeholder-shown) + .clear-input {
    display: block;
}
.m-top-20
{
    margin-top: 20px!important;
}
.m-top-10
{
    margin-top: 10px!important;
}
.btn-popup-info {
    background: none;
    border: none;
}
.btn-popup-info:hover {
    color: #a2a3a1;
}
.btn-popup-info.open {
    display: contents;
    color: #ffffff;
}
tr.activeResult {
background-color: #bfd58d!important;
}
tr.activeResult td,  tr.activeResult button i
{
   color: white!important;
   fill: white!important;
}

#block-select-colomn {
    min-width: 180px;
    right: 30px;
    display: none;
    z-index: 111;
    position: absolute;
    padding: 1rem;
    margin-top: 10px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0px 0px 0px rgb(193 193 193 / 20%), 0 0px 10px 1px rgb(217 217 217 / 14%), 0 0px 8px 2px rgb(161 161 161 / 12%);
}
.btn-select-colomn-table
{
    height: 30px; 
    width: 30px;
    color: white;
    background: #bfd58d;
    border-radius: 3px;
    border: none;
}
#block-select-colomn.open {
    display: grid;
}
#block-select-colomn label:hover {
    cursor: pointer;
    font-weight: bold;
}
#block-select-colomn label {
    height: 30px;
    display: flex;
    align-items: center;
}

/* POPUP Personalisé */

.main-content {
    display: flex;
    justify-content: end;
}

.form-container {
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.chart-container {
    position: relative;
    margin: 20px;
    margin-right: 0px;
}
.div-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.range-group {
    display: flex;
    justify-content: space-between;
}

.range-group div {
    width: 48%;
}
.block-btn-customize
{
    bottom: 10px;
    width: 100%;
    margin-top: 40px;
}
.table-customize .tooltipText{
    bottom: 0;
    top: auto;   
}

.btn-customize
{
    min-width: auto;
    cursor: pointer;
}

.title-table-customize .tooltipText{
    right: auto;
    top: 30px;   
    cursor: pointer;
}

.info-block
  {
    width: 1rem;
    height: 1rem;
    position: relative;
    font-size: initial;
    background: #434343;
    color: white;
    border-radius: 100%;
    margin: 5px;
  }
  .input-table
  {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .div-save-param-custom
  {
    text-align: end;
    margin-top: 10px;
    font-size: smaller;
    cursor: pointer;
  }
 
  .display-block {
    display: block;
    }
    .display-grid
    {
        display: grid;
    }

    .table-equal-columns{
        overflow-x: auto;
    }
    
    .table-equal-columns td, .table-equal-columns th {
        display: table-cell;
        width: 1%;
        
    }
    .table-equal-columns tbody tr {
        display: table-row;
    }
    .hide-element {
        visibility: hidden;
    }
    #capture-btn {
        margin-left: 10px;
        height: 40px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: #bfd58d;
        color: white;
        border-radius: 3px;
        box-shadow: 0 0px 0px 0px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 0px 0px 0 rgb(0 0 0 / 12%);
    }
    [data-page="compare"] .dataTables_wrapper, [data-page="prepare"] .dataTables_wrapper{
        width: auto; 
    }

    .logo-pdf {
        display: none;
    }

    .logo-pdf.open {
        display: block;
        width: 100%;
        text-align: end;
    }
    .logo-pdf.open img {
        width: 50mm;
        height: auto;
    }

    .margin-right-5
    {
        margin-right: 5px;
    }
    
/*****************************/


/* Responsive < 760px de hauteur */
@media screen and (max-height: 760px) {

    .autocomplete-items {
        max-height: 140px;
    }
    .list-autocomplete-items {
        height: 45px;
    }

    [data-title]:hover::before {
        white-space: initial;
        display: flex;
        justify-content: end;
        align-items: center;
    }

}
/* Responsive < 530px de hauteur */
@media screen and (max-height: 530px) {
    #newSamplesListe {
        overflow: auto;
    }
}
/* Responsive < 1200px de largeur */
@media screen and (max-width: 1650px) {
    .top-tools 
    {
        display: block;
    }
    .div-elements-left
    {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .btn-add-groupe 
    {
        position: relative;
        justify-content: flex-end;
        padding: 0;
    }
}
/* Responsive < 1300px de largeur */
@media screen and (max-width: 1300px) {
    .div-element-stat h6 {
        font-size: 0.8rem;
    }
}
/* Responsive < 1200px de largeur */
@media screen and (max-width: 1200px) {
.body {
    font-size: small;
}
.ellipsis {
    display: block;
    overflow: initial;
}
#logo-home {
    height: 37%;
    margin-left: 15px;
    margin-right: 15px;
}
nav ul .btn-menu-top a {
    padding: 10px 20px;
    font-size: small;
}
.second-menu 
{
    font-size: small;
    width: 119px;
}
main.openNavLeft {
    left: 118px;
}
th, td {
    margin: 0px 40px 0px 40px;
}
#newSamplesListe 
{
    width: 80%;
}

}
.msg-export-loader
{
    font-size: small;
    display: none;
    align-items: center;
    justify-content: flex-end;
    height: 20px;
    width: 100%;
    right: 0;
    position: absolute;
    margin-top: 4px;
}
.msg-export-loader.open
{
    display: flex;
}
.loader-export {
    border: 3px solid #f3f3f3;
    border-radius: 100%;
    border-top: 3px solid #abbe7d;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Responsive < 1200px de largeur */
@media screen and (max-width: 500px) {
.div-form-auth {
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px;
}

}

.textarea-form
{
    width: 100%;
    min-height: 150px;
}
.form-switch .form-check-input {
    float: none;
    margin-left: 0.5em;
}
.form-switch
{
    padding-left: 0;
}
.input-shadow
{
    margin-top: 10px;
    box-shadow: 0 10px 20px 0px rgb(193 193 193 / 20%), 0 0px 0px 0px rgb(217 217 217 / 14%), 0 0px 0px 0px rgb(161 161 161 / 12%);
    border-radius: 4px;
}
.form-media-content
{
    width: 100%;
    padding: 0 20px;
    display: none;
}
.form-media-content.open
{
    display: block;
}
.max-width-100 
{
    max-width: 100%!important;
}
.line-border-top
{
    border-top: solid 1px #e3e3e3;
    margin-top: 10px;
    padding-top: 10px;
}
.txt-bold
{
    font-weight: bold;
}
.margin-30
{
    margin: 30px;
}

.assistance-page
{
    margin: 0 30px;
    height: 100%;  
}
.flex-direction-column-center
{
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.container-tutoriels
{
    display: flex;
    width: 100%;
    /*height: 28vmax;*/
    box-shadow: 0 3px 3px -4px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-radius: 4px;
}
.background-cover
{
    position: absolute;
    background: #d9d9d96b;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 110;

}
.background-cover:hover
{
    background: #ebebeb70;

}
.background-cover:hover .fa-circle-play
{
    font-size: 4.5rem;
}
.background-cover .fa-circle-play
{
    font-size: 4rem;
    color: #bfd58f;
}

#img-cover
{
    width: 100%!important;
    object-fit: cover;
}
#list-tutoriel
{
    width: 40%;
    overflow: auto;
}
#video-container {
    width: 65.5%;
    height: 0;
    padding-bottom: 35%;
    
}
iframe#video-tutoriel, #img-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tutoriel-item {
    padding: 10px;
    color: #535353;
    text-decoration: none;
    cursor: pointer;
}
.tutoriel-item:hover, .tutoriel-item.active, .accordion-btn:hover, .accordion-btn.active, .item-ressource:hover
{
    background-color: #f1f1f1;
    color: #101010;
    /*font-weight: bold;*/
}
.container-categorie
{
    margin: 20px;
    border-bottom: solid 1px #999999; 
}
.container-categorie h4
{
    font-weight: bolder;
    margin-bottom: 10px;
    cursor: pointer;
}

.tutoriel-item .fa-circle-play
{
    margin: 10px;
}

.section
{
    margin-bottom: 2vmax;
}

.accordion-content {
    height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-bottom: solid 1px #e4e4e4;
    background: #ffffff;
    margin-bottom: 5px;
    border-radius: 0 0 1px 1px;
}
.accordion-content.active {
    display: block;
    min-height: 100px;
    padding: 10px;
    height: auto;
    background: #f9f9f9;
    color: black;
    text-align: justify;
}
.accordion-item {
    border: none;
    background-color: transparent;
}
.accordion-btn {
    min-height: 60px;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    background-color: transparent;
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: black;
}
.accordion-btn .fa-solid {
    flex: 1;
    text-align: right;
  }
.item-ressource
{
    text-align: center;
    color: #272727;
    text-decoration: none;
    border-radius: 3px;
    padding: 50px;
}
.item-ressource i
{
    color: #afafaf;
    font-size: xxx-large;
}
.item-ressource h5
{
    margin-top: 1rem;
    font-weight: bold;
}
.h2-assistance
{
    font-weight: bold;
    color: #272727;
    margin-bottom: 1rem;
}
.container-btn-70
{
    height: 70px;
    width: 70px;
}
#btn-assistance
{
    background: #bfd58d;
    width: 45%;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#btn-assistance:hover
{
    background: #a3b679;  
}
#btn-assistance .tooltipText {
    right: 140%;
}
.container-categorie h4:after
{
    flex: 1;
    text-align: end; 
    content: "\2796";
    font-size: small;
}
.container-categorie h4.active:after
{
    content: '\02795';
}
.list-categorie-tuto.hidden
{
    display: none; 
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 10px;
}

.div-element-stat {
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin: 10px;
    text-align: center;
    transition: transform 0.3s ease;
    width: 13%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.div-element-stat.active {
    background-color: #bfd58d;
    color: white!important;
}
.div-element-stat:hover {
    transform: translateY(-5px);
    cursor: pointer;
}
.div-onglet-element-stat {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.div-onglet-element-stat.active {
    border-bottom: solid #bfd58d;
}
.div-element-stat h6 {
    margin: 0;
    min-height: 0;
}

.number {
    font-weight: bold;
    font-size: 2em;
    margin: 0;
}

.chart-statistiques-container {
    display: flex;
    flex-wrap: wrap;
    margin: 30px;
    margin-bottom: 0;
}
.chart-statistiques-container .chart-wrapper {
    flex: 1 1 50%; /* Les deux premiers canvas occuperont 50% chacun */
    box-sizing: border-box;
    padding: 10px;
}
.chart-statistiques-container .full-width {
    flex: 1 1 100%; /* Le dernier canvas occupera 100% de la largeur */
    box-sizing: border-box;
    padding: 10px;
}
#statistiques-admin .position-table {
    max-height: initial !important;
    margin-top: 0;
    margin-right: 40px;
    margin-left: 40px;
}
#statistiques-admin {
    padding-bottom: 20px;   
}
.div-select-for-chart {
    display: flex;
    justify-content: center;
    min-height: 30px;
    align-items: center; 
}
#chart-details-select {
    border: none;
    margin: 5px;
    border-bottom: solid 1px; 
}
.chart-tooltip {
    opacity: 0;
    position: absolute;
    font-size: smaller;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 3px;
    pointer-events: none;
    overflow: hidden;
    z-index: 1000;
}
#statistiques-admin #newSamplesListe, #newSamplesListe#popup-import {
    width: 80%;
    max-height: 85%;
    overflow: auto;
}
#statistiques-admin #tableNewSample {
    max-height: max-content;
    margin-bottom: 30px;
}
.div-search-statistique
{
    display: flex;
    justify-content: flex-end;
    margin: 0 0 20px 0; 
}
.div-search-bar-export
{
    font-size: large;
    margin-left: 20px;
}
.search-statistique
{
    padding: 5px;
    border: solid 1px #b7b7b7;
    border-radius: 3px;
}
.table-export {
    margin-left: 0!important;
    margin-right: 0!important;
    margin: 0!important;
    border: solid 1px #eeeeee;
    border-radius: 3px;
}
.progress-circle.loader-export {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #abbe7d;
}
.progress-circle {
    position: relative;
    width: 150px;
    height: 150px;
}

.percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #333;
}

.btn-download-export:hover
{
    color: #abbe7d;
    font-size: large;
}

.color-white{
color: white;
}
.checkbox-allSelect-column {
    border-bottom: solid 1px;
    padding: 10px 0 20px 0;
    margin-bottom: 5px;
}

.rotate-90 {
    rotate: 90deg;   
}
.textarea-form-calibre {
    width: 100%;
    height: 100px;
    border: solid 2px;
    border-radius: 3px;
}
.padding-0-10 {
    padding: 0 10px;
}
/* Cacher le vrai radio bouton */
.radio-form-calibre input[type="radio"] {
    display: none;
}

/* Style de base */
.radio-form-calibre {
    width: 50%;
    margin: 5px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background-color: #f8f8f8;
    transition: all 0.3s ease;
    display: flex
;
    align-items: center;
    justify-content: center;
}

/* Quand on survole */
.radio-form-calibre:hover {
    background-color: #e0e0e0;
}

/* Quand sélectionné */
.radio-form-calibre input[type="radio"]:checked + span {
    background-color: white;
    font-weight: bold;
    display: block;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    border: solid 2px;
}
.flex-center-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#loader-container {
    margin-top: 10px;
    justify-content: end;
}
.ml-10 {
    margin-left: 10px;
}
.orange {
    background: #ffab40;  
}
.btn-add-main.orange:hover {
    background-color: #eda84d;
}
.container-form-sg
{
    overflow: auto;
    max-height: 34vmax;
    margin-bottom: 10px;
}


#newSamplesListe.popup-import {
    width: 70%;
    max-height: 85%;
    overflow: auto;
}
#import-tracking {
    cursor: default;
    display: flex;
    font-size: 0.6rem;
    justify-content: space-between;
    align-items: center;
}
#import-tracking .step
{
    text-align: center;
    padding: 10px;
    width: 20%;
    color: #ebebeb;
}
#import-tracking .step.active
{
    border-bottom: solid #abbe7d;
    font-weight: bold;
    color: initial;
}
#import-tracking .step.prev
{
    color: initial;
}
#drop-zone-import {
    border: 2px dashed #ccc;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    background-color: #fdfdfd;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

#drop-zone-import i {
    font-size: 2rem;
    color: #d9d9d9;
    margin-bottom: 5px;
}

#drop-zone-import p {
    margin: 5px 0;
}

#drop-zone-import small {
    color: #d9d9d9;
    font-size: 0.7rem;
}

#drop-zone-import:hover {
    background-color: #f6f8f0;
}

#drop-zone-import.dragover {
    background-color: #f6f8f0;
}
#drop-zone-import.error 
{
    border: 2px dashed #d16666;  
}
#file-preview {
    max-width: 60%;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    cursor: default;
}
.remove-file {
    cursor: pointer;
    color: #d16666;
}
.remove-file:hover {
    color: #c76262;
}
.ok {
    color: #bfd58d; 
}
.add-element {
    cursor: pointer;
    color: #bfd58d; 
}
.add-element:hover {
    color: #b7cb88; 
}
.btn-download-import {
    cursor: pointer;
    text-decoration: none;
    color: #222529;
    padding: 8px;
    margin-left: 5px;
    border-radius: 4px;
}
.btn-download-import:hover {
    color: #b7cb88;
}
.mt-5 {
    margin-top: 5px!important;
}
.text-align-end {
    text-align: end;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.btn-right
{
    margin-left: auto;
}
.select-order-import option
{
    color: black;
}
.content-import-loader
{
    min-height: 20vmax;
    display: flex;
    justify-content: center; 
}
.content-import-loader .progress-circle
{
    width: 100px;
    height: 100px; 
}
.maxHeight40vmax {
    max-height: 40vmax;
}
.error-content-table
{
    text-align: center;
    background: white;
    color: #d16666; 
}
.z-index-1 
{
    z-index: 1;
}
.btn-reload-file {
    min-width: auto;
    padding-right: 10px;
    padding-left: 10px;
}

/* Responsive < 1200px de largeur */
@media screen and (max-width: 1100px) {
.mobile .container-tutoriels {
    display: block;
    box-shadow: none;
}
.mobile #video-container
{
    width: 100%;  
    padding-bottom: 56%;
    box-shadow: 0 3px 3px -4px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.mobile #list-tutoriel {
    width: 100%;
    margin-top: 30px;
    box-shadow: 0 3px 3px -4px #c7e589, 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.mobile #img-cover {
    width: 100% !important;
}
.mobile .background-cover {
    width: 100%;
}
.mobile .div-elements-left {
    justify-content: center;
    background: #bfd591;
    color: white;
}
.mobile .div-elements-left h1 {
    margin: 0;
}
.mobile .h2-assistance {
    text-align: center;
}
.mobile .section {
    margin-bottom: 5vmax;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mobile #container-faq {
    width: 100%;
}
.mobile .assistance-page {
    margin: 0 1vmax;
    margin-bottom: 10vmax;
}
.mobile .accordion-content.active {
    font-size: 15px;
}
.mobile .accordion-btn {
    font-weight: 700;
    font-size: 1rem;
}
.mobile .tutoriel-item {
    font-size: 15px;
}
.mobile .item-ressource {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mobile #container-ressources {
    width: 100%; 
}
}

