/* CSS Document */
:root {
    --color-red: #e2001a; --color-black-red: #6a1c1c ; --color-master: #311616; --color-flash: #4da0ee; --color-promo: #dc8b0a; --color-new: #26b891; --color-light-grey: #e2e2e2; --color-bkg-grey: #c7c5c5; --color-card-grey: #f0efef; --color-middle-grey: #9e9e9e; --color-green: #6ace09; --color-cream: #e7cdb1; --color-oney: #84bd06;
    --max-width: 1880px; --padding-master: 1rem;
}
html {
    background-color: var(--color-master); font-size: 20px;
}
* {
    margin: 0; padding: 0; box-sizing: border-box; transition: max-width .5s;
}
input, textarea, select {
    font-family: "Urbanist", sans-serif; font-size: 1rem; appearance: none;
}
select {
	border-radius: .25rem; padding: .2rem .5rem; background-color: var(--color-light-grey); border: 1px solid var(--color-middle-grey); font-size: .9rem; appearance: auto;
}
input {
    border: none medium; outline: none;
}
ul, ol {
    list-style: none outside none;
}
a {
    color: inherit; text-decoration: none;
}
body {
    font-family: "Urbanist", sans-serif; color: var(--color-master);
}
p {
    hyphens: auto;
}
address {
    font-style: inherit;
}
.no-wrap {
    white-space: nowrap;
}
.max-width {
    width: 100%; max-width: var(--max-width); margin: auto; padding: 0 var(--padding-master);
}
.init-picto-svg {
	position: relative;
}
.init-picto-svg::before {
	content: ""; width: 100%; height: 100%; position: absolute; -webkit-mask-position: center; -webkit-mask-repeat: no-repeat; -webkit-mask-size: contain; mask-position: center; mask-repeat: no-repeat; mask-size: contain; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.statut {
    text-transform: uppercase; font-family: "Barlow Condensed", sans-serif; color: #fff; font-weight: 600;
}
.statut-promo {
    background-color: var(--color-promo); color: #fff;
}
.statut-new {
    background-color: var(--color-new); color: #fff;
}
.btn-type-a {
	color: var(--color-red); font-size: .8rem; border: none; background-color: transparent; cursor: pointer;
}
.filter-btn {
	position: sticky; top: 93%; left: 50%; transform: translateX(-50%); background-color: var(--color-red); color: #fff; font-size: 1.25rem; border: none; border-radius: 1.5rem; padding: .35rem 1.5rem .35rem 1.25rem; text-transform: uppercase; font-weight: 500; z-index: 20; box-shadow: .15rem .15rem .25rem rgba(0,0,0,.5); display: none; font-family: "Barlow Condensed"; align-items: center; gap: 1rem;
}
.filter-btn span {
	width: 1.65rem; aspect-ratio: 1;
}
.filter-btn span::before {
	background-color: #fff;
}
.hidden {
    display: none!important;
}
.lightness {
	color: var(--color-light-grey);
}
.darkness {
	color: var(--color-master);
}

/*---- PICTO SVG ----*/
.lvl2-cat-1 .picto-category::before,
.picto-simulation::before {
    -webkit-mask-image: url("../svg/simulation.svg"); mask-image: url("../svg/simulation.svg");
}
.lvl2-cat-4 .picto-category::before,
.picto-saturation::before {
    -webkit-mask-image: url("../svg/saturation.svg"); mask-image: url("../svg/saturation.svg");
}
.lvl2-cat-5 .picto-category::before,
.picto-modulation::before {
    -webkit-mask-image: url("../svg/modulation.svg"); mask-image: url("../svg/modulation.svg");
}
.lvl2-cat-6 .picto-category::before,
.picto-spacialisation::before {
    -webkit-mask-image: url("../svg/spacialisation.svg"); mask-image: url("../svg/spacialisation.svg");
}
.lvl2-cat-7 .picto-category::before,
.picto-processeur::before {
    -webkit-mask-image: url("../svg/processeur.svg"); mask-image: url("../svg/processeur.svg");
}
.lvl2-cat-8 .picto-category::before,
.picto-looper::before {
    -webkit-mask-image: url("../svg/looper.svg"); mask-image: url("../svg/looper.svg");
}
.lvl2-cat-9 .picto-category::before,
.picto-accordeur::before {
    -webkit-mask-image: url("../svg/accordeur.svg"); mask-image: url("../svg/accordeur.svg");
}
.lvl2-cat-3 .picto-category::before,
.picto-multi-effets::before {
    -webkit-mask-image: url("../svg/multi-effets.svg"); mask-image: url("../svg/multi-effets.svg");
}
.picto-stock::before {
	-webkit-mask-image: url("../svg/stock.svg"); mask-image: url("../svg/stock.svg"); height: 90%;
}
.picto-trash::before {
  -webkit-mask-image: url("../svg/trash.svg"); mask-image: url("../svg/trash.svg");
}
.picto-close::before {
  -webkit-mask-image: url("../svg/close.svg"); mask-image: url("../svg/close.svg");
}
.lvl2-cat-2 .picto-category::before,
.picto-synth::before {
    -webkit-mask-image: url("../svg/synth.svg"); mask-image: url("../svg/synth.svg");
}
.picto-delivery::before {
	-webkit-mask-image: url("../svg/delivery.svg"); mask-image: url("../svg/delivery.svg");
}
.picto-warranty::before {
	-webkit-mask-image: url("../svg/warranty.svg"); mask-image: url("../svg/warranty.svg"); height: 83%;
}
.picto-satisfied::before {
	-webkit-mask-image: url("../svg/satisfied.svg"); mask-image: url("../svg/satisfied.svg"); height: 72%;
}
.picto-hotline::before {
	-webkit-mask-image: url("../svg/hotline.svg"); mask-image: url("../svg/hotline.svg");
}
.picto-video::before {
	-webkit-mask-image: url("../svg/video.svg"); mask-image: url("../svg/video.svg");
}
.picto-filtre::before {
	-webkit-mask-image: url("../svg/filter.svg"); mask-image: url("../svg/filter.svg");
}
.picto-embase::before {
	-webkit-mask-image: url("../svg/embase.svg"); mask-image: url("../svg/embase.svg");
}
.picto-facebook::before {
    -webkit-mask-image: url("../svg/facebook.svg"); mask-image: url("../svg/facebook.svg");
}
.picto-instagram::before {
    -webkit-mask-image: url("../svg/instagram.svg"); mask-image: url("../svg/instagram.svg");
}
.picto-youtube::before {
    -webkit-mask-image: url("../svg/youtube.svg"); mask-image: url("../svg/youtube.svg");
}
/*---- INIT SIMPLEBAR ----*/
.simplebar-scrollbar::before {
    background-color: var(--color-red)!important;
}
.simplebar-track.simplebar-vertical {
    width: 9px!important;
}
.simplebar-track.simplebar-horizontal {
    height: 9px!important;
}

/*---- MASK ----*/
.mask {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background-color: #000000ad; visibility: hidden; transition: opacity .5s .25s,visibility .5s .25s; opacity: 0;
}
.mask-basket-container {
  position: fixed; width: 25vw; height: 100%; background-color: var(--color-card-grey); top: 0; right: 0; max-width: 480px; min-width: 400px; transform: translateX(100%); transition: transform .25s;
}
.mask-basket-container > .inside {
  padding: 1rem 1.5rem; display: flex; flex-direction: column; height: 100%;
}
.mask-basket-container .top {
  display: flex; margin-bottom: .5rem; justify-content: space-between;
}
.close-mask {
  height: 100%; aspect-ratio: 1; background-color: transparent; border: none; cursor: pointer;
}
.close-mask::before {
  background-color: var(--color-middle-grey); width: 70%;
}
.close-mask:hover::before {
  background-color: var(--color-red);
}
.mask-basket-container h2 {
  font-size: 1.5rem!important; .75rem; margin-bottom: 0!important;
}
.mask-basket-container ul {
  overflow-y: auto; display: flex; flex-direction: column;
}
.mask-basket-container ul li {
  border-bottom: 1px solid var(--color-bkg-grey); margin-bottom: .25rem;
}
.mask-basket-card {
  display: grid; grid-template-columns: 30% auto; width: 100%; align-items: center; position: relative;
}
.mask-basket-card .delete {
  position: absolute; top: .5rem; right: 0; width: 1.1rem; aspect-ratio: 1;
}
.mask-basket-card .delete::before {
  background-color: var(--color-black-red);
}
.mask-basket-card .delete:hover::before {
  background-color: var(--color-red);
}
.mask-basket-card img {
  width: 100%; aspect-ratio: 1; object-fit: contain; padding: .5rem 0; mix-blend-mode: multiply;
}
.mask-basket-card .product-infos {
  display: flex; flex-direction: column; padding-left: .5rem;
}
.mask-basket-card .product-infos .brand {
  font-family: "Barlow Condensed"; font-weight: 500; text-transform: uppercase;
}
.mask-basket-card .product-infos .ref {
  height: 2.2rem; overflow: hidden; line-height: 1;
}
.mask-basket-card .product-infos > div:last-child {
  display: flex; justify-content: space-between; font-family: "Barlow Condensed"; align-items: center; line-height: 1;
}
.mask-basket-card .stock {
  position: relative; font-size: .8rem; text-transform: uppercase; font-weight: 500; padding-left: 1.1rem;
}
.mask-basket-card .stock::before {
  content: ""; position: absolute; top: -5%; left: 0; aspect-ratio: 1; height: 110%; mask-image: url("../svg/check.svg"); background-color: var(--color-green); width: auto; transform: none;
}
.mask-basket-card input {
  padding: .15rem .25rem; text-align: center; border: 1px solid var(--color-light-grey); border-radius: .25rem; width: 60px;
}
.mask-basket-card .price {
  font-weight: 500; font-size: 1.1rem;
}
.mask-basket-sum {
  display: flex; justify-content: space-between; margin-bottom: 1rem; align-items: center; padding-top: .5rem;
}
.mask-basket-sum div:nth-child(1){
  font-weight: 300; font-size: 1.2rem;
}
.mask-basket-sum div:nth-child(2){
  font-family: "Barlow Condensed", sans-serif; font-size: 1.65rem; font-weight: 500;
}
.mask-basket-actions {
  display: flex; justify-content: space-between;
}
.mask-basket-actions button {
  font-size: 1rem; font-family: inherit; border-radius: .25rem; color: #fff; background-color: var(--color-black-red); padding: .5rem 1rem; border: none;
}
.mask-basket-actions button:hover {
  background-color: var(--color-red); cursor: pointer;
}
.mask.open {
	visibility: visible; opacity: 1; transition: opacity .25s;
}
.mask.open .mask-basket-container {
	transform: translateX(0); transition: transform .25s .25s;
}

/*---- HEADER ----*/
header {
    color: #fff; z-index: 20; position: relative;
}
.header-top-container {
    background-color: var(--color-black-red); height: 5vw; max-height: 100px; display: flex; flex-direction: column; min-height: 70px; position: relative; z-index: 20;
}
.header-top-container > div {
    flex: 1; display: flex; align-items: center; justify-content: space-between;
}
.header-burger {
	height: 100%; aspect-ratio: 1; display: none; margin-right: 1rem;
}
.header-logo {
	height: 100%; aspect-ratio: 2; display: flex; align-items: center;
}
.header-logo a {
    flex: 1;
}
.header-logo img {
    max-width: 180px; display: block; margin-bottom: -5%;
}
.header-search {
    width: 25%; display: flex; height: 100%; align-items: center;
}
.header-search form {
	border-radius: .25rem; background-color: #fff; display: flex; height: 60%; width: 100%; max-height: 52px;
}
.header-search form input {
    width: 100%; padding: 0 1rem; background-color: transparent;
}
.header-search form button {
	position: relative; border: none; height: 100%; aspect-ratio: 1; background-color: transparent;
}
.header-search form button::before {
	background-color: var(--color-red); height: 65%;
}
.picto-glass::before {
	-webkit-mask-image: url("../svg/loupe.svg"); mask-image: url("../svg/loupe.svg");
}
.header-link ul {
    display: flex;
}
.header-link li {
    margin: 0 1rem;
}
.header-link a {
    padding: .5rem 1rem; position: relative; white-space: nowrap; display: block; font-weight: 600;
}
.header-link a.link-store {
    color: var(--color-red);
}
.header-link a.link-promo {
    color: var(--color-promo);
}
.header-link a.link-new {
    color: var(--color-new);
}
.header-link a::before {
    content: ""; position: absolute; width: 1rem; height: 1rem; top: 0; left: 0; border-top: .15rem solid; border-left: .15rem solid; transition: all .5s;
}
.header-link a:hover::before {
    width: 98%; height: 90%; transition: all .5s;
}
.header-link a::after {
    content: ""; position: absolute; width: 1rem; height: 1rem; bottom: 0; right: 0; border-bottom: .15rem solid; border-right: .15rem solid; transition: all .5s;
}
.header-link a:hover::after {
    width: 98%; height: 90%; transition: all .5s;
}
.header-picto {
	height: 100%; aspect-ratio: 2;
}
.header-picto ul {
	display: flex; height: 100%;
}
.header-picto ul li {
	width: 50%; position: relative;
}
.header-picto ul li:first-child {
    display: none;
}
.button-header {
	display: block; height: 100%; width: 100%; background-color: transparent; border: none; cursor: pointer;
}
.button-header:hover::after {
	content: ""; width: 100%; height: .25rem; background-color: var(--color-red); position: absolute; bottom: 0; left: 0;
}
.button-header::before {
	background-color: var(--color-red); width: 50%; height: 46%; max-height: 42px;
}
.button-header.picto-burger::before {
	-webkit-mask-image: url("../svg/burger.svg"); mask-image: url("../svg/burger.svg");
}
.button-header.picto-account::before {
	-webkit-mask-image: url("../svg/account.svg"); mask-image: url("../svg/account.svg");
}
.button-header.picto-basket::before {
	-webkit-mask-image: url("../svg/basket.svg"); mask-image: url("../svg/basket.svg"); transform: translate(-57%,-50%);
}
.header-count-basket {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%,-90%); font-size: .9rem;
}
.header-bottom-container {
    position: absolute; width: 100%;
}
.header-bottom-container > div {
	display: flex; align-items: center; justify-content: space-between;
}
.header-bottom-container .header-link {
    display: none;
}
header nav > ul {
	display: flex;
}
header nav > ul > li {
	display: flex; margin: 0 1.2rem;
}
header nav > ul > li:first-child {
	margin-left: 0;
}
header nav > ul > li > a {
	color: #fff;  padding: .75rem 0; position: relative; text-transform: uppercase; font-weight: 600;
}
header nav > ul > li > a:hover {
	color: #fff;
}
header nav > ul > li > a::before {
	content: ""; position: absolute; width: 0; height: .2rem; background-color: var(--color-red); bottom: 0; left: 50%; transform: translateX(-50%); transition: width .5s;
}
header nav > ul > li:hover > a::before {
	width: 100%; transition: width .5s;
}
header nav > ul > li:hover div {
  visibility: visible;
}
header nav > ul div {
  visibility: hidden; position: absolute; top: 100%; overflow: hidden;
}
header nav > ul ul li {
  padding: .75rem 1rem; border-bottom: 1px solid var(--color-master); cursor: pointer;
}
header nav > ul ul li:hover {
  background-color: var(--color-red);
}
header nav > ul div ul {
  transform: translateY(-100%); background-color: var(--color-black-red); box-shadow: .15rem .15rem .25rem var(--color-master); margin: 0 .35rem .35rem 0; transition: transform .5s;
}
header nav > ul > li:hover div ul {
  transform: translateY(0%); transition: transform .5s;
}
.header-bottom-container .right {
    display: flex;
}
.header-lang {
    text-transform: uppercase; font-weight: bold; display: flex; align-items: center; line-height: 1; margin-right: 2rem; position: relative; cursor: pointer; padding: .75rem 0;
}
.header-lang span:nth-child(1) {
    font-size: .8rem; color: var(--color-red); margin-right: 1rem;
}
.header-lang span:nth-child(2) {
    font-size: 1.1rem;
}
.header-lang ul {
    display: none; position: absolute; right: 0; top: 2rem; z-index: 9; font-weight: normal; color: var(--color-master); text-transform: initial;
}
.header-lang ul li {
	padding: .5rem .75rem; background-color: var(--color-light-grey); margin-bottom: 1px; box-shadow: .15rem .15rem .25rem rgba(0,0,0,.25);
}
.header-lang:hover ul,
.header-lang ul:hover {
    display: block;
}
.header-lang ul li:hover {
	background-color: var(--color-red); color: #fff;
}
.hotline {
	text-transform: uppercase; font-weight: bold; display: flex; align-items: center; line-height: 1;
}
.hotline span:first-child {
    font-size: .8rem; color: var(--color-red); margin-right: 1rem;
}
.hotline span:last-child {
    font-size: 1.1rem;
}


