/**
 * main.css
 *
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 6. Accessibility helpers
 *
 */

/*********************************************************************
 * 1. General HTML tags
 *
 */
:root{
	--main-black: #000;
	--main-white: #F9F8F4;
	--brand-AA-light: #C9C9C9;
	--Dark-Grey: #2D2925;
	--grey-dark-background: #858077;
	--Sandstone: #756957;
	--grey-white-background: #6B675F;
	--Black: #000;
	--Pearl-Bush: #EEE8E2;
}

* {
	box-sizing: border-box;
}

html{
	background: var(--main-white)
}
body {
	max-width: 100%;
	margin: 0 auto;
	color: var(--main-white);
	background: var(--main-black);
	line-height: 1;
}

/* body, td, input[type=text], textarea {
	font-family: 'Quattrocento', serif;
	font-size: 105%;
} */

img {
	max-width: 100%;
	width: 100%;
	min-width: 0;
	height: auto;
}
h1{
	font-weight: 400
}
h1 span{
	font-weight: 600
}
h2 {
	font-weight: normal;
	text-transform: uppercase;
	margin:0;
}

h3 {
	padding-top: 1em;
}
p{margin:0}
a{
	color: #fff;
	text-decoration: none;
}
a.is-black{
	color: #000;
	text-decoration: none;
	position: relative;
  display: inline;
	margin-right: 5px;
}
a.is-black:not(.is-secondary)::before {
  content: '';
  position: absolute;
	left: 0;
  bottom: -2px;
  background: #000;
  height: 1px;
  width: 100%;
  display: block;
}
a.is-black:not(.is-secondary)::after {
  content: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.25 1.25H0.25V8.25H7.25V5.25' stroke='black' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.25 4.25L7.75 0.75' stroke='black' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 0.25H8.25V3.25' stroke='black' stroke-width='0.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	margin-left: 5px;
}

blockquote {
	margin-left: 0;
	padding-left: 1.5em;
	padding-right: 2em;
	border-left: 4px solid #ddd;
	font-style: italic;
	color: #777;
}

pre, code {
	background: #eee;
	border: 1px solid #ddd;
}

pre {
	font-size: 14px;
	line-height: 1.4em;
	padding: 1em;
	border-left: 4px solid #ddd;
}

ul,li{
	list-style-type: none;
  padding: 0;
  margin: 0;
}
/*********************************************************************
 * 2. Masthead area
 *
 */

.topnav, .topnav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.topnav li {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.topnav a {
	padding: 0.25em 0.5em;
	text-decoration: none;
	display: block;
	background: #eee;
	color: #333;
	border: 1px solid #eee;
}
@media (hover: hover) {
.topnav a:hover {
	background: #ddd;
	border-color: #ddd;
}
}
.topnav li.current a {
	background: #ddd;
	border-color: #ddd;
}
.topnav li.edit a {
	background: none;
}

.languages {
	list-style: none;
	margin: 0;
	padding: 0;
	/* font-size: 80%; */
}

.languages li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.languages a {
	padding: 0 0.5em;
	border: none;
	display: inline;
	border-left: 1px solid #ccc;
}
.languages li.current a {
	font-weight: bold;
}
.languages li:first-child a {
	border: none;
	padding-left: 0;
}



form.search {
	float: right;
	margin: 0;
	width: 30%;
	padding-bottom: 1em;
}
form.search input {
	margin: 0;
	padding: 0.25em 0.5em;
	border: 1px solid #ccc;
	width: 100%;
}

.breadcrumbs {
	/* font-size: 80%; */
	width: 70%;
	float: left;
	clear: both;
	padding-top: 1em;
}
.breadcrumbs span:after {
	content: ">";
	color: #999;
	padding-left: 0.5em;
	padding-right: 0.25em;
}

/*********************************************************************
 * 3. Main content and sidebar
 *
 */

/* #main {
	padding-top: 1em;
	margin-top: 1em;
	clear: both;
} */

/* #content {
	width: 85%;
} */

/* #content, #sidebar {
	padding-bottom: 2em;
} */

.nav {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
	.nav .nav {
		padding-left: 1.5em;
		list-style: disc;
	}
	.nav li {
		margin: 1em 0;
	}

	.nav-tree li {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nav a {
		font-weight: bold;
		border-bottom:0;
	}

	.nav-tree li a {
		color: #777;
	}

	.nav .current > a {
		color: #333;
	}

#sidebar img + blockquote {
	margin-top: 0;
}

.align_left {
	/* for images placed in rich text editor */
	float: left;
	margin: 0 1em 0.5em 0;
	position: relative;
	top: 0.5em;
	max-width: 50%;
}

.align_right {
	/* for images placed in rich text editor */
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%;
}

.align_center {
	/* for images placed in rich text editor */
	display: block;
	margin: 1em auto;
	position: relative;
	top: 0.5em;
}

figure {
	display: table;
	width: 1px;
	margin: 1em 0;
}

figure img {
	display: table-row;
	margin-bottom: 0.5em;
}

figure figcaption {
	display: table-row;
	font-size: smaller;
	color: #777;
	line-height: 1.4em;
}

/*********************************************************************
 * 4. Footer
 *
 */

footer {
	background: var(--main-white);
}
footer a{
	color: var(--main-black)
}
/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */

@media only screen and (max-width: 767px) {
	/* mobile layout */

	.languages {
		width: 100%;
		margin-bottom: 1em;
	}
	.topnav {
		float: none;
		clear: both;
		width: 100%;
	}
	.breadcrumbs {
		margin-bottom: 1em;
		margin-top: 0;
	}

	/* body, td, textarea {
		font-size: 100%;
	} */
	body.has-sidebar #content,
	body.has-sidebar #sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}
	form.search {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	#content {
		width: 100%;
	}
	#sidebar {
		border-top: 1px solid #eee;
		padding-top: 1em;
	}
	.align_left, .align_right, .align_center {
		display: block;
		float: none;
		margin: 1em auto;
		max-width: 100%;
	}

}

@media only screen and (min-width: 1200px) {
	/* extra-wide desktop layout */

	/* body, td, textarea {
		font-size: 115%;
	} */
}

/*********************************************************************
 * 6. Accessibility helpers
 *
 */

/* Hide visually, but remain approachable for screenreader */

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */

body.is-using-keyboard .element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Sample styling for bypass link */

body.is-using-keyboard .bypass-to-main:focus {
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}


/* Start Custom styles*/
svg{display: block}
button {
  -webkit-appearance: none;
  border-radius: 0;
  text-align: inherit;
  background: none;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  border: none;
  color: inherit;
  font: inherit;
	line-height: initial;
	text-transform: uppercase;
}

/*header*/
/* body.tpl-home header .header-wrapper{
	position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
	will-change: transform;
}
body:not(.tpl-home) header{
	position: sticky;
	top:0;
	background: var(--Black);
	z-index: 200
}*/
/* Home: fixed overlay */
body.tpl-watch .header-wrapper,
body.tpl-home .header-wrapper,
body.tpl-craftsmanship .header-wrapper,
body.tpl-plp-calibre .header-wrapper,
body.tpl-calibre .header-wrapper,
body.tpl-services .header-wrapper,
body.tpl-plp-legacy .header-wrapper,
body.tpl-user-manual .header-wrapper,
body.tpl-user-manual-content .header-wrapper,
body.tpl-register-timepiece .header-wrapper,
body.tpl-news .header-wrapper,
body.tpl-article .header-wrapper,
body.tpl-downloads .header-wrapper,
body.tpl-download-folder .header-wrapper,
body.tpl-contact .header-wrapper{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
  overflow: hidden;
}

/* Other pages: sticky (takes space in flow) */
/* Wrapper always in flow */
.header-wrapper {
  position: relative;
  z-index: 5000;
  height: var(--header-height, auto); /* will be set by JS */
}

/* On tpl-home: overlay */
body.tpl-watch .header-wrapper,
body.tpl-collection .header-wrapper,
body.tpl-craftsmanship .header-wrapper,
body.tpl-calibre .header-wrapper,
body.tpl-plp-calibre .header-wrapper,
body.tpl-services .header-wrapper,
body.tpl-user-manual .header-wrapper,
body.tpl-user-manual-content .header-wrapper,
body.tpl-plp-legacy .header-wrapper,
body.tpl-history .header-wrapper,
body.tpl-register-timepiece .header-wrapper,
body.tpl-news .header-wrapper,
body.tpl-article .header-wrapper,
body.tpl-downloads .header-wrapper,
body.tpl-download-folder .header-wrapper,
body.tpl-contact .header-wrapper{
  position: relative; /* no stickiness needed, since .header-bar is fixed */
  height: 0; /* doesn’t push content */
}

body.tpl-home .header-bar,
body.tpl-plp-calibre .header-bar,
body.tpl-collection .header-bar,
body.tpl-user-manual .header-bar,
body.tpl-user-manual-content .header-bar,
body.tpl-services .header-bar,
body.tpl-register-timepiece .header-bar,
body.tpl-news .header-bar,
body.tpl-article .header-bar,
body.tpl-downloads .header-bar,
body.tpl-download-folder .header-bar,
body.tpl-contact .header-bar{
	background: transparent
}
/* The animated element */
.header-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
	background: var(--Black)
}
/* @media (min-width: 768px) {
  .header-bar {
    padding: 30px 20px;
  }
} */
.main-nav-burger,
.logo,
.header-right {
  flex: 1;
}
.header-right {
  justify-content: flex-end;
}

.logo {
  display: flex;
  justify-content: center; /* centers logo inside its flex slot */
}
.logo-short { display: none; }
.logo-full {text-transform: uppercase;text-align: center;}
.header--scrolled .logo-full { display: none; }
.header--scrolled .logo-short { display: inline; }

@media (min-width: 1440px) {
  .header-bar {
    padding: 55px 53px;
  }

}
@media (min-width: 1920px) {
  .header-bar {
    padding: 55px 70px;
  }

}


header .header-wrapper .nav-trigger button,
header .header-wrapper .header-right a{
	position: relative;
	display: flex;
	flex-flow: row;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 0;
}
header .header-wrapper .nav-trigger button::after,
header .header-wrapper .header-right a::after{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
	background: var(--Pearl-Bush);
	transition: width .3s ease-out, background .3s .1s ease;
}
@media (hover: hover) {
    header .header-wrapper .nav-trigger button:hover::after,
    header .header-wrapper .header-right a:hover::after{
        width: 100%;
    	background: var(--grey-dark-background);
    	transition: width .6s ease-out, background .3s .1s ease;
    }
}
header .header-wrapper .header-right > *:not(:first-child){margin-left: 30px}
header .header-wrapper .header-right a span,
.nav-trigger button span{margin-left: 8px}

header .header-wrapper .header-right{display: flex;}

/* Side nav menu panel */
/* Side nav menu panel */
.side-nav {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: left 0.25s ease;
  z-index: 1000;
}
.side-nav .panel-title{text-transform: uppercase;}
.side-nav div{background: var(--main-black);}
.side-nav a{
	border-bottom: 0;
	display: block;
}
.side-nav ul li{
	position: relative;
	overflow: hidden;
	list-style-type: none;
	text-transform: uppercase;
	/*border-bottom: 1px solid var(--Dark-Grey);*/
}

#panel-legacy li.has-background a img{filter: grayscale(1)}

.side-nav ul li.has-background a span::after,
.side-nav ul li:not(.has-background)::after{
	content:'';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width:0;
	height: 1px;
	background-color: var(--Sandstone);
	transition: width .4s ease-in-out;
}
.side-nav ul li.has-background a span::after{
	bottom: -5px;
}
.side-nav ul li.has-background a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 0;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}
@media (hover: hover) {
    .side-nav ul li.has-background:hover a span::after,
    .side-nav ul li:not(.has-background):hover::after{width: 100%}
}
@media (min-width: 769px) {
    .side-nav ul li.is-active:not(.has-background)::after{width: 100%}
}
.side-nav ul li button{width: 100%}

.side-nav ul li button::after,
.side-nav ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background: var(--Dark-Grey);
    position: absolute;
    left: 0;
    bottom: 0;
}
.side-nav .panel.is-active ul li button::after,
.side-nav .panel.is-active ul li a::after {
    width: 100%;
}

.side-nav .panel.is-active ul li:nth-child(1) a::after,
.side-nav .panel.is-active ul li:nth-child(1) button::after {transition: width .6s ease-out;}
.side-nav .panel.is-active ul li:nth-child(2) a::after,
.side-nav .panel.is-active ul li:nth-child(2) button::after {transition: width .6s .2s ease-out;}
.side-nav .panel.is-active ul li:nth-child(3) a::after,
.side-nav .panel.is-active ul li:nth-child(3) button::after {transition: width .6s .4s ease-out;}
.side-nav .panel.is-active ul li:nth-child(4) a::after,
.side-nav .panel.is-active ul li:nth-child(4) button::after {transition: width .6s .6s ease-out;}
.side-nav .panel.is-active ul li:nth-child(5) a::after,
.side-nav .panel.is-active ul li:nth-child(5) button::after {transition: width .6s .8s ease-out;}
.side-nav .panel.is-active ul li:nth-child(6) a::after,
.side-nav .panel.is-active ul li:nth-child(6) button::after {transition: width .6s  1s ease-out;}

.side-nav.is-visible { display: block; }
.side-nav.is-open { left: 0; }
@media (min-width: 769px) {
    .side-nav.is-visible { display: flex; }
}
.side-nav li:not(.has-background)::before,
.side-nav__header .back-btn::before {
  content: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.5L6 4.5L1 8.5' stroke='%23756957'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
.side-nav li::before{
	top: 100%;
}
.side-nav .panel.is-active li::before{
	top: 50%;
	transition: top .6s ease-in-out;
}


.side-nav .panel.is-active ul li:nth-child(1)::before {transition: top .6s ease-out;}
.side-nav .panel.is-active ul li:nth-child(2)::before {transition: top .6s .2s ease-out;}
.side-nav .panel.is-active ul li:nth-child(3)::before {transition: top .6s .4s ease-out;}
.side-nav .panel.is-active ul li:nth-child(4)::before {transition: top .6s .6s ease-out;}
.side-nav .panel.is-active ul li:nth-child(5)::before {transition: top .6s .8s ease-out;}
.side-nav .panel.is-active ul li:nth-child(6)::before {transition: top .6s  1s ease-out;}

.side-nav .panel ul li:not(.has-background) button.font-xl span,
.side-nav.lang-nav .panel ul li:not(.has-background) a span{
    transform: translateY(calc(100% + 1.5rem));
    display: block;
}
.side-nav .panel ul li:not(.has-background) button.font-sm span,
.side-nav .panel ul li:not(.has-background) a.font-sm span{
    transform: translateY(calc(100% + .9rem));
    display: block;
}
.side-nav .panel.is-active ul li:not(.has-background) button span,
.side-nav .panel.is-active ul li:not(.has-background) a span{
    transform: translateY(0);
}

.side-nav .panel.is-active ul li:nth-child(1):not(.has-background) a span,
.side-nav .panel.is-active ul li:nth-child(1):not(.has-background) button span{transition: transform .6s ease-out;}
.side-nav .panel.is-active ul li:nth-child(2):not(.has-background) a span,
.side-nav .panel.is-active ul li:nth-child(2):not(.has-background) button span{transition: transform .6s .2s ease-out;}
.side-nav .panel.is-active ul li:nth-child(3):not(.has-background) a span,
.side-nav .panel.is-active ul li:nth-child(3):not(.has-background) button span{transition: transform .6s .4s ease-out;}
.side-nav .panel.is-active ul li:nth-child(4):not(.has-background) a span,
.side-nav .panel.is-active ul li:nth-child(4):not(.has-background) button span{transition: transform .6s .6s ease-out;}
.side-nav .panel.is-active ul li:nth-child(5):not(.has-background) a span,
.side-nav .panel.is-active ul li:nth-child(5):not(.has-background) button span{transition: transform .6s .8s ease-out;}
.side-nav .panel.is-active ul li:nth-child(6):not(.has-background) a span,
.side-nav .panel.is-active ul li:nth-child(6):not(.has-background) button span{transition: transform .6s 1s ease-out;}

.side-nav .panel ul li.has-background a img,
.side-nav .panel ul li.has-background button img{
	scale: 1.2;
	transition: scale .6s ease;
}
.side-nav .panel.is-active ul li.has-background a img,
.side-nav .panel.is-active ul li.has-background button img{
	scale: 1;
	transition: scale .8s ease;
}
@media (hover: hover) {
    .side-nav .panel.is-active ul li.has-background:hover a img{
    	scale: 1.07;
    	transition: scale .6s ease;
    }
}
@media (min-width: 769px) {
    .side-nav .panel.is-active ul.is-previous li:not(.is-active, :hover) a span,
    .side-nav .panel.is-active ul.is-previous li:not(.is-active, :hover) button span{
    	opacity: .5;
    	transition: opacity .6s ease;
    }
}

.side-nav__header .back-btn::before{
	top: 50%;
	left: 0;
	rotate: 180deg;
	width: max-content;
	transform-origin: top;
}

.side-nav__header {
	position: sticky;
	top: 0;
	flex: 0 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}
.side-nav__header button{
	padding: .75rem 1rem;
	border-bottom: 1px solid var(--Dark-Grey);
}
.side-nav__close {
  position:relative;left:0;border: 0; background: none; font-size: 1.25rem; cursor: pointer;
}
.side-nav__close::after {
  	content: '';
	position: absolute;
	bottom: 0;
	left:0;
	height: 1px;
	width: 0;
	background: var(--Sandstone);
	transition: width .3s ease-in-out;
}
@media (hover: hover) {
    .side-nav__close:hover::after {
    	width: 100%;
    	transition: width .3s ease-in-out;
    }
}
/* Overlay */
.side-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 900;
  opacity: 1; transition: opacity .2s ease;
}
.side-nav-overlay[hidden] { display: none; opacity: 0; pointer-events: none; }
/* .side-nav.is-open + .side-nav-overlay { opacity: 1; } */

