@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;
	  	padding: 12px 12px;
	  	margin: 0px;
	  	outline: none;
	  	border-radius: 14px;
	  	box-sizing: border-box;*/
  border: none;
  padding: 12px 12px;
  color: #292929;
  margin-top: 1px;
  width: calc-size(auto);
  text-decoration: none;
  color: #292929;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0em;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s;
}
#navigation .search-input::placeholder {
  color: #292929;
}
#navigation .search-input:focus-visible, #navigation .search-input:focus {
  outline: none;
  border: none;
}
#navigation .search-btn {
  position: absolute;
  border-radius: 10px;
  width: 31px;
  display: none;
  height: 31px;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  border: none;
  right: 8px;
  top: 7px;
  outline: none;
  background: url(../images/loupe.svg) #00A9E1 !important;
  background-repeat: no-repeat !important;
  background-size: 32px !important;
  background-position: center !important;
}
#navigation nav {
  width: calc(100% - 268px);
  margin-left: 228px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navigation nav .left {
  display: inline-flex;
  justify-content: flex-start;
  align-items: baseline;
}
#navigation nav .right {
  display: inline-flex;
  justify-content: flex-end;
  align-items: baseline;
}
#navigation nav .left > a, #navigation nav .right > a {
  color: #292929;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
#navigation nav .left > a:hover, #navigation nav .right > a:hover {
  text-decoration: underline;
}
#navigation nav .lang {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-decoration: pointer;
  margin-right: 42px;
}
#navigation nav .lang span, #navigation nav .lang a {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 8px;
}
#navigation nav .lang a {
  text-decoration: none;
  color: #757575;
}
#navigation nav .lang a:hover {
  text-decoration: underline;
}
#navigation nav a.blog {
  margin-right: 42px;
}
#navigation nav .cart {
  padding-right: 15px;
  margin-left: 42px;
  text-indent: -100000px;
  font-size: 1px;
  display: block;
  position: relative;
  width: 22px;
  height: 20px;
  background: url("https://gestion.backside-shop.ch/new_page/img/cart_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
}
#navigation nav .cart span {
  font-family: "Montserrat", sans-serif;
  text-indent: 0;
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 3px;
  color: #018dca;
}
@media (max-width: 1384px) {
  #navigation .second_level .category ul li {
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
  }
  #navigation .second_level .category ul li:nth-child(3n) {
    margin-right: 0;
  }
  #navigation .second_level .category ul li:nth-child(4n) {
    margin-right: 22px;
  }
}
@media (max-width: 1024px) {
  #navigation .second_level .category ul li {
    width: calc((100% - 22px) / 2);
    margin-right: 22px;
  }
  #navigation .second_level .category ul li:nth-child(2n) {
    margin-right: 0px;
  }
  #navigation .second_level .category ul li:nth-child(3n) {
    margin-right: 22px;
  }
}
