@charset "UTF-8";
/*
|--------------------------------------------------------------------------
| File Structure
|--------------------------------------------------------------------------
|
| 0 - Helpers
| 1 - Utils
| 2 - Variables
| 3 - Base
| 4 - Vendors
| 5 - Components
| 6 - Layouts
| 7 - Templates
|
*/
/*
|--------------------------------------------------------------------------
| 0 - Helpers
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 1 - Utils
|--------------------------------------------------------------------------
|
|
|
*/
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /* Couleurs principales */
  --color-primary: #5c3719;
  --color-secondary: #c39c67;
  --color-tertiary: #f9d6a8;
  /* Couleurs de texte */
  --color-text-dark: #000000;
  --color-text-light: #ffffff;
}

/* ----------------------------- Fonts ------------------------------- */
:root {
  --fontRoboto: Roboto, sans-serif;
  --fontInstrumentSans: Instrument Sans, sans-serif;
  --fontPoppins: Poppins, sans-serif;
  --fontJost: Jost, sans-serif;
}

/* ----------------------------- Breakpoints -------------------------------- */
/* Mixin pour les media queries */
/*
|--------------------------------------------------------------------------
| 2 - Variables
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 3 - Base
|--------------------------------------------------------------------------
|
| 
|
*/
/* ----------------------------- Reset -------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ----------------------------- Text & Links ------------------------------- */
a {
  text-decoration: none;
  transition: all 0.5s ease;
}

p {
  font-size: 1.125rem;
  line-height: 1.7;
  font-family: "Instrument Sans", sans-serif;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1.37;
  text-transform: uppercase;
}

.second-title {
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .second-title {
    font-size: 1.75rem;
  }
}

/* ----------------------------- Lists -------------------------------------- */
/* ----------------------------- Forms -------------------------------------- */
/* ----------------------------- Utilities ---------------------------------- */
.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