/* Panels — mobile behavior (overlap) */
.panel {
	display: none;
	flex-direction: column;
  position: absolute; /* under header */
  left: 0; width: 100%; height: calc(100% - 48px);
  transform: translateX(-100%);         /* mobile : fermé = hors écran à gauche (slide-in depuis la gauche) */
  transition: transform .25s ease;
  padding: 0 1rem 1rem; overflow-y: auto;
  background: var(--main-black);
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}

/* is-mounted = présent (display), is-active = en place (transform) : 2 responsabilités séparées,
   pour que le slide puisse jouer (on ne peut pas animer depuis display:none).
   Le stagger des items se déclenche aussi sur .is-active (règles plus haut). */
.panel.is-mounted { display: flex; }

/* Mobile : panels TOUJOURS rendus (position:absolute, hors flux). Masqués simplement
   en étant hors écran (translateX(-100%)), clippés par .side-nav{overflow-x:hidden}.
   On n'anime QUE le transform — aucun display/visibility/opacity à changer, donc la
   transition est fiable sur iOS (c'est le cas le plus robuste). pointer-events gère
   le clic, le focus-trap (JS) gère le clavier. Desktop garde display:none (colonnes). */
@media (max-width: 768px) {
  .panel {
    display: flex;
    pointer-events: none;
  }
  .panel.is-active {
    pointer-events: auto;
  }

  /* panels plus profonds au-dessus, sinon le parent les recouvre */
  .side-nav .panel.level-1 { z-index: 10; }
  .side-nav .panel.level-2 { z-index: 20; }
  .side-nav .panel.level-3 { z-index: 30; }
}

.side-nav.lang-nav{padding-left: 20px}
.panel > ul {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #8a7c5f transparent;
  scrollbar-gutter: stable both-edges;
}
.panel.is-active { transform: translateX(0); }

.back-btn {
  display: inline-block; margin: 0 0 1rem; background: none; border: 0;
  font-size: 1rem; cursor: pointer;
}

.panel.level-1{z-index: 50}
.panel.level-2{z-index: 40}
.panel.level-3{z-index: 30}

.panel.level-1 button,
.panel.level-1 a{padding: 1.5rem 0}

.panel.level-1 button.side-nav__close{padding: .5rem 0}

.panel:not(.level-1) button,
.panel:not(.level-1) a{padding: .9rem 0}

.side-nav ul li.has-background{
	margin-top: 20px;
	border-bottom:none;
}
.side-nav ul li.has-background::after{
	content: none;
}
.side-nav ul li.has-background a{
	position: relative;
  padding: 0;
}
.side-nav ul li.has-background a span{
	position: absolute;
	z-index: 5;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: max-content;
}


.side-nav .side-nav__footer a{padding: .5rem 0;}
.side-nav .side-nav__footer .side-nav__footer-pre{text-transform: uppercase;border-bottom: 1px solid var(--Dark-Grey)}

.side-nav .side-nav__footer .side-nav__footer-pre a,
.side-nav .side-nav__footer .side-nav__footer-pre button{
    padding: .2rem 0;
    margin: .6rem 0;
    line-height: 1;
    border-bottom: .5px solid transparent;
    transition: border .3s ease-in-out;
}

@media (hover: hover) {
    .side-nav .side-nav__footer .side-nav__footer-pre a:hover,
    .side-nav .side-nav__footer .side-nav__footer-pre button:hover{
        border-bottom: .5px solid #fff;
        transition: border .3s ease-in-out;
    }
}
.side-nav .side-nav__footer .side-nav__footer-pre,
.side-nav .side-nav__footer .side-nav__footer-sub{display: flex;gap:16px;}
.side-nav .side-nav__footer .side-nav__footer-sub a{
	display: flex;
    align-items: center;
	color: var(--grey-dark-background)
}
@media (hover: hover) {
    .side-nav .side-nav__footer .side-nav__footer-sub a:hover{color: #fff;transition: color .3s ease-in-out}
}
.side-nav .side-nav__footer .side-nav__footer-sub a svg{margin-left: 8px}
/* Desktop: columns, still toggled by burger */
@media (min-width: 769px) {
  .side-nav {
    width: auto; /* expands to fit columns */
    max-width: 90vw;
    display: flex; /* container for columns */
    overflow-x: auto;
  }
  
	.side-nav__header {height: 76px}
  .panel {
    position: relative; /* participate in flex columns */
    top: 0; left: 0; height: 100%;
    transform: translateX(-100%);
    width: 400px;
    border-right: 1px solid var(--Sandstone);
    display: none; /* hidden unless active */
  }
  .panel.is-active { transform: translateX(0); }

	.panel:not(.level-1) .side-nav__header button,
  .back-btn { display: none; } /* no back button on desktop */

	.side-nav .side-nav__footer {padding: 0 1rem;}


}

.side-nav.lang-nav{
	left: inherit;
	right: -100%;
	transition: right 0.3s ease;
}
.side-nav.lang-nav.is-open{
	left: inherit;
	right: 0;
	transition: right 0.3s ease;
}







/*CTA*/
.is-primary,
.is-secondary:hover{
	color: var(--Black);
	padding: 14px 19px 13px;
	background: #786D5F;
	border: 1px solid #786D5F;
	transition: all .3s ease-in-out;
}
.is-secondary,
.is-primary:hover{
	color: #fff;
	border: 1px solid #fff;
	padding: 14px 19px 13px;
	background: var(--main-black);
	transition: all .3s ease-in-out;
}
.is-secondary.is-black{
	color: #000;
	border: 1px solid #000;
	background: transparent;
}
.is-secondary.is-black:hover{
	color: #fff;
	border: 1px solid #000;
	background: #000;
}
.is-secondary.is-white{
	color: var(--main-black);
	border: 1px solid var(--main-black);
	background: #fff;
}
.is-secondary.is-white:hover{
	color: #fff;
	border: 1px solid #000;
	background: #000;
}
.is-primary,
.is-secondary{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	display: block;
  width: max-content;
  margin: 0 auto;
}
.is-secondary:disabled:hover,
.is-secondary:disabled{
	opacity: .3;
	background: var(--main-black);
	color: #fff;
	border: none;
	cursor: default;
}
.is-tertiary{
	display: block;
	margin: 20px auto;
	color: var(--Black);
	font-family: var(--font-type-2, Cormorant);
	font-size: var(--font-size-md);
	font-weight: 400;
	text-decoration: underline;
	text-transform: none;
}
.is-scrolldown{
	  position: absolute;
		left: 50%;
		transform: translateX(-50%);
	  bottom: 30px;
		padding: 50px;
	  width: max-content;
	  display: flex;
	  flex-flow: column;
	  align-items: center;

}
.is-scrolldown a{
	color: var(--main-black);
	display: grid;
  justify-items: center;
	z-index: 10;
}
.is-scrolldown svg{margin-top: 30px}
/*home spec*/
video{
	max-width: 100%;
	display: block
}
.decorative-video{position: relative}
.decorative-video {
  height: 100lvh;        /* tout le monde : Android, desktop, iPad, etc. */
}

/* uniquement WebKit/Safari iOS : on déborde sous la toolbar translucide */
@supports (-webkit-touch-callout: none) {
  .decorative-video {
    height: calc(100lvh + 60px) !important;
  }
  .decorative-video:not(.hero-header) .sct-content{
      padding-bottom: 80px !important;
  }
}

@media (max-width: 768px) {
   .decorative-video {
    height: 100lvh !important;
  }

}

/*  .decorative-video > div:not(.sct-content),
  .decorative-video .anim-prlx-bg{height: 100%;}
  .decorative-video .anim-prlx-bg img {height: 100%;object-fit:cover}*/
  
.decorative-video .bunny-video-comp{
    width: 100%;
    height: 100%;
}

/* Ensure the custom elements fill their container */
.decorative-video hls-video, 
.decorative-video media-controller {
    display: block;
    width: 100%;
    height: 100%;
}

/* The magic bit: 
   If object-fit: cover is applied to hls-video, 
   we need to make sure the internal video tag inside the shadow DOM 
   inherits that or fills the space.
*/
.decorative-video hls-video::part(video) {
    object-fit: cover; /* This lets the style on the tag pass through to the shadow video */
    width: 100%;
    height: 100%;
}

/* For decorative "background" videos: make sure the poster covers too */
.decorative-video hls-video::part(poster) {
    object-fit: cover;
}

.decorative-video .sct-content{
    position: absolute;
    bottom: 3rem;
    margin: 0 auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    text-align: center;
    z-index: 10;
}

.image.decorative-video.has-content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}


.sct-content h1,
.sct-content h2{
	line-height: 1.3;
	margin-bottom: 40px;
	font-weight: 400;
}

.sct-content h1 span,
.sct-content h2 span{
	display: block;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 20px;
}

section.push .sct-content p{
	margin-bottom: 50px;
	color: #fff;
}

body.tpl-watch section.push .sct-content p{
	color: #fff;
}
/* body.tpl-home header .header-wrapper{
	position: fixed;
  top: 0;
  z-index: 300;
  width: 100%;
	will-change: transform;
}
body:not(.tpl-home) header{
	position: sticky;
	top:0;
	background: var(--Black);
	z-index: 200
}
main nav{will-change: top;} */





body.tpl-home main #content{text-align: center;}
body.tpl-home section{height:calc(var(--vh, 1vh) * 100);}

body.tpl-home .video video{
	filter: brightness(65%);
	height: 100%;
  object-fit: cover;
  width: 100%;
}

/*body.tpl-article .article_product_slider .slider-wrapper,
body.tpl-home .slider-products .slider-wrapper{
	display: flex;
    gap: 50px;
	padding: 0 10em
}
*/

.keen-wrapper{position: relative;width:100%}
.slider-products{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.slider-products h2{margin-bottom: 40px}

.slider-products .slider-wrapper{
    text-align: center;
    margin-bottom: 40px
}

.slider-products .keen-wrapper:not(.keen-slider_init) .slider-wrapper{
    gap: 20px;
    padding: 0 10em;
    justify-content: center;
}
.slider-products .keen-wrapper:not(.keen-slider_init) .keen-slider__slide{
    max-width: 32%;
}
.slider-products .keen-wrapper:not(.keen-slider_init) .slider-prev,
.slider-products .keen-wrapper:not(.keen-slider_init) .slider-next{
    display: none;
}

.keen-pagination.dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
	position: relative;
  left: 50%;
  width: 100%;
}

.keen-pagination .dot {
  height: 3px;
  border-radius: 6px;
  background: #ffffff50;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 3px; /* default circle */
}

.keen-pagination .dot.active {
	background: #ffffff;
  width: 32px; /* expanded pill */
  transition: all 0.3s ease 0.05s; /* delay before shrinking back */
}
.keen-pagination.is-black .dot {background: rgba(0,0,0,.5);}
.keen-pagination.is-black .dot.active {background: rgba(0,0,0,1);}
.slider-prev,
.slider-next {
	top: 50%;
	transform: translateY(-50%);
	line-height: 3px;
	border: 1px solid #fff;
	position: absolute;
	z-index: 10;
	background: var(--main-black);
	cursor: pointer;
	padding: 12px;
}
.slider-prev{left:20px;}
.slider-prev svg{transform: rotate(180deg);}
.slider-next{right:20px}

.prd-grid-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
    background: #000;
}
body.tpl-plp-legacy .prd-grid-wrapper {
    background: #fff;
}
.prd-grid {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-row-gap: 64px;
  grid-column-gap: 40px;
  max-width: 90%;
  margin: 0 auto 32px;
  padding-top: 32px;
  text-align: center;
  
}
.load-more{margin-bottom: 80px;}
.prd-item{
	position: relative;
	flex: 1;
	display: inline-block;
}

.prd-item .prd-item-img-wrapper{
	margin: 40px 0;
}
.prd-item .prd-item-img-wrapper img{
	max-width: 50%;
	margin: 0 auto;
	display: block;
}
.prd-item .prd-collection{
	margin: 0 0 20px;
}
.prd-item .prd-collection span{
	display: block;
	margin: 5px 0 0;
}
.prd-item .prd-name{
	margin: 0 0 40px;
	display: block
}

.prd-item-img-wrapper{
	position: relative
}
.prd-item-img-wrapper .img-front{position:relative;z-index:1;left:0;transition: all .3s ease-in-out;}
.prd-item-img-wrapper .img-back{
	position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
	opacity: 0;
	transition: all .3s ease-in-out;
	scale: .90;
}
.prd-item > span {
  position: absolute;
  display: block;
  background: var(--grey-white-background);
  transition: all 0.15s linear;
}

.prd-item .top {
  width: 100%;
  height: 1px;
  transform: scaleX(0);
}
.prd-item .bottom {
  width: 100%;
  height: 1px;
	bottom: 0;
}

.prd-item .left,
.prd-item .right {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}

.prd-item .top {
  top: 0;
  left: 0;
  transition-delay: 0.15s;
  transform-origin: center center;
}

.prd-item .right{
  top: 0;
  right: 0;
  transform-origin: top left;
}

.prd-item .left {
  top: 0;
  left: 0;
  transform-origin: top left;
}
@media (hover: hover) {
    .prd-item:hover {
    	cursor: pointer;
    }
    .prd-item:hover .top {
      transition-delay: 0s;
    }
    .prd-item:hover .right,
    .prd-item:hover .left,
    .prd-item:hover .bottom {
      transition-delay: 0.15s;
    }
    
    .prd-item:hover .top {
      transform: scaleX(1);
    }
    .prd-item:hover .left,
    .prd-item:hover .right {
      transform: scaleY(1);
    }
    
    .prd-item:hover .bottom{
    	height: 5px;
    }
    
    .prd-item:hover .prd-item-img-wrapper .img-back{
    	opacity: 1;
    	left: calc(50% + 50px);
    	transition: all .3s ease-in-out;
    }
    
    .prd-item:hover .prd-item-img-wrapper .img-front{
    	opacity: 1;
    	left: -50px;
    	transition: all .3s ease-in-out;
    }
}
.prd-item .is-primary{
	display: block;
	position: relative;
	opacity: 0;
	width: max-content;
	margin: 0 auto 20px auto;
	top: 20px;
	transition: all .3s linear;
}
.prd-item a{display: block}
body.is-using-keyboard .prd-item a:focus .is-primary,
.prd-item:hover .is-primary{
	opacity: 1;
	top: 0;
	transition: all .3s linear;
}
/*animations*/
.reveal-wrapper {
	position: relative;
	display: block;
	max-width: 90%;
	margin: 0 auto;
}


/* base text, faint pre-visible */
.reveal-base,
.reveal-txt{
	line-height: 1.2 !important;
	margin: 40px 0;
	text-align: center;
}
.reveal-base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: rgba(249,248,244,0.2); /* faint text */
	pointer-events: none;
	overflow: hidden;
	aria-hidden: true;
}

/* overlay gradient reveal */
.reveal-txt {
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	display: inline-block;
}

@media (max-width: 768px) {
    .decorative-video .sct-content{width: 80%;}
    .reveal-wrapper {
	max-width: 85%;
    }
    .reveal-base,
    .reveal-txt{
        font-size: 23px !important;
        line-height: 1.4 !important;
    }
}

.is-relative{position: relative}
.z-10{z-index: 10}

.about{height:calc(var(--vh, 1vh) * 100);display: flex;max-width: 100%}
.about h2{color:var(--Sandstone);line-height: 1.5;text-align: center;}
.about .content-wrapper{align-content:center}

#sequence-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  display: block;
  object-fit: cover; /* ensures it covers section nicely */
}

/*push*/
.push{
	position: relative;
	height: 80vh;
  overflow: hidden;
}
.push .sct-background{
	height: 100%;
	position: relative;
}
.push .sct-background img{
	object-fit: cover;
  width: 100%;
  height: 100%;
}
.push .sct-content{
	position: absolute;
	top: 50%;
	text-align: center;
}
.push .sct-content.pos-right,
.push .sct-content.pos-left,
.push .sct-content.pos-center{max-width: 35%;width: max-content;}

.push .sct-content.pos-left{
  transform: translate(25%, -50%);
}
.push .sct-content.pos-right{
	transform: translate(-50%, -50%);
  right: 0;
}

.push .sct-content.pos-center{
	left: 50%;
  transform: translate(-50%, -50%);
}

/*blockquote home*/
.sct-blockquote{
	display: flex;
  align-items: center;
	position: relative;
}
.sct-blockquote .bg-wrapper{
	position: absolute;
	height: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: clip;
}
.sct-blockquote .bg-wrapper picture::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20vh; /* adjust */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  pointer-events: none;
  z-index: 1;
}

.sct-blockquote .bg-wrapper img{
	-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
}
.sct-blockquote .content-wrapper h2{margin-bottom: 40px}


/* blockquote fake slider */
.keen-slider[data-slider-type="blockquote"] {
  position: relative;
  height: 100%;
}