/*---- BREADCRUMBS ----*/
.breadcrumbs {
    padding-top: 4rem;
}
.breadcrumbs > .inside {
    overflow: auto; padding: 0 0 .75rem 0;
}
.breadcrumbs ul {
    display: flex; gap: .25rem; font-size: .9rem;
}
.breadcrumbs ul li {
	display: flex; align-items: center; white-space: nowrap;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
    position: relative; padding: .25rem .75rem .25rem .5rem; display: block; color: var(--color-bkg-grey); z-index: 2; filter: drop-shadow(-.25rem 0 0 var(--color-master));
}
.breadcrumbs ul li a:hover {
    color: #fff;
}
.breadcrumbs ul li:first-child a {
    background-color: var(--color-black-red); z-index: 1; margin-right: -.25rem; padding-right: 1rem;
}
.breadcrumbs ul li:first-child a:hover {
    background-color: var(--color-red);
}
.breadcrumbs ul li:nth-child(n+2) a::before,
.breadcrumbs ul li:nth-child(n+2) a::after {
  content: ""; position: absolute; height: 50%; width: 100%; background-color: var(--color-black-red); left: 0; z-index: -1;
}
.breadcrumbs ul li:nth-child(n+2) a::before {
    top: 0; transform: skewX(-38deg);
}
.breadcrumbs ul li:nth-child(n+2) a::after {
    bottom: 0; transform: skewX(38deg);
}
.breadcrumbs ul li:nth-child(n+2) a:hover::before,
.breadcrumbs ul li:nth-child(n+2) a:hover::after {
  background-color: var(--color-red);
}
.breadcrumbs ul li:nth-child(n+2) span::before,
.breadcrumbs ul li:nth-child(n+2) span::after {
  content: ""; position: absolute; height: 50%; width: 100%; background-color: var(--color-master); left: 0; z-index: -1;
}
.breadcrumbs ul li:nth-child(n+2) span::before {
    top: 0; transform: skewX(-38deg);
}
.breadcrumbs ul li:nth-child(n+2) span::after {
    bottom: 0; transform: skewX(38deg);
}
/*.breadcrumbs ul li a,
.breadcrumbs ul li span {
    border: 1px solid var(--color-red); font-size: .9rem; color: var(--color-middle-grey); padding: .25rem .5rem; display: block;
}
.breadcrumbs ul li span {
	border-color: var(--color-middle-grey); color: var(--color-light-grey); white-space: nowrap;
}
.breadcrumbs ul li a {
    white-space: nowrap;
}
.breadcrumbs ul li a:hover {
    background-color: var(--color-red); color: #fff;
}*/

