/* Variables */
:root {
    --black: #000000;
    --white: #FFFFFF;
}

html, body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

html {
    width: 100vw;
    height: 100vh;
    background-color: black;
}

#ap {
  position:absolute;
  inset:0;
  background:black; /* fallback base */
  overflow:hidden;
  z-index: -1;
}

#ap .filter {
  position:absolute;
  inset:0;
  background:url('../ATOUTS/ap-08.jpg') left/cover no-repeat;
}

#ap .img {
  position:absolute;
  inset:0;
  background:url('../ATOUTS/ap-03.png') left/cover no-repeat;
  filter: blur(8px);

  /* fade out toward bottom */
  -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 90%);
  mask-image: linear-gradient(to bottom, black 10%, transparent 90%);
  
}

body {
    min-height: 93vh;
    position: relative;
    overflow-x: hidden;
    /* background-color: var(--black); */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 64px;
    padding: 0;
}

/* Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--black)
}

*::-webkit-scrollbar {
    max-height: 8px;
    max-width: 8px;
    background-color: var(--black);
    
    cursor: none;
}

*::-webkit-scrollbar-track {
    max-height: 8px;
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    max-height: 8px;
    border-radius: 8px;
    background-clip: border-box;
    background-color: var(--black);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--black);
}

/* URLs */

a {
    height: auto;
    background-color: transparent;
    color: white;
    text-decoration: none;
    
    cursor: pointer !important;
    transition: color ease-in-out .25s, outline ease-in-out .25s;
}

a:-webkit-any-link {
    text-decoration: none;
}

a:focus-visible {
    color: white;
    outline: 2px solid var(--black) !important;
    text-decoration: underline;
    
    transition: color ease-in-out .25s, outline ease-in-out .25s;
}

a:hover, a:hover #language-active-text {
    color: white;
    
    cursor: pointer !important;
    transition: color ease-in-out .25s, outline ease-in-out .25s;
}

/* Selected (Highlighted) Text */

::-moz-selection { /* Code for Firefox */
    background: blue;
    color: white;
}

::selection {
    background: blue;
    color: white;
}

#texte {
    margin-top: 64px;
}

#len-tête {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /* background-color: blue; */

    -webkit-animation: sestomperAvecÉchelle ease-in-out 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: sestomperAvecÉchelle ease-in-out 1s; /* Firefox < 16 */
    -ms-animation: sestomperAvecÉchelle ease-in-out 1s; /* Internet Explorer */
    -o-animation: sestomperAvecÉchelle ease-in-out 1s; /* Opera < 12.1 */
    animation: sestomperAvecÉchelle ease-in-out 1s;
}

h1#bienvenue {
    color: white;
    font-family: "Amarante", serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;

    margin: 0;
    margin-top: 64px;
    /* padding:  */
}

h1.pt {
    font-size: 80px !important;
}

#marque {
    height: 128px;
    margin-top: -64px;
}

#marque-chercher {
    max-height: 16px;
    margin-top: -64px;
}

#moble-menu {
    height: 72px;
    margin-top: -20px;
}

#à-propos {
    margin-top: 16px;
    margin-left: 64px;
    margin-right: 64px;

    -webkit-animation: sestomper ease-in-out 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: sestomper ease-in-out 2s; /* Firefox < 16 */
    -ms-animation: sestomper ease-in-out 2s; /* Internet Explorer */
    -o-animation: sestomper ease-in-out 2s; /* Opera < 12.1 */
    animation: sestomper ease-in-out 2s;
}

#à-propos p {
    font-size: 16px;
}

p {
    color: white;
    /* font-family: "Amarante", serif; */
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    text-align: center;

    margin: 0;
    padding: 0;
}

h3 {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: center;

    margin: 0;
    padding: 0;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

button, input[type="number"] {
    font-family: 'Poppins';
    padding: 8px;

    border: 1px solid #F1F1F1;
    background-color: var(--black);
    color: var(--white);

    /* -webkit-animation: sestomperBouton ease-in-out 3s; /* Safari, Chrome and Opera > 12.1 */
    /* -moz-animation: sestomperBouton ease-in-out 3s; /* Firefox < 16 */
    /* -ms-animation: sestomperBouton ease-in-out 3s; /* Internet Explorer */
    /* -o-animation: sestomperBouton ease-in-out 3s; /* Opera < 12.1 */
    /* animation: sestomperBouton ease-in-out 3s; */

    /* opacity: 33%; */
    transition: ease-in-out .25s;
}

button.bouton-supprimer-du-carte,
button.bouton-moins-du-carte,
button.bouton-plus-du-carte {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
    width: 24px;
    text-align: center;
    padding: 10px;
    position: relative;
    top: -1px;
}

button a {
    text-decoration: none;
}

button:hover, button:focus-visible {
    opacity: 100%;
    transition: ease-in-out .25s;
}


footer {
    margin-top: 32px;
    width: 100%;
    position: absolute;
    bottom: 0;
    /* border-top: 1px solid #ffffff84; */
    padding-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-animation: sestomper ease-in-out 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: sestomper ease-in-out 3s; /* Firefox < 16 */
    -ms-animation: sestomper ease-in-out 3s; /* Internet Explorer */
    -o-animation: sestomper ease-in-out 3s; /* Opera < 12.1 */
    animation: sestomper ease-in-out 3s;
}

ul, li {
    opacity: 1;
    transition: ease-in-out .25s;
}

ul:hover li {
    opacity: 0.5;
    transition: ease-in-out .25s;
}
ul li:hover {
    opacity: 1;
    transition: ease-in-out .25s;
}#rentals-nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: brightness(50%) blur(2px);

    max-height: 200px;   /* ensures navbar never grows too tall */
    height: auto;        /* allows it to shrink naturally */
    padding: 0 24px;     /* optional: horizontal padding */
    box-sizing: border-box; /* include padding in height */
}

#rentals-nav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;   /* prevents inner content from expanding navbar */
}

#rentals-nav > ul > li {
    list-style: none;
    padding-left: 8px;

    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}
/* Hero section */
#section-hero, #section-banner {
  position: relative;
  width: 100%;
  height: 30vh;
  min-height: 300px;
  overflow: hidden;
}

#section-banner {
    height: 45vh;
}

#section-banner #texte {
    margin-top: 192px;
}

#section-hero #texte {
    margin-top: 256px;
}

/* image container fills hero */
#img-hero {
  position: absolute;
  inset: 0;

  /* fade to black */
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 150%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 150%);
}

/* image fills properly */
#img-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* KEY CHANGE */
  object-position: center -150px;

  filter: blur(12px);
}

/* Add gradient border at bottom of hero image */
#img-hero::before {
  content: "";
  position: absolute;
  bottom: 0; /* border at bottom */
  left: 0;
  width: 100%;
  height: 2px; /* adjust thickness */
  background: linear-gradient(
    to right,
    #e6591300 0%,
    #e65913 50%,
    #e6591300 100%
  );
  z-index: 2;
}

#texte-quote {
    white-space: nowrap;
}

/* center text over image */
#section-hero #texte {
  position: absolute; /* absolute over image */
  z-index: 3;
  bottom: 20%; /* move text down to match reference */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 800px; /* optional to limit text width */
}