.keen-slider[data-slider-type="blockquote"] .keen-slider__slide {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.keen-slider[data-slider-type="blockquote"] .keen-slider__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.sct-blockquote .slide-content {
  position: relative;
}

.sct-blockquote .author {position: relative;}

.sct-blockquote .author .fill {
  position: absolute;
  inset: 0;
}

.sct-blockquote .author .base {
  opacity: 0.5;
}

.sct-blockquote .author .fill {
  opacity: 1;
  clip-path: inset(0 100% 0 0);
}

.sct-blockquote .keen-slider__slide {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.sct-blockquote .keen-slider__slide.is-active {
  opacity: 1;
}

.sct-blockquote .keen-slider__slide.is-active .author .fill {
  animation: fill 5s linear forwards;
}

@keyframes fill {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}




.sct-blockquote .content-wrapper .slide-content > p{
	max-width: 50%;
	margin: 0 auto;
	margin-bottom: 80px;
	line-height: 1.3;
}

.sct-blockquote .content-wrapper{
	position: relative;
	display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
	max-width: 100%;
	padding: 0 1rem;
}

.article_blockquote .author-images,
.article_blockquote .author,
.sct-blockquote .author-images,
.sct-blockquote .author{
	display: flex;
	width: max-content;
	margin: 0 auto;
	align-items: center;
}
.article_blockquote .author img,
.sct-blockquote .author img{width: auto;}

.article_blockquote .author .author-infos,
.sct-blockquote .author .author-infos{
	display: flex;
	flex-flow: column;
	align-items: flex-start;
  margin-left: 10px;
}
.article_blockquote .author .author-infos span:nth-child(1),
.sct-blockquote .author .author-infos span:nth-child(1){margin-bottom: 5px}

.article_blockquote .author-images,
.sct-blockquote .author-images{
    filter: grayscale(100%) invert(1) brightness(70%);
    max-width: 100px;
    gap: 30px;
}
.author-images img {
  max-height: 100px;
	object-fit: contain;
	flex: 1;
}

.blockquote-nav-container{
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}
.blockquote-nav-container .author{
    margin: 0 20px;
}
.sct-blockquote .blockquote-nav-container .nav-arrow{
    width: 30px;
    height:30px
    
}
.sct-blockquote .blockquote-nav-container .nav-arrow.prev{
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .sct-content h1,
    .sct-content h2{
    	font-size: 18px;
    }
    .sct-blockquote .content-wrapper .slide-content > p{
	    max-width: 100%;
	    font-size: 28px;
        margin-bottom: 40px;
    }
    .sct-blockquote .content-wrapper h2 {
        margin-bottom: 80px;
    }
    
}
/*PLP*/
.plp-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
	position: sticky;
  top: var(--header-height);
	height: 70px;
  z-index: 100;
  background: var(--Black);
	padding: 0px 20px;
	border-top: 0.5px solid var(--grey-white-background, #6B675F);
	border-bottom: 0.5px solid var(--grey-white-background, #6B675F);
}
.tpl-plp-legacy .plp-nav {top:0};
@media (min-width: 1440px) {
	.plp-nav{padding: 0px 53px;}
}
@media (min-width: 1920px) {
	.plp-nav{padding: 0px 70px;}
}
.plp-nav-left .plp-nav-collections:not([hidden]),
.plp-nav-left .plp-active-filters{
  display: flex;
  gap: 1rem;
}
.plp-nav-left .plp-active-filters .plp-filter-pill{
    border: 1px solid var(--Sandstone);
    padding: 6px 12px;
}
.plp-nav-item {
  background: none;
  border-bottom: 1px solid transparent;
  font: inherit;
	color: var(--Sandstone);
  cursor: pointer;
  padding: 0.5rem 0;
	transition: all .3s ease-in-out;
}
@media (hover: hover) {
    .plp-nav-item:hover {
    	color: #fff;
    	transition: color .3s ease-in-out;
    }
}
.plp-nav-item.is-active {
	color: #fff;
  border-bottom: 1px solid var(--Sandstone);
	transition: all .3s ease-in-out;
}
.plp-nav-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.plp-nav-right .plp-count{
  color: #808080;
}
.plp-nav-right .plp-filter{
	display: flex;
  color: #fff;
}
.plp-nav-right .plp-filter span{
    position: relative;
	margin-left: 10px;
}
.plp-nav-right .plp-count{
  display: none;
}

.plp-nav-right:has(.plp-filter.has-filter) .plp-count{
    display: block;
}
button.plp-filter.has-filter span::after {
    content: '';
    position: absolute;
    top: -2px;
    width: 7px;
    height: 7px;
    background: #756957;
    border-radius: 5px;
    right: -10px;
}

.collection-banner {
  position: sticky;
  top: 0;
  height: 90vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  scroll-margin-top:var(--header-height); 
}

.collection-banner .anim-prlx-bg{height:100%}
.collection-banner picture{display:block;width:100%;height:100%}
.collection-banner picture img{height:100%;object-fit:cover;scale:1.3}
.collection-banner-content{
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
}
.collection-banner-content a{margin: 0}
.collection-banner-content p{
	margin: 30px 0 50px;
}

#customPanel-plpFilters .hotspot-content{width: 100%;}
#customPanel-plpFilters .sidepanel__close{top:20px;}
#customPanel-plpFilters .sidepanel_header h2{
    margin-top: 30px;
    margin-bottom: inherit;
}
#customPanel-plpFilters .sidepanel_header{
    margin-bottom: 40px;
}
#customPanel-plpFilters .accordion h2 {
    border-bottom: none;
    width: 100%;
    max-width: 100%;
}
.filter-block{overflow: hidden;}

.filter-block .filter-title{
	padding: 20px 0;
	margin-top: 0px;
    border-top: 1px solid #B9B2A9;
    color: var(--Black);
    overflow: hidden;
    background: var(--main-white);
    position: relative;
    z-index: 10;
    transition: all .5s ease;
}

.filter-block .filter-options {
    max-height: 0;
    margin-top:0px;
	display: flex;
    flex-flow: column;
    opacity: 0;
    transition: all .5s ease;
}
.filter-block.active .filter-options{
    margin-bottom:20px;
    opacity: 1;
    transition: all .5s ease;
}

.filter-block .filter-options label{
    display: flex;
    align-items: center;
}
.filter-block .filter-options span{
    margin-left:5px;
}
.filter-block .filter-options input[type="checkbox"]{
    appearance: none;
    background-color: var(--main-white);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid currentColor;
    border-radius: 0;
    display: grid;
    place-content: center;

}
.filter-block .filter-options input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  background: var(--main-black);
  transition: .2s all ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.filter-block .filter-options input[type="checkbox"]:checked::before {
  transform: scale(1);
  
  transition: .2s all ease-in-out;
}

.filter-block .filter-options label{
	color: var(--grey-white-background);
}
.filter-block .filter-options label:not(:last-child){margin-bottom:13px}

.filter-block.active .accordion-header:after {
  transform: rotate(180deg);
}
.filter-footer {
    position: sticky;
    background: var(--main-white);
    z-index: 30;
    padding: 20px 0;
    bottom: 0;
}
/*filter accordion*/

#customPanel-setCurrency .sidepanel__content{width:100%;padding-top: 75px;}
#customPanel-setCurrency .sidepanel__close{
    color: #fff;
    right: auto;
    font-size: 1.25rem;
    cursor: pointer;
    border-bottom: 1px solid var(--Dark-Grey);
    padding: 1rem 0;
    margin: 0 1rem;
}

#customPanel-setCurrency .sidepanel__close::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: var(--Sandstone);
    transition: width .3s ease-in-out;
}
@media (hover: hover) {
    #customPanel-setCurrency .sidepanel__close:hover::after {
        width: 100%;
        transition: width .3s ease-in-out;
    }
}
#customPanel-setCurrency{
    background: #000;
    display: flex;
}

#customPanel-setCurrency ul{
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem;
}
#customPanel-setCurrency ul li{
    position: relative;
    overflow: hidden;
    list-style-type: none;
    text-transform: uppercase;
}
#customPanel-setCurrency ul li a{
    padding: 1.5rem 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
}
#customPanel-setCurrency ul li:not(.has-background)::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--Sandstone);
    transition: width .4s ease-in-out;
}



#customPanel-setCurrency ul li:not(.has-background) a span{
    transform: translateY(calc(100% + 1.5rem));
    display: block;
}
#customPanel-setCurrency ul li:not(.has-background) button.font-sm span,
#customPanel-setCurrency ul li:not(.has-background) a.font-sm span{
    transform: translateY(calc(100% + .9rem));
    display: block;
}
#customPanel-setCurrency.is-open ul li:not(.has-background) button span,
#customPanel-setCurrency.is-open ul li:not(.has-background) a span{
    transform: translateY(0);
}

#customPanel-setCurrency.is-open ul li:nth-child(1):not(.has-background) a span,
#customPanel-setCurrency.is-open ul li:nth-child(1):not(.has-background) button span{transition: transform .6s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(2):not(.has-background) a span,
#customPanel-setCurrency.is-open ul li:nth-child(2):not(.has-background) button span{transition: transform .6s .2s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(3):not(.has-background) a span,
#customPanel-setCurrency.is-open ul li:nth-child(3):not(.has-background) button span{transition: transform .6s .4s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(4):not(.has-background) a span,
#customPanel-setCurrency.is-open ul li:nth-child(4):not(.has-background) button span{transition: transform .6s .6s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(5):not(.has-background) a span,
#customPanel-setCurrency.is-open ul li:nth-child(5):not(.has-background) button span{transition: transform .6s .8s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(6):not(.has-background) a span,
#customPanel-setCurrency.is-open ul li:nth-child(6):not(.has-background) button span{transition: transform .6s 1s ease-out;}


#customPanel-setCurrency ul li button::after,
#customPanel-setCurrency ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    background: var(--Dark-Grey);
    position: absolute;
    left: 0;
    bottom: 0;
}
#customPanel-setCurrency.is-open ul li button::after,
#customPanel-setCurrency.is-open ul li a::after {
    width: 100%;
}
@media (hover: hover) {
    #customPanel-setCurrency ul li.has-background:hover a span::after,
    #customPanel-setCurrency ul li:not(.has-background):hover::after{width: 100%}
}
@media (min-width: 769px) {
    #customPanel-setCurrency ul li.is-active:not(.has-background)::after{width: 100%}
}
#customPanel-setCurrency.is-open ul li:nth-child(1) a::after,
#customPanel-setCurrency.is-open ul li:nth-child(1) button::after {transition: width .6s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(2) a::after,
#customPanel-setCurrency.is-open ul li:nth-child(2) button::after {transition: width .6s .2s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(3) a::after,
#customPanel-setCurrency.is-open ul li:nth-child(3) button::after {transition: width .6s .4s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(4) a::after,
#customPanel-setCurrency.is-open ul li:nth-child(4) button::after {transition: width .6s .6s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(5) a::after,
#customPanel-setCurrency.is-open ul li:nth-child(5) button::after {transition: width .6s .8s ease-out;}
#customPanel-setCurrency.is-open ul li:nth-child(6) a::after,
#customPanel-setCurrency.is-open ul li:nth-child(6) button::after {transition: width .6s  1s ease-out;}

    /* .collection-banner .anim-prlx-bg{
	height: 100%;
}
.collection-banner .anim-prlx-bg img{
	object-fit: cover;
  width: 100%;
  height: 100%;
} */
/*footer*/
footer .logo{padding: 80px 0}
footer .logo svg{margin: 0 auto}
footer .topfooter{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid var(--brand-AA-light);
  color: var(--main-black);
	padding: 27px 7em;
}
footer .topfooter .topfooter-left{
	display: flex;
}

footer .topfooter .topfooter-left a{margin-left:14px;transition: opacity .3s ease-in-out;}
footer .topfooter .topfooter-left a:first-child{margin-left:0}
@media (hover: hover) {
    footer .topfooter .topfooter-left a:hover{
    	opacity: .5;
    	transition: opacity .3s ease-in-out;
    }
}

footer .topfooter .topfooter-right{
    display: flex;
    align-items: center;
}

footer .topfooter .topfooter-right .currency-switch-trigger{margin-right: 30px;}

footer .topfooter .topfooter-right .currency-switch-trigger,
footer .topfooter .topfooter-right .lang-switch-trigger{
	position: relative;
	display: flex;
	align-items: center;
}

footer .topfooter .topfooter-right .currency-switch-trigger::after,
footer .topfooter .topfooter-right .lang-switch-trigger::after{
	content: '';
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    background: var(--Sandstone);
    bottom: -5px;
    transition: width .4s ease-in-out;
}
@media (hover: hover) {
    footer .topfooter .topfooter-right .currency-switch-trigger:hover::after,
    footer .topfooter .topfooter-right .lang-switch-trigger:hover::after{
    	width: 100%;
    	transition: width .4s ease-in-out;
    }
}
footer .footer{
	display: flex;
	flex-wrap: wrap;
	color: #000;
  padding: 27px 7em;
	border-top: 1px solid var(--brand-AA-light);
}

footer .footer .footer-left{
	width: 33%;
  margin-right: 60px;
}

footer .footer .footer-left button{margin:40px 0 0}
footer .footer .footer-grid{
	display: flex;
	flex: 1;
	gap: 30px;
	justify-content: end;
}
footer .footer .footer-grid li{
    width: max-content;
}
.footer-grid a{position: relative;}
.footer-grid a::after {
  content: '';
  position: absolute;
  height: 1px;
  background: var(--main-black);
  width: 0;
  left: 0;
  bottom: -10px;
	transition: width .4s ease-in-out;
}

.footer-grid a:hover::after {
	width: 100%;
}
footer .footer h3{
	text-transform: uppercase;
	margin-bottom: 40px;
}

footer .footer a{
	display: block;
	margin-bottom: 20px;
}
footer .footer a,
footer .footer p,
footer .footer li{color: var(--grey-white-background)}

.footer-wide{
	flex: 0 0 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
	align-items: center;
	color: var(--Black);
	margin: 40px auto 0;
}
footer .footer-wide a{margin: 0;padding: 10px}

