#div_aide_lateral{
    position:fixed;
    display:none;
    top:0%;
    right:0%;
    z-index:1049;
    height:100%;
}

#div_aide_lateral .collapse-menu2 {
    position: fixed;
    bottom: 0px;
    background: var(--bkg-color1);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--txt-color10);
    cursor: pointer;
    border-right: 1px var(--bor-color17) solid;
    border-top: 1px var(--bor-color17) solid;
    text-align: left;
    padding-left: 12px;
}

#div_aide_lateral nav, #div_aide_lateral .collapse-menu2{
    width:450px;
}
#div_aide_lateral .collapse-menu2 a{
    color:black;
    font-weight: 600;
    font-size: small;
}
#div_aide_lateral .collapse-menu2 a:hover{
    text-decoration: unset;
    color: var(--txt-color11);
}
#div_aide_lateral h6:first-child{
    text-align: left;
    margin-left:3%;
}

#div_aide_lateral nav .div-scroll{
    padding-top: 70px;
}

.navtop-hover-keep {
    border-radius: 5px;
    text-decoration: none;
    color: var(--txt-color11);
    font-size: 15px;
}

#div_aide_lateral img, #div_aide_lateral iframe{
    max-width: 280px;
    height:auto;
}

/* bouton aide */
#a_get_aide.size_animation:not(.navtop-hover-keep) {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;

  -moz-animation: shakeme 3s infinite;
  -o-animation: shakeme 3s infinite;
  -webkit-animation: shakeme 3s infinite;
  animation: shakeme 3s infinite;
}
#a_get_aide.size_animation:hover {
  text-decoration: none;
}
@keyframes shakeme {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.6);
  }
  20% {
    -webkit-transform: scale(0.7);
    color: var(--txt-color11);
  }
  30% {
    -webkit-transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    color: var(--txt-color11);
  }
}


/* tuto */
.opacity_grey{
  /* opacity: 0.5; */
}
.tuto_page_hover{
  display:block;
  position: fixed;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index:1050;
}
.tuto_page_show{
  /* display:block;
  position: fixed;
  height: 0;
  width: 0;
  border: 2px solid blue;
  z-index: 1057; */
}
.tuto_controllers{
  position: fixed;
  align-items: center;
  width:100%;
  right: 0px;
  bottom: 5px;
  z-index:1059;
}
.tuto_hover_all{ 
  /* background-color: white !important; */
  z-index: 1060 !important;
  overflow:visible !important;
}
.tuto_hover_all *{
  /* z-index: 1059 !important; */
  /* background-color: white !important; */
}
.tuto_clickhere, .tuto_clickhere *, .tuto_explication span {
  -moz-animation: clickhere 2s infinite;
  -o-animation: clickhere 2s infinite;
  -webkit-animation: clickhere 2s infinite;
  animation: clickhere 2s infinite;
}
.tuto_clickhere{
  -moz-animation: clickhere_b 2s infinite;
  -o-animation: clickhere_b 2s infinite;
  -webkit-animation: clickhere_b 2s infinite;
  animation: clickhere_b 2s infinite;
}
@keyframes clickhere {
  20% {
    color: var(--txt-color11);
  }
}
@keyframes clickhere_b{
  20%{
    transform: scale(1.1);
  }
}


.tuto_explication{
  position:absolute;
  display:none;
  z-index: 1061;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  max-width: 400px;
  border: 0.5px solid var(--bs-border-color-translucent);
  color:black;
  opacity: 0;
  text-align: center;
  line-height: var(--bs-body-line-height) !important;
}
.tuto_explication *:not(.btn){
  padding: 0 !important;
}
.tuto_explication .btn{
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
}
.tuto_explication ul{
  margin-bottom: 0;
}
.tuto_explication .btn-success{
  background-color: var(--bs-btn-bg) !important;
}
.tuto_explication_content{
  text-align: justify;
  line-height: 30px;
}
.tuto_explication_content:has(img){
  overflow-y:hidden;
  overflow-x:scroll;
}
.tuto_explication_content img{
  max-width: 300%;
}

*:has(.tuto_explication){
  overflow: visible !important;
}
.tuto_explication .d-flex:hover{
  cursor: pointer;
}
.tuto_next:hover, .tuto_progressbar:hover + .tuto_next{
  color: var(--txt-color11) !important;
}
.tuto_before:hover{
  color:grey !important;
}
.tuto_explication .progress-bar{
  background-color: var(--txt-color11);
  border-radius: 5px;
  color: white;
  font-weight: bold;
}
.tuto_explication ul{
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
}
.tuto_relative{
  position: relative;
}
.tuto_no_scroll{
  margin: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
}
.tuto_next,.tuto_before,.tuto_hide{
  color:black !important;
  font-size:16px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  cursor: pointer;
}
#steps{
  display:none; 
}
.nav-center,.dropdown-menu{
  z-index: 1062;
}
#table-exemple tr td {
  vertical-align: middle;
}

.progress-bar{
  min-width: 45px;
}
.tuto_end{
  text-decoration: underline !important; 
  font-size: 11px !important;
  color:black;
}