html {
    scroll-behavior: smooth;
}
.boxx {
  display: none;
};
.boxx.active {
  display: block;
};
#detaiAfficheur {
  display: flex;
  gap: 80px;
};
#boxTwe{
  color: red;
}

.box2 {
  padding-top:100px ;
  display: inline-block;
  height: 600px;
  padding: 20px;
  overflow: scroll;
}
.box2 h6 {
  color: #0d6efd;
  background-color: #000;
  /* position: fixed; */
  display: none;
}
#myApp {
  background-color: #7d99d356;
  border: 1px solid #7d9ad3c0;
  border-radius: 10px;
}
#collapseExample {
  border-radius: 10px;
}
/* #myChart {
    width: 20%;
    height: 50%;
}
#myChart1 {
    width: 20%;
    height: 50%;
} */
/* HTML: <div class="loader"></div> */
/* .loader {
    width: 40px;
    height: 20px;
    --c:no-repeat radial-gradient(farthest-side,#000 93%,#0000);
    background:
      var(--c) 0    0,
      var(--c) 50%  0;
    background-size: 8px 8px;
    position: relative;
    clip-path: inset(-200% -100% 0 0);
    animation: l6-0 1.5s linear infinite;
  }
  .loader:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 12px;
    background: #000;
    left: -16px;
    top: 0;
    animation: 
      l6-1 1.5s linear infinite,
      l6-2 0.5s cubic-bezier(0,200,.8,200) infinite;
  }
  .loader:after {
    content: "";
    position: absolute;
    inset: 0 0 auto auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000; 
    animation: l6-3 1.5s linear infinite;
  }
  @keyframes l6-0 {
    0%,30%  {background-position: 0  0   ,50% 0   }
    33%     {background-position: 0  100%,50% 0   }
    41%,63% {background-position: 0  0   ,50% 0   }
    66%     {background-position: 0  0   ,50% 100%}
    74%,100%{background-position: 0  0   ,50% 0   }
  }
  @keyframes l6-1 {
    90%  {transform:translateY(0)}
    95%  {transform:translateY(15px)}
    100% {transform:translateY(15px);left:calc(100% - 8px)}
  }
  @keyframes l6-2 {
    100% {top:-0.1px}
  }
  @keyframes l6-3 {
    0%,80%,100% {transform:translate(0)}
    90%         {transform:translate(26px)}
  }
 */

 /* loder 2 */

  /* HTML: <div class="loader"></div> */
