@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: optimizespeed;
  font-weight: 300;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: border-box;
  -o-text-shadow: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

/** {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  border: none;*/
/*  line-height: normal;*/
/*  box-sizing: border-box;*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing: border-box;*/
/*  -ms-box-sizing: border-box;*/
/*  -o-box-sizing: border-box;*/
/*  letter-spacing: normal;*/
/*  word-spacing: normal;*/
/*  text-rendering: optimizespeed;*/
/*  box-shadow: none;*/
/*  -webkit-box-shadow: none;*/
/*  -moz-box-shadow: none;*/
/*  -ms-box-shadow: none;*/
/*  -o-box-shadow: none;*/
/*  border-radius: 0;*/
/*  -webkit-border-radius: 0;*/
/*  -moz-border-radius: 0;*/
/*  -ms-border-radius: 0;*/
/*  -o-border-radius: 0;*/
/*  appearance: none;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  -ms-appearance: none;*/
/*  -o-appearance: none;*/
/*  text-shadow: none;*/
/*  -webkit-text-shadow: none;*/
/*  -moz-text-shadow: none;*/
/*  -ms-text-shadow: none;*/
/*  -o-text-shadow: none;*/
/*  font-smoothing: none;*/
/*  -webkit-font-smoothing: none;*/
/*  -moz-font-smoothing: none;*/
/*  -ms-font-smoothing: none;*/
/*  -o-font-smoothing: none;*/
/*}*/
input,
textarea,
select,
select option,
option,
button {
  font-size: inherit;
  -webkit-text-fill-color: currentcolor;
  font-family: inherit;
}

input:disabled,
textarea:disabled,
input:disabled::placeholder,
textarea:disabled::placeholder,
input::placeholder,
textarea::placeholder {
  color: currentcolor;
  -webkit-text-fill-color: currentcolor;
  /* 1. sets text fill to current `color` for safari */
  opacity: 1;
  /* 2. correct opacity on iOS */
}

img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
  border: none;
}

:focus,
img[usemap],
map area {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/*img {
  vertical-align: bottom;
}*/

pre {
  white-space: pre-wrap;
  /* pour firefox et les <pre> */
}

ul,
li {
  list-style: none;
  overflow: hidden;
}

main,
section,
article {
  display: block;
  overflow: hidden;
}

html,
body {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #fff;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: normal;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 80%;
  text-align: center;
  font-weight: 300;
  word-wrap: break-word;
  position: relative;
}

strong,
.strong {
  font-weight: 500;
}

.bold {
  font-weight: 900;
}

.normal {
  font-weight: 100 !important;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
  /*text-align-last: center;
	-webkit-text-align-last: center;
	-moz-text-align-last: center;
	-ms-text-align-last: center;
	-o-text-align-last: center;*/
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.underline {
  text-decoration: underline;
}

.no-mg {
  margin: 0;
}

.auto-mg {
  margin: auto;
}

.gris {
  color: #888;
}

.gris a {
  color: #888;
}

.ml0 {
  margin-left: 0.5rem;
}

.ml1 {
  margin-left: 1rem;
}

.ml2 {
  margin-left: 2rem;
}

.ml3 {
  margin-left: 3rem;
}

.ml4 {
  margin-left: 4rem;
}

.ml5 {
  margin-left: 5rem;
}

.ml6 {
  margin-left: 6rem;
}

.ml7 {
  margin-left: 11.4rem;
}

.mt0 {
  margin-top: 0.5rem;
}

.mt02 {
  margin-top: 0.2rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt6 {
  margin-top: 6rem;
}

.mt7 {
  margin-top: 7rem;
}

.mt8 {
  margin-top: 8rem;
}

.mr0 {
  margin-right: 0.5rem;
}

.mr1 {
  margin-right: 1rem;
}

.mr2 {
  margin-right: 2rem;
}

.mr3 {
  margin-right: 3rem;
}

.mr4 {
  margin-right: 4rem;
}

.mb0 {
  margin-bottom: 0.5rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.valt {
  vertical-align: top;
}

.valb {
  vertical-align: bottom;
}

.valm {
  vertical-align: middle;
}

.dinl {
  display: inline;
}

.dinlb {
  display: inline-block;
}

.db {
  display: block;
}

.italic {
  font-style: italic;
}

.red {
  color: #be6154 !important;
  /* => #f3b47c new coulor orange instead of the old coulor red #FF7272*/
}

.pdt0 {
  padding-top: 0.5rem;
}

.pdl0 {
  padding-left: 0.5rem;
}

.pdr0 {
  padding-right: 0.5rem;
}

.pdlr1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.no-disp {
  display: none;
}

.border {
  border: 1px solid #fff;
}

.linh1 {
  line-height: 1rem;
}

.linh1-5 {
  line-height: 1.5rem;
}

.linh2 {
  line-height: 2rem;
}

.black {
  color: #000;
}

.green {
  color: #19c719 !important;
}

.font-small {
  font-size: 1.4rem;
}

.font-big {
  font-size: 22px;
  font-size: 2.2rem;
}

/****************************************************************** POP UP LANGUAGE ******************************************/
.country-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 0.5rem 2rem 2rem;
  max-width: clamp(26rem, 90%, 50rem);
  width: 90%;
  z-index: 9999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #333;
}

.country-popup button {
  background-color: transparent;
  cursor: pointer;
}

.containerX {
  display: flex;
  justify-content: flex-end;
}

.country-popup h2 {
  font-size: 2.5rem;
  color: #452010;
  font-weight: 400;
  white-space: normal; /* respeta los espacios normales */
  word-break: keep-all;
}

.country-popup p {
  white-space: normal; /* respeta los espacios normales */
  word-break: keep-all;
  font-size: 2rem;
}

.country-popup .options {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.country-popup .options button {
  background: none;
  border: none;
  font-size: 2rem;
  color: #452010;
  position: relative;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
}

/* Línea subrayada animada */
.country-popup .options button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #452010;
  transition: width 0.3s ease;
}

/* Al pasar el ratón se pinta la línea */
.country-popup .options button:hover {
  color: #000;
}

.country-popup .options button:hover::after {
  width: 100%;
}

/******************************************************************* Header **************************************************/
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  z-index: 9999999;
  border: none;
}

.header .header_P1 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  font-size: 1.4rem;
  color: #fff;
  background-color: #452010;
}

.header .Sheader_P1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /*max-width: 1920px;*/
  height: auto;
  margin: 0 auto;
  padding: 0.7rem 2rem;
  text-align: center;
  overflow: visible;
  font-size: 1.4rem;
  color: #fff;
}

.header .header_P1 .otherproducts {
  position: relative;
}

.header .header_P1 .otherproducts label {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  column-gap: 0.5rem;
  cursor: pointer;
}

.header .header_P1 .otherproducts input {
  display: none;
}

.header .header_P1 .products {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  row-gap: 1rem;
  background-color: #5e5e5e;
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
}

#products:checked ~ .products {
  height: 15rem;
  transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
}

#products:checked + label > img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.Sheader_P2 {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header .header_P2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  /*max-width: 1920px;*/
  margin: 0 auto;
  padding: 2.8rem 2rem;
  text-align: center;
  overflow: visible;
  font-size: 1.8rem;
  /* border-bottom: 1px solid #bdbdbd;
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2); */
}

.header .header_P2 .logo {
  display: block;
  width: 20rem;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.header .header_P2 .liens {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-end;
  column-gap: 6.5rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #000;
}

.header .header_P2 .liens a {
  display: inline-flex;
  padding: 0.7rem 1rem;
  font-weight: 300;
  color: #452010;
  transition: transform 0.3s ease, filter 0.3s ease;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  font-size: 2.5rem;
}

.header .header_P2 .liens .gotostock {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 0.2rem;
}

.header .header_P2 .liens .gotostock::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url("../images/commun/stock.webp");
  background-repeat: no-repeat;
  background-position: center left;
  margin-top: 3px;
}

.header .header_P2 .liens a.active {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.header .header_P2 .liens .panier {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  display: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.header .header_P2 .liens .panier .cart {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 3;
}

.header .header_P2 .liens .panier img {
  width: 6.2rem;
  height: auto;
  vertical-align: bottom;
}

.language-btn {
  transition: none;
}

.language-content a.active {
  text-decoration: underline;
  font-weight: bold; /* opcional, para resaltar aún más */
}
.language-content a:hover {
  background-color: #5e2b13;
  color: #ffcc99;
}

/* Botón de idioma: coherente con el hover */
.language-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffcc99;
}

/* Opciones dentro del desplegable de idioma */
.language-content a:hover {
  background-color: #5e2b13;
  color: #ffcc99;
}

/******************************************************************************* Main *****************************************************************************************/
.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background-color: #faf7f3;
}

/****************************************************************************** Page Index ************************************************************************************/
.page_index {
  width: 100%;
  /*max-width: 1920px;*/
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
  font-size: 2rem;
  position: relative;
}

.index_video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 2rem;
  text-align: left;
  font-weight: 100;
  position: relative;
}