/* headline text */
#section-hero #bienvenue {
  color: #fff;
  font-family: "Amarante", serif;
  font-size: 92px;
  font-weight: 400;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

/* subtext / description */
#section-hero #à-propos {
  margin-top: -2px;
  max-width: 600px;
}

#section-hero #à-propos p {
    margin-top: -16px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff; /* fully white for premium look */
  text-align: center;
}

#rentals-nav #section-nav-logo, #rentals-nav #section-nav-quote {
    padding-left: 16px;
    padding-right: 16px;
    width: 15%;
    /* background-color: green; */
}

#rentals-nav #section-nav-logo > img, #rentals-nav #section-nav-quote img  {
    width: auto;
    height: auto;
    margin: 0;
}

#section-nav-logo-footer {
    margin-top: 8px;
    /* background-color: green; */
}

#section-nav-logo-footer img {
    width: 256px;
    height: auto;
    margin: 0;
}

#rentals-nav #section-nav-logo img {
    max-height: 32px;
    margin-top: -4px;
    height: 24px;
    width: auto;
}

#rentals-nav #section-nav-logo > a > p {
    max-height: 32px;
    margin-top: -4px;
    text-align: left;
    margin: 0;
    /* user-select: none; */
}

#rentals-nav #section-nav-quote, #rentals-nav #section-nav-quote a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

#shoppe, #produit {
    width: 100%;
    /* background-color: blue; */
}

#shoppe {
    margin-top: 64px;
}


#produit {
    margin-top: 64px;
}

#shoppe-flèches {
    display: flex;
    margin-bottom: 8px;
}

#shoppe-flèches > button {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: ease-in-out .25s;
}

#shoppe-flèches > button:hover, #shoppe-flèches > button:focus-visible {
    background-color: var(--white);
    transition: ease-in-out .25s;
}

#shoppe-flèches > button > img, #shoppe-flèches > button:focus-visible > img  {
    filter: invert(0%);
    transition: ease-in-out .25s;
}

#shoppe-flèches > button:hover > img, #shoppe-flèches > button:focus-visible > img {
    filter: invert(100%);
    transition: ease-in-out .25s;
}

#shoppe-len-tête, #produit-len-tête {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article .article-boite-texte {
    min-height: 15%;
}

.article-boite-texte{
  position:relative;
  padding-top: 6px;
  padding-bottom: 6px;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;

  backdrop-filter:blur(2px) brightness(200%);
}

/* gradient border */
.article-boite-texte::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;

  background:linear-gradient(
    to right,
    rgba(230,89,19,0) 0%,
    rgba(230,89,19,1) 50%,
    rgba(230,89,19,0) 100%
  );
}

/* #shoppe-texte h2, .article-boite-texte > h2, .produit-texte > h2 { */
h2 {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    white-space: wrap;
    line-height: 1;
    text-align: center;

    margin: 0;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
    transition: ease-in-out .25s;
}


#shoppe-texte {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* h2+note on left, sort on right */
    flex-wrap: nowrap; /* keeps responsive on smaller screens */
    gap: 12px;
}

#shoppe-texte > section, #shoppe-texte > h2 {
    margin-right: auto;
}


.hidden-item {
    opacity: 0;
    transform: scale(0.98);
    pointer-events: none;
    position: absolute;
}

/* Ensure parent can handle absolute children */
#articles {
    position: relative;
}

#shoppe-texte > p {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    white-space: wrap;

    margin: 0;
    padding: 0;
    text-align: left;
    transition: ease-in-out .25s;
}

.tippy-popper {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    white-space: wrap;

    margin: 0;
    padding: 0;
    text-align: left;
    transition: ease-in-out .25s;
}

.tippy-popper .tippy-content {
    color: greenyellow;
    background-color: var(--black);
    padding: 8px;
    border: 1px solid #ffffff20;
    font-weight: 600;
}


.produit-texte > p, .produit-texte > ul > li, .produit-bouton-ajouter > p {
    color: white;
    padding-left: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: left;
}

.produit-bouton-ajouter > p {
    white-space: nowrap;
    transition: ease-in-out .25s;
}

#shoppe #articles .article {
    height: 256px;
    width: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* background-color: var(--black); */
    border: 1px solid #ffffff20;
    transition: ease-in-out .25s;
}

#shoppe #articles .article:hover {
    border: 1px solid white;
    transition: ease-in-out .25s;
}

#produit .photo {
    background-color: blue;
    height: 256px;
    width: 256px;
    object-fit: contain;
}

.article:hover .article-boite-texte, .splide__slide:focus-visible .article .article-boite-texte {
    background-color: var(--white);
    transition: ease-in-out .25s;
}
.article:hover .article-boite-texte > h2, .splide__slide:focus-visible .article .article-boite-texte > h2 {
    color: var(--black);
    transition: ease-in-out .25s;
}

.article-boite {
    width: inherit;
    height: inherit;
    
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: brightness(200%);
    max-height: 220px;
}

.article-boite {
    backdrop-filter:blur(2px) brightness(200%);
  animation:sestomper2 1s ease-in-out;
  will-change: opacity;
}

.article-boite::after {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at center,
    #ffffff14,
    transparent 70%
  );

  pointer-events: none;
}


.article-boite > img {
    max-width: 90%;
    max-height: 90%;
    max-width: 512px;
}

.article-boite > img.img-50 {
    max-width: 65%;
}


.produit-img-wrapper {
    width: 600px;
    height: 600px;
    /* background-color: yellow; */
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 600px;
    overflow: clip;
}

.produit-img-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.produit-img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#produit-information-wrapper .diviseur {
    padding-left: 0px;
    padding-right: 0px;
}

.diviseur > hr {
    width: 100%;
}

hr.point {
    margin-left: 8px;
    background-color: white;
    width: 8px;
    height: 2px;
    border-radius: 0;
    border: none;
}

hr.point-p {
    margin: 4px;
    background-color: white;
    min-width: 1px;
    width: 1px;
    height: 24px;
    border: none;
}

.splide {
    padding-left: 16px;
    padding-right: 16px;
}

.catalogue {
    /* background-color: gray; */
    display: flex;
    width: 100%;
    justify-content: center;
    /* align-items: center; */
    align-items: flex-start;
}

.catalogue #articles {
    /* background-color: blue; */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 32px; /* fixed gap */
    width: 97%;
}

#shoppe .catalogue #articles .article {
    /* background-color: green; */
    min-height: 100%;
    min-width: 100%;
    /* height: 400px; */
    width: 300px;
    aspect-ratio: 1 / 1; /* keeps square shape */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid var(--white); */
}

.catalogue #articles .article .article-boite-texte > h2 {
    font-size: 16px;
}

.catalogue #shoppe #articles .article {
    height: 100%;
    width: 100%;
}

.article-boite {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 85%;
    min-height: 85%;
    height: 85%;
}

.article-wrapper {
    height: fit-content;
    padding: 0;
}

.article-boite-information, #produit-prix-information {
    display: flex;
    width: 100%;
    /* background-color: blue; */
    height: auto;
    gap: 8px;
    margin-bottom: 24px;
}

