.accordion-button_custom {
	position: relative;
	align-items: center;
	width: 100%;
	padding: 2rem 2rem;
	font-size: 1.5rem;
	color: #181c32;
	background-color: #fff;
	border: 0;
	border-radius: 10px;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.stepperFormBtn {
    background-color: #004A8F !important;
    color: white !important;
    height: 3.5rem !important;
    justify-content: center !important;
    align-items: center !important;
    display: inline-flex !important;
	width: max-content !important
}

.stepperFormBtn:hover {
    background-color: #0b5ed7 !important;
    color: white !important;
    height: 3.5rem !important;
    justify-content: center !important;
    align-items: center !important;
    display: inline-flex !important;
}

  #user-infos
  {
    cursor: pointer;

  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
      background-image: none;

  }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  opacity: 0.2!important;
  background-color: #000;
}

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  padding: 10px;
  width:auto!important;
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}