@font-face {
  font-family: "Outfit-Regular";
  src: url(../fonts/Outfit-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit-ExtraLight";
  src: url(../fonts/Outfit-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit-Medium";
  src: url(../fonts/Outfit-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit-ExtraBold";
  src: url(../fonts/Outfit-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Outfit-SemiBold";
  src: url(../fonts/Outfit-SemiBold.ttf) format("truetype");
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a {
  text-decoration: none;
  background-color: transparent;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.product-ref {
  margin: 0;
  font-size: small;
  font-weight: lighter;
}

.product-preview {
  width: 100%;
  height: 100%;
  font-family: Outfit-Regular;
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-decoration: none;
  position: relative;
  border: 12px solid transparent;
}

.product-preview-categorie:hover {
  border: 12px solid #000;
}

.add-to-cart-button {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e84133;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.product-image-container {
  width: 100%;
  max-height: 70%;
  background-color: #fff;
  aspect-ratio: 1/1;
  padding: 5px;
}

.image-container {
  width: 100%;
  height: 100%;
}

.product-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 1/1;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
.product-preview:hover .product-image {
  transform: scale(1);
}

.product-labels {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.label {
  width: 66%;
  height: 25px;
  font-weight: normal;
  font-size: 0.75rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  border-radius: 0;
}

.product-info {
  padding: 10px;
  text-decoration: none;
}

.buy.panier .btn-product-disabled,
.location .btn-product-disabled {
  cursor: not-allowed !important;
  background-color: grey !important;
  pointer-events: none !important;
}

.no-stock-text {
  color: #e84133;
  font-size: 1.2em;
  font-weight: bold;
  font-family: Outfit-Regular;
}

.product-title {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: black;
  font-family: Outfit-ExtraLight;
  font-weight: 100;
}

.product-title h2 {
  margin: 0;
  font-size: 1.2em;
  font-weight: 400;
}

.brand,
.price {
  margin: 0;
}

.product-variant {
  font-size: 1.2em;
}

.brand {
  font-size: 0.8em;
  color: #e84133;
  text-transform: uppercase;
  font-family: Outfit-ExtraLight;
}

.price {
  font-size: 0.8em;
  color: #333;
  display: flex;
  justify-content: flex-start;
  font-family: Outfit-ExtraBold;
}

.price ins {
  margin-right: 5px;
  text-decoration: none;
  font-weight: bold;
}

body {
  margin: 0 !important;
}

.current-image {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: center;
  max-height: 300px;
}

.carousel-images {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  padding: 0 30px; /* Add padding for arrows */
  align-items: center;
}

.carousel-image {
  width: 60px;
  height: 100%;
  margin: 5px;
  cursor: pointer;
  padding: 5px;
}

.carousel-arrow {
  font-size: 3em;
  cursor: pointer;
  position: absolute;
}

.carousel-arrow-left {
  left: 10px;
}

.carousel-arrow-right {
  right: 10px;
}

.carousel-images-container {
  display: flex;
  overflow: hidden;
  gap: 5px;
}

.imageAlone {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.textContainer {
  font-family: Outfit-Regular;
  background-color: #f5f5f5;
  height: 100%;
  width: auto;
  /* background-color: #e84133; */
  padding: 1em 1em;
  /* gap: 1rem; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.textContainer h1 {
  font-size: 2em;
  color: #fff;
  text-align: left;
  margin: 0 0 1rem 0;
}

.textContainer a {
  margin-top: auto;
  color: #fff;
  font-family: "Outfit-ExtraLight";
  text-decoration: underline;
  text-transform: uppercase;
}

.textContainer p {
  margin: 0;
}

.text {
  font-size: 1em;
  color: #fff;
  font-family: Outfit-ExtraLight;
  font-weight: lighter;
  overflow-y: auto;
}

.imageWithText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  text-decoration-color: transparent;
}

.imageWithText:hover {
  font-size: 1.05rem;
  transition: font-size 0.2s ease;
}

.titleImageWithText {
  font-family: Outfit-ExtraLight;
  font-weight: lighter;
  font-size: calc(3em - 1.5em);
  color: #dedede;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 40%;
}

.hero {
  font-size: 3em;
  margin-top: 10%;
}

.product-information {
  font-family: Outfit-Regular;
  background-color: rgb(209 216 193 / 50%); /* Add a background color */
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
}

.product-details {
  padding: 1em 1em 0 1em; /* Add some padding */
  width: 100%;
}

.product-details > h1 {
  font-size: 2em; /* Adjust the font size */
  margin: 0; /* Remove the default margin */
  font-family: "Outfit-ExtraBold";
}

.product-information h1 {
  margin: 0; /* Remove the default margin */
  font-size: 2em; /* Adjust the font size */
}

.product-variant-details {
  font-size: 1em;
}

.brand-details {
  font-family: "Outfit-ExtraLight";
  font-size: 1.5em;
  color: #e84133;
  margin: 0;
}

.product-summary {
  margin: 0;
}

.call-to-action {
  display: grid;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.2fr 1fr;
  gap: 0.5rem 0;
  align-content: space-between;
  justify-items: center;
}

@media screen and (max-width: 1280px) {
  .call-to-action {
    grid-template-columns: 1fr;
    grid-template-rows: 0.2fr 1fr 0.2fr 1fr;
    gap: 1rem;
  }

  /* Reorder children: 1, 3, 2, 4 */
  .call-to-action > *:nth-child(1) {
    order: 1;
  }

  .call-to-action > *:nth-child(2) {
    order: 3;
  }

  .call-to-action > *:nth-child(3) {
    order: 2;
  }

  .call-to-action > *:nth-child(4) {
    order: 4;
  }
}

.cta-title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1em;
}

.cta-title h2 {
  font-size: 1.5em;
  font-family: "Outfit-SemiBold";
  margin: 0;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.buy,
.location {
  padding: 0.5em 2em;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
}

.buy a:not(.no-stock-a) {
  background-color: #000;
  color: white;
  border: 2px solid transparent;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.buy a:not(.no-stock-a):hover,
.buy a:not(.no-stock-a):focus {
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
}

.location a:not(.no-stock-a) {
  background-color: #e84133;
  color: white;
  border: 2px solid transparent;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.location a:not(.no-stock-a):hover,
.location a:not(.no-stock-a):focus {
  background-color: #fff;
  text-decoration: none;
  color: #e84133;
  border: 2px solid #e84133;
}

.location {
  background-color: rgb(209 216 193); /* Add a background color */
  color: #e84133;
}

.location > p {
  text-align: center;
  margin: auto !important;
  font-family: "Outfit-SemiBold";
}

.buy-title,
.location-title {
  font-size: 1.5em;
  margin: 0;
}

.buy {
  background-color: #f4f5ef; /* Add a background color */
}

.buy > input[type="number"]::-webkit-inner-spin-button,
.buy > input[type="number"]::-webkit-outer-spin-button,
.location > input[type="number"]::-webkit-inner-spin-button,
.location > input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.location-title {
  color: #e84133;
}

.quantity {
  width: 50px;
  border: 0;
}

.buy p,
.location p {
  margin: 0;
}

.buy-ht {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
}

.buy-ht del {
  font-size: 1rem;
}

.buy-ttc {
  font-size: 1em;
}

input[type=\"number\"]::-webkit-inner-spin-button,
input[type=\"number\"]::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button;
  opacity: 1;
}

body {
  margin: 0 !important;
}
header {
  font-family: Outfit-Regular;
}

@media screen and (max-width: 1280px) {
  #header,
  #footer {
    display: none;
  }
  #mobile-header,
  #mobile-footer {
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  #header,
  #footer {
    display: block;
  }
  #mobile-header,
  #mobile-footer {
    display: none;
  }
}

.header-top,
.header-mobile-top {
  background-color: #0aa8b4;
  color: white;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
}
.header-top span:last-child {
  float: right;
}

.header-top span:first-child {
  opacity: 0.7;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 80px;
}
.header-main img {
  height: 50px;
}
.header-main input {
  margin-left: 10px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 2em;
  width: 50dvw;
}

.header-mobile-left img {
  height: 40px;
}

.header-left form {
  width: 100%;
}

.header-search {
  width: 100%;
  height: 40px;
  border: none;
  padding: 5px;
  background-image: url("../images/refonte/loupe.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  padding-left: 30px; /* Adjust as needed */
  background-color: rgb(209 216 193 / 50%);
}

.header-search-mobile {
  width: 100%;
  height: 40px;
  border: none;
  padding: 5px;
  background-image: url("../images/refonte/loupe.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  padding-left: 30px; /* Adjust as needed */
  background-color: rgb(209 216 193 / 50%);
}

.header-button {
  padding: 10px 20px;
  cursor: pointer;
  border-right: 1px solid #ccc;
  text-decoration: none;
  color: black;
}

.header-right {
  display: flex;
  align-items: center;
  height: 35px;
}

.cart-icon {
  position: relative;
  display: inline-block;
}
.cart-icon .cart-count {
  position: absolute;
  right: 0px;
  background-color: #0aa8b4;
  color: white;
  padding: 5px;
  font-size: smaller;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 10px;
}

.cart-count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
}

.cart-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

nav:not(.nav-menu-mobile-nav) {
  background-color: #2b2b35;
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
}

.nav-menu {
  background-color: #2b2b35;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
  width: 100%;
  padding: 0 4rem !important;
  z-index: 100;
}

.filter-content {
  background-color: #e8ebe0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 3rem;
}

.filter-details {
  background-color: #e8ebe0;
  text-align: center;
}

.filter-details > summary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 4rem;
  cursor: pointer;
}

.filter-details > summary > p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.filter-details > summary > p > svg {
  filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
    brightness(93%) contrast(95%);
}

.filter-details > ul > div:last-child {
  display: none;
}
/* 
@media screen and (max-width: 1460px) {
    .nav-menu {
        width: 75%;
    }
}

@media screen and (max-width: 1280px) {
    .nav-menu {
        width: 100%;
        padding: 0 1rem;
    }
} */

.nav-menu li {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  margin: 0;
}

.nav-menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  opacity: 0.85;
  padding: 0;
}
.nav-menu li a.selected {
  color: #e84133;
}

.nav-menu li .nav-sub {
  align-content: flex-start;
  gap: 2rem;
  padding: 2rem;
}

.filter-content li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  opacity: 0.85;
  padding: 0;
  gap: 0.5rem;
  transition: filter 0s linear;
}

.filter-content li a:hover {
  filter: invert(0);
}

.nav-menu .nav-sub,
.filter-sub-content {
  position: absolute;
  z-index: 1000;
  width: max-content;
  background-color: #e8ebe0;
  color: black;
  top: 100%;
  left: 0;
  opacity: 0.1;
  transition: opacity 0.2s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  pointer-events: none; /* Prevent interaction when hidden */
}

.nav-menu .nav-sub {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 98.7vw;
  /* max-height: 70vh; */
  width: 98.7vw;
  align-content: flex-start;
  gap: 2rem;
  /* padding: 2rem; */
}

#filter-form {
  position: sticky;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100dvw;
  height: 2rem;
  font-family: "Outfit-Regular";
  text-transform: uppercase;
}

#product-list {
  padding-top: 3rem;
}

.product-lists {
  padding-top: 3rem;
  width: 100%;
}

.cate a {
  font-family: "Outfit-Regular";
  font-size: 1.5em;
  color: #e84133;
  padding-bottom: 2rem;
}

.checkbox-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.checkbox-location label {
  font-family: "Outfit-ExtraLight";
  font-size: 0.8em;
}

.checkbox-location input[type="checkbox"] {
  display: none;
}

.checkbox-location input[type="checkbox"]:checked + label {
  color: #0aa8b4;
}

.skeleton-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 1024px) {
  .skeleton-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .skeleton-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.skeleton-row {
  display: contents;
}

@keyframes shimmer {
  100% {
    transform: translateX(30%) translateY(30%) rotate(45deg);
  }
}

.skeleton-cell {
  background-color: #e0e0e0;
  height: 300px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  overflow: hidden;

  &::after {
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-175%) rotate(45deg) translateY(-125%);
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 20%,
      rgba(255, 255, 255, 0.7) 60%,
      rgba(255, 255, 255, 0) 100%
    );
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 29%, rgba(0,212,255,1) 100%); */
    animation: shimmer 4s infinite;
    content: "";
  }
}
.no-result {
    display: flex;
    align-content: center;
    justify-content: center;
    font-family: "Outfit-Regular";
    font-size: 1.5em;
    height: auto;
    min-height: 300px;
    color: white;
    margin: 1rem auto;
    padding: 2rem 1rem;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 800px;
    background-color: #0aa8b4;
    gap: 1rem;
    border-radius: 8px;
    box-sizing: border-box;
}

.no-result a {
    color: white;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.no-result a:hover {
    color: #e84133;
}

.no-result h5 {
    font-size: 1.5em;
    margin: 0;
    text-align: center;
}

.no-result p {
    font-size: 1rem;
    font-family: "Outfit-Regular";
    margin: 0 1rem;
    text-align: center;
    line-height: 1.6;
}

.no-result img {
    width: 96px;
    height: auto;
}

/* Tablet & Mobile */
@media screen and (max-width: 1024px) {
    .no-result {
        width: 95%;
        font-size: 1.3em;
        padding: 2rem 1rem;
    }
    
    .no-result h5 {
        font-size: 1.3em;
    }
    
    .no-result p {
        font-size: 0.95rem;
        margin: 0 1.5rem;
    }
    
    .no-result img {
        width: 80px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .no-result {
        width: 100%;
        font-size: 1.1em;
        padding: 1.5rem 0.75rem;
        min-height: 250px;
        gap: 0.75rem;
        margin: 0.5rem auto;
    }
    
    .no-result h5 {
        font-size: 1.2em;
        padding: 0 1rem;
    }
    
    .no-result p {
        font-size: 0.9rem;
        margin: 0 1rem;
    }
    
    .no-result img {
        width: 64px;
    }
    
    .no-result br {
        display: none; /* Remove line breaks on mobile */
    }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
    .no-result {
        font-size: 1em;
        padding: 1rem 0.5rem;
        min-height: 200px;
        gap: 0.5rem;
    }
    
    .no-result h5 {
        font-size: 1.1em;
    }
    
    .no-result p {
        font-size: 0.85rem;
        margin: 0 0.75rem;
    }
    
    .no-result img {
        width: 56px;
    }
}

#reset-filter {
  font-family: "Outfit-Regular";
  font-size: 1em;
  text-transform: uppercase;
  color: black;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.categ-page {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.categ-page h1 {
  font-family: "Outfit-ExtraBold";
  font-size: 2em;
  color: #e84133;
  padding-bottom: 1rem;
}

.filter-buttons > a:not(:last-child):after {
  margin-left: 0.5rem;
  content: ""; /* Required to display the pseudo-element */
  display: inline-block; /* Required to display the pseudo-element */
  background-image: url("../images/refonte/rotate-cw.png");
  background-size: contain; /* Ensures the background image fits within the element */
  background-repeat: no-repeat; /* Prevents the background image from repeating */
  filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
    brightness(93%) contrast(95%);
  width: 15px;
  height: 15px;
}

.filter-sub-content {
  left: auto;
  width: auto;
  padding: 1rem;
  display: flex !important;
  flex-direction: column;
  list-style: none;
}

.range-input {
  padding: 1rem 0.2rem 0 0.2rem;
}

.noUi-target {
  height: 8px !important;
  border-radius: none !important;
}

.noUi-connect {
  background: #2b2b35 !important;
}

.noUi-horizontal .noUi-tooltip {
  font-size: 0.8em;
  background-color: transparent;
  border: none;
  bottom: -700% !important;
}

.noUi-horizontal .noUi-tooltip:last-child {
  left: -250% !important;
}

.noUi-touch-area {
  height: 5px !important;
  width: 5px !important;
  border-top: 5px solid #e84133;
  border-right: 3px solid transparent;
  border-left: 2px solid transparent;
  top: 0;
  position: relative;
  right: -15px !important;
}

.noUi-horizontal .noUi-handle {
  width: 20px !important;
  height: 20px !important;
  border: none;
  cursor: pointer;
  right: -3px !important;
  background: none !important;
  box-shadow: none !important;
}

.noUi-active {
  box-shadow: none !important;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none !important;
}

.noUi-handle:after,
.noUi-handle:before {
  display: none !important;
}

.radio-label {
  cursor: pointer;
  color: black;
  font-family: "Outfit-ExtraLight";
  font-size: 0.8rem;
}

.radio-label input[type="radio"] {
  display: none;
}

.radio-label input[type="radio"]:checked + span {
  color: #0aa8b4; /* Change this to the desired color when selected */
}

.price-slider-text {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
}

.nav-sub-flex p,
.nav-sub-flex > p > a {
  font-family: "Outfit-SemiBold";
  font-size: 1em;
  color: black;
  text-align: left;
}

.nav-sub-flex > p > a:hover {
  color: #e84133;
}

.nav-sub-marque {
  position: fixed;
  width: 100vw;
  box-sizing: border-box;
  z-index: 1000;
  background-color: #e8ebe0;
  color: black;
  top: 162.84px;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  pointer-events: none; /* Prevent interaction when hidden */
}

.nav-sub-marque ul {
  max-height: 80dvh !important;
}

@media screen and (max-width: 1140px) {
  .nav-sub-marque {
    max-height: 100dvh;
  }
}

.nav-menu .nav-sub ul,
.nav-compte .nav-compte-sub ul {
  list-style-type: none;
  display: flex;
  padding: 0.5rem 1rem;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
.nav-menu .nav-sub-marque ul {
  list-style-type: none;
  display: flex;
  padding: 0.5rem 1rem;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}

.nav-menu .nav-sub ul li,
.nav-menu .nav-sub-marque ul li,
.nav-compte .nav-compte-sub ul li {
  flex: 1 1 100%; /* Allow items to grow and shrink */
  max-height: 1.5rem; /* Adjust to the height of each item */
}

.nav-menu .nav-sub ul li:hover a,
.nav-menu .nav-sub-marque ul li:hover a,
.nav-compte .nav-compte-sub ul li:hover a {
  color: #0aa8b4;
}

.nav-menu .nav-sub ul li a,
.nav-menu .nav-sub-marque ul li a,
.nav-compte .nav-compte-sub ul li a {
  color: black;
  text-decoration: none;
  font-size: 0.9em;
  font-family: "Outfit-Regular";
  text-align: left;
}

/* Show submenu on hover for bigger screen */
@media screen {
  .nav-menu li:hover .nav-sub,
  .nav-compte li:hover .nav-compte-sub {
    /* display: flex !important; */
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* Allow interaction when visible */
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100vw;
    /* max-height: 70vh; */
    width: 100vw;
    align-content: flex-start;
    gap: 2rem;
    padding: 2rem;
  }

  .nav-menu li:hover .nav-sub-marque {
    /* display: flex !important; */
    opacity: 1;
    visibility: visible;
    pointer-events: auto; /* Allow interaction when visible */
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100vw;
    width: 100vw;
  }

  .textContainer .text {
    font-size: 1.3em;
  }
}

.collapse {
  display: none;
}

.nav-menu .nav-sub.show,
.nav-menu .nav-sub-marque.show,
.nav-compte .nav-compte-sub.show,
.filter-content .filter-sub-content.show,
.nav-menu-mobile-nav.show {
  display: block; /* Show sub-menu when the 'show' class is added */
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* Allow interaction when visible */
}

/* Ensure the submenu is styled properly */
.nav-menu {
  position: relative;
}

.filter-content {
  position: relative;
}

.div-compte {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  font-family: "Outfit-Regular";
  width: 40px;
  height: 40px;
}

.nav-compte {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.nav-compte-sub {
  position: absolute;
  z-index: 1000;
  width: max-content;
  background-color: #e8ebe0;
  color: black;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  pointer-events: none; /* Prevent interaction when hidden */
}

.categorie-container {
  padding-top: 1rem;
  padding-bottom: 2rem;
  gap: 0 !important;
}

.sous-categorie {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1024px) {
  .sous-categorie {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .sous-categorie {
    grid-template-columns: repeat(1, 1fr);
  }
}

.div-fin-categ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
}

.span-point {
  width: 1rem;
  height: 1rem;
  display: block;
  background-color: #e8ebe0;
  border-radius: 50%;
}

.div-span-point {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.div-fin-categ-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e8ebe0;
  color: black;
  font-family: "Outfit-ExtraLight";
  font-size: xx-large;
  width: 100%;
}

.div-fin-categ-text p:last-child {
  margin-bottom: 1rem;
  font-weight: bold;
  font-family: "Outfit-Regular";
}

.cart-container {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.cart-mobile-container {
  display: flex;
  align-items: center;
}

.breadcrumbs {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  text-decoration: none;
  height: 50px;
  margin-bottom: 1rem;
}
.back-button {
  margin-right: 10px;
  text-decoration: none;
  color: grey;
  background-image: url("../images/refonte/fleche-2.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  width: 40px;
  height: 40px;
}
.breadcrumb {
  color: rgb(209 216 193);
  text-decoration: none;
  background-color: transparent;
  margin: 0;
}
.breadcrumb.active {
  color: #0aa8b4;
}

.carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(209 216 193 / 50%);
  padding-bottom: 2em;
  margin-top: 2em;
  padding-right: 15px;
  padding-left: 15px;
}
.carousel-content {
  position: relative;
  margin: 0 auto; /* Center the carousel */
  width: 100%;
}
.carousel-content h1 {
  text-align: left;
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #e84133;
  font-weight: bold;
  margin-left: 10px;
  font-family: Outfit-Regular;
  margin-bottom: 0;
}
section.splide3 {
  height: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
.splide__pagination--splide3 {
  display: none;
}

.splide__arrow {
  background-color: transparent;
  opacity: 1;
  color: #e84133;
}
.splide__arrow img {
  width: 32px;
  filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
    brightness(93%) contrast(95%);
}

.splide__track {
  width: 100%;
}

.splide__arrow--next {
  right: -1.5em !important;
}

.splide__arrow--prev {
  left: -1.5em !important;
}

@media screen and (max-width: 1080px) {
  .splide__arrow--prev {
    left: 0 !important;
  }
  .splide__arrow--next {
    right: 0 !important;
  }
}

footer {
  width: 100%;
  color: #fff;
  background-color: #333;
  margin-top: 2em;
}
.footer-top {
  background-color: #e84133;
  width: 100%;
}
.footer-top,
.footer-logo,
.footer-bottom {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.icon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  width: 12rem;
  height: 100%;
}
.icon-img {
  width: 100px;
  height: 50px;
}
.icon-text p {
  margin: 0;
  text-align: center;
}
.icon-paiement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.icon-paiement img {
  width: 50px;
  height: 30px;
}
.footer-logo {
  background-color: white;
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-logo img {
  height: 30px;
}
.footer-bottom {
  background-color: #2b2b35;
  gap: 20px;
}
.footer-bottom .left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 100px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .footer-bottom .left {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 1rem;
  }
}

.footer-bottom .left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-bottom .left ul p {
  font-weight: bold;
  margin: 0;
  color: white;
  padding: 0.5rem 0;
}
.footer-bottom .left ul li {
  margin: 0;
  padding: 0.1rem 0;
  font-size: 0.8em;
}
.footer-bottom .left ul li a {
  color: white;
  text-decoration: none;
}

.footer-bottom .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-bottom .right p {
  padding: 0.5rem 0;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.social-icons img {
  width: 20px;
  height: 20px;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 0;
}

.newsletter-form input {
  height: 24px;
  border: none;
  padding: 5px;
  margin: 10px 0;
}

.newsletter-form button {
  background-color: #e84133;
  height: 24px;
  color: white;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9em;
  margin: 10px 0;
  cursor: pointer;
}

.contact > .submit-captcha > input[type="submit"] {
  align-self: center;
  font-size: larger;
}

.submit-captcha {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.contact > span > p {
  margin: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6rem;
  font-size: 1.2em;
}

@media screen and (max-width: 1080px) {
  .contact-form {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}

.contact-form > .contact-left > p:first-child {
  font-weight: bold;
  line-height: 1.2em;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: max-content;
}
.grid-3,
.grid-5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(250px, auto); /* Changed from fixed rows */
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: max-content; /* Changed from 100% */
}
.grid-3 > div:first-child,
.grid-5 > div:first-child {
  grid-area: 1 / 1 / 3 / 3;
}

@media screen and (max-width: 1080px) {
  .grid-5,
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-5 > div:first-child,
  .grid-3 > div:first-child {
    grid-area: auto;
  }
}

@media screen and (max-width: 580px) {
  .grid-5,
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-element {
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1280px) {
  .grid-element {
    font-size: 0.9em;
  }
}

.grid-element-5 {
  aspect-ratio: 1 / 1;
}

.reverse {
  direction: rtl;
}

.space {
  gap: 1rem;
}

.grid-h1 {
  font-family: Outfit-Regular;
  font-size: 1.5em;
  color: #e84133;
  margin: 0;
  margin-bottom: 0.5em;
}

.grid14-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: max-content;
  margin-top: 2em;
  margin-bottom: 0;
}
.banner-slider {
  position: relative;
  width: 100%;
  height: 400px; /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e84133;
}
.splide2 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #e84133; */
}
.banner-slider .splide__slide {
  position: relative;
  width: calc(100% + 5px) !important;
  height: 100%;
}

.splide__slide {
  position: relative;
  width: 100%;
  height: 100%;

}

.splide__arrow2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
  color: white !important;
  width: 5rem !important;
  height: 5rem !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.splide__arrow2 img {
  filter: invert(100%) !important;
}

.li_slide2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.container_slide2 {
  height: 100%;
}

.splide2_h1 {
  font-family: Outfit-ExtraLight;
  font-weight: normal;
  font-size: 3em;
  color: white;
  margin: 0;
}

.splide2_h2 {
  font-family: Outfit-ExtraBold;
  font-size: 2.5em;
  margin: 0;
}

.splide2_button {
  background-color: #0aa8b4;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: Outfit-Medium;
}

.splide2_button:hover {
  background-color: white;
  color: #0aa8b4;
}

.splide2_button:active {
  background-color: #0aa8b4;
}

.slide2_div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 5rem 0 5rem;
  gap: 1rem;
  background-size: 30vw;
  background-position: center right;
  /* background-position-y: 25%; */
  background-repeat: no-repeat;
  background-size: contain;
}

.splide__arrow2 svg {
  width: 3rem !important;
  height: 3rem !important;
  fill: none !important;
  stroke: white !important;
  stroke-width: 2 !important;
  transform: scaleX(1) !important;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 16px;
}
.half {
  grid-column: span 6;
  height: 200px;
}
.third {
  grid-column: span 3;
  height: 200px;
}

.retour-slider {
  position: relative;
  width: 100%;
  height: max-content;
  background-color: rgb(209 216 193 / 50%);
  margin-top: 3em;
}

.retour-slider-content {
  margin: 0 auto;
}

.nav-menu-mobile-nav {
  width: 100%;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 7.6rem;
}

.nav-menu-mobile-list {
  background-color: #e84133;
  list-style: none;
  border: 1px solid white;
  font-size: 1.4em;
}

.nav-menu-mobile-list li {
  padding: 1rem;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nav-menu-mobile-list > li {
  padding: 0;
}

.nav-menu-mobile-list > li > details,
.nav-menu-mobile-list > li > a {
  padding: 1rem;
}

.nav-menu-mobile-list > li > a {
  color: white;
  text-decoration: none;
}

.mobile-details > li > a,
.mobile-sous-categories > li > a {
  color: #2b2b35;
  text-decoration: none;
}

.nav-menu-mobile-list > li > details {
  color: white;
  width: 100%;
}

.mobile-details {
  list-style: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-height: 0;
  background-color: #e8ebe0;
  color: #2b2b35;
  overflow: hidden;
  transition: max-height 400ms ease-out, border 0ms 400ms linear;
}

.mobile-sub-details > li:first-child {
  border-top: 1px solid #fff;
}

.mobile-details > li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 500px) {
  .header-top span:nth-last-of-type(1) {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .splide2_h1,
  .splide2_h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 2px) {
  .retour-slider-content,
  .splide5,
  .h2-noir,
  .carousel-content,
  .splide2,
  .nav-menu {
    width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .retour-slider-content,
  .splide5,
  .h2-noir,
  .carousel-content,
  .splide2,
  /* .nav-menu, */
  .banner-other-pages > .breadcrumbs,
  .banner-other-pages > h1 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .retour-slider-content,
  .splide5,
  .h2-noir,
  .carousel-content,
  .splide2,
  /* .nav-menu, */
  .banner-other-pages > .breadcrumbs,
  .banner-other-pages > h1 {
    width: 1170px;
  }
}
@media (min-width: 2000px) {
  .retour-slider-content,
  .splide5,
  .h2-noir,
  .carousel-content,
  .splide2,
  /* .nav-menu, */
  .banner-other-pages > .breadcrumbs,
  .banner-other-pages > h1 {
    width: 1300px;
  }
}

@media (max-width: 1280px) {
  .grid-2 {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  .third {
    grid-column: span 1;
  }

  .half {
    grid-column: span 2;
  }

  .textContainer .text {
    font-size: 1.4em;
  }

  .footer-top {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    align-items: center;
  }

  .icon-img {
    width: 300px;
    height: auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 0;
  }

  .footer-bottom > * {
    width: 100%;
    border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0 0.5rem 0;
  }

  .newletter-mobile {
    flex-direction: column;
  }

  .details-footer {
    display: flex;
    gap: 1rem;
    transition: all 0.2s ease-in-out;
    overflow: hidden; /* Hide the rest of the content */
    margin-bottom: 1rem;
  }

  .div-details {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }

  .details-footer > summary {
    list-style: none;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    /* transition: all 0.8s ease-in-out; */
  }

  .nav-menu-mobile-list > li > details > summary,
  .mobile-details > li > details > summary {
    list-style: none;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 1em;
    /* transition: all 0.8s ease-in-out; */
  }

  summary::-webkit-details-marker {
    display: none;
  }

  .details-footer > summary::after,
  .nav-menu-mobile-list > li > details > summary::after,
  .mobile-details > li > details > summary::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-image: url("../images/refonte/fleche-6.png");
    background-size: cover;
    filter: invert(1);
    transform: rotate(270deg);
    transition: filter 0s linear, transform 0.3s ease-in-out,
      background-image 0.3s ease-in-out;
  }

  .mobile-details > li > details > summary::after {
    filter: unset;
  }

  .details-footer[open] summary:after,
  .mobile-details > li > details[open] > summary:after,
  .product-details details[open] > summary::after {
    transform: rotate(90deg);
    filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
      brightness(93%) contrast(95%);
  }

  .nav-menu-mobile-list:last-child {
    border-bottom: none;
  }

  .nav-menu-mobile-list > li > details[open] {
    background-color: #2b2b35;
    color: white;
  }

  .mobile-details > li > details[open] + .mobile-sub-details {
    padding-top: 1rem;
  }

  .nav-menu-mobile-list > li > details[open] summary::after {
    background-image: url("../images/refonte/x.png");
  }

  .details-footer[open] + .footer-services,
  .nav-menu-mobile-list > li > details[open] + .mobile-details,
  .mobile-details > li > details[open] + .mobile-sub-details {
    max-height: fit-content; /* Set a max-height value enough to show all the content */
    transition: max-height 400ms ease-out;
  }

  .mobile-details > li > details[open] + .mobile-sub-details-marque {
    max-height: 200px; /* Set a max-height value enough to show all the content */
    transition: max-height 400ms ease-out;
  }

  .mobile-sub-details-marque {
    overflow-y: scroll;
  }

  /* WebKit-based browsers */
  .mobile-sub-details-marque::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
  }

  .mobile-sub-details-marque::-webkit-scrollbar-track {
    background: #d3d3d3; /* Background of the scrollbar track */
  }

  .mobile-sub-details-marque::-webkit-scrollbar-thumb {
    background-color: #e84133; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Roundness of the scrollbar thumb */
    border: 3px solid #d3d3d3; /* Padding around the scrollbar thumb */
  }

  .footer-rencontrer {
    flex-direction: column;
  }

  .footer-services {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 300px !important;
    max-width: 500px;
    box-sizing: border-box;
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-out, border 0ms 400ms linear;
  }

  .footer-services li {
    width: 100%;
    background-color: #e8ebe0;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #2b2b35;
    color: black;
  }

  .footer-services li a {
    color: black;
    text-decoration: none;
  }

  .footer-bottom > * > * {
    width: fit-content;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .textContainer .text {
    font-size: 1em;
    overflow-y: scroll;
  }
}

@media screen and (min-width: 375px) {
  .mobile-details > li > details[open] + .mobile-sub-details-marque {
    display: grid;
    max-height: 200px;
    transition: max-height 400ms ease-out;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 720px) {
  .mobile-details > li > details[open] + .mobile-sub-details-marque {
    display: grid;
    max-height: 200px;
    transition: max-height 400ms ease-out;
    grid-template-columns: repeat(3, 1fr);
  }
}

.h2-orange {
  text-align: left;
  font-size: 2em;
  color: #e84133;
  margin-top: 0;
  font-family: Outfit-SemiBold;
  padding: 1rem 0;
}

.splide4 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.splide__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none;
}

.li_slide4 {
  width: 100%;
  height: auto !important;
  padding: 0 2rem 0 2rem;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  grid-gap: 1rem;
  grid-template-rows: 1fr 2.5fr;
  background-color: #e8ebe0;
}

.li_slide4 p {
  font-family: Outfit-Regular;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9; /* number of lines to show */
  line-clamp: 9;
  -webkit-box-orient: vertical;
}

.container_slide4 {
  width: 100%;
  margin-left: 4rem;
  margin-right: 4rem;
  overflow: hidden;
}

.splide4_h1 {
  font-family: Outfit-ExtraLight;
  font-weight: normal;
  font-size: 2em;
  color: white;
  margin: 0;
}

.splide4_h2 {
  font-family: Outfit-Medium;
  font-size: 1.5em;
  color: black;
  margin: 0;
}

.splide4_button {
  background-color: #0aa8b4;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: Outfit-Medium;
}

.splide4_button:hover {
  background-color: white;
  color: #0aa8b4;
}

.splide4_button:active {
  background-color: #0aa8b4;
}

.slide4_div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0 5rem 0 5rem;
  gap: 1rem;
}

.slide4_img {
  background-color: #000;
  mix-blend-mode: multiply;
  filter: grayscale(100%);
}

.logo-slider {
  position: relative;
  width: 100%;
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo-slider-content {
  width: 100%;
  margin: 0 auto;
  background-color: rgb(209 216 193 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}

.h2-noir {
  text-align: left;
  font-family: Outfit-SemiBold;
  font-size: 2em;
  color: #000;
  margin: 0;
  padding-bottom: 0.5em;
}

.splide5 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%; */
}
.splide__slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
}

.ul_splide5 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.li_slide5 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.li_slide5 a {
  background-color: #e8ebe0;
}

.slide5_img {
  width: 100px;
  mix-blend-mode: multiply; /* Blend the image with the background */
  filter: grayscale(100%);
}

.container_slide5 {
  width: 85%;
}

.splide__slide__row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-content > li > a:not(:last-child)::after,
.product-detailed details > summary::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("../images/refonte/fleche-6.png");
  background-size: cover;
  filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
    brightness(93%) contrast(95%);
  transform: rotate(270deg);
  transition: filter 0s linear, transform 0.3s ease-in-out,
    background-image 0.3s ease-in-out;
}

.banner-other-pages {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8ebe0;
  color: black;
  font-family: "Outfit-Regular";
  font-size: 1.5em;
  height: 50dvh;
  margin: 1rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-other-pages > .breadcrumbs {
  position: absolute;
  top: 1rem;
  color: white;
  font-size: 0.7em;
  height: 20px;
}

.banner-other-pages > .breadcrumbs > .back-button {
  width: 40px;
  height: 40px;
  background-size: 40px;
}

.banner-other-pages > h1 {
  font-size: 2em;
  color: white;
  font-family: "Outfit-ExtraLight";
  margin: 0;
}

@media screen and (max-width: 1080px) {
  .banner-other-pages {
    height: 25dvh;
  }
}

.container-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  height: 100vh;
  background-color: #e84133;
}

.container-404 h3 {
  font-size: 20em;
  color: #2b2b35;
  font-family: "Outfit-ExtraBold";
  margin: 0;
}

.container-404 h3 > img {
  vertical-align: bottom;
  height: 320px;
}

.container-404 p {
  font-size: 2em;
  color: #dedede;
  font-family: "Outfit-ExtraLight";
  margin: 0;
}

.product-detailed {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  gap: 1rem;
}

.product-detailed details {
  border-bottom: 1px solid #ccc; /* Add a border to the bottom of each detail */
  padding: 0.5em 0; /* Add some vertical padding */
}

.product-detailed details[open] > ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}

.product-detailed details > summary {
  cursor: pointer; /* Change the cursor to a pointer */
  font-family: "Outfit-ExtraLight";
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.product-detailed details[open] > summary::after {
  transform: rotate(90deg);
  margin-bottom: 1rem;
}

.product-info-li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.product-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border: 24px solid #000;
  grid-template-rows: repeat(4, 1fr);
  max-height: 80vh;
  min-height: 500px;
  padding: 2rem;
}

.product-main-information {
  display: grid;
  gap: 20px;
  height: max-content;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 1080px) {
  .product-main-information {
    grid-template-columns: 1fr;
  }

  .product-images {
    max-height: none;
    min-height: auto;
    border: none;
  }
}

#product-carousel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and ((max-width: 768px) or (max-height: 1080px)) {
  #product-carousel {
    width: 75%;
    height: 75%;
  }
}

#thumbnail-carousel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#thumbnail-carousel > .splide__track {
  width: 75% !important;
}

#thumbnail-carousel .splide__slide:not(.is-active) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #dedede;
}

.product-videos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  height: 100%;
  width: 100%;
}

.product-video-hero {
  width: 1140px;
  height: 640px;
}

@media screen and (max-width: 768px) {
  .product-video-hero {
    width: 100%;
    height: 400px;
  }
}

.product-videos iframe {
  width: 100%;
  height: 100%;
}

.product-videos h3 {
  font-family: "Outfit-SemiBold";
  font-size: 2em;
  color: #000;
  margin: 0;
}

.video-info {
  font-family: "Outfit-Regular";
  font-size: 1.5em;
  color: #000;
}

.product-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.product-content > .carousel {
  width: 100dvw;
}

.offre-marque-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}

.div-photo-offre {
  transition: all 0.5s;
  /* background-size: auto 200% !important; */
  height: 92px;
}

@media screen and (max-width: 768px) {
  .offre-marque-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.div-photo-offre a {
  font-family: "Outfit-Regular";
  font-size: 1.5em;
  color: #e84133;
  text-decoration: none;
  text-shadow: none;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
}

.div-photo-offre:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4) !important;
  background-blend-mode: multiply;
}

.div-photo-offre:hover a {
  color: #0aa8b4;
}

.marque-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
}

