@charset "utf-8";/**/
/* +--------------------------------------------------------------------------+
// 2013 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: facette.css,v 1.1.2.1 2018-01-08 13:33:33 wlair Exp $ */
/*------------------------------------------------------------------------------------------*/
/* ========================================================================
   Facette: Base
 ==========================================================================  */

#facette,
#lvl1 {
  position: relative;
  margin: 1px 0px 15px 0px;
  border: solid 1px #e1e1e1;
  padding: 5px 10px;
  background: #f5f5f5;
}
#facette_wrapper table th {
  text-align: left;
  padding: 2px 15px 2px 10px;
  border-radius: 0px;
  background-color: rgb(178, 217, 101);
  margin-bottom: 2px;
  border-bottom: solid 10px transparent;
  border-top: solid 5px transparent;
  font-weight: 500;
  font-size: 1.2em;
  color: #213f41;
  margin: 7px 0;
}
table[id^='facette_list'] tr {
  padding: 4px 20px 4px 00px;
}
#facette a,
#lvl1 a {
  text-decoration: none;
  color:#333;
}
#facette a:hover,
#facette a:focus,
#lvl1 a:hover,
#lvl1 a:focus {
  text-shadow: 0px 0px 0px;
  text-decoration: none;
  color:#666666;
}
.facette_tr_see_more>td>a{
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    background: #eee;
    padding: 0px;
    font-size:0px;
    display: inline-block;
    margin-bottom: 10px;
    height: 20px;
    width:20px;
    text-align:center;
}
.facette_tr_see_more>td>a:after{
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  line-height:20px;
  color:#666666;
}
.facette_tr_see_more>td>a[etat="moins"]:after{
  content: "\f068"
}
@media screen and (max-device-width: 960px) {
  #lvl1{
    display:none;
  }
}