@charset "UTF-8";

/* ------------------------------------------
  RESET
--------------------------------------------- */




.zone-filtre{
 box-sizing: border-box;
  z-index:199;
  /* background-color:#2d4a58; */
  width: 95%;
  float: left;
  
}

@media screen and (max-width: 900px) {
.zone-filtre{
 box-sizing: border-box;
  z-index:199;
  /* background-color:#2d4a58; */
  width: 100%;
  float: left;  
  
}
}

.zone-filtre * {
 box-sizing: border-box;
  z-index:199;
  /* background-color:#2d4a58; */
  width: 100%;
  float: left;
  
}




.quartok .nav-toggle {
  position: fixed;
  
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  /*width: 70px;
  height: 55px;*/
  width:100%;
  float: right;
  background-color:#2d4a58;
  padding-bottom:20px;
}

.quartok .nav-toggle:before {
	padding-top:10px;
/* background-color:#C4E256; */
color: #fff; /* Edit this to change the icon color */
position: absolute;
content: "≡ FILTRER";
text-indent: 0;
text-align: center;
speak: none;
width: 100%;
font-weight:bold;
/* font-size:15pt; */
font-size:11pt;
font-variant: small-caps;
top: 0;
left: 0;
}

.quartok .nav-toggle.active::before {
padding-top:10px;
content:"x FERMER";
font-weight:bold;
/* font-size:15pt; */
font-size:11pt;
font-variant: small-caps;
}