/* Panier page */

.table-responsive h1 {
  font-family: "Outfit-ExtraBold";
  font-size: 2em;
  color: #000;
  margin: 0;
  text-align: center;
}

/* Grid Container */
.cart-grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  padding: 20px;
}

/* Grid Row */
.grid-row {
  display: contents;
}

/* Grid Columns */
.grid-column-0-10 {
  grid-column: span 10;
}

.grid-column-11-12 {
  grid-column: span 2;
}

/* Product List */
.product-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  grid-column-start: 1;
  grid-column-end: 10;
}

.product-list .product-item:nth-child(odd) {
  background-color: #e8ebe0; /* Change this color as needed */
}

.product-item {
  display: flex;
  align-items: center;
  border: 1px solid #e8ebe0;
  padding: 1rem;
  height: 170px;
}

@media screen and (max-width: 640px) {
  .product-item {
    flex-direction: column;
    height: auto;
    gap: 1rem;
  }
}

.product-details-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
}

.product-photo img {
  width: 150px;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  margin-right: 20px;
}

.panier-product-details {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.product-label {
  font-family: "Outfit-Regular";
  font-size: 1em;
  color: #000;
}

@media screen and (max-width: 1080px) {
  .product-label {
    text-overflow: ellipsis;
    max-width: 7rem;
    overflow: hidden;
    max-height: 4.3rem;
  }
}

.product-brand {
  font-family: "Outfit-ExtraLight";
  font-size: 1em;
  color: #e84133;
}

.product-quantity {
  display: flex;
  align-items: center;
  grid-row-start: 1;
  grid-row-end: 4;
  justify-content: flex-end;
}

.product-quantity input {
  width: 4em;
  border: 0;
}

.product-quantity > input[type="number"]::-webkit-inner-spin-button,
.product-quantity > input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.product-delete {
  background-color: transparent;
  color: #959599;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  grid-row-start: 4;
  font-size: 0.8em;
  font-family: "Outfit-Regular";
  grid-column: span 2;
  text-align: end;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.product-price {
  display: flex;
  flex-direction: column;
  grid-row-start: 1;
  grid-row-end: 4;
  align-items: flex-end;
  font-family: "Outfit-Regular";
}

.product-price-ht {
  font-family: "Outfit-Regular";
  font-size: 1em;
  color: #000;
}

.product-price-ttc {
  font-family: "Outfit-ExtraLight";
  font-size: 1em;
  color: #000;
}

/* Cart Total */

.cart-side {
  grid-column-start: 10;
  grid-column-end: 13;
}
.cart-total {
  background-color: transparent;
  min-height: 60dvh;
}

.cart-total-loc p {
  margin: 0;
}

.cart-total-loc .cart-buttons {
  gap: 0;
}

.cart-total h2 {
  width: 100%;
  font-family: "Outfit-SemiBold";
  background-color: #e8ebe0;
  text-align: center;
  color: #6d6b71;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 0.4em;
}

.cart-ht,
.cart-delivery,
.cart-vat,
.cart-ttc {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.cart-ht > p:first-child,
.cart-delivery > p:first-child,
.cart-vat > p:first-child,
.cart-ttc > p:first-child {
  font-family: "Outfit-SemiBold";
  font-size: 1em;
  color: #000;
}

.cart-ht {
  padding-top: 1rem;
}

.cart-delivery,
.cart-vat {
  padding-bottom: 1rem;
}

.cart-ttc {
  padding: 1rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.cart-ttc p {
  font-family: "Outfit-SemiBold";
  font-size: 1.2em;
  color: #000;
}

.cart-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}

.cart-buttons a {
  background-color: #e84133;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .cart-grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
  .product-list {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .cart-side {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-top: 2rem;
  }
}

.bloc-button {
  align-self: center;
  text-align: center;
  font-size: larger !important;
}

.button-orange {
  background-color: #e84133;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Outfit-Regular";
  font-size: medium;
  display: inline-block;
  width: 50%;
  border: 1px solid transparent;
}

.button-orange:hover {
  background-color: white;
  color: #e84133;
  border: 1px solid #e84133;
}

.button-bleu {
  background-color: #0aa8b4;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Outfit-Regular";
  font-size: medium;
  display: inline-block;
  width: 50%;
  border: 1px solid transparent;
}

.button-bleu:hover {
  background-color: white;
  color: #0aa8b4;
  border: 1px solid #0aa8b4;
}

.button-noir {
  background-color: #000;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Outfit-Regular";
  font-size: medium;
  display: inline-block;
}

.button-orange span,
.button-noir span {
  vertical-align: bottom;
}

#div-zero-produits {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 1rem;
  font-family: "Outfit-ExtraBold";
  font-size: x-large;
  margin-bottom: 15rem;
  text-align: center;
}

#div-zero-produits .button-orange {
  width: auto;
}

#div-zero-produits img {
  padding: 2rem 0;
}

.cart-buttons .validate-cart {
  margin-top: 2rem;
}
.product-price-daily {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
  font-weight: 500;
}

/* Rental days display */
.rental-days-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 20px;
  background: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 15px;
  border-left: 3px solid #0aa8b4;
}

