header {
  position: relative;
  z-index: 1000000;
}
header #mea_desktop {
  overflow: hidden;
}
header h1 {
  text-indent: -10000px;
  font-size: 1px;
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 200px;
  position: absolute;
  left: 38px;
  top: 3px;
  z-index: 1000;
}
header h1 a {
  display: block;
  background: url("https://gestion.backside-shop.ch/new_page/img/logo_backside_2025.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 134px;
  height: 134px;
  z-index: 1001;
  position: relative;
  margin-top: 13px;
  margin-left: 13px;
}
header .lang {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-decoration: pointer;
  margin-right: 42px;
}
header .lang span, header .lang a {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 8px;
}
header .lang a {
  text-decoration: none;
  color: #757575;
}
header .lang a:hover {
  text-decoration: underline;
}
header #top_nav_desktop.no_hero {
  height: 94px;
  border-bottom: 2px solid #ededed;
  /*h1 {
				width: 400px;
				height: 94px;
				left: 30px;
				background: none;

				a {
					background: url('../images/logo_long_2025.svg');
					background-size: contain;
					background-repeat: no-repeat;
					height: 48px;
					width: 380px;
					margin-left: 0px;
					margin-top: 22px;
				}
			}*/
}
header #top_nav_desktop.no_hero h1 {
  top: -1px;
}
header #subnav {
  width: calc(100% - 268px);
  margin-left: 228px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #subnav .left {
  display: inline-flex;
  justify-content: flex-start;
  align-items: baseline;
}
header #subnav .right {
  display: inline-flex;
  justify-content: flex-end;
  align-items: baseline;
}
header #subnav .left > a, header #subnav .right > a {
  color: #292929;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
header #subnav .left > a:hover, header #subnav .right > a:hover {
  text-decoration: underline;
}
header #subnav .magasin_ouverture {
  color: #292929;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.01em;
  border: 2px solid #00da2e80;
  text-decoration: none;
  margin-left: 34px;
  padding: 12px 20px 12px 36px;
  background: none;
  border-radius: 40px;
}
header #subnav .magasin_ouverture a {
  color: #292929;
}
header #subnav .magasin_ouverture > b {
  font-weight: 700;
}
header #subnav a.blog {
  margin-right: 42px;
}
header #subnav .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;
}
header #subnav .cart span {
  font-family: "Montserrat", sans-serif;
  text-indent: 0;
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 3px;
  color: #018dca;
}
header .mea {
  position: relative;
  min-height: 305px;
  background: #efefef;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
header .mea.no_hero {
  height: 202px;
  min-height: auto;
  overflow: hidden;
  opacity: 1;
  position: relative;
}
header .mea.no_hero .container {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  background: url("https://backside-shop.ch/wp-content/uploads/2025/05/default_hero-scaled.jpg.webp");
  background-position: center;
  background-size: cover;
}
header .mea .container_img {
  margin-top: -8%;
}
header .mea > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
header .mea .container_image {
  width: 300px;
  height: 90%;
  position: absolute;
  right: 70px;
  top: 5%;
  z-index: 1000;
}
header .mea .container_image img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 100%;
}
header .mea .content {
  padding: 32px 38px;
  position: relative;
  box-sizing: border-box;
  width: 656px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(26px) saturate(2.6) contrast(1.2);
  backdrop-filter: blur(26px) saturate(2.6) contrast(1.2);
  margin: 60px 50px 56px 0px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.16);
}
header .mea .infos {
  color: #ffffff;
}
header .mea .infos .title {
  font-family: "Merriweather", sans-serif;
  font-weight: 800;
  letter-spacing: 0.025em;
  font-size: 22px;
  margin-top: 6px;
  margin-bottom: 24px;
  max-width: 50%;
}
header .mea .infos ul {
  padding-left: 16px;
  width: 44%;
}
header .mea .infos ul li {
  padding-left: 5px;
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
header .mea .infos a {
  background: #ffffff;
  display: inline-block;
  color: #061c21;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px;
  padding: 20px 24px;
  border-radius: 8px;
  letter-spacing: 0.045em;
  text-decoration: none;
  margin-top: 16px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
header #mea_mobile {
  border-radius: 0px;
  height: auto;
  flex-direction: column;
  align-content: flex-start;
}
header #mea_mobile > img {
  object-position: top;
}
header #mea_mobile .content {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
  margin-top: 64%;
  min-height: 150px;
  padding: 4% 6% 6% 6%;
}
header #mea_mobile .title {
  margin-top: 16px;
  margin-bottom: 34px;
  font-size: 17px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