.index_video video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.index_video .photoGal {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

.index_video .photoGal .gotogallery {
  display: none;
  /* display: inline-flex; */
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  column-gap: 1rem;
  padding: 0.7rem 2rem;
  font-weight: 300;
  color: #fff;
  background-color: #5e5e5e;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
  border: 1px solid #fff;
}

.index_video .photoGal .gotogallery img {
  width: auto;
  height: 2.5rem;
}

.page_index .text_shapes {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-end;
  column-gap: 6rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0 7rem;
}

.page_index .text_shapes > * {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_index .text_shapes .text {
  flex: 3;
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
  text-align: left;
  color: #000;
}

.page_index .text_shapes .text h1 {
  text-align: left;
  color: #5e5e5e;
  font-weight: 500;
  font-size: 3rem;
}

.page_index .text_shapes .text h1.aed {
  color: #5e5e5e;
  font-weight: 500;
  font-size: 2rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
}

.page_index .text_shapes .text a.grey {
  color: #a8a8a8;
}

.page_index .text_shapes .fakeshapes {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.page_index .text_shapes .fakeshapes h1 {
  display: block;
  text-align: center;
  color: #5e5e5e;
  font-weight: normal;
  font-size: 2rem;
}

.fakeshapes img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  max-width: 200px;

  /* Suavidad */

  /* Sombra inicial */
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));

  /* 🧩 Fix para Safari */
  will-change: transform, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.tile1:hover {
  transform: scale(1.1);
}

.page_index .terra_colors {
  display: block;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 2.5rem 2rem 4rem 2rem;
  background-color: #f6f5f1;
}

.page_index .terra_colors h2 {
  text-align: left;
  color: #5e5e5e;
  font-weight: 500;
  font-size: 3rem;
}

.page_index .colors {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  gap: 5rem;
  width: 100%;
  height: auto;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
}

.page_index .colors .colorpic {
  width: calc((100% - 20rem) * 1 / 5);
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  column-gap: 0.5rem;
  font-size: 2rem;
  color: #5e5e5e;
  /*border: 1px solid #214DDD*/
}

.page_index .colors .colorpic .half {
  width: auto;
  height: 100%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #8c8a8a;
}

.page_index .colors .colorpic .polished {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page_index .colors .colorpic .polished a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page_index .colors .colorpic .half img {
  width: 100%;
  height: 100%;
}

.page_index .colors .colorpic .unpolished {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page_index .colors .colorpic .unpolished a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page_index .colors .colorpic .polished:hover {
  width: 100%;
  z-index: 4;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page_index .colors .colorpic .polished:hover a {
  left: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page_index .colors .colorpic .unpolished:hover {
  width: 100%;
  z-index: 4;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page_index .colors .colorpic .unpolished:hover a {
  right: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page_index .titles {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  column-gap: 4rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 6rem;
  padding: 0 2rem;
  text-align: left;
  font-weight: 300;
}

.page_index .titles > * {
  flex: 1;
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_index .titles h2 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #5e5e5e;
  font-weight: 500;
  font-size: 3rem;
}

.page_index .videoimg {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  column-gap: 4rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0 2rem;
}

.page_index .videoimg > * {
  flex: 1;
  width: 100%;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_index .videoimg img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_index .videoimg .lazy {
  opacity: 0;
}

.page_index .text_img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  column-gap: 4rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0 2rem;
}

.page_index .text_img > * {
  width: auto;
  margin: 0;
  padding: 0;
}

.page_index .text_img .text {
  flex: 1;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #000;
}

.page_index .gallery_terra > div {
  position: relative;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}

.div1 {
  grid-area: div1;
}

.div2 {
  grid-area: div2;
}

.div3 {
  grid-area: div3;
}

.div4 {
  grid-area: div4;
}

.div5 {
  grid-area: div5;
}

.div6 {
  grid-area: div6;
}

.div7 {
  grid-area: div7;
}

.div8 {
  grid-area: div8;
}

.div9 {
  grid-area: div9;
}

.div10 {
  grid-area: div10;
}

.div11 {
  grid-area: div11;
}

.div12 {
  grid-area: div12;
}

.div13 {
  grid-area: div13;
}

.div14 {
  grid-area: div14;
}

.div15 {
  grid-area: div15;
}

.div16 {
  grid-area: div16;
}

.div17 {
  grid-area: div17;
}

.div18 {
  grid-area: div18;
}

.div19 {
  grid-area: div19;
}

.div20 {
  grid-area: div20;
}

.div21 {
  grid-area: div21;
}

.div22 {
  grid-area: div22;
}

.div23 {
  grid-area: div23;
}

.div24 {
  grid-area: div24;
}

.div25 {
  grid-area: div25;
}

.div26 {
  grid-area: div26;
}

.div27 {
  grid-area: div27;
}

.div28 {
  grid-area: div28;
}

.div29 {
  grid-area: div29;
}

.div30 {
  grid-area: div30;
}

.page_index .gallery_terra div a {
  flex: 1;
}

.page_index .gallery_terra .lazy {
  opacity: 0;
}

.page_index .gallery_terra img,
.page_index .gallery_terra video {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
  border: none;
  transition: opacity 0.5s linear 0.2s;
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  -ms-transition: opacity 0.5s linear 0.2s;
  -o-transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

.page_index .gallerypic {
  position: relative;
}

.page_index .gallerypic .img_foot {
  position: absolute;
  bottom: 0;
  padding: 0 4rem 4rem 4rem;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
}

.page_index .gallerypic .img_foot_text {
  font-weight: 400;
  font-size: 3rem;
  opacity: 0;
  transition: opacity 0.5s linear 0.2s;
}

.page_index .gallerypic .img_foot_text.visible {
  opacity: 1;
}

.page_index .gallerypic .img_foot_img {
  margin-right: 2rem;
  max-width: fit-content;
}

#visage-caption {
  color: #ffffff !important;
  font-size: 1.8rem !important;
}

#visage-caption a {
  color: inherit !important;
  font-size: 1.8rem !important;
}

@media (max-width: 1800px) {
  .page_index .gallerypic .img_foot {
    padding: 0 2rem 2rem 2rem;
  }

  .page_index .gallerypic .img_foot_text {
    font-weight: 400;
    font-size: 2rem;
  }

  /*.page_index .gallery .img_foot_text.visible{*/
  /*    opacity: 1;*/
  /*}*/

  .page_index .gallerypic .img_foot_img {
    margin-right: 2rem;
  }
}

/* ============================
TYPE OF SHAPES OPTIONS
============================ */
.buy .sizes {
  user-select: none;
  -webkit-user-select: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 45%,
    rgba(234, 224, 216, 0.23) 45%,
    rgba(234, 224, 216, 0.23) 80%,
    transparent 80%,
    transparent 100%
  );
}

.buy .sizes .block1 {
  display: flex;
  align-items: center; /* centradas verticalmente */
  max-width: 85%;
  padding-bottom: 2rem;
  flex-wrap: wrap;
  margin: 0 auto;
}

.buy .sizes .pic {
  position: relative;
  cursor: pointer;
  height: 7vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  flex: 1 1 auto; /* permite ajustar el ancho automáticamente */
}

.buy .sizes .pic.bigger {
  flex: 1.5 1 auto;
}

.buy .sizes .pic img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto; /* mantiene proporción */
  width: auto; /* tamaño original */
  max-height: 100%; /* no supera el alto del contenedor */
  max-width: 100%; /* no se sale del ancho */
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

/* Estado inicial: se muestra la cara B */
.buy .sizes .pic img.img1,
.buy .sizes .pic img.img2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(
    -50%,
    -100%
  ); /* 🔹 centra perfectamente ambas imágenes */
  height: auto;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: opacity 0.5s ease-in-out;
  backface-visibility: hidden;
}

.buy .sizes .pic img.img1 {
  opacity: 0;
  z-index: 1;
}

.buy .sizes .pic img.img2 {
  opacity: 1;
  z-index: 2;
}

/* Hover o activo: se muestra la cara A */
.buy .sizes .pic:hover img.img2,
.buy .sizes .pic.active img.img2 {
  opacity: 0;
}

.buy .sizes .pic:hover img.img1,
.buy .sizes .pic.active img.img1 {
  opacity: 1;
}

/* Si existen elementos dobles */
.buy .sizes .block2 .pic.double {
  width: calc((100% - 3rem) * 3 / 2);
  height: auto;
}
.boldButton {
  font-weight: 500;
}

#Face-B {
  display: none;
}

:root {
  /* Ajusta estos valores según tu diseño base (por ejemplo, diseño pensado para 1280-1920px) */
  --max-layout-width: min(1240px, 94vw);
  --gap: clamp(0.5rem, 1.2vw, 1.5rem);
  --swapFace-w: clamp(160px, 13vw, 263px);
  --colors-sample-size: clamp(80px, 6.5vw, 127px);
  --image-height: clamp(300px, 40vh, 677px);
  --border-radius: clamp(8px, 1.2vw, 32px);
  --card-shadow: rgba(0, 0, 0, 0.15) 2px 3px 8px;
}

/* ============================
NEW SIMULATOR OPTIONS
============================ */
.simulatorContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65.1vw;
  max-width: 65.1vw;
  margin: 0 auto;
  margin-top: clamp(1rem, 2.2vw, 3rem);
  box-sizing: border-box;
  padding: 0 1rem;
}

/* ============================
NEW SIMULATOR UPPER OPTIONS
============================ */
.upperContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);
  margin-bottom: calc(var(--gap) * 0.8);
  flex-wrap: wrap; /* permite que elementos salten si la pantalla es pequeña */
}

/* ============================
NEW SIMULATOR COLOR OPTIONS
============================ */
.swapFace {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.9vw;
  height: 2rem;
  background-color: transparent;
  gap: 0.46vw;
  padding: 0.75rem 1rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.swapFace p {
  font-size: 1.5rem;
  border-radius: 0.6rem;
  padding: 0.1rem 0rem;
  width: 4.22vw;
  background-color: white;
  margin: 0;
  border: 1px solid lightgray;
}

.swapFace img {
  width: 0.89vw;
  height: auto;
}

.colorsDisplay {
  width: 25%;
  box-sizing: border-box;
}

.colorsSamples {
  display: flex;
  flex-wrap: wrap;
  height: 35vw;
  width: 13.9vw;
  justify-content: space-between;
  align-content: flex-start;
  gap: 0.52vw;
  margin: 0;
}

.colorsSamples a {
  width: 6.62vw;
  height: auto;
  box-sizing: border-box;
  display: flex;
}

.colors_buy_pic {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 2px 4px);
  will-change: transform, filter;

  backface-visibility: hidden;
  transition: transform 0.15s ease;
}

.colors_buy_pic:hover {
  transform: scale(1.05);
}

/* ============================
NEW SIMULATOR MAIN OPTIONS
============================ */
.imagesContainer {
  width: 47.5vw;
  display: flex;
  justify-content: space-between;
}

.renderImage,
.mainImage {
  height: 35vw;

  border-radius: 2rem;
  border: 1px solid gray;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 3px 8px;
}
.mainImage {
  width: auto;
}

.renderImage {
  width: 11.32vw;
}

/* ============================
NEW SIMULATOR CHECKOUT
============================ */
.checkoutContainer {
  box-shadow: 2px 3px 6px #00000029;
  border: 1px solid #c9c9c9;
  border-radius: 2rem;
  padding: 0.8vw 1.2vw;
  background-color: rgba(234, 224, 216, 0.23);
  margin-top: 2.8vw;

  height: 10.52vw;
}

.buychoose_stock {
  height: 100%;
}

.calc {
  display: flex;
  justify-content: space-between;

  height: 100%;
}

.calc > div {
  width: 22%;
}

/* ============================
left part of the checkout
============================ */
.leftPartCheckout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  justify-content: space-between;
}

/* Product Title */
#Nomination {
  font-size: clamp(16px, 1.3vw, 25px);
  color: #452010;
}

/* Product Reference */
.refColor {
  display: flex;
  justify-content: flex-start;
}
#Ref,
#actualcol {
  font-size: clamp(14px, 1vw, 20px);
  color: #452010;
}

/* ============================
center part of the checkout
============================ */
.middleInformationProduct {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: clamp(14px, 1vw, 20px);
  width: 28.85vw !important;
}

.middleInformationProduct p,
.middleInformationProduct div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#metrage {
  height: 1.51vw;
  width: 7.29vw;
  border: 1px solid #707070;
  text-align: right;
}

.formDelivered {
  font-size: clamp(14px, 0.9vw, 17px);
}