.rental-days-display .days-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.rental-days-display .days-count {
  font-size: 24px;
  font-weight: 700;
  color: #0aa8b4;
  min-width: 30px;
  text-align: center;
}

.rental-days-display .days-text {
  font-size: 14px;
  color: #666;
}

/* Disabled validate button */
.validate-cart.disabled {
  background-color: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.6;
  pointer-events: none;
}

.validate-cart.disabled:hover {
  background-color: #ccc !important;
}

.cart-buttons .continue-shopping,
.mini-panier-continue {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}

.cart-buttons .save-cart {
  background-color: #0aa8b4;
}

.help-section {
  text-align: center;
  padding: 20px;
  background-color: #0aa8b4;
  grid-column-start: 10;
  grid-column-end: 13;
  font-family: "Outfit-SemiBold";
  color: white;
  font-size: 1.4em;
}

.help-section > p:first-child {
  color: #000;
}
.popup-connexion,
.popup-creer,
.popup-delete,
.popup-enregistrer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Changed from center */
  align-items: stretch;
  padding: 2rem;
  max-height: 90vh; /* Limit popup height */
  overflow-y: auto; /* Enable scrolling */
}

@media screen and (max-width: 1080px) {
  .popup-connexion,
  .popup-creer,
  .popup-delete,
  .popup-enregistrer {
    padding: 0 1rem;
    max-height: 95vh;
  }
}