/*---- SWIPER BRANDS ----*/
.swiper-brands {
      width: 100%; aspect-ratio: 40/8; margin-left: auto; margin-right: auto; --swiper-scrollbar-bg-color: var(--color-black-red); --swiper-scrollbar-drag-bg-color: var(--color-red);
}
.swiper-brands::part(container) {
	padding-bottom: 1rem;
}
.swiper-brands::part(scrollbar) {
	opacity: 0;
}
.swiper-brands:hover::part(scrollbar) {
	opacity: 1;
}
/*.swiper-brands swiper-slide {
    height: calc((100% - 32px) / 2) !important;
}*/
.swiper-brands swiper-slide a {
	height: 100%; width: 100%; display: block; position: relative; border: 1px solid var(--color-black-red); border-radius: .35rem;
}
.swiper-brands swiper-slide a:hover {
	background-color: var(--color-red);
}
.swiper-brands swiper-slide a img {
	position: absolute; width: 100%; height: 100%; object-fit: contain; filter: invert(1) brightness(.9); padding: 5% 10%;
}
.swiper-brands swiper-slide a:hover img {
	filter: invert(1) brightness(1.5);
}

/*---- H ----*/
h1 {
	font-weight: 200; font-size: 2rem;
}
h2.picto-embase {
	font-weight: 300; font-size: 1.8rem; margin-bottom: 1.5rem; display: flex; align-items: flex-start; line-height: 1.2; padding-left: 1.5em;
}
h2.picto-embase::before {
	left: 0; transform: none; top: 0; width: 1.15em; -webkit-mask-position: 0 .15em; mask-position: 0 .15em;
}
h2.lightness::before {
	background-color: var(--color-light-grey);
}
h2.darkness::before {
	background-color: var(--color-master);
}

/*---- HOME ----*/
.banner-home-container {
	position: relative; margin: 4rem auto 0; max-width: 2380px;
}
.banner-home-container swiper-container {
    width: 100%; max-width: 2380px;
}
.banner-home-container swiper-slide {
    height: 100%; width: auto;
}
.banner-home-container swiper-slide img {
    display: block; max-width: 100%; height: 23vw; max-height: 500px; min-height: 350px; border: 1px solid #666;
}
.section-home-theme {
	padding: 3% 0 4%;
}
.home-theme-container {
	display: grid; grid-template-columns: repeat(6,1fr); gap: 1cqw;
}
.home-theme-container a {
	container-type: size; width: 100%; aspect-ratio: 6/8;
}
.home-theme-container a > div{
	border: .8cqh solid var(--color-red); border-radius: .75rem; padding: 6cqh 0cqw; display: flex; flex-direction: column; align-items: center; height: 100%;
}
.home-theme-container a:hover > div {
	background-color: #e2001a3b;
}
.home-theme-container h3 {
	color: var(--color-light-grey); font-family: "Barlow Condensed"; font-weight: 600; text-transform: uppercase; display: inline-block; text-align: left; font-size: 10cqw; padding-bottom: 7cqw;
}
.home-theme-container h3 span {
	font-size: 2rem; display: block; line-height: .8; font-size: 15cqw;
}
.home-theme-picto {
	width: 45cqw; aspect-ratio: 2/1; margin: auto;
}
.home-theme-picto::before {
	background-color: var(--color-red);
}
.home-theme-container a div:nth-child(3) {
	flex: 1; color: var(--color-light-grey); display: flex; text-transform: uppercase; flex-direction: column; align-items: center; justify-content: center; font-size: 7cqw; font-weight: 600; line-height: 1.1;
}
.home-theme-container a div:nth-child(3) span {
	color: var(--color-red); font-size: 9cqw;
}
.home-theme-switch {
    width: 18.6cqw; aspect-ratio: 1; background-image: url("../images/png/switch.png"); background-size: contain; background-repeat: no-repeat; background-position: center;
}
.section-home-selection {
	background-color: var(--color-bkg-grey); padding: 2% 0 3%;
}
.section-home-brands {
	padding: 2% 0 3%;
}