header #mea_mobile .infos {
  position: relative;
}
header #mea_mobile .infos a {
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 28px;
  padding: 18px 26px;
  background: #ffffffF0;
  position: relative;
  z-index: 100000;
}
header #mea_mobile .container_image {
  width: 38%;
  right: 5%;
  top: 0px;
}
header #mea_mobile ul {
  width: 47%;
}
header #mea_mobile ul li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
header #top_nav_mobile {
  width: 100vw;
  left: 0;
  box-sizing: border-box;
  background-repeat: repeat !important;
  position: relative;
}
header #top_nav_mobile .head > label {
  width: 72px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-top: 6px;
  text-indent: -1000px;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
}
header #top_nav_mobile .head > label:after {
  content: "";
  width: 22px;
  height: 17px;
  background: url(../images/burger.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
header #top_nav_mobile .logo_mobile {
  position: absolute;
  top: 10px;
  left: calc(50vw - 58px);
  margin: 0;
  height: 116px;
  width: 116px;
}
header #top_nav_mobile .logo_mobile a {
  border-radius: 200px;
  width: 116px;
  display: block;
  height: 116px;
  margin: 0;
  background: none;
  background: url(../images/backside_mobile.svg);
  background-size: contain;
  text-indent: -1000px;
  font-size: 1px;
  overflow: hidden;
  background-repeat: no-repeat;
}
header #top_nav_mobile .head > a {
  width: 72px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  text-indent: -1000px;
  font-size: 1px;
  overflow: hidden;
  cursor: pointer;
}
header #top_nav_mobile .head > a.cart {
  right: 12px;
  padding-right: 15px;
  margin-left: 42px;
  text-indent: -100000px;
  font-size: 1px;
  display: inline-flex;
  position: relative;
  width: 26px;
  height: 24px;
  text-decoration: none;
  background: url("https://gestion.backside-shop.ch/new_page/img/cart_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
header #top_nav_mobile .head > a.cart span {
  font-family: "Montserrat", sans-serif;
  text-indent: 0;
  font-size: 13px;
  font-weight: 800;
  color: #018dca;
}
header #top_nav_mobile .head > a.cart.items {
  right: 8px;
  padding-right: 30px;
}
header #top_nav_mobile .head > a.cart.items span {
  padding-left: 54px;
  font-size: 14px;
}
header #burger {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
header #top_nav_mobile .head {
  position: relative;
  z-index: 1000000;
  -webkit-box-shadow: 2px 0px 30px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0px 30px 18px rgba(0, 0, 0, 0.08);
  height: 90px;
  display: flex;
  background: url(../images/pixel_blanc.png) !important;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