.popup-connexion > h1,
.popup-creer > h1 {
  font-family: "Outfit-SemiBold";
  font-size: 2em;
  color: #000;
  margin: 0;
  text-align: center;
  position: sticky; /* Make header sticky */
  top: 0;
  background-color: white;
  padding: 1rem 0;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  .popup-connexion > h1,
  .popup-creer > h1 {
    font-size: 1.2em;
    padding: 0.5rem 0;
  }
}

.popup-connexion > p,
.popup-creer > p {
  font-family: "Outfit-Regular";
  font-size: 1em;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .popup-connexion > p,
  .popup-creer > p {
    font-size: 0.9em;
  }
}

.connexion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  padding: 2rem 1rem; /* Reduced top padding */
  align-items: flex-start; /* Changed from center */
  justify-content: center;
  justify-items: center;
}

@media screen and (max-width: 1080px) {
  .connexion-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    padding: 1rem 0.5rem;
  }
}

.connexion-grid h3 {
  font-family: "Outfit-ExtraLight";
  font-size: 2em;
  color: #000;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .connexion-grid h3 {
    font-size: 1em;
  }
}

.connexion-grid > div {
  width: 75%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}

@media screen and (max-width: 1080px) {
  .connexion-grid > div {
    width: 100%;
  }
}

