/*** page resultat recherche ***/
.js-form-item.form-item.js-form-type-textfield.form-item-aggregated-field-1.js-form-item-aggregated-field-1 {
    position: absolute;
    left: 31%;
    top: 0;
}

input#edit-aggregated-field-1 {
     width: 66em;
    height: 50px;
}

form#views-exposed-form-solr-globale-search-block-1 {
    background-color: #EFEFEF;
    padding: 22px 20px;
    width: 30%;
    height: 100%;
} 


h2.tit-filtre:after {
    content: "";
    width: 5rem;
    height: 0.3rem;
    display: block;
    margin: 0.2rem 0 0;
    background-color: hsl(351, 74%, 37%);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}  

/***/ 
input[name=reset]{
    float: left;
    background-color: #891618;
   color:#fff;
}
input[name=reset]:hover{
   color:#fff;
}
.js-form-submit{
   float: right;
  background-color: transparent;
   border: 1px solid #891618;
   color: gray;
   font-size: 15px;
   font-weight: 600;
   padding: 11px 20px;
   transition: background-color 0.3s ease, color 0.3s ease;
}
.js-form-submit:hover{
   color: gray;
}

.form-autocomplete{
    width:58rem;
    height:3rem;
}

.form-autocomplete{
    width:58rem;
    height:3rem;
}
select[name=sort_order]{
    margin-left: 15px;
    border: none;
    box-shadow: none;
   
}

.js-form-item.form-item.js-form-type-select.form-item-items-per-page.js-form-item-items-per-page {
    display: flex;
}

.js-form-item.form-item.js-form-type-select.form-item-items-per-page.js-form-item-items-per-page {
    width: 14rem;
}

select[name=items_per_page]{
    width:5rem;
    border:none;
    box-shadow:none;
}