.sub-footer{background: #EDEAE5;padding:40px 0}
.sub-footer img{
    width: 140px;
    margin: 0 30px;
}
.subsub-footer{background: #030303;padding:30px 0}
.subsub-footer a,
.subsub-footer button{color: #fff;text-transform: uppercase;padding: 10px;}
.sub-footer,
.subsub-footer{
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	.is-desktop{display: none}


	.header-bar{padding: 30px 0;}
	
	.header-bar .logo-full svg{
	    width: 150px;
        height: 40px;
	}
	.header-bar .logo-full span{
        font-size: 7px;
	}
	header .header-wrapper .nav-trigger button{padding: 20px}
	/* .header-right{padding: 20px} */
	header .header-wrapper .header-right a,
	header .header-wrapper .header-right button{padding: 10px;}
	
	header .header-wrapper .header-right .lang-switch-trigger{padding-right:20px}
	
	header .header-wrapper .header-right > *:not(:first-child){margin:0}
	
	.header-right svg{
        width: 13px;
        height: 15px;
	}

	.side-nav{width: 100%;background: var(--Black);}
	.side-nav__header{margin-bottom: 60px}
	.side-nav__header .back-btn{
		margin:0;
		border-bottom:0;
		position: relative;
    padding: .9rem 0 .9rem .9rem !important;
	}
	.side-nav__header .side-nav__close{padding: .9rem;}


	.panel > ul{
		padding: 0;background: var(--Black);
		margin-top: 30px;
	}


	body.tpl-article .article_product_slider .slider-wrapper,
	body.tpl-home .slider-products .slider-wrapper{
		margin-bottom: 40px;
	}
	.prd-item{border-bottom: 1px solid var(--Sandstone);}
	.prd-item .prd-item-img-wrapper img{max-width: 60%;}
	.prd-item .is-primary{display: none;}
	.prd-item > span{display: none}
    @media (hover: hover) {
    	.prd-item:hover .prd-item-img-wrapper .img-front{
    		opacity: 1
    	}
    }
	.prd-item .prd-item-img-wrapper .img-back{
		display: none;
	}

	.push .sct-content.pos-left,
	.push .sct-content.pos-right,
	.push .sct-content.pos-center {
	  max-width: 100%;
	  width: max-content;
		left: 50%;
	  transform: translate(-50%, -50%) !important;
	  padding: 0 1rem;
	}

	.push .sct-content.pos-right{transform: translate(-50%, -30%) !important;bottom:0;top: unset; height: fit-content}
	body.tpl-watch .push{height: 95vh;}

	body.tpl-article .article_product_slider .slider-wrapper,
	body.tpl-home .slider-products .slider-wrapper{
		padding: 0;
  	gap: 0;
	}

	.sct-blockquote .content-wrapper p{max-width: 90%}
	/*.sct-blockquote .author img{width: 31px}*/


	/*plp*/
	.plp-nav{padding: 0 20px}
	body.tpl-plp-legacy .plp-nav{display: none;}
	.plp-nav-left{display: none;}
	.plp-nav-right{width:100%;justify-content: flex-end;}
	.collection-banner-content{
        top: 30%;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
	}
	.prd-grid {
	  grid-template-columns: 1fr 1fr;
	  grid-column-gap: 15px;
      max-width: 95%;
	}
	
	.slider-products .prd-item-wrapper .font-md,
	.slider-products .prd-item-wrapper .font-sm,
	.prd-grid .prd-item-wrapper .font-md,
	.prd-grid .prd-item-wrapper .font-sm{
	    font-size: 12px;
	}
	.prd-item .prd-name{
	    margin: 0 0 20px;
	}

	body.tpl-watch main{padding-top: 115px;}

	footer .topfooter{
		flex-flow: column;
	  align-content: center;
	  align-items: center;
		padding: 0;
	}
	footer .topfooter .topfooter-left {
	  order: 1;
		border-top: 1px solid var(--brand-AA-light);
		justify-content: center;
	}
	footer .topfooter .topfooter-right{display: flex;justify-content: center;}
	footer .topfooter .topfooter-left,
	footer .topfooter .topfooter-right{
		width: 100%;
		padding: 30px;
	}

  footer .footer {
    padding: 20px;
  }
	footer .footer .footer-left{
		width: 100%;
	  margin: 0 0 83px;
	  align-content: center;
	  display: flex;
	  flex-flow: column;
	  align-items: center;
	  text-align: center;
	}
	footer .footer h3{margin-bottom: 30px}
	footer .footer .footer-grid{
		gap: 10px;
	  justify-content: flex-start;
		display: grid;
    grid-template-columns: 1fr 1fr;
	}
	footer .footer .footer-grid li{width: auto;}
	footer .footer .footer-grid .column{
		/* width: 45%; */
		padding: 20px 0;
	}
	.footer-grid a::after {
	  content: none;
	}
	.footer-wide {gap:0}
	.sub-footer {
	  padding: 20px;
	}
	.sub-footer img{
	    margin: 0;
	}
	.subsub-footer{
		flex-flow: column;
	}
}


/*****/
/*PDP*/
/*****/
/* Section wrapper */
.tpl-watch main section,
.tpl-collection main section,
.tpl-calibre main section,
.tpl-plp-legacy main section:not(.collection-block) {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

/* Background wrapper */
.full-wh .bg-wrapper {
  width: 100%;
  height: 100%;
}

/* Picture wrapper */
.hotspot-image-wrapper {
    position: relative;
    display: inline-block;
    width: 800px;
    max-width: 100%;
    height: 100%;
}

/* sizer keeps ratio */

.fs_img_or_video img{scale:1.3 !important}

.vcenter-bg:not(.is-bg) .hotspot-image-wrapper{
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 768px) {
    .vcenter-bg:not(.is-bg) .hotspot-image-wrapper{
    	top: 0;
    	transform: translateY(0);
    }
    .tpl-watch main section,
    .tpl-collection main section,
    .tpl-calibre main section,
    .tpl-plp-legacy main section:not(.collection-block) {
        height: unset;
      min-height: calc(var(--vh, 1vh) * 100);
    }
}
.hotspot-image-wrapper .real-image {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  
}

/*.hotspot-image-wrapper .hotspot-btn {
  position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  border: 4px solid #EEE8E2;
  background: var(--Sandstone);
  width: 40px;
  height: 40px;
  border-radius: 50%;

}

.hotspot-image-wrapper .hotspot-btn:hover svg{transform: rotate(90deg);transition: transform .4s ease-in-out;}
*/
.full-wh[class*="pos-right-"] .bg-wrapper:not(.is-bg) picture{
	float: left;
}
.full-wh[class*="pos-left-"] .bg-wrapper:not(.is-bg) picture{
	float: right;
}
.full-wh[class*="pos-center-"] .bg-wrapper:not(.is-bg) picture{
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0px;
    position: absolute;
}

.full-wh .bg-wrapper.is-bg picture{
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}
.full-wh .bg-wrapper.is-bg.is-bg-top picture{
    top: 0;
}
.full-wh .bg-wrapper.is-bg.is-bg-middle picture{
    transform: translate(-50%, -50%);
    top: 50%;
}
.full-wh .bg-wrapper.is-bg.is-bg-bottom picture{
    bottom: 0;
}

.full-wh .content-wrapper{
	position: absolute;
}
.full-wh .content-wrapper p{color: var(--grey-dark-background);}

.pinned_sections .full-wh .content-wrapper p,
.full-wh:not(:first-child) .content-wrapper p{
	margin-top: 40px;
	line-height: 1.4;
}
.full-wh.pos-left-top .content-wrapper{
	top: 50%;
	left: 0;
	width: 30%;
	transform: translate(25%,-20%);
}
.full-wh.pos-right-top .content-wrapper{
	top: 50%;
	right: 0;
	width: 30%;
	transform: translate(-25%,-20%);
}
/**/
.full-wh.pos-left-middle .content-wrapper{
	top: 50%;
	left: 0;
	width: 30%;
	transform: translate(25%,-50%);
}
section.pdp-top .content-wrapper{text-align: center;z-index: 10}
section.pdp-top .content-wrapper button{margin-top: 40px}

section.pdp-top .bg-wrapper{height: calc(100% - 115px);top:115px;position: relative;display: flex;}
section.pdp-top .bg-wrapper picture{margin-top: auto;}
/* section.pdp-top .bg-wrapper img{height: 100%;object-fit: cover} */

section.pdp-top h1{margin-top:5px}
section.pdp-top h1 span{
	display: block;
	margin-bottom: 20px;
}

body.tpl-watch .price-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: 5px auto 0;
    color: var(--grey-dark-background);
    cursor: default;
}

body.tpl-watch .price-wrapper[hidden]{display:none}
body.tpl-watch .price-wrapper .hint{
    border: 1px solid currentColor;
    border-radius: 50%;
    font-size: 10px;
    padding: 1px 5px;
    font-family: Arial;
    display: block;
    width: max-content;
    scale: .8;
    margin-left: 5px;
}
body.tpl-watch .price-wrapper .notice{
    display: none;
    position: absolute;
    left: 105%;
    min-width: max-content;
    max-width: 200px;
    font-size: 13px;
    text-align: left;
    background: var(--Pearl-Bush);
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid var(--main-white);
}
body.tpl-watch  .price-wrapper .hint:hover + .notice{
    display: block;
}
section.pdp-top .variant-list{
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 40px 0 0;
    gap: 20px;
}
section.pdp-top .variant-list-item{
    width: 50px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
    transition: border .3s ease-in-out;
}

section.pdp-top .content-wrapper p.oos-notice{
    margin-top: 40px;
    margin-bottom: -20px;
    color: #fff;
}
section.pdp-top .variant-list-item:hover,
section.pdp-top .variant-list-item.is-active{
    border-bottom: 1px solid #fff;
    transition: border .3s ease-in-out;
}

.full-wh.pos-right-middle .content-wrapper{
	top: 50%;
	right: 0;
	width: 30%;
	transform: translate(-25%,-50%);
}
.full-wh.pos-center-middle .content-wrapper{
	top: 50%;
	left: 50%;
	width: 40%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.full-wh.pos-center-top .content-wrapper{
  top: 10%;
  left: 50%;
  width: 40%;
  transform: translate(-50%,25%);
  text-align: center;
}
/**/
.full-wh.pos-left-bottom .content-wrapper{
	bottom: 0;
	left: 0;
	width: 30%;
	transform: translate(25%,-20%);
}
.full-wh.pos-right-bottom .content-wrapper{
	bottom: 0;
	right: 0;
	width: 30%;
	transform: translate(-25%,-20%);
}
.full-wh.pos-center-bottom .content-wrapper{
	bottom: 0;
	left: 50%;
	width: 40%;
	transform: translate(-50%,-20%);
	text-align: center;
}

.full-wh[class*="pos-right-"]:not(.pdp-top) a,
.full-wh[class*="pos-left-"] a{
    margin: 40px 0 0;
}

.tpl-watch .pinned_sections section{background: var(--main-black)}
.tpl-watch .full-wh .content-wrapper a{margin-top:40px}

@media (max-width: 768px) {
    section.pdp-top .variant-list-item{
        width: 30px;
    }
	.tpl-watch main section.pdp-top{margin-bottom: 0;height: calc((var(--vh, 1vh) * 100) - 115px) !important;}
    
    .tpl-calibre main section.full-wh,
    .tpl-collection main section.full-wh,
	.tpl-watch main section.full-wh{
		display: flex;
		flex-flow: column;
		padding-bottom: 80px;
	}

	.full-wh .content-wrapper{position: relative;}
	.full-wh.pos-left-middle .content-wrapper,
	.full-wh.pos-right-middle .content-wrapper,
	.full-wh.pos-center-middle .content-wrapper,
	.full-wh.pos-left-bottom .content-wrapper,
	.full-wh.pos-right-bottom .content-wrapper,
	.full-wh.pos-center-bottom .content-wrapper{
		top: 0;
		left: 0;
		width: 90%;
		transform: none;
		margin: 40px auto 0;
	}
	.full-wh.pos-center-middle .content-wrapper{margin: 40px auto 10vh}
	.full-wh.pos-center-middle .bg-wrapper{
		height: 0;
		padding-top: calc(var(--vh, 1vh) * 10);
	}
	/* section.pdp-top .content-wrapper{margin: 40px auto;} */
	.hotspot-image-wrapper{max-width: 100%}

	.full-wh .bg-wrapper{
		height: auto;
	  aspect-ratio: 1/1;
	  display: flex;
	  align-items: center;
	}
	section.pdp-top .bg-wrapper{height: 100%;top:0}
	
	.tpl-watch .full-wh .font-lg,
	.tpl-watch .full-wh .font-md{font-size: 16px;}
	
	h2{font-size:18px}
	
	.full-wh.pos-center-top .content-wrapper{
	    position: absolute;
	    top: 0%;
        width: 90%;
	}
	
	.pinned_sections .full-wh .content-wrapper{margin-top: -50px;z-index:5}
	.pinned_sections .full-wh .bg-wrapper{position: relative;}
	.pinned_sections .full-wh .bg-wrapper::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      /* Le dégradé : noir opaque en haut vers transparent en bas */
      background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 40%);
      
      /* Pour s'assurer qu'il passe au-dessus des images mais n'empêche pas les clics si besoin */
      z-index: 1; /* Ajuste si nécessaire */
      pointer-events: none; /* Laisse passer les clics vers les éléments en dessous */
    }
}
/* ════════ CONFIGURATOR ════════ */
/* la section hérite déjà height:100vh + overflow:hidden de .tpl-watch main section */

#configurator{ display:flex; flex-direction:column; }

#configurator .content-wrapper{
  position:relative; inset:auto; transform:none; width:100%;
  flex:1; display:flex; flex-direction:column; min-height:0;
}

#configurator h2{ flex:0 0 auto; margin:4rem auto 3rem; }

.configurator__panels{ flex:1; min-height:0; margin-bottom:4rem; }

/* container 70vw + référent des flèches */
.configurator__panel{ position:relative; height:fit-content; max-width:70vw; margin-inline:auto; }
.configurator__panel[hidden]{ display:none !important; }

/* stage : pleine largeur du panel, référent du boîtier */
.configurator__stage{ position:relative; height:fit-content; width:100%; }

/* track Swiper : son overflow:hidden natif clippe au-delà des 3 slides → plus d'override à faire */
.configurator__track.swiper{ height:100%; overflow:hidden; }
.configurator__track .swiper-wrapper{ height:fit-content }

.configurator__slide{
  height:100%;
  display:flex; align-items:center; justify-content:center;
}
.configurator__slide img{
  width:100%; height:fit-content;
  object-fit:contain;                       /* ← le ratio vient de l'IMAGE, letterboxé dans la cellule */
  transform-origin:center center; will-change:transform;
  transition-property:transform;
  transition-timing-function:cubic-bezier(.22,.61,.36,1);
}

.configurator__base{
  position:absolute; top:0; left:50%;
  height:fit-content;
  width:calc(100% / 3);                      /* fallback avant le JS ; syncBaseWidth() pose la valeur exacte en px */
  object-fit:contain;
  transform:translateX(-50%);
  pointer-events:none; z-index:2;
}

/* flèches : dans les gouttières, à l'extérieur du 70vw */
.configurator__nav{
  position:absolute; top:50%; transform:translateY(-50%);
  z-index:3; appearance:none; background:none; border:0; cursor:pointer; padding:.5rem;
}
.configurator__nav svg{
    width: 1.5rem;
    height: 1.5rem;
}
.configurator__nav--prev{ right:100%; margin-right:.5rem; }
.configurator__nav--prev svg{ transform: scaleX(-1); }

.configurator__nav--next{ left:100%;  margin-left:.5rem; }
.configurator__nav:focus-visible{ outline:2px solid currentColor; outline-offset:2px; }

.configurator__nav:disabled{ opacity:.3; pointer-events:none; }
/* faux-select / onglets */
/*.configurator-switch{ display:inline-flex; gap:1ch; }
.configurator-switch__opt{
  appearance:none; background:none; border:0; padding:0;
  font:inherit; cursor:pointer; color:var(--muted,#888); transition:color .2s;
}
.configurator-switch__opt.is-active{ color:inherit; text-decoration:underline; text-underline-offset:.25em; }
.configurator-switch__opt:focus-visible{ outline:2px solid currentColor; outline-offset:3px; }
*/
/* ── SWITCH : desktop (base) ── */
#configurator h2{
  display:inline-flex; align-items:baseline; gap:.5ch;
  flex-wrap:wrap; max-width:100%;          /* wrap si préfixe + switch trop larges */
}