#produit-prix-information {
    flex-direction: column;
}

.article-prix-wrapper, .produit-prix-wrapper, .produit-subtotal-wrapper {
    width: 100%;
    background-color: black;
    border: 1px solid white;
    margin-top: 8px;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: auto;
}

.produit-prix-wrapper, .produit-subtotal-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.article-prix, .produit-prix, .produit-desc {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.article-indisponible {
    color: #e65913;
}

.page-quote .produit-prix-wrapper {
    display: flex;
    justify-content: space-between;
    width: auto;
    padding: 8px;
}

.page-quote .produit-prix {
    font-weight: 800;
}

.page-quote .produit-texte > p {
    margin-top: 8px;
}

.article-bouton-ajouter-wrapper, .produit-bouton-ajouter-wrapper {
    width: auto;
    margin-top: 8px;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.article-bouton-ajouter {
    /* margin-left: -8px; */
}


.article-bouton-ajouter, .produit-bouton-ajouter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -2px;
    opacity: 1;

    animation: none;
    transition: ease-in-out .25s;
}

.produit-bouton-ajouter {
    /* background-color: var(--white); */
    /* color: var(--black); */
    background-color: #ff9e00;
    font-weight: 600;
    color: white;
    transition: ease-in-out .25s;
}

.produit-bouton-ajouter:hover {
    /* background-color: var(--black); */
    /* color: var(--white); */
    background-color: #ffffff;
    color: #e65913;
    transition: ease-in-out .25s;
}

.produit-bouton-ajouter > img {
    filter: invert(100%);
    transition: ease-in-out .25s;
}

.produit-bouton-ajouter:hover > img {
    filter: invert(0%);
    transition: ease-in-out .25s;
}

.produit-bouton-ajouter > p {
    color: var(--black);
    transition: ease-in-out .25s;
}

.produit-bouton-ajouter:hover > p {
    color: var(--white);
    transition: ease-in-out .25s;
}

.article-bouton-ajouter:hover, .article-bouton-ajouter:focus-visible {
    background-color: var(--white);
    transition: ease-in-out .25s;
}

.article-bouton-ajouter > img{
    /* margin-bottom: -6px; */
    filter: invert(0%);
    transition: ease-in-out .25s;
}

#produit-droite .produit-bouton-ajouter:hover {
    background-color: var(--black);
    filter: invert(100%);
    color: white !important;
}

.bouton-supprimer-du-carte,
.bouton-moins-du-carte,
.bouton-plus-du-carte {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
    transition: ease-in-out .25s;
}

.bouton-moins-du-carte,
.bouton-plus-du-carte {
    min-width: 24px;
    color: var(--white);
    font-size: 14px;
    line-height: 1;
}

.bouton-supprimer-du-carte:hover,
.bouton-moins-du-carte:hover,
.bouton-moins-du-carte:focus-visible,
.bouton-plus-du-carte:hover,
.bouton-plus-du-carte:focus-visible {
    background-color: var(--white);
    color: var(--black);
    transition: ease-in-out .25s;
}

.bouton-supprimer-du-carte > img {
    filter: invert(0%);
    transition: ease-in-out .25s;
}

.produit-bouton-ajouter > img {
    margin-bottom: 0px;
}

.bouton-supprimer-du-carte:hover > img, .bouton-supprimer-du-carte:focus-visible > img {
    /* margin-bottom: -6px; */
    filter: invert(100%);
    transition: ease-in-out .25s;
}

.bouton-supprimer-du-carte:hover > p, .bouton-supprimer-du-carte:focus-visible > p {
    color: var(--black);
    transition: ease-in-out .25s;
}

.article-bouton-ajouter:hover > img, .article-bouton-ajouter:focus-visible > img {
    filter: invert(100%);
    transition: ease-in-out .25s;
}

#produit-information-wrapper {
    margin: 16px;
    /* background-color: blue; */
}

#produit-details {
    display: flex;
    /* background-color: green; */
    margin-bottom: 32px;
    gap: 16px;
}

#produit-details > #produit-gauche {
    width: 620px;
}

#produit-details > #produit-droite {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#produit-droite code {
    color: white;
    font-size: 10px;
}

.page-quote #produit-gauche, .page-quote #produit-droite {
    background-color: var(--black);
    border: 1px solid var(--white);
    padding: 8px;
}

.page-quote #produit-details > #produit-gauche {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-quote #produit-prix-information {
    gap: 0;
}

.page-quote .produit-prix-wrapper, .page-quote .produit-subtotal-wrapper {
    margin: 0;
}

.page-quote #produit-details > #produit-droite {
    width: 50%;
}

/* .page-quote .article-prix {
    font-size: 16px;
} */

.page-quote table {
    color: white;
    border-spacing: 0;
     width: 100%;
  border-collapse: collapse; /* collapse borders for cleaner look */
  table-layout: auto; /* columns size dynamically based on content */
  min-width: 0; /* help flexbox children shrink */
}

.page-quote table th {
    color: white;
    font-family: "Amarante", serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    
    margin: 0;
    padding: 8px;
    border: 1px solid white;
}

.page-quote table .qty-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.page-quote table input[type="number"] {
    padding: 7px;
    margin-bottom: -3px;
}

.page-quote .remove-item-btn {
    border: none;
}

td {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    
    margin: 0;
    padding: 8px;
    border: 1px solid white;
}

.page-quote table tbody tr td { 
    text-align: center;
    vertical-align: center;
}

.page-quote table th:first-child,
.page-quote table td:first-child {
  width: 5%;
  white-space: nowrap;
  text-align: center;
}

.page-quote table th,
.page-quote table td {
  white-space: normal; /* allow line breaks */
  word-wrap: break-word; /* break long words */
}

.page-quote #produit-details > #produit-gauche,
.page-quote #produit-details > #produit-droite {
  flex: 1 1 50%; /* grow and shrink as needed, base 50% */
  min-width: 300px; /* optional minimum width */
  box-sizing: border-box;
  overflow-x: auto; /* allow horizontal scroll if content too wide */

}

#section-nav-mobile-items-wrapper {
    display: none;
}

ul#section-nav-mobile-items {
    display: none;
    padding: 0;
}

ul#section-nav-mobile-items > li {
    display: flex;
    align-items: center;
    padding: 0;
}

ul#section-nav-mobile-items > li a {
    font-size: 12px;
}

#page-quotation-gauche, #page-quotation-droite {
    display: flex;
    width: 100%;
    flex-direction: column;
}


.page-quote .item-addon {
    background-color: #ffffff20;
}

.page-quote #info-subtotal {
    margin-top: 64px;
    height: auto;
    width: 100%;
    /* background-color: blue; */
}

#gallery {
    padding: 0;
}

.qty-wrapper {
    width: auto;
}

.produit-bouton-ajouter {
    width: 50%
}

.definition {
    text-decoration: underline;
    text-decoration-style: dashed;
}

#définition-semaine {
    text-decoration: none !important;
}

#produit-a-propos {
    margin-bottom: 16px;
}

.shoppe-rentals .article {
    border: 1px solid #ffffff56;
}

