@charset "UTF-8";
/*
	Theme Name: WP Starter
	Theme URI: https://nature-digitale.fr
	Description: Thème de la société Nature Digitale
	Author: Nature Digitale - Agence Web Eco Responsable
	Author URI: https://nature-digitale.fr
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: nature-digitale
*/
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("assets/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Bold.woff") format("woff"), url("assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("assets/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("assets/fonts/roboto/Roboto-Regular.woff") format("woff"), url("assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.display-none-block {
  display: none !important;
}

.section-normal {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.section-normal--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-normal--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full {
  width: 100%;
  margin-inline: auto;
}
.section-full--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-full--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-page {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-page--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-page--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-article {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.section-article--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-article--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.section-full-no-pa {
  width: 100%;
}
.section-full-no-pa--padding-small {
  padding-bottom: 30px;
  padding-top: 30px;
}
.section-full-no-pa--padding-normal {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pa-left-0 {
  padding-left: 0;
}

.pa-right-0 {
  padding-right: 0;
}

.pa-top-0 {
  padding-top: 0;
}

.pa-bottom-0 {
  padding-bottom: 0;
}

.pa-left-1 {
  padding-left: 30px;
}

.pa-right-1 {
  padding-right: 30px;
}

.pa-top-1 {
  padding-top: 30px;
}

.pa-bottom-1 {
  padding-bottom: 30px;
}

.pa-left-2 {
  padding-left: 60px;
}

.pa-right-2 {
  padding-right: 60px;
}

.pa-top-2 {
  padding-top: 60px;
}

.pa-bottom-2 {
  padding-bottom: 60px;
}

.pa-left-3 {
  padding-left: 90px;
}

.pa-right-3 {
  padding-right: 90px;
}

.pa-top-3 {
  padding-top: 90px;
}

.pa-bottom-3 {
  padding-bottom: 90px;
}

.ma-left-0 {
  margin-left: 0px;
}

.ma-right-0 {
  margin-right: 0px;
}

.ma-top-0 {
  margin-top: 0px;
}

.ma-bottom-0 {
  margin-bottom: 0px;
}

.ma-left-1 {
  margin-left: 30px;
}

.ma-right-1 {
  margin-right: 30px;
}

.ma-top-1 {
  margin-top: 30px;
}

.ma-bottom-1 {
  margin-bottom: 30px;
}

.ma-left-2 {
  margin-left: 60px;
}

.ma-right-2 {
  margin-right: 60px;
}

.ma-top-2 {
  margin-top: 60px;
}

.ma-bottom-2 {
  margin-bottom: 60px;
}

.ma-left-3 {
  margin-left: 90px;
}

.ma-right-3 {
  margin-right: 90px;
}

.ma-top-3 {
  margin-top: 90px;
}

.ma-bottom-3 {
  margin-bottom: 90px;
}

@media screen and (max-width: 1200px) {
  .section-normal {
    width: 100%;
    padding-inline: 30px;
  }
  .section-article {
    width: 100%;
    padding-inline: 30px;
  }
  .section-page {
    width: 100%;
    padding-inline: 30px;
  }
  .section-full {
    padding-inline: 30px;
  }
}
.topbar-wrapper {
  position: relative;
  background-color: #1b1b1b;
  z-index: 3000;
}
.topbar-wrapper .menu-topbar {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  padding: 10px 0;
}
.topbar-wrapper .menu-topbar .menu-item {
  list-style: none;
}
.topbar-wrapper .menu-topbar .menu-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.3s ease-in-out;
}
.topbar-wrapper .menu-topbar .menu-item a:hover {
  transform: translateY(-3px);
}

.header-container {
  z-index: 2000;
}

.header-wrapper {
  position: relative;
  z-index: 2000;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 78px;
}

.header-menu .menu-item-object-wood_essence > a::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: middle;
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.right-menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.right-menu .logo-site img {
  width: 100%;
  height: auto;
  max-width: 180px;
  max-height: 60px;
  transition: filter 0.3s;
}
.left-menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.left-menu .contact-menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.search-item {
  width: 210px;
}
.search-item .search-input-wrapper {
  position: relative;
  width: 100%;
}
.search-item .search-input {
  width: 100%;
  min-height: 38px;
  padding: 0 38px 0 12px;
  border-radius: 3px;
  font-size: 14px;
  background: transparent;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.search-item .search-input::placeholder {
  font-size: 14px;
  opacity: 1;
}
.search-item .search-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.search-item .search-icon img {
  display: block;
  width: 25px;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}
.search-item.hidden-mobile .search-input {
  border: 2px solid #1b1b1b;
  color: #1b1b1b;
}
.search-item.hidden-mobile .search-input::placeholder {
  color: #1b1b1b;
}

.contact-item .button {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
}
.contact-item .button img {
  display: block;
  width: 20px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.contact-item .button:hover {
  background-color: transparent;
  color: #1b1b1b;
}
.contact-item .button:hover img {
  filter: unset;
}
.contact-item .button {
  transition: all 0.3s ease-in-out;
}
.contact-item .button:hover {
  transform: translateY(-3px);
}

.contact-item .button.button-phone,
.contact-item .button.button-contact {
  background-color: transparent;
  border-color: #1b1b1b;
  color: #1b1b1b;
}
.contact-item .button.button-phone img,
.contact-item .button.button-contact img {
  filter: invert(0%) sepia(28%) saturate(55%) hue-rotate(336deg) brightness(92%) contrast(79%);
}

.contact-item .button-devis {
  border-color: #cc975e;
  background-color: #cc975e;
}
.contact-item .button-devis:hover {
  color: #cc975e;
}
.contact-item .button-devis:hover img {
  filter: invert(67%) sepia(30%) saturate(641%) hue-rotate(350deg) brightness(89%) contrast(88%);
}
.contact-item .button-phone .button-text-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 17px;
  line-height: 17px;
}
.contact-item .button-phone .button-text-wrapper span {
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  text-align: center;
}
.contact-item .button-phone .button-text-default {
  transform: translateY(0);
}
.contact-item .button-phone .button-text-hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.contact-item .button-phone:hover .button-text-default {
  transform: translateY(-100%);
}
.contact-item .button-phone:hover .button-text-hover {
  transform: translateY(-100%);
}

@media screen and (max-width: 1099px) {
  .admin-bar .header-menu .site-navigation {
    top: 32px;
  }
}
@media screen and (max-width: 1099px) and (max-width: 782px) {
  .admin-bar .header-menu .site-navigation {
    top: 46px;
  }
}
@media screen and (max-width: 1099px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    pointer-events: none;
    margin: 0;
    padding: 0;
  }
  .header-menu .overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 20, 15, 0.65);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .header-menu .site-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 90vw;
    height: 100dvh;
    background: #f8f8f8;
    z-index: 2;
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    overflow-y: auto;
    transform: translateX(-100vw);
    transition: transform 0.45s cubic-bezier(0.87, 0.01, 0.25, 0.99);
  }
  .header-menu.is-open {
    pointer-events: auto;
  }
  .header-menu.is-open .overlay-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu.is-open .site-navigation {
    transform: translateX(0);
  }
  .header-menu .menu-header {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .header-menu .menu-header .menu-item {
    position: relative;
  }
  .header-menu .menu-header .menu-item a {
    display: inline-block;
    color: #1b1b1b;
    font-weight: 600;
    text-decoration: none;
  }
  .header-menu .menu-header .sub-menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
  }
  .header-menu .menu-header .sub-menu .menu-item {
    list-style: none;
  }
  .header-menu .menu-header .sub-menu .menu-item a {
    display: inline-block;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 300;
  }
  .header-menu .menu-header > .menu-item {
    font-size: clamp(23px, 2vw, 36px);
  }
  .header-menu .menu-header > .menu-item a {
    transition: transform 0.3s;
  }
  .header-menu .menu-header > .menu-item a:hover {
    transform: translateX(3px);
  }
  .header-menu .menu-header > .menu-item-has-children {
    display: flex;
    column-gap: 30px;
    flex-direction: column;
    row-gap: 15px;
  }
  .header-menu .menu-header > .menu-item-has-children .sub-menu {
    flex-direction: column;
    row-gap: 10px;
    padding-left: 15px;
    margin-left: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1099px) and (max-width: 700px) {
  .header-menu .site-navigation {
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 1099px) {
  body.admin-bar .header-menu .site-navigation {
    height: calc(100dvh - 32px);
  }
}
@media screen and (max-width: 1099px) and (max-width: 782px) {
  body.admin-bar .header-menu .site-navigation {
    height: calc(100dvh - 46px);
  }
}
@media screen and (max-width: 1099px) {
  #hamburger-menu {
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
  }
  #hamburger-menu .hamburger-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #hamburger-menu .hamburger-inner,
  #hamburger-menu .hamburger-inner::before,
  #hamburger-menu .hamburger-inner::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.25px;
    background-color: currentColor;
    transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s ease;
  }
  #hamburger-menu .hamburger-inner {
    top: 50%;
    transform: translateY(-50%);
  }
  #hamburger-menu .hamburger-inner::before {
    top: -7px;
  }
  #hamburger-menu .hamburger-inner::after {
    top: 7px;
  }
  #hamburger-menu.is-active .hamburger-inner {
    background-color: transparent;
  }
  #hamburger-menu.is-active .hamburger-inner::before,
  #hamburger-menu.is-active .hamburger-inner::after {
    background-color: #1b1b1b;
  }
  #hamburger-menu.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(45deg);
  }
  #hamburger-menu.is-active .hamburger-inner::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .contact-item.hidden-desktop {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .header-menu {
    width: 100%;
    z-index: 1000;
  }
  .header-menu .site-navigation {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    background: transparent;
  }
  .header-menu .menu-header {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 0;
    padding-inline: 20px;
    list-style: none;
    width: 100%;
  }
  .header-menu .menu-header .menu-item {
    position: relative;
  }
  .header-menu .menu-header .menu-item > a {
    display: inline-block;
    font-size: clamp(14px, 1vw, 16px);
    text-decoration: none;
    color: #1b1b1b;
    transition: color 0.3s;
    padding-bottom: 20px;
    position: relative;
  }
  .header-menu .menu-header .menu-item > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background: #1b1b1b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
    border-radius: 1px;
    pointer-events: none;
  }
  .header-menu .menu-header .menu-item > a:hover::after, .header-menu .menu-header .menu-item > a:focus::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header-menu .menu-header .menu-item > a:not(:hover):not(:focus)::after {
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header-menu .menu-header .menu-item.menu-item-has-children:hover > .sub-menu, .header-menu .menu-header .menu-item.menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header-menu .menu-header .menu-item.menu-item-has-children:hover ~ .desktop-submenu-overlay, .header-menu .menu-header .menu-item.menu-item-has-children:focus-within ~ .desktop-submenu-overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu .menu-item-has-children > .sub-menu {
    position: absolute;
    gap: 10px;
    padding: 10px;
    top: 100%;
    width: max-content;
    background: #f8f8f8;
    border-radius: 5px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.3);
    list-style: none;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    transform: translateY(20px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .header-menu .menu-item-has-children.menu-essences > .sub-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 5px;
  }
  .header-menu .sub-menu .menu-item > a {
    display: block;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 15px;
    transition: background 0.15s, color 0.2s;
  }
  .header-menu .sub-menu .menu-item > a::after {
    display: none;
  }
  .header-menu .sub-menu .menu-item > a:hover, .header-menu .sub-menu .menu-item > a:focus {
    background: #cc975e;
    color: #fff;
  }
  .header-menu .overlay-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4784313725);
    z-index: 10;
    backdrop-filter: blur(4px);
    pointer-events: none;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .header-menu .overlay-menu.is-active {
    opacity: 1;
    visibility: visible;
  }
  #hamburger-menu {
    display: none;
  }
  .contact-item.hidden-desktop {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  .search-item.hidden-mobile {
    display: none;
  }
  .search-item.hidden-desktop {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-item.hidden-mobile {
    display: none;
  }
  .search-item.hidden-desktop {
    display: block;
    width: 100%;
  }
  .contact-item.hidden-desktop {
    display: block;
  }
  .contact-item.hidden-desktop .button {
    background-color: #1b1b1b;
    color: #fff;
    border-color: #1b1b1b;
  }
  .contact-item.hidden-desktop .button img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
  }
  .contact-item.hidden-desktop .button:hover {
    background-color: transparent;
    color: #1b1b1b;
  }
  .contact-item.hidden-desktop .button:hover img {
    filter: unset;
  }
}
@media screen and (min-width: 1100px) {
  .header-container {
    position: absolute;
    left: 0;
    width: 100vw;
    top: 37px;
    transition: background-color 0.3s ease;
  }
  .admin-bar .header-container {
    top: 68px;
  }
  .header-container.is-fixed {
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  .admin-bar .header-container.is-fixed {
    top: 32px;
  }
}
.search-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15vh;
}
.search-modal-overlay.active {
  display: flex;
}

body.search-modal-open {
  overflow: hidden;
}

.search-modal {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  max-height: 70vh;
  display: flex;
  flex-direction: column;
  animation: searchModalSlideIn 0.3s ease;
}

@keyframes searchModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.search-modal-header {
  padding: 20px;
}

.search-modal-input-wrapper {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0 15px;
}

.search-modal-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 15px 10px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  outline: none;
}
.search-modal-input::placeholder {
  color: #999;
}

.search-modal-close {
  font-size: 28px;
  color: #666;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  transition: color 0.2s ease;
}
.search-modal-close:hover {
  color: #1b1b1b;
}

.search-modal-results {
  flex: 1;
  overflow-y: auto;
  max-height: calc(70vh - 140px);
}
.search-modal-results .search-results-list {
  padding: 10px 0;
}
.search-modal-results .search-result-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #1b1b1b;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}
.search-modal-results .search-result-item:last-child {
  border-bottom: none;
}
.search-modal-results .search-result-item:hover {
  background-color: #f8f8f8;
}
.search-modal-results .search-result-image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-modal-results .search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-modal-results .search-result-content {
  flex: 1;
  min-width: 0;
}
.search-modal-results .search-result-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1b1b1b;
}
.search-modal-results .search-result-reference {
  font-size: 13px;
  color: #666;
}
.search-modal-results .search-loading,
.search-modal-results .search-error,
.search-modal-results .search-no-results {
  padding: 40px 20px;
  text-align: center;
  font-size: 15px;
  color: #666;
}
.search-modal-results .search-error {
  color: #d32f2f;
}
.search-modal-results::-webkit-scrollbar {
  width: 8px;
}
.search-modal-results::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search-modal-results::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.search-modal-results::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.search-modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
  background: #f8f8f8;
  text-align: center;
  flex-shrink: 0;
  border-radius: 0 0 12px 12px;
}

.search-view-all-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.search-view-all-btn:hover {
  background-color: rgb(1.5, 1.5, 1.5);
  transform: translateY(-2px);
}

/* ========================================================================== */
/* PAGE CONFIRMATION DEVIS */
/* ========================================================================== */
/* ===== VARIABLES COULEURS E-WOOD ===== */
:root {
  --ewood-green: #39534a;
  --ewood-gold: #cc975e;
  --ewood-primary: #cc975e;
  --ewood-secondary: #6c757d;
  --ewood-danger: #dc3545;
  --ewood-text-primary: #2c3e50;
  --ewood-text-secondary: #495057;
  --ewood-text-muted: #666;
  --ewood-border: #e0e0e0;
  --ewood-background: #f8f9fa;
}