.configurator-switch{
  --switch-lh: 1.6;                         /* ← règle l'interligne des options ICI (pas de gap !) */
  position:relative;
  display:inline-flex; vertical-align:top;
  line-height:var(--switch-lh);
  max-width:100%;
}
.configurator-switch__list{
  display:flex; flex-flow:column nowrap;
  line-height:var(--switch-lh);
  /* l'active remonte pile sur la ligne du préfixe */
  transform: translateY(calc(var(--active-i, 0) * -1lh));
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
}
.configurator-switch__opt{
  appearance:none; background:none; border:0; padding:0;
  font:inherit; line-height:var(--switch-lh);
  cursor:pointer; text-align:left; white-space:nowrap;
  color:var(--muted,#888); transition:color .2s, opacity .2s;
}
.configurator-switch__opt.is-active{ color:inherit; text-decoration:underline; text-underline-offset:.25em; }
.configurator-switch__opt:focus-visible{ outline:2px solid currentColor; outline-offset:3px; }

/* ── SWITCH : mobile = dropdown overlay (≤768) ── */
@media (max-width:768px){
  #configurator h2{ flex-wrap:wrap; max-width:90%;justify-content: center; }

  .configurator-switch{
    display:inline-block;
    min-height:1lh;                         /* garde la ligne quand la liste passe en absolu (ouvert) */
    max-width:100%;
  }
  /* sizer invisible = largeur de l'active → réserve la place, tue l'overflow-X, autorise le wrap */
  .configurator-switch::before{
    content: attr(data-active);
    display:block; line-height:var(--switch-lh);
    white-space:nowrap; visibility:hidden;
  }
  .configurator-switch__list{
    position:absolute; top:0; left:0;
    transform:none;                         /* on annule le translateY desktop */
    width:max-content; max-width:90vw;      /* borne pour ne jamais dépasser le viewport */
    background:var(--bg,#000); z-index:10;
    clip-path: inset(0 0 calc(100% - 1lh) 0);             /* fermé : 1 ligne */
    transition: clip-path .35s cubic-bezier(.22,.61,.36,1);
  }
  .configurator-switch.is-open .configurator-switch__list{ clip-path: inset(0 0 0 0); }
  .configurator-switch__opt.is-active{ order:-1; }        /* active en tête → visible fermé */

  .configurator-switch__opt.is-active::after{
    content:""; display:inline-block; width:.5em; height:.5em; margin-left:.5ch;
    border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor;
    transform:translateY(-.15em) rotate(45deg); transition:transform .3s;
  }
  .configurator-switch.is-open .configurator-switch__opt.is-active::after{ transform:translateY(.05em) rotate(225deg); }
  
  .configurator__base,
  .configurator__slide img{height: auto}
}
/* mobile/tablet : container plus large, flèches cachées (on swipe) */
@media (max-width:768px){
  .configurator__panel{ max-width:100vw; }
  .configurator__nav{ display:none; }
}

.configurator__info{
  text-align:center;
  margin-top:1.5rem;
  opacity: 1;
  will-change:opacity;

  /* fixe au centre, sous l'item actif : le wrapper ne bouge jamais */
}
.configurator__info-title{
  margin:0;
  /* pas de transition CSS : c'est le JS qui pose l'opacité frame par frame (comme le scale) */
}
#configurator .configurator__info p:not(.configurator__info-price){margin-top:0;}
/*PDP materials*/
section.key-materials{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
  width: 1280px;
  max-width: 80%;
  margin: 0 auto;
}
.key-materials h2{margin: 80px 0}
.material-wrapper{
	display: flex;
	gap: 80px;
}

.material-container > span{
	position: sticky;
  top: 0px;
  left: 50%;
  transform: translate(-50%,10px);
  width: 160px;
  display: block;
  text-align: center;
}

.material {
	display: flex;
	flex-direction: column;
	align-items: center;  /* horizontal centering */
	justify-content: flex-start;
  position: relative;
  width: 160px !important;
	min-height: unset !important;
	margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: #171513;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  cursor: pointer;
  transition: border-radius 0.4s ease, height 0.4s ease, width 0.4s ease;
}

/* explicit height is set by JS */
.material img {
  width: 300px ;
  max-width: 300px;
  height: auto;
  object-fit: cover;
}

.material h3,
.material p {
	width: 300px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin: 0.5rem 1rem;
	padding-left: 1rem;
  padding-right: 1rem;
}
.material h3{color: #eeebe2;}
.material p{color: #7C7872;}
/* expanded state — JS adds this */
.material.expanded {
  border-radius: 0;
  padding-bottom: 1rem;
	width: 300px !important;
	min-height: 100% !important;
}

.material.expanded + span{opacity: 0;}
.material.expanded h3,
.material.expanded p {
  opacity: 1;
  transform: translateY(0);
}
.material-container.keen-slider__slide{height: max-content;padding-bottom: 40px}
/* mobile always expanded */
@media (max-width: 768px) {
	section.key-materials{max-width: 100%}
	.key-materials h2{margin: 40px 0}
  .material {
    width: 100%;
    border-radius: 1rem;
  }
	.material-wrapper{gap:unset;margin-bottom: 40px;}
	.material-container.keen-slider__slide {
	  height: unset;
		padding-bottom: 0;
	}
	.material.expanded{
		width: inherit !important;
	}
}


/* Slide-in transform */
.sidepanel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px; /* small default, override with data-panel-width */
  background: var(--main-white);
  z-index: 1001;
  transition: transform 0.3s ease-in-out;
}

.sidepanel .panel-title{color: var(--main-black)}
.sidepanel .panel-content{color: #7C7872}

#customPanel-requestPrice.sidepanel .request-price-response p,
#customPanel-newsletter.sidepanel p.panel-title,
#customPanel-requestPrice.sidepanel p.panel-title{color: #7C7872}

#customPanel-requestPrice.sidepanel .panel-title{color: var(--main-black)}

#customPanel-newsletter.sidepanel .panel-content,
#customPanel-requestPrice.sidepanel .panel-content{color: var(--main-black)}

#customPanel-newsletter.newsletter-success{text-align:center}

.sidepanel[data-panel-position="right"] { right: 0; transform: translateX(100%); }
.sidepanel[data-panel-position="left"] { left: 0; transform: translateX(-100%); }

.sidepanel[data-panel-width="small"] { width: 400px; max-width: 100%}
.sidepanel[data-panel-width="thinmedium"] { width: 30%; max-width: 100%}
.sidepanel[data-panel-width="medium"] { width: 700px; max-width: 100%}
@media (max-width: 768px) {
	.sidepanel[data-panel-width="small"] { width: 100%; max-width: 100%}
	.sidepanel[data-panel-width="thinmedium"] { width: 100%; max-width: 100%}
	.sidepanel__overlay {background: var(--main-white)};
}
.sidepanel--preload {
	display: none
}

/* Open state */
.sidepanel.is-open { transform: translateX(0);display: block;overflow-y:scroll }

/* Wrapper with overlay */
.sidepanel__wrapper {
  position: fixed;
  display: none;          /* fermé = hors compositing → libère le viewport iOS */
  inset: 0;
  z-index: 7000;
  pointer-events: none;
}
.sidepanel__wrapper.is-visible { display: block; }      /* présent à l'écran */


.sidepanel__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* only interactive when open */
  z-index: 1000;
}
@media (max-width: 768px) {
	.sidepanel__overlay {background: var(--main-white)};
}
/* Fade overlay when open */
.sidepanel__wrapper.is-open    { pointer-events: auto; } /* état ouvert (visuel) */
.sidepanel__wrapper.is-open .sidepanel__overlay { opacity: 1; pointer-events: auto; }


/* Lock body scroll when panel open */
body.sidepanel-open {
  overflow: hidden;
}

/* Close button position */
.sidepanel__close {
  position: absolute;
  top: 10px;
  font-size: 24px;
  border: none;
  cursor: pointer;
  background: var(--main-black);
	padding: 12px;
	border: 1px solid transparent;
	transition: all .3s ease;
}
.sidepanel[data-panel-position="right"] .sidepanel__close { right: 10px; }
.sidepanel[data-panel-position="left"]  .sidepanel__close { left: 10px; }


.sidepanel__close:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

.sidepanel[id*="hotspotPanel-"] .hotspot-content{padding: 80px 40px;text-align: center;}

.sidepanel[id*="hotspotPanel-"] .hotspot-content h2{margin-bottom: 20px}


.sidepanel__content{min-height:100%}
.sidepanel_content_wrapper{
	display: flex;
  height: 100%;
  align-items: center;
	padding: 0 80px;
}
.sidepanel_content_wrapper .sidepanel_header{
	text-align: center;
	margin-bottom: 80px
}
.sidepanel_content_wrapper .sidepanel_header h2{
	color: var(--main-black);
	margin-bottom: 40px
}


.is-contact-panel .sidepanel__content,
#customPanel-requestPrice .sidepanel__content,
#customPanel-requestPrice .sidepanel__content,
#customPanel-newsletter .sidepanel__content,
#customPanel-cookieSettings .sidepanel__content{
    display: flex;
    align-items: center;
}

.contact-form .form-row,
.newsletter-form .form-row,
.register-timepiece-form .form-row,
.request-price-form .form-row{
	display: flex;
  gap: 40px;
}
.contact-form .form-row .form-group,
.newsletter-form .form-row .form-group,
.register-timepiece-form .form-row .form-group,
.request-price-form .form-row .form-group{
	flex: 1;
}
.contact-form .form-group:not(.checkbox),
.newsletter-form .form-group:not(.checkbox),
.register-timepiece-form .form-group:not(.checkbox),
.request-price-form .form-group:not(.checkbox){
	display: flex;
	flex-flow: column;
}
.contact-form > .form-group:last-child,
.newsletter-form > .form-group:last-child,
.register-timepiece-form > .form-group:last-child,
.request-price-form > .form-group:last-child{margin-top: 80px}

.contact-form .form-group:not(.checkbox) label,
.newsletter-form .form-group:not(.checkbox) label,
.register-timepiece-form .form-group:not(.checkbox) label,
.request-price-form .form-group:not(.checkbox) label{
	text-transform: uppercase;
	margin-bottom: 8px
}
.contact-form .form-group input,
.contact-form .form-group textarea,
.newsletter-form .form-group input,
.register-timepiece-form .form-group input,
.request-price-form .form-group input{
	border: 0;
	border-bottom: 1px solid var(--Sandstone);
	background: var(--main-white);
	margin-bottom: 40px;
}
.contact-form .form-group input:focus,
.newsletter-form .form-group input:focus,
.register-timepiece-form .form-group input:focus,
.request-price-form .form-group input:focus{
	border: 0;
	border-bottom: 1px solid var(--Sandstone);
	outline: 0;
}

.is-contact-panel .form-notice{color: var(--Sandstone);}

.request-price-form .form-group #country{width: 100%;}

.request-price-form .form-group #country + ul{
    margin-top: -40px;
    background: var(--Pearl-Bush);
    color: #000;
    border-radius: 0;
}
.request-price-form .form-group #country + ul > li[aria-selected="true"] {
    background: #c4bfba;
    color:#000;
}
.request-price-form .form-group #country + ul > li{
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color:#000;
}

.request-price-form .form-group #country + ul > li mark{
  background: transparent;
  color: inherit;
  font-weight: inherit;
  padding: 0;
}

.request-price-form .form-group #country + ul:before{content:none;}
.hotspot-content.fade {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.hotspot-content.fade.is-hidden {
  opacity: 0;
}
.newsletter-form button[disabled],
.register-timepiece-form button[disabled],
.request-price-form button[disabled] {
  opacity: 0.3;
  pointer-events: none;
	transition: opacity .3s ease;
}

@media only screen and (max-width: 768px) {
	.sidepanel_content_wrapper{
		padding: 0 20px;
	}
	.newsletter-form .form-row,
	.register-timepiece-form .form-row,
	.request-price-form .form-row {
		gap:0;
	  flex-flow: column;
	}
	.sidepanel_content_wrapper .sidepanel_header{margin-bottom: 40px}
	#customPanel-newsletter .sidepanel_content_wrapper,
	#customPanel-requestPrice .sidepanel_content_wrapper{padding: 40px 20px 0;}
	
	#customPanel-newsletter .sidepanel_content_wrapper h2,
	#customPanel-requestPrice .sidepanel_content_wrapper h2{font-size: 16px;line-height:1.4}
}


.sidepanel[id*="storePanel-"] .sidepanel__content{padding: 50px;color: var(--main-black)}
.sidepanel[id*="storePanel-"] .sidepanel__content .group{display: flex; flex-flow: row;margin-top: 40px;flex-wrap:wrap}
.sidepanel[id*="storePanel-"] .sidepanel__content .group span:first-child{margin-right: 10px}
.sidepanel[id*="storePanel-"] .sidepanel__content .group .store-types.has-multiple{width: 100%;
    display: flex;
    margin-top: 10px;}
.sidepanel[id*="storePanel-"] .sidepanel__content .store-title{margin: 20px 0 40px}
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content{margin-bottom: 40px}
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-hours,
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-address,
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-contact{margin-bottom: 40px}
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-phone{margin-bottom:10px}
.sidepanel[id*="storePanel-"] .sidepanel__content .link-container{margin-top: 40px}


.sidepanel[id*="storePanel-"] .sidepanel__content [class*="storetype-"]{display: flex;}

.store-locator .tooltip li::before,
.sidepanel[id*="storePanel-"] .sidepanel__content [class*="storetype-"]::before{
	content: '';
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 10px;
}

.sidepanel[id*="storePanel-"] .sidepanel__content .store-types.has-multiple [class*="storetype-"]:first-child::before{
    margin: 0 5px 0 0;
}
.store-locator .tooltip{
    z-index: 300;
    position: absolute;
    background: #000;
    padding: .4rem .8rem;
    border-radius: 5px;
    margin: 1rem;
    border: 1px solid var(--grey-white-background);
}
.store-locator .tooltip h2{margin-bottom: 20px;display:none}
.store-locator .tooltip ul{display: flex;}
.store-locator .tooltip li{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: color .2s ease;
}
.store-locator .tooltip li.is-active{color:#fff}
.store-locator .tooltip li:not(:last-child){
    margin: 0 15px 0 0;
}

.store-locator .tooltip li::before{margin: 0 4px 0 0;}
.store-locator .tooltip li.storetype-manufacture::before,
.sidepanel[id*="storePanel-"] .sidepanel__content .storetype-manufacture::before{
	border: 1px solid var(--Pearl-Bush, #EEE8E2);
	background: var(--Sandstone, #756957);
}
.store-locator .tooltip li.storetype-retailer::before,
.sidepanel[id*="storePanel-"] .sidepanel__content .storetype-retailer::before{
	border: 1px solid var(--grey-white-background, #6B675F);
	background: var(--Pearl-Bush, #EEE8E2);
}
.store-locator .tooltip li.storetype-salon::before,
.sidepanel[id*="storePanel-"] .sidepanel__content .storetype-salon::before{
	border: 1px solid var(--grey-dark-background, #858077);
	background: var(--Dark-Grey, #2D2925);
}


.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-hours .is-today{
	font-weight: 600;
  color: #000;
}
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-hours caption{
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
	color: var(--main-black);
}
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-hours td{min-width: 100px}
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-hours td.is-day{text-transform: capitalize;}
.sidepanel[id*="storePanel-"] .sidepanel__content .panel-content-hours tr{margin-bottom: 10px;display: block;}

#countrySelect{
	background: transparent;
  border: 0;
	border-bottom: 1px solid #000;
  text-transform: uppercase;
  padding: 10px 0;
}

.header-sidebar-group{
	display: flex;
	align-items: center;
  justify-content: space-between;
	margin: 20px 0;
}
.header-sidebar-group .count{color: var(--main-black)}


.font-grey{color:var(--grey-white-background)}




/*Gallery*/
.gallery {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
	background: var(--Pearl-Bush);
}

.gallery img{background: var(--main-black)}
.slides {
  display: flex;
  height: calc(var(--vh, 1vh) * 80);
  width: max-content; /* wide enough to scroll */
}

.slide {
  flex: 0 0 calc(100vw / 4.3); /* 4.3 slides per view */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
    .pin-spacer-pin-gallery{background: var(--Pearl-Bush);}
    
    .slides {
      height: calc(var(--vh, 1vh) * 100);
    }
	.slide {
	  flex: 0 0 calc(100vw / 1.3); /* 4.3 slides per view */
	  width: calc(100vw / 1.3); /* Ajoute width en plus de flex pour la sécurité */
  min-width: calc(100vw / 1.3);
	}
}

/*DOTS*/
.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
}

.dot {
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: #756957;
  transform-origin: center;
}


/*************************/
/**** CHARACTERISTICS ****/
/*************************/
.characteristics{background: var(--main-white);color: var(--main-black)}
.characteristics .container {height: 100%}
.characteristics .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
	height: 100%;
}

.characteristics .accordion {
  display: flex;
  flex-direction: column;
	justify-content: center;
}

.accordion h2{padding-bottom: 40px}
.accordion h2,
.accordion-item {
  border-bottom: 1px solid var(--main-black);
	width: 480px;
  max-width: 90%;
  margin: 0 auto;
}

.accordion-header {
	display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  cursor: pointer;
  font-size: 1rem;
}

.accordion-header:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 6L1 1' stroke='black'/%3E%3C/svg%3E"); /* small arrow */
  float: right;
  transition: transform 0.3s;
}

.accordion-item.active .accordion-header:after {
  transform: rotate(180deg);
}

.characteristics .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 0; /* remove vertical padding here */
}

.accordion-content {
  padding: 40px 0; /* keep padding here, optional */
}
.accordion-content div{
	margin-bottom: 20px;
	color: var(--grey-white-background)
}
.accordion-content div span{
	display: block;
	margin-bottom: 14px;
	text-transform: uppercase;
	color:#000;
}

.characteristics-images picture {display: block;height: 100%}

.characteristics-images img {
	height: 100%;
	width: auto;
	object-fit: cover;
	transition: opacity .5s ease-in-out;
    will-change: opacity;
}
.characteristics .accordion a{
    color: #000;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
	.characteristics {
		min-height: calc(var(--vh, 1vh) * 100);
		height: auto !important;
	}
	.characteristics .grid {
	  grid-template-columns: 1fr;
		margin-bottom: 40px;
	}
	.accordion h2, .accordion-item{width: 100%;}
	.accordion h2{padding-top: 10px}
}

/*******************/
/***CRAFTSMANSHIP***/
/*******************/
body.tpl-craftsmanship{background: var(--Pearl-Bush);}
body.tpl-craftsmanship .header-bar,
body.tpl-calibre .header-bar,
body.header-transparent .header-bar{background: transparent;transition: background .5s ease;}

html.scrolling-up body.tpl-craftsmanship .header-bar{background: var(--Pearl-Bush);transition: background .3s ease;}

body.tpl-craftsmanship .header-bar .logo a{padding: 0 30px; position: relative;}


body.tpl-craftsmanship .header-bar,
body.tpl-craftsmanship .header-bar a{color: var(--main-black);}
body.tpl-craftsmanship .header-bar svg line{stroke: var(--main-black)}
body.tpl-craftsmanship .header-bar svg path{fill: var(--main-black)}

body.tpl-craftsmanship section{
	min-height: calc(var(--vh, 1vh) * 100)
}
body.tpl-craftsmanship section.header-section{
	position: relative;
	display: flex;
	max-width: 100%;
	overflow: hidden;
}
body.tpl-craftsmanship .header-section .header-section_wrapper{
	margin: auto;
  position: relative;
  height: max-content;
	width: max-content;
  max-width: 90%;
}

body.tpl-craftsmanship .header-section .header-section_content{
	position: relative;
	width: 960px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

/*body.tpl-craftsmanship .is-scrolldown::after,
body.tpl-craftsmanship .header-bar .logo a::after,
body.tpl-craftsmanship .header-section .header-section_content::after,
body.tpl-craftsmanship .block_imgcontent .block_imgcontent-content_wrapper::after {
  content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--Pearl-Bush, #EEE8E2);
  filter: blur(110px);
	transition: all 1s ease;
}*/
body.tpl-craftsmanship .header-section .header-section_content::after,
body.tpl-craftsmanship .block_imgcontent .block_imgcontent-content_wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
              #EEE8E2 0%,
              rgba(238,232,226,0.6) 45%,
              rgba(238,232,226,0) 75%);
  /* plus de filter: blur */
}
body.tpl-craftsmanship .is-scrolldown::after {
  background: radial-gradient(ellipse at center, #EEE8E2 0%, rgba(238,232,226,0) 70%);
}
body.tpl-craftsmanship .is-scrolldown span,
body.tpl-craftsmanship .is-scrolldown button,
body.tpl-craftsmanship .is-scrolldown svg,
body.tpl-craftsmanship .header-bar .logo a,
body.tpl-craftsmanship .header-bar .logo a svg,
body.tpl-craftsmanship .header-section .header-section_content h1,
body.tpl-craftsmanship .header-section .header-section_content span,
body.tpl-craftsmanship .header-section .header-section_content p,
body.tpl-craftsmanship .block_imgcontent .block_imgcontent-content_wrapper h2,
body.tpl-craftsmanship .block_imgcontent .block_imgcontent-content_wrapper p,
body.tpl-craftsmanship .block_imgcontent .block_imgcontent-content_wrapper button{z-index: 10;position: relative;}

body.tpl-craftsmanship .block_imgcontent img{
    width: 100%;
  height: auto;
  display: block;
}

body.tpl-craftsmanship .header-section .header-section_content h1{color: var(--Sandstone)}
body.tpl-craftsmanship .header-section .header-section_content span{
	display: block;
	margin: 80px auto;
	text-transform: uppercase;
	color: var(--Sandstone);
}
body.tpl-craftsmanship .header-section .header-section_content p{
	width: 640px;
  max-width: 90%;
  margin: 0 auto;
	color: var(--grey-white-background)
}

body.tpl-craftsmanship .header-section .header-section_images{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
}

body.tpl-craftsmanship .block_imgcontent .block_imgcontent-content_wrapper h2{text-transform:uppercase}

body.tpl-craftsmanship .header-section .header-section_images .image-wrapper{
	position: absolute;
}
body.tpl-craftsmanship .header-section .header-section_images .image-wrapper{width: 144px;}
body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(1){
	left:0;
	top: 0;
	transform: translateY(-100%);
}
body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(2){
	left: 90%;
  transform: translateY(-50%);
}
body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(3){
	bottom: 0;
  transform: translate(-50%, 50%);
	z-index: 1;
}
body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(4){
	bottom: 0;
  transform: translate(-0%, 100%);
}
body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(5){
	width: 177px;
	bottom: 0;
	right: 0;
  transform: translate(-50%,130%);
}
section.block_imgcontent{
	position: relative;
	display: flex;
	width: 1440px;
	max-width: 90%;
	margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
	section.block_imgcontent{
		width: 1080px;
		max-width: 90%;
	}
}
.block_imgcontent .block_imgcontent-wrapper{
	display: flex;
  flex-flow: row;
	align-items: center;
	gap: 80px;
}

.block_imgcontent .block_imgcontent-wrapper > div{flex:1}
.block_imgcontent .block_imgcontent-wrapper .block_imgcontent-images_wrapper{
	flex:1.4;
	position: relative
}

body.tpl-craftsmanship .fs_img_or_video{
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
	body.tpl-craftsmanship .header-section{height: 100vh}

	body.tpl-craftsmanship section{min-height: inherit;}
	.block_imgcontent .block_imgcontent-wrapper{
		flex-flow: column;
	}
	.block_imgcontent .block_imgcontent-wrapper .block_imgcontent-images_wrapper{
		flex:inherit;
	}


	body.tpl-craftsmanship .header-section .header-section_content span{margin: 40px auto;line-height: inherit;}
	.is-scrolldown{bottom: 20px}
	body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(1){
		transform: translateY(-110%);
  	left: 10%;
	}
	body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(2){
		left: 60%;
		transform: translateY(-100%);
	}
	body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(3){
	  transform: translate(0%, 140%);
	}
	body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(4){
		bottom: unset;
	  transform: translate(-50%, 250%);
	  left: 50%;
		z-index: 1;
	}
	body.tpl-craftsmanship .header-section .header-section_images .image-wrapper:nth-child(5){
	  transform: translate(0%,130%);
	}

	section.block_imgcontent{
		margin: 100px auto 0;
	}
	body.tpl-craftsmanship .block_imgcontent .block_imgcontent-content_wrapper h2{
	    font-size: 18px;
	    line-height: 1.3;
	}

}

.block_imgcontent .block_imgcontent-wrapper .block_imgcontent-images_wrapper.is-multiple .block_imgcontent-image_wrapper{
	position: relative;
	width: 60%;
}
.block_imgcontent .block_imgcontent-wrapper .block_imgcontent-images_wrapper.is-multiple .block_imgcontent-image_wrapper:nth-child(1){
	left: 100%;
	transform: translate(-100%);
}
.block_imgcontent .block_imgcontent-wrapper .block_imgcontent-images_wrapper.is-multiple .block_imgcontent-image_wrapper:nth-child(2){
	bottom: 0;
	margin-top: -20%;
}
.block_imgcontent .block_imgcontent-wrapper .block_imgcontent-images_wrapper .block_imgcontent-image{overflow: hidden;}

.block_imgcontent .block_imgcontent-content_wrapper{text-align: center;position: relative;}
.block_imgcontent .block_imgcontent-content_wrapper h2{color: var(--main-black)}
.block_imgcontent .block_imgcontent-content_wrapper p{color: var(--grey-white-background);margin-top: 40px;line-height: 1.4;}
.block_imgcontent .block_imgcontent-content_wrapper a,
.block_imgcontent .block_imgcontent-content_wrapper button{margin: 50px auto 0;display:block}

@media only screen and (min-width: 768px) {
	.block_imgcontent.pos-left .block_imgcontent-images_wrapper{order: 1}
	.block_imgcontent.pos-left .block_imgcontent-content_wrapper{order: 0}
}

[id*="craftsmanshipPanel-"] .sidepanel__content{padding: 0 60px 80px}
[id*="craftsmanshipPanel-"] .panel-title{color: var(--main-black);text-transform: uppercase;}
[id*="craftsmanshipPanel-"] .panel-title.font-md{margin: 20px 0 40px}
[id*="craftsmanshipPanel-"] .panel-content p{color: #7C7872}

[id*="craftsmanshipPanel-"] .panel-item-image-wrapper{margin: 80px 0 40px}

[id*="craftsmanshipPanel-"] .panel-item-image-wrapper.has-2 .panel-item-image{
	position: relative;
	width: 70%;
}
[id*="craftsmanshipPanel-"] .panel-item-image-wrapper.has-2 .panel-item-image:nth-child(1){
  left: 100%;
  transform: translateX(-100%);
}
[id*="craftsmanshipPanel-"] .panel-item-image-wrapper.has-2 .panel-item-image:nth-child(2){
  left: 0;
  margin-top: -15%;
}


[id*="craftsmanshipPanel-"] .panel-item-image-wrapper.has-3 .panel-item-image:nth-child(1){
	position: relative;
	width: 80%;
  left: 100%;
  transform: translateX(-100%);
}
[id*="craftsmanshipPanel-"] .panel-item-image-wrapper.has-3 .panel-item-image:nth-child(2){
	position: relative;
	width: 60%;
  left: 0;
  margin-top: -15%;
}
[id*="craftsmanshipPanel-"] .panel-item-image-wrapper.has-3 .panel-item-image:nth-child(3){
	position: relative;
	width: 40%;
	left: 50%;
	margin-top: -20%;
}


#stepnav {
  position: fixed; /* start in flow */
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  height: 60vh;
	width: 20px;
  overflow: hidden;
	z-index: 30;
}

.stepnav-wrapper {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}
.stepnav-wrapper.is-sticky{
	opacity: 1;
	pointer-events: auto;
}



/* .nav ul {
  transition: transform 0.4s ease;
} */
#stepnav ul {
	padding: 20px 0;
	background: transparent;
  will-change: transform;
	transition: all .5s ease-in-out
}
#stepnav li.active a {
  font-weight: 600;
	color: var(--main-black)
}
#stepnav li svg {
  transform: scale(1);
	transition: transform .5s ease-in-out;
}
#stepnav li.active svg {
  transform: scale(2);
	transition: transform .5s ease-in-out;
}