#shoppe.addons-shoppe #articles .article {
    height: 256px;
    width: 400px;
    border: 1px solid #ffffff56;
}

#shoppe.addons-shoppe #articles .article  .article-boite > img {
    max-width: 40%;
}

#shoppe.addons-shoppe #articles .article .article-boite-texte > h2 {
    font-size: 16px;
}

#addons-splide {
    padding-bottom: 32px;
}

#shoppe.addons-shoppe {
    margin-top: 64px;
}

#shoppe.addons-shoppe > #shoppe-len-tête {
    padding-left: 0px;
    padding-right: 0px;
}

.prix-précédent {
    opacity: 50%;
    text-decoration: line-through;
}

.prix-nouveau {
    color: greenyellow;
    font-weight: 600;
}

/* Page-gift */

.page-gift #produit-len-tête {
    display: none;
}

/* Page-gift */

.page-gift #produit-len-tête {
    display: none;
}

.page-gift .carte {
    position: relative;
    width: 100%;
    max-width: 640px;
    aspect-ratio: 1.75 / 1;
    margin: 48px auto;
    justify-self: center;
}

/* card thickness / depth */
.page-gift .carte::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #060606;
    transform: translate(10px, 10px);
    z-index: 0;
}

.page-gift .carte-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #232222 0%, #0d0d0d 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* subtle diagonal sheen, top right */
.page-gift .carte-inner::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -20%;
    width: 70%;
    height: 180%;
    background: linear-gradient(115deg, transparent 40%, #ffffff0a 50%, transparent 60%);
    pointer-events: none;
}

.page-gift .carte-frame {
    position: relative;
    z-index: 1;
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    border: 2px solid #ff9e00;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    text-align: center;
}

.page-gift .carte-logo {
    height: 64px;
    width: auto;
    margin-bottom: 6px;
}

.page-gift .carte-headline {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.page-gift .carte-amount {
    font-size: 44px;
    font-weight: 800;
    color: var(--white);
    letter-spacing: -0.5px;
}

.page-gift .carte-word {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
}

.page-gift .carte-subtitle {
    margin: -6px 0 4px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
}

.page-gift .carte-code {
    margin-top: 18px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.page-gift .carte-code-label {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #ff9e00;
    opacity: 0.85;
    text-transform: uppercase;
}

.page-gift .carte-code-value {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #ff9e00;
}

@media screen and (max-width: 700px) {
    .page-gift .carte { max-width: 92vw; aspect-ratio: 1.5 / 1; }
    .page-gift .carte-amount { font-size: 32px; }
    .page-gift .carte-word { font-size: 22px; }
    .page-gift .carte-subtitle { font-size: 14px; }
    .page-gift .carte-logo { height: 48px; }
    .page-gift .carte-code-value { font-size: 16px; letter-spacing: 2px; }
}

#shoppe-texte {
    display: flex;
    width: 100%;
    align-items: center;
}

#shoppe-texte #heading-note {
    font-style: italic;
    margin-bottom: -2px;
    margin-left: 2px;
    opacity: 64%;
}

.bouton-supprimer-du-carte {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -8px;
    opacity: 66%;
}

.max-reached {
    cursor: not-allowed !important;
    opacity: 66% !important;
}

.produit-inclus-diviseur {
    display: none;
}

@media screen and (max-width: 1000px) {
    #shoppe #articles .article {
        height: 192px;
        width: 192px;
    }

    .article .article-boite-texte {
        padding-bottom: 8px;
        padding-top: 2px;
    }

    .produit-inclus-diviseur {
        display: block;
    }
    #produit-details {
        flex-direction: column;
    }

    #produit-details > #produit-gauche {
        width: 100%;
    }

    #produit-details > #produit-droite {
        width: 100%;
        flex-direction: column-reverse;
    }

    #produit-prix-information {
        /* margin-top: 32px; */
        margin-bottom: 12px;
    }
    
    .produit-texte > p {
        margin-top: 16px;
    }

    .produit-img-wrapper img {
        height: 300px;
    }

    .produit-img-wrapper {
        width: 400px;
    }

    #gallery {
        padding-bottom: 64px;
    }

    #produit-kit-inclus {
        margin-top: 32px;
    }

    #rentals-nav {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #section-nav-quote a p {
        display: none;
    }

    #rentals-nav > section > ul#section-nav-mobile-items {
        display: flex;
        margin: 0;
    }

    
    #rentals-nav #section-nav-mobile-items-wrapper {
        display: none;
    }

    #rentals-nav #section-nav-logo > a > p {
        white-space: nowrap;
        width: fit-content;
        /* background-color: blue; */
    }

    #rentals-nav #section-nav-quote {
        white-space: nowrap;
        flex-wrap: nowrap;
    }

    #rentals-nav #section-nav-quote > a > p {
        width: fit-content;
        /* background-color: blue; */
    }

    #section-banner #texte {
        margin-top: 64px;
    }

    #len-tête {
        gap: 8px;
    }

    #marque {
        height: 256px;
        margin-top: -100px;
    }

    h1#bienvenue {
        font-size: 80px;
    }

    #à-propos {
        margin-left: 8px;
        margin-right: 8px;
    }

    #à-propos p {
        font-size: 16px;
        margin-top: -92px;
    }

    body {
        min-height: 91.5vh;
    }

    .page-quote #produit-details > #produit-gauche,
    .page-quote #produit-details > #produit-droite {
        width: 100%;
        display: flex;
    }

    #rental-form {
        max-width: 100%;
        width: 100%;
    }

    #len-tête {
        transform: scale(50%);
        -webkit-animation: sestomperAvecÉchelleMobile ease-in-out 1s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: sestomperAvecÉchelleMobile ease-in-out 1s; /* Firefox < 16 */
        -ms-animation: sestomperAvecÉchelleMobile ease-in-out 1s; /* Internet Explorer */
        -o-animation: sestomperAvecÉchelleMobile ease-in-out 1s; /* Opera < 12.1 */
        animation: sestomperAvecÉchelleMobile ease-in-out 1s;
    }
}

@media screen and (max-width: 800px) {
    
    #marque {
        height: 220px;
        margin-top: -100px;
    }
    
    #à-propos p {
        font-size: 14px;
        margin-top: -84px;
    }
}

@media screen and (max-width: 700px) {
    #ap .img {
        background: url('../ATOUTS/ap-03.png') -415px center / cover no-repeat;
    }

    .produit-bouton-ajouter-wrapper {
        width: auto;
        margin-top: 8px;
        display: flex;
        gap: 16px;
        justify-content: center;
    }

    .produit-bouton-ajouter-wrapper .produit-bouton-ajouter {
        width: -webkit-fill-available;
    }

    .produit-bouton-ajouter-wrapper .qty-wrapper {
        display: flex;
        gap: 4px;
    }

    #rentals-nav > ul#section-nav-items {
        display: none;
    }

    #shoppe-texte h2, .article-boite-texte > h2, .produit-texte > h2 {
        font-size: 20px;
    }

    #len-tête {
        gap: 6px;
    }

    #section-banner #texte {
        margin-top: 48px;
    }

    #marque {
        height: 200px;
        margin-top: -92px;
    }

    #à-propos {
        margin-left: 8px;
        margin-right: 8px;
    }

    #à-propos p {
        font-size: 16px;
        margin-top: -80px;
        padding-left: 16px;
        padding-right: 16px;
    }

    #à-propos p {
        white-space: normal;
        word-break: keep-all;
    }

    body {
        min-height: 91.5vh;
    }

    #shoppe.addons-shoppe #articles .article {
    width: 80vw;
    }

    #rentals-nav {
        padding: 12px 0px;
    }
}