/*---- SELECTION CARD ----*/
.selection-list {
    container-type: inline-size; overflow: auto; width: 100%; padding-bottom: .75rem;
}
.selection-list .selection-inside {
    display: grid; grid-template-columns: repeat(3,1fr); gap: 1cqw;
}
.selection-card {
	container-type: size; width: 100%; aspect-ratio: 14/7;
}
.selection-card .inside {
	height: 100%;
}
.selection-card .inside a {
	background-color: var(--color-card-grey); border-radius: 2.5cqw; position: relative; overflow: hidden; display: flex; height: 100%;
}
.selection-card picture {
	width: 40%;	margin: 4cqw 0 4cqw 3cqw; position: relative;
}
.selection-card img {
	mix-blend-mode: multiply; width: 100%; height: 100%; position: absolute; object-fit: contain;
}
.selection-infos {
	display: flex; flex-direction: column; padding: 0 5% 0 3%; flex: 1;
}
.selection-infos > div:nth-child(1) {
	display: flex; height: 28%;
}
.selection-theme {
    flex: 1; display: flex; align-items: center;
}
.selection-theme-picto {
	height: 62%; aspect-ratio: 2/1;
}
.selection-theme-picto::before {
	background-color: var(--color-middle-grey);
}
.selection-statut {
	font-family: "Barlow Condensed"; text-transform: uppercase; font-weight: 600; height: 100%; aspect-ratio: 1; justify-content: center; align-items: end; display: flex; padding-bottom: 2%; container-type: inline-size; font-size: 4.25cqw;
}
.selection-infos > div:nth-child(2) {
	flex: 1; display: flex; flex-direction: column; justify-content: center;
}
.selection-brand {
	font-family: "Barlow Condensed"; text-transform: uppercase; font-weight: 600; font-size: 4.3cqw;
}
.selection-brand-separator {
	width: 10cqw; height: .7cqw; background-color: var(--color-middle-grey); margin: .8cqw 0;
}
.selection-ref {
	font-size: 4.3cqw; height: 10cqw;
}
.selection-infos > div:nth-child(3) {
	padding-bottom: 6%; display: flex; align-items: end; justify-content: space-between; font-family: "Barlow Condensed"; font-weight: 500;
}
.selection-stock {
	text-transform: uppercase; font-size: 3.5cqw; padding-left: 4.5cqw;
}
.selection-stock::before {
	content: ""; position: absolute; top: 0; left: 0; aspect-ratio: 1; height: 100%; mask-image: url("../svg/check.svg"); background-color: var(--color-green); width: auto; transform: none;
}
.selection-stock.no-stock {
	padding: 0; color: var(--color-middle-grey);
}
.selection-stock.no-stock::before {
	display: none;
}
.selection-price {
	display: flex; flex-direction: column; line-height: 1; align-items: end;
}
.selection-price .old-price {
	font-size: 3.5cqw; text-decoration: line-through; color: var(--color-middle-grey); height: 3.5cqw;
}
.selection-price .current-price {
	font-size: 5.5cqw;
}

/*---- CATEGORY CARD ----*/
.category-card {
	position: relative; border-radius: .5rem; overflow: hidden; display: block; border: 2px solid var(--color-master); container-type: inline-size;
}
.category-card img {
	display: block; width: 100%;
}
.category-card .inside {
	position: absolute; top: 0; left: 0; width: 50%; height: 100%; display: flex; flex-direction: column; padding: 4cqw 0 4cqw 4cqw; justify-content: space-between;
}
.category-card .picto-category {
	width: 63%; aspect-ratio: 12/6;
}
.category-card .picto-category::before {
	background-color: #6f6060;
}
.category-card .lvl2-cat-title {
	color: #fff; font-size: 7cqw; font-weight: 300;
}
.category-card:hover {
	border-color: #fff;
}
.category-card:hover .picto-category::before {
	background-color: var(--color-red);
}

/*---- CATEGORIES LIST ----*/
.title-category-list-container {
	margin-top: .5rem;
}
.section-bottom-categories-list {
	padding: 1rem 0 3%;
}
.categories-list-container {
	display: grid; grid-template-columns: repeat(5,minmax(auto,347px)); justify-content: space-between; gap: 1.75rem;
}
.categories-list-container li {
  position: relative; container-type: inline-size; overflow: hidden; border-radius: .5rem; box-shadow: 0 0 0 1px #626161;
}
.categories-list-container li:hover {
  box-shadow: 0 0 0 2px #fff;
}
.categories-list-container img {
  width: 100%; display: block; filter: brightness(1.1);
}
.categories-list-container .inside {
  position: absolute; color: #fff; top: 0; left: 0; width: 100%; height: 100%; padding: 6cqw 8cqw; line-height: .9; display: flex; flex-direction: column; justify-content: space-between;
}
.categories-list-container .inside .title {
  font-family: "Barlow Condensed"; font-size: 18cqw; font-weight: 400;
}
.categories-list-container .inside .count-ref {
  text-shadow: 1px 1px 2px black; font-size: 1.15rem;
}
.categories-list-container li:hover .inside .title {
 color: var(--color-red);
}
.categories-list-container .inside .title span {
  font-size: 9.5cqw; display: block; margin-bottom: 1cqw; color: #fff;
}

