/* ==================================================== */
/* = css pour la recherche facette					  = */
/* ==================================================== */
/* =  v1.3 (02/07/2015)								  = */
/* ==================================================== */
.hide {
  display: none; }

div.facette {
  background-color: #f8f8f8;
  border-color: #eeeeee;
  border-width: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  margin: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  padding: 15px; }

/* Les formulaires
----------------------------------------*/
#searchbox-main {
  position: relative;
  height: 50px;
  width: 100%;
  margin-left: -2px; }

#searchbox-main input {
  background: url(../images/loupe-btn.png) 98% center no-repeat white;
  background-size: 19px;
  width: 75%;
  border-radius: 5px;
  border: 2px solid #ccc;
  height: 35px;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-appearance: none; }

/*#searchbox-main input#searchbox-submit {
	background-color: #1d4880;
	border-radius: 0 13px 13px 0;
	border-width: 2px;
	width: 30%;
	height: 28px;
	position: absolute;
	right: 0;
	top: 0;
}

	#searchbox-main input#searchbox-submit:hover {
		background-color: #585858;
	}*/
div.facette h4.facet-title {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  text-align: right; }

div.facette input[type=radio] {
  border: none;
  font-size: 10px;
  font-size: 1rem; }

input[type=submit],
input[type=reset] {
  width: 100px;
  cursor: pointer;
  background-color: #0066ce;
  border-style: none;
  color: white;
  text-transform: uppercase;
  margin: 5px;
  padding: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 26px;
  font-size: 11px;
  font-size: 1.1rem; }

input[type=submit]:hover, input[type=reset]:hover {
  background-color: #ecb020; }

input[type=submit]:active, input[type=reset]:active {
  background-color: #FCDEDE; }

input[type=text],
input[type=password] {
  background-color: #f7f8f7;
  border: solid 1px #BFBDBD;
  color: #979797;
  height: 24px;
  padding-left: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 50%; }

div.facette input[type=text] {
  width: 150px;
  height: 22px; }

/* Le bouton copier lien recherche
----------------------------------------*/
a.copy-search-link {
  border-color: #eeeeee;
  border-width: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-style: solid;
  font-size: 11px;
  font-size: 1.1rem;
  position: relative;
  padding: 10px 15px 10px 50px;
  background: url(../images/icon-link.png) no-repeat 20px #f7f8f7;
  display: block;
  text-decoration: none;
  margin-bottom: 10px; }

a.copy-search-link:hover {
  background-color: #e1e2e1; }

/* Les listes de filtres
----------------------------------------*/
ul.facet-select-items {
  font-size: 11px;
  font-size: 1.1rem;
  border-bottom: 1px solid #d9d9d9;
  padding: 1em;
  margin: 0 0 1em; }

ul.facet-select-items li {
  float: left;
  font-size: 9px;
  font-size: 0.9rem;
  border-radius: 3px;
  background-color: #f9f9f9;
  border: 1px solid #EEE;
  padding: 2px 5px 1px;
  margin: 0 4px 4px 0; }

ul.facet-select-items li .bg {
  font-size: 12px;
  font-size: 1.2rem;
  padding-right: 2px; }

ul.facet-select-items li a.check {
  background: url(../images/spr-close.png) no-repeat 0 0;
  height: 13px;
  width: 13px;
  float: right;
  cursor: pointer;
  margin: 1px 0 0 !important; }

ul.facet-select-items li:hover .check {
  background-position: 0 -13px; }

span.exergocc {
  padding: 1px 4px;
  border-radius: 2px;
  background-color: #ffecbe; }

/* Checkbox
----------------------------------------*/
#searchbox-datefilter {
  margin-bottom: 20px;
  text-align: left; }

/* Checkbox style 1
----------------------------------------*/
/*#searchbox-datefilter label {  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;  
    margin-right: 15px;  
    font-size: 13px;  
}
#searchbox-datefilter input[type=radio] {  
    display: none;  
}

#searchbox-datefilter label:before {  
    content: "";  
    display: inline-block;  
    width: 16px;  
    height: 16px;  
    margin-right: 10px;  
    position: absolute;  
    left: 0;  
    bottombottom: 1px;  
    background-color: #8b8b8b;
}  

#searchbox-datefilter.radio label:before {  
    border-radius: 8px;  
} 

#searchbox-datefilter input[type=radio]:checked + label:before {  
    content: "\2022";  
    color: #f3f3f3;  
    font-size: 30px;  
    text-align: center;  
    line-height: 16px;  
}  */
/* Checkbox style 2
----------------------------------------*/
#searchbox-datefilter input[type=radio] {
  display: none; }

#searchbox-datefilter input[type=radio] + label {
  display: inline-block;
  margin: -2px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc; }

#searchbox-datefilter input[type=radio]:first-child + label {
  border-radius: 5px 0 0 5px; }

#searchbox-datefilter input[type=radio] + label:last-child {
  border-radius: 0 5px 5px 0; }

#searchbox-datefilter input[type=radio]:checked + label {
  background-image: none;
  outline: 0;
  background-color: #c8c8c8; }

/*Filter et help recherche semantic*/
a.searchbox-filter {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding-right: 60px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  font-weight: bold;
  margin-left: 15px; }

a.searchbox-filter.on {
  background: url(../images/filter-btn-on.png) no-repeat 0 0;
  background-size: 55px 20px;
  background-position: right center; }

a.searchbox-filter.off {
  background: url(../images/filter-btn-off.png) no-repeat 0 0;
  background-size: 55px 20px;
  background-position: right center; }

a.searchbox-help {
  background: url(../images/help-btn.png) right center no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  line-height: 25px;
  margin-left: 15px; }