@media screen and (max-width: 600px) {

    .form-row {
        flex-direction: column;
    }

    .checkbox-wrapper {
        flex-direction: row;
        align-items: flex-start;
    }

    #section-banner #texte {
        margin-top: 48px;
    }

    #len-tête.pt {
        width: 180%;
    }

    #marque {
        height: 164px;
        margin-top: -72px;
    }

    h1#bienvenue {
        white-space: normal !important;
    }

    #à-propos {
        margin-left: 8px;
        margin-right: 8px;
    }

    #à-propos p {
        font-size: 16px;
        margin-top: -64px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (max-width: 560px) {
    #len-tête.pt {
        margin-bottom: -48px;
    }
}

@media screen and (max-width: 480px) {

    #produit-prix-information {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    /* .produit-img-wrapper img {
        width: 100%;
        object-fit: cover;
    }

    .produit-img-wrapper {
        width: 80vw;
    } */

    .produit-texte > ul > li {
        font-size: 12px;
    }

    .produit-texte > p {
        font-size: 12px;
    }

    #produit-details {
        gap: 0px;
        margin-bottom: 32px;
    }

    #len-tête {
        gap: 6px;
    }

    #section-banner #texte {
        margin-top: 48px;
    }

    h1#bienvenue {
        font-size: 64px;
    }

    #marque {
        height: 128px;
        margin-top: -60px;
    }

    #à-propos {
        margin-left: 8px;
        margin-right: 8px;
    }

    #à-propos p {
        font-size: 13px;
        margin-top: -64px;
        padding-left: 8px;
        padding-right: 8px;
    }

    body {
        min-height: 91.5vh;
    }
}

@media screen and (max-width: 440px) {
    #shoppe-texte > section {
        display: none;
    }

    #shoppe-texte {
        justify-content: space-between;
    }
}

@media screen and (max-width: 400px) {
    #section-banner #texte {
        margin-top: 64px;
    }

    h1#bienvenue {
        font-size: 48px;
    }

    #marque {
        height: 100px;
        margin-top: -40px;
    }

    #à-propos {
        margin-left: 8px;
        margin-right: 8px;
    }

    #à-propos p {
        font-size: 12px;
        margin-top: -60px;
        padding-left: 4px;
        padding-right: 4px;
    }
}

/* .nowrap {
    display: inline-block;
} */

.rental-form {
    width: 100%;
    max-width: 720px;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 32px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 12px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-top: 8px;
}

.rental-form label {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    margin-bottom: 4px;
    font-size: 14px;
}

.rental-form input,
.rental-form textarea {
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--white);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 8px;
    transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

.rental-form input:focus,
.rental-form textarea:focus {
    outline: none;
    border-color: var(--white);
    background-color: #111;
}

/* Textarea style */
.rental-form textarea {
    resize: vertical;
    min-height: 100px;
}

/* Checkbox alignment */
.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: white;
    margin: 0;
    padding: 0;
}

.checkbox-wrapper label {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.checkbox-wrapper a {
    color: white;
    text-decoration: underline;
}

/* Duration display */
.rental-duration {
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    font-size: 14px;
    margin-bottom: 16px;
}

/* Submit button reuse */
.rental-form button[type="submit"] {
    margin-top: 16px;
    align-self: flex-end;
}

.form-group.checkbox-wrapper {
    display: flex;
    flex-direction: row;
}

.subtotal-price {
    font-weight: 800;
}

#apply-discount-btn {
    font-size: 12px;
    margin-top: 8px;
    padding: 8px;
    width: fit-content;
    background-color: var(--black);
    color: var(--white);
}

#apply-discount-btn:hover {
    background-color: var(--white);
    color: var(--black);
}

#buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.page-catalogue #articles .splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.page-catalogue .splide__list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 0;
  margin: 0;
}

.page-catalogue .splide__slide {
  flex: 1 1 180px; /* grow and shrink, min width 180px */
  max-width: 100%;
  box-sizing: border-box;
  display: flex;  /* allow .article to fill */
  justify-content: center;
}

.page-catalogue .article {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
  width: 100%;
  /* Optional: maintain aspect ratio or set min-height */
  /* min-height: 200px; */
  box-sizing: border-box;
}

/* === CARD (SURFACE BASE) === */
#shoppe #articles .article {
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff20;
    background: none; /* important */
}

/* === TEXTURED SURFACE (THE "TABLE") === */
#shoppe #articles .article::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background: url('../ATOUTS/texture-dark.jpg') center/cover no-repeat;

    /* slight depth */
    transform: scale(1.05);
}

/* === LIGHT FALLOFF (makes it feel real) === */
#shoppe #articles .article::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;

    background: radial-gradient(
        circle at 50% 40%,
        rgba(255,255,255,0.06),
        rgba(0,0,0,0.5) 75%
    );
}

/* === PRODUCT CONTAINER === */
.article-boite {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;

    /* NO glass look */
    background: transparent;
    backdrop-filter: none;
}

/* === PRODUCT IMAGE === */
.article-boite > img {
    max-width: 90%;
    max-height: 90%;

    /* THIS is what makes it sit "on" the surface */
    filter: drop-shadow(0 18px 30px rgba(0,0,0,0.65))
            drop-shadow(0 4px 8px rgba(0,0,0,0.4));
}

/* === OPTIONAL: subtle ground shadow (extra realism) === */
.article-boite::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 20px;

    background: radial-gradient(
        ellipse,
        rgba(0,0,0,0.5),
        transparent 70%
    );

    filter: blur(6px);
    opacity: 0.6;
    pointer-events: none;
}

/* === TEXT STRIP (keep your style, just lighter) === */
.article-boite-texte {
    position: relative;
    z-index: 3;
    padding: 0;

    backdrop-filter: blur(4px) brightness(140%);
    background: rgba(0,0,0,0.2);
}

/* Filters Sidebar */
#rental-filters {
    margin-left: 16px;
    width: 352px;
    background-color: #0b0b0b; /* dark theme */
    color: white;
    font-family: 'Poppins', sans-serif;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #ffffff20;
    position: sticky;
    top: 0;
    height: 90vh;
    overflow-y: auto;
    margin-bottom: 22px;
}

.filters-inner > h2 {
    padding: 0;
    margin: 0;
}

#rental-filters h3 {
    font-family: 'Amarante', serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #e65913;
}

#rental-filters label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

#rental-filters input[type="checkbox"] {
    accent-color: #e65913; /* match website accent */
}

#rental-filters input[type="range"] {
    width: 100%;
    margin: 8px 0;
}

.range-values {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #ffffffb3;
}