#stepnav li{position: relative;}
#stepnav a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: var(--grey-dark-background);
    white-space: nowrap;
    overflow: hidden;
  	text-transform: uppercase;
    }

@media (hover: hover) {
    #stepnav:hover ul{
        background: #decfc080;
        backdrop-filter: blur(40px);
        transition: all .5s ease-in-out
    }
    body.tpl-history #stepnav:hover ul{
        background: #00000080;
    }
}

body.tpl-history{overflow: hidden;}

body.tpl-history #stepnav li.active a{color: #fff}
#stepnav li:first-child a{top: 0;}
#stepnav li:last-child a{
	bottom: 0;
  top: auto;
  transform: none;
}
#stepnav .spacer-container{
	display: flex;
  flex-flow: column;
  align-items: center;
	width: 20px;
}
#stepnav .spacer{
	display: block;
	width: 1px;
	height: 20px;
	background: #858077
}
@media only screen and (max-width: 768px) {
	.stepnav-wrapper button.close-stepnav{
		color: #fff;
	  padding: 12px;
	  background: #000;
	  right: 0px;
	  position: sticky;
	  top: 15px;
		margin-left: auto;
    display: block;
		z-index: 30
	}
	.stepnav-wrapper button.open-stepnav{
		position: fixed;
		width: 100%;
		text-align: center;
		bottom: 0;
		height: 40px;
		background: #EEE8E2;
		color: var(--Black);
		border-top: 1px solid var(--grey-dark-background);
		z-index: 20;
	}
	#stepnav{
		width: 100%;
		height: 100vh;
		top: 100% !important;
		left: 0;
		padding: 0 20px 30px;
		overflow: auto;
		transform: none;
		background: #EEE8E2;
		z-index: 5000;
		transition: top ease-in-out .4s;
	}
	#stepnav.is-open{
		top: 0 !important;
	}
	#stepnav ul{
		width: 100%;
	  font-size: 14px;
	}

	#stepnav .spacer-container{display: none}
	#stepnav a{
		position: relative;
		font-size: 14px;
		padding: 28px 0;
		border-bottom: 1px solid var(--Sandstone);
		display: block;
    width: 100%;
		left: 0;
		transform: none;
		white-space: inherit;
	}
}

body.tpl-history .bg-ct{
	position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
	z-index: 10;
	mix-blend-mode: plus-lighter;
  pointer-events: none;
}
body.tpl-history .bg-ct svg{
	margin: 0 auto;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
body.tpl-history .bg-ct svg#svgforeground{
	fill: #0F0C09;
  z-index: 11;
}
body.tpl-history .bg-ct svg#svgbackground{
	fill: #403526;
}
body.tpl-history section.introduction{
	width: 960px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	display: flex;
  flex-flow: column;
  justify-content: center;
}
body.tpl-history section.introduction h2{
	color: var(--Sandstone)
}
body.tpl-history section.introduction p{
	color: var(--grey-black-background);
	line-height: 1.4;
}

body.tpl-history section,
body.tpl-history article{min-height: calc(var(--vh, 1vh) * 100)}

.decade-intro,
.decade-intro-imgs{position: relative;}

.decade-intro{height: calc(var(--vh, 1vh) * 100)}
.decade-intro-imgs{height: 100%}

.decade-intro.img-multiple .decade-intro-imgs picture{position: absolute;}
.decade-intro.img-multiple .decade-intro-imgs picture:nth-child(1){
	width: 15%;
	left: 20%;
	transform: translateY(-100%);
	top: 50%;
}
.decade-intro.img-multiple .decade-intro-imgs picture:nth-child(2){
	left: 30%;
	width: 10%;
	top: 60%;
}
.decade-intro.img-multiple .decade-intro-imgs picture:nth-child(3){
	left: 60%;
	width: 17%;
}
.decade-intro.img-multiple .decade-intro-imgs picture:nth-child(4){
	left: 70%;
	width: 10%;
	top: 25%;
}

.decade-intro.img-unique{
  position: relative;
}

.decade-intro.img-unique .decade-intro-imgs picture{
	width: 100%;
	height: 100%;
	display: block;
}
.decade-intro.img-unique .decade-intro-imgs picture img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.decade-intro-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.decade-intro-content h2{
	font-size: 240px;
	color:var(--Sandstone);
	text-align: center;
}
.decade-intro-content span{display: block;color:#fff}

.decade .events{
	z-index: 15;
  position: relative;
}
.decade .event{
	display: grid;
	grid-template-columns: 55% 45%;
	align-items: center;
}
.decade .event.layout-reverse{grid-template-columns: 45% 55%;}

.decade .event .decade-event-imgs{position: relative;height: 100%}
.decade .event.layout-reverse .decade-event-imgs{order: 1}

.decade .event .decade-event-content{width: 55%}
.decade .event.layout-reverse .decade-event-content{margin-left: auto}

.decade .event .decade-event-imgs picture{position: absolute}
.decade .event .decade-event-imgs.img-multiple picture:nth-child(1){
		width: 30%;
	  right: 10%;
	  top: 0;
}
.decade .event .decade-event-imgs.img-multiple picture:nth-child(2){
	width: 50%;
  left: 20%;
  top: 20%;
}
.decade .event .decade-event-imgs.img-multiple picture:nth-child(3){
		width: 30%;
	  top: 65%;
	  left: 50%;
}

.decade .event.layout-reverse .decade-event-imgs.img-multiple picture:nth-child(1){right: auto;
  top: 10%;
  left: 5%;}
.decade .event.layout-reverse .decade-event-imgs.img-multiple picture:nth-child(2){left: 30%;}
.decade .event.layout-reverse .decade-event-imgs.img-multiple picture:nth-child(3){left: 10%;}

.decade .event .decade-event-imgs.img-unique picture{
  width: 80%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  right: unset;
}

.decade-event-content span{color: var(--Sandstone)}
.decade-event-content p{color: var(--grey-dark-background);line-height: 1.3}

body.tpl-history #content section:last-of-type{padding-bottom: 150px}

@media only screen and (max-width: 768px) {
	body.tpl-history main{
	  max-width: 100%;
	  overflow: hidden;
	}
	body.tpl-history section.introduction h2{
	    font-size: 22px;
        line-height: 30px;
	    margin: 40px 0 20px;
	}
	.decade .event.layout-reverse,
	.decade .event{grid-template-columns: 100%}
	.decade .event .decade-event-content {width: 90%;margin: 0 auto;}
	.decade-intro-content h2 {font-size: 96px;}
	.decade .event.layout-reverse .decade-event-imgs {order: inherit;}


	.decade-intro {height: 70vh;}
	.decade-intro.img-multiple .decade-intro-imgs picture:nth-child(1){
		width: 50%;
    left: 10%;
    top: 40%;
	}
	.decade-intro.img-multiple .decade-intro-imgs picture:nth-child(2) {
		left: 30%;
    width: 35%;
    top: 45%;
	}
	.decade-intro.img-multiple .decade-intro-imgs picture:nth-child(3) {
		left: 55%;
    width: 30%;
    top: -65%;
	}
	.decade-intro.img-multiple .decade-intro-imgs picture:nth-child(4) {
		left: 55%;
		width: 40%;
		top: -10%;
	}

	.decade-intro.img-multiple .decade-intro-imgs picture,
	.decade .event .decade-event-imgs picture{position: relative;height: fit-content !important;display: block}


	.decade .event.layout-reverse .decade-event-imgs.img-multiple picture:nth-child(1) {
	  right: auto;
	  top: 10%;
	  left: 5%;
	}
	.decade .event .decade-event-imgs.img-multiple picture:nth-child(1) {
	  right: -10%;
	  top: 5%;
	}
    .decade .event .decade-event-imgs.img-multiple picture:nth-child(2){top:0}
    .decade .event .decade-event-imgs.img-multiple picture:nth-child(3){top: -5%;width: 40%;}

    body.tpl-history #content section:last-of-type{padding-bottom: 50px}

	body.tpl-history article{min-height: 80vh}
	body.tpl-history .stepnav-wrapper button.open-stepnav,
	body.tpl-history #stepnav{background: var(--main-black)}
	body.tpl-history .stepnav-wrapper button.open-stepnav{color: var(--Pearl-Bush)}
}


body.tpl-calibre .reveal-wrapper .reveal-txt,
body.tpl-calibre .reveal-wrapper .reveal-base{padding: 0 3em}

body.tpl-plp-calibre .collection-banner-content{
	left: 10%;
	max-width: 50%;
	transform: translate(0, -20%);
}
@media only screen and (max-width: 768px) {
     body.tpl-plp-calibre .collection-banner{
         height:calc(var(--vh, 1vh) * 60);
     }
    body.tpl-plp-calibre .collection-banner-content{
        top:50%;
    	left: 50%;
    	width: 90%;
    	max-width: 90%;
    	transform: translate(-50%, -50%);
    	display: flex;
        flex-flow: column;
        align-items: center;
    }
    
    .collection-banner picture img{scale: 1.5}
    .collection-banner-content .font-lg{
        font-size: 18px;
    }
    
    body.tpl-calibre .reveal-wrapper .reveal-txt,
    body.tpl-calibre .reveal-wrapper .reveal-base{padding: 0}
}
body.tpl-services,
body.tpl-user-manual,
body.tpl-user-manual-content{background: var(--main-white)}

body.tpl-services .decorative-video,
body.tpl-user-manual .decorative-video,
body.tpl-user-manual-content .decorative-video{
	position: relative;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
body.tpl-services section.block_imgcontent{margin: 120px auto}

section.only_text_centered{
	background: var(--Pearl-Bush);
  color: var(--main-black);
  text-align: center;
  padding: 80px 0;
}

section.only_text_centered .only_text_centered-wrapper {
	width: 640px;
	max-width: 90%;
	margin: 0 auto;
}

section.only_text_centered h2{margin: 0 auto 40px}
section.only_text_centered h2 span{display: block;margin-top:20px}

section.only_text_centered .body-content-container{color: var(--grey-white-background);line-height: 1.4}
section.only_text_centered .body-content-container a{color: var(--grey-white-background);}
section.only_text_centered h2{margin: 20px auto 40px}
section.only_text_centered .body-content-container ul{width:90%;}
section.only_text_centered .body-content-container li{width: max-content;max-width:90%}
section.only_text_centered .body-content-container ul,
section.only_text_centered .body-content-container li{list-style-type: disc;margin:0 auto}

body.tpl-user-manual section:not(.decorative-video),
body.tpl-user-manual-content section:not(.decorative-video){color: var(--main-black)}

section.text_intro_block {
	width: 480px;
	max-width: 90%;
	margin: 80px auto;
}
section.text_intro_block p{
	text-align: center;
	line-height: 1.4;
	color: var(--grey-white-background)
}

.um-grid{
	width: 1280px;
	max-width: 90%;
	margin: 0 auto 160px;
}
.um-grid h2{margin:80px 0}
.um-grid ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
.um-grid li{border-bottom: 1px solid var(--Sandstone);}
.um-grid li a{color: var(--main-black)}
.um-grid li p{margin: 40px 0}



section.repeater_txt_image{
	display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 80%;
  margin: 120px auto;
}

section.repeater_txt_image .sct-content{
	padding: 0 5rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

section.repeater_txt_image .sct-content span{margin-bottom: 20px}
section.repeater_txt_image .sct-content p{color: var(--grey-white-background)}
section.repeater_txt_image .sct-content p strong{color: var(--main-black)}

section.repeater_txt_image:nth-child(odd) .img-wrapper{order:1;padding: 0 0 0 4rem;}
section.repeater_txt_image:nth-child(even) .img-wrapper{padding: 0 4rem 0 0;}

@media only screen and (max-width: 768px) {
    .um-grid ul{
    	grid-template-columns: 1fr;
    }
    section.repeater_txt_image{
        grid-template-columns: 1fr;
    }
    section.repeater_txt_image .sct-content{padding: 0;}
    section.repeater_txt_image:nth-child(even) .img-wrapper{padding:0 0 1rem 0;}
    section.repeater_txt_image:nth-child(odd) .img-wrapper {
        order: 0;
        padding: 0 0 1rem 0;
    }

}
/*UM DOWNLOAD PDF*/
section.um_download_pdf{background: var(--main-black)}
section.um_download_pdf .um_download_pdf-wrapper{
	width: 960px;
	max-width: 90%;
	margin: 0 auto;
	color: #fff;
	padding: 160px 0;
}
section.um_download_pdf .um_download_pdf-wrapper h2{text-align: center;margin-bottom: 80px;}
section.um_download_pdf .um_download_pdf-wrapper li{
	display: flex;
  justify-content: space-between;
	border-bottom: 1px solid var(--Sandstone);
  padding: 40px 0;
  align-items: center;
}
section.um_download_pdf .um_download_pdf-wrapper li a.is-secondary{margin:0;text-align: center;}
section.um_download_pdf .um_download_pdf-wrapper li a.is-secondary span{display: block;color: var(--grey-dark-background);margin-top: 8px;}



/*STORE LOCATOR*/
body.tpl-store-locator main .store-locator,
body.tpl-store-locator main .store-locator #map{
	height: 80vh;
}
body.tpl-store-locator main .store-locator #map{width: calc(100vw - 30%)}
body.tpl-store-locator main .store-locator{
	position: relative;
	display: flex;
}
body.tpl-store-locator main .store-locator #sidebar{
	overflow: auto;
	width: 30%;
	max-width: 100%;
	height: 100%;
	padding: 0 40px;
	background: var(--main-white);
	color: var(--main-black);
}

body.tpl-store-locator .leaflet-pane {
  z-index: 200;
}
#storeList li > p{
	color: var(--grey-white-background);
}
#storeList li{
	padding: 40px 0;
	border-bottom: 1px solid var(--Sandstone, #756957);
}
#storeList li h3{
	padding: 0;
	margin: 10px 0 40px;
}
#storeList li .group{
	display: flex;
	flex-flow: row;
}
#storeList li .group p{
	flex: 1;
  padding-right: 20px;
	color: var(--grey-white-background);
}
#storeList li .group button{
	max-width: max-content;
}