#TPrice {
  font-size: clamp(16px, 1.3vw, 24px);
}
/* ============================
right part of the checkout
============================ */
.stock {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.simulator-cart-btn {
  cursor: pointer;
  width: 15.89vw;
  height: 2vw;
  border-radius: 4rem;
  padding: 0.9rem 2rem;
  color: white;
  font-size: clamp(16px, 0.9vw, 20px);
  transition: box-shadow 0.3s ease;
  background-color: #452010;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ============================
under part of the checkout
============================ */
.info {
  margin-top: 0.7vw;
  margin-left: 0.4vw;
  margin-right: 0.4vw;
  color: #452010;
  font-size: clamp(12px, 1.35vw, 16px);
  text-align: left;

  display: flex;
  justify-content: space-between;
}

.bstok {
  display: flex;
  align-items: center;
  gap: 0.4vw;
}

.gotostock::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url("../images/commun/stock.webp");
  background-repeat: no-repeat;
  background-position: center left;
  margin-top: 3px;
}

/* ============================
END CHECKOUT OPTIONS
============================ */
.more-info-hover {
  margin-left: auto; /* empuja este elemento al extremo derecho */
}

#metrage::-webkit-inner-spin-button,
#metrage::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#metrage {
  -moz-appearance: textfield; /* Firefox */
}

/* ============================
END SIMULATOR OPTIONS
============================ */

.parent-flex {
  display: flex;
  align-items: center;
  justify-content: center; /* centra el swapFaceContainer */
  position: relative;
  width: 100%;
  overflow: visible; /* permite que el tooltip se vea */
}

/* === BLOQUE DE INFO (A LA DERECHA) === */
.more-info-hover {
  position: relative; /* referencia para el tooltip */
  display: flex;
  align-items: center;
  margin-left: auto; /* empuja este bloque al extremo derecho */
  cursor: pointer;
}

/* Mostrar el tooltip al hacer hover */
.more-info-hover:hover .more-info-content-simulator {
  opacity: 1;
  pointer-events: auto;
}

/* opcional: ajustar tamaño del ícono */
.more-info-simulator img {
  width: 2.5rem;
  cursor: default;
  height: 2rem;
}

.buy .activeFaceContainer {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  justify-content: flex-end;
}

.buy .activeFace {
  position: relative;
  width: fit-content;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  background-color: rgb(255, 255, 255, 0.6);
  border-radius: 3.75rem;
  padding: 0 0.5rem;
  min-width: 7rem;
  border: 1px solid gray;
  z-index: 2;
}

.big-tile-shape {
  position: relative;
  padding-top: 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.reference {
  margin-top: 0.5rem;
  font-size: 1.9rem;
}

.simulator-button {
  text-align: right;
  display: block;
  width: 100%;
  margin: 1.5rem 0;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #555;
  font-weight: bold;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background: rgba(0, 0, 0, 0.6); /* fondo semi-transparente */
  color: #fff;
  text-align: left;
  padding: 8px 12px;
  border-radius: 8px;
  position: absolute;
  z-index: 10;
  bottom: 150%; /* ajusta la distancia vertical */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s, backdrop-filter 0.3s;
  font-size: 13px;
  backdrop-filter: blur(6px); /* efecto blur moderno */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  pointer-events: none; /* evita interacción accidental */
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.checkoutTitle {
  width: 25%;
}

.calc h3 {
  color: #452010;
  /*font-weight: 500;*/
  text-align: left;
}

#Nomination {
  font-weight: 500;
}

#min_metrage {
  text-wrap: nowrap;
}

.stock .info {
  text-align: justify;
}

/******* formulaire *******/
#divformsim {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
  display: none;
}

#divformsim ul {
  margin: 0;
  padding: 1.5rem 2rem;
  text-align: center;
  list-style: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

#divformsim ul li {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0.5rem 0 0;
  width: auto;
  height: auto;
  border: 0;
  overflow: hidden;
  font-size: 0;
}

#divformsim ul li#erreursim {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

#divformsim ul li.email {
  display: none;
}

#divformsim ul li label {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
}

#divformsim ul li input {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  height: 3rem;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  color: #000;
  -webkit-text-fill-color: #000;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

#divformsim textarea {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  height: 8rem;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  color: #000;
  -webkit-text-fill-color: #000;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

#divformsim input.submit {
  font-size: 1.8rem;
  text-decoration: none;
  width: auto;
  min-width: 0;
  height: auto;
  line-height: normal;
  margin: 0;
  padding: 0;
  padding: 0.5rem 1.5rem;
  outline: none;
  cursor: pointer;
  border: 0;
  float: right;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-weight: 500;
  background-color: #5e5e5e;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  cursor: pointer;
}

/****************************************************************************** Page Pose ************************************************************************************/
.page_poser_finitions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 0;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0;
  font-size: 1.8rem;
  color: #000;
  font-weight: 100;
}

.page_poser_finitions .poser_proteger {
  flex: 5;
  display: block;
  width: auto;
  height: auto;
  text-align: left;
  margin: 0;
  padding: 0;
}

.page_poser_finitions .poser_proteger .poseheader {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* align-items: center; */
  column-gap: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #000;
  background-color: #faf9f8;
}

.page_poser_finitions .poser_proteger .poseheader .text {
  flex: 1;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  padding: 0 2rem;
  text-align: center;
  color: #000;
}

.page_poser_finitions .poser_proteger .poseheader .text h2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: normal;
  text-align: left;
  color: #000;
}

.page_poser_finitions .poser_proteger .poseheader .text p {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
  text-align: left;
}

.page_poser_finitions .poser_proteger .poseheader .text a {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  text-align: center;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  background-color: #5e5e5e;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.page_poser_finitions .poser_proteger .poseheader .text ul {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
  padding-left: 3rem;
  list-style: disc;
  overflow: visible;
  text-align: left;
}

.page_poser_finitions .poser_proteger .poseheader .text ul li {
  list-style: disc;
  overflow: visible;
}

.page_poser_finitions .poser_proteger .poseheader .video {
  flex: 1;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.page_poser_finitions .poser_proteger .poseheader .video video {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}

.page_poser_finitions .poser_proteger h1 {
  display: block;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: normal;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0;
  padding: 0 2rem;
}

.page_poser_finitions .poser_proteger .blocks {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  column-gap: 4rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding: 0 2rem;
  text-align: left;
  overflow: hidden;
}

.page_poser_finitions .poser_proteger .blocks h2 {
  text-align: left;
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.page_poser_finitions .poser_proteger .blocks h3 {
  text-align: left;
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.page_poser_finitions .poser_proteger .block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 2rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0;
}

.page_poser_finitions .poser_proteger .posefooter {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 3rem;
  text-align: left;
  color: #000;
  font-size: 1.8rem;
  background-color: #faf9f8;
}

.page_poser_finitions .poser_proteger .posefooter h2 {
  text-align: left;
  color: #000;
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}

.page_poser_finitions .poser_proteger .posefooter p {
  text-align: left;
  color: #000;
  margin: 0;
  margin-top: 2rem;
  padding: 0;
  font-style: italic;
}

.page_poser_finitions .produits_entretien {
  flex: 2;
  display: block;
  width: auto;
  height: auto;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-bottom: 3rem;
  background-color: #faf9f8;
}

.page_poser_finitions .produits_entretien h2 {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: normal;
  margin: 0 auto;
  padding: 0;
}

.page_poser_finitions .produits_entretien .sealer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 2rem;
  width: 80%;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0;
  font-size: 1.4rem;
  text-align: left;
}

.page_poser_finitions .produits_entretien .sealer li {
  width: 45%;
  margin: 0;
  padding: 0;
}

.page_poser_finitions .produits_entretien .sealer li p {
  width: 100%;
  margin: auto;
  margin-bottom: 0.5rem;
  padding: 0;
  border: none;
}

.page_poser_finitions .produits_entretien .sealer .type {
  text-align: center;
}

.page_poser_finitions .produits_entretien .sealer .prix_litre {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  column-gap: 0.5rem;
}

.page_poser_finitions .produits_entretien .sealer .prix_litre span {
  text-align: left;
}

.page_poser_finitions
  .produits_entretien
  .sealer
  .prix_litre
  span:last-of-type {
  text-align: right;
}

.page_poser_finitions .produits_entretien .sealer .add_product {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  column-gap: 0.5rem;
}

.page_poser_finitions .produits_entretien .sealer .add_product input {
  width: 5rem;
  height: 2.5rem;
  margin: 0;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 0.2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}

.page_poser_finitions .produits_entretien .sealer .add_product a {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: right;
  font-weight: 500;
  text-decoration: underline;
}

.page_poser_finitions .produits_entretien .sealer .info a {
  display: block;
  margin-top: 1rem;
  padding: 0.5rem 0;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  text-align: center;
}

.page_poser_finitions .produits_entretien .sealer .info a:hover,
.page_poser_finitions .produits_entretien .sealer .info a.active {
  color: #fff;
  background-color: #5e5e5e;
}

.page_poser_finitions .produits_entretien .sealer .plusinfo {
  display: none;
  font-size: 1.4rem;
  text-align: justify;
}

/************************************************************************* Page Fiche Technique *******************************************************************************/
.page_FTechnique {
  display: flex;
  width: 100%;
  height: 100vh;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
  color: #000;
}

/****************************************************************************** Page Stock ************************************************************************************/
.page_stock {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: visible;
  background-color: #fff;
}

.page_stock h1 {
  display: block;
  margin: 0 auto;
  text-align: left;
  font-size: 2.5rem;
  color: #452010;
  line-height: normal;
  font-style: normal;
  font-weight: 300;
}

.header_stock {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  /*max-width: 1920px;*/
  margin: 0 auto;
  padding-right: 2rem;
  font-size: 1.8rem;
  overflow: visible;
  color: #000;
  background-color: #fff;
  position: relative;
  /* height: 200vh;
  min-height: 1000px; */
}

.header_stock h2 {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1.8rem;
  color: #000;
  line-height: normal;
  font-style: normal;
  font-weight: 300;
}

.header_stock .filtres {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  column-gap: 4rem;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 300;
  overflow: visible;
}

.header_stock .filtres li {
  display: block;
  font-size: 1.8rem;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: visible;
  width: auto;
  height: auto;
  position: relative;
}

.header_stock .filtres .shapes_terra,
.header_stock .filtres .colors_terra {
  margin: auto;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
}

.header_stock .filtres .colors_terra {
  left: auto;
}

.header_stock .filtres .shapes_terra div,
.header_stock .filtres .colors_terra div {
  position: absolute;
  left: 0;
  top: -11px;
  display: none;
  margin: 0 auto;
  padding: 0;
  color: #000;
  width: 45rem;
  height: auto;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff;
  z-index: 4;
  overflow: hidden;
}

.header_stock .filtres .colors_terra div {
  width: 25rem;
  height: auto;
}

.header_stock .filtres li div p {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0;
  padding: 1rem;
}

.header_stock .filtres .shapes_terra input,
.header_stock .filtres .colors_terra input {
  display: none;
}

.header_stock .filtres .NumLot input {
  width: 8rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}

.header_stock .filtres .shapes_terra label,
.header_stock .filtres .colors_terra label {
  cursor: pointer;
}

.header_stock .filtres .shapes_terra div ul,
.header_stock .filtres .colors_terra div ul {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: left;
  background: #fff;
  font-size: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: visible;
}

.header_stock .filtres .shapes_terra div ul {
  background: #fff;
  padding-bottom: 2rem;
}

.header_stock .filtres .colors_terra div ul li,
.header_stock .filtres .shapes_terra div ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: auto;
  border: none;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.header_stock .filtres li.shapes_terra div ul li img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

#colors_terra0:checked + label > img,
#colors_terra1:checked + label > img,
#shapes_terra0:checked + label > img,
#shapes_terra1:checked + label > img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  vertical-align: middle;
}

