.toggle_switch {
  width: 60px;
  height: 30px;
  background-color: #ccc;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 0 15px;
  cursor: pointer !important;
}

.toggle_circle {
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: transform 0.3s ease; /* Transition de l'animation */
}

.toggle_switch.active {
  background-color: #00bff3;
}

.toggle_switch.hovered .toggle_circle {
  transform: translateX(7.5px);
}

.wpb_raw_code {
  width: 100% !important;
}

.section_toggle {
  background: rgba(29, 29, 29, 0.95);
  width: 100%;
  height: 60px;
  display: flex;
  padding: 0 100px;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 100 !important;
}

.section_toggle img {
  height: 30px;
}

.section_toggle img:last-child {
  height: 45px;
  cursor: pointer !important;
}

.fullwidth_section,
.fullwidth_section .ld-container {
  width: 100% !important;
}

.section_toggle_hub {
  z-index: 99999999999999999 !important;
  position: fixed;
  margin-bottom: 50px !important;
}

.toggle_switch.hovered .toggle_circle {
  transform: translateX(7.5px);
}

@media screen and (min-width: 1200px) {
  header {
    padding-top: 40px !important;
  }
  article header{
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .section_toggle {
    background: rgba(29, 29, 29, 0.95);
    width: 260px;
    height: 50px;
    padding: 0 10px;
    top: unset;
    bottom: 20px;
    right: 20px;
    z-index: 100 !important;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .section_toggle img {
    height: 15px;

  }
  .section_toggle img:last-child {
        height: 22.5px;
    cursor: pointer !important;
  }
}
