@font-face {
  font-family: 'Fira-sans';
  src: url('/fonts/Fira_Sans/Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Fira-sans';
  src: url('/fonts/Fira_Sans/Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Fira-sans';
  src: url('/fonts/Fira_Sans/SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Fira-sans-condensed';
  src: url('/fonts/Fira_Sans_Condensed/Light.ttf') format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'Fira-sans-condensed';
  src: url('/fonts/Fira_Sans_Condensed/Regular.ttf') format('truetype');
  font-weight: 400;
}
/* .police2(@taille) {
	font-family: fira-sans-2, sans-serif;
	font-style: normal;
	font-weight: @taille;
} */
/* .police4(@taille) {
	font-family: fira-sans-compressed-2, sans-serif;
	font-style: normal;
	font-weight: @taille;
} */
/* .police5(@taille) {
	font-family: fira-sans-condensed, sans-serif;
	font-style: normal;
	font-weight: @taille;
} */
/* POLICES */
.defaultPolice {
  font-family: 'Fira-sans', sans-serif;
  font-style: normal;
  font-weight: 300;
}
#blocGlobal #intituleFiltre {
  display: none;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #pictoFiltre {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal #filtres {
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#blocGlobal #filtres > li {
  float: left;
  position: relative;
  text-align: left;
  /*** custom checkbox ***/

}
#blocGlobal #filtres > li:not(:first-child) {
  border-left: solid 1px rgba(54, 61, 45, 0.1);
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
}
#blocGlobal #filtres > li:nth-child(1) {
  width: 57%;
}
#blocGlobal #filtres > li:nth-child(2) {
  width: 20%;
}
#blocGlobal #filtres > li:nth-child(3) {
  width: 18%;
}
#blocGlobal #filtres > li h3 {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  color: #363d2d;
  font-size: 18px;
  font-family: 'Fira-sans', sans-serif;
  font-style: normal;
  font-weight: 600;
}
#blocGlobal #filtres > li .btnFiltre {
  display: none;
}
#blocGlobal #filtres > li label {
  width: auto;
  display: inline-block;
  padding: 8px 5px;
  margin: 1px 1px 0 0;
  color: #76876a;
  background-color: rgba(54, 61, 45, 0.1);
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
#blocGlobal #filtres > li input[type="checkbox"]:checked + label {
  color: #ffffff;
  background-color: #76876a;
}
#blocGlobal #filtres > li section {
  max-width: 60px;
  width: 100%;
  float: left;
  position: relative;
  margin: 0 10px 0 0;
  /*** custom select ***/

}
#blocGlobal #filtres > li section.specialWidth {
  max-width: 85px;
}
#blocGlobal #filtres > li section .select-style {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 1px 0 0 0;
  background: rgba(54, 61, 45, 0.1) url("/media/img/fond_select.png") no-repeat 90% 50%;
}
#blocGlobal #filtres > li section .select-style select {
  padding: 3px 3px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  font-size: 14px;
  text-transform: uppercase;
}
#blocGlobal #filtres > li section .select-style select:focus {
  outline: none;
}
#blocGlobal #contenantSpec {
  width: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 640px) {
  #blocGlobal #intituleFiltre {
    width: 100%;
    height: 20px;
    line-height: 20px;
    float: left;
    display: inline;
    position: relative;
    margin: 10px 0;
    padding: 0 25px 0 0;
    text-align: right;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
  }
  #blocGlobal #intituleFiltre:after {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    -o-transition-property: all;
    -o-transition: 0.5s ease-in-out;
    -moz-transition-property: all;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s ease-in-out;
    transition-property: all;
    transition: 0.5s ease-in-out;
    filter: alpha(opacity=90);
    opacity: 0.9;
    background: transparent url('/media/img/pictoFiltre.png') left top no-repeat;
    background-size: 100%;
  }
  #blocGlobal #intituleFiltre strong {
    font-family: 'Fira-sans', sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  #blocGlobal #pictoFiltre {
    padding: 0;
  }
  #blocGlobal #pictoFiltre:before {
    display: none;
  }
  #blocGlobal #filtres > li:not(:first-child) {
    border-left: none;
    border-top: solid 1px rgba(54, 61, 45, 0.1);
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
  }
  #blocGlobal #filtres > li:nth-child(1) {
    width: 100%;
  }
  #blocGlobal #filtres > li:nth-child(2) {
    width: 100%;
  }
  #blocGlobal #filtres > li:nth-child(3) {
    width: 100%;
  }
}