/*---- CATEGORY LISTING ----*/
.section-top-category-listing > .inside {
	padding-bottom: 3%; background-image: url("../images/habillage/habillage-categorie.jpg"); background-repeat: no-repeat; background-position: right bottom; background-size: contain;
}
.title-category-listing-container {
	position: relative; margin-top: 2%;
}
.title-category-listing-container .picto {
	height: 6.5rem; aspect-ratio: 2/1;
}
.title-category-listing-container .picto::before {
	background-image: linear-gradient(var(--color-red) 35%,var(--color-master)); -webkit-mask-position: left center; mask-position: left center;
}
.title-category-listing-container h1 {
	color: var(--color-light-grey); font-weight: lighter; font-size: 2.4rem; position: absolute; bottom: 0; line-height: 1; padding-left: 1rem;
}
.section-bottom-category-listing {
	background-color: var(--color-bkg-grey); padding: 3% 0 4%; min-height: 50vw;
}
.category-listing-container {
	display: grid; grid-template-columns: minmax(250px,18%) auto; gap: 3%;
}
.listing-filter-container {
	position: sticky; top: 1rem;
}
.listing-filter-title {
	height: 1.65rem; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem;
}
.listing-filter-title strong {
	font-weight: 600; text-transform: uppercase;
}
.select-filter-container {
	background-color: var(--color-card-grey); border-radius: .5rem; border: .15rem solid var(--color-card-grey); overflow: auto; border-bottom: none;
}
.select-filter-title,
.sub-filter span {
	display: flex; background-color: var(--color-light-grey); margin-bottom: .15rem; padding: .5rem .5rem .5rem 1.75rem; font-weight: bold; text-transform: uppercase; font-size: .85rem; align-items: center; position: relative; cursor: pointer; justify-content: space-between
}
.select-filter-title::before,
.sub-filter span::before {
	content: ""; width: 0; height: 0; border-top: .25rem solid transparent; border-bottom: .25rem solid transparent; border-left: .25rem solid; position: absolute; top: 50%; left: .75rem; transform: translate(35%,-50%);
}
.open .select-filter-title::before,
.sub-filter.open span::before {
	rotate: 90deg; transform: translate(-90%,-20%);
}
.checked .select-filter-title {
	background-color: var(--color-master); color: var(--color-card-grey);
}
.select-filter-title .btn-type-a {
	font-weight: 600; text-transform: uppercase; font-size: .7rem;
}
.select-filter-slide {
	max-height: 0; overflow: auto; margin-bottom: 0; transition: all .5s;
}
.open .select-filter-slide {
	max-height: 250px; margin-bottom: .5rem; transition: all .5s;
}
.select-filter ul {
	padding-left: .5rem;
}
.select-filter ul li {
	text-transform: uppercase; font-size: .8rem; padding: .2rem 0; display: flex; align-items: center;
}
.select-filter ul li.checked {
	font-weight: bold;
}
.select-filter ul li::before {
	content: ""; width: .85rem; height: .85rem; display: block; background-color: var(--color-light-grey); border: 1px solid var(--color-bkg-grey); border-radius: .2rem; margin-right: .35rem;
}
.select-filter ul li.checked::before {
	background-color: var(--color-red);
}
.sub-filter {
	margin: 0 .5rem;
}
.sub-filter span {
	background-color: transparent; margin-bottom: 0;
}
.sub-filter:not(:last-child) {
	border-bottom: 1px solid var(--color-bkg-grey);
}
.sub-filter ul {
	display: none; margin-bottom: .5rem;
}
.sub-filter.open ul {
	display: block;
}
.for-sticky-btn-filter {
  position: absolute; height: 100%; width: 0; left: 50%;
}
.listing-sort-container {
	display: flex; justify-content: space-between; font-weight: 600; align-items: center; margin-bottom: 1rem;
}
.listing-articles-container {
	display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem;
}
.listing-articles-container article {
	width: 100%; aspect-ratio: 6/7; container-type: inline-size;
}
.listing-articles-container article a {
	display: flex; flex-direction: column; height: 100%; border-radius: 4cqw; overflow: hidden; border: 1px solid var(--color-bkg-grey); background-color: var(--color-card-grey);
}
.listing-articles-container article a > div:nth-child(1) {
	position: relative; flex: 1;
}
.listing-articles-container article a > div:nth-child(1) img {
	height: 90%; width: 86%; object-fit: contain; position: absolute; mix-blend-mode: multiply; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.card-article-statut {
	position: absolute; left: 0; top: 0; text-transform: uppercase; font-family: "Barlow Condensed"; font-weight: 600; line-height: 1; padding: 1.5cqw 3cqw 1.7cqw 6cqw; font-size: 6cqw; transform: translateY(-100%);
}
.listing-articles-container article a > div:nth-child(2) {
	display: flex; padding: 1cqw 6cqw 3cqw; position: relative;
}
.card-article-h2 {
	display: flex; flex-direction: column; font-size: 6cqw; line-height: 1.2;
}
.card-article-h2 .brand {
	font-family: "Barlow Condensed"; font-weight: 600; text-transform: uppercase;
}
.card-article-h2 .reference {
	font-weight: lighter; display: block; overflow: hidden; height: 15cqw;
}
.listing-articles-container article a > div:nth-child(3) {
	background-color: var(--color-light-grey); border-top: 1px solid var(--color-bkg-grey); padding: 3.5cqw 6cqw; display: flex; justify-content: space-between; font-family: "Barlow Condensed"; line-height: 1; align-items: center;
}
.card-article-stock {
	text-transform: uppercase; font-size: 5.5cqw; padding-left: 7cqw; font-weight: 500;
}
.card-article-stock.no-stock {
	padding-left: 0; color: var(--color-middle-grey);
}
.card-article-stock::before {
	content: ""; position: absolute; top: -10%; left: 0; aspect-ratio: 1; height: 120%; mask-image: url("../svg/check.svg"); background-color: var(--color-green); width: auto; transform: none;
}
.card-article-stock.no-stock::before {
	display: none;
}
.card-article-price {
	position: relative;
}
.card-article-price .old-price {
	position: absolute; top: 0; display: block; right: 0; background-color: var(--color-card-grey); border: 1px solid var(--color-bkg-grey); padding: .5cqw 1.5cqw .7cqw; transform: translateY(-100%); text-decoration: line-through; font-size: 5.75cqw; color: var(--color-middle-grey);
}
.card-article-price .current-price {
	font-size: 9cqw; font-weight: 500;
}

/*---- PRODUCT ----*/
.section-product-top {
	position: relative; background-color: var(--color-bkg-grey);
}
.section-product-top::before {
	content: ""; position: absolute; width: 100%; height: 22vw; background-color: var(--color-master); max-height: 450px; min-height: 320px;
}
.section-product-top > .inside {
	padding-bottom: 3%; position: relative;
}
.product-top-grid-container {
	display: grid; color: #fff; grid-template-columns: auto minmax(330px,27%); margin-top: .5rem;
}
.product-title-container {
	margin-bottom: 1.45rem; position: relative;
}
.product-title-container .inside {
	display: flex; height: 100%;
}
.product-attribut {
	height: 100%; aspect-ratio: 5/4; background-color: var(--color-red); position: relative;
}
.product-attr-picto {
	height: 70%; width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.product-attr-picto::before {
	background-color: #fff;
}
.product-title {
    flex: 1; padding-left: 1rem; display: flex; align-items: center;
}
.product-title h1 {
    display: flex; flex-direction: column; line-height: 1.1; font-size: 2.2rem
}
.product-title h1 span:first-child {
	font-family: "Barlow Condensed"; font-weight: 400; text-transform: uppercase; color: var(--color-cream); font-size: .88em;
}
.product-title h1 span:last-child {
	font-weight: 200;
}
.product-statut {
	height: 100%; aspect-ratio: 1; container-type: inline-size;
}
.product-statut div {
	height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; font-weight: 600; font-family: "Barlow Condensed"; text-transform: uppercase; font-size: 30cqw;
}
.product-side-container {
	grid-row: span 3; padding-left: 10%;
}
.product-side-container .inside {
	position: sticky; top: 2rem; display: flex; flex-direction: column; gap: 1rem;
}
.product-cart-container {
	font-family: "Barlow Condensed"; font-weight: 500; line-height: 1; background-color: var(--color-master); padding: 1rem; margin-top: -1rem; border-radius: .5rem; display: flex; flex-direction: column; gap: 1.4rem; justify-content: center;
}
.product-price-container {
	display: flex; flex-direction: column; align-items: center;
}
.product-price-container .old-price {
	color: var(--color-promo); font-size: 1.4rem; text-decoration: line-through;
}
.product-price-container .current-price {
	font-size: 3.2rem;
}
.btn-add-cart {
	background-color: var(--color-red); color: #fff; border: none; border-radius: .5rem; font-family: inherit; font-size: 2rem; width: 100%; padding: .5rem 1rem .75rem; line-height: 1; cursor: pointer;
}
.product-oney-container {
	display: flex; gap: .35rem; font-family: "Urbanist"; justify-content: center; font-size: 1.2rem; font-weight: 300; color: var(--color-card-grey);
}
.product-oney-container span:nth-child(1) {
	font-weight: bold;
}
.product-oney-container span:nth-child(2) {
	font-weight: bold; color: var(--color-oney);
}
.product-oney-container u {
	color: var(--color-oney);
}
.product-infos-container {
	background-color: var(--color-card-grey); color: var(--color-master); padding: .5rem 5%; border-radius: .5rem; font-family: "Barlow Condensed"; font-size: 1.1rem;
}
.product-infos-container > ul > li {
	display: flex;
}
.product-infos-container > ul > li div:first-child {
	width: 3rem; aspect-ratio: 16/13; position: relative; margin: .5rem .5rem .5rem 0;
}
.product-infos-container > ul > li div:first-child::before {
	background-color: var(--color-master);
}
.product-infos-container > ul > li div:last-child {
	border-bottom: 1px solid var(--color-bkg-grey); flex: 1; align-self: stretch; display: flex; align-items: center; padding-left: .5rem;
}
.product-infos-container > ul >  li:last-child div:last-child {
	border-bottom: none;
}
.product-infos-container > ul > li div ul {
	display: flex; gap: 1rem;
}
.product-infos-container > ul > li div ul li {
	display: flex; gap: .5rem; align-items: center;
}
.product-infos-container > ul > li div ul li span {
	width: 1rem; aspect-ratio: 1; border-radius: .5rem; border: 1px solid var(--color-middle-grey); background-color: var(--color-bkg-grey);
}
.product-infos-container strong {
	font-weight: 600;
}
.product-help-hotline-container {
	background-color: var(--color-master); color: var(--color-cream); border-radius: .5rem; padding: 1rem 1.5rem; font-family: "Barlow Condensed"; display: flex; flex-direction: column; gap: .5rem;
}
.product-help-hotline-container > div:nth-child(1) {
	font-size: 1.6rem;
}
.product-help-hotline-container > div:nth-child(2) {
	display: flex; align-items: center;
}
.product-help-hotline-container .picto-hotline {
    width: 2.6rem; aspect-ratio: 1;
}
.product-help-hotline-container .picto-hotline::before {
   background-color: var(--color-cream);
}
.product-help-hotline-container .phone {
	color: var(--color-light-grey); font-size: 1.65rem; font-weight: 500; flex: 1; padding-left: .75rem;
}
.product-help-hotline-container .email {
	text-transform: uppercase; color: var(--color-red); font-weight: 500;
}
.product-media-container {
	width: 100%; aspect-ratio: 16/8; background-color: #fff; border-radius: .5rem .5rem 0 0; overflow: hidden; min-height: 400px;
}
.product-media-container .inside {
	height: 100%; display: flex; container-type: size;
}
.product-media-container .left {
	width: 15%; border-right: 1px solid var(--color-bkg-grey);
}
.product-media-container .left li {
	border-bottom: 1px solid var(--color-bkg-grey); position: relative; width: 100%; height: 20cqh;
}
.product-media-container .left li img {
	width: 100%; height: 100%; position: absolute; object-fit: contain; padding: 8%; opacity: .5
}
.product-media-container .left li.video img {
	object-fit: cover; padding: 2px;
}
.product-media-container .left li.picto-video::before {
	z-index: 9; background-color: #fff; width: 20%; aspect-ratio: 1; top: 8%; left: 8%; transform: initial; filter: drop-shadow(2px 2px 5px #000); height: auto; min-width: 22px;
}
.product-media-container .left li img.selected,
.product-media-container .left li:hover img{
	opacity: 1;
}
.product-media-container .right {
	flex: 1;
}
#viewer {
    flex: 1; height: 100%; display:flex; align-items:center; justify-content:center; overflow:hidden; position:relative; touch-action: none; cursor: zoom-in;
}
#viewer img {
    user-select: none; -webkit-user-drag: none; -moz-user-select: none; -ms-user-select: none; pointer-events:auto; position:relative; transition: transform 0.18s ease; transform: translate(0px, 0px); will-change: transform;
}
#viewer img.fit {
    max-width: calc(100% - 40px); max-height: calc(100% - 40px); box-sizing: border-box;
}
#viewer img.zoomed {
    max-width: none; max-height: none; width: auto; height: auto; padding: 0;
}
#viewer iframe {
    border: none;
}
.product-scope-container {
	padding: 3% 6%; background-color: var(--color-card-grey); border-radius: 0 0 .5rem .5rem; color: var(--color-master);
}
.product-scope-container > div:not(:last-child) {
	padding-bottom: 3%; border-bottom: 2px solid var(--color-black-red); margin-bottom: 3%;
}
.product-scope-container .with-col-left .inside {
	display: grid; grid-template-columns: 10rem auto;
}
.product-scope-container .with-col-left .left {
	border-right: 1px solid var(--color-bkg-grey);
}
.product-scope-container .with-col-left .right {
	padding-left: 4%; width: 100%;
}
.product-scope-container .with-read-more .inside {
	max-height: 400px; overflow: hidden; position: relative; transition: max-height 1s; padding-bottom: 2rem;
}
.product-col-title {
	text-transform: uppercase; font-weight: 300; padding: .35rem 0; font-size: 1.2rem;
}
.product-others-container .right {
    padding-top: .75rem;
}
.product-others {
	padding-bottom: .75rem; overflow: auto;
}
.product-others ul {
	display: flex; gap: 1rem;
}
.product-others li {
	min-width: calc(100% /3.8); background-color: var(--color-card-grey)
}
.product-others a {
	display: flex; flex-direction: column; border: 1px solid var(--color-bkg-grey); padding: .5rem .5rem .35rem; font-size: .9rem; border-radius: .5rem; background-color: #fff;
}
.product-others img {
	width: 100%; mix-blend-mode: multiply; aspect-ratio: 18/12; object-fit: contain; user-select: none; pointer-events: none; padding: .25rem;
}
.product-others ul div {
	display: flex; flex-direction: column;
}
.product-others ul div .brand {
	font-family: "Barlow Condensed"; text-transform: uppercase; font-size: .85rem; font-weight: 500;
}
.product-others ul div .current-price {
	text-align: right; font-family: "Barlow Condensed"; font-weight: 600;
}
.product-detail-container {
	text-align: justify; margin-top: 1px;
}
.product-detail-container .inside::after,
.product-specif-container .inside::after {
	content: ""; width: 100%; position: absolute; height: 6rem; background-image: linear-gradient(transparent,var(--color-card-grey) 70%); bottom: 0;
}
.product-detail-container .inside.open::after,
.product-specif-container .inside.open::after {
	opacity: 0;
}
.product-detail-container .right {
	padding-top: .5rem;
}
.product-detail-container h2 {
	font-size: 1.2rem; font-weight: 600; margin-bottom: .5rem; margin-top: 1.5rem; border-top: 1px dashed var(--color-bkg-grey); padding-top: 1rem; color: var(--color-black-red);
}
.product-detail-container p {
	margin-bottom: 1rem;
}
.product-detail-container p + br {
	display: none;
}
.product-detail-container ul {
	margin-bottom: 1rem; list-style: disc outside; padding-left: 2rem;
}
.product-detail-container li {
	margin-bottom: .25rem;
}
.product-detail-container li::marker {
	color: var(--color-black-red);
}
.product-specs li {
	padding: .35rem .5rem; font-size: .9rem; position: relative; border-bottom: 1px solid #d9d9d9;
}
.product-specs li:last-child {
	border-bottom: none;
}
/*.product-specs li::before {
	content: ""; width: 5px; height: 100%; background-color: var(--color-black-red); display: block; position: absolute; top: 0; left: 0;
}*/
.product-specs li:not(:last-child)::after {
	content: ""; width: 100%; height: 1px; position: absolute; bottom: 0; left: 0; background-color: #fff;
}
.read-more {
	position: absolute; bottom: 0; z-index: 9; padding: .25rem 1rem; border: none; border-radius: 1rem; text-transform: uppercase; color: #fff; background-color: var(--color-red);
}