#rental-filters .filter-footer {
    margin-top: auto;
    border-top: 1px solid #ffffff20;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#rental-filters button#apply-filters {
    background-color: #ff9e00;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

#rental-filters button#apply-filters:hover {
    background-color: #ffffff;
    color: #e65913;
}

#rental-filters::-webkit-scrollbar {
    width: 6px;
}

#rental-filters::-webkit-scrollbar-thumb {
    background-color: #e65913;
    border-radius: 3px;
}

#barre-avec-filtre {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.sort-container {
    display: flex; 
    justify-content: flex-end; /* right side */
    flex-shrink: 0; /* prevents shrinking */
}
.custom-select {
    position: relative; /* keep trigger + options stacked */
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: white;
    cursor: pointer;
    width: 204px; /* increased from 180px to fit longer option text */
}

.custom-select-trigger {
    display: flex; 
    justify-content: space-between; /* text left, arrow right */
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    background-color: #111;

    white-space: nowrap;       /* prevents wrapping */
    overflow: hidden;          /* keeps content inside */
    text-overflow: ellipsis;   /* adds ... if text is too long */
    flex: 1 1 auto;            /* keeps trigger flexible */
}

.custom-select.open .custom-select-trigger {
        border-radius: 8px 8px 0px 0px;
}

.custom-options {
    position: absolute; /* keep below trigger */
    top: 100%;
    left: 0;
    right: 0;
    background-color: #111;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    display: none; /* hidden until open */
    flex-direction: column; /* vertical list */
    z-index: 10;
}

.custom-select.open .custom-options {
    display: flex; /* show dropdown */
}

/* Each option row is a flex container (so content can be spaced if needed) */
.custom-option {
    display: flex;
    justify-content: flex-start; /* items align left */
    align-items: center;
    padding: 8px 12px;
    transition: all 0.15s ease;
}

.custom-option:hover,
.custom-option.selected {
    background-color: #333;
    color: #ff9e00; /* golden accent */
}

#nav-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

#nav-search-input {
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    padding: 4px 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: white;
    background-color: #111;
    border: 1px solid #fff;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

#nav-search-input.active {
    width: 180px;
    opacity: 1;
    pointer-events: auto;
}

footer {
  width: 100%;
  background-color: #0000008b;
  backdrop-filter:blur(8px);
  color: var(--white);
  font-family: "Poppins", sans-serif;
  padding: 32px 16px 16px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}

.footer-divider {
  width: 100%;
  border: none;
  height: 1px;
  background-color: white;
  opacity: 0.2;
  margin: 16px 0;
}

/* Footer columns: 3 columns */
.footer-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
}

.footer-column h3 {
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-column p,
.footer-column li {
  font-weight: 300;
  font-size: 14px;
  margin: 4px 0;
  list-style: none;
}

/* Column list spacing */
.footer-column ul {
  padding: 0;
  margin: 0;
}

/* Bottom row */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-size: 12px;
  width: 100%;
}
.footer-column p {
    text-align: left;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

.footer-top {
    display: flex;
    gap: 64px;
}

.footer-right {
    display: flex;
}

footer ul#terms {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 100%;   /* prevents inner content from expanding navbar */
}

footer ul#terms > li {
    list-style: none;
    padding-left: 8px;

    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

footer #section-nav-items li {
    padding: 0;
    line-height: 1;
}

#footer-index {
    margin-top: 128px;
}

#search-hero {
    margin-top: 24px;
    display: flex;
    align-items: center;
    border: 1px solid white;
    padding: 8px 12px;
    max-width: 420px;
    backdrop-filter: blur(6px);
}

#search-page-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

#search-page-input::placeholder {
    color: rgba(255,255,255,0.6);
}

#search-page-btn {
    background: none;
    border: none;
    cursor: pointer;
}

#search-page-btn img {
    width: 16px;
}

/* FAQ */

/* FAQ */
#faq-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 64px;
}

.faq-container {
    width: 90%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Card = same philosophy as .article */
.faq-item {
    border: 1px solid #ffffff20;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.3);
    transition: 0.25s ease;
}

.faq-item:hover {
    border: 1px solid white;
}

/* Question row */
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 16px;

    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;

    cursor: pointer;
}

/* Chevron */
.faq-chevron {
    width: 14px;
    transition: transform 0.25s ease;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 16px;
}

.faq-answer p {
    margin-top: 16px;
    text-align: left;
    padding-bottom: 16px;
    opacity: 0.8;
}

.formkit-form[data-uid="084914522f"][min-width~="700"] [data-style="clean"], .formkit-form[data-uid="084914522f"][min-width~="800"] [data-style="clean"] {
    padding: 8px 0px 12px 0px !important;
}

#container-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 128px;
    margin-bottom: 128px;
    padding: 48px;
}

.texte-terms #container-info h1 {
    font-size: 16px;
    margin-bottom: 8px;
}

.texte-terms #container-info {
    margin-top: 32px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.texte-terms #container-info p {
    text-align: left;
    margin-bottom: 32px;
}

.texte-terms #container-info h2 {
    font-size: 12px;
}

#container-info h1, #container-info h2 {
    color: white;
    /* font-family: "Amarante", serif; */
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    text-align: center;

    margin: 0;
    padding: 0;
}

#container-info h2 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
}

#container-info h2 a {
    color: #ff9e00;
}

.cart-qty-indicator {
    /* padding: 0px 4px 0px 4px; */
	/* margin-right: -8px; */
	margin-right: -6px;
	min-width: 8px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

	/* REMOVE THIS ↓ */
	/* border: 1px solid #F1F1F1; */
    opacity: 66%;
    font-weight: 700;
}

/* =========================
   LAUNCH MODAL
========================= */

.launch-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    display: none;
}

/* blurred background */
.launch-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
}

/* content box */
.launch-modal-content {
    position: relative;
    /* width: min(900px, 92vw); */
    width: 90vw;
    max-width: 1100px;
    background: #000;
    border: 1px solid #fff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* close button */
.launch-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    cursor: pointer;
    z-index: 3;
    transition: 0.2s ease;
}

.launch-modal-close:hover {
    background: #fff;
    color: #000;
}