.form-connexion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem; /* Reduced from 4rem */
  font-family: "Outfit-Regular";
}

@media screen and (max-width: 1080px) {
  .form-connexion {
    gap: 1.5rem;
  }
}

.forgot-password-content {
  text-align: center;
  padding: 20px 0;
}

.form-forgot-password {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-family: "Outfit-Regular";
}

.input-container {
  margin-bottom: 0;
  width: 50%;
}

.reset-button {
  background-color: #e84133;
  color: white;
  border: none;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  transition: background-color 0.3s ease;
}

.reset-button:hover {
  background-color: #d63528;
}

.forgot-password-footer {
  margin-top: 20px;
  text-align: center;
}

.forgot-password-footer p {
  margin: 10px 0;
}

.forgot-password-footer a {
  color: #e84133;
  text-decoration: none;
}

.forgot-password-footer a:hover {
  text-decoration: underline;
}

.alert {
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.form-connexion > span,
.form-forgot-password > div > span {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.form-connexion > span > input,
.form-forgot-password > div > span > input,
#location-form input {
  width: 100%;
  height: 100%;
  background-color: #e8ebe0;
  border: none;
  padding: 10px 40px 10px 10px;
}

@media screen and (max-width: 1080px) {
  .form-forgot-password {
    flex-direction: column;
    gap: 1.5rem;
  }

  .form-forgot-password > div {
    width: 100%;
  }

  .form-connexion > span > input,
  .form-forgot-password > div > span > input {
    padding: 12px; /* Larger touch targets */
    font-size: 16px; /* Prevent zoom on iOS */
  }
}

#location-form input {
  height: auto;
}

.form-connexion > span > span {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  right: 5%;
}

@media screen and (max-width: 1080px) {
  .form-connexion > span > span {
    width: 32px; /* Larger touch target */
    height: 32px;
    top: 20%;
  }
}

/* Form Creer - Grid Layout */
.form-creer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
  width: 100%;
  padding: 1rem 0;
}

/* Desktop field order (2 columns) */
.form-creer > span:nth-child(1) {
  /* Société */
  grid-column: 1;
  order: 1;
}

.form-creer > .form-span {
  /* Civilité */
  grid-column: 1;
  order: 2;
}

.form-creer > span:nth-child(3) {
  /* Nom */
  grid-column: 1;
  order: 3;
}

.form-creer > span:nth-child(4) {
  /* Prénom */
  grid-column: 1;
  order: 4;
}

.form-creer > span:nth-child(5) {
  /* Email */
  grid-column: 2;
  order: 1;
}

.form-creer > span:nth-child(6) {
  /* Password 1 */
  grid-column: 2;
  order: 2;
}

.form-creer > span:nth-child(7) {
  /* Password 2 */
  grid-column: 2;
  order: 3;
}

.form-creer > p {
  /* Password hint */
  grid-column: 2;
  order: 4;
  margin: -0.5rem 0 0 0;
}

.form-creer > .news-letter {
  /* Checkboxes */
  grid-column: 1;
  order: 9;
}

.form-creer > input[type="submit"] {
  /* Submit button */
  grid-column: 1 / -1;
  order: 10;
}

.form-creer > i {
  /* Terms text */
  grid-column: 1 / -1;
  order: 11;
}

/* Mobile responsive - Single column with reordered fields */
@media screen and (max-width: 1080px) {
  .form-creer {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0.5rem 0;
  }

  /* Mobile field order */
  .form-creer > span:nth-child(1) {
    /* Société */
    order: 1;
    grid-column: 1;
  }

  .form-creer > .form-span {
    /* Civilité */
    order: 2;
    grid-column: 1;
  }

  .form-creer > span:nth-child(3) {
    /* Nom */
    order: 3;
    grid-column: 1;
  }

  .form-creer > span:nth-child(4) {
    /* Prénom */
    order: 4;
    grid-column: 1;
  }

  .form-creer > span:nth-child(5) {
    /* Email */
    order: 5;
    grid-column: 1;
  }

  .form-creer > span:nth-child(6) {
    /* Password 1 */
    order: 6;
    grid-column: 1;
  }

  .form-creer > span:nth-child(7) {
    /* Password 2 */
    order: 7;
    grid-column: 1;
  }

  .form-creer > p {
    /* Password hint */
    order: 8;
    grid-column: 1;
    margin: -1rem 0 0 0;
    font-size: 0.85em;
  }

  .form-creer > .news-letter {
    /* Checkboxes */
    order: 9;
    grid-column: 1;
  }

  .form-creer > input[type="submit"] {
    /* Submit button */
    order: 10;
    grid-column: 1;
  }

  .form-creer > i {
    /* Terms text */
    order: 11;
    grid-column: 1;
    font-size: 0.85em;
  }
}

/* Form field styles (unchanged from your existing CSS) */
.form-creer > span,
.form-creer > div {
  width: 100%;
  position: relative;
  display: block;
}

.form-creer > span > input,
.form-creer > span > textarea,
.form-creer .form-span > select {
  width: 100%;
  background-color: #e8ebe0;
  border: none;
  padding: 12px;
  font-size: 1em;
  border-radius: 4px;
}

@media screen and (max-width: 1080px) {
  .form-creer > span > input,
  .form-creer > span > textarea,
  .form-creer > .form-span {
    padding: 14px;
    font-size: 16px; /* Prevent zoom on iOS */
  }

  .form-creer > div {
    display: grid;
  }
}

/* Icon styles */
.form-creer > span > span {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  right: 5%;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .form-creer > span > span {
    width: 32px;
    height: 32px;
    top: 20%;
  }
}

