#search-by-step {
  overflow:hidden;
  clear: both;
}

#search-by-step ul{}
#search-by-step ul>li{}
#search-by-step ul>li label{}
#search-by-step ul>li select{}
#search-by-step ul>li select option{}

#search-by-step ul>li+li{}
#search-by-step ul>li+li label{}
#search-by-step ul>li+li select{}
#search-by-step ul>li+li select option{}

#search-by-step ul>li:last-child{}
#search-by-step ul>li:last-child label{}
#search-by-step ul>li:last-child select{}
#search-by-step ul>li:last-child select option{}

#search-by-step.no-result{}
#search-by-step.no-result a{color: #FF6600;}


/* ACR */
#search-by-step ul {
  max-width: 580px;
  list-style: none;
}
#search-by-step ul > li {

}
#search-by-step ul > li:first-child {
    background: #FF6600;
	border:2px solid #FF6600;
	margin-left:4%;
}
#search-by-step ul > li:last-child {
    background: #FF6600;
	border:2px solid #FF6600;
	margin-left:3%;
}
div#search-by-step ul li label{
color: #fff;
font-family: "Archivo Narrow",sans-serif;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
line-height: 1em;
letter-spacing: 2px;
text-align: center;
padding: 10px;
width: 100%;
display: block;
}
div#search-by-step ul li:last-child label{

}

#module-searchbystep-recherche #main h1,
#module-searchbystep-recherche #main h2{
  color: #000;
  font-size: 28px;
}
#module-searchbystep-recherche #main strong {
  color: #0842ec;
  text-transform: uppercase;
}
#module-searchbystep-recherche div#search-by-step.no-result{}
#module-searchbystep-recherche div#search-by-step.no-result p{
  font-size: 22px;
  color: #000;
  line-height: 38px;
}
#module-searchbystep-recherche div#search-by-step.no-result p a{}


.box {
	position:relative;
}

.box select {
  background-color: #fff;
  color: 333;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 14px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.box::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
}