/* image */
.launch-modal-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* text section */
.launch-modal-text, .launch-modal-sousheader {
    padding: 24px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.launch-modal-text h2 {
    font-family: "Amarante", serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.launch-modal-text p, .launch-modal-sousheader p {
    opacity: 0.85;
    line-height: 1.5;
}

.launch-modal-sousheader p {
    font-size: 20px;
}

/* hidden state */
.launch-modal.hidden {
    opacity: 0;
    pointer-events: none;
}

.hidden {
    display: none !important;
}

@keyframes modalIn {
    from { transform: scale(0.98); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.launch-modal-content {
    animation: modalIn 0.25s ease-out;
}

.launch-modal-content {
    position: relative;
}

/* CTA */
.launch-modal-cta {
    position: absolute;
    bottom: 24px;
    right: 24px;


    font-weight: 600;
    letter-spacing: -0.02em;

    text-decoration: none;
    color: white;

    padding: 12px 18px;

    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 8px;

    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(8px);

    color: white;
    /* font-family: "Amarante", serif; */
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: center;

    transition: transform 0.5s ease, background 0.5s ease;
}

.launch-modal-cta:hover {
    transform: translateY(-2px);
    background: rgba(0,0,0,0.6);
    transition: transform 0.5s ease, background 0.5s ease;
}

.tippy-box {
    z-index: 1000000 !important;
}

.launch-modal-header {
    padding: 24px 24px 0 24px;
    text-align: center;
    color: white;
    font-family: "Poppins", sans-serif;
}

.launch-modal-header h2 {
    font-family: "Amarante", serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.5px;
}

.launch-modal-header p {
    margin-top: 8px;
    font-size: 40px;
    font-weight: 900;
    opacity: .9;
}

.launch-modal-sousheader {
    display: none;
}

#code {
    color: #ff9e00;
}

/* FILTER BUTTON = MATCH SORT TRIGGER */
#open-filters-btn {
    display: none;
    align-items: center;
    justify-content: space-between;

    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 8px;

    background-color: #111;
    color: #fff;

    font-family: "Poppins", sans-serif;
    font-size: 14px;
    cursor: pointer;

    transition: all 0.25s ease;
}

/* hover matches dropdown feel */
#open-filters-btn:hover {
    background-color: #333;
    color: #ff9e00;
}

/* focus state */
#open-filters-btn:focus-visible {
    outline: none;
    border-color: #ff9e00;
}

/* Close button styling */
#close-filters-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: none;
    z-index: 1001;
}


@media screen and (max-width: 1000px) {
    ul li {
        font-size: 14px;
    }

    ul {
        margin-top: 12px;
    }

    #produit-a-propos  p {
        margin-top: 0;
    }

    .launch-modal-sousheader {
        display: block;
    }

    .launch-modal-cta {
        display: none;
    }

    .produit-img-wrapper {
        width: 200px;
        height: 200px;
        max-height: 200px;
    }

    #produit #produit-len-tête {
        margin-top: 64px;
    }

    #gallery {
        padding-bottom: 8px;
    }

    #gallery-list {
        justify-content: flex-start;
    }

}

@media screen and (max-width: 769px) {
    #terms {
        padding: 0;
    }

    .footer-columns {
        gap: 0;
    }

    #footer-column h3 {
        margin-top: 0;
    }
}
@media screen and (max-width: 1000px) {
    #produit-kit-inclus code {
        display: none;
    }

    #produit {
        margin-top: 0px;
    }
    
    #close-filters-btn {
        display: block;
    }

    #rental-filters {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 85vw;
        max-width: 360px;

        transform: translateX(-110%);
        transition: transform 0.3s ease;

        z-index: 200;
        border-right: 1px solid #ffffff20;
    }

    #rental-filters.active {
        transform: translateX(0);
        margin: 0;
    }

    /* backdrop */
    #filters-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        backdrop-filter: blur(4px);
        opacity: 0;
        pointer-events: none;
        transition: 0.3s ease;
        z-index: 150;
    }

    #filters-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    #open-filters-btn {
        display: flex;
    }
}

.box {
    margin: 64px;
}

.box > .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-top: 24px;
    width: 100%;

    /* centers last row nicely */
    justify-content: center;
}

.box > .grid > .card {
    flex: 1 1 260px;   /* ✅ key line */
    max-width: 600px;  /* optional cap like before */
        border:1px solid var(white);
    padding:20px;
    background:#050505;
    min-width: 200px;
}

.grid > .card.notes {
    min-width: 80vw;
}

.box > .grid.grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.box > h1 {
    color: white;
    font-family:Amarante, serif;
    font-size: 48px;
    font-weight: 500;
    font-style: normal;
    text-align: center;

    margin: 0;
    padding: 0;
}

.card .logo-box{
    background:#111;
    padding: 48px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:160px;
}

.card .logo-box img{
    max-width:100%;
    max-height:100px;
    min-width: 256px;
}

.card .download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ff9e00;
    font-weight: 600;
    padding: 8px;
    border-radius: 16px;
    border: solid 1px white; 
    transition: background-color .15s ease-in-out;  
}

.card .download-btn:hover {
    background-color: #111;
    transition: background-color .15s ease-in-out;
}

.card {
    font-family: 'Poppins', sans-serif;
}

.card h1{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height:1.6;
}

.card p{
    color: #888;
    line-height:1.6;
    text-align: left;
}

.card section.box{
    padding:60px 40px;
    border-bottom:1px solid #222;
}

.card h2{
    font-size:20px;
    letter-spacing:0.08em;
    text-transform:uppercase;
    margin-bottom:20px;
}

.card .tag{
    font-size:12px;
    color: #888;
    margin-top:10px;
}

.card ul{
    color: #888;
    line-height:1.7;
    padding-left:18px;
}

.card ul li {
    color: #888;
    line-height:1.6;
    font-size: 12px;
    text-align: left;
}

.card .warning{
    color:#e65913;
}

.card .ok{
    color:#4dff88;
}

.card .note {
    color:  #FFFFFF;
}

.card p #sous-titre {
    font-weight: 800;
    /* font-size: 16px; */
}

.card h3 {
    white-space: wrap;
}

.card .colour-card {
    border: 1px solid #222;
}

.card .colour-card#noir {
    background-color: black;
    width: 100%;
    height: 32px;
    margin-bottom: 16px;
}

.card .colour-card#or {
    background-color: #ff9e00;
    width: 100%;
    height: 32px;
    margin-bottom: 16px;
}

.card .colour-card#blanc {
    background-color: white;
    width: 100%;
    height: 32px;
    margin-bottom: 16px;
}

.card .titre-type {
    color: white;
    font-weight: 600;
}

.card .titre-type#amarante {
    font-family: "Amarante", serif;
    font-size: 28px;
}

.card .titre-type#poppins {
    font-family: "Poppins", sans-serif;
        font-size: 24px;
}

@media screen and (max-width: 700px) {
    @media screen and (max-width: 700px) {
        .grid.grid.grid-wrap .card {
            margin: 0;
            padding: 0;
        }

        .grid.grid.grid-wrap h3 {
            padding: 8px;
            margin: 0;
        }

        .box {
            margin: 32px;
        }
        
        .card .logo-box img {
            min-width: 156px;
        }
    }
}
































.bts-page#produit-information-wrapper {
    margin: 0;
}
























































/* KR GIFT */

/* =========================================
   KASTLE FEEDBACK PAGE
========================================= */


.feedback-page {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:64px auto 96px;
    padding:0 24px;
    box-sizing:border-box;
}

.feedback-page#produit-information-wrapper {
    margin: 0;
    padding: 0;
}


/* INTRODUCTION */

.feedback-introduction {
    width:100%;
    text-align:center;
    margin-bottom:40px;
    padding: 8px;
}


.feedback-introduction h2 {
    color:white;
    font-family:"Amarante", serif;
    font-size:42px;
    font-weight:400;
    line-height:1.1;
    margin:0 0 16px;
}


.feedback-introduction p {
    margin:0 auto 8px;

    color:white;
    opacity:.85;

    font-family:"Poppins", sans-serif;
    font-size:14px;
    font-weight:300;
    line-height:1.8;

    text-align:center;
}