.header_stock .filtres .shapes_terra div ul li {
  width: 20%;
  height: auto;
  background: #fff;
}

.header_stock .filtres .colors_terra div ul li {
  width: 32%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 1rem;
}

.header_stock .filtres .colors_terra div ul li:nth-child(3n + 3) {
  margin-right: 0;
}

.header_stock .filtres .shapes_terra div ul li:hover img,
.header_stock .filtres .shapes_terra div ul li.active img {
  border: 2px solid #000;
}

.header_stock .filtres .colors_terra div ul li:hover img,
.header_stock .filtres .colors_terra div ul li.active img {
  transform: scale(1.2);
}

.header_stock .filtres .changeface {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.header_stock .filtres .changeface:hover {
  transform: scale(1.08);
  filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.2));
}

/***************** tooltips *****************/
.tooltip1 span,
.tooltip2 span,
.tooltip3 span,
.tooltip4 span,
.tooltip5 span,
.tooltip6 span {
  z-index: 3;
  font-size: 1.1rem;
  display: none;
  padding: 10px 15px;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  white-space: normal;
  -moz-box-shadow: 0px 0px 10px 0px #c0c0c0;
  -webkit-box-shadow: 0px 0px 10px 0px #c0c0c0;
  -o-box-shadow: 0px 0px 10px 0px #c0c0c0;
  box-shadow: 0px 0px 10px 0px #c0c0c0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=NaN, Strength=10);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.tooltip1 span {
  margin-top: 20px;
  margin-left: -120px;
  width: 200px;
}

.tooltip2 span {
  margin-top: 23px;
  margin-left: -80px;
  width: 192px;
}

.tooltip3 span {
  margin-top: 27px;
  margin-left: -130px;
  width: 260px;
}

.tooltip4 span {
  margin-top: 20px;
  margin-left: -130px;
  width: 260px;
}

.tooltip5 span {
  margin-top: -140px;
  margin-left: -110px;
  width: 200px;
}

.tooltip6 span {
  margin-top: -136px;
  margin-left: -171px;
  width: 373px;
}

.tooltip1 span p,
.tooltip2 span p,
.tooltip3 span p {
  padding: 0;
  margin: auto;
  font-weight: 500;
  text-align: center;
}

.tooltip1 span span,
.tooltip2 span span,
.tooltip3 span span {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.tooltip1:hover span,
.tooltip2:hover span,
.tooltip3:hover span,
.tooltip4:hover span,
.tooltip5:hover span,
.tooltip6:hover span {
  display: inline;
  position: absolute;
  border: 0;
  color: #000;
  background: #fff;
}

.callout {
  z-index: 3;
  position: absolute;
  border: 0;
  top: -7px;
  left: 105px;
}

.tooltip2 span img {
  z-index: 3;
  position: absolute;
  border: 0;
  top: -8px;
  left: 64px;
}

.tooltip3 span img,
.tooltip4 span img {
  z-index: 3;
  position: absolute;
  border: 0;
  top: -8px;
  left: 115px;
}

.tooltip5 span img {
  z-index: 3;
  position: absolute;
  border: 0;
  top: 145px;
  left: 90px;
}

.tooltip6 span img {
  z-index: 3;
  position: absolute;
  border: 0;
  top: 135px;
  left: 152px;
}

/***************** end tooltips *****************/

#resultats {
  width: 100%;
  margin: 0 auto;
  /* margin-top:2rem; */
  padding: 0;
  overflow: visible;
  background-color: #fff;
  /*FAF7F3*/
}

#resultats .w100 {
  width: 100%;
  height: auto;
  margin: 2rem auto;
  padding: 0;
  text-align: center;
}

#resultats h2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: left;
}

#resultats h2 span {
  font-size: 1.8rem;
  font-weight: 300;
}

#resultats ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 4rem;
  font-size: 0;
  text-align: left;
}

#resultats ul li {
  text-align: center;
  font-size: 1.8rem;
}

#resultats ul.terra > li {
  display: inline-block;
  vertical-align: top;
  width: 16.66666666666667%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  border: 2rem solid #fff;
}

#resultats ul.terra > li img {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: auto;
}

#resultats ul.terra > li:hover img,
#resultats ul.terra > li.active img {
  border: 2px solid #000;
}

#resultats .terra .picfaces {
  position: relative;
}

#resultats .terra .picfaces img.img_faceB {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}

#resultats .terra .picfaces img.img_faceA {
  z-index: 2;
  width: 100%;
  height: auto;
  opacity: 1;
}

#resultats .terra .picfaces.active img.img_faceA {
  opacity: 0;
}

#resultats .terra .picfaces.active img.img_faceB {
  opacity: 1;
}

#resultats ul.terra li.border {
  position: relative;
  text-align: center;
}

#resultats ul.terra li.border p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
}

/********************* getdetail ***************/
#resultats .getdetail {
  margin: 0 auto;
  padding: 4rem 5rem;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  font-size: 1.8rem;
  white-space: normal;
  color: #000;
  background-color: #fff;
}

#resultats .getdetail .block {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  column-gap: 2rem;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
  color: #000;
  font-size: 1.8rem;
  position: relative;
  background-color: #fff;
}

#resultats .getdetail .w100_close {
  float: right;
  cursor: pointer;
}

#resultats .getdetail .block > li {
  flex: 2;
  padding: 3rem 4rem;
  background-color: #faf7f3;
}

#resultats .block h1 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 0;
  height: auto;
  text-align: left;
  overflow: hidden;
  font-size: 2.2rem;
  font-weight: 400;
  color: #000;
  line-height: normal;
}

#resultats .getdetail .block .cadre {
  flex: 4;
  padding: 0;
  margin: 0;
  background-color: #fff !important;
  position: relative;
}

#resultats .getdetail .block .cadre.pics {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 1rem;
}

#resultats .getdetail .block .cadre.pics img {
  cursor: pointer;
}

#resultats .block .cadre img.zoom {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3rem;
  z-index: 4;
}

#resultats .block .cadre .easyzoom {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

#resultats .block .cadre .bigsface {
  display: flex;
  flex: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
}

#resultats .block .cadre img {
  max-width: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#resultats .block .cadre img.img_FaceB {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  z-index: 1;
  width: 100%;
}

#resultats .block .cadre img.img_FaceA {
  width: 100%;
  height: auto;
  opacity: 1;
  z-index: 2;
}

#resultats .block .bigsface.active img.img_FaceA {
  opacity: 0;
}

#resultats .block .bigsface.active img.img_FaceB {
  opacity: 1;
}

#resultats .block .cadre .actualface2 {
  position: absolute;
  font-weight: 400;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}

#resultats .block .cadre .changefacebig {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  z-index: 999999;
}

#resultats .block .cadre .indication {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
}

#resultats .block .info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-end;
  row-gap: 1rem;
}

#resultats .block .info ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#resultats .block .info ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  column-gap: 4rem;
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-size: 1.8rem;
}

#resultats .block .info ul li > span {
  flex: 1;
}

#resultats .block .info ul li > span:last-of-type {
  text-align: right;
}

#resultats .block .info ul li .spaceRequestedPrice {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#resultats .block .info ul li .spaceRequestedPrice .containerPaquets {
  display: flex;
  justify-content: end;
  margin-right: 5px;
}

#resultats .block .info ul li .infoStockPrice {
  display: flex;
  width: 100%;
  justify-content: space-between;
  overflow: visible;
  /* deja que sobresalga */
}

#resultats .block .info ul li .infoStockDimensions {
  font-size: 1.5rem;
  text-align: justify !important;
  font-style: italic;
  margin: 2rem 0;
}

#resultats .block li.info font {
  font-weight: 300;
}

#resultats .block .info input {
  text-align: right;
  width: 10rem;
  margin: 0;
  font-size: 1.8rem;
  font-style: normal;
  background-color: transparent;
  background-color: #faf7f3;
}

#resultats .block .info input.brd {
  padding: 0.3rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  min-width: 0;
  background-color: #fff;
}

#resultats .block .info .msg {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#resultats .block .info .bottom {
  flex: none;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#resultats .block .info hr {
  background-color: black;
  height: 1px;
  width: 100%;
}

#resultats .block .info .bottom .button {
  width: 100%;
  height: 50px;
  margin: 2rem auto;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

#resultats .block .info .bottom:hover .button {
  text-decoration: underline;
}

#resultats .block #choixpaquet {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-around;
}

#resultats .block #choixpaquet li {
  margin: 0;
  padding: 0;
}

#resultats .block #choixpaquet label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  color: #ff0000;
  font-size: 1.8rem;
  text-align: left;
  cursor: pointer;
}

#resultats .block #choixpaquet input.radio {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  margin-right: 0.5rem;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  content: "";
  min-width: 0;
}

#resultats .block #choixpaquet input.radio:checked {
  background-color: #000;
}

/******* formulaire *******/
#resultats .block #divsavechoose {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1.5rem 2rem;
  text-align: center;
  list-style: none;
  color: #000;
  background-color: #fff;
  display: none;
}

#resultats .block #divsavechoose li {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0.5rem 0 0;
  width: auto;
  height: auto;
  border: 0;
  overflow: hidden;
  font-size: 0;
}

#resultats .block #divsavechoose #erreursavechoose {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

#resultats .block #divsavechoose label {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: normal;
}

#resultats .block #divsavechoose input {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  height: 3rem;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  color: #000;
  -webkit-text-fill-color: #000;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

#resultats .block #divsavechoose textarea {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  height: 8rem;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  color: #000;
  -webkit-text-fill-color: #000;
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

#resultats .block #divsavechoose input.submit {
  font-size: 1.8rem;
  text-decoration: none;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  outline: none;
  cursor: pointer;
  border: 0;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-weight: 500;
  background-color: #5e5e5e;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  cursor: pointer;
  float: right;
}