/* Form span (Civilité dropdown) */
.form-creer .form-span {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.form-creer .form-span select {
  flex: 1;
  min-width: 150px;
}

@media screen and (max-width: 1080px) {
  .form-creer .form-span {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .form-creer .form-span select {
    width: 100%;
  }
}

/* Newsletter checkboxes */
.form-creer .news-letter {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-creer .news-letter .checkbox1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

/* Submit button */
.form-creer input[type="submit"] {
  background-color: #2b2b35;
  color: white;
  border: none;
  padding: 14px 32px;
  cursor: pointer;
  font-size: 1em;
  font-family: "Outfit-Regular";
  transition: background-color 0.2s;
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
  justify-self: center;
}

.form-creer input[type="submit"]:hover {
  background-color: #e84133;
}

@media screen and (max-width: 1080px) {
  .form-creer input[type="submit"] {
    max-width: 100%;
    padding: 16px 32px;
    font-size: 1.1em;
    background-color: #e84133;
  }
}

/* Terms text */
.form-creer > i {
  text-align: center;
  display: block;
}

.form-creer > i a {
  color: #0aa8b4;
  text-decoration: underline;
}

/* Improve close button visibility and accessibility */
.close-popup,
.close-popup-mini-cart {
  position: sticky; /* Changed from absolute */
  top: 0;
  right: 0;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  align-self: flex-end; /* Push to right */
  margin-bottom: -2.5rem; /* Overlap with content */
}

@media screen and (max-width: 1080px) {
  .close-popup,
  .close-popup-mini-cart {
    position: fixed;
    top: 10px;
    right: 24px;
    width: 44px; /* Larger touch target */
    height: 44px;
    font-size: 28px;
  }
}

/* Smooth scrolling for popup content */
.popup-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

/* Optional: Add padding bottom to ensure last elements aren't cut off */
@media screen and (max-width: 1080px) {
  .form-connexion,
  .form-creer-content {
    padding-bottom: 2rem;
  }
}

.span-icon-container {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 4px;
  filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
    brightness(93%) contrast(95%);
}

.required-text {
  font-size: 0.8em;
  margin-top: -2rem;
}

.address1 > p {
  margin: 0;
}

.address1 > p:first-child {
  font-weight: bold;
}

.address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.address-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 12fr;
}

.span-loc {
  background-image: url("../images/refonte/picto-loc.png");
}

.span-phone {
  background-image: url("../images/refonte/picto-telephone.png");
}

.span-bell {
  background-image: url("../images/refonte/picto-notif.png");
}

.span-mail {
  background-image: url("../images/refonte/picto-mail.png");
}

.span-name {
  background-image: url("../images/refonte/picto-nom.png");
}

.span-company {
  background-image: url("../images/refonte/picto-adresse.png");
}

.toggle-password,
.toggle-password1,
.toggle-password2 {
  background-image: url("../images/refonte/picto-visualiser.png");
}

.form-connexion > span > .toggle-password.show,
.form-creer-content > div > span > .toggle-password1.show,
.form-creer-content > div > span > .toggle-password2.show {
  background-image: url("../images/refonte/picto-masquer-oeil.png");
}

.form-connexion-button,
.mini-panier-go-to-cart {
  background-color: #2b2b35;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  font-family: "Outfit-Regular";
  text-align: center;
  transition: background-color 0.2s;
}

.form-connexion-button:hover {
  background-color: #e84133;
}

@media screen and (max-width: 1080px) {
  .form-connexion-button {
    width: 100%;
  }
}

.connexion-forgot {
  font-family: "Outfit-ExtraLight";
  font-size: 1em;
  color: #000;
  text-decoration: none;
}

.create-account-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-family: "Outfit-Regular";
  height: 100%;
}

.form-create-ou {
  background-color: #e8ebe0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.8em;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.text-other-api {
  font-family: "Outfit-ExtraLight";
  font-size: 1em;
  color: #000;
}

.connexion-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.apple-button,
.facebook-button,
.google-button {
  background-image: url("../images/refonte/Apple.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: block;
}

.facebook-button {
  background-image: url("../images/refonte/facebook-couleur.png");
}

.google-button {
  background-image: url("../images/refonte/google-couleur.png");
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  width: 80%;
}

.form-creer-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  padding: 2rem;
  width: 100%;
}

.form-span > .select2 {
  width: 150px !important;
  margin-left: 1rem;
}

.form-span > .select2 .select2-selection {
  background-color: #f4f5ef;
  border: none;
}

.form-span > .select2 .select2-selection__arrow {
  background-image: url("../images/refonte/fleche-4.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: -15% !important;
  right: 5%;
  filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
    brightness(93%) contrast(95%);
  transition: transform 0.3s ease-in-out;
}

.form-span > .select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.form-span > .select2 .select2-selection__arrow > b {
  display: none;
}

.news-letter {
  align-self: center;
}

.form-span {
  color: #75758a;
  padding: 12px;
}

.form-creer {
  gap: 1rem;
}

.select-year > .select2 {
  width: 120px !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

.stepper {
  display: flex;
  justify-content: center;
  margin: 0 0 5rem 0;
}

.step {
  text-align: center;
  position: relative;
  width: 100px;
}

.step::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: -1;
  transform: translate(0, -50%);
}

.step:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40vw;
  width: 45vw;
  height: 2px;
  background-color: #ccc;
  z-index: -1;
  transform: translate(0, -50%);
}

.step:last-child::after {
  width: 36vw;
  right: calc(-38vw + 32px);
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  border: solid 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  position: absolute;
  top: calc(0px - 15px);
  left: 50%;
  font-family: "Outfit-Regular";
}

.step-title {
  font-size: 14px;
  color: #333;
  position: relative;
  left: 25px;
  top: 40px;
  font-family: "Outfit-Regular";
}

.step.completed .step-number,
.step.active .step-number {
  border: solid 2px #000;
  font-weight: bold;
}

.step.completed .step-title,
.step.active .step-title {
  font-weight: bold;
}

.step.completed::after {
  background-color: #000;
}

@media screen and (max-width: 1080px) {
  .step-number {
    left: 25%;
  }
  .step {
    text-align: left;
  }

  .step::after {
    width: 100%;
    left: 25%;
  }

  .stepper {
    margin: 3rem 0 5rem 0;
  }
}

.adress-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}

@media screen and (max-width: 1080px) {
  .adress-col {
    width: 100%;
  }
}

.adress-col > span {
  width: 100%;
  height: 100%;
  position: relative;
}

.adress-col > span > input {
  width: 100%;
  height: 100%;
  background-color: #e8ebe0;
  border: none;
  padding: 10px;
}

.adress-col > span > span {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 25%;
  right: 5%;
}

.adress-col > span > .toggle-password.show {
  background-image: url("../images/refonte/picto-masquer-oeil.png");
}

.adress-form-cols {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4rem;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .adress-form-cols {
    flex-direction: column;
    gap: 2rem;
  }
}

.separator-h2-adress {
  min-height: 4.6rem;
}

.form-adress {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 4rem;
}

.popup-form-adress {
  height: auto;
}

.adress-button {
  background-color: #2b2b35;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 25%;
  text-decoration: none;
  font-family: "Outfit-Regular";
  transition: background-color 0.2s;
}

@media screen and (max-width: 1080px) {
  .adress-button {
    width: 100%;
  }
}

#bouton-paiement-carte-bleue.adress-button {
  width: 100%;
}

.select-adress {
  width: 100%;
  height: 100%;
  background-color: #e8ebe0;
  border: none;
  padding: 10px;
}

.select-adress > .select2 {
  background-color: #e8ebe0;
  border: none;
  width: 100% !important;
  margin: 0;
}

.select-adress > .select2 .select2-selection {
  background-color: #e8ebe0;
  border: none;
  width: 100%;
}

.form-livraison {
  align-items: flex-start;
}

.livraison-form-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
}

.livraison-form-cols > .livraison-col:first-child {
  width: 60%;
  gap: 6rem;
}

.livraison-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media screen and (max-width: 1080px) {
  .livraison-form-cols {
    flex-direction: column;
    gap: 2rem;
  }

  .livraison-form-cols > .livraison-col:first-child {
    width: 100%;
    gap: 2rem;
  }
}

.grid-recap {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  width: 100%;
  border: solid 1px #edefe7;
  font-size: 1.2em;
  font-family: "Outfit-Regular";
}

.grid-recap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.grid-recap > div:first-child {
  border-bottom: solid 1px #e8ebe0;
}

.total-recap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #e8ebe0;
  border: solid 1px #edefe7;
  font-size: 1.2em;
  font-family: "Outfit-Regular";
}

.total-recap > span:last-child {
  font-family: "Outfit-Medium";
  color: #000;
}

.adress-recap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background-color: #e8ebe0;
  border: solid 1px #edefe7;
  font-family: "Outfit-ExtraLight";
  font-size: 1.2em;
}

.adress-recap > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adress-recap > div:last-child {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}

.adress-recap a {
  font-family: "Outfit-Regular";
  font-size: 0.8em;
  color: #000;
  text-decoration: underline;
}

.adress-recap p {
  margin: 0;
}

.adress-recap > div > p:first-child {
  font-family: "Outfit-Medium";
  font-size: 1em;
  color: #000;
}

.livraison-radio-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.2em;
}

.adresse-livraison-radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.livraison-radio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: transparent;
  border: solid 1px #edefe7;
  font-family: "Outfit-Medium";
}

.livraison-radio > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-start;
}

.livraison-radio p {
  margin: 0;
  text-transform: capitalize;
}

.opt-livraison {
  padding: 1rem;
  background-color: #e8ebe0;
  border: solid 1px #edefe7;
}

input[type="radio"] {
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  margin: 6px;
  padding: 0;
  border: 2px solid black;
  border-radius: 50%;
  appearance: none;
  background-color: transparent;
  outline: none;
  aspect-ratio: 1;
}

input[type="radio"]:not(:disabled):checked {
  border-color: #0aa8b4;
  background-color: white;
  background-clip: content-box;
  padding: 4px;
  background-image: radial-gradient(
    circle,
    #0aa8b4 0%,
    #0aa8b4 50%,
    transparent 60%,
    transparent 100%
  );
}

.help-recap {
  margin-top: 0;
}

.livraison-submit-div {
  align-self: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.livraison-submit-div a {
  color: #0aa8b4;
}

.livraison-submit-div > .adress-button {
  width: 100%;
}

.adress-button:disabled {
  background-color: #75758a;
  cursor: auto;
}

/* Creation de page Start */

.creation-container {
  display: grid;
  flex-direction: row;
  font-family: "Outfit-Regular";
  grid-template-columns: 2fr 2fr;
  width: 100%;
  overflow: hidden;
}

.creation-container > div > h2 {
  font-family: "Outfit-Regular";
  color: #000;
  margin: 0;
}

.creation-container > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-right: solid 1px #e8ebe0;
}

.creation-container > div:last-child {
  border-right: none;
}