/* FORM */

.feedback-form-wrapper {
    width:100%;
    max-width:640px;
}


.rental-form {
    width:100%;
}


.form-section {
    margin-bottom:32px;
    padding-bottom:32px;
    border-bottom:1px solid rgba(255,255,255,.12);
}


.form-section:last-of-type {
    border-bottom:none;
}



/* LABELS */

.form-section > label {
    display:block;

    color:white;

    font-family:"Poppins",sans-serif;
    font-size:13px;
    font-weight:500;

    text-align:center;

    margin-bottom:16px;
}



/* INPUTS */

textarea,
input[type="text"],
input[type="email"] {

    width:100%;
    box-sizing:border-box;

    background:transparent;

    border:none;
    border-bottom:1px solid rgba(255,255,255,.3);

    color:white;

    padding:12px 2px;

    font-family:"Poppins",sans-serif;
    font-size:14px;
    font-weight:300;

    transition:.25s;
}


textarea {
    min-height:120px;
    resize:vertical;
}


textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus {

    outline:none;

    border-bottom-color:white;
}


input::placeholder,
textarea::placeholder {

    color:rgba(255,255,255,.45);

}



/* NAME ROW */

.form-row {

    display:flex;
    gap:24px;

    margin-bottom:16px;
}


.form-row input {

    flex:1;

}



/* RATING */

.rating-wrapper {

    display:flex;
    justify-content:center;
    align-items:flex-start;

    gap:16px;

}


.rating-wrapper label {

    border: 1px solid #F1F1F13b;
    border-radius: 8px;
    padding: 8px;

    display:flex;
    flex-direction:column;
    align-items:center;

    cursor:pointer;
    transition: background-color .25s ease;
}

.rating-wrapper label:hover {

    background-color: #0b0b0b;
    transition: background-color .25s ease;
}


.rating-wrapper input {

    display:none;

}


.rating-wrapper span {

    color:var(--gold);

    opacity:.35;

    font-size:22px;

    transition:.25s;

}


.rating-wrapper small {

    margin-top:4px;

    color:white;

    opacity:.6;

    font-family:"Poppins",sans-serif;

    font-size:10px;

}



.rating-wrapper input:checked + span {

    opacity:1;

    transform:translateY(-2px);

}



/* ANONYMOUS */

.anonymous-wrapper {

    display:flex;

    justify-content:center;

    align-items:center;

    gap:8px;

    margin:24px 0;

}


.anonymous-wrapper label {

    color:white;

    font-family:"Poppins",sans-serif;

    font-size:12px;

    font-weight:300;

}



/* BUTTON */

.feedback-submit {

    width:100%;

    padding:14px;

    margin-top:16px;

    background:white;

    border:1px solid white;

    color:black;

    font-family:"Poppins",sans-serif;

    font-size:13px;

    font-weight:600;

    letter-spacing:.4px;

    transition:.25s;

}


.feedback-submit:hover {

    background:transparent;

    color:white;

}



/* FOOTER */

.feedback-footer {

    max-width:500px;

    text-align:center;

    margin-top:48px;

}


.feedback-footer h2 {

    color:white;

    font-family:"Amarante",serif;

    font-size:32px;

    font-weight:400;

    margin-bottom:12px;

}


.feedback-footer p {

    color:white;

    opacity:.75;

    font-family:"Poppins",sans-serif;

    font-size:13px;

    line-height:1.8;

    margin-bottom:8px;

}



/* MOBILE */

@media(max-width:700px) {

    .feedback-page {
        padding:0 20px;
    }


    .feedback-introduction h2 {
        font-size:34px;
    }


    .form-row {
        flex-direction:column;
        gap:12px;
    }


    .rating-wrapper {
        gap:12px;
    }


    .rating-wrapper span {
        font-size:18px;
    }

}
































/* BTS */

/* =========================================
   BTS PAGE
========================================= */

.bts-page {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:48px auto 80px;
    padding:0 24px;
    box-sizing:border-box;
}


.bts-introduction {
    width:100%;
    max-width:680px;
    text-align:center;
    margin-bottom:32px;
}


.bts-introduction h2 {
    color:white;
    font-family:"Amarante",serif;
    font-size:42px;
    font-weight:400;
    line-height:1.1;
    margin:0 0 12px;
}


.bts-introduction p {
    color:white;
    opacity:.85;
    font-family:"Poppins",sans-serif;
    font-size:14px;
    font-weight:300;
    line-height:1.7;
    margin:0 0 6px;
}



/* FORM */

.bts-form-wrapper {
    width:100%;
    max-width:640px;
}


.bts-form-wrapper .form-section {
    margin-bottom:24px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(255,255,255,.12);
}


.bts-form-wrapper .form-section:last-child {
    border-bottom:none;
}


.bts-form-wrapper label {
    display:block;
    color:white;
    font-family:"Poppins",sans-serif;
    font-size:13px;
    font-weight:500;
    text-align:center;
    margin-bottom:12px;
}



.bts-form-wrapper input,
.bts-form-wrapper textarea {

    width:100%;
    box-sizing:border-box;

    background:transparent;

    border:none;
    border-bottom:1px solid rgba(255,255,255,.3);

    color:white;

    padding:10px 2px;

    font-family:"Poppins",sans-serif;
    font-size:14px;

    transition:.25s;
}


.bts-form-wrapper input:focus,
.bts-form-wrapper textarea:focus {
    outline:none;
    border-bottom-color:white;
}


.bts-form-wrapper textarea {
    min-height:100px;
    resize:vertical;
}



.bts-form-wrapper .form-row {

    display:flex;
    gap:16px;

}


.bts-form-wrapper .form-row input {
    flex:1;
}



/* DISCLAIMER */

.bts-disclaimer {

    margin:24px 0;

    padding:16px 0;

    border-top:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);

}


.bts-disclaimer p {

    color:white;

    opacity:.6;

    font-family:"Poppins",sans-serif;

    font-size:11px;

    line-height:1.6;

    text-align:center;

    margin:0 0 6px;

}



/* BUTTON */

.bts-submit {

    width:100%;

    padding:14px;

    margin-top:8px;

    background:white;

    border:1px solid white;

    color:black;

    font-family:"Poppins",sans-serif;

    font-size:13px;

    font-weight:600;

    transition:.25s;

}


.bts-submit:hover {

    background:transparent;

    color:white;

}



/* FOOTER */

.bts-footer {

    max-width:500px;

    text-align:center;

    margin-top:32px;

}


.bts-footer h2 {

    color:white;

    font-family:"Amarante",serif;

    font-size:30px;

    font-weight:400;

    margin:0 0 8px;

}


.bts-footer p {

    color:white;

    opacity:.75;

    font-family:"Poppins",sans-serif;

    font-size:13px;

    line-height:1.6;

    margin:0;

}



/* MOBILE */

@media(max-width:700px){

    .bts-page {
        padding:0 20px;
    }


    .bts-introduction h2 {
        font-size:34px;
    }


    .bts-form-wrapper .form-row {
        flex-direction:column;
        gap:12px;
    }
}









































/* GIFT */