/************************************************************************************************* Page Panier ***********************************************************************/
.panier_page {
  width: 70%;
  min-width: 90rem;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0;
  color: #000;
  font-size: 1.8rem;
}

.panier_page .panier {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0;
  color: #000;
  font-size: 1.8rem;
}

.panier_page .panier .TPanier {
  width: 100%;
  text-align: left;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: auto;
  border: none;
}

.panier_page .panier .TPanier th {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  line-height: normal;
  font-style: normal;
  position: relative;
}

.panier_page .panier .TPanier th img {
  width: 48px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.panier_page .panier .TPanier tr.block {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.panier_page .panier .TPanier td {
  vertical-align: top;
}

.panier_page .panier .TPanier td.img {
  width: 12%;
  padding-right: 2rem;
}

.panier_page .panier .TPanier td.img img {
  width: 100%;
  height: 82px;
}

.panier_page .panier .TPanier td.w1 {
  width: 30%;
}

.panier_page .panier .TPanier td.w2 {
  width: 40%;
}

.panier_page .panier .TPanier td.w3 {
  width: 18%;
  padding-left: 2rem;
}

.panier_page .panier .TPanier td.w3 > * {
  text-align: right;
}

.panier_page .panier .TPanier td > table {
  min-width: 100%;
}

.panier_page .panier .TPanier td input.metrage,
.panier_page .panier .TPanier td input.litres,
.panier_page .panier .TPanier td input.metrage_plinth {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  color: #000;
  -webkit-text-fill-color: #000;
  border: none;

  font-weight: normal;
  text-align: right;
  width: 6rem;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.panier_page .panier .TPanier td .choixpaquet {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  text-align: left;
}

.panier_page .panier .TPanier td .choixpaquet li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
}

.panier_page .panier .TPanier td .choixpaquet li:last-of-type {
  text-align: right;
}

.panier_page .panier .TPanier td .choixpaquet li label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #be6154;
}

.panier_page .panier .TPanier td .choixpaquet li input.radio {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  margin-right: 0.5rem;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
}

.panier_page .panier .TPanier td .choixpaquet li input.radio:checked {
  background-color: #000;
}

.panier_page .panier .TPanier td.pdl {
  padding-left: 1rem;
}

.panier_page .panier .TPanier td.w3 a {
  width: 60%;
  margin: 1rem auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}

.panier_page .panier .TPanier td.w3 a.active {
  color: #be6154;
  border: 1px solid #be6154;
}

.panier_page .panier .TPanier td label {
  cursor: pointer;
}

.panier_page .panier .TPanier td input.checkbox {
  display: inline-block;
  vertical-align: sub;
  width: 2rem;
  cursor: pointer;

  height: 2rem;
  margin: 0 auto;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  content: "";
  font-size: 1.8rem;
  position: relative;
}

.panier_page .panier .TPanier td input.checkbox:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.8rem;
  background-color: #000;
  color: #fff;
  -webkit-text-fill-color: #fff;
  content: "\2714";
  text-align: center;
}

.panier_page .panier .TPanier tr.separation {
  height: 1rem;
}

.panier_page .panier .TPanier td a.black {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  background-color: #000;
}

.panier_page .panier .TPanier td h2,
.panier_page .panier .TPanier td h3 {
  font-size: 2.2rem;
  text-align: left;
  font-weight: 500;
  margin: 0 auto;
  padding: 1rem 0 0 0;
  line-height: normal;
  font-style: normal;
}

.panier_page .panier .TPanier td h3 {
  text-align: center;
}

.panier_page .panier .TPanier .choose_plinthes {
  padding-bottom: 1rem;
}

.panier .TPanier .choose_plinthes p {
  margin-bottom: 0.5rem;
}

.panier .TPanier .choose_plinthes > div {
  display: flex;
  width: 70%;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.panier .TPanier .choose_plinthes div > div {
  height: fit-content;
  gap: 0.4rem;
  align-items: center;
  width: 5rem;
}

.panier_page .panier .TPanier .choose_plinthes label {
  margin-right: 2rem;
}

.panier_page .panier .TPanier td .tree {
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 0;
  border: none;
}

.panier_page .panier .TPanier td .photos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 6rem;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 0 12rem;
  cursor: pointer;
}

.panier_page .panier .TPanier td .photos li img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*************** Devis ****************/

.panier_page .panier .TPanier.TDevis {
  width: 80%;
}

.panier_page .panier .TPanier.TDevis td.img {
  width: 15%;
}

.panier_page .panier .TPanier.TDevis td.w1 {
  width: 35%;
}

.panier_page .panier .TPanier.TDevis td.w2 {
  width: 50%;
}

.panier_page .panier .TDevis .calcul_devis {
  width: 55%;
  min-width: 60rem;
  text-align: center;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: auto;
}

.panier_page .panier .TDevis .calcul_devis td {
  vertical-align: top;
  white-space: normal;
}

.panier_page .panier .TDevis .calcul_devis td.separation {
  width: 1rem;
}

.panier_page .panier .TDevis .calcul_devis h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  line-height: normal;
  font-style: normal;
}

.panier_page .panier .TDevis .calcul_devis ul.calcul_trsp {
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 0;
}

.panier_page .panier .TDevis .calcul_devis ul.calcul_trsp li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 40%;
  margin: 0 auto;
  margin-right: 3%;
  padding: 0;
  font-size: 1.8rem;
  color: #000;
}

.panier_page .panier .TDevis .calcul_devis ul.calcul_trsp li:last-of-type {
  width: 12%;
  margin-right: 0;
}

.panier_page
  .panier
  .TDevis
  .calcul_devis
  ul.calcul_trsp
  li:last-of-type
  input {
  background-color: #fff;
}

.panier_page
  .panier
  .TDevis
  .calcul_devis
  ul.calcul_trsp
  li:last-of-type
  input {
  cursor: pointer;
}

.panier_page .panier .TDevis .calcul_devis ul.calcul_trsp li select {
  width: 100%;
  background-color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  padding: 0 0.5rem;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #000;
  -webkit-text-fill-color: #000;
  font-size: 1.8rem;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}

.panier_page .panier .TDevis .calcul_devis ul.calcul_trsp li input {
  width: 100%;

  font-weight: normal;
  text-align: center;
  margin: 0 auto;
  padding: 0 0.5rem;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #000;
  -webkit-text-fill-color: #000;
}

.panier_page .panier .TDevis .calcul_devis ul.calcul_trsp li input.black {
  background-color: #000;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.panier_page .panier .TDevis .calcul_devis .radio {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  margin-left: 0.5rem;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  content: "";
  font-size: 1.4rem;
  position: relative;
}

.panier_page .panier .TDevis .calcul_devis .radio:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  background-color: #000;
  color: #fff;
  -webkit-text-fill-color: #fff;
  content: "\2714";
}

.panier_page .panier .TDevis .calcul_devis input.NbTVA {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.5rem;
  border: none;
  background-color: #fff;
  font-weight: normal;
  display: none;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #000;
  -webkit-text-fill-color: #000;
}

.panier_page .panier .TDevis .calcul_devis span#msgTVA {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}

.panier_page .panier .TDevis .calcul_devis td.sauvg a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.5rem 0;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #000;
  background-color: #fff;
}