.creation-container > .form-creation-structure {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-creation-structure > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-creation-structure select,
.form-creation-structure button {
  padding: 10px;
  border: 1px solid #e8ebe0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
}

.form-creation-structure button {
  background-color: #e84133;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-creation-structure button:hover {
  background-color: #0aa8b4;
}

.list-container,
.structure-container {
  padding: 10px;
  border: 1px solid #e8ebe0;
  border-radius: 4px;
  background-color: #fff;
}

.structure-container {
  max-width: 50vw;
  font-size: 1vw;
  width: 100%;
}

.structure-container div,
.structure-container h2,
.structure-container section {
  max-width: 100% !important;
}

.structure-container .splide {
  visibility: visible;
}

.structure-container .banner-slider {
  margin-top: 2em;
}

.structure-container .container {
  max-width: 85% !important;
  border: solid 1px #e8ebe0;
  margin-top: 2em;
  padding-bottom: 2em;
}

.list-container div {
  padding: 1rem;
  margin-bottom: 10px;
  border: 1px solid #e8ebe0;
  border-radius: 4px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.list-container div p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.list-container div img {
  max-width: 100px;
  border-radius: 4px;
}

.container-interne {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff !important;
}

.sortable-ghost {
  opacity: 0.4;
  background-color: #ccc;
}

.delete-bloc {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border: none;
  padding: 0;
  background-image: url(../images/refonte/x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-creation {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.creation-properties-form {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 1rem;
  gap: 1rem;
}

.properties-container {
  max-width: 800px;
}

.form-creation-structure > div:first-child {
  padding-bottom: 1rem;
  border-bottom: solid 1px #e84133;
}

.list-bloc1and4 {
  display: grid !important;
  grid-template-columns: repeat(4, 4rem);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
}

.list-bloc1and2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1rem;
}

.list-bloc1and4 p {
  overflow: hidden;
}

.list-bloc1and4-div {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}

.list-container .divSelected {
  border: solid 1px black;
}

.slide_properties {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border: solid 1px #e8ebe0;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
}

.slide_properties > p {
  font-size: larger;
  align-self: center;
  /* text-decoration: underline; */
  font-weight: 700;
}

.slide_properties #filter {
  margin-left: 1rem;
}

/* Creation de page FIN */

.confirm-delete-button {
  background-color: #e84133;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 25%;
  text-decoration: none;
  font-family: "Outfit-Regular";
  transition: background-color 0.2s;
}

.confirm-delete-button:hover {
  background-color: white;
  color: #e84133;
  border: 1px solid #e84133;
}

.cancel-delete-button {
  background-color: #2b2b35;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 25%;
  text-decoration: none;
  font-family: "Outfit-Regular";
  transition: background-color 0.2s;
}

.cancel-delete-button:hover {
  background-color: white;
  color: #2b2b35;
  border: 1px solid #2b2b35;
}

.confirm-delete-container {
  display: flex;
  justify-content: space-around;
  align-content: center;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .confirm-delete-button,
  .cancel-delete-button {
    width: 60%;
    padding: 10px;
  }

  .confirm-delete-container {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

.popup-delete > p,
.popup-enregistrer p:first-of-type {
  font-family: "Outfit-ExtraBold";
  font-size: 1.5em;
  color: #000;
  text-align: center;
}

.popup-enregistrer p:last-of-type {
  font-family: "Outfit-Regular";
  font-size: 1em;
  color: #000;
  text-align: center;
}

.popup-enregistrer .cancel-delete-button {
  width: auto;
  background-color: #0aa8b4;
  padding: 0 0.5rem;
  height: 100%;
}

.popup-enregistrer .confirm-delete-button {
  height: 100%;
  padding: 0;
}

.popup-enregistrer .confirm-delete-container {
  height: 30px;
}

form#email-form {
  height: 30px;
  display: flex;
}

.popup-container .popup-delete,
.popup-container .popup-enregistrer {
  gap: 2rem;
}

.titre-recherche {
  font-family: "Outfit-Regular";
  font-size: 1.5em;
  color: #000;
  margin: 0;
  text-align: center;
  padding-bottom: 1rem;
}

.popup-add-to-cart-container {
  position: fixed;
  right: 0px;
  left: auto;
  top: 0;
  width: 500px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  height: 100vh;
}

.popup-add-to-cart,
.popup-compte {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 100%;
}

.popup-add-to-cart #div-zero-produits {
  padding: 2rem;
}

.popup-add-to-cart .cart-grid-container {
  display: flex;
  width: 100%;
  padding: 0;
  font-size: 0.8em;
}

.popup-add-to-cart .cart-grid-container .cart-header {
  padding: 0;
  height: 120px;
}

@media screen and (max-width: 600px) {
  .popup-add-to-cart-container {
    width: 100%;
  }

  .popup-add-to-cart .cart-grid-container .cart-header {
    height: auto;
  }

  .popup-add-to-cart .product-list {
    width: 100%;
  }
}

.popup-add-to-cart .cart-grid-container .product-photo {
  padding: 0.4rem;
}

.popup-add-to-cart .cart-grid-container .product-photo img {
  width: 90px;
  height: auto;
  margin: 0;
}

.popup-add-to-cart .cart-grid-container .product-price {
  grid-row-start: 1;
  grid-row-end: 5;
}

.popup-add-to-cart .product-actions {
  gap: 0;
}

.popup-add-to-cart .help-section {
  width: 90%;
  margin: auto;
}

.popup-add-to-cart .product-list .product-item:nth-child(odd) {
  background-color: white;
  padding: 1rem;
}
.popup-add-to-cart .product-list .product-item:nth-child(even) {
  background-color: #e8ebe0;
  padding: 1rem;
}

@media screen and (max-width: 600px) {
  .popup-add-to-cart .help-section {
    width: 100%;
    padding: 1rem;
  }
}

.top-mini-panier {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 0 0;
  background-color: #e8ebe0;
  color: black;
  font-family: "Outfit-SemiBold";
  text-transform: uppercase;
}

.top-mini-panier img {
  height: 40px;
}

.mini-panier-button {
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}

.btn-blanc {
  width: 90%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 2px solid black;
  padding: 0.5rem;
  margin: 1rem auto;
  text-decoration: none;
  color: black;
}

.btn-gris-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
  background-color: #e8ebe0;
}

.btn-gris {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 1rem;
  background-color: #e8ebe0;
  color: black;
}

.btn-gris a {
  text-decoration: none;
}

.btn-gris img,
.btn-noir img {
  width: 40px;
}

.btn-noir {
  width: 90%;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  gap: 1rem;
  background-color: black;
  color: white;
  height: 48px;
}

.h1-title {
  font-family: "Outfit-ExtraBold";
  margin: 2rem auto;
  font-size: 2em;
}

.container-compte {
  gap: 0;
}

.compte-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background-color: #e8ebe0;
  font-size: 0.9em;
  font-family: "Outfit-SemiBold";
  position: sticky;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 600px) {
  .compte-nav {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
    position: relative;
  }
}

.compte-nav a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  padding: 1rem;
}

.compte-nav a.active {
  color: black;
  background-color: #f4f5ef;
}

.section-compte {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.header-col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Outfit-Regular";
}

.header-col2 h2 {
  font-family: "Outfit-SemiBold";
  font-size: 1.5em;
}

#modifier-compte-btn {
  cursor: pointer;
}

.header-col2 img {
  width: 32px;
}

.col2 {
  display: grid;
  justify-content: center;
  align-items: stretch;
  justify-items: stretch;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(8, 1fr);
  gap: 2rem;
}

.col2 > :nth-child(1),
.col2 > :nth-child(2),
.col2 > :nth-child(3),
.col2 > :nth-child(4) {
  grid-column: 1;
}

.col2 > :nth-child(5) {
  grid-row: 1;
}

.col2 > :nth-child(6) {
  grid-row: 2;
}

.col2 > :nth-child(7) {
  grid-row: 3;
}

.col2 > :nth-child(8) {
  grid-row: 4;
}

.col2 > :nth-child(n + 5) {
  grid-column: 2;
}

.form-compte-informations .checkbox1 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.form-compte-informations input:read-only {
  background-color: #f4f5ef !important;
}

.form-compte-informations input:read-only .form-span {
  background-color: #f4f5ef !important;
}

.form-compte-informations.read-only .form-span {
  background-color: #f4f5ef;
}

.form-compte-informations:not(.read-only) .form-span {
  background-color: #e8ebe0; /* or any other color you prefer */
}

.adresse {
  display: grid;
  justify-items: stretch;
  align-items: center;
  align-content: center;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  padding: 1rem;
}

.adresse-titre {
  grid-column: 1 / span 6;
  grid-row: 1;
  font-family: "Outfit-SemiBold";
  text-transform: capitalize;
}

.adresse-titre p {
  margin: 0;
}

.adresse-texte {
  grid-column: 1 / span 12;
  grid-row: 2;
  font-family: "Outfit-Regular";
}

.adresse-actions {
  grid-column: 1 / span 12;
  grid-row: 3 / span 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.adresse-actions .button-orange,
.adresse-actions .button-noir {
  max-height: 30px;
  padding: 1rem 2rem;
  height: 100%;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.adresse-actions .button-orange:hover {
  color: #e84133;
  background-color: white;
  border: 1px solid #e84133;
}

.adresse-actions .button-noir:hover {
  color: black;
  background-color: white;
  border: 1px solid black;
}

.adresse-actions img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 770px) {
  .adresse-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .adresse-actions .button-orange,
  .adresse-actions .button-noir {
    width: 100%;
  }
}

.adresse-modifier img {
  width: 24px;
  height: 24px;
}

.adresse-modifier {
  grid-column: 6 / span 6;
  grid-row: 1;
  justify-self: flex-end;
  text-decoration: underline;
}

.flex-col-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}

.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}

.flex-col-2 > :nth-child(odd) {
  background-color: #f4f5ef;
}

.add-adresse {
  background-color: #e84133;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-size: x-large;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.commande {
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #f4f5ef;
  gap: 0.5rem;
}

.commande.flex-col-2 > p {
  margin: 0;
}

.commandes:nth-child(odd) {
  background-color: #e8ebe0;
}

.commande-titre {
  font-weight: bold;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.commande-titre p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

@media screen and (max-width: 600px) {
  .commande-titre {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  #commandes .commande-titre {
    word-wrap: break-word;
    width: 15rem;
  }

  .commande-titre p {
    width: 100%;
  }
}

.commande-texte {
  margin-bottom: 0;
}

.commande-texte table {
  list-style-type: none;
  padding: 1rem;
  width: 100%;
  background-color: #fff;
}

.commande-texte tr {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
  .commande-texte table {
    width: 100%;
  }
  .commande-texte tr {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-bottom: 1px solid black;
    padding: 1rem 0;
  }
  .commande-texte tr:last-child {
    border-bottom: none;
  }
}

.commande-actions {
  display: flex;
  gap: 1rem;
}

.commande-total-button {
  width: 80%;
}

.commande-total-button .button-orange {
  width: max-content;
  padding: 0.5rem;
}

.commande-total-text {
  font-family: "Outfit-SemiBold";
  margin-top: 1rem;
  padding: 0.5rem 0;
}

.commande-total-text div {
  display: flex;
  justify-content: space-between;
  width: 350px;
}

@media screen and (max-width: 600px) {
  .commande-total-text div,
  .commande-total-text {
    width: 100%;
  }
}

.commande-total-text p {
  margin: 0;
}

span.arrow {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url(../images/refonte/fleche-6.png);
  background-size: cover;
  filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
    brightness(93%) contrast(95%);
  transform: rotate(270deg);
  transition: filter 0s linear, transform 0.3s ease-in-out,
    background-image 0.3s ease-in-out;
}

.rotate {
  transform: rotate(90deg) !important;
}

span.trash {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url(../images/refonte/picto-supprimer-poubelle.png);
  background-size: cover;
  /* filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg) brightness(93%) contrast(95%); */
}

.error-msg {
  color: red;
  font-family: "Outfit-Regular";
  font-size: 1em;
}

.success-msg {
  color: green;
  font-family: "Outfit-Regular";
  font-size: 1em;
}

.banner-container {
  height: 100%;
  color: white;
}

.banner-container h1 {
  font-family: "Outfit-Regular";
  font-size: 2em;
  margin: 0;
}
.container.page-statique {
  gap: 0;
}

.container.page-statique > p {
  margin: 0;
}
.container.page-statique,
.banner-other-pages > .breadcrumbs,
.banner-other-pages > h1 {
  max-width: 85vw;
  width: 85vw;
}

p.text-location {
  font-family: "Outfit-Regular";
  font-weight: 100;
  font-size: 1.3em !important;
  color: white;
}

h1.title-location {
  font-family: "Outfit-SemiBold";
  font-size: 1.5em;
  color: white;
}

@media screen and (max-width: 1750px) {
  p.text-location {
    font-size: 1em !important;
  }
  h1.title-location {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1440px) {
  p.text-location {
    font-size: 0.8em !important;
  }
  h1.title-location {
    font-size: 1em;
  }
}
@media screen and (max-width: 1080px) {
  p.text-location {
    font-size: 1.2em !important;
  }

  .nav-menu-mobile-list {
    font-size: 1em;
  }
}

.orange {
  color: #e84133 !important;
}

.background-black {
  background-color: #212529;
}

.background-orange {
  background-color: #e84133;
}

.background-bleu {
  background-color: #0aa8b4;
}

.background-beige {
  background-color: #e8ebe0;
}

.form-container {
  border: 2px solid #f5f5f5;
  padding: 0 0 2em 0;
}

.form-title {
  background-color: #e84133;
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
}

.form-title h2 {
  color: #fff;
  margin: 0;
}

.form-group {
  width: 100%;
}

.form-group-mini {
  width: auto;
  display: flex;
  flex-direction: column;
}

.form-group label {
  display: block;
  margin-bottom: 0.5em;
  font-family: "Outfit-Regular";
}

/* .form-group input,*/
.form-group textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #e8ebe0;
}

.form-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 2em;
}

