/* CSS Document */
#title_span{
 display: none;
}
.oneline{
 display: inline-block;
}

.enquete_item{
 margin: 0;
 background-color: rgba(255,255,255,0.8);
 padding: 60px 120px;
 border: 5px solid #e6efc6;
 border-radius: 37px;
 color: #707070; 
}

.enquete_item_name{
 display: block;
 font-weight: normal;
 margin: 0;
 color: #f8910b;
 font-size: 30px;
}

.enquete_item_name_info{
 margin: 0;
 color: #f00;
 font-size: 22px;
 margin-left: 2em;
}

.enquete_item_input{
 display: block;
 line-height: 2em;
 padding: 1em;
 font-size: 22px;
}

.enquete_item_input_span{
 display: block;
}
.enquete_item_input label{
}

.enquete_submit{
 display: block;
 width: 200px;
 font-size: 20px;
 text-align: center;
 line-height: 1.5em;
 margin: 2em auto 0;
 text-decoration: none;
 color: #fff;
 background-color: #f8910b;
 border: none;
 border-radius: 12px;
 padding: 10px 20px;
 font-weight: bold;
}

.enquete_item_name_done{
 margin: 0 10px;
 color: #707070;
 font-weight: bold;
}

.enquete_item_text_done{
 margin: 10px 10px 0px; 
}

@media screen and (max-width: 640px) {
 .header_body .inner{
  display: none;
 }
 .navbar-toggle{
  display: none;
 }
 
 .enquete_item{
  padding: 20px 10px;
 }
 
 .enquete_item_name{
  font-size: 17px;
 }
 
 .enquete_item_name_info{
  font-size: 15px;
 }
 
 .enquete_item_input{
  font-size: 15px;
 }
 
 .enquete_item_input_span{
  line-height: 2.5em;
 }
 
}