.panier_page .panier .TDevis .calcul_devis td.cmd a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  background-color: #000;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard {
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard li {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0;
  text-align: left;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard li ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard li ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard .email {
  display: none;
}

.panier_page
  .panier
  .TDevis
  .calcul_devis
  .formulaire_sauvegard
  li
  ul
  li.label {
  width: 30%;
}

.panier_page
  .panier
  .TDevis
  .calcul_devis
  .formulaire_sauvegard
  li
  ul
  li.input {
  width: 70%;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard input {
  font-weight: normal;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: left;
  border: 1px solid #000;
  color: #000;
  -webkit-text-fill-color: #000;
  margin: 0 auto;
  padding: 0 0.5rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.panier_page
  .panier
  .TDevis
  .calcul_devis
  .formulaire_sauvegard
  input.mini-input {
  width: 49%;
  margin-right: 2%;
}

.panier_page
  .panier
  .TDevis
  .calcul_devis
  .formulaire_sauvegard
  input.mini-input.no-mg {
  margin: 0;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard li.no-mg {
  margin: 0;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard textarea {
  font-weight: normal;
  background-color: #fff;
  color: #000;
  -webkit-text-fill-color: #000;
  width: 100%;
  height: 10rem;
  margin: 0;
  padding: 0 0.5rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard .submit {
  text-align: right;
  margin-top: 1rem;
}

.panier_page .panier .TDevis .calcul_devis .formulaire_sauvegard .submit input {
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-weight: 500;
  background-color: #000;
  text-decoration: none;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 2rem;
  outline: none;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

/*************************** GetFormulaires **********************/
.panier_page .forms {
  width: 60%;
  height: auto;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
}

.panier_page .forms h1 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  line-height: normal;
  font-style: normal;
  position: relative;
}

.panier_page .forms h1 img {
  width: 48px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.panier_page .forms h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0;
  text-align: left;
}

.panier_page .forms .formulaire_commande {
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 1rem 3rem;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.panier_page .forms .formulaire_commande li {
  display: block;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  padding: 0;
  text-align: left;
}

.panier_page .forms .formulaire_commande li ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}

.panier_page .forms .formulaire_commande li ul li {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 1.8rem;
}

.panier_page .forms .formulaire_commande li.mt {
  margin-top: 7rem;
}

.panier_page .forms .formulaire_commande .email {
  display: none;
}

.panier_page .forms .formulaire_commande li ul li.label {
  width: 40%;
  margin-right: 2%;
}

.panier_page .forms .formulaire_commande li ul li.label.w100 {
  width: 100%;
  margin-right: 0;
}

.panier_page .forms .formulaire_commande li ul li.input,
.panier_page .forms .formulaire_commande li.input {
  width: 58%;
}

.panier_page .forms .formulaire_commande li ul li.input.w100 {
  width: 100%;
}

.panier_page .forms .formulaire_commande input {
  font-weight: normal;
  background-color: #fff;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  -webkit-text-fill-color: #000;
  margin: 0 auto;
  padding: 0 1rem;
  font-weight: normal;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.panier_page .forms .formulaire_commande input.mini-input {
  width: 49%;
  margin: 0 2% 0 0;
}

.panier_page .forms .formulaire_commande input.mini-input.no-mg {
  margin: 0;
}

.panier_page .forms .formulaire_commande li.no-mg {
  margin: 0;
}

.panier_page .forms .formulaire_commande textarea {
  font-weight: normal;
  background-color: #fff;
  color: #000;
  -webkit-text-fill-color: #000;
  width: 100%;
  height: 8rem;
  margin: 0;
  padding: 0 1rem;
  text-align: left;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.panier_page .forms .formulaire_commande select {
  background-color: #fff;
  border: 0;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0 1rem;
  color: #000;
  -webkit-text-fill-color: #000;
  height: 2.5rem;
  border: 1px solid #000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.panier_page .forms .expedition {
  display: block;
  text-align: left;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0;
  font-size: 0;
}

.panier_page .forms .expedition span {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8rem;
}

.panier_page .forms .expedition span label,
.panier_page .forms .expedition span input {
  display: inline-block;
  vertical-align: middle;
}

.panier_page .forms .radio,
.panier_page .forms .checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  padding: 0;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #000;
  outline: none;
  content: "";
  font-size: 1.4rem;
  position: relative;
}

.panier_page .forms .radio:checked:before,
.panier_page .forms .checkbox:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  line-height: 1.3rem;
  background-color: #000;
  color: #fff;
  -webkit-text-fill-color: #fff;
  content: "\2714";
}

.panier_page .forms .formulaire_commande.no-dispaly {
  display: none;
}

.panier_page .forms .submit {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 0;
  outline: none;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.panier_page .forms .submit input {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 0;
  outline: none;
  cursor: pointer;
  font-weight: normal;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}

/* Sidebar Styling */
.sidebar {
  width: 20%;
  /* Adjusted width for better fit */
  padding: 15px;
  background-color: #f9f9f9;
  border-right: 1px solid #ddd;
  /* Full height */
  overflow-y: auto;
  /* Scrollable if content overflows */
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  /* Smaller font size for sidebar */

  /* left: 0; */
  z-index: 3333;
  height: -webkit-fill-available;

  overflow: auto;
  /* max-height: 90vh;
   overflow-y: auto; */

  text-align: left;
  margin-bottom: auto;
  /* position: -webkit-sticky !important;
  position: sticky; */
}

.sidebar h3 {
  font-weight: 300;
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  color: #452010;
  margin-bottom: 0px;
}

.sidebar .clear-filters {
  /* background-color: #ff4d4d; */

  /* color: #ff4d4d; */
  border: none;
  /* padding: 8px 12px; */
  padding: px 0px;
  cursor: pointer;
  /* margin-bottom: 15px; */
  margin-bottom: 0px;
  display: block;
  width: 100%;
  font-family: futura-pt, sans-serif;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  width: fit-content;
  font-weight: 300;
  background: transparent;
}

.sidebar .filter-section {
  /* margin-bottom: 20px; */
  margin-bottom: 8px;
  /* margin-top: 24px; */
}

.sidebar .filter-section h4 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #555;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar .filter-section label {
  /* display: block; */
  margin-bottom: 5px;
  /* font-size: 0.9rem; */
  font-size: 14px;
  /* font-size: 16px; */
  color: #666;
  display: flex;
  align-items: center;
}

.sidebar .filter-section input[type="text"],
.sidebar .filter-section input[type="number"],
.sidebar .filter-section select {
  width: 100%;
  padding: 6px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 10px;
}

.sidebar .filter-section input[type="text"],
.sidebar .filter-section input[type="number"] {
  margin-bottom: 5px;
}

.sidebar .filter-section input[type="radio"] {
  margin-right: 8px;
  transform: scale(0.9);
  /* Slightly smaller radio buttons */
}

.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.sidebar ul li.active {
  border: 1px solid #b86e4e;
}

.sidebar ul li img {
  border-radius: 3px;
  object-fit: cover;
}

.sidebar ul li label {
  cursor: pointer;
  /* font-size: 0.85rem; Smaller text size */
  color: #333;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.sidebar ul li input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(0.9);
}

.top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0px 20px;
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 0px;
  /* background: #f5f5f5; */
}

.top-controls ul {
  overflow: visible;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.top-filters {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-filters li {
  display: flex;
  align-items: center;
  /* font-size: 0.9rem; */
  font-size: 16px;
  color: #333;
  overflow: visible;
  transition: transform 0.3s ease;
}

.roundedButton {
  border: 1px solid black;
  padding: 0 7px;
  border-radius: 60px;
}

.top-filters li img {
  width: 2rem;
  height: auto;
  cursor: pointer;
}

.items-per-page {
  transition: transform 0.3s ease;
}

.items-per-page label {
  margin-right: 8px;
  /* font-size: 0.9rem; */
  font-size: 16px;
  color: #555;
}

.items-per-page select {
  padding: 5px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.items-per-page select:hover {
  transform: scale(1.1);
}

.main-content {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.factory-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.filter-clear {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  /* border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px; */
}

.filter-clear h3 {
  font-size: 18px;
}

.filter-section input {
  height: 34px;
}

.filter-wrapper {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 8px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* scroll Bar Css Start */
::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(184 110 78);
}

/* scroll Bar Css End */
/* dropdown start */
.detail-text {
  display: flex;
  align-items: flex-start;
  padding-left: 2rem;
  flex-direction: column;
  gap: 4px;
}

.detail-text .dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
  z-index: 999;
}

.detail-text .dropdown-toggle {
  background-color: #f5f5f5;
  color: #333;
  padding: 8px 12px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.detail-text .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  /* min-width: 160px; */
  width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.detail-text .dropdown-content a {
  color: #333;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.detail-text .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.detail-text .dropdown:hover .dropdown-content {
  display: block;
}

.detail-text .dropdown:hover .dropdown-toggle::after {
  content: "\25B4";
  /* ▴ Up arrow */
  margin-left: 8px;
}

.detail-text .dropdown-toggle::after {
  content: "\25BE";
  /* ▾ Down arrow */
  margin-left: 8px;
}

/* first fillter Start */
.fillter-image li {
  justify-content: flex-start;
}

.fillter-image {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sidebar .filter-section .fillter-image label {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  /* gap: 10px; */
  justify-content: space-between;
}

/* first fillter End */
.sidebar .ulflex-wrap li label img {
  border-radius: 100%;
}

.accordian-shopsize .ulflex-wrap .active:after {
  display: none;
}

.ulflex-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.sidebar .ulflex-wrap li label {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  margin: 0;
}

/* dropdown End */
/* fillter button jstart styling */
.filter-wr {
  margin: 8px 0 0 -4px;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 22px;
  margin-bottom: 14px;
}

.cros-by {
  cursor: pointer;
  font-size: 10px;
  background-color: #e0e0e0;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 100%, 0.5);
  border-radius: 3px;
  margin: 2px 2px;
  overflow: hidden;
  transition: background-color 0.1s;
  max-width: 200px;
  padding: 2px;
  display: inline-block;
}

.select-text {
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom;
  margin-left: 8px;
  line-height: 20px;
}

.select-text,
.cross-x {
  display: inline-block;
}

.border-wrap {
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.sidebar .ulflex-wrap li label img {
  margin-right: 0px;
}

.padding-wr {
  padding-top: 8px;
}

/* fillter button jEnd styling */

.pagination {
  display: flex;
  gap: 10px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.pagination a {
  text-decoration: none;
  color: #333;
  padding: 10px 16px;
  border-radius: 50%;
  background: #eaeaea;
  transition: all 0.3s ease;
  font-weight: 500;
}

.pagination a:hover {
  background: #b86e4e;
  color: #fff;
}

.pagination a.active {
  background: #b86e4e;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #b86e4e;
}

.sidebar .fillter-image li img {
  width: 100%;
  /* height: 60px; */
  margin-right: 0px;
}

.accordian-shopsize .fillter-image .active:after {
  display: none;
}

/* 29-04-2025 */
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  /* background-color: #f5e8b8;  */
  margin-top: 50px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

/* each card */
.product-card {
  flex: 1 1 calc(33.333% - 40px);
  background: #fff;
  border-radius: 6px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  margin: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid transparent;
}

/* top section: image + title/desc/unit */
.product-header {
  display: flex;
  padding: 16px;
}

.product-header + .divider {
  border-bottom: 2px solid #e8d78b;
  /* the gold line */
  margin: 0 16px;
}

.product-image {
  flex: 0 0 80px;
}

.product-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 2px;
}

.product-info {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-info .title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 4px;
}

.product-info .desc {
  font-size: 0.85em;
  font-style: italic;
  color: #666;
  margin-bottom: 4px;
}

.product-info .unit {
  font-size: 0.9em;
}

/* middle section: price, units input, quote */
.product-body {
  padding: 16px;
  flex: 1;
}

.product-body .field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.product-body .field label {
  font-size: 0.9em;
  color: #333;
}

.product-body .field .value {
  font-weight: bold;
}

.product-body .field input[type="number"] {
  width: 60px;
  padding: 4px;
  font-size: 0.9em;
}

/* bottom: Add button */
.product-footer {
  padding: 16px;
  text-align: center;
}

.product-footer .btn-add {
  display: inline-block;
  padding: 6px 20px;
  font-size: 0.9em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  line-height: 23px;
}

.product-footer .btn-add:hover {
  background: #b86e4e;
  color: #fff;
  font-weight: 500;
  border: 1px solid #b86e4e;
}

.product-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #131212;
}

/* 26May2025 */
/* Chrome, Safari, Edge, Opera */
.target-num input[type="number"]::-webkit-inner-spin-button,
.target-num input[type="number"]::-webkit-outer-spin-button {
  opacity: 1 !important;
  pointer-events: all;
}

/* Firefox */
.target-num input[type="number"] {
  -moz-appearance: textfield;
  /* Needed to customize */
}

/* Optional: to ensure arrows display with spacing */
.target-num input[type="number"] {
  padding-right: 24px;
}

.target-num input[type="number"] {
  border: 1px solid rgb(204, 204, 204) !important;
}

/******************************** 9 june 2025 ************************************/

.header .header_P1 .Sheader_P1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  text-align: center;
  overflow: visible;
  font-size: 1.4rem;
  color: #fff;
  background-color: #452010;
}

.header .header_P1 .menu1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  column-gap: 5rem;
}

.header .header_P1 .menu1 .otherproducts {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  column-gap: 3rem;
}

.header .header_P1 .menu2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  column-gap: 3rem;
}

.header .header_P1 .menu2 .menu_dupl {
  position: relative;
}

.menu2 a {
  font-weight: 200;
}

.menu1 a {
  font-weight: 400;
}

.header .header_P1 .menu2 .menu_dupl .menu_toggle {
  width: 40px;
  height: 22px;
  display: flex;
  cursor: pointer;
}

.header .header_P1 .menu2 .menu_dupl .menu_toggle img {
  width: 100%;
  height: auto;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.25s;
}

.header .header_P1 .menu2 .menu_dupl .menu_toggle .img2 {
  align-self: center;
  width: 30px;
  height: auto;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 2;
}

.header .header_P1 .menu2 .menu_dupl .menu_toggle .img1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: auto;
  opacity: 0;
  z-index: 1;
}

#menu_toggle {
  display: none;
}

#menu_toggle:checked + .menu_toggle .img2 {
  filter: alpha(opacity=0);
  opacity: 0;
}

#menu_toggle:checked + .menu_toggle .img1 {
  filter: alpha(opacity=100);
  opacity: 1;
}

#menu_toggle:checked ~ .panel {
  width: 34rem !important;
  transition-duration: 0.2s;
  border-left: 1px solid rgba(255, 255, 255, 0.37);
}

/* gallery section  */

.gallery-section {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.gallery-header {
  text-align: left;
  color: #452010;
  font-weight: 300;
  margin-left: 0.7vw;
}

.gallery_terra1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* grid-template-rows: repeat(10, 1fr); */
  grid-auto-columns: 0;
  gap: 3px;
  grid-auto-flow: row;
  grid-auto-flow: dense;

  grid-template-areas:
    "div1 div1 div2 div2 div3 div4"
    "div1 div1 div6 div6 div3 div4"
    "div5 div5 div6 div6 div7 div7"
    "div8 div9 div9 div10 div7 div7"
    "div8 div9 div9 div10 div11 div11"
    "div12 div12 div13 div13 div14 div14"
    "div12 div12 div16 div16 div14 div14"
    "div15 div15 div16 div16 div17 div17"
    "div18 div19 div19 div20 div17 div17"
    "div18 div19 div19 div20 div21 div21";
}

.gallery_terra1 .div1 {
  grid-area: div1;
}

.gallery_terra1 .div2 {
  grid-area: div2;
}

.gallery_terra1 .div3 {
  grid-area: div3;
}

.gallery_terra1 .div4 {
  grid-area: div4;
}

.gallery_terra1 .div5 {
  grid-area: div5;
}

.gallery_terra1 .div6 {
  grid-area: div6;
}

.gallery_terra1 .div7 {
  grid-area: div7;
}

.gallery_terra1 .div8 {
  grid-area: div8;
}

.gallery_terra1 .div9 {
  grid-area: div9;
}

.gallery_terra1 .div10 {
  grid-area: div10;
}

.gallery_terra1 .div11 {
  grid-area: div11;
}

.gallery_terra1 .div12 {
  grid-area: div12;
}

.gallery_terra1 .div13 {
  grid-area: div13;
}

.gallery_terra1 .div14 {
  grid-area: div14;
}

.gallery_terra1 .div15 {
  grid-area: div15;
}

.gallery_terra1 .div16 {
  grid-area: div16;
}

.gallery_terra1 .div17 {
  grid-area: div17;
}

.gallery_terra1 .div18 {
  grid-area: div18;
}

.gallery_terra1 .div19 {
  grid-area: div19;
}

.gallery_terra1 .div20 {
  grid-area: div20;
}

.gallery_terra1 .div21 {
  grid-area: div21;
}

.gallery_terra1 div img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.gallery_terra1 div {
  break-inside: avoid;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.textColorsDiv {
  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;

  margin-top: 5rem;
  margin-bottom: 3rem;
  width: 100%;
}

.terra-text {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  width: 85%;
  gap: 5rem;
}

.text-left {
  color: #452010;
  text-align: right;
  white-space: nowrap;
}

.text-right {
  color: #452010;
  text-align: left;
}

.stock .buttonContainer {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1400px) {
  .stock .buttonContainer {
    width: 70%;
  }
}

.btn_btn_colorSamples {
  cursor: pointer;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  color: #452010;
  gap: 1rem;
  text-align: left;
  font-weight: 500;
}

@media (max-width: 1400px) {
  .btn_btn_colorSamples {
    font-size: 1.3rem;
  }
}

@media (max-width: 1100px) {
  .btn_btn_colorSamples {
    font-size: 1.1rem;
  }
}

.btn_btn_colorSamples:hover {
  text-decoration: underline;
}

.btn_btn_colorSamples.stock {
  width: 100%;
}

.media-details-btnn .gallery_btn_btn .btn_btn_two .go-to-stock {
  font-size: 20px;
}

.stock-indicator {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-size: cover;
  background-image: url("../images/commun/stock.webp");
  background-repeat: no-repeat;
  background-position: center left;
  margin-top: 3px;
}

/* terra-circle  */

.terra-circle {
  width: 85%;
  margin-bottom: 4rem;
  user-select: none;
}

.seeGlassShapes {
  margin-top: 5rem;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 1rem;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media (min-width: 2000px) {
  .terra-circle,
  .terra-text {
    width: 75%;
    padding: 0 1.5rem;
  }

  .seeGlassShapes {
    gap: 3.5rem;
  }
}

.seeShapes {
  position: relative;
  display: inline-block;
}

.seeShapes img {
  display: block;
  transition: opacity 0.3s ease;
}

.seeShapes img.hovered {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.seeShapes:hover img.hovered {
  opacity: 1;
}

.seeShapes:hover img.normal {
  opacity: 0;
}

.face-section {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  /* justify-content: space-between; */
}

.face-circle {
  width: 5%;
  height: auto;
}

.face-circle img {
  width: 100%;
}

.face-circle a {
  color: #452010;
  cursor: pointer;
  display: none;
}

.face-circle a.active {
  color: #452010;
  cursor: pointer;
  display: block;
}

.active {
  font-weight: bold;
}

/*.face-circle img{*/
/*  margin: 0 10px;*/
/*}*/

.more-info img {
  width: 25px;
}

.terra-tiles {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  user-select: none;
  transition: transform 0.2s;
}

.tile1 {
  position: relative; /* Necesario para que el overlay se posicione sobre esta imagen */
  display: inline-block;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.tile1 img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}

.middle-image {
  display: flex;
  align-items: center;
}

.middle-image img {
  height: 90%;
}

.overlay-img {
  position: absolute;
  top: 50%; /* Centrar verticalmente */
  left: 50%; /* Centrar horizontalmente */
  transform: translate(-50%, -50%); /* Ajuste exacto al centro */
  z-index: -1;
  pointer-events: none; /* Esto permite poder hacer clic en el enlace */
}

/* color-sample  */

.color-sample {
  max-width: 1300px;
  margin: auto;
  padding: 6rem 0;
}

.sample-container {
  display: flex;
  /* gap: 5rem; */
  align-items: center;
  /* border: 1px solid #c0c0c0; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 10px;
  background-color: white;
}

.sample-img {
  max-width: 45%;
}

.sample-content {
  padding: 0 3rem;
  max-width: 55%;
  text-align: left;
  color: #452010;
}

.sample-content h3 {
  font-weight: 300;
}

.sample-content p {
  margin-top: 5rem;
  font-weight: 300;
}

#visage {
  width: 100% !important;
  height: auto !important;
  max-width: 900px;
  inset: 0 !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* position: relative; */
}

#visage img {
  width: 70%;
  margin: auto;
}

/* **************** buy ****************   */

.buy {
  display: none;
  position: relative;

  margin-bottom: 5%;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
  font-size: 2rem;
  background-color: #faf7f3;
}

.buy .close {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  width: 2.5rem;
  height: auto;
  cursor: pointer;
  z-index: 2;
}

.buy .parent {
  display: flex;
  max-width: 80%;
  gap: 5rem;
  margin: 3rem auto;
  padding: 0;
}

/* ============================
UPPER BLOCK SIMULATOR OPTIONS
============================ */
.buttonFace {
  display: flex;
  gap: 1rem;
}

.buy .parent .colors_faces .colors_buy {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  grid-auto-rows: minmax(0, 1fr); /* Equal height rows */
  gap: 0.7rem;
  width: fit-content;
  height: 100%; /* Fill parent height */
  overflow-y: auto; /* Add scroll if needed */
  overflow-x: hidden;
  margin: 0;
  padding: 1rem;
}

.buy .parent .colors_faces .colors_buy a img {
  display: block;
  width: auto;
  height: 100%; /* Fill container height */
  max-width: 100%; /* Don't exceed container width */
  object-fit: contain; /* Maintain aspect ratio */
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease, filter 0.3s ease;
  will-change: transform, filter;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.buy .parent .colors_faces .colors_buy a:hover img,
.buy .parent .colors_faces .colors_buy a.active img {
  transform: scale(1.06);
}

/* ============================
GO SAMPLES BUTTON
============================ */
.buy .parent .colors_faces .gosamples {
  flex-shrink: 0; /* Don't shrink the button */
  margin-top: 1rem;
}

/* ============================
BOTTOM BLOCK - CHECKOUT POSITIONING
============================ */
.buy .parent .bottom {
  display: flex;
  margin-top: 5rem;
}

.buy .parent .bottom .right {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

#devimg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.media-item {
  max-width: 80%;
  max-height: 80%;
  margin: 0 auto;
}

.media-item video {
  max-height: 50em;
}

.nav-arrow {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.left {
  left: 100px;
}

.right {
  right: 100px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 100px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.two-files-cont {
  display: flex !important;
  align-items: center;
  max-width: 70%;
  margin: auto;
  gap: 30px;
}

.two-files-cont .media-detailss .ref {
  color: #ffffff;
  text-align: left;
  width: 400px;
}

.media-detailss .gallery_details_heading {
  margin-bottom: 30px;
  text-align: left;
  font-weight: 500;
  color: #ffffff;
  width: 400px;
}

.more-info {
  text-align: right;
  cursor: pointer;
}

.more-info-content {
  margin-top: 1rem;
  text-align: left;
  color: #452010;
}

.media-details-btnn .gallery_btn_btn .btn_btn_two {
  margin-top: 20px;
  width: 400px;
  height: 50px;
  background-color: white;
  cursor: pointer;
}

.media-details-btnn .gallery_btn_btn .btn_btn_one {
  width: 400px;
  height: 50px;
  background-color: #767676;
  color: white;
  cursor: pointer;
}

.media-details-btnn .gallery_btn_btn {
  margin-top: 40px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.divider-shape-block {
  width: 1px;
  background-color: #452010;
  height: 80%;
  margin-left: 1rem;
}

.divider-shape-block1 {
  width: 1px;
  background-color: transparent;
  height: 80%;
  margin: 0 2rem;
}

.more-info-hover .more-info-simulator {
  position: relative;
  display: flex;
  align-items: center;
}

.more-info-simulator {
  width: 90%;
}

.more-info-hover {
  width: fit-content;
}

.more-info-content-simulator {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  min-width: 280px;
  background-color: #fbf7f4;
  border: 1px solid #ccc;
  border-radius: 2rem;
  color: #452010;
  text-align: left;
  display: none;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none; /* evita perder el hover */
  transition: opacity 0.25s ease;
  z-index: 10;
  cursor: default;
}

.more-info-hover:hover .more-info-content-simulator {
  display: block !important;
}

/* 17-06-2025  */

.menu_dupl .panel {
  position: absolute;
  top: 13.6rem;
  right: -2rem;
  width: 0px;
  height: calc(-13.6rem + 100vh);
  text-align: center;
  background: #1c0900;
  opacity: 85%;
  font-size: 2rem;
  color: rgb(233, 209, 187);
  /* backdrop-filter: blur(20px); */
  z-index: 9;
  transition-duration: 0.2s;
  margin: 0px;
  padding: 0px;
  /* background: rgba(0, 0, 0, 0.78); */
  border-top: 1px solid rgba(255, 255, 255, 0.37);
}

.menu_dupl .panel ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: auto;
  height: 100%;
  text-align: center;
  position: relative;
  margin: 0px auto;
  padding: 0px;
}

.menu_dupl .panel ul li {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  color: rgb(255, 255, 255);
  margin: 0px;
  padding: 2rem 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
  white-space: nowrap;
  font-size: 1.8rem;
}

.menu_dupl .panel ul li a {
  color: rgb(255, 255, 255);
  text-shadow: rgb(0, 0, 0) 5px 5px 5px;
}

/*.menu_dupl .panel ul li a:hover{*/
/*  color: #08ff00;*/
/*}*/

.menu_dupl .panel .media_flags_legalsign {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 2rem;
}

.menu_dupl .panel .media {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  column-gap: 1rem;
  border-bottom: none;
}

.menu_dupl .panel .flags {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  column-gap: 1rem;
  width: 100%;
  height: auto;
  margin: 2.5rem auto 0px;
  padding: 0px;
  border-bottom: none;
}

.menu_dupl .panel .legalsign {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  text-align: center;
}

/* ************ 19-06-2025 ********** */

.circleActive {
  transform: scale(1.1);
}

.liens a {
  transition: transform 0.3s ease;
}

.liens a:hover {
  transform: scale(1.08);
  filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.2));
}

.logo a img {
  transition: transform 0.3s ease;
}

.logo a img:hover {
  transform: scale(1.08);
  filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.2));
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

/* ************* 09-07-2025 ******************  */

/* Footer  */

.footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 1px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  background-color: #fff;
  color: #1c2a41;
}

.footer .Sfooter1 {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0 3rem 0;
  border-top: 1px solid rgb(59, 59, 59, 0.31);
  background: rgb(0, 0, 0, 0.18);
}

.footer .Sfooter1 h2 {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 0.5rem;
}

.footer .Sfooter1 h2 a {
  font-size: inherit;
  font-weight: 400;
}

.footer .Sfooter1 .widget {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 2rem;
  padding-top: 14.625%;
  aspect-ration: 1920/312;
}

.footer .Sfooter1 .widget_iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1921px) {
  .footer .Sfooter1 .widget {
    padding-top: 0;
    height: 281px;
  }
}

.footer .Sfooter2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

.footer .Sfooter2 .footer strong {
  font-weight: 500;
}

.footer .Sfooter2 .left {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  background: rgb(0, 0, 0, 0.85);
}

.footer .Sfooter2 .right {
  display: flex;
  flex: 1;
  margin: 0;
  padding: 0;
  background: rgb(0, 0, 0, 0.75);
}

.footer .Sfooter2 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 1px;
  flex: 800;
  max-width: 1920px;
  margin: 0;
  padding: 0;
}

.footer .Sfooter2 .content strong {
  font-weight: 400 !important;
}

.footer .Sfooter2 .content a {
  font-weight: 100;
}

.footer .Sfooter2 .content .samples {
  flex: 1;
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  text-align: right;
  background: rgb(0, 0, 0, 0.85);
}

.footer .Sfooter2 .content .Ssamples {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  column-gap: 1rem;
  width: 100%;
  max-width: 374px;
  height: 100%;
  margin: 0;
  padding: 3rem 3rem 3rem 0;
  text-align: left;
  color: #f7be00;
}

.footer .Sfooter2 .content .Ssamples .font-big {
  font-size: 2.4rem;
}

.footer .Sfooter2 .content .Ssamples span,
.footer .Sfooter2 .content .Sservice_media .service p {
  font-weight: 100;
}

.footer .Sfooter2 .content .service_media {
  flex: 4;
  margin: 0;
  padding: 0;
  padding-right: 2rem;
  text-align: left;
  background: rgb(0, 0, 0, 0.75);
}

.footer .Sfooter2 .content .Sservice_media {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
  max-width: 1516px;
  margin: 0;
  padding: 3rem 0 3rem 3rem;
  text-align: left;
}

.footer .Sfooter2 .content .Sservice_media .service {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 4rem;
}

.footer .Sfooter2 .content .Sservice_media .media_languages {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 1.5rem;
}

.footer .Sfooter2 .content .Sservice_media .media_languages > * {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1rem;
}

.footer .Sfooter2 .content .Sservice_media .media_languages .languages img {
  /*border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 0.5rem;
            -webkit-border-radius: 0.5rem;
            -moz-border-radius: 0.5rem;
            -o-border-radius: 0.5rem;*/
  width: 100%;
  height: auto;
}

.footer
  .Sfooter2
  .content
  .Sservice_media
  .media_languages
  .languages
  .active
  img {
  border: 8px solid rgba(0, 0, 0, 0.8);
  border-radius: 35%;
  -webkit-border-radius: 35%;
  -moz-border-radius: 35%;
  -o-border-radius: 35%;
}

.footer .Sfooter2 .content .Sservice_media .media_languages .sign_tree {
  font-size: 1.4rem;
  column-gap: 2rem;
}

#tree-nation-tree-counter div {
  max-width: 100%;
}