.form-sides {
  display: flex;
  justify-content: center;
  gap: 2em;
  width: 66%;
}

.form-sides-mini {
  display: flex;
  flex-direction: row;
  gap: 1em;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .form-sides {
    flex-direction: column;
    width: 100%;
  }
  
}

#location-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}

.tab-button {
  padding: 10px 20px;
  border: none;
  background-color: #212529;
  opacity: 0.5;
  color: white;
  cursor: pointer;
  width: 50%;
  font-family: "Outfit-SemiBold";
}

.tab-button.panier {
  background-color: #e84133;
}

.tab-button.active {
  opacity: 1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}


@media screen and (max-width: 600px) {
  .tab-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .tab-button {
    width: 100%;
  }
}

.form-loc-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  padding: 1.5rem 4rem;
  background-color: #e8ebe0;
  gap: 3rem;
  margin-left: 20px;
}

.form-loc-date-mini {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .form-loc-date {
    flex-direction: column;
    padding: 1.5rem 2rem;
    gap: 1rem;
    width: calc(100% - 20px);
    margin-left: 10px;
  }

  .form-loc-date-mini {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}

.form-loc-date input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
}

.form-loc-date button {
  width: fit-content;
}

.marque-banner {
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

.marque-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Add this to your main CSS file or in a <style> tag */

.search-autocomplete-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  margin-top: 0;
}

.search-results {
  padding: 0;
}

.search-result-item {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}

.search-result-item:hover {
  background-color: #f8f8f8;
}

.search-result-item .row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-result-item img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}

.search-result-item b {
  color: #e84133;
  font-weight: 600;
}

.search-result-item .gris {
  color: #666;
  font-size: 0.9em;
}

.search-loading,
.search-error,
.search-no-results {
  padding: 15px;
  text-align: center;
  color: #666;
}

.search-error {
  color: #e84133;
}

.search-categories {
  background: #f8f8f8;
  padding: 10px 15px;
  border-top: 2px solid #e84133;
}

.search-categories-title {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 8px;
  font-weight: 600;
}

.search-category-link {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
  transition: all 0.2s;
}

.search-category-link:hover {
  background: #e84133;
  color: white;
  border-color: #e84133;
}

.search-see-all {
  display: block;
  padding: 12px 15px;
  text-align: center;
  background: #0aa8b4;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
}

.search-see-all:hover {
  background: #088a94;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .search-autocomplete-container {
    max-height: 300px;
    font-size: 0.9em;
  }

  .search-result-item {
    padding: 8px 10px;
  }
}

.delivery-options-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.delivery-options-container {
  background: #e8ebe0;
  border-radius: 8px;
  padding: 30px;
  display: grid;
  grid-template-rows: 0.8fr 1fr;
  margin-bottom: 20px;
  gap: 1rem;
}

.delivery-option h3,
.warranty-deposit h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2b2b35;
}

.delivery-select-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.delivery-select {
  width: 100%;
  padding: 12px 40px 12px 15px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: white;
  color: #333;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s;
}

.delivery-select:hover {
  border-color: #e84133;
}

.delivery-select:focus {
  outline: none;
  border-color: #e84133;
}

.delivery-select-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 12px;
}

.delivery-note {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.warranty-details {
  border-radius: 4px;
  margin-bottom: 15px;
}

.warranty-line {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
}

.warranty-line:first-child {
  padding-top: 0;
}

.warranty-line:last-child {
  padding-bottom: 0;
}

.warranty-amount {
  font-weight: 600;
  white-space: nowrap;
}

.warranty-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  font-weight: 600;
}

.warranty-total-label {
  font-size: 16px;
  color: #2b2b35;
}

.warranty-total-amount {
  font-size: 18px;
  color: #e84133;
}

@media screen and (max-width: 480px) {
  .warranty-total {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .warranty-line {
    flex-direction: column;
    gap: 5px;
  }

  .warranty-amount {
    text-align: right;
  }
}

.delivery-info {
  background: white;
  border-left: 3px solid #e84133;
  padding: 20px;
  border-radius: 4px;
}

.delivery-info p {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.delivery-info p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .delivery-options-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
  }

  .delivery-option h3,
  .warranty-deposit h3 {
    font-size: 16px;
  }

  .warranty-line {
    flex-direction: column;
    gap: 5px;
  }

  .warranty-amount {
    text-align: right;
  }
}

/* Desktop Filter - Default visible */
.filter-form-desktop {
  position: sticky;
  top: 0;
  z-index: 50;
  left: 0;
  width: 100dvw;
  height: 2rem;
  font-family: "Outfit-Regular";
  text-transform: uppercase;
  background-color: #e8ebe0;
}

.filter-form-desktop select,
.filter-form-desktop a,
.filter-form-desktop label {
  cursor: pointer;
}

.filter-mobile-container,
.filter-mobile-overlay {
  display: none;
}

/* Mobile Filter Styles */
@media screen and (max-width: 1280px) {
  /* Hide desktop filter */
  .filter-form-desktop {
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  /* Show mobile filter container */
  .filter-form-mobile {
    overflow: auto;
  }
  .filter-mobile-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #e8ebe0;
    position: sticky;
    top: 0;
    z-index: 100;
    gap: 0.75rem;
  }

  .filter-mobile-toggle,
  .filter-mobile-reset {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    font-family: "Outfit-Regular";
    font-size: 0.9em;
    cursor: pointer;
    transition: all 0.2s;
  }

  .filter-mobile-toggle {
    background-color: #2b2b35;
    color: white;
    flex: 1;
    justify-content: center;
  }

  .filter-mobile-toggle svg {
    stroke: white;
  }

  .filter-mobile-reset {
    background-color: transparent;
    color: #e84133;
    border: 1px solid #e84133;
    padding: 0.5rem;
  }

  .filter-mobile-reset svg {
    stroke: #e84133;
  }

  .filter-mobile-reset:active {
    background-color: #e84133;
    color: white;
  }

  .filter-mobile-reset:active svg {
    stroke: white;
  }

  /* Mobile overlay panel */
  .filter-mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .filter-mobile-overlay.active {
    display: block;
    opacity: 1;
  }

  .filter-mobile-panel {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    max-width: 400px;
    background-color: white;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  }

  .filter-mobile-overlay.active .filter-mobile-panel {
    transform: translateX(0);
  }

  .filter-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #2b2b35;
    color: white;
  }

  .filter-mobile-header h3 {
    margin: 0;
    font-family: "Outfit-SemiBold";
    font-size: 1.1em;
    text-transform: uppercase;
  }

  .filter-mobile-close {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .filter-mobile-close svg {
    stroke: white;
  }

  .filter-mobile-content {
    flex: 1;
    overflow-y: auto;
    padding: 0;
  }

  .filter-mobile-section {
    border-bottom: 1px solid #e8ebe0;
  }

  .filter-mobile-section summary {
    list-style: none;
    padding: 0.75rem 1rem;
    background-color: #f8f8f8;
    cursor: pointer;
    font-family: "Outfit-Medium";
    font-size: 0.95em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
  }

  .filter-mobile-section summary::-webkit-details-marker {
    display: none;
  }

  .filter-mobile-section summary::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/refonte/fleche-6.png");
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(37%) sepia(97%) saturate(3140%) hue-rotate(342deg)
      brightness(93%) contrast(95%);
    transform: rotate(270deg);
    transition: transform 0.3s ease;
  }

  .filter-mobile-section[open] summary::after {
    transform: rotate(90deg);
  }

  .filter-mobile-section-content {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background-color: white;
  }

  .filter-mobile-section-content .radio-label,
  .filter-mobile-section-content .checkbox-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 40px;
    font-family: "Outfit-Regular";
    font-size: 0.9em;
  }

  .filter-mobile-section-content input[type="radio"],
  .filter-mobile-section-content input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  .filter-mobile-section-content select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9em;
  }

  .filter-mobile-actions {
    padding: 1rem;
    background-color: #f8f8f8;
    border-top: 1px solid #e8ebe0;
  }

  .filter-mobile-apply {
    width: 100%;
    padding: 0.75rem;
    background-color: #e84133;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: "Outfit-Medium";
    font-size: 1em;
    cursor: pointer;
    text-transform: uppercase;
  }

  .filter-mobile-apply:active {
    background-color: #d63629;
  }

  /* Price slider in mobile */
  .filter-mobile-section-content .range-input {
    padding: 0.5rem 0;
  }

  .filter-mobile-section-content .noUi-target {
    height: 8px !important;
  }

  .filter-mobile-section-content .noUi-horizontal .noUi-handle {
    width: 24px !important;
    height: 24px !important;
  }
}

/* Small mobile adjustments */
@media screen and (max-width: 480px) {
  .filter-mobile-panel {
    width: 100%;
    max-width: none;
  }

  .filter-mobile-toggle span,
  .filter-mobile-reset span {
    font-size: 0.85em;
  }
}

.category-section {
  margin-bottom: 30px;
}

.category-title {
  margin: 20px 0 10px 0;
  padding: 10px 0;
  border-bottom: 2px solid #e84133;
  color: #2b2b35;
}

.category-title a {
  text-decoration: none;
  color: inherit;
  font-size: 1.5em;
  font-weight: bold;
}

.category-title a:hover {
  color: #e84133;
}

.form-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 2rem;
}

.form-contact span {
  width: 100%;
}

.form-contact input,
.form-contact textarea {
  width: 70%;
}

@media screen and (max-width: 1080px) {
  .form-contact input,
  .form-contact textarea {
    width: 100%;
  }
}


.center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.message-bold {
    font-weight: bold;
    text-align: center;
}

.search-fallback-message {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #856404;
}

.search-fallback-message p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 16px;
}