/*---- FOOTER ----*/
footer {
	background-color: var(--color-black-red); padding: 3% 0;
}
footer a {
	color: var(--color-cream);
}
.footer-container > .inside {
	display: grid; grid-template-columns: auto 23% 23%; color: #fff; gap: 2vw;
}
footer .title {
	text-transform: uppercase; font-size: 1.2rem; margin-bottom: 1rem; font-weight: bold;
}
footer .title span {
	color: var(--color-red); font-size: .9em;
}
.footer-subscribe-container {
	display: flex;
}
.footer-subscribe-container > .inside {
	display: flex; flex-direction: column; justify-content: space-between; width: 100%; gap: 2vw;
}
.footer-site-container {
	border: 1px solid #9f636a; border-radius: 1rem; padding: 1.5vw;
}
.footer-site-container ul {
	container-type: inline-size; display: flex; flex-wrap: wrap; align-items: center;
}
.footer-site-container ul li:nth-child(1) {
    width: 23%; max-width: 220px; min-width: 140px;
}
.footer-site-container img {
	width: 100%;
}
.footer-site-container ul li:nth-child(2) {
    flex: 1;
}
.footer-site-container ul li:last-child {
	line-height: 1; font-size: 3.75cqw; font-family: "Barlow Condensed"; color: var(--color-card-grey); width: 100%;
}
.footer-themes-links {
	display: flex;
}
.footer-themes-links a {
	container-type: inline-size; width: calc(100% / 6); position: relative;
}
.footer-themes-links h3 {
	display: none; font-weight: 400; position: absolute; top: -1.5rem; font-size: 1rem; left: 50%; text-align: center; transform: translateX(-50%); white-space: nowrap;
}
.footer-themes-links a:hover h3 {
	display: block;
}
.footer-theme-picto {
	width: 70cqw; aspect-ratio: 12/7; margin: auto;
}
.footer-theme-picto::before {
	background-color: var(--color-cream);
}
.footer-theme-picto:hover::before {
	background-color: var(--color-red);
}
.footer-networks-container {
	flex: 1;
}
.footer-networks-container > .inside {
	display: flex; align-items: center; border: 1px solid #9f636a; border-radius: 1rem; padding: 0 1.5vw; height: 100%; gap: 1rem; justify-content: center;
}
.footer-networks-container .title {
	margin-bottom: 0;
}
.footer-networks-container ul {
	display: flex; gap: .5rem;
}
.footer-networks-container li a span {
	position: relative; width: 3rem; aspect-ratio: 1; background-color: var(--color-cream); display: block; border-radius: 50%;
}
.footer-networks-container li a span::before {
	background-color: var(--color-black-red); -webkit-mask-size: 65%; mask-size: 65%;
}
.footer-networks-container li a:hover span {
	background-color: var(--color-red);
}
.footer-shop-container {
	padding: 1.5vw 2vw; border-radius: 1rem; border: 1px solid #9f636a;
}
.footer-shop-container ul li:not(:last-child) {
	margin-bottom: 1rem
}
.footer-links-container {
	padding: 1.5vw 2vw; border-radius: 1rem; border: 1px solid #9f636a;
}
.footer-links-container ul li:not(:last-child) {
	margin-bottom: 1rem
}