/* //////////////////Cart Page CSS //////////////////// */
.panier_page {
  min-height: 600px;
  /* Prevents collapse while loading */
  position: relative;
}

.description-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  transition: all 0.3s ease-in-out;
}

.description-clamp.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.read-more-btn {
  background: none;
  border: none;
  color: #007bff;
  cursor: pointer;
  padding: 0;
  font-size: 0.9em;
  margin-top: 5px;
}

.panier_page .panier .TPanier td.img img {
  height: auto;
}

/* //////////////////End Cart Page CSS //////////////////// */

/* .accordian-shopsize .panel{
  max-height: 170px !important;
} */

/* .factory{
   height: 550px; 
  overflow-y: scroll;
} */
/* 
.sidebar::-webkit-scrollbar {
  display: none;
}
.factory::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 1300px) {
    .factory{
      height: 1100px !important;
      overflow-y: scroll;
    }

    .popup-open.factory{
       height: 1800px !important;
          
    }
}

@media only screen and (min-width: 1500px) {
    .factory{
      height: 1100px !important;
           overflow-y: scroll;
    }

        .popup-open.factory{
       height: 2000px !important;
            overflow-y: scroll;
    }
}

@media only screen and (min-width: 1700px) {
    .factory{
      height: 1130px !important;
           overflow-y: scroll;
    }

        .popup-open.factory{
       height: 2000px !important;
            overflow-y: scroll;
    }
}

@media only screen and (min-width: 1900px) {
    .factory{
      height: 1050px !important;
           overflow-y: scroll;
    }

      .popup-open.factory{
       height: 2000px !important;
         overflow-y: scroll;
    }
} */

