#logo-huwans{
	position: absolute;
	z-index: 1;
	width: 33%;
	top: 14%;
	left: 32%;
}

.box-title-child{
	text-align: center;
	color: white;
}

.box-title-child>h1{
  z-index: 10;
  position: relative;
  font-size: 3.5em;
}

#rupture-h{
  width: calc(100% + 45px);
  margin-left: -30px;
  transform: rotate(180deg);
}

#rupture-b{
	margin-top: -35px;
	width: calc(100% + 45px);
	margin-left: -30px;
}

#menu-step li {
  background-color: #8d183a;
}

.box-intro p:first-child {
  color: #202a36; 
}

.box-intro p:not(:first-child) {
  color: #8d183a; 
}

#menu-step li {
  background-color: #8d183a60; 
}

#menu-step li span{
  margin-top: -10px;
}

#menu-step li span:before {
  color: #ffffff !important; 
}
#menu-step li:first-child:after {
  right: -18px;
  border-top: 72px  solid #8d183a60;
  border-right: 18px solid transparent; 
}
#menu-step li:nth-child(2):after {
  right: -18px;
  border-top: 72px  solid #8d183a60;
  border-right: 18px solid transparent; 
}
#menu-step li:nth-child(2):before {
  top: -2px;
  left: -18px;
  border-bottom: 72px  solid #8d183a60;
  border-left: 18px solid transparent;
  position: absolute; 
}
#menu-step li:last-child:before {
  top: -2px;
  left: -18px;
  border-bottom: 72px  solid #8d183a60;
  border-left: 18px solid transparent;
  position: absolute; 
}

.active-menu {
  background-color: #8d183a !important; 
}
.active-menu:after {
  border-top-color: #8d183a !important; 
}
.active-menu:before {
  border-bottom-color: #8d183a !important; 
}

@media (max-width: 460px) {

  #menu-step li:first-child:after {
    border-top: 62px solid #8d183a60;
  }
  #menu-step li:nth-child(2):after {
    border-top: 62px solid #8d183a60;
  }
  #menu-step li:nth-child(2):before {
    border-bottom: 62px solid #8d183a60;
  }
  #menu-step li:last-child:before {
    border-bottom: 62px solid #8d183a60;
  }
}

.hr-huwans{
 margin-top: 0px;
 margin-bottom: 22px;
 border-top: 2px solid #8d183a;
}

.box-form > h3 {
  color: #555555 !important; 
}


.menu-vertical > #menu > .nav > div:hover{
 background-color: #242424;
 cursor: pointer;
}

.display-active{
 display: block ;
}

.display-inactive{
 display: none ;
}

.background-persist{
 background-color: #242424;
}

.background-reset{
 background-color: #484848;
}

.no-padding{
 padding: 0 !important;
}

.no-padding-margin {
  padding: 0 !important;
  margin: 0 !important;
}
