#select_ask{
    height: auto;
}

#search_ask{
    height: auto;
}

.content-input {
    height: 150px;
}

.contener {
    float: left;
    position: relative;
    width: 100%;
    font-size: 2em;
}

.contener .btn-input{
	font-size: .5em;
}

#contener-slide {
    width: 600%;
    position: absolute;
    padding-top: 100px;
}

.slide {
    float: left;
    width: 16.66%;
}

.slide-content {
	position: relative;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
	background-color: #F0F0F0;
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px 0px;
}

.slide-content label {
    width: 70%;
    display: block;
    margin-bottom: 30px;
    font-size: 2em;
    color: #444;
}

.slide-content input{
    width: 70%;
}

.slide-content select{
    width: 70%;
    margin-bottom: 20px;
}

.slide-content .before-slide{
	position: absolute;
	cursor: pointer;
	left: -70px;
	display: block;
	top: 00px;
	content:'';
	background:url(../icone/fleche-gauche.png) 50% 50% no-repeat;
	background-size: 100%;
	width: 50px;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: box-shadow 500ms;
    -o-transition: box-shadow 500ms;
    transition: box-shadow 500ms;
    border: 1px solid #EEE;
}

.slide-content .next-slide{
	position: absolute;
    cursor: pointer;
    right: -70px;
    display: block;
    top: 0px;
    content: '';
    background: url(../icone/fleche-droite.png) 50% 50% no-repeat;
    background-size: 100%;
    width: 50px;
    height: 100%;
    border-radius: 3px;
    -webkit-transition: box-shadow 500ms;
    -o-transition: box-shadow 500ms;
    transition: box-shadow 500ms;
    border: 1px solid #EEE;
}

.slide-content .next-slide:hover,.slide-content  .before-slide:hover{
	box-shadow: 0px 0px 1px #999;
	border: 1px solid #EEE;
}

.equip_ask{
	width: 70%;
	top:200px;
	left:15%;
}

.equip_ask li{
	font-size: 1.2em;
	padding-bottom: 15px;
}

.equip_ask li span{
	margin-left: 10px;
}

.ask_dt_code {
    margin-left: 5px;
    float: left;
}

.img-ask{
    width: 100%;
    border-radius: 2px;
    margin-top: 10px;
}