/* 14 Aug 2025 STart */
button.btn.btn-clear-shopping {
  background: #452010;
  padding: 0px 20px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid #452010;
  color: #fff;
  margin: auto;
  position: absolute;
  top: -2px;
  right: 0;
  cursor: pointer;
}
button.btn.btn-clear-shopping:hover {
  background-color: transparent;
  border: 1px solid #452010;
  color: #452010;
}
/* 14 Aug 2025 End */

/* 01-09-2025 */
table.calcul_devis tbody tr td.right {
  white-space: nowrap !important;
}
.client_name,
.client_email,
.client_tel,
.client_info {
  border: 1px solid #000;
  padding: 5px;
  /* margin-left: 10px; */
}

.reserve-td {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}
.client-entries {
  margin-top: 10px;
  display: block;
}
.salesperson-Step1 {
  display: flex;
  /* white-space: nowrap; */
  align-items: center;
  /* justify-content: space-between; */
  gap: 14px;
}
.panier_page .panier .TDevis .calcul_devis td.button-sp a {
  padding: 5px 20px !important;
}
.panier_page .panier .TDevis .calcul_devis .salesperson-Step1 .client-entries {
  display: flex !important;
  /* white-space: nowrap; */
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* ============================
RESPONSIVE: Pantallas superiores a 1920px
Proporción aplicada: 0.8857 (31vw/35vw)
============================ */
@media only screen and (min-width: 2000px) {
  .simulatorContainer {
    width: 57.66vw; /* 65.1vw * 0.8857 */
    max-width: 57.66vw;
    margin-top: 1vw; /* 2.2vw * 0.8857 */
  }

  .swapFace {
    width: 12.13vw; /* 13.7vw * 0.8857 */
    gap: 0.41vw; /* 0.46vw * 0.8857 */
  }

  .swapFace p {
    width: 3.74vw; /* 4.22vw * 0.8857 */
  }

  .swapFace img {
    width: 0.79vw; /* 0.89vw * 0.8857 */
  }

  .colorsSamples {
    height: 31vw; /* 35vw * 0.8857 */
    width: 12.31vw; /* 13.9vw * 0.8857 */
    gap: 0.46vw; /* 0.52vw * 0.8857 */
  }

  .colorsSamples a {
    width: 5.86vw; /* 6.62vw * 0.8857 */
  }

  .imagesContainer {
    width: 42.07vw; /* 47.5vw * 0.8857 */
  }

  .renderImage,
  .mainImage {
    height: 31vw; /* 35vw * 0.8857 */
  }

  .renderImage {
    width: 10.03vw; /* 11.32vw * 0.8857 */
  }

  .checkoutContainer {
    padding: 0.71vw 1.06vw; /* 0.8vw * 0.8857, 1.2vw * 0.8857 */
    margin-top: 2.48vw; /* 2.8vw * 0.8857 */
    height: 9.32vw; /* 10.52vw * 0.8857 */
  }

  .middleInformationProduct {
    width: 25.55vw !important; /* 28.85vw * 0.8857 */
  }

  #metrage {
    height: 1.34vw; /* 1.51vw * 0.8857 */
    width: 6.46vw; /* 7.29vw * 0.8857 */
  }

  .simulator-cart-btn {
    width: 14.07vw; /* 15.89vw * 0.8857 */
    height: 1.77vw; /* 2vw * 0.8857 */
  }

  .info {
    margin-top: 0.62vw; /* 0.7vw * 0.8857 */
    margin-left: 0.35vw; /* 0.4vw * 0.8857 */
    margin-right: 0.35vw; /* 0.4vw * 0.8857 */
  }

  .bstok {
    gap: 0.35vw; /* 0.4vw * 0.8857 */
  }
}