@media only screen and (max-width: 1024px) {
    body.tpl-store-locator{overflow: hidden;}
    body.tpl-store-locator main .store-locator #sidebar{
        position: absolute;
        width: 100%;
        z-index: 1100;
        transform: translateY(100vh);
        transition: transform .3s ease;
        padding: 0 20px var(--header-height);
    }
    body.tpl-store-locator main .store-locator #sidebar.is-open{
        transform: translateY(0);
        transition: transform .3s ease;
    }
    body.tpl-store-locator main .store-locator #map {
        width: 100%;
    }
    
    body.tpl-store-locator main .store-locator,
    body.tpl-store-locator main .store-locator #map {
        height: calc(100vh - var(--header-height));
    }
    
    body.tpl-store-locator main .store-locator .storelist-display-wrapper{
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1100;
    }
    
    body.tpl-store-locator .sidepanel__wrapper{
        z-index: 1200;
    }
    body.tpl-store-locator .sidepanel__wrapper .sidepanel {
        height: calc(100vh - var(--header-height));
        top: var(--header-height);
    }
    body.tpl-store-locator .sidepanel[data-panel-position="left"] .sidepanel__close {
        right: 50px;
        top: 20px;
        scale: .8;
        left: auto;
    }
    
    #storeList li{
	    padding: 40px 0 20px;
    }
    #storeList li button{display: none;}
    #storeList li h3{
        margin: 10px 0 20px;
        font-size: 10px;
        position: relative;
    }
    
    #storeList li h3::after{
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="9" viewBox="0 0 7 9" fill="none"><path d="M0.3125 0.390624L5.3125 4.39062L0.312501 8.39063" stroke="black"/></svg>');
    	position: absolute;
    	top:0;
    	right:0;
    }
    .store-locator .tooltip ul {
        flex-flow: column;
    }
    .store-locator .tooltip li:not(:last-child) {
        margin: 0 0 3px 0px;
    }
    .header-sidebar-group{
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .header-sidebar-group .country-filter,
    .header-sidebar-group .country-filter #countrySelect{
        width: 100%;
    }
    
    
    .header-sidebar-group #store-count{
        order: 2;
        margin-top: 10px;
    }
        
}

/*grouped pin custom*/
/* Default cluster background and border */
body.tpl-store-locator .marker-cluster-small,
body.tpl-store-locator .marker-cluster-medium,
body.tpl-store-locator .marker-cluster-large {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 45px !important;
	height: 45px !important;
	border-radius: 50%;
  background-color: var(--grey-dark-background);
  color: #fff;
  border: 2px solid var(--Pearl-Bush);
}

/* Adjust number circle */
body.tpl-store-locator .marker-cluster div {
	margin-top: 0;
	margin-left: 0;
  margin-bottom: 2px;
	background-color: var(--grey-dark-background);
  font-family: "wedding-gothic-atf", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.marker-cluster span{
	display: flex;
  justify-content: center;
}
.marker-cluster span::before {
  content: '+';
  margin-right: 2px;
  font-size: 12px;
}
/*map popup*/
body.tpl-store-locator .leaflet-popup{
	margin-bottom: 50px;
}
body.tpl-store-locator .leaflet-popup-content-wrapper{border-radius: 3px}
.leaflet-popup-tip-container{display: none}



/******************/
/*** PLP LEGACY ***/
/******************/

body.tpl-plp-legacy{
	background: #fff;
}

body.tpl-plp-legacy .collection-banner{
	filter: grayscale(1);
}
body.tpl-plp-legacy .prd-item-wrapper a{
	color: var(--main-black);
}


@media only screen and (max-width: 768px) {
    .hero .anim-prlx-bg,
    .hero .anim-prlx-bg picture,
    .hero .anim-prlx-bg img{height:100%}
    .hero .anim-prlx-bg picture{display: block;}
    .hero .anim-prlx-bg img{scale: 1.1 !important;object-fit:cover;position:relative}
}

body.tpl-register-timepiece,
body.tpl-contact{
	background: #fff;
}

body.tpl-register-timepiece #contact-form,
body.tpl-contact #contact-form{
	width: 960px;
	max-width: 90%;
	margin: 140px auto;
	color: var(--main-black);
}

body.tpl-register-timepiece #contact-form textarea,
body.tpl-contact #contact-form textarea{
    border: 0;
    border-bottom: 1px solid var(--grey-white-background);
    margin-bottom: 40px;
}

body.tpl-register-timepiece #contact-form button[type="submit"],
body.tpl-contact #contact-form button[type="submit"]{
	margin: 0;
}

body.tpl-register-timepiece .register-timepiece-form .form-group input,
body.tpl-contact .request-price-form .form-group input{background: #fff}

body.tpl-register-timepiece .request-price-form .register-timepiece-response,
body.tpl-contact .request-price-form .request-price-response{
	margin-bottom: 20px;
	text-transform: uppercase;
}

body.tpl-register-timepiece #contact-form #register-timepiece-response,
body.tpl-contact #contact-form #request-price-response{margin-top: 20px}

body.tpl-register-timepiece #contact-form #register-timepiece-response h2,
body.tpl-contact #contact-form #request-price-response h2{font-size: 14px}

body.tpl-register-timepiece #contact-form #register-timepiece-response p,
body.tpl-contact #contact-form #request-price-response p{margin-top: 5px}

body.tpl-register-timepiece #contact-form.success #register-timepiece-response,
body.tpl-contact #contact-form.success #request-price-response{text-align: center;}


body.tpl-register-timepiece #btn-next-step {margin: 20px 0 0;}


body.tpl-register-timepiece .timepiece-entry:not(:nth-child(1)){
    position: relative;
    margin-top: 50px;
}
body.tpl-register-timepiece #add-more-timepieces {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    border: 1px solid #c9c9c9;
}
body.tpl-register-timepiece #add-more-timepieces span {
    display: block;
    padding: 23px;
    border: 1px solid #c9c9c9;
    width: max-content;
    border-bottom: 1px solid #6B675F;
    margin: 0 0 20px;
}

body.tpl-register-timepiece form {
    position: relative;
    overflow: hidden;
    min-height: 400px; /* Ensure form doesn't collapse during transition */
}

body.tpl-register-timepiece .form-step {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
    width: 100%;
}

/* Step is visible and in place */
body.tpl-register-timepiece .form-step.is-active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
    pointer-events: all;
}

/* Step has moved to the left (Exit to left) */
body.tpl-register-timepiece .form-step.is-past {
    opacity: 0;
    transform: translateX(-50px); /* Subtle slide left */
    position: absolute;
    top: 0;
    pointer-events: none;
}

/* Step is waiting on the right (Enter from right) */
body.tpl-register-timepiece .form-step.is-future {
    opacity: 0;
    transform: translateX(50px); /* Subtle slide right */
    position: absolute;
    top: 0;
    pointer-events: none;
}

body.tpl-register-timepiece form.is-finished .progress-container {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.tpl-register-timepiece .remove-tp {
    cursor: pointer;
    color: #ffffff;
    font-size: 0.8rem;
    margin-bottom: 10px;
    display: block;
    background: #000;
    padding: 10px;
    width: max-content;
    position: absolute;
    right: 0;
    top: -15px;
}
body.tpl-register-timepiece .checkbox-privacy{
    margin: 40px 0 20px;
}
body.tpl-register-timepiece .checkbox-privacy input{
    margin: 0;
}

body.tpl-register-timepiece .success-content h3{
    font-family: "wedding-gothic-atf", sans-serif;
    text-transform: uppercase;
}
body.tpl-register-timepiece .success-content > h3{
    margin-bottom: 40px;
    text-align: center;
}

body.tpl-register-timepiece .success-content-body{
    font-family: "Cormorant Garamond", serif;
    color: var(--grey-white-background, #6B675F);
    font-size: var(--font-size-md, 18px);
    font-style: normal;
    font-weight: 400;
    border: 1px solid #C9C9C9;
    padding: 80px;
}
body.tpl-register-timepiece .success-content-body h3{
    font-size: var(--font-size-sm, 14px);
    font-style: normal;
    font-weight: 600;
    padding: 0;
    margin: 0 0 80px 0;
}

body.tpl-register-timepiece .success-content-body p,
body.tpl-register-timepiece .success-content-body ul{
    color: var(--grey-white-background, #6B675F);
    font-size: var(--font-size-md, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

body.tpl-register-timepiece .success-content-body ul{
    margin: 20px 0 20px 20px;
}
body.tpl-register-timepiece .success-content-body li{
    list-style-type: disc;
}
/*hero section*/
.hero-header{
    max-height: 70vh;
    overflow: hidden;
}

.hero-video-responsive,
.hero-video-mount { width: 100%; height: 100%; }


body.tpl-not_found404 #content{position: relative;}
body.tpl-not_found404 #content h1{margin-top:0}
.bg-404{
	display: flex;
  flex-wrap: wrap;
	height: calc(100vh - 123px);
	position: relative;
	z-index: 10;
	overflow: hidden;
  justify-content: center;
}
.bg-404::after {
  content: '404';
  position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  font-size: 600px;
  z-index: -1;
  color: #191918;

}
.bg-404 img{
	width: 30px;
	height: 50px;
  margin: 0 15px 15px 15px;
  object-fit: contain;
}
.nf-content{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);z-index:15;padding: 5rem;background: #000;text-align: center;}


/* NEWS ARTICLE LIST */
/* header slider */
.news-header{height: calc(var(--vh, 1vh) * 100)}

.news-header #news-slider .slider-prev,
.news-header #news-slider .slider-next{z-index:20;border:1px solid #000;transition: all .3s ease;}

.news-header #news-slider .slider-prev:hover,
.news-header #news-slider .slider-next:hover{
    border: 1px solid #000;
    background: #fff;
    color:#000;
}
.news-header #news-slider .slider-prev:hover svg path,
.news-header #news-slider .slider-next:hover svg path{stroke:#000}

.news-header .keen-pagination.dots{bottom: 3rem}

.news-header #news-slider,
.news-header #news-slider .news-item-bg,
.news-header #news-slider .news-item-bg img{height: 100%}
.news-header #news-slider .news-item-bg img{object-fit:cover}
.news-item-content{
    position: absolute;
    z-index: 10;
    bottom: 3rem;
    right: 9rem;
    width: 300px;
    height: max-content;
    background: #fff;
    color: #000;
}

.news-item-content .news-item-content-container{padding: 2rem;}
.news-item-content .news-item-content-container p{margin-top: 20px;color:#6B675F;}
.news-item-content .news-item-content-container a{margin: 30px 0 0;}
/* Grid */
.article-grid {
	width: 1280px;
  margin: 0 auto;
  max-width: 90%;
}

.article-grid .article-grid-header{
	color: var(--main-black);
	margin-top: 160px;
}
.article-grid .article-grid-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin: 80px auto;
	min-height: 400px;
}

.article-grid .article-grid-list a{color: var(--main-black);border-bottom: 1px solid var(--Sandstone, #756957);display: block;}
.article-grid .article-grid-list a h2{margin: 40px 0}


.article-grid-pagination{
    color: black;
    display: flex;
    width: max-content;
    justify-self: center;
    margin-bottom: 120px;
}
.article-grid-pagination .pagination-pages{
    display: flex;
    margin-bottom: 5px;
}
.article-grid-pagination .pagination-pages li{
    margin: 0 10px;
    color: var(--brand-AA-base, #797979);
}

.article-grid-pagination .pagination-pages li.is-active{
    color: #000;
}

@media only screen and (max-width: 1440px) {
	.article-grid {width: 1020px;}
	.article-grid .article-grid-header{margin-top: 120px;}
	.article-grid .article-grid-list a h2{margin: 30px 0}
}
@media only screen and (max-width: 768px) {
    
    body.tpl-news .news-item-content-thumbnail img{
        aspect-ratio: 159 / 119;
        object-fit: cover;
    }
    body.tpl-news .slider-next,
    body.tpl-news .slider-prev{
        display: none;
    }
    .news-item-content{
        bottom: 3.5rem;
        right: auto;
        width: 85%;
        left:50%;
        transform: translateX(-50%);
        
    }
	.article-grid .article-grid-header{margin-top: 80px;}
	.article-grid .article-grid-list{margin: 40px auto;}
	.article-grid .article-grid-list{
		grid-template-columns: 1fr;
		gap: 0;
	}
	.article-grid .article-grid-list a h2{margin: 10px 0 20px}
	
	.article-grid .article-grid-header h1{
	    font-size:14px;
	}
	.article-grid li.article{
	    margin-bottom:40px;
	}
}


/*footer article*/
section.article-footer{
    width: 480px;
    max-width: 90%;
    margin:0 auto 90px;
    text-align: center;
}
section.article-footer h3{
    font-weight: 600;
    text-transform: uppercase;
    color:#000;
    margin-bottom:40px
    
}
section.article-footer p{color:var(--grey-white-background);margin-bottom:40px}
section.article-footer p{color:var(--grey-white-background);margin-bottom:40px}
/* ARTICLE */
body.tpl-news,
body.tpl-article{background: #fff}

.article-header{
	position: relative;
	height: 70vh;
  overflow: hidden;
}
.article-header .article-header-bg{height:100%}
.article-header .article-header-bg img{
	object-fit: cover;
  height: 100%;
	filter: blur(10px);
}
.article-header .article-header-content{
	position: absolute;
  bottom: 3rem;
  text-align: center;
  padding: 0 6rem;
  width: 50%;
  right: 0;
}
.article-header .article-header-content h1{
	margin: 20px 0 40px;
}

.article-intro{
	display: flex;
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
}

.article-intro img{
	width: 50%;
  position: relative;
  transform: translateY(-45%);
  margin-bottom: -10%;
  height: fit-content;
}

.article-intro p{
	width: 50%;
  padding: 2rem 4rem;
}

.article_product_slider a {color: var(--main-black);text-align: center;}

body.tpl-article .article_text_only,
body.tpl-article .block_image-content-container{
	max-width: 90%;
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

body.tpl-article .block_image-content-container .block_image-content-content{
    display: flex;
    flex-flow: column;
    align-self: center;
    align-items: center;
}
body.tpl-article .block_image-content-container .block_image-content_img,
body.tpl-article .block_image-content-container .block_image-content-content{flex:1}

body.tpl-article .block_image-content-container .block_image-content-content .cta-wrapper{padding: 2rem;margin-right: auto;}

body.tpl-article .block_image-content-container .block_image-content_img.pos-right{order:1}
body.tpl-article .img-caption{margin-top: 20px}

body.tpl-article .block_image-content-container .block_image-content-content p,
body.tpl-article .article_text_only p{padding: 0 2rem;line-height:140%}

body.tpl-article .block_image-content,
body.tpl-article .std_img-container,
body.tpl-article .article_product_slider,
body.tpl-article .article_text_only{margin: 0 auto 120px auto;}

.article_blockquote {
	width: 960px;
	max-width: 90%;
	margin: 300px auto;
	text-align: center;
}
 body.tpl-article .article_blockquote p{
        margin: 80px 0 40px;
    }

.article_std_img .std_img-container{
	width: 1440px;
	max-width: 90%;
}

@media only screen and (max-width: 1440px) {
	.article_blockquote {
		margin: 180px auto;
	}
	.article_std_img .std_img-container{
		width: 1080px;
	}
}
@media only screen and (max-width: 768px) {
	.article_blockquote {
		margin: 120px auto;
	}
	body.tpl-article .block_image-content-container .block_image-content_img.pos-right{order:0}
	
	.article-header{
	    margin-bottom: -35%;
	}
	.article-header .article-header-content {
        padding: 0;
        width: 80%;
        right: auto;
        left: 50%;
        bottom:30%;
        transform: translateX(-50%);
    }
    .article-intro{
        flex-flow: column;
    }
    .article-intro img {
        width: 100%;
        transform: none;
        margin-bottom: 0;
    }
    .article-intro p {
        width: 100%;
        padding: 2rem 0 4rem;
    }
    body.tpl-article .block_image-content-container{
        flex-flow: column;
    }
    body.tpl-article h1{
        margin: 20px 0 10px;
    }
    body.tpl-article .block_image-content-container .block_image-content_img{
        margin-bottom:40px;
    }
    body.tpl-article .block_image-content-container .block_image-content-content p,
    body.tpl-article .article_text_only p{
        padding: 0;
    }
    
    body.tpl-article .article_blockquote p{
        margin: 40px 0;
    }

    body.tpl-article .prd-item .prd-collection{
        font-size: 14px;
    }
    
    body.tpl-article .block_image-content,
    body.tpl-article .std_img-container,
    body.tpl-article .article_product_slider,
    body.tpl-article .article_text_only{margin: 0 auto 80px auto;}
}

/*Simple Page TPL*/
body.tpl-simple-page {
    background: var(--main-white);
}
body.tpl-simple-page #content{
    width: 960px;
    max-width:90%;
    margin: 160px auto;
    color: #000;
}

body.tpl-simple-page #content .header{
    text-align: center;
    margin-bottom: 80px;
}
body.tpl-simple-page #content .header span{
    color: var(--grey-white-background, #6B675F);
    font-family: "Cormorant Garamond", serif;
    font-size: var(--font-size-md, 18px);
    font-weight: 400;
}
body.tpl-simple-page #content h1{
    font-family: "wedding-gothic-atf";
    font-size: var(--font-size-xl, 32px);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

body.tpl-simple-page #content h2{
    font-family: "wedding-gothic-atf";
    font-size: var(--font-size-sm, 14px);
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 80px 0 40px;
}
body.tpl-simple-page #content h3{
    font-family: "wedding-gothic-atf";
    font-size: var(--font-size-sm, 12px);
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0 20px;
}

body.tpl-simple-page #content p,
body.tpl-simple-page #content li{
    color: var(--grey-white-background, #6B675F);
    font-family: "Cormorant Garamond", serif;
    font-size: var(--font-size-md, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
body.tpl-simple-page #content p a,
body.tpl-simple-page #content li a{
    color: inherit;
    text-decoration: underline;
}
body.tpl-simple-page #content ul{padding-left: 20px;}
body.tpl-simple-page #content ul,
body.tpl-simple-page #content li{
    list-style-type: disc;
}
/*SEARCH PANEL*/
.search-overlay {
    position: fixed;
    display: none;
    inset: 0;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 9999;
		height:calc(var(--vh, 1vh) * 100);
}

.search-overlay.is-open {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.search-overlay__inner {
		max-width: 90%;
		margin: 30px auto 0;
		padding: 0;
		position: relative;
		height: 100%;
}

.search-overlay__input {
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
		border:none;
    border-bottom: 3px solid grey;
		background: #000;
		color: #fff;
}
body.search-open {
    overflow: auto !important;
}
.autocomplete-wrapper{position: relative;margin-bottom:20px}
.autocomplete-wrapper #autocomplete-results-num{
	position: absolute;
  top: 52%;
  transform: translate(0%, -50%);
  right: 0;
  text-transform: uppercase;
	color: var(--grey-dark-background);
}

.autocomplete-wrapper .search-input-wrapper{display: flex}
.autocomplete-wrapper .search-input-wrapper #close-search{padding: 0 20px 0 0;}

.autocomplete-wrapper #autocomplete-results .prd-item{text-align: center;}
#autocomplete-results .prd-item .is-primary{display: none}
#autocomplete-results{
	position:absolute;
	width: 100%;
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	max-height:80%;
	overflow-y:auto;
	display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 60px;
	-webkit-overflow-scrolling: touch;
}

#autocomplete-results li:after{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--grey-white-background);
	transition: height .3s ease
}
#autocomplete-results li{
	position: relative;
	text-align: center;
  height: max-content;
	align-self: center;
}
#autocomplete-results img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
#autocomplete-results li > a > span {
	padding: 20px 0;
  display: block;
}
@media (hover: hover) {
    #autocomplete-results li:hover:not(.is-product)::after{height:3px;transition: height .3s ease}
}
#autocomplete-results li.is-product{border-bottom: 0;padding-bottom:0;}

#autocomplete-results .prd-item {height: 100%}
#autocomplete-results .prd-item img {
  aspect-ratio: auto;
}
#autocomplete-results .prd-item a {
  padding: 5px 10px;
}
@media (hover: hover) {
    #autocomplete-results .prd-item:hover .prd-item-img-wrapper .img-front {left: -20px;}
    .prd-item:hover .prd-item-img-wrapper .img-back{left: calc(50% + 20px);}
}
#autocomplete-results img.has-border{
	border: 15px solid var(--Pearl-Bush);
}