.page-confirmation .confirmation-page {
  padding: 2rem 0;
  background: #fff;
}
.page-confirmation .confirmation-page .confirmation-success-header {
  background: #39534a;
  border: 1px solid #c3e6cb;
  color: white;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 3rem;
}
.page-confirmation .confirmation-page .confirmation-success-header svg {
  margin-bottom: 1rem;
  stroke: #cc975e;
}
.page-confirmation .confirmation-page .confirmation-success-header h1 {
  margin: 0 0 0.5rem 0;
  color: white;
  font-size: 2.2em;
  font-weight: 600;
}
.page-confirmation .confirmation-page .confirmation-success-header p {
  margin: 0;
  font-size: 1.1em;
}
.page-confirmation .confirmation-page .confirmation-content {
  max-width: 900px;
  margin: 0 auto;
}
.page-confirmation .confirmation-page .confirmation-section {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--ewood-border);
  margin-bottom: 2rem;
}
.page-confirmation .confirmation-page .confirmation-section-title {
  color: var(--ewood-green);
  margin-bottom: 1.5rem;
  font-size: 1.6em;
  font-weight: 600;
  border-bottom: 2px solid var(--ewood-gold);
  padding-bottom: 0.5rem;
}
.page-confirmation .confirmation-page .confirmation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.page-confirmation .confirmation-page .confirmation-info-block h3 {
  color: var(--ewood-green);
  margin-bottom: 1rem;
  font-size: 1.2em;
  font-weight: 600;
}
.page-confirmation .confirmation-page .confirmation-info-block p {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.page-confirmation .confirmation-page .confirmation-comments {
  background: var(--ewood-background);
  padding: 1.5rem;
  border-radius: 8px;
}
.page-confirmation .confirmation-page .confirmation-comments h3 {
  color: var(--ewood-green);
  margin-bottom: 0.8rem;
  font-size: 1.1em;
}
.page-confirmation .confirmation-page .confirmation-comments p {
  margin: 0;
  line-height: 1.6;
}
.page-confirmation .confirmation-page .confirmation-products-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.page-confirmation .confirmation-page .confirmation-products-table thead {
  background: var(--ewood-green);
  color: white;
}
.page-confirmation .confirmation-page .confirmation-products-table th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-confirmation .confirmation-page .confirmation-products-table th:nth-child(2) {
  text-align: center;
}
.page-confirmation .confirmation-page .confirmation-products-table th:nth-child(3) {
  text-align: right;
}
.page-confirmation .confirmation-page .confirmation-products-table td {
  padding: 1rem;
  border: 1px solid var(--ewood-border);
  vertical-align: top;
}
.page-confirmation .confirmation-page .confirmation-products-table td:nth-child(2) {
  text-align: center;
}
.page-confirmation .confirmation-page .confirmation-products-table td:nth-child(3) {
  text-align: right;
}
.page-confirmation .confirmation-page .confirmation-products-table tbody tr:nth-child(even) {
  background: #f8f9fa;
}
.page-confirmation .confirmation-page .confirmation-product-name {
  font-weight: 600;
  color: var(--ewood-text-primary);
  margin-bottom: 0.3rem;
}
.page-confirmation .confirmation-page .confirmation-product-ref {
  color: var(--ewood-text-muted);
  font-size: 0.85em;
  display: block;
  margin-bottom: 0.3rem;
}
.page-confirmation .confirmation-page .confirmation-product-attrs {
  color: var(--ewood-text-secondary);
  font-size: 0.85em;
}
.page-confirmation .confirmation-page .confirmation-total {
  text-align: right;
  padding: 1.5rem 0;
  border-top: 2px solid var(--ewood-green);
  margin-top: 1.5rem;
}
.page-confirmation .confirmation-page .confirmation-total strong {
  font-size: 1.3em;
  color: var(--ewood-green);
}
.page-confirmation .confirmation-page .confirmation-notice {
  text-align: center;
  padding: 1.5rem;
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  margin-top: 1.5rem;
}
.page-confirmation .confirmation-page .confirmation-message {
  background: #e8f5e8;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
  text-align: center;
}
.page-confirmation .confirmation-page .confirmation-message h2 {
  color: var(--ewood-green);
  margin-bottom: 1rem;
  font-size: 1.4em;
}
.page-confirmation .confirmation-page .confirmation-message p {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.6;
  color: var(--ewood-text-secondary);
}
.page-confirmation .confirmation-page .confirmation-actions {
  text-align: center;
  margin: 2rem 0;
}
.page-confirmation .confirmation-page .confirmation-email-notice {
  margin-bottom: 1.5rem;
  color: var(--ewood-text-muted);
}
.page-confirmation .confirmation-page .confirmation-email-notice strong {
  color: var(--ewood-text-primary);
}
.page-confirmation .confirmation-page .btn-contact-confirmation {
  background: var(--ewood-gold);
  color: white;
  border: 2px solid var(--ewood-gold);
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}
.page-confirmation .confirmation-page .btn-contact-confirmation:hover {
  background: transparent;
  color: var(--ewood-gold);
  text-decoration: none;
}
.page-confirmation {
  /* Responsive */
}
@media screen and (max-width: 768px) {
  .page-confirmation .confirmation-page {
    padding: 1rem 0;
  }
  .page-confirmation .confirmation-page .confirmation-success-header {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .page-confirmation .confirmation-page .confirmation-success-header h1 {
    font-size: 1.8em;
  }
  .page-confirmation .confirmation-page .confirmation-section {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .page-confirmation .confirmation-page .confirmation-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .page-confirmation .confirmation-page .confirmation-products-table {
    font-size: 0.9em;
  }
  .page-confirmation .confirmation-page .confirmation-products-table th,
  .page-confirmation .confirmation-page .confirmation-products-table td {
    padding: 0.75rem 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .page-confirmation .confirmation-page .confirmation-products-table {
    font-size: 0.8em;
  }
  .page-confirmation .confirmation-page .confirmation-products-table th:nth-child(3),
  .page-confirmation .confirmation-page .confirmation-products-table td:nth-child(3) {
    display: none; /* Masquer prix sur très petits écrans */
  }
}

/* ========================================================================== */
/* PAGE DEVIS E-WOOD - COMPLET */
/* ========================================================================== */
/* ===== VARIABLES COULEURS E-WOOD ===== */
:root {
  --ewood-green: #39534a;
  --ewood-gold: #cc975e;
  --ewood-primary: #cc975e;
  --ewood-secondary: #6c757d;
  --ewood-danger: #dc3545;
  --ewood-text-primary: #2c3e50;
  --ewood-text-secondary: #495057;
  --ewood-text-muted: #666;
  --ewood-border: #e0e0e0;
  --ewood-background: #f8f9fa;
}

.page-cart .ewood-cart-page {
  padding: 2rem 0;
  background: #fff;
}
.page-cart .ewood-cart-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-cart .ewood-cart-page {
  /* ===== HEADER PAGE ===== */
}
.page-cart .ewood-cart-page .page-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  position: relative;
}
.page-cart .ewood-cart-page .page-header::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--ewood-gold);
}
.page-cart .ewood-cart-page .page-header h1 {
  margin: 0 0 1rem 0;
  color: var(--ewood-green);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.5px;
}
.page-cart .ewood-cart-page .page-description {
  color: var(--ewood-text-muted);
  font-size: 1.1rem;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
.page-cart .ewood-cart-page {
  /* ===== DEVIS VIDE ===== */
}
.page-cart .ewood-cart-page .empty-cart-message {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--ewood-background);
  border-radius: 12px;
  border: 2px dashed var(--ewood-border);
  max-width: 500px;
  margin: 0 auto;
}
.page-cart .ewood-cart-page .empty-icon {
  margin-bottom: 1.5rem;
}
.page-cart .ewood-cart-page .empty-cart-message h2 {
  color: var(--ewood-text-secondary);
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.page-cart .ewood-cart-page .empty-cart-message p {
  color: var(--ewood-text-muted);
  margin-bottom: 2rem;
  line-height: 1.6;
}
.page-cart .ewood-cart-page .empty-cart-notice {
  text-align: center;
  padding: 3rem 2rem;
}
.page-cart .ewood-cart-page .empty-cart-notice p {
  font-size: 1.1em;
  color: var(--ewood-text-muted);
  margin-bottom: 1rem;
}
.page-cart .ewood-cart-page .empty-cart-notice a {
  color: var(--ewood-gold);
  text-decoration: none;
  font-weight: 500;
}
.page-cart .ewood-cart-page .empty-cart-notice a:hover {
  text-decoration: underline;
}
.page-cart .ewood-cart-page {
  /* ===== TABLE STYLE E-WOOD ===== */
}
.page-cart .ewood-cart-page .cart-table-wrapper {
  overflow-x: auto;
  margin-bottom: 0rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--ewood-border);
}
.page-cart .ewood-cart-page .ewood-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
}
.page-cart .ewood-cart-page .ewood-cart-table th,
.page-cart .ewood-cart-page .ewood-cart-table td {
  padding: 1.2rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--ewood-border);
  vertical-align: top;
  word-wrap: break-word;
  overflow: hidden;
}
.page-cart .ewood-cart-page {
  /* LARGEURS COLONNES */
}
.page-cart .ewood-cart-page .ewood-cart-table th:nth-child(1),
.page-cart .ewood-cart-page .ewood-cart-table td:nth-child(1) {
  width: 40%;
}
.page-cart .ewood-cart-page .ewood-cart-table th:nth-child(2),
.page-cart .ewood-cart-page .ewood-cart-table td:nth-child(2) {
  width: 15%;
  text-align: center;
}
.page-cart .ewood-cart-page .ewood-cart-table th:nth-child(3),
.page-cart .ewood-cart-page .ewood-cart-table td:nth-child(3) {
  width: 15%;
  text-align: center;
}
.page-cart .ewood-cart-page .ewood-cart-table th:nth-child(4),
.page-cart .ewood-cart-page .ewood-cart-table td:nth-child(4) {
  width: 15%;
  text-align: center;
}
.page-cart .ewood-cart-page .ewood-cart-table th:nth-child(5),
.page-cart .ewood-cart-page .ewood-cart-table td:nth-child(5) {
  width: 15%;
  text-align: center;
}
.page-cart .ewood-cart-page .ewood-cart-table th {
  background: var(--ewood-green);
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}
.page-cart .ewood-cart-page .ewood-cart-table th:first-child {
  text-align: left;
}
.page-cart .ewood-cart-page .ewood-cart-table tbody tr {
  transition: all 0.3s ease;
}
.page-cart .ewood-cart-page .ewood-cart-table tbody tr:hover {
  background: rgba(57, 83, 74, 0.05);
}
.page-cart .ewood-cart-page .ewood-cart-table tbody tr:last-child td {
  border-bottom: none;
}
.page-cart .ewood-cart-page {
  /* ===== ÉLÉMENTS DE LA TABLE ===== */
}
.page-cart .ewood-cart-page .ewood-cart-table td:first-child {
  text-align: left;
}
.page-cart .ewood-cart-page .cart-item-info h4 {
  margin: 0 0 0.5rem 0;
  color: var(--ewood-text-primary);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}