header .menu_hidden {
  background: #ffffff;
  width: 100%;
  min-height: 60vh;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  z-index: 1000;
  display: none;
  padding-top: 132px;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 40px;
  -webkit-box-shadow: 2px 0px 30px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0px 30px 18px rgba(0, 0, 0, 0.08);
}
header .menu_hidden .lang {
  display: flex;
  margin-right: 0;
  align-items: center;
  margin-top: 36px;
  justify-content: center;
}
header .menu_hidden .lang > * {
  margin: 0 15px;
  font-size: 14px;
  letter-spacing: 0.028em;
}
header .menu_hidden .tabs .tab {
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
  overflow: hidden;
  width: 100%;
}
header .menu_hidden .tabs .tab label {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800 !important;
  letter-spacing: 0.03em;
  color: #0098DA;
  padding: 19px 4vw 19px 4vw;
  border-top: 1px solid #E3E3E399;
  margin: 0;
  display: block;
  font-family: "Montserrat";
  cursor: pointer;
}
header .menu_hidden .tabs .tab label:after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 29px;
  width: 16px;
  transform: rotate(-90deg);
  background: url(../images/arrow_mobile_nav.svg);
  background-repeat: no-repeat;
  height: 10px;
  opacity: 0.7;
  background-size: contain;
}
header .menu_hidden .tabs .tab:first-child label {
  border-top: none;
}
header .menu_hidden .tabs .tab > input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
header .menu_hidden .tabs .tab .tab-content {
  display: none;
  margin-bottom: 24px;
}
header .menu_hidden .tabs .tab .tab-content > a {
  text-decoration: none;
  font-family: "Montserrat";
  margin-bottom: 16px;
  border-radius: 10px;
  color: #646262;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: #f5f5f5;
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 34px 24px;
}
header .menu_hidden .tabs .tab .tab-content > a .container_img {
  overflow: hidden;
  position: absolute;
  right: 2%;
  width: 126px;
  height: 92px;
  z-index: 100;
  bottom: 0;
}
header .menu_hidden .tabs .tab .tab-content > a .container_img picture {
  position: absolute;
  bottom: 0;
}
header .menu_hidden .tabs .tab .tab-content > a .container_img img {
  width: 100%;
}
header .menu_hidden .tabs .tab > input:checked ~ .tab-content {
  display: block;
}
header .menu_hidden .tabs .tab > input:checked ~ label {
  margin-bottom: 10px;
}
header .menu_hidden .tabs .tab > input:checked ~ label:after {
  transform: rotate(0deg);
}
header #burger:checked ~ .menu_hidden {
  display: block;
  animation: 0.1s ease-out 0s forwards normal navigation_apparition;
}
header #burger:checked ~ .head > label:after {
  background-image: url(../images/close_menu_burger.svg);
  width: 18px;
  height: 18px;
}
@keyframes navigation_apparition {
  from {
    top: -200px;
    opacity: 0.05;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
header .hero {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
header .hero picture {
  width: 100%;
  height: 246px;
}
header .hero picture img {
  height: 246px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  header h1 {
    top: -4px;
    left: 28px;
    width: 128px;
    height: 128px;
  }
  header h1 a {
    margin-top: 9px;
    margin-left: 9px;
    width: 110px;
    height: 110px;
  }
  header #subnav {
    height: 72px;
    width: calc(100% - 218px);
    margin-left: 188px;
  }
  header #subnav .left > a {
    font-size: 12px;
  }
  header #subnav .right > a {
    font-size: 12px;
  }
  header #subnav .right > a.blog {
    margin-right: 32px;
  }
  header #subnav .lang {
    font-size: 11px;
    margin-right: 32px;
  }
  header #subnav .cart {
    height: 16px;
    width: 10px;
  }
  header .mea img {
    object-position: left;
  }
  header .mea .content {
    width: 48%;
    margin: 24px 24px 24px 0px;
    padding: 22px 24px;
  }
  header .mea .content .container_image {
    width: 32%;
    right: 14px;
    top: -10px;
  }
  header .mea .content .infos .title {
    font-size: 17px;
  }
  header .mea .content .infos ul {
    width: 90%;
  }
  header .mea .content .infos ul li {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  header .mea .content .infos a {
    font-size: 9px;
    display: block;
    text-align: center;
    margin-top: 28px;
    padding: 18px 26px;
    background: #ffffffF0;
  }
}
@media (max-width: 660px) {
  header {
    z-index: 1000000000;
  }
}
