#section-demarches #search-demarches,
#main-top .block.search-demarches{
	padding: 25px 0 30px;
	margin: 0px;
}
#main-top .search-demarches .title{
    text-align: left;
    padding: 10px 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
	color: #282828;
}
#section-demarches #search-demarches p,
#main-top .search-demarches .content{
	position: relative;
}
#section-demarches #search-demarches .input,
#main-top .search-demarches .inputbox{
	width: 94.5%;
	border: 0px;
	border-bottom: 1px #dbdbdb solid;
	color: #000;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	padding-left: 0px;
	background: transparent;
}
#section-demarches #search-demarches .button,
#main-top .search-demarches .button{
	border: 0px;
	font-size: 0px;
	background: url(../images/icon-search.svg) no-repeat center center;
    background-size: 28px 28px;
	position: absolute;
    bottom: 10px;
    right: 0;
}
#section-demarches #items-demarches{
	background: #f7f7f7;
	padding: 20px 0 50px;
}
#section-demarches #items-demarches ul{
	display: block;
	margin: 20px 0 0;
	padding: 0px;
}
#section-demarches #items-demarches ul li{
	display: block;
	float: left;
	width: 50%;
	color: #000000;
	font-size: 16px;
	line-height: 30px;
    padding: 2px 0;
}
#section-demarches #items-demarches ul li a{
	color: #000000;
	font-size: 16px;
	line-height: 30px;
    padding: 2px 0;
}
#section-demarches #items-demarches ul li a:hover, #section-demarches #items-demarches ul li a:focus{
	color: #282828;
}
@media (max-width: 680px) {
	#section-demarches #items-demarches ul li{
		width: 100%;
	}
}
