.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0,0,0,0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

#block-expertsv11-searchbarblock
{
    display: block;
    float: left;
    width: 100%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#block-expertsv11-searchbarblock #xp-search
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

#block-expertsv11-searchbarblock #xp-search .search-input
{
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #b2002b;
    height: 28px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: 'roboto';
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.xpsearchbar  .clear_input
{
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 6px;
    right: 35px;
    background-color: transparent;
    border: none;
}

.xpsearchbar  .clear_input::after {
    content: '';
    background-image: url('images/croix_g.png');
    width: 17px;
    height: 17px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.xpsearchbar  .clear_input:hover::after {
    background-image: url('images/croix_r.png');
}

.xpsearchbar  .search-btn
{
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-color: #b2002b;
    position: absolute;
    right: 5px;
    top:2px;
    border: none;
    border-radius: 3px;
}
.xpsearchbar  .search-btn:hover
{
    background-color: #414a54;
}
.xpsearchbar  .search-btn::after {
    content: '';
    background-image: url('images/loupe_b.png');
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 5px;
}


.xpsearchbar .link_container {
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.xpsearchbar .link_container
a.recherche-avancee:link, 
.xpsearchbar .link_container
a.recherche-avancee:visited {
    font-family: 'roboto';
    font-size: 1rem;
    color: #b2002b;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.xpsearchbar  .link_container-btn::after {
    content: '>';
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0px;
}

.xpsearchbar .link_container {
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*recherche avancee*/
.xpadvancedsearch {
    border: 1px solid #e1e1e1;
    background-color: #fafafa;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-family: 'roboto';
    font-size: 1rem;
}

.xpadvancedsearch .search-input {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #b2002b;
    height: 28px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'roboto';
    font-size: 1rem;
}

.xpadvancedsearch .filtre
{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.xpadvancedsearch .filtre label
{
    display: block;
    float: left;
    width: 200px;
    height: 25px;
    font-family: 'roboto';
    font-size: 1rem;
}
.xpadvancedsearch .filtre select
{
    display: block;
    float: left;
    width: calc( 100% - 200px );
    height: 25px;
    font-family: 'roboto';
    font-size: 1rem;
}
.xpadvancedsearch .search-btn
{
    font-family: 'roboto';
    font-size: 1rem;
    color: #fff;
    display: block;
    position: absolute;
    border-radius: 5px;
    right: 20px;
    bottom: 20px;
    padding: 10px;
    background-color: #b2002b;
    padding-right: 30px;
    border: none;
}

.xpadvancedsearch  .search-btn:hover
{
    background-color: #414a54;
}
.xpadvancedsearch  .search-btn::after {
    content: '';
    background-image: url('images/loupe_b.png');
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    right: 5px;
    border-radius: 5px;
}

.xpadvancedsearch  .clear_input
{
    display: block;
    float: left;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 26px;
    right: 26px;
    background-color: white;
    border: none;
}

.xpadvancedsearch  .clear_input::after {
    content: '';
    background-image: url('images/croix_g.png');
    width: 17px;
    height: 17px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.xpadvancedsearch  .clear_input:hover::after {
    background-image: url('images/croix_r.png');
}


@media (max-width: 480px) {
.xpadvancedsearch .filtre label {
    width: 100%;
}

.xpadvancedsearch .filtre select {
    width: 100%;
}
}