.page-cart .ewood-cart-page .cart-item-reference {
  color: var(--ewood-text-muted);
  font-size: 0.85rem;
  margin: 0.25rem 0;
  font-style: italic;
}
.page-cart .ewood-cart-page .cart-item-price {
  color: var(--ewood-primary);
  font-weight: 600;
  font-size: 1rem;
}
.page-cart .ewood-cart-page {
  /* ===== STYLES PROMOTIONS ===== */
}
.page-cart .ewood-cart-page .ewood-promo-badge {
  display: inline-block;
  background: #e74c3c;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-cart .ewood-cart-page .ewood-regular-price {
  margin-bottom: 0.2rem;
}
.page-cart .ewood-cart-page .ewood-regular-price del {
  color: #999;
  font-size: 0.9rem;
  text-decoration: line-through;
}
.page-cart .ewood-cart-page .ewood-promo-price {
  color: #e74c3c;
  font-weight: 700;
  font-size: 1.1rem;
}
.page-cart .ewood-cart-page .ewood-price-unit {
  color: var(--ewood-text-muted);
  font-size: 0.85rem;
  margin-top: 0.2rem;
}
.page-cart .ewood-cart-page .cart-item-total .ewood-promo-price {
  font-size: 1.2rem;
}
.page-cart .ewood-cart-page .ewood-cart-quantity {
  width: 80px;
  max-width: 80px;
  padding: 0.5rem;
  border: 2px solid var(--ewood-border);
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
}
.page-cart .ewood-cart-page .ewood-cart-quantity:focus {
  outline: none;
  border-color: var(--ewood-green);
  box-shadow: 0 0 0 3px rgba(57, 83, 74, 0.1);
}
.page-cart .ewood-cart-page {
  /* Table panier pour formulaire */
}
.page-cart .ewood-cart-page .cart-items-table {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.page-cart .ewood-cart-page .ewood-cart-table .item-name strong {
  color: var(--ewood-text-primary);
  font-size: 1em;
}
.page-cart .ewood-cart-page .ewood-cart-table .item-name small {
  color: var(--ewood-text-muted);
  font-size: 0.9em;
}
.page-cart .ewood-cart-page .ewood-cart-table .spec-item {
  margin-bottom: 5px;
  font-size: 0.9em;
}
.page-cart .ewood-cart-page .ewood-cart-table .spec-label {
  font-weight: 500;
  color: var(--ewood-text-secondary);
}
.page-cart .ewood-cart-page .ewood-cart-table .spec-value {
  color: var(--ewood-text-primary);
}
.page-cart .ewood-cart-page .ewood-cart-table .item-quantity {
  text-align: center;
  font-weight: 500;
}
.page-cart .ewood-cart-page .ewood-cart-table .item-actions {
  text-align: center;
}
.page-cart .ewood-cart-page .btn-remove-item {
  background: none;
  border: none;
  color: var(--ewood-danger);
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.page-cart .ewood-cart-page .btn-remove-item:hover {
  background: var(--ewood-danger);
  color: white;
}
.page-cart .ewood-cart-page .btn-remove-item .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.page-cart .ewood-cart-page {
  /* ===== RÉSUMÉ SIMPLIFIÉ STYLE SITE EXISTANT ===== */
}
.page-cart .ewood-cart-page .cart-summary-section {
  margin-top: 0rem;
  display: flex;
  justify-content: center;
}
.page-cart .ewood-cart-page .cart-summary {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  max-width: 400px;
  text-align: center;
}
.page-cart .ewood-cart-page {
  /* Section du total */
}
.page-cart .ewood-cart-page .total-section {
  margin-bottom: 2rem;
}
.page-cart .ewood-cart-page .total-label {
  color: var(--ewood-gold);
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.page-cart .ewood-cart-page .total-amount {
  margin-bottom: 2rem;
}
.page-cart .ewood-cart-page .ewood-cart-total {
  background: white;
  border: 2px solid #000;
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  display: inline-block;
  min-width: 200px;
}
.page-cart .ewood-cart-page {
  /* Section action */
}
.page-cart .ewood-cart-page .action-section {
  margin-top: 2rem;
}
.page-cart .ewood-cart-page .btn-finalize {
  background: #000;
  color: white;
  border: 2px solid #000;
  padding: 1.2rem 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
.page-cart .ewood-cart-page .btn-finalize::after {
  content: " →";
  font-size: 1.2rem;
  font-weight: bold;
}
.page-cart .ewood-cart-page .btn-finalize:hover {
  background: #333;
  border-color: #333;
  color: white;
  text-decoration: none;
}
.page-cart .ewood-cart-page {
  /* Total et bouton sur la même ligne */
}
.page-cart .ewood-cart-page .cart-summary-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--ewood-border);
}
.page-cart .ewood-cart-page .total-section-inline {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.page-cart .ewood-cart-page .total-section-inline .total-label {
  color: var(--ewood-gold);
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.page-cart .ewood-cart-page .total-amount-inline .ewood-cart-total {
  background: white;
  border: 2px solid #000;
  padding: 0.8rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}
.page-cart .ewood-cart-page .action-section-inline {
  flex-shrink: 0;
}
.page-cart .ewood-cart-page .btn-finalize-inline {
  background: #cc975e;
  color: white;
  border: 2px solid #cc975e;
  padding: 0.8rem 1.8rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.page-cart .ewood-cart-page .btn-finalize-inline::after {
  content: " →";
  font-size: 1.1rem;
  font-weight: bold;
}
.page-cart .ewood-cart-page .btn-finalize-inline:hover {
  background: transparent;
  color: #cc975e;
  border-color: #cc975e;
}
.page-cart {
  /* ===== FORMULAIRE DE FINALISATION ===== */
}
.page-cart .quote-finalization-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-cart .quote-finalization-section .section-title {
  font-size: 1.6em;
  color: var(--ewood-green);
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-align: center;
}
.page-cart .quote-finalization-section .section-description {
  font-size: 1.1em;
  color: var(--ewood-text-muted);
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-cart .quote-finalization-section {
  /* Messages */
}
.page-cart .quote-finalization-section .quote-messages {
  margin-bottom: 2rem;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 500;
}
.page-cart .quote-finalization-section .quote-messages.message-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.page-cart .quote-finalization-section .quote-messages.message-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.page-cart .quote-finalization-section {
  /* Section formulaire */
}
.page-cart .quote-finalization-section .quote-form-section {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid var(--ewood-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.page-cart .quote-finalization-section .quote-form-section .section-title {
  font-size: 1.5em;
  color: var(--ewood-green);
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.page-cart .quote-finalization-section {
  /* Sections du formulaire */
}
.page-cart .quote-finalization-section .form-row-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.page-cart .quote-finalization-section .form-section {
  position: relative;
  margin-bottom: 0;
}
.page-cart .quote-finalization-section .form-section-title {
  font-size: 1.1em;
  color: var(--ewood-green);
  margin-bottom: 0.8rem;
  font-weight: 600;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid var(--ewood-gold);
}
.page-cart .quote-finalization-section .form-section-title small {
  color: var(--ewood-text-muted);
  font-weight: 400;
  font-size: 0.8em;
}
.page-cart .quote-finalization-section {
  /* Rangées de formulaire */
}
.page-cart .quote-finalization-section .form-row {
  margin-bottom: 0.8rem;
}
.page-cart .quote-finalization-section .form-row-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.page-cart .quote-finalization-section {
  /* Champs de formulaire */
}
.page-cart .quote-finalization-section .form-field {
  display: flex;
  flex-direction: column;
  position: relative;
}
.page-cart .quote-finalization-section .form-field label {
  font-weight: 500;
  color: var(--ewood-text-primary);
  margin-bottom: 0.3rem;
  font-size: 13px;
}
.page-cart .quote-finalization-section .form-field label.required::after {
  content: " *";
  color: var(--ewood-danger);
}
.page-cart .quote-finalization-section .form-field input,
.page-cart .quote-finalization-section .form-field textarea {
  padding: 8px 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: white;
  color: var(--ewood-text-primary);
}
.page-cart .quote-finalization-section {
  /* Surcharge spécifique pour les inputs du formulaire de finalisation */
}
.page-cart .quote-finalization-section .quote-finalization-section form input[type=text],
.page-cart .quote-finalization-section .quote-finalization-section form input[type=email],
.page-cart .quote-finalization-section .quote-finalization-section form input[type=tel] {
  padding: 10px 10px;
}
.page-cart .quote-finalization-section .form-field input:focus,
.page-cart .quote-finalization-section .form-field textarea:focus {
  outline: none;
  border-color: var(--ewood-gold);
  box-shadow: 0 0 0 3px rgba(204, 151, 94, 0.1);
}
.page-cart .quote-finalization-section .form-field input.field-error-active,
.page-cart .quote-finalization-section .form-field textarea.field-error-active {
  border-color: var(--ewood-danger);
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.page-cart .quote-finalization-section .form-field textarea {
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}
.page-cart .quote-finalization-section .field-error {
  color: var(--ewood-danger);
  font-size: 12px;
  margin-top: 0.25rem;
  display: none;
  font-weight: 500;
}
.page-cart .quote-finalization-section {
  /* Options de livraison améliorées */
}
.page-cart .quote-finalization-section .delivery-options {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.page-cart .quote-finalization-section .delivery-option {
  position: relative;
  margin-bottom: 0.8rem;
}
.page-cart .quote-finalization-section .delivery-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.page-cart .quote-finalization-section .delivery-label {
  display: block;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
}
.page-cart .quote-finalization-section .delivery-label:hover {
  border-color: var(--ewood-gold);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.page-cart .quote-finalization-section .delivery-option input[type=radio]:checked + .delivery-label {
  border-color: var(--ewood-gold);
  background: rgba(204, 151, 94, 0.05);
  box-shadow: 0 4px 12px rgba(204, 151, 94, 0.15);
}
.page-cart .quote-finalization-section .delivery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0;
}
.page-cart .quote-finalization-section .delivery-header-content {
  flex: 1;
}
.page-cart .quote-finalization-section .delivery-title {
  display: block;
  font-weight: 600;
  color: var(--ewood-green);
  font-size: 1em;
  margin-bottom: 0.2rem;
}
.page-cart .quote-finalization-section .delivery-subtitle {
  display: block;
  color: var(--ewood-text-muted);
  font-size: 0.85em;
  font-style: italic;
}
.page-cart .quote-finalization-section .delivery-toggle {
  background: none;
  border: 1px solid var(--ewood-gold);
  color: var(--ewood-gold);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.page-cart .quote-finalization-section .delivery-toggle:hover {
  background: var(--ewood-gold);
  color: white;
}
.page-cart .quote-finalization-section .delivery-toggle .toggle-icon {
  font-weight: bold;
  transition: transform 0.3s ease;
}
.page-cart .quote-finalization-section .delivery-toggle.active .toggle-icon {
  transform: rotate(45deg);
}
.page-cart .quote-finalization-section .delivery-toggle.active .toggle-text::after {
  content: " moins";
}
.page-cart .quote-finalization-section .delivery-description {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #eee;
  font-size: 0.85em;
  line-height: 1.4;
  color: var(--ewood-text-secondary);
  animation: slideDown 0.3s ease;
}
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 200px;
  }
}
.page-cart .quote-finalization-section {
  /* ===== SECTION CHECKBOX ADRESSE LIVRAISON DIFFÉRENTE ===== */
}
.page-cart .quote-finalization-section .form-section-checkbox {
  margin: 1rem 0;
  padding: 0;
}
.page-cart .quote-finalization-section .checkbox-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  padding: 1rem;
  background: var(--ewood-background);
  border-radius: 8px;
  border: 2px solid var(--ewood-border);
  transition: all 0.3s ease;
}
.page-cart .quote-finalization-section .checkbox-container:hover {
  border-color: var(--ewood-gold);
  background: rgba(204, 151, 94, 0.05);
}
.page-cart .quote-finalization-section .checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.page-cart .quote-finalization-section .checkbox-container .checkbox-custom {
  width: 22px;
  height: 22px;
  border: 2px solid var(--ewood-border);
  border-radius: 4px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.page-cart .quote-finalization-section .checkbox-container .checkbox-custom svg {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.page-cart .quote-finalization-section .checkbox-container input[type=checkbox]:checked + .checkbox-custom {
  background: var(--ewood-gold);
  border-color: var(--ewood-gold);
}
.page-cart .quote-finalization-section .checkbox-container input[type=checkbox]:checked + .checkbox-custom svg {
  opacity: 1;
  transform: scale(1);
}
.page-cart .quote-finalization-section .checkbox-container input[type=checkbox]:focus + .checkbox-custom {
  box-shadow: 0 0 0 3px rgba(204, 151, 94, 0.2);
}
.page-cart .quote-finalization-section .checkbox-container .checkbox-label-text {
  font-weight: 500;
  color: var(--ewood-text-primary);
  font-size: 0.95rem;
}
.page-cart .quote-finalization-section {
  /* Section livraison conditionnelle */
}
.page-cart .quote-finalization-section .form-section-delivery {
  border-left: 4px solid var(--ewood-gold);
  padding-left: 1rem;
  margin-top: 1rem;
  background: rgba(204, 151, 94, 0.03);
  padding: 1.5rem;
  border-radius: 0 8px 8px 0;
}
.page-cart .quote-finalization-section .form-section-delivery .form-section-title {
  color: var(--ewood-gold);
  font-size: 1em;
  margin-bottom: 0.8rem;
}
.page-cart .quote-finalization-section {
  /* Label avec étoile conditionnelle */
}
.page-cart .quote-finalization-section .form-field label.required-conditional::after {
  content: " *";
  color: var(--ewood-danger);
}
.page-cart {
  /* ===== BOUTONS ===== */
}
.page-cart .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 3;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page-cart .btn:hover {
  text-decoration: none;
  transform: translateY(-2px);
}
.page-cart .btn-primary {
  background: var(--ewood-primary);
  color: white;
  border: 2px solid var(--ewood-primary);
}
.page-cart .btn-primary:hover {
  background-color: transparent;
  border-color: #cc975e;
  color: #cc975e;
}
.page-cart .btn-remove {
  background: var(--ewood-danger);
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  border: 2px solid var(--ewood-danger);
}
.page-cart .btn-remove:hover {
  background: #c82333;
  border-color: #c82333;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}
.page-cart {
  /* Bouton de soumission style E-wood */
}
.page-cart .btn-devis-submit {
  background: #cc975e;
  color: white;
  border: 2px solid #cc975e;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.page-cart .btn-devis-submit:hover {
  background: transparent;
  color: #cc975e;
  border-color: #cc975e;
}
.page-cart .btn-devis-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.page-cart {
  /* Actions du formulaire */
}
.page-cart .form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ewood-border);
  margin-top: 1rem;
}
.page-cart {
  /* Loader du bouton */
}
.page-cart .btn-loader {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-cart .spinner {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-cart {
  /* ===== ANIMATIONS ===== */
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-cart .ewood-cart-content {
  animation: slideIn 0.6s ease-out;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .ewood-cart-page {
    padding: 1rem 0;
  }
  .ewood-cart-page .container {
    padding: 0 15px;
  }
  .ewood-cart-page .page-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .ewood-cart-page .page-header h1 {
    font-size: 2rem;
  }
  .ewood-cart-page .cart-table-wrapper {
    border-radius: 8px;
  }
  .ewood-cart-page .ewood-cart-table th,
  .ewood-cart-page .ewood-cart-table td {
    padding: 0.8rem 0.5rem;
    font-size: 0.9rem;
  }
  .ewood-cart-page .ewood-cart-table th {
    font-size: 0.8rem;
  }
  .ewood-cart-page .cart-summary {
    max-width: 100%;
    padding: 0 1rem;
  }
  .ewood-cart-page .ewood-cart-total {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    min-width: 180px;
  }
  .ewood-cart-page .btn-finalize {
    padding: 1rem 2rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
  }
  .ewood-cart-page .empty-cart-message {
    padding: 3rem 1.5rem;
  }
  .ewood-cart-page {
    /* Responsive pour le nouveau layout */
  }
  .ewood-cart-page .cart-summary-inline {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .ewood-cart-page .total-section-inline {
    flex-direction: column;
    gap: 0.5rem;
  }
  .ewood-cart-page .btn-finalize-inline {
    width: 100%;
    max-width: 300px;
    padding: 1rem 1.5rem;
  }
  /* Formulaire responsive */
  .quote-finalization-section {
    padding: 1rem 0;
  }
  .quote-finalization-section .container {
    padding: 0 15px;
  }
  .quote-finalization-section .page-title {
    font-size: 1.8em;
  }
  .quote-finalization-section .quote-form-section {
    padding: 1.5rem;
  }
  .quote-finalization-section .form-row-half {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .quote-finalization-section .form-actions {
    flex-direction: column;
    gap: 1rem;
  }
  .btn-primary,
  .btn-secondary,
  .btn-devis-submit {
    width: 100%;
    justify-content: center;
  }
  .delivery-header {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .delivery-toggle {
    align-self: flex-start;
  }
  /* Table responsive pour formulaire */
  .cart-items-table {
    font-size: 0.9em;
  }
  .ewood-cart-table th:nth-child(2),
  .ewood-cart-table td:nth-child(2) {
    display: none; /* Masquer spécifications sur mobile */
  }
}
@media (max-width: 480px) {
  .ewood-cart-page .cart-table-wrapper {
    font-size: 0.85rem;
  }
  .ewood-cart-page .ewood-cart-table th,
  .ewood-cart-page .ewood-cart-table td {
    padding: 0.6rem 0.4rem;
  }
  .ewood-cart-page .ewood-cart-quantity {
    width: 60px;
    padding: 0.4rem;
  }
  .ewood-cart-page .ewood-cart-total {
    font-size: 1.3rem;
    padding: 0.8rem 1.2rem;
    min-width: 160px;
  }
  .btn-finalize {
    padding: 0.9rem 1.5rem;
    font-size: 0.85rem;
  }
  .ewood-cart-table {
    font-size: 0.8em;
  }
  .delivery-description {
    font-size: 0.85em;
  }
  .form-field input,
  .form-field textarea {
    font-size: 16px; /* Éviter le zoom sur iOS */
  }
}
.categories-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.categories-links .btn {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  padding: 10px 20px;
  min-width: fit-content;
  background-color: #1b1b1b;
  border-radius: 0.5rem;
}

body:not(.home) .page .wp-block-quote {
  border-left: 5px solid #1b1b1b;
  padding-left: 10px;
}
body:not(.home) .page .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

body main.privacy-policy,
body main.legal-terms {
  max-width: 800px;
  margin-inline: auto;
}
body main.privacy-policy h2,
body main.legal-terms h2 {
  font-size: 22px;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body main.privacy-policy p,
body main.legal-terms p {
  margin-top: 10px;
  margin-bottom: 10px;
}
body main.privacy-policy strong,
body main.legal-terms strong {
  font-family: "Roboto";
  font-weight: normal;
  font-weight: 600;
}
body main.privacy-policy a,
body main.legal-terms a {
  font-family: "Roboto";
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  color: #1b1b1b;
}
body main.privacy-policy ul,
body main.privacy-policy ol,
body main.legal-terms ul,
body main.legal-terms ol {
  padding-left: 30px;
  list-style-position: outside;
}
body main.privacy-policy ul li,
body main.privacy-policy ol li,
body main.legal-terms ul li,
body main.legal-terms ol li {
  margin-bottom: 10px;
}

.agJsWidget {
  z-index: 100 !important;
}

.article {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.article:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.article .article-image {
  display: block;
  width: 100%;
  overflow: hidden;
}
.article .article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.article .article-image:hover img {
  transform: scale(1.05);
}
.article .article-container {
  padding: 20px;
}
.article .article-wrapper {
  margin-bottom: 15px;
}
.article .title {
  text-decoration: none;
  margin-bottom: 15px;
  display: block;
}
.article .title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #1b1b1b;
}
.article .article-subcontainer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: rgba(27, 27, 27, 0.6);
  display: none;
}
.article .date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article .date img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.article .excerpt {
  font-size: 15px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article .read-more {
  font-size: 14px;
  font-weight: 500;
  color: #cc975e;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.error-404 {
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.error-404__img {
  width: 200px;
  filter: invert(28%) sepia(89%) saturate(1640%) hue-rotate(218deg) brightness(91%) contrast(101%);
}
.error-404__title {
  font-size: 22px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 18px;
}

form {
  background-color: #f9faf9;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  gap: 20px;
}
form .fields-double-col {
  display: flex;
  column-gap: 20px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  form .fields-double-col {
    flex-direction: column;
  }
}
form .fields-double-col span {
  flex-grow: 1;
}
form .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 12px;
}
form .wpcf7-list-item {
  margin: 0px;
  padding: 20px 0px;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
form .wpcf7-spinner {
  margin-inline: auto;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
form .legal-notice {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  color: #c2c2c2;
}
form .legal-notice a {
  color: #cc975e;
  text-decoration: none;
  font-weight: 600;
}
form input[type=text],
form input[type=email],
form input[type=tel] {
  font-family: "Roboto";
  font-weight: normal;
  padding: 20px 10px;
  border: 1px solid #e1e1e1;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 16px;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: normal;
}
form input:focus,
form textarea:focus {
  outline: none;
  border-color: #cc975e;
}
form textarea {
  font-family: "Roboto";
  font-weight: normal;
  padding: 20px 15px;
  width: 100%;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 16px;
}
form textarea::placeholder {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: normal;
}
form input[type=submit] {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
form input[type=submit]:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
form input[type=submit] {
  background-color: #cc975e;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cc975e;
  padding: 15px 10px;
}
form input[type=submit]:hover {
  background-color: transparent;
  color: #cc975e;
  border: 1px solid #cc975e;
}

.block-video {
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.block-video .video-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-inline: auto;
  background-color: #1b1b1b;
  aspect-ratio: 16/9;
}
.block-video .video-wrapper .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.block-video .video-wrapper .text-container .play-icon {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.block-video .video-wrapper .text-container .play-icon img {
  display: block;
  width: 60px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.block-video .video-wrapper .text-container .play-icon:hover {
  transform: scale(1.1);
}
.block-video .video-wrapper .poster-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-video .video-wrapper .poster-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), to(transparent));
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), to(transparent));
  filter: grayscale(1);
  transition: filter 0.3s ease-in-out, transform 2s ease-in-out;
}
.block-video:hover .poster-container img {
  transform: scale(1.1);
}
.block-video .video-container.show-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-video .video-container.show-video .video-player-container {
  position: relative;
  display: block;
  width: 90%;
  max-width: 800px;
}
.block-video .video-container.show-video .video-player-container .close-icon {
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: 0px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
  transition: transform 500ms ease-in-out;
}
.block-video .video-container.show-video .video-player-container .close-icon:hover {
  transform: rotate(90deg);
}
.block-video .video-container.show-video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .block-video .video-wrapper {
    min-height: unset;
  }
  .block-video .video-wrapper .text-container .play-icon img {
    width: 45px;
  }
}

.background-grey {
  background-color: rgba(27, 27, 27, 0.03);
}

.default-ban .title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  color: #fff;
  max-width: 900px;
}
.default-ban .subtitle {
  font-size: clamp(22px, 3vw, 26px);
  color: #fff;
  font-weight: 300;
  margin-top: 30px;
  max-width: 900px;
}

.default-title h2 {
  font-size: clamp(36px, 5vw, 46px);
  font-weight: 900;
  color: #1b1b1b;
}
@media screen and (max-width: 768px) {
  .default-title h2 {
    text-align: center;
  }
}
.default-title.center {
  text-align: center;
}

.default-text {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}
.default-text p {
  margin-bottom: 20px;
}
.default-text p:last-child {
  margin-bottom: 0;
}

.default-btn a {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
.default-btn a:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
@media screen and (max-width: 768px) {
  .default-btn a {
    width: 100%;
  }
}
.default-btn.center a {
  margin-inline: auto;
}

.custom-btn a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  padding: 10px 10px 10px 20px;
  background-color: #1b1b1b;
  color: #f9faf9;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 300;
  transition: all 0.3s ease;
}
.custom-btn a .image-container {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.custom-btn a img {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.custom-btn a:hover {
  background-color: #f9faf9;
  color: #1b1b1b;
}
.custom-btn a:hover .image-container {
  background-color: #1b1b1b;
}
.custom-btn a:hover img {
  transform: rotate(0deg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.custom-btn.center .btn-container {
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 759px) {
  .default-double-col {
    padding-top: 50px;
  }
}
.default-double-col .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 50px;
  row-gap: 30px;
}
.default-double-col .content-wrapper .media-container,
.default-double-col .content-wrapper .text-container {
  flex-grow: 1;
  flex-basis: 450px;
}
.default-double-col .content-wrapper .media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
@media screen and (max-width: 759px) {
  .default-double-col .content-wrapper .text-container .content {
    text-align: center;
  }
}
.default-double-col .content-wrapper .text-container .title {
  color: #1b1b1b;
  font-size: clamp(36px, 5vw, 46px);
  margin-bottom: 30px;
}
@media screen and (max-width: 759px) {
  .default-double-col .content-wrapper .text-container .title {
    margin-top: 0px;
  }
}
.default-double-col .content-wrapper .text-container .text p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 20px;
}
.default-double-col .content-wrapper .text-container .text p:last-child {
  margin-bottom: 0;
}
.default-double-col .content-wrapper .text-container .text a {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 900;
}
.default-double-col .content-wrapper .text-container .text strong {
  color: #1b1b1b;
  font-weight: 900;
}
.default-double-col .content-wrapper .text-container .text ul {
  padding-left: 17px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.default-double-col .content-wrapper .text-container .text ul li {
  margin-bottom: 10px;
}
.default-double-col .content-wrapper .text-container .text ul li:last-child {
  margin-bottom: 0;
}
.default-double-col .content-wrapper .text-container .link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  padding: 10px 10px 10px 20px;
  background-color: #1b1b1b;
  color: #f9faf9;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 300;
  transition: all 0.3s ease;
}
.default-double-col .content-wrapper .text-container .link .image-container {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.default-double-col .content-wrapper .text-container .link img {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.default-double-col .content-wrapper .text-container .link:hover {
  background-color: #f9faf9;
  color: #1b1b1b;
}
.default-double-col .content-wrapper .text-container .link:hover .image-container {
  background-color: #1b1b1b;
}
.default-double-col .content-wrapper .text-container .link:hover img {
  transform: rotate(0deg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.default-double-col .content-wrapper .text-container .link {
  margin-top: 30px;
}
.default-double-col.position-left .content-wrapper {
  flex-direction: row-reverse;
}

.default-img .image-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.default-img.full-width .image-container picture {
  width: 100%;
}
.default-img.full-width .image-container img {
  width: 100%;
}
.default-img.center .image-container {
  display: flex;
  justify-content: center;
}

.default-slider {
  position: relative;
}
.default-slider .swiper {
  width: 100%;
  padding-bottom: 50px;
  padding-top: 5px;
}
.default-slider .swiper .swiper-slide {
  height: auto;
}
.default-slider.categories-slider .category-card {
  display: block;
  aspect-ratio: 3/4;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.default-slider.categories-slider .category-card:hover {
  transform: translateY(-5px);
}
.default-slider.categories-slider .category-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.default-slider.categories-slider .category-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgb(0, 0, 0) 100%);
}
.default-slider.categories-slider .category-card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  width: 100%;
}
.default-slider.categories-slider .category-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.default-slider.categories-slider .categorie-description {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  margin-top: 10px;
}
.default-slider.products-slider .product-card {
  display: block;
  background: #fff;
  transition: transform 0.3s ease;
  height: 100%;
  background: #f2f2f2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.default-slider.products-slider .product-card:hover {
  transform: translateY(-5px);
}
.default-slider.products-slider .product-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.default-slider.products-slider .product-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.default-slider.products-slider .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.default-slider.products-slider .product-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.default-slider.products-slider .product-content h3 {
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.default-slider.products-slider .product-content p {
  font-size: 14px;
  color: grey;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.default-slider.products-slider .product-content .view-more {
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: auto;
}
.default-slider.products-slider .product-card:hover .view-more {
  color: black;
}
.default-slider .slider-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.default-slider .swiper-button-next,
.default-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  position: static;
  transition: all 0.3s ease;
}
.default-slider .swiper-button-next:after,
.default-slider .swiper-button-prev:after {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 900;
}
.default-slider .swiper-button-next:hover,
.default-slider .swiper-button-prev:hover {
  transform: scale(1.1);
}

.default-essences .wood-essence-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.default-essences .essence-item {
  flex: 0 0 calc(20% - 16px);
  max-width: 300px;
}
.default-essences .essence-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.default-essences .essence-card:hover {
  transform: translateY(-3px);
}
.default-essences .essence-card:hover .essence-card-inner {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.default-essences .essence-card-inner {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid rgba(57, 83, 74, 0.1);
  background-color: rgba(57, 83, 74, 0.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.default-essences .essence-card-image {
  border-radius: 5px;
  overflow: hidden;
}
.default-essences .essence-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.default-essences .essence-card-content {
  padding: 20px 10px 10px 10px;
}
.default-essences .essence-card-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  text-align: center;
}
@media (max-width: 1024px) {
  .default-essences .essence-item {
    flex: 0 0 calc(25% - 15px);
  }
}
.default-essences {
  /* Responsive */
}
@media (max-width: 768px) {
  .default-essences .essence-item {
    flex: 0 0 calc(33.333% - 15px);
  }
}
@media (max-width: 600px) {
  .default-essences .essence-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .default-essences .essence-item {
    flex: 0 0 100%;
    max-width: 400px;
  }
}

.defaut-products-highlight .block-products-highlight-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.defaut-products-highlight .content-inner-left {
  position: sticky;
  top: 180px;
  height: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 1099px) {
  .defaut-products-highlight .content-inner-left {
    margin-top: 0;
    position: unset;
    top: 30px;
  }
}
.defaut-products-highlight .content-inner-left h2 {
  font-size: clamp(36px, 5vw, 46px);
  margin-bottom: 30px;
  font-weight: 900;
  color: #1b1b1b;
}
.defaut-products-highlight .content-inner-left p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 30px;
}
.defaut-products-highlight .content-inner-left a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  padding: 10px 10px 10px 20px;
  background-color: #1b1b1b;
  color: #f9faf9;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 300;
  transition: all 0.3s ease;
}
.defaut-products-highlight .content-inner-left a .image-container {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.defaut-products-highlight .content-inner-left a img {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.defaut-products-highlight .content-inner-left a:hover {
  background-color: #fff;
  color: #1b1b1b;
}
.defaut-products-highlight .content-inner-left a:hover .image-container {
  background-color: #1b1b1b;
}
.defaut-products-highlight .content-inner-left a:hover img {
  transform: rotate(0deg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.defaut-products-highlight .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.defaut-products-highlight .product-item {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.defaut-products-highlight .product-item:hover .product-image img {
  transform: scale(1.1);
}
.defaut-products-highlight .product-image {
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  overflow: hidden;
  border-radius: 5px;
}
.defaut-products-highlight .product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mask-image: linear-gradient(to bottom, #000 50%, transparent);
  transition: transform 0.3s ease;
}
.defaut-products-highlight .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}
.defaut-products-highlight .product-content h3 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.defaut-products-highlight .product-content h3 span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-color: #cc975e;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.defaut-products-highlight .product-content img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.defaut-products-highlight .product-content p {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .defaut-products-highlight .block-products-highlight-wrapper {
    gap: 30px;
  }
}
@media (max-width: 980px) {
  .defaut-products-highlight .block-products-highlight-wrapper {
    display: block;
  }
  .defaut-products-highlight .content-inner-left {
    position: unset;
    margin-bottom: 50px;
  }
  .defaut-products-highlight .product-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 759px) {
  .defaut-products-highlight .content-inner-left {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .defaut-products-highlight .product-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 20px;
  }
}

.default-faq-highlight .block-faq-highlight-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.default-faq-highlight .content-inner-left {
  position: sticky;
  top: 180px;
  height: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 1099px) {
  .default-faq-highlight .content-inner-left {
    margin-top: 0;
    position: unset;
    top: 30px;
  }
}
.default-faq-highlight .content-inner-left h2 {
  font-size: clamp(36px, 5vw, 46px);
  margin-bottom: 30px;
  font-weight: 900;
  color: #1b1b1b;
}
.default-faq-highlight .content-inner-left p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 30px;
}
.default-faq-highlight .content-inner-left a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  padding: 10px 10px 10px 20px;
  background-color: #1b1b1b;
  color: #f9faf9;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 300;
  transition: all 0.3s ease;
}
.default-faq-highlight .content-inner-left a .image-container {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.default-faq-highlight .content-inner-left a img {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.default-faq-highlight .content-inner-left a:hover {
  background-color: #f9faf9;
  color: #1b1b1b;
}
.default-faq-highlight .content-inner-left a:hover .image-container {
  background-color: #1b1b1b;
}
.default-faq-highlight .content-inner-left a:hover img {
  transform: rotate(0deg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.default-faq-highlight .faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-faq-highlight .faq-item {
  border: 1px solid rgba(27, 27, 27, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}
.default-faq-highlight .faq-item:hover {
  border-color: rgba(27, 27, 27, 0.2);
  box-shadow: 0 4px 12px rgba(27, 27, 27, 0.08);
}
.default-faq-highlight .faq-item.active {
  border-color: #1b1b1b;
}
.default-faq-highlight .faq-item.active .faq-question {
  background-color: rgba(27, 27, 27, 0.05);
}
.default-faq-highlight .faq-item.active .faq-question .faq-toggle img {
  transform: rotate(180deg);
}
.default-faq-highlight .faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
  user-select: none;
}
.default-faq-highlight .faq-question:hover {
  background-color: rgba(27, 27, 27, 0.03);
}
.default-faq-highlight .faq-question h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  margin-right: 15px;
}
.default-faq-highlight .faq-question .faq-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.default-faq-highlight .faq-question .faq-toggle img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.default-faq-highlight .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.default-faq-highlight .faq-answer.active {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}
.default-faq-highlight .faq-answer .faq-answer-content {
  padding: 20px;
}
.default-faq-highlight .faq-answer .faq-answer-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #1b1b1b;
}
.default-faq-highlight .faq-answer .faq-answer-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .default-faq-highlight .block-faq-highlight-wrapper {
    display: block;
  }
  .default-faq-highlight .content-inner-left {
    position: unset;
    margin-bottom: 50px;
  }
}
@media (max-width: 759px) {
  .default-faq-highlight .content-inner-left {
    text-align: center;
  }
}

.default-articles .articles {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (min-width: 768px) {
  .default-articles .articles .article {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
}
@media (max-width: 767px) {
  .default-articles .articles .article {
    flex: 0 0 100%;
    max-width: 400px;
  }
}

.default-ban.inner-ban {
  min-height: auto;
  max-height: 400px;
  height: 400px;
  overflow: hidden;
}
.default-ban.inner-ban .content {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-block: 30px;
  background-color: transparent;
}

.accueil .section-ewood-002 .default-slider {
  padding: 20px;
}
.accueil .section-ewood-002 .default-slider .swiper {
  padding-bottom: 5px;
}
.accueil .section-ewood-002 .default-slider .category-card {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 769px) {
  .accueil .section-ewood-002 .default-slider .slider-navigation {
    display: none;
  }
}
.accueil .section-ewood-005 .default-double-col .content-wrapper {
  flex-direction: row-reverse;
}
.accueil .section-ewood-006 .default-faq-highlight .button:hover {
  background-color: #f9faf9;
}

.a-propos .section-ewood-002 .default-double-col .content-wrapper .text-container h2 {
  font-size: clamp(36px, 5vw, 46px);
  margin-bottom: 30px;
}
.a-propos .section-ewood-002 .default-double-col .content-wrapper .text-container ul {
  padding-left: 17px;
}
.a-propos .section-ewood-002 .default-double-col .content-wrapper .text-container ul li {
  margin-bottom: 10px;
  line-height: 1.8;
}
.a-propos .section-ewood-002 .default-double-col .content-wrapper .text-container ul li:last-child {
  margin-bottom: 0;
}

.contact .section-ban .block-ban-container .content {
  align-items: center;
}
.contact .section-ban .block-ban-container .content .title,
.contact .section-ban .block-ban-container .content .subtitle {
  text-align: center;
}
.contact .section-ban .block-ban-container .content .title {
  color: #fff;
  font-size: 66px;
}
.contact .section-form .block-btn-container .btn-container {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .contact .section-form .block-btn-container .btn-container {
    flex-direction: column;
    row-gap: 10px;
  }
  .contact .section-form .block-btn-container .btn-container a {
    width: 100%;
  }
}

.wood-essence-single {
  margin-top: 150px;
}
@media screen and (max-width: 1099px) {
  .wood-essence-single {
    margin-top: 0px;
  }
}
.wood-essence-single .essence-intro .content-container {
  display: flex;
  gap: 30px;
  background-color: #1b1b1b;
  border-radius: 10px;
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.wood-essence-single .essence-intro .text-container {
  flex: 1 1 auto;
  min-width: 0;
  color: #fafafa;
}
.wood-essence-single .essence-intro .text-container .title {
  font-size: clamp(32px, 5vw, 36px);
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wood-essence-single .essence-intro .text-container .title {
    text-align: center;
  }
}
.wood-essence-single .essence-intro .text-container .description {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  padding-bottom: 15px;
}
.wood-essence-single .essence-intro .text-container .description b,
.wood-essence-single .essence-intro .text-container .description strong {
  color: #1b1b1b;
}
.wood-essence-single .essence-intro .text-container .description p {
  margin-bottom: 15px;
}
.wood-essence-single .essence-intro .text-container .description p:last-child {
  margin-bottom: 0;
}
.wood-essence-single .essence-intro .text-container .description ul,
.wood-essence-single .essence-intro .text-container .description ol {
  padding-left: 17px;
}
.wood-essence-single .essence-intro .text-container .description ul li,
.wood-essence-single .essence-intro .text-container .description ol li {
  margin-bottom: 10px;
}
.wood-essence-single .essence-intro .text-container .description ul li:last-child,
.wood-essence-single .essence-intro .text-container .description ol li:last-child {
  margin-bottom: 0;
}
.wood-essence-single .essence-intro .text-container .description:last-child {
  margin-bottom: 0;
}
.wood-essence-single .essence-intro .image-container {
  flex: 0 0 auto;
  max-width: 200px;
  width: 100%;
  position: sticky;
  top: 120px;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .wood-essence-single .essence-intro .image-container {
    position: unset;
    top: 0;
  }
}
.wood-essence-single .essence-intro .image-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wood-essence-single .essence-intro .image-container img {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .wood-essence-single .essence-intro .content-container {
    flex-direction: column;
    align-items: stretch;
  }
  .wood-essence-single .essence-intro .image-container {
    order: -1;
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wood-essence-single .essence-intro .text-container,
  .wood-essence-single .essence-intro .image-container {
    flex: 0 0 auto;
    width: 100%;
  }
}
.wood-essence-single .essence-content-blocks .content-container {
  display: grid;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .wood-essence-single .essence-content-blocks .content-container {
    gap: 50px;
  }
}
.wood-essence-single .essence-content-blocks .essence-flex-block {
  display: flex;
  gap: 50px;
}
.wood-essence-single .essence-content-blocks .essence-flex-block.orientation-right {
  flex-direction: row-reverse;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-media {
  flex: 0 0 50%;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-media {
    height: fit-content;
    top: 50px;
    position: sticky;
  }
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-media img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  height: auto;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body {
  flex: 1 1 50%;
  min-width: 0;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .title {
  font-size: clamp(26px, 5vw, 28px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .title {
    text-align: center;
  }
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content {
  color: #8e9593;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 15px;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content p:last-child {
  margin-bottom: 0;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content ul {
  padding-left: 17px;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content ul li {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content b,
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content strong {
  color: #1b1b1b;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content a {
  display: inline-block;
  color: #1b1b1b;
  font-weight: 900;
  transition: transform 0.3s ease;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content a:hover {
  transform: translateY(-2px);
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content .alignright {
  float: right;
  margin: 0 0 30px 30px;
  max-width: 50%;
  width: 100%;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content .alignleft {
  float: left;
  margin: 0 30px 30px 0;
  max-width: 50%;
  width: 100%;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content .aligncenter {
  display: block;
  margin: 30px auto;
  clear: both;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content .alignnone {
  margin: 30px 0;
  max-width: 100%;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content .essence-block-body::after,
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content .content::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 768px) {
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content .alignright,
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .content .alignleft {
    float: none;
    display: block;
    margin: 30px auto;
    max-width: 100%;
  }
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .cta {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .cta {
    text-align: center;
  }
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .btn {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  padding: 10px 10px 10px 20px;
  background-color: #1b1b1b;
  color: #f9faf9;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 300;
  transition: all 0.3s ease;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .btn .image-container {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .btn img {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .btn:hover {
  background-color: #f9faf9;
  color: #1b1b1b;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .btn:hover .image-container {
  background-color: #1b1b1b;
}
.wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body .btn:hover img {
  transform: rotate(0deg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
@media screen and (min-width: 769px) {
  .wood-essence-single .essence-content-blocks .essence-flex-block:not(:has(.essence-block-media)) .essence-block-body .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(57, 83, 74, 0.2);
  }
}
@media screen and (min-width: 769px) {
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-media {
    flex: 2;
  }
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body {
    flex: 3;
  }
}
.wood-essence-single .essence-content-blocks .essence-flex-block {
  /* Empilement en mobile */
}
@media (max-width: 768px) {
  .wood-essence-single .essence-content-blocks .essence-flex-block {
    flex-direction: column;
    align-items: stretch;
  }
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-media,
  .wood-essence-single .essence-content-blocks .essence-flex-block .essence-block-body {
    flex: 0 0 auto;
    width: 100%;
  }
  .wood-essence-single .essence-content-blocks .essence-flex-block.orientation-right {
    flex-direction: column;
  }
}
.wood-essence-single .essence-summary .content-container {
  padding: 20px;
  background-color: rgba(27, 27, 27, 0.05);
  border-radius: 10px;
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(142, 149, 147, 0.15);
}
.wood-essence-single .essence-summary .title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 30px;
}
.wood-essence-single .essence-summary .essence-summary-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #8e9593;
}
.wood-essence-single .essence-summary .essence-summary-table th,
.wood-essence-single .essence-summary .essence-summary-table td {
  padding: 15px 10px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
  line-height: 1.8;
  text-align: justify;
}
.wood-essence-single .essence-summary .essence-summary-table th {
  width: auto;
  min-width: 250px;
  text-align: left;
  font-weight: 600;
  color: #1b1b1b;
}
.wood-essence-single .essence-summary .essence-summary-table tr:last-child th,
.wood-essence-single .essence-summary .essence-summary-table tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .wood-essence-single .essence-summary .essence-summary-table {
    border-collapse: separate;
  }
  .wood-essence-single .essence-summary .essence-summary-table tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 15px;
    border-bottom: 1px solid #f9faf9;
  }
  .wood-essence-single .essence-summary .essence-summary-table tr:last-child {
    border-bottom: 0;
  }
  .wood-essence-single .essence-summary .essence-summary-table th,
  .wood-essence-single .essence-summary .essence-summary-table td {
    border: 0;
    padding: 8px 0;
    width: auto;
  }
  .wood-essence-single .essence-summary .essence-summary-table th {
    margin-bottom: 10px;
    width: auto;
    border-bottom: 1px solid #e4e4e4;
  }
  .wood-essence-single .essence-summary .essence-summary-table td {
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 5px;
  }
}
.wood-essence-single .essence-categories .title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 30px;
  text-align: center;
}
.wood-essence-single .essence-categories .categories-essence-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wood-essence-single .essence-categories .categories-essence-grid {
    justify-content: center;
  }
}
.wood-essence-single .essence-categories .category-item {
  display: flex;
  flex: 0 1 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1024px) {
  .wood-essence-single .essence-categories .category-item {
    flex: 0 1 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .wood-essence-single .essence-categories .category-item {
    flex: 0 1 100%;
    max-width: 480px;
    width: 100%;
  }
}
.wood-essence-single .essence-categories .category-card {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(57, 83, 74, 0.1);
  background-color: rgba(57, 83, 74, 0.03);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  padding: 10px;
  text-decoration: none;
}
.wood-essence-single .essence-categories .category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.wood-essence-single .essence-categories .category-card:focus-visible {
  outline: 2px solid #3a3a3a;
  outline-offset: 2px;
}
.wood-essence-single .essence-categories .category-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wood-essence-single .essence-categories .category-card-image {
  width: 100%;
  aspect-ratio: 1/1;
  background: #f2f2f2;
}
.wood-essence-single .essence-categories .category-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wood-essence-single .essence-categories .category-card-content {
  padding: 30px 10px 10px 10px;
}
.wood-essence-single .essence-categories .category-card-content h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  color: #1b1b1b;
}
.wood-essence-single .essence-categories-slider .content-container {
  position: relative;
}
.wood-essence-single .essence-categories-slider .essence-slider {
  position: relative;
  padding: 20px 0 30px;
}
.wood-essence-single .essence-categories-slider .swiper-slide {
  height: auto;
}
.wood-essence-single .essence-categories-slider .slide-card {
  display: block;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wood-essence-single .essence-categories-slider .slide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.wood-essence-single .essence-categories-slider .slide-card:hover .slide-image {
  transform: scale(1.05);
}
.wood-essence-single .essence-categories-slider .slide-image-wrapper {
  display: flex;
  align-items: end;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.wood-essence-single .essence-categories-slider .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: 1;
}
.wood-essence-single .essence-categories-slider .slide-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  z-index: 1;
}
.wood-essence-single .essence-categories-slider .slide-title-wrapper {
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.wood-essence-single .essence-categories-slider .slide-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
}
.wood-essence-single .essence-categories-slider .swiper-button-prev,
.wood-essence-single .essence-categories-slider .swiper-button-next {
  color: #1b1b1b;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.wood-essence-single .essence-categories-slider .swiper-button-prev::after,
.wood-essence-single .essence-categories-slider .swiper-button-next::after {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wood-essence-single .essence-categories-slider .swiper-button-prev,
  .wood-essence-single .essence-categories-slider .swiper-button-next {
    display: none;
  }
}
.wood-essence-single .essence-categories-slider .swiper-button-prev {
  left: 10px;
}
.wood-essence-single .essence-categories-slider .swiper-button-next {
  right: 10px;
}
.wood-essence-single .essence-categories-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.wood-essence-single .essence-categories-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(27, 27, 27, 0.3);
  opacity: 1;
}
.wood-essence-single .essence-categories-slider .swiper-pagination-bullet-active {
  background: #1b1b1b;
}
.wood-essence-single .essence-faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wood-essence-single .essence-faq .title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 30px;
  text-align: center;
}
.wood-essence-single .essence-faq .faq-item {
  border: 1px solid rgba(27, 27, 27, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}
.wood-essence-single .essence-faq .faq-item:hover {
  border-color: rgba(27, 27, 27, 0.2);
  box-shadow: 0 4px 12px rgba(27, 27, 27, 0.08);
}
.wood-essence-single .essence-faq .faq-item.active {
  border-color: #1b1b1b;
}
.wood-essence-single .essence-faq .faq-item.active .faq-question {
  background-color: rgba(27, 27, 27, 0.05);
}
.wood-essence-single .essence-faq .faq-item.active .faq-question .faq-toggle img {
  transform: rotate(180deg);
}
.wood-essence-single .essence-faq .faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
  user-select: none;
}
.wood-essence-single .essence-faq .faq-question:hover {
  background-color: rgba(27, 27, 27, 0.03);
}
.wood-essence-single .essence-faq .faq-question h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  margin-right: 15px;
}
.wood-essence-single .essence-faq .faq-question .faq-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wood-essence-single .essence-faq .faq-question .faq-toggle img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.wood-essence-single .essence-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.wood-essence-single .essence-faq .faq-answer.active {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}
.wood-essence-single .essence-faq .faq-answer .faq-answer-content {
  padding: 20px;
}
.wood-essence-single .essence-faq .faq-answer .faq-answer-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #1b1b1b;
}
.wood-essence-single .essence-faq .faq-answer .faq-answer-content p:last-child {
  margin-bottom: 0;
}
.wood-essence-single .essence-post-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.wood-essence-single .essence-post-nav .prev a,
.wood-essence-single .essence-post-nav .next a {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
.wood-essence-single .essence-post-nav .prev a:hover,
.wood-essence-single .essence-post-nav .next a:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
.wood-essence-single .essence-post-nav .prev a,
.wood-essence-single .essence-post-nav .next a {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
@media (max-width: 768px) {
  .wood-essence-single .essence-post-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .wood-essence-single .essence-post-nav .prev a,
  .wood-essence-single .essence-post-nav .next a {
    display: inline-block;
  }
}

/* =====================================================
   SYSTÈME DE RECHERCHE AJAX - RÉSULTATS
   ===================================================== */
/* Conteneur principal des résultats */
.search-input-wrapper {
  position: relative;
}

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
  max-height: 60vh;
  display: none;
  margin-top: 10px;
  flex-direction: column;
}

.search-results.active {
  display: flex;
}

/* Conteneur scrollable pour les résultats */
.search-results-content {
  flex: 1;
  overflow-y: auto;
  max-height: calc(60vh - 60px);
}

/* Version mobile - même design que desktop */
.search-item.hidden-desktop .search-results {
  background: #fff;
  left: -15px;
  right: -15px;
  width: calc(100% + 30px);
}

/* Liste des résultats */
.search-results-list {
  padding: 10px 0;
}

/* Item de résultat */
.search-result-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  color: #1b1b1b;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item:hover {
  background-color: #f8f8f8;
}

/* Image du produit */
.search-result-image {
  width: 65px;
  height: 65px;
  margin-right: 15px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contenu du résultat */
.search-result-content {
  flex: 1;
  min-width: 0;
}

.search-result-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1b1b1b;
}

.search-result-reference {
  font-size: 13px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Footer des résultats (fixe en bas) */
.search-results-footer {
  padding: 15px 20px;
  border-top: 1px solid #e0e0e0;
  background: #f8f8f8;
  text-align: center;
  border-radius: 0 0 12px 12px;
  flex-shrink: 0;
}

.search-view-all {
  display: inline-block;
  padding: 10px 25px;
  background-color: #1b1b1b;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.search-view-all:hover {
  background-color: rgb(1.5, 1.5, 1.5);
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

/* États de chargement et erreur */
.search-loading,
.search-error,
.search-no-results {
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.search-error {
  color: #d32f2f;
}

/* Animation de chargement */
.search-loading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #cc975e;
  border-radius: 50%;
  animation: search-spin 1s linear infinite;
}

@keyframes search-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Scrollbar personnalisée pour les résultats */
.search-results-content::-webkit-scrollbar {
  width: 8px;
}

.search-results-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.search-results-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.search-results-content::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .search-results {
    max-height: 70vh;
  }
  .search-results-content {
    max-height: calc(70vh - 60px);
  }
  .search-result-image {
    width: 55px;
    height: 55px;
    margin-right: 12px;
  }
  .search-result-title {
    font-size: 14px;
  }
  .search-result-reference {
    font-size: 12px;
  }
}
/* Z-index pour s'assurer que les résultats sont au-dessus du reste (notamment agJsWidget) */
.header-menu .search-results {
  z-index: 9999999;
}

/* Ajustement pour le header fixe */
.header-container.is-fixed .search-results {
  position: fixed;
  top: auto;
  margin-top: 38px;
}

.admin-bar .header-container.is-fixed .search-results {
  margin-top: 38px;
}

.page-top-spacing {
  margin-top: 100px;
}
@media screen and (max-width: 1100px) {
  .page-top-spacing {
    margin-top: 0;
  }
}

.wood-essence-single-v2 {
  padding-top: 115px;
}
@media screen and (max-width: 1100px) {
  .wood-essence-single-v2 {
    padding-top: 0;
  }
}
.wood-essence-single-v2 .essence-hero {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.wood-essence-single-v2 .essence-hero .hero-image-container {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.wood-essence-single-v2 .essence-hero .hero-image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to top, #fafafa 0%, transparent 100%);
  pointer-events: none;
}
.wood-essence-single-v2 .essence-hero .hero-image-container img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .wood-essence-single-v2 .essence-hero .hero-image-container {
    max-height: 350px;
  }
  .wood-essence-single-v2 .essence-hero .hero-image-container img {
    max-height: 350px;
  }
}
.wood-essence-single-v2 .essence-introduction {
  margin-top: -75px;
  position: relative;
}
.wood-essence-single-v2 .essence-introduction .content-container {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}
.wood-essence-single-v2 .essence-introduction .intro-thumbnail {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 10px 20px -3px rgba(0, 0, 0, 0.4);
}
.wood-essence-single-v2 .essence-introduction .intro-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wood-essence-single-v2 .essence-introduction .intro-title {
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 30px;
  line-height: 1.2;
}
.wood-essence-single-v2 .essence-introduction .intro-content {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
.wood-essence-single-v2 .essence-introduction .intro-content p {
  margin-bottom: 20px;
}
.wood-essence-single-v2 .essence-introduction .intro-content p:last-child {
  margin-bottom: 0;
}
.wood-essence-single-v2 .essence-introduction .intro-content strong,
.wood-essence-single-v2 .essence-introduction .intro-content b {
  color: #1b1b1b;
  font-weight: 600;
}
.wood-essence-single-v2 .essence-introduction .intro-content a {
  color: #cc975e;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.wood-essence-single-v2 .essence-introduction .intro-content a:hover {
  color: rgb(187.5801886792, 125.8301886792, 59.4198113208);
}
.wood-essence-single-v2 .essence-introduction .intro-content ul,
.wood-essence-single-v2 .essence-introduction .intro-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.wood-essence-single-v2 .essence-introduction .intro-content ul li,
.wood-essence-single-v2 .essence-introduction .intro-content ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.wood-essence-single-v2 .essence-introduction .intro-content ul li:last-child,
.wood-essence-single-v2 .essence-introduction .intro-content ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wood-essence-single-v2 .essence-introduction .intro-title {
    text-align: center;
  }
  .wood-essence-single-v2 .essence-introduction .intro-content {
    text-align: left;
  }
}
.wood-essence-single-v2 .essence-categories-slider {
  background-color: #f9faf9;
}
.wood-essence-single-v2 .essence-categories-slider .content-container {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .wood-essence-single-v2 .essence-categories-slider .content-container {
    padding-inline: 30px;
  }
}
.wood-essence-single-v2 .essence-categories-slider .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 20px;
  text-align: center;
}
.wood-essence-single-v2 .essence-categories-slider .essence-slider {
  position: relative;
  padding: 20px 0 30px;
}
.wood-essence-single-v2 .essence-categories-slider .swiper-slide {
  height: auto;
}
.wood-essence-single-v2 .essence-categories-slider .slide-card {
  display: block;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wood-essence-single-v2 .essence-categories-slider .slide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.wood-essence-single-v2 .essence-categories-slider .slide-card:hover .slide-image {
  transform: scale(1.05);
}
.wood-essence-single-v2 .essence-categories-slider .slide-image-wrapper {
  display: flex;
  align-items: end;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.wood-essence-single-v2 .essence-categories-slider .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: 1;
}
.wood-essence-single-v2 .essence-categories-slider .slide-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  z-index: 1;
}
.wood-essence-single-v2 .essence-categories-slider .slide-title-wrapper {
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.wood-essence-single-v2 .essence-categories-slider .slide-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
}
.wood-essence-single-v2 .essence-categories-slider .swiper-button-prev,
.wood-essence-single-v2 .essence-categories-slider .swiper-button-next {
  color: #1b1b1b;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.wood-essence-single-v2 .essence-categories-slider .swiper-button-prev::after,
.wood-essence-single-v2 .essence-categories-slider .swiper-button-next::after {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wood-essence-single-v2 .essence-categories-slider .swiper-button-prev,
  .wood-essence-single-v2 .essence-categories-slider .swiper-button-next {
    display: none;
  }
}
.wood-essence-single-v2 .essence-categories-slider .swiper-button-prev {
  left: 10px;
}
.wood-essence-single-v2 .essence-categories-slider .swiper-button-next {
  right: 10px;
}
.wood-essence-single-v2 .essence-categories-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.wood-essence-single-v2 .essence-categories-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(27, 27, 27, 0.3);
  opacity: 1;
}
.wood-essence-single-v2 .essence-categories-slider .swiper-pagination-bullet-active {
  background: #1b1b1b;
}
.wood-essence-single-v2 .essence-faq .content-container {
  max-width: 900px;
  margin-inline: auto;
}
.wood-essence-single-v2 .essence-faq .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 30px;
  text-align: center;
}
.wood-essence-single-v2 .essence-gallery .content-container {
  max-width: 1200px;
  margin-inline: auto;
}
.wood-essence-single-v2 .essence-gallery .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 30px;
  text-align: center;
}
.wood-essence-single-v2 .essence-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .wood-essence-single-v2 .essence-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .wood-essence-single-v2 .essence-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.wood-essence-single-v2 .essence-gallery .gallery-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.wood-essence-single-v2 .essence-gallery .gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.wood-essence-single-v2 .essence-gallery .gallery-item:hover img {
  transform: scale(1.05);
}
.wood-essence-single-v2 .gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.wood-essence-single-v2 .gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
  z-index: 10;
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper {
  width: 100%;
  max-width: 1200px;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .wood-essence-single-v2 .gallery-lightbox .lightbox-swiper {
    padding: 0 50px;
    height: 70vh;
  }
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-prev,
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-next {
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-prev::after,
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-next::after {
  font-size: 20px;
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-prev:hover,
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-prev,
  .wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-prev::after,
  .wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-next::after {
    font-size: 16px;
  }
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-prev {
  left: 10px;
}
.wood-essence-single-v2 .gallery-lightbox .lightbox-swiper .swiper-button-next {
  right: 10px;
}
.wood-essence-single-v2 .essence-summary .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 30px;
  text-align: center;
}
.wood-essence-single-v2 .essence-summary .essence-summary-table-wrap {
  padding: 20px;
  background-color: rgba(27, 27, 27, 0.03);
  border-radius: 10px;
  box-shadow: 0px 5px 19px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(142, 149, 147, 0.15);
}
.wood-essence-single-v2 .essence-summary .essence-summary-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #8e9593;
}
.wood-essence-single-v2 .essence-summary .essence-summary-table th,
.wood-essence-single-v2 .essence-summary .essence-summary-table td {
  padding: 7px 10px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
  line-height: 1.8;
  text-align: justify;
}
.wood-essence-single-v2 .essence-summary .essence-summary-table th {
  width: auto;
  min-width: 250px;
  text-align: left;
  font-weight: 600;
  color: #1b1b1b;
}
.wood-essence-single-v2 .essence-summary .essence-summary-table tr:first-of-type th,
.wood-essence-single-v2 .essence-summary .essence-summary-table tr:first-of-type td {
  padding-top: 0;
}
.wood-essence-single-v2 .essence-summary .essence-summary-table tr:last-of-type th,
.wood-essence-single-v2 .essence-summary .essence-summary-table tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .wood-essence-single-v2 .essence-summary .essence-summary-table {
    border-collapse: separate;
  }
  .wood-essence-single-v2 .essence-summary .essence-summary-table tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 15px;
    border-bottom: 1px solid #f9faf9;
  }
  .wood-essence-single-v2 .essence-summary .essence-summary-table tr:last-child {
    border-bottom: 0;
  }
  .wood-essence-single-v2 .essence-summary .essence-summary-table th,
  .wood-essence-single-v2 .essence-summary .essence-summary-table td {
    border: 0;
    padding: 8px 0;
    width: auto;
  }
  .wood-essence-single-v2 .essence-summary .essence-summary-table th {
    margin-bottom: 10px;
    width: auto;
    border-bottom: 1px solid #e4e4e4;
  }
  .wood-essence-single-v2 .essence-summary .essence-summary-table td {
    background-color: #f0f0f0;
    padding: 8px;
    border-radius: 5px;
  }
}

#site-footer {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
  background-color: transparent;
  padding: 60px 30px 30px;
  color: #1b1b1b;
}
#site-footer .footer-container {
  max-width: 1200px;
  margin-inline: auto;
}
#site-footer .footer-container .footer-top {
  display: flex;
  column-gap: 50px;
}
#site-footer .footer-container .footer-top .footer-col-left {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
#site-footer .footer-container .footer-top .footer-col-left .logo-footer {
  width: 150px;
}
#site-footer .footer-container .footer-top .footer-col-left .logo-footer img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer {
  font-size: 12px;
  color: #1b1b1b;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer h3 {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer h3:last-of-type {
  padding-top: 10px;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a {
  display: flex;
  align-items: center;
  color: #1b1b1b;
  transition: transform 0.3s ease-in-out;
  width: max-content;
  column-gap: 10px;
  row-gap: 3px;
  text-decoration: none;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-address, #site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-tel, #site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-email {
  color: #1b1b1b;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-address:hover, #site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-tel:hover, #site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-email:hover {
  color: #cc975e;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-address:hover img, #site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-tel:hover img, #site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-email:hover img {
  filter: invert(67%) sepia(30%) saturate(641%) hue-rotate(350deg) brightness(89%) contrast(88%);
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a img {
  width: 22px;
  height: auto;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a:hover {
  transform: translateX(3px);
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-address {
  align-items: flex-start;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a.infos-tel {
  margin-bottom: 10px;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer a:first-of-type {
  padding-bottom: 5px;
}
#site-footer .footer-container .footer-top .footer-col-left .contact-footer .address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#site-footer .footer-container .footer-top .footer-col-right {
  width: 100%;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  row-gap: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item > a:hover {
  color: #cc975e;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item .sub-menu .menu-item > a {
  display: block;
  color: #1b1b1b;
  transition: transform 0.3s ease-in-out;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item .sub-menu .menu-item > a:hover {
  color: #cc975e;
  transform: translateX(3px);
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item-has-children {
  padding-inline: 30px;
  flex-grow: 1;
  flex-basis: 200px;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item.solo {
  flex-grow: 1;
  padding-inline: 30px;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item-has-children > a,
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item > a {
  display: block;
  padding-bottom: 20px;
  font-size: 12px;
  color: #1b1b1b;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item-has-children > a:after,
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu .menu-item > a:after {
  content: "";
  height: 1px;
  background-color: #1b1b1b;
  flex: 1 1 0;
  margin-left: 10px;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu li {
  list-style: none;
}
#site-footer .footer-container .footer-top .footer-col-right .menu-footer .site-navigation .menu li a {
  text-decoration: none;
}
#site-footer .footer-container .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  margin-top: 50px;
  padding-top: 25px;
  border-top: solid 1px #1b1b1b;
  color: #1b1b1b;
}
#site-footer .footer-container .footer-bottom .footer-col-left {
  font-size: 12px;
  text-align: justify;
  width: 100%;
}
#site-footer .footer-container .footer-bottom .footer-col-left .nature-digitale-link,
#site-footer .footer-container .footer-bottom .footer-col-left .legal-infos > a {
  color: #1b1b1b;
}
#site-footer .footer-container .footer-bottom .footer-col-left .nature-digitale-link:hover,
#site-footer .footer-container .footer-bottom .footer-col-left .legal-infos > a:hover {
  color: #cc975e;
}
#site-footer .footer-container .footer-bottom .footer-col-left .legal-infos a:first-of-type {
  margin-right: 5px;
}
#site-footer .footer-container .footer-bottom .footer-col-left .legal-infos {
  margin-top: 5px;
}
#site-footer .footer-container .footer-bottom .footer-col-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links {
  display: flex;
  gap: 10px;
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links a {
  display: flex;
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links a img {
  width: 23px;
  transition: transform 0.3s ease-in-out;
}
#site-footer .footer-container .footer-bottom .footer-col-right .social-links a img:hover {
  filter: invert(67%) sepia(30%) saturate(641%) hue-rotate(350deg) brightness(89%) contrast(88%);
  transform: translateY(-3px);
}
#site-footer .footer-container .footer-pill .pill {
  display: flex;
  width: fit-content;
  border-radius: 5px;
  border: 1px solid rgb(4, 215, 169);
  transition: transform 0.3s ease-in-out;
  text-decoration: none;
  font-size: 12px;
  margin-inline: auto;
  margin-top: 20px;
}
#site-footer .footer-container .footer-pill .pill:hover {
  transform: translateY(-5px);
}
#site-footer .footer-container .footer-pill .pill .note {
  background-color: rgb(0, 174, 136);
  padding: 5px;
  border-radius: 3px 0 0 3px;
  color: white;
  font-weight: 600;
}
#site-footer .footer-container .footer-pill .pill .carbon {
  display: flex;
  padding-left: 16px;
  align-items: center;
  padding-right: 20px;
}
#site-footer .footer-container .footer-pill .pill .carbon p {
  color: rgb(0, 174, 136);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  #site-footer .footer-container .footer-pill .pill {
    margin-inline: auto;
  }
}
@media screen and (max-width: 834px) {
  #site-footer .footer-container .footer-top {
    flex-direction: column;
    row-gap: 50px;
  }
  #site-footer .footer-container .footer-top .footer-col-left {
    flex-direction: row;
  }
  #site-footer .footer-container .footer-bottom {
    flex-direction: column;
    row-gap: 20px;
  }
  #site-footer .footer-container .footer-bottom .footer-col-right {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 580px) {
  #site-footer .footer-container .footer-top .footer-col-left {
    flex-direction: column;
    row-gap: 25px;
  }
  #site-footer .footer-container .footer-top .footer-col-left .logo-footer {
    width: 100%;
  }
  #site-footer .footer-container .footer-top .footer-col-right {
    flex-wrap: wrap;
  }
}

.reassurance-container {
  background-color: #f9faf9;
  padding: 30px;
}
.reassurance-container .reassurance-icons {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 50px;
}
.reassurance-container .reassurance-icons .reassurance-item {
  cursor: pointer;
}
.reassurance-container .reassurance-icons .reassurance-item img {
  transition: transform 0.3s ease-in-out;
  filter: brightness(0);
}
.reassurance-container .reassurance-icons .reassurance-item:hover img {
  transform: scale(1.05);
}

.category #content,
.home-section-blog #content,
.blog #content,
.single-post #content,
.search #content {
  margin-top: 150px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1099px) {
  .category #content,
  .home-section-blog #content,
  .blog #content,
  .single-post #content,
  .search #content {
    margin-top: 50px;
  }
}
.category .articles,
.home-section-blog .articles,
.blog .articles,
.single-post .articles,
.search .articles {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Vous pouvez modifier la taille minimale (ici 250px) selon vos besoins */
  gap: 20px;
  margin-top: 30px;
}
.category .btn-all-posts,
.home-section-blog .btn-all-posts,
.blog .btn-all-posts,
.single-post .btn-all-posts,
.search .btn-all-posts {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
.category .btn-all-posts:hover,
.home-section-blog .btn-all-posts:hover,
.blog .btn-all-posts:hover,
.single-post .btn-all-posts:hover,
.search .btn-all-posts:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
@media screen and (max-width: 798px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 799px) and (max-width: 1199px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .category .articles,
  .home-section-blog .articles,
  .blog .articles,
  .single-post .articles,
  .search .articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.search h1.entry-title {
  text-align: center;
  color: #1b1b1b;
}
.search h1.entry-title span {
  text-decoration: underline;
  text-decoration-color: #1b1b1b;
}

.pagination {
  margin-bottom: 30px;
}
.pagination .nav-previous a,
.pagination .nav-next a {
  text-decoration: none;
  color: #1b1b1b;
  font-weight: 600;
}

.single-post {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
}
.single-post .header-content .post-thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
.single-post .header-content .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.single-post .header-content .post-thumbnail .categories-links {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.single-post .header-content .post-informations {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.single-post .header-content .post-informations .title {
  color: #1b1b1b;
  font-size: clamp(36px, 5vw, 50px);
}
.single-post .header-content .post-informations .post-details-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  opacity: 0.4;
}
.single-post .page-content {
  line-height: 1.6;
  color: #333;
}
.single-post .page-content > h1 {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 20px;
  clear: both;
}
@media screen and (max-width: 768px) {
  .single-post .page-content > h1 {
    text-align: center;
    margin-top: 30px;
  }
}
.single-post .page-content > h1:first-child {
  margin-top: 0;
}
.single-post .page-content > h2 {
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.4;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #cc975e;
}
@media screen and (max-width: 768px) {
  .single-post .page-content > h2 {
    text-align: center;
    margin-top: 25px;
  }
}
.single-post .page-content > h2:first-child {
  margin-top: 0;
}
.single-post .page-content > h3 {
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #1b1b1b;
}
.single-post .page-content > h3:first-child {
  margin-top: 0;
}
.single-post .page-content > h4 {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #1b1b1b;
}
.single-post .page-content > h4:first-child {
  margin-top: 0;
}
.single-post .page-content > p {
  margin-top: 0;
  margin-bottom: 18px;
  text-align: justify;
}
.single-post .page-content > p a {
  cursor: pointer;
  text-decoration: underline;
  color: #1b1b1b;
  transition: opacity 0.2s ease;
}
.single-post .page-content > p a:hover {
  opacity: 0.7;
}
.single-post .page-content > p strong {
  color: #1b1b1b;
}
.single-post .page-content > p:last-child {
  margin-bottom: 0;
}
.single-post .page-content > ul,
.single-post .page-content > ol {
  padding-left: 30px;
  list-style-position: outside;
  margin-top: 18px;
  margin-bottom: 18px;
}
.single-post .page-content > ul li,
.single-post .page-content > ol li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.single-post .page-content > ul li:last-child,
.single-post .page-content > ol li:last-child {
  margin-bottom: 0;
}
.single-post .page-content > .wp-block-quote {
  border-left: 4px solid #1b1b1b;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-style: italic;
}
.single-post .page-content > .wp-block-quote p {
  margin-bottom: 0;
}
.single-post .page-content .wp-block-image {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-post .page-content .wp-block-image figure.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .page-content .wp-block-image figure.alignleft {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    display: block;
    text-align: center;
  }
}
.single-post .page-content .wp-block-image figure.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .page-content .wp-block-image figure.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    display: block;
    text-align: center;
  }
}
.single-post .page-content .wp-block-image figure.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-post .page-content .wp-block-image img {
    max-width: 100%;
    height: auto;
  }
}
.single-post .page-content .wp-block-image figcaption {
  font-size: 14px;
  color: rgba(27, 27, 27, 0.6);
  text-align: center;
  margin-top: 8px;
}
.single-post .page-content .wp-block-buttons {
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-post .page-content .wp-block-buttons .wp-block-button__link {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
.single-post .page-content .wp-block-buttons .wp-block-button__link:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
.single-post .page-content a.btn,
.single-post .page-content a.wp-element-button {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
.single-post .page-content a.btn:hover,
.single-post .page-content a.wp-element-button:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
.single-post .page-content a.btn,
.single-post .page-content a.wp-element-button {
  display: inline-block;
}
.single-post .block-share-article {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  border: 1px solid rgba(27, 27, 27, 0.1);
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article .share-article-wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper .links {
  display: flex;
  column-gap: 10px;
}
.single-post .block-share-article .share-article-wrapper .links a {
  width: 30px;
  height: 30px;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link {
  display: block;
  width: 100%;
  height: 100%;
  isolation: isolate;
  transition: transform 0.3s ease-in-out;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link img {
  cursor: pointer;
  filter: invert(0%) sepia(13%) saturate(1488%) hue-rotate(10deg) brightness(99%) contrast(79%);
  position: relative;
  z-index: -1;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link:hover {
  transform: translateY(-3px);
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link:hover img {
  filter: invert(85%) sepia(6%) saturate(4914%) hue-rotate(323deg) brightness(87%) contrast(80%);
}
.single-post .block-share-article .more-announces,
.single-post .block-share-article .more-articles {
  display: flex;
  align-items: center;
  column-gap: 5px;
  text-decoration: none;
  color: #1b1b1b;
}
.single-post .block-share-article .more-announces:hover,
.single-post .block-share-article .more-articles:hover {
  color: #1b1b1b;
}
.single-post .block-author-article {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  border: 1px solid rgba(27, 27, 27, 0.1);
}
.single-post .block-author-article .author-card {
  display: flex;
  flex-direction: row;
  padding: 20px;
}
.single-post .block-author-article .author-card .image img {
  display: block;
  width: auto;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-right: 20px;
  display: none;
}
.single-post .block-author-article .author-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .block-author-article .author-card .content .title-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 499px) {
  .single-post .block-author-article .author-card .content .title-container {
    flex-direction: column;
    align-items: center;
  }
}
.single-post .block-author-article .author-card .content .nickname {
  font-size: 32px;
  margin-bottom: 0;
  text-align: left;
  color: #1b1b1b;
}
.single-post .block-author-article .author-card .content .social-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
.single-post .block-author-article .author-card .content .social-links a {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.single-post .block-author-article .author-card .content .social-links a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
  position: relative;
  z-index: -1;
}
.single-post .block-author-article .author-card .content .social-links a:hover {
  transform: translateY(-5px);
}
.single-post .block-author-article .author-card .content .social-links a:hover img {
  filter: invert(28%) sepia(89%) saturate(1640%) hue-rotate(218deg) brightness(91%) contrast(101%);
}
.single-post .block-author-article .author-card .content .description {
  text-align: justify;
}
.single-post .block-last-posts .title {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.7;
  margin-bottom: 20px;
  color: #1b1b1b;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-post .block-last-posts .title {
    text-align: center;
  }
}
.single-post .table-of-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  padding-inline: 20px;
  z-index: 1;
}
.single-post .table-of-contents .toc-container {
  position: relative;
}
.single-post .table-of-contents .toc-container .toc-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.single-post .table-of-contents .toc-container ul {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  position: absolute;
  top: 35px;
  left: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  transform: translateX(-50%);
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .table-of-contents .toc-container ul li {
  list-style: none;
  font-size: 14px;
  padding: 10px 15px;
}
.single-post .table-of-contents .toc-container ul li a {
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease-in;
}
.single-post .table-of-contents .toc-container ul li a:hover {
  transform: translateX(2px);
}
.single-post .table-of-contents .toc-container ul li:hover {
  border-left: 2px solid #1b1b1b;
}
.single-post .table-of-contents .toc-container ul.toc-fade-in {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1000px) {
  .single-post .table-of-contents.toc-fixed .toc-container {
    position: fixed;
    animation: slide-to-top-left 0.3s forwards;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title {
    margin: unset;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title .toc-icon {
    background-color: #1b1b1b;
    padding: 4px;
    border-radius: 50%;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title p {
    display: none;
  }
  .single-post .table-of-contents.toc-fixed .toc-container ul {
    top: 45px;
    left: 0;
    width: max-content;
    transform: translateX(0);
  }
  @keyframes slide-to-top-left {
    from {
      top: 0;
      left: 50%;
    }
    to {
      top: 10px;
      left: 10px;
    }
  }
}
@media screen and (max-width: 999px) {
  .single-post .table-of-contents.toc-fixed {
    position: fixed;
    bottom: 0;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title {
    left: 20px;
    position: fixed;
    bottom: 20px;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title .toc-icon {
    background-color: #1b1b1b;
    padding: 4px;
    border-radius: 50%;
  }
  .single-post .table-of-contents.toc-fixed .toc-container .toc-title p {
    display: none;
  }
  .single-post .table-of-contents.toc-fixed .toc-container ul {
    max-width: 100%;
    top: unset;
    bottom: 65px;
  }
}
.single-post .cta-article-block {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-post .cta-article-block .title {
  font-size: 24px;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 15px;
}
.single-post .cta-article-block .texte {
  font-size: 16px;
  color: #495057;
  margin-bottom: 20px;
  line-height: 1.5;
}
.single-post .cta-article-block .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  background-color: #1b1b1b;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.single-post .cta-article-block .btn:hover {
  background-color: #1b1b1b;
}
.single-post .popup-article-block {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post .popup-article-block.is-visible {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block {
    padding: 0 20px;
  }
}
.single-post .popup-article-block .popup-content {
  position: relative;
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 30px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 500px;
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block .popup-content {
    padding: 20px;
  }
}
.single-post .popup-article-block .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.single-post .popup-article-block .popup-close img {
  display: block;
  width: 30px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
@media screen and (max-width: 500px) {
  .single-post .popup-article-block .popup-close img {
    font-size: 20px;
  }
}
.single-post .popup-article-block .title {
  text-align: center;
  margin-bottom: 20px;
}
.single-post .popup-article-block .text {
  margin-bottom: 30px;
  text-align: justify;
  line-height: 1.5;
}
.single-post .popup-article-block .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background-color: #1b1b1b;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}
.single-post .popup-article-block .btn:hover {
  background-color: #1b1b1b;
}
.single-post .comments-area {
  max-width: 830px;
  margin-inline: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.single-post .comments-area h2 {
  font-size: 36px;
}
.single-post .comments-area h3 {
  font-size: 36px;
}
.single-post .comments-area a {
  text-decoration: none;
  color: #1b1b1b;
}
.single-post .comments-area .post-count-comments-container {
  text-align: center;
  margin-bottom: 4rem;
}
.single-post .comments-area .comment-list {
  list-style-type: none;
}
.single-post .comments-area .comment-list .comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.single-post .comments-area .comment-list .comment .comment-body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-list .comment .comment-body p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-author .fn {
  font-size: 2rem;
  font-style: normal;
  color: #1b1b1b;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-author .says {
  display: none;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-author img {
  display: none;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-meta {
  margin-left: 10px;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-meta .comment-edit-link {
  color: #1b1b1b;
}
.single-post .comments-area .comment-list .comment .comment-body .reply {
  margin-left: 10px;
}
.single-post .comments-area .comment-list .comment .comment-body .reply a {
  margin-left: 5px;
}
.single-post .comments-area .comment-list .comment .comment-body .reply:before {
  content: "";
  display: inline-block;
  background-image: url("./assets/images/reply.svg");
  background-position: center;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  font-size: 14px;
  color: #1b1b1b;
}
.single-post .comments-area .comment-list .comment .children {
  margin-left: 30px;
}
.single-post .comments-area .comment-list .comment .children .comment.byuser {
  border: none;
}
.single-post .comments-area .comment-list .comment::marker {
  content: "";
}
.single-post .comments-area .comment-respond {
  margin-top: 20px;
}
.single-post .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  font-size: 14px;
  color: #1b1b1b;
  margin-left: 20px;
}
.single-post .comments-area .comment-respond .logged-in-as {
  display: flex;
  margin-bottom: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.single-post .comments-area .comment-respond .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.single-post .comments-area .comment-respond .comment-form-comment label {
  display: none;
}
.single-post .comments-area .comment-respond .comment-form-comment textarea {
  font-family: "Roboto";
  font-weight: normal;
  border: 1.5px solid #1b1b1b;
  outline: none;
  padding: 10px;
  resize: vertical;
  height: 150px;
  border-radius: 5px;
}
.single-post .comments-area .comment-respond .user_inputs {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .comments-area .comment-respond .user_inputs .comment-form-author,
.single-post .comments-area .comment-respond .user_inputs .comment-form-email,
.single-post .comments-area .comment-respond .user_inputs .comment-form-url {
  flex: 1;
}
.single-post .comments-area .comment-respond .user_inputs .comment-form-author input,
.single-post .comments-area .comment-respond .user_inputs .comment-form-email input,
.single-post .comments-area .comment-respond .user_inputs .comment-form-url input {
  width: 100%;
  font-family: "Roboto";
  font-weight: normal;
  border: none;
  border-bottom: 1.5px solid #1b1b1b;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
}
.single-post .comments-area .comment-respond .form-submit {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .comments-area .comment-respond .form-submit input {
  border: none;
  background-color: #1b1b1b;
  height: 40px;
  padding: 0.6rem 2.5rem;
  border-radius: 0.5rem;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.7777777778;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3333333333;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .header-content .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 0.8888888889;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .single-post .comments-area .logged-in-as {
    flex-direction: column;
    gap: none;
  }
  .single-post .comments-area .form-submit {
    text-align: center;
  }
}
.block-ban-container {
  position: relative;
  height: auto;
  min-height: 400px;
}
.block-ban-container .content {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  padding-inline: 30px;
  padding-bottom: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.block-ban-container .btn {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
.block-ban-container .btn:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
.block-ban-container .btn {
  margin-top: 30px;
}
.block-ban-container .image {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mask-image: linear-gradient(to top, #000 60%, transparent);
}

.block-ban-container.full-height {
  height: calc(100vh - 37px);
  max-height: 600px;
}
@media screen and (max-width: 1100px) {
  .block-ban-container.full-height {
    max-height: unset;
  }
}

.admin-bar .block-ban-container.full-height {
  height: calc(100vh - 69px);
}
@media screen and (max-width: 782px) {
  .admin-bar .block-ban-container.full-height {
    height: calc(100vh - 68px);
  }
}

@media screen and (max-width: 1100px) {
  .block-ban-container .content {
    padding-inline: 20px;
  }
  .block-ban-container.full-height {
    height: calc(100vh - 116px);
  }
}
.block-multipurpose.standard .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: #1b1b1b;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.standard .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.standard .paragraph p {
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.standard .paragraph p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.standard .btn-container {
  text-align: center;
  margin-top: 50px;
}
.block-multipurpose.standard .btn-container .btn {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
.block-multipurpose.standard .btn-container .btn:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
.block-multipurpose.standard .btn-container .btn {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .block-multipurpose.standard .title {
    font-size: 17px;
  }
  .block-multipurpose.standard .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.block-double-col .block-default-element__img-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-multipurpose.block-double-col.img-gauche .block-double-col-element {
  flex-direction: row;
}
.block-multipurpose.block-double-col.img-droite .block-double-col-element {
  flex-direction: row-reverse;
}
.block-multipurpose.block-double-col .block-double-col-element {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 50px;
}
.block-multipurpose.block-double-col .block-double-col-element__img-container {
  flex-grow: 1;
  flex-basis: 40%;
  min-width: 500px;
}
@media screen and (max-width: 768px) {
  .block-multipurpose.block-double-col .block-double-col-element__img-container {
    min-width: 100%;
  }
}
.block-multipurpose.block-double-col .block-double-col-element__content-container {
  flex-grow: 1;
  flex-basis: 40%;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  color: #1b1b1b;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .subtitle {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 36px;
  padding-bottom: 30px;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .paragraph p {
  padding-bottom: 20px;
  line-height: 1.6em;
  text-align: justify;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .paragraph p:last-of-type {
  padding-bottom: 0;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container {
  text-align: right;
  padding-top: 30px;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn {
  cursor: pointer;
  display: block;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  text-align: center;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: 2px solid #1b1b1b;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-double-col.img-gauche .block-double-col-element .block-double-col-element__img-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite .block-double-col-element .block-double-col-element__img-container {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .block-multipurpose.block-double-col.img-droite .block-double-col-element .title {
    text-align: center;
  }
  .block-multipurpose.block-double-col.img-droite .block-double-col-element .subtitle {
    padding-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .block-multipurpose.block-double-col .block-double-col-element__content-container .title {
    font-size: 17px;
  }
  .block-multipurpose.block-double-col .block-double-col-element__content-container .subtitle {
    font-size: 30px;
  }
}
.block-multipurpose.block-cards-simple {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 60px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 30%;
  min-width: 250px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container {
  padding: 30px 30px 40px 30px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .title {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 36px;
  color: #1b1b1b;
  margin-bottom: 10px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .subtitle {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .paragraph {
  padding-top: 20px;
  line-height: 1.6em;
  color: #1b1b1b;
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .paragraph p {
  padding-bottom: 10px;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .btn-container {
  text-align: center;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .btn-container .btn {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #1b1b1b;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  transition: all 0.2s ease-in;
  border-radius: unset;
  background: transparent;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__content-container .btn-container .btn:hover {
  background-color: transparent;
  color: #1b1b1b;
  border: unset;
  text-decoration: underline;
}
.block-multipurpose.block-cards-simple .block-cards-simple-element .block-cards-simple-element__img-container img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 900px) {
  .block-multipurpose.block-cards-simple {
    transform: translateY(0px);
    height: auto;
  }
}
body.default .block-team-cards,
body.default .team {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  line-height: 1.5;
}
body.default .block-team-cards .card-member,
body.default .team .card-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-basis: 30%;
  min-width: 300px;
  padding: 20px;
  background-color: rgba(126, 132, 130, 0.04);
  border-radius: 10px;
}
body.default .block-team-cards .picture img,
body.default .team .picture img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
body.default .block-team-cards .infos,
body.default .team .infos {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
}
body.default .block-team-cards .name,
body.default .team .name {
  font-size: 22px;
}
body.default .block-team-cards .job,
body.default .team .job {
  font-size: 18px;
}
body.default .block-team-cards .description,
body.default .team .description {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.default .block-team-cards .social-link,
body.default .team .social-link {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: auto;
}
body.default .block-team-cards .social-link a,
body.default .team .social-link a {
  cursor: pointer;
}
body.default .block-team-cards .social-link a:hover,
body.default .team .social-link a:hover {
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
body.default .block-team-cards .social-link img,
body.default .team .social-link img {
  width: 20px;
}

.block-reviews.slider-reviews .review-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  text-align: justify;
}
.block-reviews.slider-reviews .client-container {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-container {
    flex-direction: column;
    row-gap: 10px;
  }
}
.block-reviews.slider-reviews .review {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}
.block-reviews.slider-reviews .client-infos {
  display: flex;
}
@media (min-width: 600px) {
  .block-reviews.slider-reviews .client-infos {
    align-items: baseline;
    flex-direction: column;
    column-gap: 10px;
  }
}
@media (max-width: 599px) {
  .block-reviews.slider-reviews .client-infos {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
.block-reviews.slider-reviews .client-name {
  font-weight: 600;
}
.block-reviews.slider-reviews .review-date {
  font-size: 14px;
  color: rgb(185, 185, 185);
  font-style: italic;
}
.block-reviews.slider-reviews .client-picture {
  width: 30px;
  height: 30px;
}
.block-reviews.slider-reviews .client-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.block-reviews.slider-reviews .splide__pagination {
  bottom: -20px;
}

.block-gallery-container .gallery {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-gallery-container .gallery .img-gallery {
  display: block;
  min-width: 300px;
  flex-basis: 30%;
  flex-grow: 1;
}
.block-gallery-container .gallery .img-gallery img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.block-gallery-container .block-gallery-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.block-gallery-container .block-gallery-lightbox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .slider-media-gallery {
  width: 100%;
}
.block-gallery-container .block-gallery-lightbox .swiper {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-wrapper {
  display: flex;
  cursor: pointer;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide picture,
.block-gallery-container .block-gallery-lightbox .swiper .swiper-slide img {
  cursor: grab;
  width: auto;
  max-width: 100%;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .block-gallery-container .block-gallery-lightbox .swiper .swiper-slide picture,
  .block-gallery-container .block-gallery-lightbox .swiper .swiper-slide img {
    max-height: 70vh;
    max-width: 90vw;
  }
}
.block-gallery-container .block-gallery-lightbox .swiper .swiper-button-next,
.block-gallery-container .block-gallery-lightbox .swiper .swiper-button-prev {
  color: #fff;
}

.block-faqs.faq {
  list-style: none;
  padding-left: 0px !important;
  margin-bottom: 30px;
}
.block-faqs.faq .faq-item {
  border: 1px solid rgba(27, 27, 27, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.block-faqs.faq .faq-item:last-child {
  margin-bottom: 0;
}
.block-faqs.faq .faq-item:hover {
  border-color: rgba(27, 27, 27, 0.2);
  box-shadow: 0 4px 12px rgba(27, 27, 27, 0.08);
}
.block-faqs.faq .faq-item.expanded {
  border-color: #1b1b1b;
}
.block-faqs.faq .faq-item.expanded .question {
  background-color: rgba(27, 27, 27, 0.05);
}
.block-faqs.faq .faq-item.expanded .question .faq-toggle img {
  transform: rotate(180deg);
}
.block-faqs.faq .question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
  user-select: none;
}
.block-faqs.faq .question:hover {
  background-color: rgba(27, 27, 27, 0.03);
}
.block-faqs.faq .question h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  margin-right: 15px;
}
.block-faqs.faq .question .faq-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.block-faqs.faq .question .faq-toggle img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.block-faqs.faq .answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-out;
}
.block-faqs.faq .answer .text-wrapper {
  padding: 20px;
}
.block-faqs.faq .answer .text-wrapper p {
  font-size: 15px;
  line-height: 1.6;
  color: #1b1b1b;
  margin-bottom: 15px;
}
.block-faqs.faq .answer .text-wrapper p:last-child {
  margin-bottom: 0;
}
.block-faqs.faq .answer .text-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.block-faqs.faq .answer .text-wrapper ul {
  padding-left: 17px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.block-faqs.faq .answer .text-wrapper ul li {
  line-height: 1.6;
  margin-bottom: 10px;
}
.block-faqs.faq .answer .text-wrapper ul li:last-child {
  margin-bottom: 0;
}
.block-faqs.faq .answer .text-wrapper a {
  color: #1b1b1b;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.block-faqs.faq .answer .text-wrapper strong {
  font-weight: 600;
  color: #1b1b1b;
}

.ewood-breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0px auto;
  padding: 10px 30px;
  text-align: center;
}
.ewood-breadcrumb .breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-weight: normal;
  font-size: 14px;
}
.ewood-breadcrumb .breadcrumb-list li {
  display: flex;
  align-items: center;
}
.ewood-breadcrumb .breadcrumb-list li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #999;
}
.ewood-breadcrumb .breadcrumb-list li a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}
.ewood-breadcrumb .breadcrumb-list li a:hover {
  color: #cc975e;
  text-decoration: underline;
}
.ewood-breadcrumb .breadcrumb-list li span {
  color: #999;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ewood-breadcrumb {
    padding: 12px 0;
  }
  .ewood-breadcrumb .breadcrumb-list {
    font-size: 13px;
    gap: 6px;
  }
  .ewood-breadcrumb .breadcrumb-list li:not(:last-child)::after {
    margin-left: 6px;
  }
}

.single-product-page .container {
  margin: 0;
  margin-top: 150px;
  margin-bottom: 90px;
  max-width: unset;
  padding: unset;
}
.single-product-page .product-header {
  margin-bottom: 40px;
}
.single-product-page .product-title {
  font-size: 26px;
  text-align: center;
  color: #1b1b1b;
  line-height: 1.3;
}
.single-product-page .product-main-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 90px;
}
.single-product-page .product-main-slider {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.single-product-page .product-main-slider .swiper-button-next,
.single-product-page .product-main-slider .swiper-button-prev {
  color: #cc975e;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
}
.single-product-page .product-main-slider .swiper-button-next:after,
.single-product-page .product-main-slider .swiper-button-prev:after {
  font-size: 16px;
}
.single-product-page .swiper {
  overflow: hidden;
}
.single-product-page .swiper-wrapper {
  display: flex;
  height: 100%;
}
.single-product-page .swiper-slide {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product-page .product-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-product-page .product-thumbs-slider .swiper-slide {
  width: 25%;
  opacity: 0.6;
  cursor: pointer;
}
.single-product-page .product-thumbs-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.single-product-page .product-thumbs-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.single-product-page .product-image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  background: #f5f5f5;
  border: 2px dashed #ccc;
  border-radius: 8px;
  color: #666;
}
.single-product-page .product-image-placeholder .dashicons {
  font-size: 48px;
  margin-bottom: 10px;
  width: auto;
  height: auto;
}
.single-product-page .product-slider-overlay-pictos {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  pointer-events: none;
}
@media (max-width: 768px) {
  .single-product-page .product-slider-overlay-pictos {
    top: 10px;
    right: 10px;
    gap: 6px;
  }
}
.single-product-page .slider-overlay-picto {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  pointer-events: none;
}
.single-product-page .slider-overlay-picto img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 768px) {
  .single-product-page .slider-overlay-picto img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .single-product-page .slider-overlay-picto img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .single-product-page .slider-overlay-picto {
    padding: 6px;
  }
}
@media (max-width: 480px) {
  .single-product-page .slider-overlay-picto {
    padding: 5px;
  }
}
.single-product-page .product-info {
  display: flex;
  flex-direction: column;
}
.single-product-page .product-reference {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 400;
}
.single-product-page .attributes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 20px;
}
.single-product-page .attribute-card {
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}
.single-product-page .attribute-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #cc975e;
}
.single-product-page .attribute-card {
  text-align: center;
  padding: 15px;
}
.single-product-page .attribute-card-label {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
  text-transform: capitalize;
}
.single-product-page .attribute-card-value {
  font-size: 16px;
  color: #1b1b1b;
  font-weight: 700;
}
.single-product-page .attribute-name {
  font-weight: 600;
  color: #39534a;
  flex: 1;
}
.single-product-page .attribute-separator {
  margin: 0 10px;
  color: #999;
  display: none;
}
.single-product-page .attribute-value {
  color: #333;
  font-weight: 500;
}
.single-product-page .attribute-unit {
  color: #666;
  font-size: 0.9em;
  margin-left: 4px;
}
.single-product-page .order-section {
  background: white;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}
.single-product-page .order-section:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #cc975e;
}
.single-product-page .order-section {
  background-color: #f9faf9;
  padding: 20px;
  color: #39534a;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-product-page .order-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-product-page .quantity-section {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.single-product-page .quantity-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-product-page .quantity-label {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  min-width: 140px;
  color: #1b1b1b;
}
.single-product-page .quantity-input-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-product-page .quantity-input {
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  border: 1px solid rgba(76, 98, 90, 0.2588235294);
}
.single-product-page .quantity-input:focus {
  outline: none;
  border-color: #cc975e;
  box-shadow: 0 0 0 2px rgba(204, 151, 94, 0.2);
}
.single-product-page .quantity-input.invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}
.single-product-page .unit-display {
  font-weight: 600;
  color: #1b1b1b;
  font-size: 16px;
}
.single-product-page .converter-toggle {
  text-align: left;
}
.single-product-page .converter-link {
  background: #cc975e;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 3px;
  transition: transform 0.2s ease;
  margin-top: 10px;
}
.single-product-page .converter-link:hover {
  transform: translateY(-3px);
}
.single-product-page .converter-zone {
  margin-top: 20px;
  padding: 10px;
  max-width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #e1e1e1;
  color: #4c625a;
  border-radius: 10px;
}
.single-product-page .converter-title {
  margin: 0 0 12px 0;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.single-product-page .converter-fields {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
  align-items: end;
  width: 100%;
}
.single-product-page .converter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.single-product-page .converter-field label {
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-product-page .converter-input {
  font-family: "Roboto";
  padding: 6px 10px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: border-color 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}
.single-product-page .converter-input:focus {
  outline: none;
  border-color: #cc975e;
}
.single-product-page .convert-btn {
  background: #cc975e;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-product-page .convert-btn:hover {
  background: #b8865a;
}
.single-product-page .pricing-section {
  border-radius: 8px;
  padding: 10px;
  background: #fbfbfb;
  border: 1px solid #e1e1e1;
}
.single-product-page .price-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.single-product-page .unit-price-line,
.single-product-page .total-price-line {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.single-product-page .total-price-line {
  text-align: right;
}
.single-product-page .price-label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.single-product-page .price-value {
  font-size: 1.2em;
  font-weight: 700;
  color: #1b1b1b;
  transition: all 0.2s ease;
}
.single-product-page .price-total {
  color: #cc975e;
  font-size: 1.4em;
}
.single-product-page .price-updating {
  color: #cc975e;
  transform: scale(1.02);
}
.single-product-page .price-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.single-product-page .total-price-line .price-container {
  align-items: flex-end;
}
.single-product-page .price-with-promo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.single-product-page .ewood-promo-badge {
  display: inline-block;
  background: #e74c3c;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.single-product-page .ewood-regular-price del {
  color: #999;
  font-size: 0.9rem;
  text-decoration: line-through;
}
.single-product-page .ewood-promo-price {
  color: #e74c3c;
  font-weight: 700;
  font-size: 1.1em;
}
.single-product-page .bottom-section {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid rgba(240, 240, 240, 0.3215686275);
  padding-top: 16px;
}
.single-product-page .minimum-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.single-product-page .minimum-item {
  font-size: 14px;
}
.single-product-page .minimum-text {
  color: #4c625a;
}
.single-product-page .palette-info .minimum-text {
  color: #cc975e;
  font-weight: 600;
}
.single-product-page .add-to-cart-section {
  flex-shrink: 0;
}
.single-product-page .btn-order {
  background: #cc975e;
  color: white;
  border: 2px solid #cc975e;
  border-radius: 4px;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.single-product-page .btn-order:hover {
  background: transparent;
  color: #cc975e;
  border: 2px solid #cc975e;
}
.single-product-page .action-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}
.single-product-page .debug-info {
  padding: 20px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 12px;
}
.single-product-page .debug-info h3,
.single-product-page .debug-info h4 {
  margin: 10px 0 5px 0;
  color: #333;
}
.single-product-page .debug-info pre {
  background: white;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 11px;
  overflow-x: auto;
}
.single-product-page .complementary-products-section {
  padding: 90px 0;
  background: #f8f9fa;
  border-radius: 8px;
}
.single-product-page .complementary-products-section .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.single-product-page .complementary-products-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #cc975e;
  border-radius: 5px;
}
.single-product-page .complementary-table-wrapper {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: white;
}
.single-product-page .complementary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.single-product-page .complementary-table thead th {
  background: #39534a;
  color: white;
  padding: 12px 8px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-product-page .complementary-table tbody td {
  padding: 12px 8px;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
  vertical-align: middle;
}
.single-product-page .complementary-table tbody tr:hover {
  background: #f8f9fa;
}
.single-product-page .col-ref {
  width: 80px;
}
.single-product-page .col-designation {
  width: 35%;
  min-width: 200px;
  text-align: left !important;
}
.single-product-page .col-price {
  width: 120px;
}
.single-product-page .col-qty {
  width: 80px;
}
.single-product-page .col-unit {
  width: 80px;
}
.single-product-page .col-total {
  width: 120px;
}
.single-product-page .col-details {
  width: 60px;
}
.single-product-page .col-add {
  width: 80px;
}
.single-product-page .product-link {
  color: #39534a;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.4;
}
.single-product-page .product-link:hover {
  color: #cc975e;
  text-decoration: underline;
}
.single-product-page .btn-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: #e9ecef;
  color: #39534a;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.single-product-page .btn-details:hover {
  background: #39534a;
  color: white;
}
.single-product-page .btn-add-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: #cc975e;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.single-product-page .btn-add-quote:hover {
  background: #b8845a;
  transform: translateY(-1px);
}
.single-product-page .btn-add-quote.loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.single-product-page .btn-add-quote.loading:hover {
  transform: none;
}
.single-product-page .complementary-table .price-with-promo,
.single-product-page .complementary-item .price-with-promo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
}
.single-product-page .complementary-table .ewood-promo-badge,
.single-product-page .complementary-item .ewood-promo-badge {
  font-size: 0.65rem;
  padding: 2px 6px;
}
.single-product-page .complementary-table .ewood-regular-price del,
.single-product-page .complementary-item .ewood-regular-price del {
  font-size: 0.85rem;
}
.single-product-page .complementary-table .ewood-promo-price,
.single-product-page .complementary-item .ewood-promo-price {
  font-size: 1em;
}
.single-product-page .complementary-list-wrapper {
  display: none;
}
.single-product-page .complementary-item {
  background: white;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.single-product-page .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #39534a;
  color: white;
  padding: 12px 15px;
}
.single-product-page .item-ref {
  font-weight: 600;
  font-size: 13px;
}
.single-product-page .item-actions {
  display: flex;
  gap: 8px;
}
.single-product-page .btn-details-mobile,
.single-product-page .btn-add-quote-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.single-product-page .btn-details-mobile:hover,
.single-product-page .btn-add-quote-mobile:hover {
  transform: scale(1.1);
}
.single-product-page .btn-details-mobile {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  text-decoration: none;
}
.single-product-page .btn-add-quote-mobile {
  background: #cc975e;
  color: white;
}
.single-product-page .btn-add-quote-mobile.loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.single-product-page .btn-add-quote-mobile.loading:hover {
  transform: none;
}
.single-product-page .item-content {
  padding: 15px;
}
.single-product-page .item-title {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.3;
}
.single-product-page .item-title .product-link {
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
}
.single-product-page .item-pricing {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-product-page .price-row,
.single-product-page .total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product-page .price-label,
.single-product-page .qty-label,
.single-product-page .total-label {
  font-weight: 600;
  color: #1b1b1b;
  font-size: 14px;
}
.single-product-page .qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-product-page .mobile-qty {
  width: 70px;
}
.single-product-page .unit-label {
  font-size: 13px;
  color: #666;
}
.single-product-page .total-row {
  border-top: 1px solid #e9ecef;
  padding-top: 10px;
  font-weight: 600;
}
.single-product-page .unit-price,
.single-product-page .total-price {
  transition: color 0.2s ease;
}
.single-product-page .complementary-row.updating .unit-price,
.single-product-page .complementary-row.updating .total-price {
  color: #cc975e;
}
.single-product-page .product-information-section .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.single-product-page .product-information-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #cc975e;
  border-radius: 5px;
}
.single-product-page .pdf-download-section {
  text-align: center;
  margin: 20px 0 30px 0;
}
.single-product-page .pdf-download-section .btn-download-pdf {
  background: #333;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.single-product-page .pdf-download-section .btn-download-pdf svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.single-product-page .pdf-download-section .btn-download-pdf:hover {
  background: #555;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.single-product-page .pdf-download-section .btn-download-pdf:active {
  transform: translateY(0);
}
.single-product-page .pdf-download-section .btn-download-pdf:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 768px) {
  .single-product-page .pdf-download-section .btn-download-pdf {
    font-size: 14px;
    padding: 10px 20px;
  }
  .single-product-page .pdf-download-section .btn-download-pdf svg {
    width: 18px;
    height: 18px;
  }
}
.single-product-page .product-info-main {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  align-items: start;
}
.single-product-page .info-image {
  position: sticky;
  top: 120px;
}
.single-product-page .zoom-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.single-product-page .zoom-image:hover {
  transform: scale(1.02);
}
.single-product-page .image-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 320px;
  background: #f8f9fa;
  border: 2px dashed #ddd;
  border-radius: 12px;
  color: #999;
}
.single-product-page .image-placeholder .dashicons {
  font-size: 48px;
  margin-bottom: 15px;
  width: auto;
  height: auto;
}
.single-product-page .info-main-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-product-page .info-text {
  line-height: 1.6;
  color: #39534a;
  font-size: 15px;
  margin: 0;
}
.single-product-page .info-card {
  border: 1px solid rgba(57, 83, 74, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  transition: all 0.3s ease;
}
.single-product-page .info-card:hover {
  border-color: rgba(57, 83, 74, 0.2);
  box-shadow: 0 4px 12px rgba(57, 83, 74, 0.08);
}
.single-product-page .info-card:hover .info-card-header {
  background-color: rgba(57, 83, 74, 0.03);
}
.single-product-page .info-card.active {
  border-color: #39534a;
}
.single-product-page .info-card.active .info-card-header {
  background-color: rgba(57, 83, 74, 0.03);
}
.single-product-page .info-card.active .info-card-header img {
  transform: rotate(180deg);
}
.single-product-page .info-card-header {
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.3s ease;
  user-select: none;
}
.single-product-page .info-card-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #39534a;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  margin-right: 15px;
}
.single-product-page .info-card-header img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  filter: brightness(0) saturate(100%) invert(30%) sepia(28%) saturate(385%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.single-product-page .dropdown-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s ease;
}
.single-product-page .dropdown-content .dropdown-text {
  padding: 20px;
}
.single-product-page .dropdown-content .dropdown-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #39534a;
  padding-bottom: 15px;
}
.single-product-page .dropdown-content .dropdown-text p:last-child {
  padding-bottom: 0;
}
.single-product-page .dropdown-content .dropdown-text ul {
  padding-left: 17px;
}
.single-product-page .dropdown-content .dropdown-text ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #39534a;
}
.single-product-page .dropdown-content .dropdown-text ul li:last-child {
  padding-bottom: 0;
}
.single-product-page .technical-specs-section .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.single-product-page .technical-specs-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #cc975e;
  border-radius: 5px;
}
.single-product-page .specs-table-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.single-product-page .specs-column {
  background-color: #f9faf9;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e1e1e1;
  color: #39534a;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-product-page .spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  min-height: 45px;
}
.single-product-page .spec-row:last-child {
  border-bottom: none;
}
.single-product-page .spec-label {
  font-weight: 500;
  color: #495057;
  font-size: 0.95em;
  flex: 0 0 60%;
  padding-right: 15px;
  line-height: 1.4;
}
.single-product-page .spec-value {
  color: #39534a;
  font-weight: 600;
  text-align: right;
  flex: 1;
  font-size: 0.95em;
  line-height: 1.4;
}
.single-product-page .spec-value.unavailable {
  color: #6c757d;
  font-style: italic;
  font-weight: 400;
}
.single-product-page .download-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #007bff !important;
  text-decoration: none !important;
  font-weight: 500;
  padding: 6px 12px;
  background: rgba(0, 123, 255, 0.08);
  border-radius: 4px;
  border: 1px solid rgba(0, 123, 255, 0.2);
  transition: all 0.2s ease;
  font-size: 0.9em;
}
.single-product-page .download-btn:hover {
  color: #0056b3 !important;
  background: rgba(0, 123, 255, 0.15);
  border-color: rgba(0, 123, 255, 0.3);
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}
.single-product-page .download-btn svg {
  flex-shrink: 0;
}
.single-product-page .certifications-pictos {
  background-color: #f9faf9;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.single-product-page .certifications-pictos .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.single-product-page .certifications-pictos .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #cc975e;
  border-radius: 5px;
}
.single-product-page .pictos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.single-product-page .picto-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 60px;
  min-width: 80px;
}
.single-product-page .picto-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.single-product-page .picto-item img {
  max-width: 150px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.single-product-page .similar-products-section {
  padding: 0 0 50px 0;
  margin-top: 40px;
}
.single-product-page .similar-products-section .section-title {
  font-size: clamp(26px, 5vw, 36px);
  font-weight: 900;
  color: #1b1b1b;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.single-product-page .similar-products-section .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #cc975e;
  border-radius: 5px;
}
.single-product-page .similar-products-section .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 0;
}
.single-product-page .similar-products-section .product-item {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.single-product-page .similar-products-section .product-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  border-color: #e0e0e0;
}
.single-product-page .similar-products-section .product-item:hover .product-image img {
  transform: scale(1.08);
}
.single-product-page .similar-products-section .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f8f9fa;
}
.single-product-page .similar-products-section .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.single-product-page .similar-products-section .no-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.single-product-page .similar-products-section .product-info {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 140px;
}
.single-product-page .similar-products-section .product-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  min-height: 42px;
  display: flex;
  align-items: flex-start;
}
.single-product-page .similar-products-section .product-title a {
  text-decoration: none;
  color: #2c3e50;
  transition: color 0.3s ease;
}
.single-product-page .similar-products-section .product-title a:hover {
  color: #39534a;
}
.single-product-page .similar-products-section .product-reference {
  margin: 0;
  font-size: 13px;
  color: #7f8c8d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single-product-page .similar-products-section .product-price {
  margin: 0;
  padding: 12px 16px;
  background-color: #fafafa;
  color: #1b1b1b;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(57, 83, 74, 0.2);
}
.single-product-page .similar-products-section .product-price strong {
  font-size: 18px;
  font-weight: 700;
  color: #1b1b1b;
}
.single-product-page .similar-products-section .product-price .price-with-promo {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.single-product-page .similar-products-section .product-price .ewood-promo-badge {
  display: inline-block;
  background: #e74c3c;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.single-product-page .similar-products-section .product-price .price-row {
  font-size: 14px;
  color: #1b1b1b;
}
.single-product-page .similar-products-section .product-price .ewood-regular-price {
  color: #1b1b1b;
  text-decoration: line-through;
  font-size: 15px;
  margin: 0 4px;
}
.single-product-page .similar-products-section .product-price .promo-price-row {
  margin-top: 2px;
}
.single-product-page .similar-products-section .product-price .promo-price-row .ewood-promo-price {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.single-product-page .similar-products-section .product-minimum {
  margin: 0;
  font-size: 13px;
  color: #cc975e;
  font-weight: 600;
  text-align: center;
  padding: 6px 12px;
  background: #fef9f3;
  border-radius: 6px;
  border: 1px solid #f4e6d3;
}
@media (max-width: 1200px) {
  .single-product-page .similar-products-section .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .single-product-page .similar-products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .single-product-page .similar-products-section {
    padding: 0 0 20px 0;
    margin-top: 20px;
  }
  .single-product-page .similar-products-section .products-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .single-product-page .similar-products-section .product-info {
    padding: 16px;
    min-height: 120px;
  }
  .single-product-page .similar-products-section .product-title {
    font-size: 15px;
    min-height: 38px;
  }
}
@media (max-width: 480px) {
  .single-product-page .similar-products-section .product-info {
    padding: 14px;
    gap: 10px;
    min-height: 110px;
  }
  .single-product-page .similar-products-section .product-title {
    font-size: 14px;
    min-height: 36px;
  }
  .single-product-page .similar-products-section .product-price {
    padding: 10px 14px;
    font-size: 14px;
  }
  .single-product-page .similar-products-section .product-price strong {
    font-size: 16px;
  }
}
.single-product-page .contact-section {
  text-align: center;
}
.single-product-page .contact-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: #1b1b1b;
  width: max-content;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border: 2px solid #1b1b1b;
  border-radius: 3px;
  transition: all 0.2s ease-in;
}
.single-product-page .contact-btn img {
  display: block;
  width: 20px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.single-product-page .contact-btn:hover {
  background-color: transparent;
  color: #1b1b1b;
}
.single-product-page .contact-btn:hover img {
  filter: unset;
}
.single-product-page .contact-btn {
  margin-inline: auto;
}
@media screen and (max-width: 1099px) {
  .single-product-page .container {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .single-product-page .product-image-section {
    position: sticky;
    top: 50px;
    height: fit-content;
  }
}
@media (max-width: 768px) {
  .single-product-page .product-main-slider .swiper-button-next,
  .single-product-page .product-main-slider .swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .single-product-page .product-main-slider .swiper-button-next:after,
  .single-product-page .product-main-slider .swiper-button-prev:after {
    font-size: 12px;
  }
  .single-product-page .lightbox-container {
    padding: 10px;
  }
  .single-product-page .lightbox-close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .single-product-page .lightbox-slider {
    width: 95%;
    height: 95%;
  }
  .single-product-page .lightbox-slider .swiper-button-next,
  .single-product-page .lightbox-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .single-product-page .lightbox-slider .swiper-button-next:after,
  .single-product-page .lightbox-slider .swiper-button-prev:after {
    font-size: 14px;
  }
  .single-product-page .lightbox-slider .swiper-pagination {
    bottom: 20px;
  }
  .single-product-page .lightbox-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .single-product-page .product-main-section {
    grid-template-columns: minmax(0, 1fr);
  }
  .single-product-page .product-title {
    text-align: center;
  }
  .single-product-page .attributes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .single-product-page .order-section {
    padding: 20px;
  }
  .single-product-page .quantity-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .single-product-page .quantity-label {
    min-width: auto;
  }
  .single-product-page .quantity-input-group {
    width: 100%;
  }
  .single-product-page .quantity-input {
    width: 100%;
  }
  .single-product-page .converter-link {
    width: 100%;
  }
  .single-product-page .price-details {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .single-product-page .total-price-line {
    text-align: center;
  }
  .single-product-page .bottom-section {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .single-product-page .minimum-item {
    text-align: center;
  }
  .single-product-page .btn-order {
    width: 100%;
  }
  .single-product-page .converter-fields {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .single-product-page .convert-btn {
    grid-column: 1/-1;
    justify-self: stretch;
    padding: 10px;
    font-size: 0.85em;
  }
  .single-product-page .action-buttons {
    flex-direction: column;
  }
  .single-product-page .no-mobile {
    display: none !important;
  }
  .single-product-page .no-desktop {
    display: block !important;
  }
  .single-product-page .complementary-list-wrapper {
    display: block;
  }
  .single-product-page .complementary-products-section {
    padding: 20px 0;
    margin-top: 30px;
  }
  .single-product-page .complementary-products-section .container-content {
    padding: 0 20px;
  }
  .single-product-page .product-info-main {
    grid-template-columns: 1fr;
  }
  .single-product-page .info-image {
    position: static;
    order: 1;
  }
  .single-product-page .info-main-content {
    order: 2;
  }
  .single-product-page .technical-specs-section .section-title {
    font-size: 1.5em;
  }
  .single-product-page .specs-table-container {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: none;
  }
  .single-product-page .spec-row {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-height: auto;
    padding: 10px 0;
  }
  .single-product-page .spec-label {
    flex: none;
    padding-right: 0;
    margin-bottom: 4px;
    font-size: 0.9em;
  }
  .single-product-page .spec-value {
    flex: none;
    text-align: left;
    font-size: 0.95em;
  }
  .single-product-page .download-btn {
    font-size: 0.85em;
    padding: 5px 10px;
  }
  .single-product-page .contact-btn {
    padding: 10px 25px;
    font-size: 0.95em;
  }
}
@media (min-width: 769px) {
  .single-product-page .no-desktop {
    display: none !important;
  }
  .single-product-page .no-mobile {
    display: table !important;
  }
}
@media (max-width: 480px) {
  .single-product-page .lightbox-container {
    padding: 5px;
  }
  .single-product-page .lightbox-close {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .single-product-page .lightbox-slider .swiper-button-next,
  .single-product-page .lightbox-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17px;
  }
  .single-product-page .lightbox-slider .swiper-button-next:after,
  .single-product-page .lightbox-slider .swiper-button-prev:after {
    font-size: 12px;
  }
  .single-product-page .attributes-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .single-product-page .attribute-card {
    padding: 12px;
  }
  .single-product-page .attribute-card-label {
    font-size: 12px;
  }
  .single-product-page .attribute-card-value {
    font-size: 14px;
  }
  .single-product-page .order-section {
    padding: 16px;
  }
  .single-product-page .quantity-input {
    width: 100%;
    font-size: 1.2em;
    padding: 10px 12px;
  }
  .single-product-page .converter-link {
    width: 100%;
  }
  .single-product-page .price-details {
    gap: 8px;
  }
  .single-product-page .price-value {
    font-size: 1.1em;
  }
  .single-product-page .price-total {
    font-size: 1.3em;
  }
  .single-product-page .minimum-text {
    font-size: 0.85em;
  }
  .single-product-page .btn-order {
    padding: 14px 20px;
    font-size: 1em;
  }
  .single-product-page .converter-fields {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .single-product-page .converter-field label {
    font-size: 0.75em;
  }
  .single-product-page .converter-input {
    padding: 8px 10px;
    font-size: 0.9em;
  }
  .single-product-page .convert-btn {
    padding: 10px 14px;
    font-size: 0.8em;
  }
  .single-product-page .pictos-container {
    flex-direction: column;
  }
  .single-product-page .technical-specs-section .section-title {
    font-size: 1.3em;
  }
  .single-product-page .specs-table-container {
    gap: 25px;
  }
  .single-product-page .contact-btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .single-product-page .info-sections-grid {
    grid-template-columns: 1fr;
  }
}

.image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10002 !important;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.image-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}

.lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.lightbox-slider {
  width: 90%;
  height: 90%;
  max-width: 1200px;
}
.lightbox-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-slider .lightbox-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: auto;
}
.lightbox-slider .swiper-button-next,
.lightbox-slider .swiper-button-prev {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -25px;
}
.lightbox-slider .swiper-button-next:hover,
.lightbox-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.3);
}
.lightbox-slider .swiper-button-next:after,
.lightbox-slider .swiper-button-prev:after {
  font-size: 18px;
}
.lightbox-slider .swiper-pagination {
  bottom: 30px;
}
.lightbox-slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.lightbox-slider .swiper-pagination-bullet-active {
  background: white;
}

@media screen and (min-width: 1100px) {
  .product-category-page {
    margin-top: 100px;
  }
}
.product-category-page .category-header {
  text-align: center;
  margin-bottom: 40px;
}
.product-category-page .category-header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #1b1b1b;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.product-category-page .category-header h1::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #cc975e;
}
.product-category-page .category-description {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 20px auto 0 auto;
  line-height: 1.6;
}
.product-category-page .category-description-section {
  margin-top: 40px;
  margin-bottom: 30px;
}
.product-category-page .category-description-section .category-description-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #1b1b1b;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  padding-bottom: 12px;
}
.product-category-page .category-description-section .category-description-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #cc975e;
}
.product-category-page .category-description-section .category-description-content h2:first-child {
  margin-top: 0;
}
.product-category-page .category-description-section .category-description-content h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #1b1b1b;
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: 600;
  line-height: 1.3;
}
.product-category-page .category-description-section .category-description-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}
.product-category-page .category-description-section .category-description-content p:last-child {
  margin-bottom: 0;
}
.product-category-page .category-description-section .category-description-content ul,
.product-category-page .category-description-section .category-description-content ol {
  margin: 15px 0 15px 20px;
  padding-left: 20px;
}
.product-category-page .category-description-section .category-description-content ul li,
.product-category-page .category-description-section .category-description-content ol li {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 8px;
}
.product-category-page .category-description-section .category-description-content ul {
  list-style-type: disc;
}
.product-category-page .category-description-section .category-description-content ol {
  list-style-type: decimal;
}
.product-category-page .category-description-section .category-description-content strong {
  font-weight: 600;
  color: #1b1b1b;
}
.product-category-page .category-description-section .category-description-content em {
  font-style: italic;
}
.product-category-page .category-description-section .category-description-content a {
  color: #cc975e;
  text-decoration: underline;
}
.product-category-page .category-description-section .category-description-content a:hover {
  color: rgb(187.5801886792, 125.8301886792, 59.4198113208);
}
.product-category-page .category-description-section .category-description-content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}
.product-category-page .category-description-section .category-description-content table th,
.product-category-page .category-description-section .category-description-content table td {
  padding: 10px;
  border: 1px solid #e9ecef;
  text-align: left;
}
.product-category-page .category-description-section .category-description-content table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #1b1b1b;
}
@media screen and (max-width: 768px) {
  .product-category-page .category-description-section {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .product-category-page .category-description-section .category-description-content h2 {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .product-category-page .category-description-section .category-description-content h3 {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .product-category-page .category-description-section .category-description-content p,
  .product-category-page .category-description-section .category-description-content li {
    font-size: 0.95rem;
  }
}
.product-category-page .subcategories-grid h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #1b1b1b;
  margin-bottom: 30px;
}
.product-category-page .categories-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}
.product-category-page .category-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.product-category-page .category-item-link:hover .category-item {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.product-category-page .category-item-link:hover .category-image img {
  transform: scale(1.05);
}
.product-category-page .category-item-link:hover .category-title {
  color: #cc975e;
}
.product-category-page .category-item {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product-category-page .category-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f8f9fa;
}
.product-category-page .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-category-page .category-info {
  padding: 20px;
  text-align: center;
}
.product-category-page .category-info .category-title {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  color: #1b1b1b;
  font-weight: 600;
}
.product-category-page .category-info .category-count {
  margin: 0;
  font-size: 0.85rem;
  color: #999;
  font-weight: 400;
}
.product-category-page .products-with-filters {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  margin-top: 30px;
}
.product-category-page .filters-section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: fit-content;
  position: sticky;
  top: 150px;
  overflow: hidden;
}
.product-category-page .filters-mobile-toggle {
  display: none;
}
.product-category-page .filters-header {
  background: #1b1b1b;
  color: #fff;
  padding: 15px 20px;
  font-family: "Roboto", sans-serif;
}
.product-category-page .filters-header h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.product-category-page .filters-actions {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-category-page .active-filters-count {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  border-radius: 3px;
}
.product-category-page .clear-filters {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  transition: background-color 0.3s ease;
}
.product-category-page .active-filters-section {
  padding: 15px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.product-category-page .active-filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.product-category-page .active-filter-tag {
  display: inline-flex;
  align-items: center;
  background: #1b1b1b;
  color: #fff;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 12px;
  gap: 4px;
  max-width: 200px;
}
.product-category-page .active-filter-tag .filter-name {
  font-weight: 600;
}
.product-category-page .active-filter-tag .filter-value {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.product-category-page .active-filter-tag .remove-filter {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  margin-left: 4px;
  padding: 0 4px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  line-height: 1;
}
.product-category-page .active-filter-tag .remove-filter:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.product-category-page .clear-all-filters {
  background: #cc975e;
  color: #fff;
  padding: 6px 12px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  display: inline-block;
}
.product-category-page .clear-all-filters:hover {
  background: rgb(187.5801886792, 125.8301886792, 59.4198113208);
  color: #fff;
}
.product-category-page .filters-container {
  padding: 0;
}
.product-category-page .filter-group {
  border-bottom: 1px solid #eee;
}
.product-category-page .filter-group:last-child {
  border-bottom: none;
}
.product-category-page .filter-group.filter-active .filter-title-header {
  background: #f0f7f0;
}
.product-category-page .filter-group.filter-active .filter-toggle {
  background: #1b1b1b;
  color: #fff;
}
.product-category-page .filter-group.filter-open .filter-toggle {
  background: #1b1b1b;
  color: #fff;
}
.product-category-page .filter-title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  background: #fff;
}
.product-category-page .filter-title-header:hover {
  background: #f8f9fa;
}
.product-category-page .filter-title {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  letter-spacing: 0.3px;
  flex: 1;
}
.product-category-page .filter-unit {
  font-weight: normal;
  color: #666;
  font-size: 12px;
  text-transform: none;
}
.product-category-page .filter-toggle {
  font-size: 16px;
  font-weight: bold;
  color: #1b1b1b;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.product-category-page .filter-options {
  padding: 0 20px 15px 20px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.product-category-page .filter-option {
  display: flex;
  align-items: center;
  padding: 6px 0;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  transition: all 0.2s ease;
  border-radius: 3px;
}
.product-category-page .filter-option:hover {
  background-color: #f8f9fa;
  color: #333;
  text-decoration: none;
}
.product-category-page .filter-option.selected {
  background-color: #1b1b1b;
  color: #fff;
  padding: 6px 8px;
  margin: 2px -8px;
  border-radius: 3px;
}
.product-category-page .filter-option.selected:hover {
  background-color: rgb(6.6, 6.6, 6.6);
  color: #fff;
}
.product-category-page .filter-option.selected .filter-checkbox {
  color: #fff;
}
.product-category-page .filter-option.selected .filter-count {
  color: rgba(255, 255, 255, 0.8);
}
.product-category-page .filter-option-hidden {
  display: none;
}
.product-category-page .filter-checkbox {
  width: 16px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
}
.product-category-page .filter-label {
  flex: 1;
  font-size: 13px;
}
.product-category-page .filter-count {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.product-category-page .show-more-filters {
  background: none;
  border: none;
  color: #1b1b1b;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 0;
  text-decoration: underline;
  margin-top: 5px;
}
.product-category-page .show-more-filters:hover {
  color: #cc975e;
}
.product-category-page .products-section {
  min-width: 0;
}
.product-category-page .products-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.product-category-page .products-count {
  font-size: 14px;
  color: #1b1b1b;
  font-weight: 500;
}
.product-category-page .products-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-category-page .products-sort label {
  font-size: 13px;
  color: #666;
}
.product-category-page .products-sort select {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  font-size: 13px;
  color: #333;
}
.product-category-page .products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.product-category-page .products-grid.with-subcategories {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.product-category-page .product-item {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.product-category-page .product-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  border-color: #e0e0e0;
}
.product-category-page .product-item:hover .product-image img {
  transform: scale(1.08);
}
.product-category-page .product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f8f9fa;
}
.product-category-page .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-category-page .no-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.product-category-page .product-info {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 140px;
}
.product-category-page .product-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  min-height: 42px;
  display: flex;
  align-items: flex-start;
}
.product-category-page .product-title a {
  text-decoration: none;
  color: #2c3e50;
  transition: color 0.3s ease;
}
.product-category-page .product-title a:hover {
  color: #1b1b1b;
}
.product-category-page .product-reference {
  margin: 0;
  font-size: 13px;
  color: #7f8c8d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product-category-page .product-price {
  margin: 0;
  padding: 12px 16px;
  background-color: #fafafa;
  color: #1b1b1b;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(57, 83, 74, 0.2);
}
.product-category-page .product-price strong {
  font-size: 18px;
  font-weight: 700;
  color: #1b1b1b;
}
.product-category-page .product-price .price-with-promo {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.product-category-page .product-price .ewood-promo-badge {
  display: inline-block;
  background: #e74c3c;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.product-category-page .product-price .price-row {
  font-size: 14px;
  color: #1b1b1b;
}
.product-category-page .product-price .ewood-regular-price {
  color: #1b1b1b;
  text-decoration: line-through;
  font-size: 15px;
  margin: 0 4px;
}
.product-category-page .product-price .promo-price-row {
  margin-top: 2px;
}
.product-category-page .product-price .promo-price-row .ewood-promo-price {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.product-category-page .product-minimum {
  margin: 0;
  font-size: 13px;
  color: #cc975e;
  font-weight: 600;
  text-align: center;
  padding: 6px 12px;
  background: #fef9f3;
  border-radius: 6px;
  border: 1px solid #f4e6d3;
}
.product-category-page .products-pagination {
  margin-top: 40px;
  text-align: center;
}
.product-category-page .pagination-links {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.product-category-page .pagination-link {
  padding: 8px 12px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #1b1b1b;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.product-category-page .pagination-link:hover {
  background: #1b1b1b;
  color: #fff;
  border-color: #1b1b1b;
  text-decoration: none;
}
.product-category-page .pagination-link.current {
  background: #cc975e;
  color: #fff;
  border-color: #cc975e;
}
.product-category-page .pagination-info {
  font-size: 13px;
  color: #666;
}
.product-category-page .no-products {
  grid-column: 1/-1;
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 3px;
  color: #666;
  border: 1px solid #e9ecef;
}
.product-category-page .no-products p {
  margin: 0 0 10px 0;
  font-size: 15px;
}
.product-category-page .no-products a {
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
}
.product-category-page .no-products a:hover {
  color: #cc975e;
  text-decoration: underline;
}
.product-category-page .search-results-page {
  margin-top: 150px;
}
@media screen and (max-width: 1099px) {
  .product-category-page .search-results-page {
    margin-top: 0px;
  }
}
.product-category-page .search-results-page .back-to-categories {
  display: inline-block;
  margin-top: 15px;
  color: #cc975e;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.product-category-page .search-results-page .back-to-categories:hover {
  color: rgb(187.5801886792, 125.8301886792, 59.4198113208);
  text-decoration: underline;
}
.product-category-page .search-results-page .search-results-count {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}
.product-category-page .search-results-page .no-products-found,
.product-category-page .search-results-page .no-search-query {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 3px;
  color: #666;
  margin-top: 30px;
  border: 1px solid #e9ecef;
}
.product-category-page .search-results-page .no-products-found p,
.product-category-page .search-results-page .no-search-query p {
  margin: 0 0 15px 0;
  font-size: 16px;
}
.product-category-page .search-results-page .no-products-found p:last-child,
.product-category-page .search-results-page .no-search-query p:last-child {
  margin-bottom: 0;
}
.product-category-page .search-results-page .no-products-found a,
.product-category-page .search-results-page .no-search-query a {
  color: #cc975e;
  text-decoration: none;
  font-weight: 500;
}
.product-category-page .search-results-page .no-products-found a:hover,
.product-category-page .search-results-page .no-search-query a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .product-category-page .products-with-filters {
    grid-template-columns: 260px 1fr;
    gap: 25px;
  }
  .product-category-page .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-category-page .products-with-filters {
    grid-template-columns: 1fr;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .product-category-page .filters-section {
    position: relative;
    top: auto;
    order: 1;
    margin-bottom: 20px;
  }
  .product-category-page .products-section {
    order: 2;
  }
  .product-category-page .filters-mobile-toggle {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: #1b1b1b;
    color: #fff;
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-category-page .filters-mobile-toggle .toggle-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
  }
  .product-category-page .filters-mobile-toggle.open .toggle-icon {
    transform: rotate(180deg);
  }
  .product-category-page .filters-container-wrapper {
    display: none;
  }
  .product-category-page .filters-container-wrapper.open {
    display: block;
  }
  .product-category-page .products-toolbar {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .product-category-page .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .product-category-page .category-header h1 {
    font-size: 1.8rem;
  }
  .product-category-page .categories-links {
    gap: 8px;
  }
  .product-category-page .categories-links .btn {
    padding: 6px 12px;
    font-size: 13px;
  }
  .product-category-page .product-info {
    padding: 16px;
    min-height: 120px;
  }
  .product-category-page .product-title {
    font-size: 15px;
    min-height: 38px;
  }
}
@media screen and (max-width: 480px) {
  .product-category-page .products-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .product-category-page .categories-list {
    grid-template-columns: 1fr;
  }
  .product-category-page .pagination-links {
    gap: 2px;
  }
  .product-category-page .pagination-link {
    padding: 6px 10px;
    font-size: 13px;
  }
  .product-category-page .product-info {
    padding: 14px;
    gap: 10px;
    min-height: 110px;
  }
  .product-category-page .product-title {
    font-size: 14px;
    min-height: 36px;
  }
  .product-category-page .product-price {
    padding: 10px 14px;
    font-size: 14px;
  }
  .product-category-page .product-price strong {
    font-size: 16px;
  }
}

.category-faq-section {
  margin-top: 0;
}
.category-faq-section .category-faq-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #1b1b1b;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: left;
  position: relative;
  padding-bottom: 12px;
}
.category-faq-section .category-faq-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #cc975e;
}
.category-faq-section .block-faqs.faq .faq-item {
  border-radius: 3px;
  border-color: #e9ecef;
  margin-bottom: 15px;
}
.category-faq-section .block-faqs.faq .faq-item:hover {
  border-color: #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.category-faq-section .block-faqs.faq .faq-item.expanded {
  border-color: #1b1b1b;
}
.category-faq-section .block-faqs.faq .question {
  padding: 15px 20px;
}
.category-faq-section .block-faqs.faq .question h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1b;
}
.category-faq-section .block-faqs.faq .answer .text-wrapper {
  padding: 15px 20px;
}
.category-faq-section .block-faqs.faq .answer .text-wrapper p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

@media screen and (max-width: 768px) {
  .category-faq-section {
    margin-top: 30px;
  }
  .category-faq-section .category-faq-title {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .category-faq-section .block-faqs.faq .question {
    padding: 12px 16px;
  }
  .category-faq-section .block-faqs.faq .question h3 {
    font-size: 15px;
  }
  .category-faq-section .block-faqs.faq .answer .text-wrapper {
    padding: 12px 16px;
  }
  .category-faq-section .block-faqs.faq .answer .text-wrapper p {
    font-size: 13px;
  }
}
.archive-product-page .category-header {
  text-align: center;
  margin-bottom: 40px;
}
.archive-product-page .category-header h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #39534A;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.archive-product-page .category-header h1::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #cc975e;
}
.archive-product-page .category-description {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 20px auto 0 auto;
  line-height: 1.6;
}
.archive-product-page .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}
.archive-product-page .category-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.archive-product-page .category-item-link:hover .category-item {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.archive-product-page .category-item-link:hover .category-image img {
  transform: scale(1.05);
}
.archive-product-page .category-item-link:hover .category-title {
  color: #cc975e;
}
.archive-product-page .category-item {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.archive-product-page .category-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.archive-product-page .category-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f8f9fa;
}
.archive-product-page .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.archive-product-page .no-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  color: #666;
  font-size: 3rem;
  font-weight: 600;
}
.archive-product-page .category-info {
  padding: 20px;
  text-align: center;
}
.archive-product-page .category-info .category-title {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  color: #39534A;
  font-weight: 600;
}
.archive-product-page .category-info .category-count {
  margin: 0;
  font-size: 0.85rem;
  color: #999;
  font-weight: 400;
}
.archive-product-page .no-categories {
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  color: #666;
  border: 1px solid #e9ecef;
  margin-top: 30px;
}
.archive-product-page .no-categories p {
  margin: 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .archive-product-page .category-header h1 {
    font-size: 1.8rem;
  }
  .archive-product-page .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .archive-product-page .categories-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: "Roboto";
  font-weight: normal;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media screen and (max-width: 1099px) {
  html,
  body {
    scroll-padding-top: 50px;
  }
}

::selection {
  background-color: rgba(176, 176, 176, 0.386);
}

a {
  outline: 0;
}

body.body-fixed {
  overflow: hidden;
}

.admin-bar {
  padding-top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 46px;
  }
}

/* =====================================================================
   Contenu editorial structure - categories produits (redesign SEO)
   ===================================================================== */
.product-category-page .category-editorial-section {
  margin-top: 50px;
  margin-bottom: 40px;
}
.product-category-page .editorial-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.product-category-page .editorial-block:last-child {
  margin-bottom: 0;
}
.product-category-page .editorial-block.img-right {
  flex-direction: row-reverse;
}
.product-category-page .editorial-block.text-only {
  max-width: 800px;
}
.product-category-page .editorial-block-image {
  flex: 0 0 45%;
  max-width: 45%;
}
.product-category-page .editorial-block-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.product-category-page .editorial-block-content {
  flex: 1;
}
.product-category-page .editorial-block-content h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #1b1b1b;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  padding-bottom: 12px;
}
.product-category-page .editorial-block-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #cc975e;
}
.product-category-page .editorial-block-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}
.product-category-page .editorial-block-content p:last-child {
  margin-bottom: 0;
}
.product-category-page .editorial-block-content ul,
.product-category-page .editorial-block-content ol {
  margin: 15px 0 15px 20px;
  padding-left: 20px;
}
.product-category-page .editorial-block-content ul li,
.product-category-page .editorial-block-content ol li {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 8px;
}
.product-category-page .editorial-block-content ul {
  list-style-type: disc;
}
.product-category-page .editorial-block-content strong {
  font-weight: 600;
  color: #1b1b1b;
}
.product-category-page .editorial-block-content a {
  color: #cc975e;
  text-decoration: underline;
}
.product-category-page .editorial-block-content a:hover {
  color: #b8873f;
}
@media screen and (max-width: 768px) {
  .product-category-page .category-editorial-section {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .product-category-page .editorial-block {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
  }
  .product-category-page .editorial-block.img-right {
    flex-direction: column;
  }
  .product-category-page .editorial-block-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .product-category-page .editorial-block-content h2 {
    font-size: 1.3rem;
  }
  .product-category-page .editorial-block-content p,
  .product-category-page .editorial-block-content li {
    font-size: 0.95rem;
  }
}
