/* TopMenu Boutton "Recherche" (loupe) 
a[data-drupal-link-system-path="recherche"] {
  visibility: hidden;
  max-width: 40px;
}
a[data-drupal-link-system-path="recherche"]:before {
    font-family: bootstrap-icons !important;
    content: "\F52A";
    visibility: visible;
    text-align: right;
}
*/


/* Boutton recherche formulaire */
#block-semb5subtheme-formulaireexposerecherche-solrrecherchesolr, 
#block-formulaireexposerechercherecherchesolr /*ancienne*/ {
  justify-content: center;
  display: inline-flex;
  width: 100%;
}

 #views-exposed-form-recherche-solr-recherchesolr input:focus,
 #views-exposed-form-recherche-recherchesolr input:focus{
  box-shadow: none;
}

 #views-exposed-form-recherche-solr-recherchesolr .form-actions,
 #views-exposed-form-recherche-recherchesolr .form-actions{
  clear: none;
  float: left;
}

 #views-exposed-form-recherche-solr-recherchesolr .btn-primary,
 #views-exposed-form-recherche-recherchesolr .btn-primary{
  border: 1px solid #CEDDE9;
  background-color: #CEDDE9;
  font-family: bootstrap-icons !important;
  margin-top: 24px;
  border-top-left-radius: 0;  
  border-bottom-left-radius: 0
}

 #views-exposed-form-recherche-solr-recherchesolr .form--inline .form-item,
 #views-exposed-form-recherche-recherchesolr .form--inline .form-item{
  margin-right: 0;
}
 #views-exposed-form-recherche-solr-recherchesolr .form-control,
 #views-exposed-form-recherche-recherchesolr .form-control{
  border-top-right-radius: 0;  
  border-bottom-right-radius: 0
}



/* Page - Facets */
.block-facets {
  font-size: .9em;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.block-facets h2 {
  /*border-bottom: 3px solid #26798e;*/
  color: #2B73B1;
  margin: 0;
  padding: 0 0 0.5rem;
  font-size: 1.5rem;
}
.block-facets .content {
  border-left: 3px solid #26798e;
  padding: .7rem 0 .5rem .2rem;
}
.js-facets-widget {
  list-style-type: none;
  padding-left: 0;
  font-weight: normal;
}
.js-facets-widget ul {
  list-style-type: none;
  padding-left: .6rem;
  font-size: .9em;
  font-weight: 400;
}

.facets-checkbox {
  margin-top: .3em;
  display: block;
  float: left;
}
.js-facets-widget label {
  display: block;
  padding-left: 1.2em;
}
.js-facets-widget label:hover {
  color: #2B73B1;
}
.facet-item--expanded {
  margin-bottom: .7rem;
}

/* champ */
/*#views-exposed-form-recherche-solr-recherchesolr {
  margin: 6vh 0;
}*/
#views-exposed-form-recherche-solr-recherchesolr .form-row {
  justify-content: center;
  flex-wrap: nowrap;
}
#views-exposed-form-recherche-solr-recherchesolr .form-group {
  margin: 0;
  align-self: flex-start;
}

/*
#views-exposed-form-recherche-solr-recherchesolr input {
  border-radius: 0;
  border: 2px solid #26798e;
  box-shadow: 0 0 0 #000;
  background-color: transparent;
}
#views-exposed-form-recherche-solr-recherchesolr .form-row > fieldset,
#views-exposed-form-recherche-solr-recherchesolr .form-row > div {
  padding: 0;
}
#views-exposed-form-recherche-solr-recherchesolr .btn {
  padding: .32em .5em;
}
*/
.block-facets-summary ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1rem;
}
.source-summary-count {
  font-size: 1.5rem;
}

#block-effacerunfiltre {
  margin-bottom: 2rem;
}

.js-facet-deactivate {
  display: block;
  position: relative;
  width: 1.2rem;
  overflow: hidden;
  text-indent: -100px;
}
.js-facet-deactivate::before {
  content: "X";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
  line-height: 1.5;
  text-align: center;
}
.facet-summary-item--facet a {
  display: flex;
  border: 2px solid #26798e;
  margin-bottom: .4rem;
  font-size: .9em;
  line-height: 1.2;
}
.facet-summary-item--facet a .facet-item__value {
  padding:  .2em;
  border-left: 2px solid #26798e;
}
.facet-summary-item--facet a:hover {
  background-color: #26798e;
  color: #fff;
}