#search-wrapper {
  position: relative;
  display: inline-block;
}

#autocomplete-ghost {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 6px;
  height: 100%;
  color: #999;
  pointer-events: none;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
  opacity: .5;
}

/* input should hide bg so ghost is behind */
#search-input {
  background: transparent;
  position: relative;
}
#search-input:focus-visible{outline:none}

@media only screen and (max-width: 768px) {
	#autocomplete-results{
	  grid-template-columns: 1fr 1fr;
	  gap: 30px;
	}
	.search-input-wrapper #search-input{
	    font-size: 20px;
	}
	.autocomplete-wrapper #autocomplete-results-num{
	    font-size: 10px;
	    top:80%;
	}
	

}



/* ============================================
   CONSENT POPIN
   ============================================ */

.consent-popin {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.consent-popin.is-visible {
  display: block;
}

.consent-popin__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.consent-popin__dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 8px 8px 0 0;
  font-family: sans-serif;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .consent-popin__dialog {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-radius: 8px;
  }
}

.consent-popin__title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  color: #222;
}

.consent-popin__intro {
  margin: 0 0 1.5rem;
  color: #555;
  line-height: 1.5;
}
.consent-popin__intro a{
    color: #000;
    text-decoration: underline;
}
.consent-popin__options {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  border-top: 1px solid #eee;
}

.consent-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
}

.consent-option__text {
  flex: 1;
}

.consent-option__name {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  color: #222;
    font-weight: 400;
    text-transform: uppercase;
}

.consent-option__desc {
  margin: 0;
  font-size: 0.875rem;
  color: #777;
  line-height: 1.4;
}

.consent-option__toggle {
  flex-shrink: 0;
}

.consent-popin__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  
}
.consent-popin__actions .btn {
  flex: 1 1 auto;
  min-width: 140px;
    border: 1px solid black;
    padding: 10px 10px;
    text-align: center;
    margin: 0 10px;
    background: #000;
    color: #fff;
    transition: all .3s ease;
}
.consent-popin__actions .btn:hover {
    background: #fff;
    color: #000;
}
.consent-popin__actions .btn.btn--secondary {
    background: #fff;
    color: #000;
}
.consent-popin__actions .btn.btn--secondary:hover {
    background: #000;
    color: #fff;
}
.consent-popin__legal {
  margin: 1.5rem 0 0;
  font-size: 0.8rem;
  text-align: center;
  color: #888;
}
.consent-popin__legal a {
  color: inherit;
}

/* Utilitaire a11y */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============================================
   TOGGLE (light variant)
   crédit : style basé sur les toggles CodePen
   ============================================ */

.tgl {
  display: none;
}
.tgl,
.tgl::after,
.tgl::before,
.tgl *,
.tgl *::after,
.tgl *::before,
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *::after::selection,
.tgl *::before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.tgl + .tgl-btn::after,
.tgl + .tgl-btn::before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn::after {
  left: 0;
}
.tgl + .tgl-btn::before {
  display: none;
}
.tgl:checked + .tgl-btn::after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.tgl-light + .tgl-btn::after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.tgl-light:checked + .tgl-btn {
  background: #000;
}

/* Focus visible pour l'accessibilité clavier */
.tgl:focus-visible + .tgl-btn {
  outline: 2px solid #4a90e2;
  outline-offset: 2px;
}


.tpl-download-folder .dl-section--list{
    width: 960px;
    max-width: 90%;
    margin: 180px auto;
}

.tpl-download-folder .dl-section--list h2{
    text-align: center;
    margin-bottom: 80px;
}

.tpl-download-folder .dl-section--list .dl-row{
    position: relative;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.tpl-download-folder .dl-section--list .dl-row:not(:first-child){padding-top: 40px;}

.tpl-download-folder .dl-section--list .dl-row:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: var(--Sandstone);
    bottom: 0;
}

.tpl-download-folder .dl-row__name,
.tpl-download-folder .dl-row__label,
.tpl-download-folder .dl-section__zip-label,
.tpl-download-folder .dl-card__name,
.tpl-download-folder .dl-card__label{
    text-transform: uppercase;
}

.tpl-download-folder .dl-row__label,
.tpl-download-folder .dl-section__zip-label,
.tpl-download-folder .dl-card__label{
        margin-bottom: 10px;
}

.tpl-download-folder .dl-row__size,
.tpl-download-folder .dl-section__zip-size,
.tpl-download-folder .dl-card__meta{
    color: var(--grey-dark-background);
    transition: color .3s ease-in-out;
}


.tpl-download-folder .dl-row__btn,
.tpl-download-folder .dl-section__zip,
.tpl-download-folder .dl-card__btn{
    max-height: max-content;
    padding:24px 50px;
    display: flex;
    flex-flow: column;
    border: 1px solid var(--grey-dark-background);
    width: fit-content;
    text-align: center;
    transition: background .3s ease-in-out;
}

.tpl-download-folder .dl-row__btn:hover,
.tpl-download-folder .dl-section__zip:hover,
.tpl-download-folder .dl-card__btn:hover{
    background: var(--grey-dark-background);
}

.tpl-download-folder .dl-row__btn:hover .dl-row__size,
.tpl-download-folder .dl-section__zip:hover .dl-section__zip-size,
.tpl-download-folder .dl-card__btn:hover .dl-card__meta{
    color: #000;
}



.tpl-download-folder .dl-row__main{
    display: flex;
    flex-flow: column;
}

.tpl-download-folder .dl-row__desc,
.tpl-download-folder .dl-section__desc{
    padding-top: 40px;
    color: var(--grey-dark-background);
}

.tpl-download-folder .dl-card__btn {
    width: 100%;
    margin-top: 40px;
}
.tpl-download-folder .dl-section__zip{
    margin: 40px auto 0;
}

.tpl-downloads .dl-filters,
.tpl-downloads .dl-sort-wrapper,
.tpl-downloads .hub-grid-wrapper,
.tpl-download-folder .dl-section--grid{
    width: 1280px;
    max-width: 80%;
    margin: 180px auto 80px;
}


.tpl-download-folder .dl-section--grid .dl-section__head{
    text-align: center;
    width: 620px;
    max-width:90%;
    margin:0 auto;
}

.tpl-downloads .hub-grid,
.tpl-download-folder .dl-section--grid .dl-grid{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    padding: 80px 0;
}

.tpl-download-folder .dl-section--grid:not(:last-child) .dl-grid::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--Sandstone);
    bottom: 0;
}

.tpl-download-folder .dl-section--grid .dl-grid .dl-card img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid var(--Dark-Grey, #2D2925);
    background: var(--Black, #060605);
}

.tpl-downloads .hub-grid__thumb{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid var(--Dark-Grey, #2D2925);
    background: var(--Black, #060605); 
}

.tpl-downloads .dl-filters{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
}

.tpl-downloads .dl-filters .dl-filters__btn{
    padding: 20px 0;
    color: var(--grey-white-background, #6B675F);
    border-bottom: 1px solid var(--Dark-Grey, #2D2925);
    transition: border .3s ease-in-out, color .3s ease-in-out;
}

.tpl-downloads .dl-filters .dl-filters__btn.is-active{
    color: #fff;
    border-bottom: 1px solid var(--Sandstone, #756957);
}

.tpl-downloads .hub-grid__item a{
    display: flex;
    flex-flow: column;
    padding-bottom: 40px;
    box-shadow: inset 0px -1px 0px var(--Sandstone, #756957);
    transition: box-shadow .3s ease-in-out;
}
.tpl-downloads .hub-grid__item a:hover{
    box-shadow: inset 0px -4px 0px var(--Sandstone, #756957);
}

.tpl-downloads .hub-grid__item a .hub-grid__surtitle,
.tpl-downloads .hub-grid__item a .hub-grid__name,
.tpl-downloads .hub-grid__item a .hub-grid__label{
    width: fit-content;
    margin-top: 40px;
    text-transform: uppercase;
}
.tpl-downloads .hub-grid__item a .hub-grid__name{
    line-height: 1.3;
}
.tpl-downloads .hub-grid__item a .hub-grid__label {position:relative;
}
.tpl-downloads .hub-grid__item a .hub-grid__label::after {
    content: '';
    position: absolute;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 9"><path d="M0.3125 0.390381L5.3125 4.39038L0.312501 8.39038" stroke="white"/></svg>') no-repeat center / contain;
    width: 7px;
    height: 9px;
        right: -15px;
    top: 50%;
    transform: translateY(-50%);
}


.tpl-downloads .dl-sort-title {
    position: relative; 
    padding: 20px 0;
}
.tpl-downloads .dl-sort-title__label {
    position: absolute;
    width: max-content;
    top: 0;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tpl-downloads .dl-sort-title__label.is-active { opacity: 1; }

/* Si tu veux les superposer pour une vraie fondue : */
.tpl-downloads .dl-sort-title__label:not(:first-child) {
    position: absolute;
    inset: 0;
}

.tpl-downloads .dl-sort__label {
    position: relative;
    transform: translateX(-100%);
    display: block;
    left: 100%;
    width: fit-content;
    text-transform:uppercase
}


.dl-sort-wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.dl-sort {
    position: absolute;
    width: max-content;
    right:0;
    
    padding: 20px;
}
.dl-sort[open] {
    border: 0.5px solid var(--grey-white-background, #6B675F);
}
.dl-sort__trigger {
    cursor: pointer;
    list-style: none; /* hide default disclosure triangle */
}
.dl-sort__trigger::-webkit-details-marker { display: none; }

.dl-sort__menu {
    top: 100%;
    left: 0; /* or right: 0 to anchor right */
    list-style: none;
    margin: 20px 0 0 25px;
    padding: 0;
}


.dl-sort__option{
    position: relative;
    width: max-content;
    color: var(--brand-AA-light);
    text-transform: none;
}

.dl-sort__option::before{
    content: '';
    position: absolute;
    left: -10px;
    border: 1px solid var(--grey-white-background, #6B675F);;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translate(-100%, -50%);
    padding: 6px;
    background-clip: content-box;
    background-color: transparent;
    transition: background .1s ease;
}
.dl-sort__option.is-active::before{
    background-color: var(--grey-white-background, #6B675F);
}

.dl-prefooter{
    background: var(--main-white);
}
.dl-prefooter-wrapper{
    color: var(--Black);
    width: 640px;
    max-width: 80%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.dl-prefooter-wrapper h3{
    margin-bottom:20px;
    text-transform: uppercase;
    font-weight: 400;
}
.dl-prefooter-wrapper p{color: var(--grey-white-background)}
.dl-prefooter-wrapper p:not(:last-child) {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .tpl-downloads .hub-grid,
    .tpl-download-folder .dl-section--grid .dl-grid{
        grid-template-columns: 1fr;
        padding: 40px 0;
    }
    .tpl-downloads .hub-grid{gap: 15px;}
    .tpl-downloads .dl-filters{
        grid-template-columns: 1fr;
        gap: 0;
    }
    .tpl-downloads .dl-filters,
    .tpl-downloads .hub-grid-wrapper,
    .tpl-download-folder .dl-section--grid{
        margin-top:0;
    }
    .tpl-downloads .dl-sort-wrapper{
        margin-top: 120px;
        margin-bottom: 0;
    }
    .tpl-downloads .dl-sort-title__label{
        font-size: 14px;
    }
    .dl-sort{
        z-index: 10;
        background: #000;
        padding: 10px;
        top: -5px;
    }
    .tpl-downloads .hub-grid__item a .hub-grid__surtitle,
    .tpl-downloads .hub-grid__item a .hub-grid__name{
        margin-top: 20px;
    }
    .tpl-download-folder .dl-section--list .dl-row{
        flex-flow: column;
        align-items: center;
    }
    .tpl-download-folder .dl-row__btn, .tpl-download-folder .dl-section__zip, .tpl-download-folder .dl-card__btn{
        padding: 19px 24px;
    }
    .tpl-download-folder .dl-row__main,
    .tpl-download-folder .dl-row__desc{margin-bottom: 20px;}
    .tpl-download-folder .dl-row__name{font-size: 10px;}
    .tpl-download-folder .dl-section--list{margin: 80px auto 160px;}
    .tpl-download-folder .dl-card__btn{margin-top:20px}
    .tpl-download-folder .dl-section--grid .dl-grid{gap: 40px;}
}



.is-mobile{display: none}
.is-tablet{display: none}
.is-desktop{display: block}

@media only screen and (max-width: 768px) {
	.is-mobile{display: block}
	.is-desktop{display: none}
}
@media only screen and (max-width: 1024px) {
	.is-tablet{display: block}
}