@media (max-width:1980px){
    :root {
        --max-width: 1560px;
    }
    html {
        font-size: 18px;
    }
}
@media (max-width:1350px){
    html {
        font-size: 16px;
    }
    
    /*---- HEADER ----*/
    .header-burger {
        display: block;
    }
    .header-top-container .max-width {
        padding: 0;
    }
    .header-top-container .header-link {
        display: none;
    }
    .header-search {
        flex: 1;
    }
    .header-search form {
	    max-width: 450px; margin: auto; width: 80%;
    }
    .header-bottom-container {
	    transform: translateX(-105%); position: fixed; z-index: 10; background-color: var(--color-master); top: 70px; left: 0; height: calc(100% - 70px); box-shadow: 2px 0 5px 0 rgba(0,0,0,.75); max-width: 280px;
    }
    .header-bottom-container > div {
        flex-direction: column; padding: .75rem;
    }
    .header-bottom-container .left,
    .header-bottom-container .right {
        width: 100%;
    }
    .header-bottom-container .header-link {
	    display: flex;
    }
    .header-link ul {
        flex-direction: column; width: 100%;
    }
    .header-link li {
        margin: 0 0 .5rem 0;
    }
    .header-link a {
        border: 1px solid;
    }
    .header-link a::before,
    .header-link a::after {
        display: none;
    }
    header nav ul {
        flex-direction: column;
    }
    header nav ul li {
        margin: 0 0 .5rem 0;
    }
    header nav ul li a {
	    padding: .5rem 1rem; border: 1px solid #666; width: 100%;
    }
    .header-bottom-container .right {
        flex-direction: column;
    }
    
    /*---- BREADCRUMBS ----*/
    .breadcrumbs {
	    padding-top: var(--padding-master);
    }
    
    /*---- HOME ----*/
    .banner-home-container {
	    margin: 1rem auto 0;
    }
    .swiper-brands {
	    aspect-ratio: 40/11;
    }
    /*---- CATEGORIES LIST ----*/
    .section-bottom-categories-list {
      padding: 1rem 0;
    }
    .categories-list-container {
	    gap: .75rem;
    }
    /*---- CATEGORY LISTING ----*/
    .listing-articles-container {
	    grid-template-columns: repeat(3,1fr); gap: .8rem;
    }
    /*---- PRODUCT ----*/
    .product-title h1 {
	    font-size: 2rem;
    }
    .product-side-container {
	    padding-left: 1rem;
    }
    .product-price-container .current-price {
	    font-size: 2.8rem;
    }
    .product-scope-container {
        padding: 3% 4%;
    }
    .product-others li {
	    min-width: calc(100% /2.8);
    }
    
    /*---- FOOTER ----*/
    .footer-site-container ul li:nth-child(2) {
	    min-width: 100%; margin: .5rem 0 1rem;
    }
    .footer-site-container ul li:last-child {
	    font-size: 4.75cqw;
    }
}
@media (max-width:1000px){
    .filter-btn {
        display: flex;
    }
    /*---- HOME ----*/
    .banner-home-container swiper-slide img {
      min-height: auto; height: 58vw; max-height: 370px;
    }
    .home-theme-container {
	    grid-template-columns: repeat(4,1fr); gap: 2cqw;
    }
    .selection-list .selection-inside {
	    grid-template-columns: repeat(2,1fr); gap: 2cqw;
    }
    .swiper-brands {
	    aspect-ratio: 40/12;
    }
    /*---- CATEGORIES LIST ----*/
    .categories-list-container {
	    grid-template-columns: repeat(3,minmax(auto,347px)); gap: .25rem;
    }
    /*---- LISTING ----*/
    .category-listing-container {
        grid-template-columns: auto; position: relative; padding-bottom: 3rem;
    }
    .category-listing-container .left {
	    position: fixed; z-index: 20; width: 96%; left: 0; max-width: 360px; transform: translateX(-105%); top: 0; background-color: var(--color-bkg-grey); height: 100%; box-shadow: .25rem .25rem .5rem rgba(0,0,0,.5); transition: transform .5s;
    }
    .category-listing-container .left.open {
	    transform: translateX(0); transition: transform .5s;
    }
    .listing-filter-title {
	    color: #fff; background-color: var(--color-master); padding: 1.5rem 1rem;
    }
    .select-filter-container {
	    margin: 0 1rem;
    }
    
    /*---- PRODUCT ----*/
    .product-title-container {
	    grid-column: span 2; order: 1; margin-bottom: 1rem;
    }
    .product-side-container {
	    order: 3; grid-column: span 2; grid-row: initial; padding: 1rem 0;
    }
    .product-side-container .inside {
	    display: grid; grid-template-columns: 50% 50%; gap: 1rem 0; position: relative; top: 0;
    }
    .product-cart-container {
	    order: 2; border-radius: 0 .5rem .5rem 0; margin-top: 0;
    }
    .product-infos-container {
	    order: 1; border-radius: .5rem 0 0 .5rem;
    }
    .product-help-hotline-container {
	    order: 3; grid-column: span 2; display: grid; gap: 0; grid-template-columns: repeat(2,1fr);
    }
    .product-help-hotline-container > div:nth-child(2) {
	    grid-row: span 2; border-left: 1px solid; padding-left: 2rem;
    }
    .product-media-container {
        border-radius: .5rem; order: 2; grid-column: span 2;
    }
    .product-scope-container {
	    order: 3; grid-column: span 2; border-radius: .5rem;
    }
    .footer-subscribe-container {
	    grid-column: span 3;
    }
    .footer-subscribe-container > .inside {
        flex-direction: row;
    }
    .footer-site-container {
	    flex: 1;
    }
    .footer-networks-container > .inside {
	    flex-direction: column; text-align: center;
    }
    .footer-networks-container {
	    flex: inherit; width: 30%;
    }
    .footer-links-container {
	    grid-column: span 2;
    }
}
@media (max-width:600px){
    :root {
        --padding-master: .5rem;
    }
    
    /*---- HEADER ----*/
    .header-top-container {
        min-height: 55px;
    }
    .header-search form {
	    display: none;
    }
    .header-picto {
    	aspect-ratio: 3;
    }
    .header-picto ul li:first-child {
	   display: block;
    }
    .button-header::before {
	    width: 60%; height: 50%; max-height: none;
    }
    
    /*---- MASK ----*/
    .mask-basket-container {
      width: 100%; min-width: auto;
    }
    
    /*---- H ----*/
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.6rem!important;
    }
    
    /*---- HOME ----*/
    .section-home-theme {
	    padding: 8% 0 8%;
    }
    .home-theme-container {
	    grid-template-columns: repeat(2,1fr);
    }
    .section-home-selection {
	    padding: 5% 0 5%;
    }
    .selection-list .selection-inside {
	    width: 280%; grid-template-columns: repeat(3,1fr);
    }
    .section-home-brands {
	    padding: 5% 0 8%;
    }
    .swiper-brands {
	    aspect-ratio: 40/34;
    }
    
    /*---- CATEGORY LIST ----*/
    .categories-list-container {
	    display: flex; flex-direction: column; gap: 1px;
    }
    .category-card {
	    border: 0; border-radius: 0; background-color: #a4999b; height: 66px;
    }
    .category-card img {
	   height: 100%; width: auto; aspect-ratio: 1; object-fit: cover; object-position: right; border-right: 1px solid var(--color-master);
    }
    .category-card .picto-category {
        display: none;
    }
    .category-card .inside {
	    padding: 1cqh 2cqh 1cqh 10cqh; width: 100%; justify-content: center;
    }
    .category-card .lvl2-cat-title {
	    font-size: 2.4cqh;
    }
    
    /*---- LISTING ----*/
    .section-top-category-listing > .inside {
		background-size: cover;
    }
    .title-category-listing-container {
		container-type: inline-size;
    }
    .title-category-listing-container .picto {
	    height: 22cqw;
    }
    .title-category-listing-container h1 {
		font-size: 8cqw;
    }
    .listing-articles-container {
	    grid-template-columns: repeat(1,1fr); gap: .5rem; max-width: 400px; margin: auto;
    }
    .listing-articles-container article {
	    width: 100%; aspect-ratio: 14/7;
    }
    .listing-articles-container article a {
        display: grid; grid-template-columns: 42% auto; grid-template-rows: 4fr 1fr; border-radius: 2cqw;
    }
    .listing-articles-container article a > div:nth-child(1) img {
        height: 84%;
    }
    .listing-articles-container article a > div:nth-child(2) {
	    padding: 14cqw 3cqw 0;
    }
    .card-article-h2 {
	    font-size: 5cqw !important;
    }
    .card-article-statut {
	    left: auto; right: 3cqw; transform: none; padding: 7cqw 0 1.5cqw; font-size: 4.5cqw; width: 14cqw; text-align: center;
    }
    .card-article-h2 .reference {
		height: 18cqw;
    }
    .listing-articles-container article a > div:nth-child(3) {
		padding: 0.5cqw 3cqw; grid-column: span 2;
    }
    .card-article-stock {
	    font-size: 4.5cqw; padding-left: 6cqw;
    }
    .card-article-price .old-price {
		font-size: 4.5cqw;
    }
    .card-article-price .current-price {
	    font-size: 6.5cqw;
    }
    
    /*---- PRODUCT ----*/
    .section-product-top::before {
        min-height: 280px;
    }
    .product-title-container .inside {
	    display: grid; grid-template-columns: 70px auto;
    }
    .product-attribut {
	    width: 100%; height: auto;
    }
    .product-title {
	    grid-row: span 2; padding-left: .75rem;
    }
    .product-title h1 {
	    font-size: 1.7rem;
    }
    .product-statut {
	    aspect-ratio: 5/2; width: 100%; height: auto;
    }
    .product-statut div {
        font-size: 25cqw;
    }
    .product-media-container {
        aspect-ratio: 1; min-height: auto;
    }
    .product-media-container .inside {
        flex-direction: column;
    }
    .product-media-container .left {
	    width: auto; order: 2; border-right: none; border-top: 1px solid var(--color-bkg-grey);
    }
    .gallery {
	    display: flex;
    }
    .product-media-container .left li {
	    border-bottom: none; border-right: 1px solid var(--color-bkg-grey); height: 18cqh; min-width: calc(100% / 4.5);
    }
    #viewer {
	    order: 1;
    }
    .product-side-container {
        padding: .5rem 0;
    }
    .product-side-container .inside {
        gap: .5rem 0;
    }
    .product-cart-container {
	    order: 1; border-radius: .5rem; grid-column: span 2; gap: 1rem;
    }
    .product-infos-container {
	    grid-column: span 2; border-radius: .5rem; font-size: 1.25rem;
    }
    .product-help-hotline-container {
	    display: flex; gap: .5rem;
    }
    .product-help-hotline-container > div:nth-child(2) {
	    border-left: 0; padding-left: 0;
    }
    .product-scope-container {
        padding: 3%;
    }
    .product-scope-container .with-col-left .inside {
	    grid-template-columns: auto;
    }
    .product-scope-container .with-col-left .right {
	    padding-left: 0;
    }
    .product-scope-container .with-col-left .left {
	    border: none;
    }
    .product-others ul {
	    gap: .5rem;
    }
    .product-others li {
	    min-width: calc(100% /2.3);
    }
    .product-detail-container ul {
	    padding-left: 1rem;
    }
    .product-detail-container li {
	    margin-bottom: .5rem;
    }

    /*---- FOOTER ----*/
    footer {
		padding: 5% 0 8%;
    }
    .footer-container > .inside {
	    display: flex; flex-direction: column; gap: 1rem;
    }
    .footer-subscribe-container > .inside {
	    flex-direction: column;
    }
    .footer-site-container {
	    border-radius: 0; border: none; border-bottom: 1px solid #9f636a; padding: .5rem 0 1rem;
    }
    .footer-site-container ul {
	    justify-content: center; text-align: center;
    }
    .footer-theme-picto {
	    width: 82cqw;
    }
    .footer-site-container ul li:last-child {
	    font-size: 5.75cqw;
    }
    .footer-networks-container {
	    width: 100%;
    }
    .footer-networks-container > .inside {
	    border-radius: 0; border: none; padding: .5rem 0;
    }
    .footer-shop-container {
	    max-width: 300px; margin: auto; padding: 1.5rem;
    }
    .footer-links-container {
	    width: 300px; margin: auto; padding: 1.5rem;
    }
}