@media (max-width: 1300px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.section-space {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .section-space {
    margin-top: 50px;
  }
}

/*
|--------------------------------------------------------------------------
| 4 - Vendors
|--------------------------------------------------------------------------
|
|
|
*/
/*
|--------------------------------------------------------------------------
| 5 - Components
|--------------------------------------------------------------------------
|
|
|
*/
.mySwiper {
  position: relative;
}

.mySwiper .swiper-slide {
  overflow: hidden;
  position: relative;
  padding: 0 30px;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  display: block;
}

.mySwiper .swiper-slide .slide-content {
  width: 97%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.mySwiper .swiper-slide .slide-content .band {
  width: 98.9%;
  background: rgba(249, 214, 168, 0.49);
  height: 246px;
  display: flex;
}

.mySwiper .swiper-slide .slide-content .band h1 {
  padding-left: 50px;
  display: flex;
  align-items: center;
  color: var(--color-primary);
}

.mySwiper .swiper-slide .slide-content h1 {
  margin: 0;
}

.mySwiper .swiper-slide .slide-content .btn-container {
  display: inline-block;
  padding-left: 50px;
  margin-top: 73px;
}

.mySwiper .swiper-slide .slide-content .btn-container a.btn-slide {
  background: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 23.5px 89.5px;
  border-radius: 15px;
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-text-light);
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.mySwiper .swiper-slide .slide-content .btn-container a.btn-slide:hover {
  background: var(--color-text-light);
  font-weight: 500;
  color: var(--color-primary);
}

.mySwiper .swiper-pagination {
  position: absolute;
  bottom: 32px !important;
  left: 0 !important;
  padding-left: 80px !important;
  z-index: 10;
  display: flex;
  gap: 20px;
}

.mySwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: var(--color-primary);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.mySwiper .swiper-pagination-bullet-active {
  background: var(--color-text-light) !important;
  width: 14px;
  height: 14px;
}

.mySwiper .swiper-pagination-bullet:hover {
  background: var(--color-primary);
  cursor: pointer;
}

@media (max-width: 1400px) {
  section.swiper.mySwiper.container.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 0;
  }


  .mySwiper .swiper-slide {

    padding: 0 0px;
  }
}

@media (max-width: 1024px) {
  .mySwiper .swiper-slide {
    padding: 0px;
  }

  .mySwiper .swiper-slide .slide-content .band {
    height: 200px;
    width: 300%;
  }

  .mySwiper .swiper-slide .slide-content .band h1 {
    padding-left: 30px;
    font-size: 1.5rem;
  }

  .mySwiper .swiper-slide .slide-content .btn-container {
    padding-left: 30px;
    margin-top: 50px;
  }

  .mySwiper .swiper-slide .slide-content .btn-container a.btn-slide {
    padding: 20px 60px;
    font-size: 1.125rem;
  }

  .mySwiper .swiper-pagination {
    padding-left: 50px !important;
  }
}

@media (max-width: 768px) {
  .mySwiper .swiper-slide {
    padding: 0px;
  }

  .mySwiper .swiper-slide .slide-content {
    width: 90%;
    top: 40%;
  }

  .mySwiper .swiper-slide .slide-content .band {
    height: 150px;
    width: 400%;
  }

  .mySwiper .swiper-slide .slide-content .band h1 {
    padding-left: 20px;
    font-size: 1.125rem;
  }

  .mySwiper .swiper-slide .slide-content .btn-container {
    padding-left: 20px;
    margin-top: 30px;
  }

  .mySwiper .swiper-slide .slide-content .btn-container a.btn-slide {
    padding: 15px 40px;
    font-size: 1rem;
  }

  .mySwiper .swiper-pagination {
    padding-left: 20px !important;
    bottom: 20px !important;
  }
}

@media (max-width: 480px) {
  .mySwiper .swiper-slide .slide-content {
    width: 85%;
    top: 35%;
  }

  .mySwiper .swiper-slide .slide-content .band {
    height: 120px;
  }

  .mySwiper .swiper-slide .slide-content .band h1 {
    padding-left: 15px;
    font-size: 1rem;
  }

  .mySwiper .swiper-slide .slide-content .btn-container {
    padding-left: 15px;
    margin-top: 20px;
  }

  .mySwiper .swiper-slide .slide-content .btn-container a.btn-slide {
    padding: 12px 30px;
    font-size: 0.875rem;
  }
}

.mySwiper {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .mySwiper {
    height: 70vh;
  }

  .mySwiper .swiper-slide {
    height: 100%;
  }

  .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.feature {
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}

.feature .feature__image {
  position: relative;
  flex: 1;
}

.feature .feature__image img.feature__image--primary {
  width: 100%;
  height: auto;
  display: block;
}

.feature .feature__image img.feature__image--secondary {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 90%;
  width: 60%;
  max-width: 400px;
}

.feature .feature__content {
  flex: 1;
}

.feature .feature__content .feature__title {
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.1;
  padding-top: 35px;
}

.feature .feature__content .feature__subtitle {
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.63;
  padding-top: 32px;
}

.feature .feature__content .feature__text {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  padding-top: 39px;
}

.feature .feature__content .feature__text span {
  color: var(--color-primary);
}

.feature .feature__content .block-buttons {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

@media (max-width: 500px) {
  .feature .feature__content .block-buttons {
    display: flex;
    flex-direction: column !important;
  }
}

.feature .feature__content .block-buttons .block-btn {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1;
  background: var(--color-primary);
  color: var(--color-text-light);
  width: 236px;
  height: 56px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  border: 1px solid var(--color-primary);
}

.feature .feature__content .block-buttons .block-btn:hover {
  background: transparent;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/* ----------------------------- Media Queries ----------------------------- */
/* Tablette ≤1024px */
@media (max-width: 1024px) {
  .feature {
    gap: 24px;
  }

  .feature .feature__image img.feature__image--secondary {
    width: 70%;
    top: 85%;
  }

  .feature .feature__content .feature__title {
    font-size: 2rem;
    padding-top: 25px;
  }

  .feature .feature__content .feature__subtitle {
    font-size: 1rem;
    padding-top: 10px;
  }

  .feature .feature__content .feature__text {
    font-size: 1rem;
    padding-top: 30px;
  }

  .feature .feature__content .block-buttons {
    margin-top: 20px;
    gap: 12px;
  }

  .feature .feature__content .block-buttons .block-btn {
    width: 200px;
    height: 50px;
    font-size: 1rem;
  }
}

/* Mobile ≤768px */
@media (max-width: 768px) {
  .feature {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .feature .feature__image {
    width: 100%;
  }

  .feature .feature__image img.feature__image--secondary {
    width: 80%;
    top: 95%;
  }

  .feature .feature__content {
    width: 100%;
  }

  .feature .feature__content .feature__title {
    font-size: 1.75rem;
    padding-top: 20px;
  }

  .feature .feature__content .feature__subtitle {
    font-size: 0.95rem;
    padding-top: 20px;
  }

  .feature .feature__content .feature__text {
    font-size: 0.95rem;
    padding-top: 20px;
  }

  .feature .feature__content .block-buttons {
    margin-top: 35px;
  }

  .feature .feature__content .block-buttons .block-btn {
    width: 100%;
    max-width: 100%;
    height: 50px;
    font-size: 0.95rem;
  }
}

.qualities {
  padding-top: 0px !important;
}

@media (max-width: 768px) {
  .qualities {
    padding-top: 160px;
  }
}

.qualities .qualities-container {
  display: flex;
  flex-wrap: wrap;
  /* permet les retours à la ligne */
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.qualities .qualities-container .quality {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  height: 291px;
  border: 1px solid var(--color-tertiary);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

/* Tablette : 2 par ligne */
@media (max-width: 1199px) {
  .qualities .qualities-container .quality {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* Mobile : 1 par ligne */
@media (max-width: 767px) {
  .qualities .qualities-container .quality {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* .qualities .qualities-container .quality:hover {
  background-color: var(--color-tertiary);
  border-color: var(--color-primary);
} */

.qualities .qualities-container .quality img.quality-icon {
  padding-top: 40px;
  height: auto;
}

.qualities .qualities-container .quality .quality-title {
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1;
  padding-top: 50px;
  text-align: center;
  transition: color 0.3s ease;
  padding-left: 5px;
  padding-right: 5px;

}

.qualities .qualities-container .quality .quality-text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  padding-top: 20px;
  transition: color 0.3s ease;
  font-size: 1.25rem;
}

/* ----------------------------- Media Queries ----------------------------- */
/* Tablette ≤1024px */
@media (max-width: 1024px) {
  .qualities-container {
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .qualities-container .quality {
    width: 48% !important;
    height: auto !important;
    padding: 20px 0 !important;
  }

  .qualities-container .quality .quality-title {
    font-size: 1.24rem !important;
    padding-top: 20px !important;
  }

  .qualities-container .quality .quality-text {
    font-size: 1rem !important;
    padding-top: 15px !important;
  }

  .qualities-container .quality img.quality-icon {
    padding-top: 0px !important;
  }
}

/* Mobile ≤768px */
@media (max-width: 768px) {
  .qualities-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .qualities-container .quality {
    width: 100% !important;
    height: auto !important;
  }

  .qualities-container .quality img.quality-icon {
    padding-top: 0px;
  }

  .qualities-container .quality .quality-title {
    font-size: 1.25rem;
    padding-top: 20px;
  }

  .qualities-container .quality .quality-text {
    font-size: 0.95rem;
    padding-top: 10px;
  }
}

.gallery__heading {
  padding-bottom: 39px;
}

.gallery__container {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.gallery__container::-webkit-scrollbar {
  height: 15px;
}

.gallery__container::-webkit-scrollbar-track {
  background: var(--color-text-light);
}

.gallery__container::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

.gallery__container::-webkit-scrollbar-thumb:hover {
  background: var(--color-secondary);
}

.gallery__container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  background: var(--color-primary);
}

/* .gallery__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 40%;
  background: var(--color-primary);
  border-radius: 2px;
} */

.gallery__col {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gallery__row {
  display: flex;
  gap: 6px;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
}

.gallery__img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gallery__item {
  position: relative;
  overflow: hidden;
}

.gallery__img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  will-change: transform;
}

.gallery__item:hover .gallery__img {
  transform: scale(1.05);
}

.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.23);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery__item:hover::after {
  opacity: 1;
}

.gallery__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 12px;
  color: var(--color-text-light);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  background: rgba(92, 55, 25, 0.74);
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.gallery__item:hover .gallery__title {
  top: auto;
  bottom: 0;
  background: var(--color-text-light);
  color: var(--color-primary);
}

.gallery__icon {
  padding: 16px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease;
  border: 1px solid rgba(92, 55, 25, 0.83);
  background: rgba(92, 55, 25, 0.83);
  border-radius: 50%;
}

.gallery__item:hover .gallery__icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  z-index: 999;
}

.gallery__lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.gallery__lightbox.active {
  display: flex;
}

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

.gallery__lightbox-img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 6px;
}

.categories .categories__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 30px;
  padding-bottom: 39px;
}

@media (max-width: 1300px) {
  .categories .categories__header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .categories .categories__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.categories__slider {
  position: relative;
}

.categories__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.categories__image {
  position: relative;
  overflow: hidden;
}

.categories__image .img-default,
.categories__image .img-hover {
  width: 100%;
  height: 628px;
  object-fit: cover;
  display: block;
}

.categories__image .categories__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 40px;
  background: rgba(92, 55, 25, 0.74);
  color: var(--color-text-light);
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 1300px) {
  .categories__image .categories__overlay {
    padding: 40px 20px;
  }
}

@media (max-width: 1025px) {
  .categories__image .categories__overlay {
    font-size: 1.25rem;

  }
}

.categories__content {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  padding: 50px 20px;
  background: var(--color-tertiary);
  border-right: 1px solid var(--color-primary);
  font-size: 1.125rem;
  line-height: 1.7;
  font-family: "Instrument Sans", sans-serif;
}


.categories__content {
  display: flex;
  justify-content: center;
}

.categories__content {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.categories__content a {
  position: relative;
  padding-left: 20px;
}

.categories__content a::after {
  position: absolute;
  font-family: 'Material Icons';
  content: '\e315';
  font-size: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
}

@media (max-width: 1024px) {
  .categories__content {
    padding: 30px 20px;
  }

  .categories__content a {
    font-size: 1rem !important;
  }
}

.categories__content a:hover {
  color: #5C3719;
}

.categories__content a {
  margin: 0;
  transition: color 0.3s ease;
  font-size: 1.125rem;
  line-height: 1.7;
  font-family: "Instrument Sans", sans-serif;
  color: #000;
}

.categories__navigation {
  position: relative;
  display: flex;
  gap: 10px;
}

.categories__navigation {
  display: none;
}

@media (max-width: 768px) {
  .categories__navigation {
    display: block !important;
  }
}

.categories__navigation .categories__next,
.categories__navigation .categories__prev {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5c3d0d;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
}

@media (max-width: 768px) {

  .categories__navigation .categories__next,
  .categories__navigation .categories__prev {
    width: 25px;
    height: 25px;
  }
}

.categories__navigation .categories__next:hover,
.categories__navigation .categories__prev:hover {
  transform: scale(1.1);
}

.categories__slider .swiper-slide {
  flex-shrink: 0;
  width: auto;
}

.categories__navigation svg {
  transition: transform 0.2s, stroke 0.2s;
}

@media (max-width: 768px) {
  .categories__navigation svg {
    width: 10px;
    height: 10px;
  }
}

.categories__navigation svg:hover {
  transform: scale(1.1);
  stroke: var(--color-text-light);
}

.categories__image {
  position: relative;
  overflow: hidden;
}

.img-default,
.img-hover {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}

.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.categories__image:hover .img-hover {
  opacity: 1;
}

.categories__icones {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  gap: 10px;
}

.categories__image:hover .categories__overlay {
  opacity: 1;
}

.categories__image:hover .categories__icones {
  opacity: 1;
}

.icon-btn {
  display: flex;
  width: 42px;
  height: 42px;
  background: var(--color-tertiary);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.icon-btn:hover {
  background: rgba(240, 213, 173, 0.8);
}

.comparateur {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  max-width: 0 auto;
}

.comparateur__slider {
  position: relative;
  width: 100%;
  height: 814px;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .comparateur__slider {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .comparateur__slider {
    height: 300px;
  }
}

.comparateur__image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.comparateur__image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
}

.comparateur__image--gauche {
  left: 0;
  z-index: 1;
}

.comparateur__image--gauche .comparateur__texte {
  position: absolute;
  bottom: 7%;
  left: 7.2%;
  transform: translate(-50%, -50%) rotate(-90deg);
  text-align: center;
  z-index: 3;
  width: 100%;
}

.comparateur__image--gauche .comparateur__texte h2 {
  color: var(--color-primary);
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
}

.categories-intro-title {
  color: var(--color-primary);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 768px) {

  .comparateur__image--gauche .comparateur__texte h2,
  .categories-intro-title {
    font-size: 24px;
  }
}

.comparateur__image--droite {
  right: 0;
  z-index: 2;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}

.comparateur__image--droite .comparateur__texte {
  position: absolute;
  bottom: 7%;
  left: 93%;
  transform: translate(-50%, -50%) rotate(-90deg);
  text-align: center;
  z-index: 3;
  width: 100%;
}

.comparateur__image--droite .comparateur__texte h2 {
  color: var(--color-primary);
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .comparateur__image--droite .comparateur__texte h2 {
    font-size: 24px;
  }
}

.comparateur__poignee {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: var(--color-text-light);
  transform: translateX(-50%);
  z-index: 2;
  cursor: col-resize;
}

.comparateur__poignee::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 130px;
  background: var(--color-text-light);
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .comparateur__poignee::before {
    width: 50px;
    height: 90px;
  }
}

.comparateur__fleche {
  position: absolute;
  top: 48%;
  width: 4px;
  height: 31px;
  border: none;
  border-radius: 6px;
  background-color: var(--color-primary);
}

@media (max-width: 768px) {
  .comparateur__fleche {
    height: 22px;
  }
}

.comparateur__fleche--gauche {
  left: -9px;
}

.comparateur__fleche--droite {
  right: -9px;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* Carte produit */
.product-card {
  background: var(--color-text-light);
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product-card__image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.product-card__image .product-card__img {
  width: 100%;
  border-radius: 10px;
  display: block;
  transition: opacity 0.4s ease;
  height: 430px;
  object-fit: cover;
}

.product-card__image .product-card__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-card__image:hover .product-card__img--hover {
  opacity: 1;
}

.product-card__image:hover .product-card__img--default {
  opacity: 0;
}

.product-card__image .product-card__actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card__image .product-card__actions .product-card__icon {
  background: var(--color-text-light);
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.product-card__image .product-card__actions .product-card__icon:hover {
  transform: scale(1.2);
  background: var(--color-primary);
}

.product-card__image .product-card__actions .product-card__icon img {
  width: 60%;
  height: auto;
}

.product-card__image:hover .product-card__actions {
  opacity: 1;
}

.product-card__info {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  padding: 24px 18px 20px 18px;
}

.product-card__info .product-card__title {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-card__info .product-card__price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-card__info .product-card__price--current {
  color: var(--color-primary);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
}

.product-card__info .product-card__price--old {
  color: rgba(242, 37, 37, 0.6980392157);
  text-decoration: line-through;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}

/* ----------------------------- Media Queries ----------------------------- */
/* Tablette ≤1024px */
@media (max-width: 1024px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* Mobile ≤768px */
@media (max-width: 768px) {
  .products {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .product-card__info {
    padding: 20px 10px 15px 10px;
  }

  .product-card__info .product-card__title {
    font-size: 1rem;
  }

  .product-card__info .product-card__price--current {
    font-size: 1.125rem;
  }

  .product-card__info .product-card__price--old {
    font-size: 1rem;
  }

  .product-card__actions {
    flex-direction: row;
    top: auto;
    bottom: 10px;
    right: 10px;
  }
}

/* Popup Favoris */
#favorites-popup {
  position: fixed;
  top: 80px;
  right: 20px;
  width: 300px;
  max-height: 400px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: none;
  flex-direction: column;
  z-index: 9999;
  overflow-y: auto;
  border-radius: 8px;
}

#favorites-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

#favorites-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

#favorites-content {
  padding: 10px;
}

.favorites-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.favorites-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.favorites-item-title {
  font-size: 14px;
}

.promo {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-top: 41px;
}

@media (max-width: 1024px) {
  .promo {
    flex-direction: column;
  }
}

.promo__item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s;
  cursor: pointer;
}

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

.promo__image {
  width: 100%;
  display: block;
  object-fit: cover;
}


.promo__overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background: rgba(249, 214, 168, 0.6117647059);
  color: var(--color-primary);
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 500px) {
  .promo__overlay {
    top: 40%;
  }

  .promo__image {
    height: 518px !important;
  }
}

.promo__overlay .promo__subtitle {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 3.1;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .promo__overlay .promo__subtitle {

    line-height: 2;
  }
}

.promo__overlay .promo__subtitle .promo__highlight {
  color: var(--color-text-light);
}

.promo__overlay .promo__title2 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.26;
  text-align: center;
  text-transform: uppercase;
}

.promo__overlay .promo__title2 .promo__highlight {
  color: var(--color-text-light);
}

.promo__overlay .promo__text {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  line-height: 3.1;
}

.promo__button {
  width: 330px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: var(--color-primary);
  color: var(--color-text-light);
  text-decoration: none;
  border-radius: 15px;
  transition: background-color 0.3s;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  height: 63px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

}

.promo__button:hover {
  font-weight: 500;
  background: var(--color-text-light);
  color: var(--color-primary);
}

/* --- Media Queries --- */
@media (max-width: 1024px) {

  .promo__title,
  .promo__title2 {
    font-size: 2rem;
  }

  .promo__subtitle {
    font-size: 1.1rem;
  }

  .promo__text {
    font-size: 1rem;
  }

  .promo__button {
    padding: 20px 40px;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .promo {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .promo__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .promo__title,
  .promo__title2 {
    font-size: 1.75rem !important;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .promo__subtitle {
    font-size: 1rem;
  }

  .promo__text {
    font-size: 0.95rem;
  }

  .promo__button {
    padding: 0;
    font-size: 1rem;
    height: 45px;
    width: 240px;
  }
}

@media (max-width: 500px) {


  .promo__subtitle {
    font-size: 0.9rem;
  }

  .promo__text {
    font-size: 0.85rem;
  }

  .promo__button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* Section FAQ */
.faq {
  background: var(--color-secondary);
}

.faq__container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding-bottom: 54px;
}

.faq__image img {
  border-radius: 30px !important;
  object-fit: cover;
}

.faq__content {
  flex: 1;
}

.faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 78px;
  padding-bottom: 39px;
}

.faq__btn {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1;
  background: var(--color-primary);
  color: var(--color-text-light);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 20px 40px;
}

.faq__btn:hover {
  background: var(--color-text-light);
  font-weight: 500;
  color: var(--color-primary);
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq__icon {
  display: flex;
  transition: transform 0.3s ease;
}

.faq__item.faq__item--active .faq__icon {
  transform: rotate(90deg);
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  background: var(--color-text-light);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Question */
.faq__question {
  padding: 22px 30px 20px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 1.2;
  cursor: pointer;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.61;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq__item--active .faq__answer {
  max-height: 200px;
  padding: 0 30px 16px;
}

/* --- Media Queries FAQ --- */
@media (max-width: 1024px) {
  .faq__container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 1024px) {


  .faq__image {
    width: 100%;
  }

  .faq__image img {
    width: 100%;
  }

  .faq__content {
    flex: 1 1 50%;
  }

  .faq__header {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .faq__btn {
    padding: 15px 30px;
    font-size: 1rem;
  }

  .faq__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {

  .faq__image,
  .faq__content {
    flex: 1 1 100%;
    width: 100%;
  }


  .faq__title {
    font-size: 1.75rem;
  }

  .faq__question {
    font-size: 1.0625rem;
    padding: 18px 20px;
  }

  .faq__answer {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .faq__question {
    font-size: 1rem;
    padding: 15px 15px;
  }

  .faq__answer {
    font-size: 0.95rem;
  }
}

.articles {
  background: #653c1c;
  padding-top: 44px;
  text-align: center;
}

.articles__container {
  display: flex;
  gap: 100px;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.articles__card {
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: transform 0.3s;
}

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

.articles__image {
  position: relative;
  overflow: hidden;
}

.articles__image img {
  width: 100%;
  display: block;
}

.articles__date {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: var(--color-primary);
  color: var(--color-text-light);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.1;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  text-transform: uppercase;
}

.articles__date span {
  display: block;
  font-size: 12px;
}

.articles__content {
  margin-top: 15px;
}

.articles__title {
  font-family: "Poppins", sans-serif;
  color: var(--color-text-light);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  padding-top: 25px;
}

.articles__text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.714;
  color: var(--color-tertiary);
}

.articles__btn {
  display: inline-block;
  padding: 9px 26px;
  background: var(--color-tertiary);
  border-radius: 15px;
  color: var(--color-text-dark);
  text-decoration: none;
  transition: 0.3s;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 18px;
}

.articles__btn {
  transition: all 0.3s ease;
}

.articles__btn:hover {
  background: var(--color-text-light);
  font-weight: 600;
  color: var(--color-primary);
}

.articles__btn--big {
  padding: 25px 80px;
  margin-top: 55px;
  margin-bottom: 25px;
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-text-dark);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.1;
}

/* --- Media Queries Articles --- */
@media (max-width: 1024px) {
  .articles__container {
    gap: 50px;
    justify-content: space-around;
  }

  .articles__title {
    font-size: 0.95rem;
  }

  .articles__text {
    font-size: 0.8rem;
  }

  .articles__btn {
    font-size: 1rem;
    padding: 8px 20px;
  }

  .articles__btn--big {
    padding: 20px 60px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .articles__container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .articles__card {
    width: 90%;
  }

  .articles__title {
    font-size: 0.9rem;
  }

  .articles__text {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .articles__title {
    font-size: 0.85rem;
  }

  .articles__text {
    font-size: 0.75rem;
  }

  .articles__date {
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
  }

  .articles__date span {
    font-size: 10px;
  }
}

.contact {
  width: 100%;
  max-width: 100%;
}

.contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 75px;
}

@media (max-width: 1024px) {
  .contact__container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 30px;
  }
}

.contact__form-block {
  padding-right: 82px;
}

@media (max-width: 1300px) {
  .contact__form-block {
    padding-right: 30px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .contact__form-block {
    padding-right: 0px;
    width: 100%;
  }
}

.contact__title {
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.1;
  padding-bottom: 14px;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__row {
  display: flex;
  gap: 1rem;
}

.contact__input,
.contact__textarea {
  flex: 1;
  padding-top: 11px;
  padding-bottom: 31px;
  padding-left: 20px;
  border: none;
  border-radius: 4px;
  background: var(--color-tertiary);
  font-size: 1.125rem;
  font-family: inherit;
  width: 100%;

}

span.wpcf7-form-control-wrap {
  flex: 1;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 0;
  transition: color 0.3s ease;
}

.contact__input:focus::placeholder,
.contact__textarea:focus::placeholder {
  color: transparent;
  border: none;
}

.contact__textarea {
  height: 120px;
  resize: none;
}

.contact__btn {
  background: var(--color-primary);
  color: var(--color-text-light);
  border: 1px solid transparent;
  padding: 18px 36px;
  border-radius: 15px;
  cursor: pointer;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  align-self: flex-start;
  transition: all 0.3s ease;
}

.contact__btn:hover {
  background: var(--color-text-light);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* Image */
.contact__image-block {
  width: 100%;
  height: 100%;
}

.contact__image {
  height: auto;
  object-fit: cover;
}

/* --- Responsive Contact --- */
@media (max-width: 1300px) {
  .contact__container {
    gap: 24px;
  }
}

@media (max-width: 1024px) {
  .contact__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact__title {
    font-size: 2rem;
  }

  .contact__discription {
    font-size: 1rem;
  }

  .contact__btn {
    align-self: center;
  }

  .contact__image {
    width: 100%;
  }

  .contact__container {
    display: flex;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .contact__row {
    flex-direction: column;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .contact__title {
    font-size: 1.75rem;
    padding-bottom: 20px;
  }

  .contact__row {
    flex-direction: column;
    gap: 24px;
  }

  .contact__input,
  .contact__textarea {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
  }

  .contact__textarea {
    height: 100px;
  }

  .contact__btn {
    width: 100%;
    padding: 16px 0;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .contact__title {
    font-size: 1.75rem;
    padding-bottom: 20px;
  }

  .contact__discription {
    font-size: 0.95rem;
  }

  .contact__input,
  .contact__textarea {
    font-size: 0.95rem;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .contact__btn {
    font-size: 0.95rem;
    padding: 14px 0;
  }
}

.reseaux-postes__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 1rem;
  grid-template-areas: "item1 item2 item3 item3" "item4 item5 item6 item7";
}

.reseaux-postes__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}

.reseaux-postes__item--1 {
  grid-area: item1;
}

.reseaux-postes__item--2 {
  grid-area: item2;
}

.reseaux-postes__item--3 {
  grid-area: item3;
}

.reseaux-postes__item--4 {
  grid-area: item4;
}

.reseaux-postes__item--5 {
  grid-area: item5;
}

.reseaux-postes__item--6 {
  grid-area: item6;
}

.reseaux-postes__item--7 {
  grid-area: item7;
}

.reseaux-postes__item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
}

.reseaux-postes__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

/* Overlay */
.reseaux-postes__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1rem;
  align-items: center;
  justify-content: space-around;
}

.reseaux-postes__item:hover .reseaux-postes__overlay {
  opacity: 1;
}

.reseaux-postes__icon {
  font-size: 2rem;
  color: #fff;
  background: rgba(107, 58, 0, 0.9);
  border-radius: 50%;
  padding: 0.5rem;
}

.reseaux-postes__btn {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  background: var(--color-primary);
  color: var(--color-text-light);
  border-radius: 15px;
  padding: 22px 35px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.reseaux-postes__btn:hover {
  background: var(--color-text-light);
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* --- Responsive Instagram Grid --- */
@media (max-width: 1024px) {

  .reseaux-postes__grid::-webkit-scrollbar {
    display: none;
  }

  .reseaux-postes__grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .reseaux-postes__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.75rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .reseaux-postes__item {
    flex: 0 0 48%;
    height: 220px;
    border-radius: 1rem;
  }

  .reseaux-postes__header {
    flex-direction: column;
    text-align: center;
    align-items: flex-start !important;
    gap: 15px;
  }

  .reseaux-postes__btn {
    padding: 16px 28px;
    font-size: 1rem;
    text-align: center;
    width: 100%;
  }
}

.contact-block {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  font-family: sans-serif;
}

.contact-block__item {
  flex: 1;
  text-align: center;
  border: 1px solid var(--color-tertiary);
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-block__title {
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.1;
}

.contact-block__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 41px;
}

.contact-block__text {
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
  padding-top: 13px;
}

.contact-block__text a {
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
  padding-top: 13px;
}

.contact__discription {
  font-family: "Poppins", sans-serif;
  color: var(--color-text-dark);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  padding-bottom: 38px;
}

.contact-block__socials {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 41px;
}

.contact-block__line {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-block__line a.contact-block__link {
  font-family: "Poppins", sans-serif;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
}

/* --- Media Queries Contact Block --- */
@media (max-width: 1024px) {
  .contact-block {
    gap: 50px;
    flex-wrap: wrap;
  }

  .contact-block__item {
    height: auto;
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .contact-block__info {
    padding-bottom: 20px !important;
  }

  .contact-block__socials {
    padding-top: 20px;
  }

  .contact-block__title {
    font-size: 1.5rem;
  }

  .contact-block__text,
  .contact-block__link,
  .contact-block__text a {
    font-size: 1rem;
  }

  .contact-block__socials {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .contact-block {
    flex-direction: column;
    gap: 30px;
  }

  .contact-block__item {
    width: 100%;
    text-align: center;
  }

  .contact-block__title {
    font-size: 1.25rem;
    padding-top: 15px;
  }

  .contact-block__text,
  .contact-block__link,
  .contact-block__text a {
    font-size: 0.95rem;
  }

  .contact-block__socials {
    gap: 13px;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .contact-block__title {
    font-size: 1.1rem;
  }

  .contact-block__text,
  .contact-block__link,
  .contact-block__text a {
    font-size: 0.9rem;
  }

  .contact-block__socials {
    gap: 10px;
  }
}

.page-bg {
  background-image: url("../images/about.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  margin-top: -14px;
  padding-top: 14px;
}

.about-us .about-us__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
}

.about-us .breadcrumb__link {
  font-family: "Poppins", sans-serif;
  color: var(--color-text-dark);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.about-us .breadcrumb__link--active {
  color: var(--color-primary);
}

.about-us .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.about .about__container {
  display: flex;
  gap: 90px;
}

@media (max-width: 1024px) {
  .about .about__container {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .about .about__left {
    gap: 1rem !important;
  }

  .about .about__actions {
    display: flex;
    gap: 10px;
    padding-top: 16px !important;
  }

  .about .about__intro {
    line-height: 1.5;
  }
}

.about .about__left,
.about .about__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.72;
}

.about .about__actions {
  display: flex;
  gap: 4px;
  padding-top: 53px;
}

.about .about__actions .about__btn {
  background: var(--color-tertiary);
  display: flex;
  height: 45px;
  width: 184px;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.74;
  transition: all 0.3s ease;
}

.about .about__actions .about__btn:hover {
  background: var(--color-primary);
  font-weight: 500;
  color: var(--color-text-light);
}

.about .about__content {
  padding-bottom: 25px;
  padding-top: 24px;
}

.about .about__right p {
  margin-bottom: 8px;
}

.about .about__btn--dark {
  background: var(--color-primary);
  border-radius: 16px;
  width: fit-content;
  font-family: "Roboto", sans-serif;
  color: var(--color-text-light);
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.74;
  height: 62px;
  width: 196px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid var(--color-primary);
}


.about .about__btn--dark:hover {
  background: var(--color-text-light);
  font-weight: 500;
  color: var(--color-primary);
}

.about .about__left {
  gap: 4rem;
}

.about .about__intro {
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 1.1;
  padding-top: 35px;
}

.about .about__content p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.72;
}

.about .about__video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.about .about__video-img {
  width: 100%;
  height: auto;
  display: block;
}

.about .about__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  text-decoration: none;
  background: transparent;
  border-radius: 50%;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.about .about__video-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
}

.about .about__video-play svg {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.about .video-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.about .video-popup:target {
  display: flex;
}

.about .video-popup-content {
  position: relative;
  width: min(90%, 900px);
  aspect-ratio: 16/9;
  max-height: 90vh;
}

.about .video-popup iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.about .video-popup-close {
  position: absolute;
  top: -36px;
  right: 0;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}

.portfolio {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;

}

@media (max-width: 768px) {
  .portfolio__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;

  }
}

.portfolio__card {
  position: relative;
  overflow: hidden;
}

.portfolio__image,
.portfolio__image--alt {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
  height: 500px;
}

.portfolio__image--alt {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.portfolio__card:hover .portfolio__image {
  opacity: 0;
}

.portfolio__card:hover .portfolio__image--alt {
  opacity: 1;
}

/* Overlay */
.portfolio__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: rgba(0, 0, 0, 0.4);
}

.portfolio__card:hover .portfolio__overlay {
  opacity: 1;
}

/* Icons */
.portfolio__icon {
  font-size: 1.5rem;
  background: var(--color-tertiary);
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.portfolio__icon:hover {
  background: var(--color-primary);
}

.testimonials {
  background: var(--color-tertiary);
  text-align: center;
}

.testimonials__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.375rem;
  line-height: 1;
  padding-top: 78px;
}

.testimonials__container p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.188rem;
  line-height: 2.563rem;
  letter-spacing: 0;
  text-align: center;
  max-width: 810px;
  padding-top: 30px;
}

.testimonials__button::after {
  display: none;
}

.testimonials__button {
  background: #5c3719;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

img.testimonials__author-img.wp-post-image {
  padding-top: 48px;
}

.testimonials__slide strong {
  padding-top: 15px;
  padding-bottom: 90px;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
}

.testimonials__container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.testimonials__slide {
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

.testimonials__text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1875rem;
  line-height: 2.16;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.testimonials__button {
  color: #333;
}

.testimonials__button:hover {
  color: #000;
}

/*
|--------------------------------------------------------------------------
| 6 - Layouts
|--------------------------------------------------------------------------
|
|
|
*/
/* ----------------------------- Header haut ----------------------------- */
.top-header {
  margin: 14px 0;
  padding: 12px 50px;
  border-radius: 14px;
  background-color: var(--color-primary);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-header .top-header__right,
.top-header .top-header__left {
  display: flex;
  gap: 26px;
}

.top-header .top-header__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-header .top-header__item a {
  font-family: "Poppins", sans-serif;
  color: var(--color-text-light);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.top-header .top-header__item img,
.bottom-header__item a img,
.contact-block__socials a img,
.footer__socials a img {
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
}

.top-header .top-header__item:hover img,
.bottom-header__item a:hover img,
.contact-block__socials a:hover img,
.footer__socials a:hover img {
  transform: scale(1.2);
  filter: brightness(1.2);
}

.top-header .top-header__item:hover a {
  color: var(--color-tertiary);
}

.top-header .separateur img {
  margin-top: 4px;
}

/* ----------------------------- Header bas ----------------------------- */
.bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0;
  padding: 12px 50px;
  flex-wrap: wrap;
  position: relative;
}

/* header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease;
}

header.scrolled {
  background: rgba(36, 35, 35, 0.55);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
} */


/* .bottom-header .bottom-header__logo a img {
  max-width: 150px;
  height: auto;
} */

.bottom-header .bottom-header__right1 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bottom-header .bottom-header__right {
  display: none;
}

.bottom-header .bottom-header__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  cursor: pointer;
  z-index: 1001;
}

.bottom-header .bottom-header__burger span {
  display: block;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 2px;
  transition: all 0.3s ease;
  margin-bottom: 6px;
}

.bottom-header .bottom-header__burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.bottom-header .bottom-header__burger.active span:nth-child(2) {
  opacity: 0;
}

.bottom-header .bottom-header__burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.bottom-header .bottom-header__nav {
  display: flex;
  gap: 37px;
}

.bottom-header .bottom-header__nav ul {
  font-family: "Poppins", sans-serif;
  display: flex;
  gap: 37px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-link--top {
  font-family: "Poppins", sans-serif;
  color: var(--color-text-dark);
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  text-decoration: none;
  border-bottom: 5px solid transparent;
  display: inline-block;
  transition: color 0.3s ease, border-bottom 0.3s ease, transform 0.3s ease;
}

.menu-link--child {
  font-family: "Poppins", sans-serif;
  color: var(--color-text-dark);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none !important;
  display: inline-block;
  transition: color 0.3s ease, border-bottom 0.3s ease, transform 0.3s ease;
  font-weight: 500;
}

.menu-link--child:hover {
  text-decoration: none !important;
}

@media (max-width: 1200px) {
  .menu-link--top {
    line-height: 1;
  }
}

.menu-link--top.active {
  transform: scale(1.05);
  border-bottom: 3px solid var(--color-primary);
}

.menu-link--top:hover {
  color: var(--color-secondary);
}

@media (max-width: 1200px) {

  .menu-link--top:hover,
  .menu-link--top.active {
    border-bottom: none;
    font-weight: 500;
  }
}

/* ----------------------------- Overlay ----------------------------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 998;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------- Media Queries ----------------------------- */
/* Large screens ≤1200px */
@media (max-width: 1200px) {
  .bottom-header__burger {
    display: block !important;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    cursor: pointer;
    z-index: 1001;
  }

  .bottom-header__burger span {
    display: block;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .bottom-header__nav {
    position: fixed;
    top: 0;
    left: -500px;
    width: 350px;
    height: 100vh;
    background-color: var(--color-text-light);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 60px 20px;
    gap: 20px;
    transition: left 0.3s ease;
    z-index: 1000;
  }

  .bottom-header__nav.active {
    left: 0;
  }

  .bottom-header__nav ul {
    flex-direction: column;
    gap: 20px !important;
  }

  .bottom-header__right {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }

  .bottom-header__right1 {
    display: none !important;
  }

  .bottom-header__right {
    display: flex !important;
    flex-direction: row;
    gap: 5px;
    margin-top: 0px;
    justify-content: flex-start;
  }
}

@media (max-width: 1200px) and (max-width: 1200px) {
  .bottom-header__right {
    align-items: flex-start;
  }
}

/* Tablette ≤1024px */
@media (max-width: 1024px) {
  .top-header {
    display: none;
  }

  .top-header .top-header__right,
  .top-header .top-header__left {
    gap: 20px;
  }

  .top-header .top-header__item a {
    font-size: 0.8rem;
  }

  .bottom-header {
    padding: 12px 0px;
  }


}

/* Mobile ≤768px */
@media (max-width: 768px) {

  .top-header .top-header__right,
  .top-header .top-header__left {
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 10px;
  }

  .top-header .top-header__item a {
    font-size: 0.75rem;
  }
}

/* Badge favoris */
.header-favorites {
  position: relative;
}

.favorites-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: red;
  color: white;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* Popup Favoris */
.favorites-popup {
  position: fixed;
  top: 60px;
  right: 20px;
  width: 300px;
  max-height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  z-index: 9999;
  display: none;
}

.favorites-popup__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.favorites-popup__content {
  padding: 10px;
}

#favorites-close {
  cursor: pointer;
  font-size: 20px;
}

.favorites-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.favorites-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.favorites-item .favorites-item-title {
  flex: 1;
}

.product-card__icon.favorite.active img {
  filter: invert(42%) sepia(80%) saturate(7500%) hue-rotate(330deg) brightness(95%) contrast(100%);
}

/* ===== Sous-menu ===== */

.Éditeur.articles__container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.articles__card {
  flex: 0 1 calc(33.333% - 20px);
  box-sizing: border-box;
}

a.category-item {
  transition: background 0.3s ease;
}

a.category-item.active,
a.category-item:hover {
  background: #c39c67;
}

.articles__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* Articles */



@media (max-width: 1024px) {
  .articles__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .articles__container {
    grid-template-columns: 1fr;
  }
}

/* Optionnel : responsive */
@media (max-width: 1024px) {
  .articles__card {
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .articles__card {
    flex: 0 1 100%;
  }
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #3A3A3A;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Sticky header */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.sticky-header.active {
  transform: translateY(0);
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 97px;
  right: 38px;
  z-index: 99;
  background-color: var(--color-primary);
  border: none;
  padding: 13px 14px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}

#scrollTopBtn:hover {
  background-color: var(--color-secondary);
}

#scrollTopBtn svg {
  fill: white;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1200px) {
  .categories__image .categories__overlay {
    font-size: 1.25rem;
  }

  .sticky-header.active {
    display: none;
  }
}

.sticky-header .bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 80px;
  flex-wrap: wrap;
  position: relative;
  margin: 0 !important;
}

.reseaux-postes__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

@media (max-width: 767px) {
  .contact__container {
    padding: 0 15px !important;
  }

  .contact-block__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
  }

  .footer__bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .e-con.e-flex {
    flex-wrap: nowrap !important;
  }

  .gallery__heading {
    padding-bottom: 20px;
  }

  .categories .categories__header {
    padding-bottom: 20px;
  }

  .promo__title {
    padding-bottom: 20px !important;
  }
}

h2.promo__title {
  padding-bottom: 39px;
}

button.slider-prev {
  opacity: 0;
}

button.slider-next {
  opacity: 0;
}

span.product-popup__title,
.product-popup__colors span {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.contact-block__item {
  flex: 1;
  text-align: center;
  border: 1px solid var(--color-tertiary);
  height: 210px;
}

.product-card__info {
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
  padding: 24px 17px 20px 17px;
}

.product-modal {
  display: none;
}

ul.footer__list li a:hover {
  color: #5C3719 !important;
}

.contact-block__text {
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
  padding-top: 0px;
}

@media (max-width: 1024px) {
  .contact-block {
    flex-direction: column !important;
    gap: 30px;
  }

  .contact__row {
    flex-direction: column;
    gap: 24px;
  }

  .contact__container {
    display: flex;
    padding: 0 30px !important;
  }
}

@media (max-width: 1300px) {
  .promo__image {
    height: 518px !important;
  }
}

@media (min-width: 1200px) {
  .qualities .qualities-container>* {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* ======= MENU / MEGA MENU ======= */

/* ===============================
   Menu principal
   =============================== */




/* ==========================
   Flèche SVG si nécessaire
========================== */
svg.submenu-arrow {
  width: 20px;
}


.footer {
  background-color: #c89f6a;
  color: #3c2a1e;
  font-family: sans-serif;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #3c2a1e;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .footer__container {
    display: flex;
    flex-direction: column;


  }

  .footer__title {
    padding-bottom: 0px !important;
    padding-top: 30px;
  }

  .footer__section {
    gap: 10px !important;
  }
}

.footer__logo-section {
  max-width: 200px;
  margin-bottom: 20px;
}

.footer__slogan {
  font-size: 12px;
  color: #444;
}

.footer__section {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__title {
  font-family: "Roboto", sans-serif;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  padding-bottom: 20px;
}

.footer__list {
  list-style: none;
  padding: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 1024px) {
  .footer__list {
    gap: 10px !important;
  }

}

.footer__list li a {
  font-family: "Instrument Sans", sans-serif;
  color: #ffff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

address.footer__address a {
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-text-light);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  address.footer__address a {
    gap: 10px !important;
  }
}

address.footer__address {
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
}

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

.footer__socials {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer__copyright {
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-primary);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.857;
}

.favoris-icon {
  position: relative;
}

.favoris-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: red;
  color: #fff;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: sans-serif;
}

/* Popup moderne - glisse depuis droite */
#favorites-list {
  position: fixed;
  top: 50%;
  right: -500px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px 0 0 20px;
  padding: 25px 30px;
  z-index: 9999;
  width: 350px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

/* Affichage actif */
#favorites-list.show {
  right: 0;
  opacity: 1;
}

/* Titre */
#favorites-list span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #252324;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
}

/* Items */
.favorites-item {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.favorites-item:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.favorites-item img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 12px;
}

.favorites-item-title {
  font-weight: 600;
  font-size: 1rem;
  color: #252324;
  font-family: "Instrument Sans", sans-serif;
}

.favorites-item-price {
  margin-left: auto;
  color: var(--color-primary);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 1.3125rem;
}

/* Bouton fermer */
#close-favorites {
  margin-top: 15px;
  width: 100%;
  background: #5c3719;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
  font-family: "Instrument Sans", sans-serif;
}

#close-favorites:hover {
  background: #c39c67;
}

/* Icône active */
.favorite-icon.active svg path {
  stroke: #ff4d4f !important;
  fill: #ff4d4f !important;
}

/* Ctalogues */
.categories-download-widget {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 20px;
}

.category-image-wrapper {
  border-radius: 15px !important;
}

.category-item {
  text-align: center;
}

.category-image-wrapper {
  position: relative;
  overflow: hidden;
}

.category-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 15px !important;
}

.category-image-wrapper:hover img {
  transform: scale(1.1);
  border-radius: 15px !important;
}

.download-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #5c3719;
  font-family: "Instrument Sans", sans-serif;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-image-wrapper:hover .download-btn-overlay {
  opacity: 1;
}

.category-name {
  display: block;
  margin-top: 20px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 1024px) {
  .categories-download-widget {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .categories-download-widget {
    grid-template-columns: 1fr;
  }
}


/* blog filter */
.blog-filter.container-fluid {
  padding-top: 50px;
  background: #653c1c;
}

a.category-item {
  display: inline-block;
  padding: 9px 26px;
  background: var(--color-tertiary);
  border-radius: 15px;
  color: var(--color-text-dark);
  text-decoration: none;
  transition: 0.3s;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.1;
}

.blog-categories {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.categories-intro-text {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  padding-bottom: 39px;
  max-width: 1200px;
  text-align: left !important;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  margin: 24px 0 0 0;
}

section.articles.page.blog {
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  .about-us .about-us__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    flex-direction: column;
  }
}

/* ===========================
   Boutons WooCommerce
   =========================== */
.woocommerce .button,
.woocommerce-page .button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce .add_to_cart_button,
.woocommerce-page .add_to_cart_button {
  background-color: #5c3719;
  /* couleur principale */
  color: #ffffff;
  /* texte blanc */
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

/* Hover général */
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce-page .add_to_cart_button:hover {
  background-color: #c39c67;
  /* couleur secondaire */
  transform: scale(1.05);
  color: #ffffff;
}

/* ===========================
   Bouton Voir le produit
   =========================== */
.woocommerce .button.view-product {
  background-color: #c39c67;
  /* couleur secondaire */
  color: #ffffff;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}

.woocommerce .button.view-product:hover {
  background-color: #f9d6a8;
  /* couleur tertiaire */
  color: #000000;
  transform: scale(1.05);
}

/* ===========================
   Bouton Ajouter aux favoris / Wishlist
   =========================== */
.woocommerce .yith-wcwl-add-to-wishlist,
.woocommerce-page .yith-wcwl-add-to-wishlist {
  background-color: #ffffff;
  border: 2px solid #5c3719;
  color: #5c3719;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
}

.woocommerce .yith-wcwl-add-to-wishlist:hover,
.woocommerce-page .yith-wcwl-add-to-wishlist:hover {
  background-color: #5c3719;
  color: #ffffff;
  transform: scale(1.05);
}

/* ===========================
   Tableaux et formulaires
   =========================== */
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce form.checkout,
.woocommerce .woocommerce-cart-form {
  border: 1px solid #c39c67;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
}

/* Inputs et selects */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce select,
.woocommerce textarea {
  border: 1px solid #c39c67;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}

/* Pagination et liens */
.woocommerce nav.woocommerce-pagination a,
.woocommerce nav.woocommerce-pagination span {
  background-color: #ffffff;
  color: #5c3719;
  border: 1px solid #5c3719;
  padding: 8px 12px;
  border-radius: 6px;
  margin: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.woocommerce nav.woocommerce-pagination a:hover {
  background-color: #5c3719;
  color: #ffffff;
}

/* ===========================
   Responsive
   =========================== */
@media screen and (max-width: 768px) {

  .woocommerce .button,
  .woocommerce-page .button,
  .woocommerce a.button,
  .woocommerce-page a.button,
  .woocommerce .add_to_cart_button,
  .woocommerce-page .add_to_cart_button,
  .woocommerce .yith-wcwl-add-to-wishlist,
  .woocommerce-page .yith-wcwl-add-to-wishlist {
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }

  .woocommerce table.shop_table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.product-detail__gallery {
  flex: 1 1 50%;
}

.product-detail__info {
  flex: 1 1 50%;
}

.tabs-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.tabs-nav li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

.tabs-nav li.active {
  border-color: #000;
  font-weight: bold;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* Parent avec sous-menu */
.menu-item-has-children {
  position: relative;
}

/* Sous-menu masqué par défaut */
.menu-item-has-children>.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  position: relative;
  list-style: decimal;
}



/* Sticky header */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

/* Quand le scroll est déclenché */
.sticky-header.active {
  transform: translateY(0);
}

#scrollTopBtn {
  display: none;
  /* Caché par défaut */
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  background-color: var(--color-primary);
  /* change selon ton thème */
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}

#scrollTopBtn:hover {
  background-color: var(--color-secondary);
}

.sticky-header .bottom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  flex-wrap: wrap;
  position: relative;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  #scrollTopBtn {
    bottom: 143px !important;
  }

  .sticky-header .bottom-header {
    padding: 12px 30px;
  }
}

/* ======= MENU / MEGA MENU ======= */


/* === Mega Menu - Desktop === */
/* === Mega Menu - Desktop === */
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 25px;
  width: 600px;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Hover parent - desktop */
.menu-item-has-children:hover>.mega-menu {
  display: flex;
  justify-content: space-between;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* Colonnes */
.mega-menu__column {
  flex: 1;
  /* padding: 0 20px; */
}

/* Liens parent */
.mega-menu__list .menu-link {
  display: block;
  padding: 6px 0;
  color: #000;
  line-height: 1.5;
}

ul.sub-menu {
  gap: 0 !important;
  padding-top: 0px !important;
}

.mega-menu__list .menu-link:hover {
  color: #c59d5f;
}

/* Sous-éléments enfants - desktop : simple liste */
.mega-menu__list .menu-item--child {
  display: block;
  position: static;
  margin: 0;
  padding: 5px 0;
}

.mega-menu__list .menu-item--child .menu-link {
  padding: 5px 0;
}

.mega-menu__list .menu-item--child .menu-link:hover {
  color: #c59d5f;
}

/* === Responsive Mobile === */
@media (max-width: 1200px) {
  .mega-menu {
    background: transparent !important;
    box-shadow: none !important;
    position: static;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    visibility: hidden;
    transition: max-height 0.6s ease, padding 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
  }

  ul.mega-menu__list {
    gap: 0 !important;
  }

  ul.sub-menu {
    gap: 0 !important;
    padding-top: 0 !important;
  }

  .mega-menu.active {
    max-height: 1000px;
    padding: 10px 15px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    width: 100% !important;
  }

  .submenu-toggle {
    cursor: pointer;
    margin-left: 183px;
    transition: transform 0.3s ease;
  }

  .submenu-toggle.rotate svg {
    transform: rotate(180deg);
  }

  .mega-menu__column {
    flex: 1 1 100%;
    padding: 5px 0;
  }

  .mega-menu .mega-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease, padding 0.6s ease;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mega-menu .mega-menu.active {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.menu-item .menu-item--child {
  list-style: circle !important;
}

.text-content {
  max-width: 1500px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
  padding-top: 10px;
}

/*
|--------------------------------------------------------------------------
| 7 - Templates
|--------------------------------------------------------------------------
|
|
|
*/

/*# sourceMappingURL=style.css.map */