@charset "UTF-8";
#navigation {
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 28px 32px;
  padding-bottom: 0px;
  /* Conteneur général */
  /* Style du lien */
  /* Masque le lien lorsqu'on survole ou si le formulaire est actif */
  /* Style du formulaire */
  /* Style de l'input */
}
#navigation.no_hero .first_level {
  padding-left: 218px;
  border-bottom: none;
}
#navigation .first_level {
  width: calc(100% + 72px);
  margin-left: -36px;
  padding-left: 36px;
  padding-right: 40px;
  padding-bottom: 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}
#navigation .first_level > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation .first_level > ul > li {
  display: inline-block;
  margin-right: 42px;
}
#navigation .first_level label {
  text-decoration: none;
  color: #292929;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.025em;
  position: relative;
  padding-right: 18px;
}
#navigation .first_level label:hover {
  color: #007cb3;
  cursor: pointer;
}
#navigation .first_level label::after {
  background: url("https://gestion.backside-shop.ch/new_page/img/arrow_nav.png");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  position: absolute;
  top: 4px;
}
#navigation .second_level {
  width: calc(100% + 64px);
  margin-left: -32px;
  padding-left: 18px;
  padding-right: 18px;
  box-sizing: border-box;
}
#navigation .second_level .category {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
#navigation .second_level .category.open {
  max-height: initial;
}
#navigation .second_level .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px;
}
#navigation .second_level .category ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  width: calc((100% - 66px) / 4);
  margin-right: 22px;
  margin-bottom: 22px;
}
#navigation .second_level .category ul li:nth-child(4n) {
  margin-right: 0px;
}
#navigation .second_level .category ul li a {
  border-radius: 20px;
  display: block;
  padding: 26px 18px;
  background: #f5f5f5;
  font-size: 15px;
  text-decoration: none;
  color: #454545;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding-left: 30px;
  padding-top: 33px;
  display: block;
  padding-bottom: 33px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: relative;
}
#navigation .second_level .category ul li a .container_img {
  overflow: hidden;
  height: 98px;
  position: absolute;
  bottom: 0;
  right: -4px;
  max-width: 170px;
  right: 0;
}
#navigation .second_level .category ul li a .container_img img {
  width: 100%;
}
#navigation .second_level .category ul li a:hover {
  background: #efefef;
  cursor: pointer;
}
#navigation label.open {
  font-weight: bold;
  color: #007cb3;
  cursor: pointer;
}
#navigation .search-container {
  position: relative;
  display: inline-block;
  max-height: 18px;
}
#navigation .search {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
}
#navigation .search.hidden {
  display: none;
}
#navigation .search-form {
  display: block;
  right: -24px;
  top: -12px;
  position: absolute;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  /* Occupe la place du lien */
}
#navigation .search-form .icon {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  left: -3px;
  top: 14px;
  background: url("https://gestion.backside-shop.ch/new_page/img/loupe.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#navigation .search-input {
  /*font-family: "Montserrat", sans-serif;
		font-weight: 600;
		font-size: 14px;
		border: 2px solid #dedede;
	  	width: 330px;
	 