#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: #1d1d1b;
}
#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: 'Open Sans', 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: #ffffff;
    padding: 20px 0 50px;
    position: relative;
    max-width: 1130px;
    margin: auto;
}
#section-demarches #items-demarches:before{
	content: "";
    position: absolute;
    background: #ffe500;
    height: 230px;
    width: 100vw;
    left: -100vw;
    padding-right: 70px;
    top: -40px;
}
#section-demarches #items-demarches .container{
	position: relative;
	z-index: 9;
}
#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: #1d1d1b;
    font-size: 18px;
    line-height: 28px;
    padding: inherit;
}
#section-demarches #items-demarches ul li a{
	color: #1d1d1b;
	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: #ffe500;
}
@media (max-width: 680px) {
	#section-demarches #items-demarches ul li{
		width: 100%;
	}
}
