@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;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 14px;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb a:hover {
  color: #ff8c42;
}
.breadcrumb .separator {
  color: #ccc;
  font-size: 11px;
}
.breadcrumb .current {
  color: #202020;
}

.block-ban-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
  height: auto;
}
.block-ban-container .content {
  row-gap: 0px;
  width: 1200px;
  max-width: 100%;
  margin-inline: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-ban-container .btn {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  text-transform: uppercase;
}
.block-ban-container .btn:disabled {
  pointer-events: none;
}
.block-ban-container .btn:hover {
  color: #fff;
  background-color: rgb(255, 155.5158730159, 91.5);
  border: 1px solid rgb(255, 171.0317460317, 117);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.block-ban-container .btn:active {
  box-shadow: none;
  transform: translateY(0);
}
.block-ban-container .image,
.block-ban-container .video-background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block-ban-container picture {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-ban-container.full-height {
  height: 100vh;
}

.block-multipurpose.standard .title {
  font-family: "Roboto";
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  color: #7a9e7e;
  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 {
  display: block;
  background-color: #7a9e7e;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #7a9e7e;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  text-transform: uppercase;
}
.block-multipurpose.standard .btn-container .btn:hover {
  background-color: transparent;
  color: #ff8c42;
  border: 2px solid #ff8c42;
}
.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;
  -moz-column-gap: 50px;
       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: #7a9e7e;
  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 {
  display: block;
  background-color: #7a9e7e;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #7a9e7e;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  text-transform: uppercase;
}
.block-multipurpose.block-double-col .block-double-col-element__content-container .btn-container .btn:hover {
  background-color: transparent;
  color: #ff8c42;
  border: 2px solid #ff8c42;
}
.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;
  -moz-column-gap: 40px;
       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: #7a9e7e;
  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: #202020;
  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: #ff8c42;
  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: #ff8c42;
  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;
  -moz-column-gap: 30px;
       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;
  -moz-column-gap: 10px;
       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: invert(63%) sepia(89%) saturate(3295%) hue-rotate(344deg) brightness(103%) contrast(97%);
}
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;
  -moz-column-gap: 20px;
       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;
    -moz-column-gap: 10px;
         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;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.block-faqs.faq .faq-item {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.block-faqs.faq .faq-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.block-faqs.faq .question {
  padding: 24px 60px 24px 24px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  color: #202020;
  line-height: 1.4;
  border-radius: 16px;
}
.block-faqs.faq .question::before, .block-faqs.faq .question::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #ff8c42;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.block-faqs.faq .question::after {
  transform: translateY(-50%) rotate(90deg);
}
.block-faqs.faq .question::before {
  transform: translateY(-50%);
}
.block-faqs.faq .question:hover {
  background-color: #ff8c42;
  color: #fff;
}
.block-faqs.faq .question:hover::before, .block-faqs.faq .question:hover::after {
  background-color: #fff;
}
.block-faqs.faq .answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.block-faqs.faq .answer .answer-wrapper {
  padding: 20px;
}
.block-faqs.faq .answer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 15px;
}
.block-faqs.faq .answer p:last-child {
  padding-bottom: 0;
}
.block-faqs.faq .expanded {
  background-color: #fff;
  border-color: rgba(255, 140, 66, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.block-faqs.faq .expanded .question {
  background-color: #ff8c42;
  color: #fff;
}
.block-faqs.faq .expanded .question::before, .block-faqs.faq .expanded .question::after {
  background-color: #fff;
}
.block-faqs.faq .expanded .question::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.block-faqs.faq .expanded .answer {
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.block-faqs.faq.faq-styled .faq-item {
  background-color: #eae8e4;
  border: none;
}
.block-faqs.faq.faq-styled .faq-item:hover {
  background-color: #fff;
}
.block-faqs.faq.faq-styled .expanded {
  background-color: #fff;
}

.block-articles-faqs {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .block-articles-faqs {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .block-articles-faqs {
    flex-direction: column;
    gap: 40px;
  }
}
.block-articles-faqs .column {
  flex: 1;
  min-width: 0;
}
.block-articles-faqs .column .column-header {
  margin-bottom: 25px;
}
.block-articles-faqs .column .column-header h2 {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 300;
  color: #202020;
  margin: 0;
  line-height: 1.3;
}
.block-articles-faqs .column-articles {
  display: flex;
  flex-direction: column;
}
.block-articles-faqs .column-articles .articles-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.block-articles-faqs .column-articles .article-item {
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid transparent;
}
.block-articles-faqs .column-articles .article-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 140, 66, 0.15);
}
.block-articles-faqs .column-articles .article-item:hover .article-thumb img {
  transform: scale(1.05);
}
.block-articles-faqs .column-articles .article-item:hover .article-title {
  color: #ff8c42;
}
.block-articles-faqs .column-articles .article-item .article-thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #eae8e4;
}
.block-articles-faqs .column-articles .article-item .article-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.block-articles-faqs .column-articles .article-item .article-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}
.block-articles-faqs .column-articles .article-item .article-info .article-category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ff8c42;
  font-weight: 600;
}
.block-articles-faqs .column-articles .article-item .article-info .article-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #202020;
  margin: 0;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-articles-faqs .column-articles .article-item .article-info .article-date {
  font-size: 12px;
  color: rgba(102, 102, 102, 0.7);
}
.block-articles-faqs .column-articles .column-footer {
  margin-top: 20px;
}
.block-articles-faqs .column-articles .column-footer .btn {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  text-transform: uppercase;
}
.block-articles-faqs .column-articles .column-footer .btn:disabled {
  pointer-events: none;
}
.block-articles-faqs .column-articles .column-footer .btn:hover {
  color: #fff;
  background-color: rgb(255, 155.5158730159, 91.5);
  border: 1px solid rgb(255, 171.0317460317, 117);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.block-articles-faqs .column-articles .column-footer .btn:active {
  box-shadow: none;
  transform: translateY(0);
}
.block-articles-faqs .column-articles .column-footer .btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .block-articles-faqs .column-articles .column-footer .btn {
    width: auto;
  }
}
.block-articles-faqs .column-faq .faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.block-articles-faqs .column-faq .faq-list .faq-item {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.block-articles-faqs .column-faq .faq-list .faq-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.block-articles-faqs .column-faq .faq-list .faq-item .question {
  padding: 20px 50px 20px 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 15px;
  color: #202020;
  line-height: 1.4;
  border-radius: 16px;
}
.block-articles-faqs .column-faq .faq-list .faq-item .question::before, .block-articles-faqs .column-faq .faq-list .faq-item .question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #ff8c42;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.block-articles-faqs .column-faq .faq-list .faq-item .question::after {
  transform: translateY(-50%) rotate(90deg);
}
.block-articles-faqs .column-faq .faq-list .faq-item .question::before {
  transform: translateY(-50%);
}
.block-articles-faqs .column-faq .faq-list .faq-item .question:hover {
  background-color: #ff8c42;
  color: #fff;
}
.block-articles-faqs .column-faq .faq-list .faq-item .question:hover::before, .block-articles-faqs .column-faq .faq-list .faq-item .question:hover::after {
  background-color: #fff;
}
.block-articles-faqs .column-faq .faq-list .faq-item .answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.block-articles-faqs .column-faq .faq-list .faq-item .answer .answer-wrapper {
  padding: 20px;
}
.block-articles-faqs .column-faq .faq-list .faq-item .answer p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(102, 102, 102, 0.8);
  padding-bottom: 12px;
}
.block-articles-faqs .column-faq .faq-list .faq-item .answer p:last-child {
  padding-bottom: 0;
}
.block-articles-faqs .column-faq .faq-list .faq-item.expanded {
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.block-articles-faqs .column-faq .faq-list .faq-item.expanded .question {
  background-color: #ff8c42;
  color: #fff;
}
.block-articles-faqs .column-faq .faq-list .faq-item.expanded .question::before, .block-articles-faqs .column-faq .faq-list .faq-item.expanded .question::after {
  background-color: #fff;
}
.block-articles-faqs .column-faq .faq-list .faq-item.expanded .question::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.block-articles-faqs .column-faq .faq-list .faq-item.expanded .answer {
  transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.block-articles-faqs.styled-bg .column-articles .article-item {
  background-color: #eae8e4;
}
.block-articles-faqs.styled-bg .column-articles .article-item:hover {
  background-color: #fff;
}
.block-articles-faqs.styled-bg .column-faq .faq-list .faq-item {
  background-color: #eae8e4;
}
.block-articles-faqs.styled-bg .column-faq .faq-list .faq-item:hover, .block-articles-faqs.styled-bg .column-faq .faq-list .faq-item.expanded {
  background-color: #fff;
}

.block-articles-faqs.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .block-articles-faqs.reverse {
    flex-direction: column;
  }
}

body .site-header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
body .site-header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 1200px;
  max-width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
}
body .site-header .menu-wrapper .left-section,
body .site-header .menu-wrapper .right-section {
  display: flex;
  align-items: center;
}
body .site-header .menu-wrapper .left-section {
  gap: 5px;
}
body .site-header .menu-wrapper .right-section {
  gap: 20px;
}
body .site-header .menu-wrapper .logo-site a {
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  color: #ff8c42;
}
@media screen and (max-width: 400px) {
  body .site-header .menu-wrapper .logo-site a {
    font-size: 18px;
  }
}
body .site-header .menu-wrapper .logo-site img {
  display: block;
  max-width: 150px;
  height: auto;
}
body .site-header .menu-wrapper .header-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .site-header .menu-wrapper .header-icons .search-toggle,
body .site-header .menu-wrapper .header-icons .account-link,
body .site-header .menu-wrapper .header-icons .cart-link {
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease;
}
body .site-header .menu-wrapper .header-icons .search-toggle:hover,
body .site-header .menu-wrapper .header-icons .account-link:hover,
body .site-header .menu-wrapper .header-icons .cart-link:hover {
  transform: translateY(-3px);
}
body .site-header .menu-wrapper .header-icons .search-toggle svg,
body .site-header .menu-wrapper .header-icons .account-link svg,
body .site-header .menu-wrapper .header-icons .cart-link svg {
  display: block;
  width: 25px;
  height: 25px;
  transition: stroke 0.3s ease;
}
body .site-header .menu-wrapper .header-icons .search-toggle svg path,
body .site-header .menu-wrapper .header-icons .search-toggle svg circle,
body .site-header .menu-wrapper .header-icons .search-toggle svg rect,
body .site-header .menu-wrapper .header-icons .search-toggle svg line,
body .site-header .menu-wrapper .header-icons .search-toggle svg polyline,
body .site-header .menu-wrapper .header-icons .search-toggle svg polygon,
body .site-header .menu-wrapper .header-icons .search-toggle svg g,
body .site-header .menu-wrapper .header-icons .account-link svg path,
body .site-header .menu-wrapper .header-icons .account-link svg circle,
body .site-header .menu-wrapper .header-icons .account-link svg rect,
body .site-header .menu-wrapper .header-icons .account-link svg line,
body .site-header .menu-wrapper .header-icons .account-link svg polyline,
body .site-header .menu-wrapper .header-icons .account-link svg polygon,
body .site-header .menu-wrapper .header-icons .account-link svg g,
body .site-header .menu-wrapper .header-icons .cart-link svg path,
body .site-header .menu-wrapper .header-icons .cart-link svg circle,
body .site-header .menu-wrapper .header-icons .cart-link svg rect,
body .site-header .menu-wrapper .header-icons .cart-link svg line,
body .site-header .menu-wrapper .header-icons .cart-link svg polyline,
body .site-header .menu-wrapper .header-icons .cart-link svg polygon,
body .site-header .menu-wrapper .header-icons .cart-link svg g {
  stroke: #000000;
  stroke-width: 2;
  transition: stroke 0.3s ease;
}
body .site-header .menu-wrapper .header-icons .search-toggle:hover svg path,
body .site-header .menu-wrapper .header-icons .search-toggle:hover svg circle,
body .site-header .menu-wrapper .header-icons .search-toggle:hover svg rect,
body .site-header .menu-wrapper .header-icons .search-toggle:hover svg line,
body .site-header .menu-wrapper .header-icons .search-toggle:hover svg polyline,
body .site-header .menu-wrapper .header-icons .search-toggle:hover svg polygon,
body .site-header .menu-wrapper .header-icons .search-toggle:hover svg g,
body .site-header .menu-wrapper .header-icons .account-link:hover svg path,
body .site-header .menu-wrapper .header-icons .account-link:hover svg circle,
body .site-header .menu-wrapper .header-icons .account-link:hover svg rect,
body .site-header .menu-wrapper .header-icons .account-link:hover svg line,
body .site-header .menu-wrapper .header-icons .account-link:hover svg polyline,
body .site-header .menu-wrapper .header-icons .account-link:hover svg polygon,
body .site-header .menu-wrapper .header-icons .account-link:hover svg g,
body .site-header .menu-wrapper .header-icons .cart-link:hover svg path,
body .site-header .menu-wrapper .header-icons .cart-link:hover svg circle,
body .site-header .menu-wrapper .header-icons .cart-link:hover svg rect,
body .site-header .menu-wrapper .header-icons .cart-link:hover svg line,
body .site-header .menu-wrapper .header-icons .cart-link:hover svg polyline,
body .site-header .menu-wrapper .header-icons .cart-link:hover svg polygon,
body .site-header .menu-wrapper .header-icons .cart-link:hover svg g {
  stroke: #ff8c42;
}
body .site-header .menu-wrapper .header-icons .cart-link .cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff8c42;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}
body .site-header .menu-wrapper .site-navigation {
  display: flex;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
  display: flex;
  list-style: none;
  font-size: 16px;
  text-decoration: none;
  gap: 20px;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item a {
  font-family: "Roboto";
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  transition: color 0.3s ease;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item:hover > a {
  color: #ff8c42;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children {
  position: relative;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children > a {
  padding-right: 25px;
  position: relative;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("./assets/images/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}
body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu {
  list-style: none;
}

@media screen and (min-width: 1051px) {
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal {
    align-items: center;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item > .sub-menu {
    display: none;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item > .sub-menu a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #202020;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.submenu-touch-open {
    position: relative;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.submenu-touch-open > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 200px;
    position: absolute;
    border-radius: 5px;
    background: #fff;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 10px;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta a {
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #ff8c42;
    border: 1px solid #ff8c42;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    outline: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
    text-transform: uppercase;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta a:disabled {
    pointer-events: none;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta a:hover {
    color: #fff;
    background-color: rgb(255, 155.5158730159, 91.5);
    border: 1px solid rgb(255, 171.0317460317, 117);
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta a:active {
    box-shadow: none;
    transform: translateY(0);
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.cta a {
    font-size: 13px;
    padding: 7px 14px;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.menu-item-object-produit > a {
    background: rgba(255, 140, 66, 0.08);
    color: #ff8c42;
    padding: 6px 14px;
    border: 1px solid #ff8c42;
    border-radius: 20px;
    font-weight: 500;
    transition: background 0.3s ease, color 0.3s ease;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.menu-item-object-produit.menu-item-has-children > a {
    padding-right: 30px;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.menu-item-object-produit.menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff8c42' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m17 10l-5 5l-5-5'/%3E%3C/svg%3E");
    right: 8px;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item.menu-item-object-produit:hover > a {
    background: rgba(255, 140, 66, 0.15);
    color: #ff8c42;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children > a:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu {
    border: 1px solid #ececec;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu a:hover {
    background-color: #ff8c42;
    color: #fff;
    border-radius: 5px;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children > a {
    padding-right: 25px;
    position: relative;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 14px;
    background-image: url("./assets/images/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu--level-3 {
    display: none;
    position: absolute;
    left: 100%;
    top: -10px;
    min-width: 180px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-left: 15px;
    z-index: 20;
    list-style: none;
    border: 1px solid #ececec;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu--level-3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 20px;
    height: 100%;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu--level-3 .menu-item a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #202020;
    text-decoration: none;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu--level-3 .menu-item a:hover {
    background-color: #ff8c42;
    color: #fff;
    border-radius: 5px;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children.submenu-touch-open > a::after {
    transform: translateY(-50%) rotate(90deg);
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children.submenu-touch-open .sub-menu--level-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  body .site-header .menu-wrapper .site-navigation .close-btn,
  body .site-header .menu-wrapper .site-navigation .close-menu-btn {
    display: none;
  }
  body .site-header .left-section .hamburger {
    display: none;
  }
  body .site-header .header-icons {
    display: flex;
  }
}
@media screen and (min-width: 1051px) and (hover: hover) {
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item:hover {
    position: relative;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item:hover > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 200px;
    position: absolute;
    border-radius: 5px;
    background: #fff;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 10px;
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(90deg);
  }
  body .site-header .menu-wrapper .site-navigation #menu-menu-principal .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu--level-3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1050px) {
  body .site-header .site-navigation {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    background-color: #fff;
    min-width: 300px;
    max-width: 400px;
    height: 100dvh;
    z-index: 300;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s linear;
  }
  body .site-header .site-navigation .close-menu-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff8c42;
    z-index: 310;
  }
  body .site-header .site-navigation .close-menu-btn svg {
    display: block;
    width: 25px;
    height: 25px;
  }
  body .site-header .site-navigation .menu-menu-principal-container {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    padding: 50px 20px 20px;
    overflow-y: auto;
    box-shadow: 19px 0px 15px -3px rgba(0, 0, 0, 0.1);
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item > a {
    padding: 18px 0;
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #ff8c42;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: color 0.2s ease, padding-left 0.2s ease;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item > a:hover {
    padding-left: 3px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item > a::after {
    display: none;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu {
    list-style: none;
    padding: 5px 10px;
    margin: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.02);
    margin-bottom: 10px;
    border-radius: 10px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu .menu-item {
    border: none;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu .menu-item:first-child {
    border: none;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu .menu-item a {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    display: block;
    text-transform: none;
    letter-spacing: 0;
    transition: color 0.2s ease, padding-left 0.2s ease;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu .menu-item a:hover {
    color: #ff8c42;
    padding-left: 8px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu--level-3 {
    display: block;
    list-style: none;
    padding: 5px 0 5px 15px;
    margin: 5px 0 0 5px;
    border-left: 2px solid rgba(255, 140, 66, 0.2);
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu--level-3 .menu-item a {
    padding: 8px 0;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item .sub-menu .menu-item.menu-item-has-children .sub-menu--level-3 .menu-item a:hover {
    color: #ff8c42;
    padding-left: 5px;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children {
    display: block;
  }
  body .site-header .site-navigation .menu-menu-principal-container #menu-menu-principal .menu-item-has-children > a {
    padding-right: 0;
  }
  body .site-header .site-navigation.menu-active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  body .site-header .overlay-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 200;
    transition: opacity 0.5s ease-out, visibility 0.5s linear;
  }
  body .site-header .overlay-menu.overlay-menu-active {
    visibility: visible;
    opacity: 1;
    backdrop-filter: blur(3px);
  }
  body .hamburger {
    cursor: pointer;
    display: inline-block;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  body .hamburger.burger-active .hamburger-inner,
  body .hamburger.burger-active .hamburger-inner::before,
  body .hamburger.burger-active .hamburger-inner::after {
    background-color: #ff8c42;
  }
  body .hamburger-box {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
  }
  body .hamburger-inner {
    display: block;
    top: 50%;
  }
  body .hamburger-inner,
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    width: 25px;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    background-color: #ff8c42;
  }
  body .hamburger-inner::before,
  body .hamburger-inner::after {
    content: "";
    display: block;
  }
  body .hamburger-inner::before {
    top: -8px;
  }
  body .hamburger-inner::after {
    bottom: -8px;
  }
  body {
    /*
    * Spin du burger
    */
  }
  body .hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  body .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  body .hamburger--spin.burger-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body .hamburger--spin.burger-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  body .hamburger--spin.burger-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.body-fixed {
    overflow: hidden;
  }
}
body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
@media screen and (max-width: 1050px) {
  body.admin-bar .site-header .site-navigation {
    top: 32px;
    height: calc(100dvh - 32px);
  }
}
@media screen and (max-width: 1050px) and (max-width: 782px) {
  body.admin-bar .site-header .site-navigation {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}

.search-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-out, visibility 0.3s linear;
}
.search-modal.search-active {
  visibility: visible;
  opacity: 1;
}
.search-modal .search-modal-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  position: relative;
}
.search-modal .search-modal-content .close-search-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8c42;
  transition: transform 0.2s ease;
}
.search-modal .search-modal-content .close-search-btn:hover {
  transform: scale(1.1);
}
.search-modal .search-modal-content .close-search-btn svg {
  width: 24px;
  height: 24px;
}
.search-modal .search-modal-content .woocommerce-product-search {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.search-modal .search-modal-content .woocommerce-product-search .search-field {
  flex: 1;
  padding: 12px 16px;
  border: 2px solid #ff8c42;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease;
}
.search-modal .search-modal-content .woocommerce-product-search .search-submit {
  background-color: #ff8c42;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.search-modal .search-modal-content .woocommerce-product-search .search-submit img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.categories-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       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: -moz-fit-content;
  min-width: fit-content;
  background-color: #ff8c42;
  border-radius: 0.5rem;
}

body:not(.home) .page .wp-block-quote {
  border-left: 5px solid #ff8c42;
  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: #ff8c42;
}
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;
}

.article {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 300px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.article .article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.article .article-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
.article .article-container .title {
  text-decoration: none;
}
.article .article-container .title h2 {
  text-align: left;
  font-size: 32px;
  margin-bottom: 0;
}
.article .article-container .author {
  font-weight: 600;
}
.article .article-container .author span {
  font-weight: 600;
}
.article .article-container .date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.article .article-container .date img {
  max-width: 21px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.article .article-container .article-subcontainer {
  display: none;
}
.article .article-container .excerpt {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: justify;
}

.error-404 {
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
}
.error-404__img {
  width: 200px;
  filter: invert(63%) sepia(30%) saturate(313%) hue-rotate(76deg) brightness(89%) contrast(81%);
}
.error-404__title {
  font-size: 22px;
}
.error-404__sub-title {
  padding-top: 20px;
  font-size: 18px;
}

.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: #ff8c42;
  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: invert(63%) sepia(89%) saturate(3295%) hue-rotate(344deg) brightness(103%) contrast(97%);
  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;
  }
}

.default-ban {
  background-color: rgba(255, 255, 255, 0.01);
  margin-top: 62px;
}
.default-ban.home-ban {
  height: 700px;
}
.default-ban.inner-ban {
  height: 400px;
}
.default-ban.inner-ban .content {
  align-items: center;
}
.default-ban.inner-ban .content .titles .title,
.default-ban.inner-ban .content .titles .subtitle {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .default-ban.inner-ban {
    height: 500px;
  }
}
.default-ban .content {
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .default-ban .content {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .default-ban .content {
    align-items: center;
  }
}
.default-ban .content .titles {
  display: flex;
  flex-direction: column;
}
.default-ban .content .titles .title {
  order: 2;
  color: #fff;
  font-size: clamp(36px, 8vw, 46px);
  text-align: left;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .default-ban .content .titles .title {
    text-align: center;
  }
}
.default-ban .content .titles .subtitle {
  order: 1;
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .default-ban .content .titles .subtitle {
    margin-inline: auto;
  }
}
.default-ban .content .btn-container {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.default-ban .content .btn-container .btn:last-of-type {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.default-ban .content .btn-container .btn:last-of-type:hover {
  background-color: transparent;
  color: #eae8e4;
}
@media screen and (max-width: 768px) {
  .default-ban .content .btn-container {
    flex-direction: column;
    width: 100%;
  }
  .default-ban .content .btn-container .btn {
    width: 100%;
  }
}

.default-title h2 {
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 300;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .default-title h2 {
    text-align: center;
  }
}
.default-title.center {
  text-align: center;
}

.default-text p {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.6;
  color: #6a6a6a;
}
.default-text p:last-of-type {
  margin-bottom: 0;
}
.default-text.center p {
  text-align: center;
}

.default-btn .btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .default-btn .btn-container {
    flex-direction: column;
    gap: 10px;
  }
}
.default-btn.center .btn-container {
  justify-content: center;
}
.default-btn a {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  text-transform: uppercase;
}
.default-btn a:disabled {
  pointer-events: none;
}
.default-btn a:hover {
  color: #fff;
  background-color: rgb(255, 155.5158730159, 91.5);
  border: 1px solid rgb(255, 171.0317460317, 117);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.default-btn a:active {
  box-shadow: none;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .default-btn a {
    width: 100%;
  }
}

.default-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .default-bento {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.default-bento .bento-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.default-bento .bento-card.main-card {
  grid-column: span 3;
  min-height: 380px;
  display: flex;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .default-bento .bento-card.main-card {
    grid-column: span 1;
  }
}
.default-bento .bento-card.main-card:nth-of-type(2) .content-container .btn-container a {
  border-color: #fff;
  background-color: transparent;
}
.default-bento .bento-card.main-card:nth-of-type(2) .content-container .btn-container a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
}
.default-bento .bento-card.main-card .image-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #202020;
}
.default-bento .bento-card.main-card .image-container picture,
.default-bento .bento-card.main-card .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}
.default-bento .bento-card.main-card .image-container img {
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 80%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 80%);
  transition: transform 0.5s ease;
}
.default-bento .bento-card.main-card:hover .image-container img {
  transform: scale(1.06);
}
.default-bento .bento-card.main-card .content-container {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.default-bento .bento-card.main-card .content-container h2 {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 700;
}
.default-bento .bento-card.main-card .content-container .text-container {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 20px;
}
.default-bento .bento-card.main-card .content-container .btn-container a {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  text-transform: uppercase;
}
.default-bento .bento-card.main-card .content-container .btn-container a:disabled {
  pointer-events: none;
}
.default-bento .bento-card.main-card .content-container .btn-container a:hover {
  color: #fff;
  background-color: rgb(255, 155.5158730159, 91.5);
  border: 1px solid rgb(255, 171.0317460317, 117);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.default-bento .bento-card.main-card .content-container .btn-container a:active {
  box-shadow: none;
  transform: translateY(0);
}
.default-bento .bento-card.main-card .content-container .btn-container a {
  width: -moz-fit-content;
  width: fit-content;
}
.default-bento .bento-card.main-card .content-container .footer-text {
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.default-bento .bento-card.main-card .content-container .footer-text::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("./assets/images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(63%) sepia(89%) saturate(3295%) hue-rotate(344deg) brightness(103%) contrast(97%);
}
.default-bento .bento-card.secondary-card {
  grid-column: span 2;
  padding: 20px;
  display: flex;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.default-bento .bento-card.secondary-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .default-bento .bento-card.secondary-card {
    grid-column: span 1;
  }
}
.default-bento .bento-card.secondary-card .content-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.default-bento .bento-card.secondary-card h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}
.default-bento .bento-card.secondary-card .text-container {
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 20px;
  flex: 1;
}
.default-bento .bento-card.secondary-card .btn-container a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #ff8c42;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
}
.default-bento .bento-card.secondary-card .btn-container a:hover {
  transform: translateX(3px);
}
.default-bento .bento-card.secondary-card .btn-container a::after {
  content: "→";
  margin-left: 6px;
  font-size: 17px;
}

.default-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .default-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .default-cards {
    grid-template-columns: 1fr;
  }
}
.default-cards .card {
  display: flex;
  flex-direction: column;
}
.default-cards .card .image-container {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.default-cards .card .image-container picture {
  display: block;
}
.default-cards .card .image-container picture img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.default-cards .card .text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.default-cards .card .text-container .inner-text-container {
  margin-bottom: 15px;
}
.default-cards .card .text-container .inner-text-container h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3;
}
.default-cards .card .text-container .inner-text-container div {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(102, 102, 102, 0.6);
}
.default-cards .card .text-container .btn-container {
  margin-top: auto;
}
.default-cards .card .text-container .btn-container a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  transition: gap 0.3s ease;
}
.default-cards .card .text-container .btn-container a::after {
  content: "→";
  font-size: 16px;
}
.default-cards .card .text-container .btn-container a:hover {
  gap: 12px;
}

.default-icon-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.default-icon-cards .card {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #eae8e4;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.default-icon-cards .card .image-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.default-icon-cards .card .image-container picture {
  display: block;
}
.default-icon-cards .card .image-container picture img {
  display: block;
  width: 55px;
  height: 55px;
  padding: 15px;
  border: 1px solid #ff8c42;
  border-radius: 10px;
  background-color: rgba(255, 140, 66, 0.15);
  filter: invert(63%) sepia(89%) saturate(3295%) hue-rotate(344deg) brightness(103%) contrast(97%);
}
.default-icon-cards .card .text-container .inner-text-container h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ff8c42;
}
.default-icon-cards .card .text-container .inner-text-container div {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(102, 102, 102, 0.6);
}
.default-icon-cards .card .text-container .inner-text-container div p {
  margin: 0;
}

.default-image-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .default-image-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .default-image-cards {
    grid-template-columns: 1fr;
  }
}
.default-image-cards .card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #eae8e4;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.1);
  text-align: left;
  aspect-ratio: 5/6;
}
.default-image-cards .card .image-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #202020;
}
.default-image-cards .card .image-container picture {
  display: block;
  width: 100%;
  height: 100%;
}
.default-image-cards .card .image-container picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 80%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 80%);
}
.default-image-cards .card .text-container {
  position: relative;
  z-index: 2;
}
.default-image-cards .card .text-container .inner-text-container h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}
.default-image-cards .card .text-container .inner-text-container div {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
.default-image-cards .card .text-container .inner-text-container div p {
  margin: 0;
}

.default-cat-slider {
  position: relative;
}
.default-cat-slider .categories-swiper {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.default-cat-slider .categories-swiper.swiper-initialized {
  opacity: 1;
}
.default-cat-slider .categories-swiper .swiper-slide {
  height: auto;
}
.default-cat-slider .categories-swiper .swiper-slide .category-card {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.default-cat-slider .categories-swiper .swiper-slide .category-card:hover {
  transform: translateY(-5px);
}
.default-cat-slider .categories-swiper .swiper-slide .category-card:hover .content-container .category-excerpt {
  opacity: 1;
}
.default-cat-slider .categories-swiper .swiper-slide .category-card .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(0, 0, 0);
}
.default-cat-slider .categories-swiper .swiper-slide .category-card .image-container picture {
  display: block;
  width: 100%;
  height: 100%;
}
.default-cat-slider .categories-swiper .swiper-slide .category-card .image-container picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 80%);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 80%);
}
.default-cat-slider .categories-swiper .swiper-slide .category-card .content-container {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 20px;
}
.default-cat-slider .categories-swiper .swiper-slide .category-card .content-container .category-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
.default-cat-slider .categories-swiper .swiper-slide .category-card .content-container .category-excerpt {
  height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  opacity: 0;
  transition: height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
}
.default-cat-slider .categories-swiper .swiper-pagination {
  position: relative;
  margin-top: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  max-width: 200px;
  margin-inline: auto;
}
.default-cat-slider .categories-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #ff8c42;
  border-radius: 2px;
}
.default-cat-slider .categories-swiper .swiper-button-prev,
.default-cat-slider .categories-swiper .swiper-button-next {
  display: none;
}

.default-double-col {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .default-double-col {
    flex-direction: column !important;
    gap: 30px;
  }
}
.default-double-col.orientation-left {
  flex-direction: row;
}
.default-double-col.orientation-right {
  flex-direction: row-reverse;
}
.default-double-col .image-column {
  flex: 1;
  min-width: 0;
}
.default-double-col .image-column picture {
  display: block;
}
.default-double-col .image-column picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
.default-double-col .content-column {
  flex: 1;
  min-width: 0;
}
.default-double-col .content-column h2 {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #202020;
}
.default-double-col .content-column .text-content {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: rgba(102, 102, 102, 0.8);
  text-align: justify;
}
.default-double-col .content-column .text-content p {
  margin-bottom: 15px;
}
.default-double-col .content-column .text-content p:last-child {
  margin-bottom: 0;
}
.default-double-col .content-column .btn-container .btn {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  text-transform: uppercase;
}
.default-double-col .content-column .btn-container .btn:disabled {
  pointer-events: none;
}
.default-double-col .content-column .btn-container .btn:hover {
  color: #fff;
  background-color: rgb(255, 155.5158730159, 91.5);
  border: 1px solid rgb(255, 171.0317460317, 117);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.default-double-col .content-column .btn-container .btn:active {
  box-shadow: none;
  transform: translateY(0);
}
.default-double-col .content-column .btn-container .btn {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .default-double-col .content-column .btn-container .btn {
    width: 100%;
  }
}

.block-articles-container .articles-header,
.blog-related .articles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block-articles-container .articles-header,
  .blog-related .articles-header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.block-articles-container .articles-header h2,
.blog-related .articles-header h2 {
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 300;
}
.block-articles-container .articles-header .view-all-link,
.blog-related .articles-header .view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 20px;
  color: #202020;
}
.block-articles-container .articles-header .view-all-link:hover,
.blog-related .articles-header .view-all-link:hover {
  gap: 12px;
}
.block-articles-container .articles-grid,
.blog-related .articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .block-articles-container .articles-grid,
  .blog-related .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .block-articles-container .articles-grid,
  .blog-related .articles-grid {
    grid-template-columns: 1fr;
  }
}
.block-articles-container .articles-grid .article-card,
.blog-related .articles-grid .article-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.block-articles-container .articles-grid .article-card:hover,
.blog-related .articles-grid .article-card:hover {
  transform: translateY(-5px);
}
.block-articles-container .articles-grid .article-card .article-image,
.blog-related .articles-grid .article-card .article-image {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.block-articles-container .articles-grid .article-card .article-image img,
.blog-related .articles-grid .article-card .article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.block-articles-container .articles-grid .article-card .article-content,
.blog-related .articles-grid .article-card .article-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-articles-container .articles-grid .article-card .article-content .article-category,
.blog-related .articles-grid .article-card .article-content .article-category {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ff8c42;
  font-weight: 600;
}
.block-articles-container .articles-grid .article-card .article-content .article-title,
.blog-related .articles-grid .article-card .article-content .article-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #202020;
  margin: 0;
}
.block-articles-container .articles-grid .article-card .article-content .article-excerpt,
.blog-related .articles-grid .article-card .article-content .article-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(102, 102, 102, 0.6);
  margin: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.blog-grid .article-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.blog-grid .article-card:hover {
  transform: translateY(-5px);
}
.blog-grid .article-card .article-image {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.blog-grid .article-card .article-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
}
.blog-grid .article-card .article-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-grid .article-card .article-content .article-category {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ff8c42;
  font-weight: 600;
}
.blog-grid .article-card .article-content .article-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #202020;
  margin: 0;
}
.blog-grid .article-card .article-content .article-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(102, 102, 102, 0.6);
  margin: 0;
}

.default-accordion-media {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .default-accordion-media {
    flex-direction: column;
    gap: 0;
  }
}
.default-accordion-media .accordion-image-column {
  flex: 1;
  position: sticky;
  top: 100px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .default-accordion-media .accordion-image-column {
    display: none;
  }
}
.default-accordion-media .accordion-image-column .accordion-image {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.default-accordion-media .accordion-image-column .accordion-image.active {
  display: block;
  opacity: 1;
}
.default-accordion-media .accordion-image-column .accordion-image picture {
  display: block;
}
.default-accordion-media .accordion-image-column .accordion-image picture img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.default-accordion-media .accordion-list {
  flex: 1;
  min-width: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.default-accordion-media .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.default-accordion-media .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.default-accordion-media .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.default-accordion-media .accordion-item .accordion-header:hover .accordion-title {
  color: #ff8c42;
}
.default-accordion-media .accordion-item .accordion-header .accordion-title-group {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .default-accordion-media .accordion-item .accordion-header .accordion-title-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.default-accordion-media .accordion-item .accordion-header .accordion-title {
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  transition: color 0.3s ease;
}
.default-accordion-media .accordion-item .accordion-header .accordion-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.default-accordion-media .accordion-item .accordion-header .accordion-badges .badge {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 20px;
  background-color: rgba(255, 140, 66, 0.15);
  color: #ff8c42;
}
.default-accordion-media .accordion-item .accordion-header .accordion-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}
.default-accordion-media .accordion-item .accordion-header .accordion-icon::before, .default-accordion-media .accordion-item .accordion-header .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #202020;
  transition: transform 0.3s ease;
}
.default-accordion-media .accordion-item .accordion-header .accordion-icon::before {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.default-accordion-media .accordion-item .accordion-header .accordion-icon::after {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.default-accordion-media .accordion-item .accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.default-accordion-media .accordion-item .accordion-content .accordion-content-wrapper {
  padding-bottom: 20px;
}
.default-accordion-media .accordion-item .accordion-content .accordion-content-wrapper .accordion-mobile-image {
  display: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .default-accordion-media .accordion-item .accordion-content .accordion-content-wrapper .accordion-mobile-image {
    display: block;
  }
}
.default-accordion-media .accordion-item .accordion-content .accordion-content-wrapper .accordion-mobile-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.default-accordion-media .accordion-item .accordion-content .accordion-content-wrapper .accordion-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(102, 102, 102, 0.8);
}
.default-accordion-media .accordion-item .accordion-content .accordion-content-wrapper .accordion-text p {
  margin: 0 0 10px 0;
}
.default-accordion-media .accordion-item .accordion-content .accordion-content-wrapper .accordion-text p:last-child {
  margin-bottom: 0;
}
.default-accordion-media .accordion-item.expanded .accordion-header .accordion-title {
  color: #ff8c42;
}
.default-accordion-media .accordion-item.expanded .accordion-header .accordion-icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.default-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.default-steps .steps-header {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .default-steps .steps-header {
    margin-bottom: 30px;
  }
}
.default-steps .steps-header .steps-header-title {
  font-size: 32px;
  font-weight: 600;
  color: #202020;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .default-steps .steps-header .steps-header-title {
    font-size: 24px;
  }
}
.default-steps .steps-header .steps-header-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(32, 32, 32, 0.75);
  max-width: 700px;
  margin: 0 auto;
}
.default-steps .steps-header .steps-header-text p {
  margin: 0;
}
.default-steps .steps-list {
  position: relative;
}
.default-steps .steps-list::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 25px;
  bottom: 25px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(255, 140, 66, 0.3), rgba(255, 140, 66, 0.1));
}
@media screen and (max-width: 768px) {
  .default-steps .steps-list::before {
    display: none;
  }
}
.default-steps .step-item {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .default-steps .step-item {
    flex-direction: column;
    gap: 15px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
  }
}
.default-steps .step-item:first-child {
  padding-top: 0;
}
.default-steps .step-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .default-steps .step-item:last-child {
    border-bottom: none;
  }
}
.default-steps .step-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff8c42;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .default-steps .step-number {
    width: 42px;
    height: 42px;
  }
}
.default-steps .step-number span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .default-steps .step-number span {
    font-size: 18px;
  }
}
.default-steps .step-content {
  flex: 1;
  min-width: 0;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .default-steps .step-content {
    padding-top: 0;
  }
}
.default-steps .step-title {
  font-size: 22px;
  font-weight: 600;
  color: #202020;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .default-steps .step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.default-steps .step-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(32, 32, 32, 0.75);
}
.default-steps .step-text p {
  margin: 0 0 15px 0;
  text-align: justify;
}
.default-steps .step-text p:last-child {
  margin-bottom: 0;
}
.default-steps .step-text ul {
  margin: 15px 0;
  list-style: none;
}
.default-steps .step-text ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
.default-steps .step-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8c42;
}
.default-steps .step-text ul li:last-child {
  margin-bottom: 0;
}
.default-steps .step-text .step-note {
  font-size: 13px;
  font-style: italic;
  color: rgba(32, 32, 32, 0.5);
  margin-top: 10px;
}
.default-steps .step-text b,
.default-steps .step-text strong {
  color: #202020;
  font-weight: 600;
}

.accueil .section-good-fabric-001 .default-ban .image {
  object-position: top;
}
.accueil .section-good-fabric-002 .block-partners {
  background-color: #ddd8cf;
}
.accueil .section-good-fabric-003 .default-cat-slider {
  max-width: 1500px;
  padding-inline: 0px;
}
.accueil .section-good-fabric-003 .default-cat-slider .swiper {
  padding: 20px 15px;
}
.accueil .section-good-fabric-003 .default-cat-slider .swiper .category-card {
  aspect-ratio: 16/9;
}
.accueil .section-good-fabric-002,
.accueil .section-good-fabric-003,
.accueil .section-good-fabric-004,
.accueil .section-good-fabric-005,
.accueil .section-good-fabric-008,
.accueil .section-good-fabric-010 {
  background-color: #eae8e4;
}
.accueil .section-good-fabric-002 .default-text,
.accueil .section-good-fabric-003 .default-text,
.accueil .section-good-fabric-004 .default-text,
.accueil .section-good-fabric-005 .default-text,
.accueil .section-good-fabric-008 .default-text,
.accueil .section-good-fabric-010 .default-text {
  max-width: 600px;
}
.accueil .section-good-fabric-002 .default-text p,
.accueil .section-good-fabric-003 .default-text p,
.accueil .section-good-fabric-004 .default-text p,
.accueil .section-good-fabric-005 .default-text p,
.accueil .section-good-fabric-008 .default-text p,
.accueil .section-good-fabric-010 .default-text p {
  text-align: center;
  font-size: 14px;
  color: #6a6a6a;
}
.accueil .section-good-fabric-003,
.accueil .section-good-fabric-005,
.accueil .section-good-fabric-0002 {
  background-color: #ddd8cf;
}
.accueil .section-good-fabric-006,
.accueil .section-good-fabric-007 {
  background-color: #eae8e4;
}
.accueil .section-good-fabric-009 {
  background-color: #ff8c42;
}
.accueil .section-good-fabric-009 .default-title h2,
.accueil .section-good-fabric-009 .default-text p {
  color: #fff;
}
.accueil .section-good-fabric-009 .default-text {
  max-width: 900px;
}
.accueil .section-good-fabric-009 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.accueil .section-good-fabric-009 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.accueil .section-good-fabric-009 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.accueil .section-good-fabric-009 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

.a-propos .section-good-fabric-001 .default-ban {
  background-color: rgba(0, 0, 0, 0.25);
}
.a-propos .section-good-fabric-002,
.a-propos .section-good-fabric-004,
.a-propos .section-good-fabric-006,
.a-propos .section-good-fabric-008 {
  background-color: #eae8e4;
}
.a-propos .section-good-fabric-003,
.a-propos .section-good-fabric-005 {
  background-color: #ddd8cf;
}
.a-propos .section-good-fabric-005 .default-image-cards {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .a-propos .section-good-fabric-005 .default-image-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .a-propos .section-good-fabric-005 .default-image-cards {
    grid-template-columns: 1fr;
  }
}
.a-propos .section-good-fabric-007 {
  background-color: #ff8c42;
}
.a-propos .section-good-fabric-007 .default-title h2,
.a-propos .section-good-fabric-007 .default-text p {
  color: #fff;
}
.a-propos .section-good-fabric-007 .default-text {
  max-width: 900px;
}
.a-propos .section-good-fabric-007 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.a-propos .section-good-fabric-007 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.a-propos .section-good-fabric-007 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.a-propos .section-good-fabric-007 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

.notre-metier .section-good-fabric-001 .default-ban {
  background-color: rgba(0, 0, 0, 0.25);
}
.notre-metier .section-good-fabric-002,
.notre-metier .section-good-fabric-004,
.notre-metier .section-good-fabric-006 {
  background-color: #eae8e4;
}
.notre-metier .section-good-fabric-003 {
  background-color: #ddd8cf;
}
.notre-metier .section-good-fabric-005 {
  background-color: #ff8c42;
}
.notre-metier .section-good-fabric-005 .default-title h2,
.notre-metier .section-good-fabric-005 .default-text p {
  color: #fff;
}
.notre-metier .section-good-fabric-005 .default-text {
  max-width: 900px;
}
.notre-metier .section-good-fabric-005 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.notre-metier .section-good-fabric-005 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.notre-metier .section-good-fabric-005 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.notre-metier .section-good-fabric-005 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

.filieres-production .section-good-fabric-001 .default-ban {
  background-color: rgba(0, 0, 0, 0.25);
}
.filieres-production .section-good-fabric-002,
.filieres-production .section-good-fabric-004,
.filieres-production .section-good-fabric-006 {
  background-color: #eae8e4;
}
.filieres-production .section-good-fabric-003 {
  background-color: #ddd8cf;
}
.filieres-production .section-good-fabric-005 {
  background-color: #ff8c42;
}
.filieres-production .section-good-fabric-005 .default-title h2,
.filieres-production .section-good-fabric-005 .default-text p {
  color: #fff;
}
.filieres-production .section-good-fabric-005 .default-text {
  max-width: 900px;
}
.filieres-production .section-good-fabric-005 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.filieres-production .section-good-fabric-005 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.filieres-production .section-good-fabric-005 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.filieres-production .section-good-fabric-005 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

.engagements .section-good-fabric-001 .default-ban {
  background-color: rgba(0, 0, 0, 0.25);
}
.engagements .section-good-fabric-002,
.engagements .section-good-fabric-005 {
  background-color: #eae8e4;
}
.engagements .section-good-fabric-003 {
  background-color: #ddd8cf;
}
.engagements .section-good-fabric-004 {
  background-color: #ff8c42;
}
.engagements .section-good-fabric-004 .default-title h2,
.engagements .section-good-fabric-004 .default-text p {
  color: #fff;
}
.engagements .section-good-fabric-004 .default-text {
  max-width: 900px;
}
.engagements .section-good-fabric-004 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.engagements .section-good-fabric-004 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.engagements .section-good-fabric-004 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.engagements .section-good-fabric-004 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

.product-on-demand .section-good-fabric-001 .default-ban {
  background-color: rgba(0, 0, 0, 0.25);
}
.product-on-demand .section-good-fabric-002 {
  background-color: #eae8e4;
}
.product-on-demand .section-good-fabric-002 .default-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .product-on-demand .section-good-fabric-002 .default-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.product-on-demand .section-good-fabric-002 .default-cards .card {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  border: 1px solid rgba(32, 32, 32, 0.08);
}
@media screen and (max-width: 768px) {
  .product-on-demand .section-good-fabric-002 .default-cards .card {
    padding: 25px;
  }
}
.product-on-demand .section-good-fabric-002 .default-cards .card .image-container {
  display: none;
}
.product-on-demand .section-good-fabric-002 .default-cards .card .text-container .inner-text-container {
  margin-bottom: 0;
}
.product-on-demand .section-good-fabric-002 .default-cards .card .text-container .inner-text-container h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #202020;
}
.product-on-demand .section-good-fabric-002 .default-cards .card .text-container .inner-text-container div {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(32, 32, 32, 0.65);
}
.product-on-demand .section-good-fabric-002 .default-cards .card .text-container .inner-text-container div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-on-demand .section-good-fabric-002 .default-cards .card .text-container .inner-text-container div ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.product-on-demand .section-good-fabric-002 .default-cards .card .text-container .inner-text-container div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8c42;
}
.product-on-demand .section-good-fabric-002 .default-cards .card .text-container .inner-text-container div ul li:last-child {
  margin-bottom: 0;
}
.product-on-demand .section-good-fabric-004,
.product-on-demand .section-good-fabric-007 {
  background-color: #eae8e4;
}
.product-on-demand .section-good-fabric-003,
.product-on-demand .section-good-fabric-005 {
  background-color: #ddd8cf;
}
.product-on-demand .section-good-fabric-006 {
  background-color: #ff8c42;
}
.product-on-demand .section-good-fabric-006 .default-title h2,
.product-on-demand .section-good-fabric-006 .default-text p {
  color: #fff;
}
.product-on-demand .section-good-fabric-006 .default-text {
  max-width: 900px;
}
.product-on-demand .section-good-fabric-006 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.product-on-demand .section-good-fabric-006 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.product-on-demand .section-good-fabric-006 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.product-on-demand .section-good-fabric-006 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

.contact .section-good-fabric-001 .default-ban,
.devis-sur-mesure .section-good-fabric-001 .default-ban {
  background-color: rgba(0, 0, 0, 0.25);
}
.contact .section-form,
.devis-sur-mesure .section-form {
  background-color: #f7f5f0;
}
.contact .wpcf7,
.devis-sur-mesure .wpcf7 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .contact .wpcf7,
  .devis-sur-mesure .wpcf7 {
    padding: 0 15px;
  }
}
.contact .wpcf7-form,
.devis-sur-mesure .wpcf7-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .contact .wpcf7-form,
  .devis-sur-mesure .wpcf7-form {
    padding: 24px 20px;
  }
}
.contact .wpcf7-form .fields-double-col,
.devis-sur-mesure .wpcf7-form .fields-double-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .contact .wpcf7-form .fields-double-col,
  .devis-sur-mesure .wpcf7-form .fields-double-col {
    grid-template-columns: 1fr;
  }
}
.contact .wpcf7-form label,
.devis-sur-mesure .wpcf7-form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 0;
}
.contact .wpcf7-form label span.mandatory,
.devis-sur-mesure .wpcf7-form label span.mandatory {
  color: #dc2626;
}
.contact .wpcf7-form .fields-double-col label,
.devis-sur-mesure .wpcf7-form .fields-double-col label {
  margin-top: 0;
}
.contact .wpcf7-form input[type=text],
.contact .wpcf7-form input[type=email],
.contact .wpcf7-form input[type=tel],
.contact .wpcf7-form select,
.devis-sur-mesure .wpcf7-form input[type=text],
.devis-sur-mesure .wpcf7-form input[type=email],
.devis-sur-mesure .wpcf7-form input[type=tel],
.devis-sur-mesure .wpcf7-form select {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  margin-top: 8px;
}
.contact .wpcf7-form input[type=text]:focus,
.contact .wpcf7-form input[type=email]:focus,
.contact .wpcf7-form input[type=tel]:focus,
.contact .wpcf7-form select:focus,
.devis-sur-mesure .wpcf7-form input[type=text]:focus,
.devis-sur-mesure .wpcf7-form input[type=email]:focus,
.devis-sur-mesure .wpcf7-form input[type=tel]:focus,
.devis-sur-mesure .wpcf7-form select:focus {
  outline: none;
  border-color: #ff8c42;
}
.contact .wpcf7-form input[type=text]::-moz-placeholder, .contact .wpcf7-form input[type=email]::-moz-placeholder, .contact .wpcf7-form input[type=tel]::-moz-placeholder, .contact .wpcf7-form select::-moz-placeholder, .devis-sur-mesure .wpcf7-form input[type=text]::-moz-placeholder, .devis-sur-mesure .wpcf7-form input[type=email]::-moz-placeholder, .devis-sur-mesure .wpcf7-form input[type=tel]::-moz-placeholder, .devis-sur-mesure .wpcf7-form select::-moz-placeholder {
  color: #aaa;
}
.contact .wpcf7-form input[type=text]::placeholder,
.contact .wpcf7-form input[type=email]::placeholder,
.contact .wpcf7-form input[type=tel]::placeholder,
.contact .wpcf7-form select::placeholder,
.devis-sur-mesure .wpcf7-form input[type=text]::placeholder,
.devis-sur-mesure .wpcf7-form input[type=email]::placeholder,
.devis-sur-mesure .wpcf7-form input[type=tel]::placeholder,
.devis-sur-mesure .wpcf7-form select::placeholder {
  color: #aaa;
}
.contact .wpcf7-form textarea,
.devis-sur-mesure .wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  resize: vertical;
  min-height: 120px;
  margin-top: 8px;
}
.contact .wpcf7-form textarea:focus,
.devis-sur-mesure .wpcf7-form textarea:focus {
  outline: none;
  border-color: #ff8c42;
}
.contact .wpcf7-form textarea::-moz-placeholder, .devis-sur-mesure .wpcf7-form textarea::-moz-placeholder {
  color: #aaa;
}
.contact .wpcf7-form textarea::placeholder,
.devis-sur-mesure .wpcf7-form textarea::placeholder {
  color: #aaa;
}
.contact .wpcf7-form .wpcf7-acceptance,
.devis-sur-mesure .wpcf7-form .wpcf7-acceptance {
  display: block;
}
.contact .wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.devis-sur-mesure .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label,
.devis-sur-mesure .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
  margin-top: 0;
}
.contact .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
.devis-sur-mesure .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #ff8c42;
  cursor: pointer;
}
.contact .wpcf7-form input[type=submit],
.devis-sur-mesure .wpcf7-form input[type=submit] {
  display: block;
  width: 100%;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.contact .wpcf7-form input[type=submit]:hover,
.devis-sur-mesure .wpcf7-form input[type=submit]:hover {
  background-color: rgb(255, 155.5158730159, 91.5);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.contact .wpcf7-form input[type=submit]:active,
.devis-sur-mesure .wpcf7-form input[type=submit]:active {
  box-shadow: none;
  transform: translateY(0);
}
.contact .wpcf7-form input[type=submit]:disabled,
.devis-sur-mesure .wpcf7-form input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.contact .wpcf7-form .wpcf7-spinner,
.devis-sur-mesure .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.contact .wpcf7-form .legal-notice,
.devis-sur-mesure .wpcf7-form .legal-notice {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: #999;
  text-align: center;
}
.contact .wpcf7-form .legal-notice a,
.devis-sur-mesure .wpcf7-form .legal-notice a {
  color: #ff8c42;
  text-decoration: none;
}
.contact .wpcf7-form .legal-notice a:hover,
.devis-sur-mesure .wpcf7-form .legal-notice a:hover {
  text-decoration: underline;
}
.contact .wpcf7-form .wpcf7-not-valid-tip,
.devis-sur-mesure .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e53935;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.4;
}
.contact .wpcf7-form .wpcf7-response-output,
.devis-sur-mesure .wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 14px;
}
.contact .wpcf7-form.invalid .wpcf7-response-output,
.devis-sur-mesure .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #fecaca;
  background-color: #fef2f2;
  color: #dc2626;
}
.contact .wpcf7-form.sent .wpcf7-response-output,
.devis-sur-mesure .wpcf7-form.sent .wpcf7-response-output {
  border-color: #a7f3d0;
  background-color: #ecfdf5;
  color: #047857;
}

.devis-sur-mesure .section-good-fabric-002 {
  background-color: #ff8c42;
}
.devis-sur-mesure .section-good-fabric-002 .default-title h2,
.devis-sur-mesure .section-good-fabric-002 .default-text p {
  color: #fff;
}
.devis-sur-mesure .section-good-fabric-002 .default-text {
  max-width: 700px;
  margin-inline: auto;
}
.devis-sur-mesure .section-good-fabric-002 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.devis-sur-mesure .section-good-fabric-002 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.devis-sur-mesure .section-good-fabric-002 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.devis-sur-mesure .section-good-fabric-002 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

.location-textile .section-good-fabric-001 .default-ban {
  background-color: rgba(0, 0, 0, 0.35);
}
.location-textile .section-good-fabric-002,
.location-textile .section-good-fabric-004,
.location-textile .section-good-fabric-007 {
  background-color: #eae8e4;
}
.location-textile .section-good-fabric-005,
.location-textile .section-good-fabric-003 {
  background-color: #ddd8cf;
}
.location-textile .section-good-fabric-003 .default-cards {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .location-textile .section-good-fabric-003 .default-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .location-textile .section-good-fabric-003 .default-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .location-textile .section-good-fabric-003 .default-cards {
    grid-template-columns: 1fr;
  }
}
.location-textile .section-good-fabric-006 {
  background-color: #ff8c42;
}
.location-textile .section-good-fabric-006 .default-title h2,
.location-textile .section-good-fabric-006 .default-text p {
  color: #fff;
}
.location-textile .section-good-fabric-006 .default-text {
  max-width: 700px;
  margin-inline: auto;
}
.location-textile .section-good-fabric-006 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.location-textile .section-good-fabric-006 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.location-textile .section-good-fabric-006 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.location-textile .section-good-fabric-006 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

.casual-corporate .section-good-fabric-001 .default-ban {
  background-color: rgba(0, 0, 0, 0.35);
}
.casual-corporate .section-good-fabric-002,
.casual-corporate .section-good-fabric-004,
.casual-corporate .section-good-fabric-006 {
  background-color: #eae8e4;
}
.casual-corporate .section-good-fabric-005,
.casual-corporate .section-good-fabric-003 {
  background-color: #ddd8cf;
}
.casual-corporate .section-good-fabric-003 .default-cards {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1200px) {
  .casual-corporate .section-good-fabric-003 .default-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .casual-corporate .section-good-fabric-003 .default-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .casual-corporate .section-good-fabric-003 .default-cards {
    grid-template-columns: 1fr;
  }
}
.casual-corporate .section-good-fabric-007 {
  background-color: #ff8c42;
}
.casual-corporate .section-good-fabric-007 .default-title h2,
.casual-corporate .section-good-fabric-007 .default-text p {
  color: #fff;
}
.casual-corporate .section-good-fabric-007 .default-text {
  max-width: 700px;
  margin-inline: auto;
}
.casual-corporate .section-good-fabric-007 .default-btn .btn-container a:first-child {
  background-color: #eae8e4;
  border-color: #eae8e4;
  color: #202020;
}
.casual-corporate .section-good-fabric-007 .default-btn .btn-container a:first-child:hover {
  background-color: transparent;
  color: #eae8e4;
}
.casual-corporate .section-good-fabric-007 .default-btn .btn-container a:last-child {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.casual-corporate .section-good-fabric-007 .default-btn .btn-container a:last-child:hover {
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}

#site-footer {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  background-color: #000000;
  color: #ffffff;
  padding: 60px 0 30px;
}
#site-footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}
#site-footer a:hover {
  color: #ffffff;
}
#site-footer .footer-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
#site-footer .footer-top {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 80px;
  margin-bottom: 60px;
}
#site-footer .footer-top .footer-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#site-footer .footer-top .footer-info .logo-footer {
  width: auto;
  margin-bottom: 8px;
}
#site-footer .footer-top .footer-info .logo-footer a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#site-footer .footer-top .footer-info .logo-footer img {
  width: auto;
  height: 40px;
  object-fit: contain;
}
#site-footer .footer-top .footer-info .footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 320px;
}
#site-footer .footer-top .footer-info .footer-social-networks {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
#site-footer .footer-top .footer-info .footer-social-networks a.social-network-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
#site-footer .footer-top .footer-info .footer-social-networks a.social-network-icon:hover {
  transform: translateY(-3px);
}
#site-footer .footer-top .footer-info .footer-social-networks a.social-network-icon img {
  width: 25px;
  height: 25px;
  filter: invert(1) brightness(0.7);
  transition: filter 0.3s ease;
}
#site-footer .footer-top .footer-info .footer-social-networks a.social-network-icon:hover img {
  filter: invert(1) brightness(1);
}
#site-footer .footer-top .menu-footer {
  display: flex;
  align-items: flex-start;
}
#site-footer .footer-top .menu-footer .site-navigation {
  width: 100%;
}
#site-footer .footer-top .menu-footer .site-navigation .menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item {
  display: flex;
  flex-direction: column;
}
#site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item > a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
  pointer-events: none;
}
#site-footer .footer-top .menu-footer .site-navigation .menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#site-footer .footer-top .menu-footer .site-navigation .menu .sub-menu .menu-item a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
}
#site-footer .footer-top .menu-footer .site-navigation .menu .sub-menu .menu-item a:hover {
  color: #ffffff;
}
#site-footer .footer-top .social-links {
  display: flex;
  gap: 10px;
}
#site-footer .footer-top .social-links a {
  display: flex;
}
#site-footer .footer-top .social-links a img {
  width: 23px;
  filter: invert(1);
}
#site-footer .footer-top .social-links a img:hover {
  opacity: 0.7;
}
#site-footer .separator {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  margin: 0 0 30px 0;
}
#site-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#site-footer .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
#site-footer .footer-bottom p a {
  color: rgba(255, 255, 255, 0.5);
}
#site-footer .footer-bottom .informations {
  display: flex;
  gap: 30px;
}
#site-footer .footer-bottom .informations a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#site-footer .footer-bottom .informations a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#site-footer .footer-bottom .nature-digitale-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
#site-footer .footer-bottom .nature-digitale-link:hover img {
  opacity: 0.8;
}
#site-footer .footer-bottom .nature-digitale-link img {
  width: 16px;
  vertical-align: middle;
  filter: invert(1);
  opacity: 0.5;
}
#site-footer .footer-pill .pill {
  display: flex;
  width: -moz-fit-content;
  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-pill .pill:hover {
  transform: translateY(-5px);
}
#site-footer .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-pill .pill .carbon {
  display: flex;
  padding-left: 16px;
  align-items: center;
  padding-right: 20px;
}
#site-footer .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-pill .pill {
    margin-inline: auto;
  }
}

@media screen and (max-width: 1000px) {
  #site-footer .footer-wrapper {
    padding: 0 24px;
  }
  #site-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  #site-footer .footer-top .footer-info .logo-footer {
    margin-bottom: 16px;
  }
  #site-footer .footer-top .menu-footer .site-navigation .menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  #site-footer .separator {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  #site-footer {
    padding: 40px 0 20px;
  }
  #site-footer .footer-top {
    gap: 40px;
    margin-bottom: 40px;
  }
  #site-footer .footer-top .menu-footer .site-navigation .menu {
    grid-template-columns: 1fr;
  }
  #site-footer .footer-top .menu-footer .site-navigation .menu > .menu-item > a {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  #site-footer .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  #site-footer .footer-bottom .informations {
    flex-direction: column;
    gap: 16px;
  }
  #site-footer .footer-bottom p {
    font-size: 12px;
  }
}
.blog-page {
  background-color: #fff;
  min-height: 100vh;
}

.blog-header {
  margin-top: 61px;
  background-color: #f7f5f0;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.blog-header .blog-header__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.blog-header.has-image .blog-header__inner {
  grid-template-columns: 1fr 1fr;
}
.blog-header.no-image .blog-header__content {
  max-width: 800px;
}
.blog-header .blog-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 12px;
  line-height: 1.15;
}
.blog-header .breadcrumb {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.blog-header .breadcrumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ff8c42;
  border-radius: 2px;
}
.blog-header .blog-excerpt {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  max-width: 560px;
}
.blog-header .blog-header__category {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ff8c42;
  font-weight: 600;
  margin-bottom: 8px;
}
.blog-header .blog-header__meta {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}
.blog-header .blog-header__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-header .blog-header__image img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  .blog-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .blog-header.has-image .blog-header__inner {
    grid-template-columns: 1fr;
  }
}

.blog-categories {
  background-color: #f7f5f0;
  padding: 20px 0;
  margin-bottom: 40px;
  margin-top: -40px;
}
.blog-categories .blog-categories__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.blog-categories .blog-categories__pill {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all 0.25s ease;
}
.blog-categories .blog-categories__pill:hover {
  border-color: #202020;
}
.blog-categories .blog-categories__pill.active {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}

.blog-pagination {
  margin-top: 60px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.blog-pagination .page-numbers:hover {
  border-color: #202020;
}
.blog-pagination .page-numbers.current {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}
.blog-pagination .page-numbers.prev, .blog-pagination .page-numbers.next {
  border: none;
  min-width: auto;
  padding: 0;
}
.blog-pagination .page-numbers.prev svg, .blog-pagination .page-numbers.next svg {
  display: block;
}
.blog-pagination .page-numbers.prev:hover, .blog-pagination .page-numbers.next:hover {
  color: #ff8c42;
}
.blog-pagination .page-numbers.dots {
  border: none;
  min-width: auto;
}

.blog-related {
  background-color: #f7f5f0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog-related .articles-header h2 {
  font-weight: 300;
}
.blog-related .articles-header .view-all-link {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  text-transform: uppercase;
}
.blog-related .articles-header .view-all-link:disabled {
  pointer-events: none;
}
.blog-related .articles-header .view-all-link:hover {
  color: #fff;
  background-color: rgb(255, 155.5158730159, 91.5);
  border: 1px solid rgb(255, 171.0317460317, 117);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.blog-related .articles-header .view-all-link:active {
  box-shadow: none;
  transform: translateY(0);
}
.blog-related .articles-header .view-all-link {
  border-radius: 100px;
  font-size: 14px;
}
.blog-related .blog-grid .article-card {
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 20px;
  overflow: hidden;
}
.blog-related .blog-grid .article-card .article-image {
  margin-bottom: 0;
  border-radius: 0;
}
.blog-related .blog-grid .article-card .article-image img {
  border-radius: 0;
}
.blog-related .blog-grid .article-card .article-content {
  padding: 16px 20px 0;
}

.blog-empty {
  text-align: center;
  padding: 100px 20px;
}
.blog-empty svg {
  margin-bottom: 20px;
  color: #ccc;
}
.blog-empty p {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}

.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 {
  display: block;
  background-color: #7a9e7e;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #7a9e7e;
  transition: all 0.2s ease-in;
  border-radius: 5px;
  text-transform: uppercase;
}
.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: #ff8c42;
  border: 2px solid #ff8c42;
}
@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: #ff8c42;
}
.search h1.entry-title span {
  text-decoration: underline;
  text-decoration-color: #7a9e7e;
}

.pagination {
  margin-bottom: 30px;
}
.pagination .nav-previous a,
.pagination .nav-next a {
  text-decoration: none;
  color: #ff8c42;
  font-weight: 600;
}

.single-post {
  font-family: "Roboto";
  font-weight: normal;
  font-size: 16px;
}
.single-post .page-content {
  font-size: 16px;
  line-height: 1.85;
  font-family: "Roboto";
  font-weight: normal;
  color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
}
.single-post .page-content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.single-post .page-content > h1 {
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 300;
  line-height: 1.3;
  color: #202020;
  margin-top: 50px;
  margin-bottom: 20px;
}
.single-post .page-content > h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 300;
  line-height: 1.3;
  color: #202020;
  margin-top: 45px;
  margin-bottom: 16px;
}
.single-post .page-content > h3 {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  color: #202020;
  margin-top: 35px;
  margin-bottom: 12px;
}
.single-post .page-content > p {
  margin-bottom: 1.2em;
  color: #444;
}
.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-bottom: 1.5em;
}
.single-post .page-content > ul li,
.single-post .page-content > ol li {
  margin-bottom: 10px;
  color: #444;
}
.single-post .page-content a {
  cursor: pointer;
  text-decoration: none;
  color: #ff8c42;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.single-post .page-content a:hover {
  border-bottom-color: #ff8c42;
}
.single-post .page-content strong {
  color: #202020;
  font-weight: 600;
}
.single-post .page-content .wp-block-quote {
  border-left: 3px solid #ff8c42;
  padding: 20px 25px;
  margin: 30px 0;
  background-color: #f7f5f0;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: #555;
}
.single-post .page-content .wp-block-quote p {
  margin-bottom: 0;
}
.single-post .page-content .wp-block-quote cite {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-style: normal;
  color: #888;
}
.single-post .page-content .wp-block-image {
  margin-top: 35px;
  margin-bottom: 35px;
}
.single-post .page-content .wp-block-image img {
  border-radius: 12px;
}
.single-post .page-content .wp-block-image figcaption {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin-top: 10px;
}
.single-post .page-content .wp-block-separator {
  border: none;
  height: 1px;
  background-color: #e8e8e8;
  margin: 40px auto;
  max-width: 120px;
}
.single-post .page-content .wp-block-table {
  margin: 30px 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #eae8e4;
}
.single-post .page-content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.single-post .page-content .wp-block-table tr:first-child td {
  background-color: #f7f5f0;
  font-weight: 600;
  font-size: 15px;
  color: #202020;
  border-bottom: 1px solid #ddd8cf;
}
.single-post .page-content .wp-block-table td {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  border: none;
  border-bottom: 1px solid #eae8e4;
  vertical-align: top;
}
.single-post .page-content .wp-block-table tr:not(:first-child):hover td {
  background-color: rgba(247, 245, 240, 0.5);
}
@media screen and (max-width: 768px) {
  .single-post .page-content .wp-block-table table {
    font-size: 13px;
  }
  .single-post .page-content .wp-block-table td {
    padding: 12px 14px;
  }
}
.single-post .block-share-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px;
  border-radius: 12px;
  background-color: #f7f5f0;
  border: none;
  box-shadow: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    padding: 20px;
  }
}
.single-post .block-share-article .share-article-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .single-post .block-share-article .share-article-wrapper {
    flex-direction: column;
    row-gap: 16px;
  }
}
.single-post .block-share-article .share-article-wrapper .links {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.single-post .block-share-article .share-article-wrapper .links a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.25s ease;
}
.single-post .block-share-article .share-article-wrapper .links a:hover {
  background-color: #ff8c42;
  transform: translateY(-2px);
}
.single-post .block-share-article .share-article-wrapper .links a:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  isolation: isolate;
}
.single-post .block-share-article .share-article-wrapper .links .announce-share-link img {
  cursor: pointer;
  filter: invert(63%) sepia(89%) saturate(3295%) hue-rotate(344deg) brightness(103%) contrast(97%);
  width: 18px;
  height: 18px;
  position: relative;
  z-index: -1;
}
.single-post .block-share-article .more-announces,
.single-post .block-share-article .more-articles {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  text-transform: uppercase;
}
.single-post .block-share-article .more-announces:disabled,
.single-post .block-share-article .more-articles:disabled {
  pointer-events: none;
}
.single-post .block-share-article .more-announces:hover,
.single-post .block-share-article .more-articles:hover {
  color: #fff;
  background-color: rgb(255, 155.5158730159, 91.5);
  border: 1px solid rgb(255, 171.0317460317, 117);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.single-post .block-share-article .more-announces:active,
.single-post .block-share-article .more-articles:active {
  box-shadow: none;
  transform: translateY(0);
}
.single-post .block-share-article .more-announces,
.single-post .block-share-article .more-articles {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  font-size: 14px;
}
.single-post .block-author-article {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f7f5f0;
  border: none;
  box-shadow: none;
  margin-bottom: 40px;
}
.single-post .block-author-article .author-card {
  display: flex;
  flex-direction: row;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single-post .block-author-article .author-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.single-post .block-author-article .author-card .image img {
  display: block;
  width: auto;
  height: 90px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .single-post .block-author-article .author-card .image img {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.single-post .block-author-article .author-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .block-author-article .author-card .content .nickname {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 4px;
  text-align: left;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .single-post .block-author-article .author-card .content .nickname {
    text-align: center;
  }
}
.single-post .block-author-article .author-card .content .social-links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .single-post .block-author-article .author-card .content .social-links {
    justify-content: center;
  }
}
.single-post .block-author-article .author-card .content .social-links a {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.25s ease;
}
.single-post .block-author-article .author-card .content .social-links a:hover {
  background-color: #ff8c42;
  transform: translateY(-2px);
}
.single-post .block-author-article .author-card .content .social-links a:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(105%) contrast(101%);
}
.single-post .block-author-article .author-card .content .social-links a img {
  width: 18px;
  height: 18px;
  filter: invert(63%) sepia(89%) saturate(3295%) hue-rotate(344deg) brightness(103%) contrast(97%);
}
.single-post .block-author-article .author-card .content .description {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.single-post .block-faq-article {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-post .block-faq-article .faq-category-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 300;
  color: #202020;
  margin-bottom: 24px;
}
.single-post .block-faq-article .block-faqs.faq .faq-item {
  background-color: #f7f5f0;
}
.single-post .block-faq-article .block-faqs.faq .question {
  background-color: #f7f5f0;
}
.single-post .block-faq-article .block-faqs.faq .question:hover {
  background-color: #ff8c42;
  color: #fff;
}
.single-post .block-faq-article .block-faqs.faq .expanded .question {
  background-color: #ff8c42;
  color: #fff;
}
.single-post .block-faq-article .block-faqs.faq .answer {
  background-color: #f7f5f0;
}
.single-post .block-faq-article .block-faqs.faq .answer .text-wrapper {
  padding: 20px;
}
.single-post .block-faq-article .block-faqs.faq .answer .text-wrapper p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 15px;
}
.single-post .block-faq-article .block-faqs.faq .answer .text-wrapper p:last-child {
  padding-bottom: 0;
}
.single-post .table-of-contents {
  margin-top: 50px;
  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: -moz-fit-content;
  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 #ff8c42;
}
.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: #ff8c42;
    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: -moz-max-content;
    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: #ff8c42;
    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: 35px;
  background-color: #f7f5f0;
  border: none;
  border-radius: 16px;
  box-shadow: none;
}
.single-post .cta-article-block .title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 400;
  color: #202020;
  margin-bottom: 12px;
}
.single-post .cta-article-block .texte {
  font-size: 15px;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.6;
}
.single-post .cta-article-block .btn {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  text-transform: uppercase;
}
.single-post .cta-article-block .btn:disabled {
  pointer-events: none;
}
.single-post .cta-article-block .btn:hover {
  color: #fff;
  background-color: rgb(255, 155.5158730159, 91.5);
  border: 1px solid rgb(255, 171.0317460317, 117);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.single-post .cta-article-block .btn:active {
  box-shadow: none;
  transform: translateY(0);
}
.single-post .cta-article-block .btn {
  display: inline-block;
  border-radius: 100px;
}
.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: invert(63%) sepia(89%) saturate(3295%) hue-rotate(344deg) brightness(103%) contrast(97%);
}
@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: #ff8c42;
  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: #7a9e7e;
}
.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: #202020;
}
.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: #ff8c42;
}
.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: #ff8c42;
}
.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: invert(63%) sepia(89%) saturate(3295%) hue-rotate(344deg) brightness(103%) contrast(97%);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.single-post .comments-area .comment-list .comment .comment-body .comment-awaiting-moderation {
  font-size: 14px;
  color: #ff8c42;
}
.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: #ff8c42;
  margin-left: 20px;
}
.single-post .comments-area .comment-respond .logged-in-as {
  display: flex;
  margin-bottom: 20px;
  -moz-column-gap: 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 #202020;
  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 #202020;
  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: #ff8c42;
  height: 40px;
  padding: 0.6rem 2.5rem;
  border-radius: 0.5rem;
  color: #fff;
}

@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;
  }
}
.catalogue-page {
  background-color: #fff;
  min-height: 100vh;
}

.catalogue-header {
  margin-top: 61px;
  background-color: #f7f5f0;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.catalogue-header .catalogue-header__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.catalogue-header.has-image .catalogue-header__inner {
  grid-template-columns: 1fr 1fr;
}
.catalogue-header.no-image .catalogue-header__content {
  max-width: 800px;
}
.catalogue-header .catalogue-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 12px;
  line-height: 1.15;
}
.catalogue-header .breadcrumb {
  margin-bottom: 20px;
}
.catalogue-header .catalogue-excerpt {
  position: relative;
  padding-top: 20px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  max-width: 560px;
}
.catalogue-header .catalogue-excerpt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #ff8c42;
  border-radius: 2px;
}
.catalogue-header .catalogue-intro {
  max-width: 560px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
}
.catalogue-header .catalogue-intro p {
  margin-bottom: 1em;
}
.catalogue-header .catalogue-intro p:last-child {
  margin-bottom: 0;
}
.catalogue-header .type-buttons {
  margin-top: 8px;
}
.catalogue-header .catalogue-header__toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.catalogue-header .catalogue-header__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogue-header .catalogue-header__image img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  .catalogue-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .catalogue-header.has-image .catalogue-header__inner {
    grid-template-columns: 1fr;
  }
  .catalogue-header .catalogue-header__image img {
    max-height: 260px;
  }
}
@media (max-width: 768px) {
  .catalogue-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .catalogue-header .catalogue-header__image img {
    max-height: 200px;
    border-radius: 16px;
  }
  .catalogue-header .catalogue-excerpt {
    font-size: 15px;
  }
}

.produits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .produits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .produits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}
@media screen and (max-width: 500px) {
  .produits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}

.produit-card {
  position: relative;
  min-width: 0;
  max-width: 100%;
}
.produit-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.produit-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background-color: #f7f5f0;
  margin-bottom: 12px;
  border-radius: 20px;
  overflow: hidden;
}
.produit-card__image img,
.produit-card__image .produit-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.4s ease;
}
.produit-card__image .produit-card__img--main {
  position: absolute;
  top: 0;
  left: 0;
}
.produit-card__image .produit-card__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.produit-card:hover .produit-card__img--hover {
  opacity: 1;
}
.produit-card:hover .produit-card__img--main {
  opacity: 0;
}
.produit-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f7f5f0;
  color: #bbb;
}
.produit-card__placeholder svg {
  opacity: 0.5;
}
.produit-card__content {
  text-align: left;
}
.produit-card__colors {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  min-height: 14px;
  flex-wrap: wrap;
}
.produit-card__colors .color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.produit-card__colors .color-dot--clickable {
  cursor: pointer;
}
.produit-card__colors .color-dot--clickable:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.produit-card__colors .color-more {
  font-size: 10px;
  color: #999;
  margin-left: 2px;
}
.produit-card__sizes {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.produit-card__sizes .size-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #666;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}
.produit-card__sizes .size-more {
  font-size: 10px;
  font-weight: 500;
  color: rgba(102, 102, 102, 0.6);
  margin-left: 2px;
}
.produit-card__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
  color: #ff8c42;
}
@media screen and (max-width: 768px) {
  .produit-card__title {
    font-size: 13px;
  }
}
.produit-card__ref {
  display: block;
  font-size: 11px;
  color: #999;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.produit-card__price .price {
  font-size: 13px;
  font-weight: 400;
  color: rgba(102, 102, 102, 0.6);
}
.produit-card__price .price em {
  font-style: normal;
  font-size: 11px;
  color: #aaa;
}
.produit-card__price .price--devis {
  color: #ff8c42;
  font-weight: 500;
}

.promo-card {
  grid-column: span 2;
  display: block;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.promo-card__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
  z-index: 1;
}
.promo-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  z-index: 2;
}
.promo-card__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.promo-card:hover .promo-card__image {
  transform: scale(1.05);
}
@media screen and (max-width: 1200px) {
  .promo-card {
    min-height: 280px;
  }
}
@media screen and (max-width: 900px) {
  .promo-card {
    min-height: 220px;
  }
  .promo-card__content {
    padding: 20px;
  }
  .promo-card__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .promo-card {
    min-height: 180px;
  }
  .promo-card__content {
    padding: 15px;
  }
  .promo-card__title {
    font-size: 1.1rem;
  }
}

.catalogue-pagination {
  margin-top: 60px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.catalogue-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.catalogue-pagination .page-numbers:hover {
  border-color: #202020;
}
.catalogue-pagination .page-numbers.current {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}
.catalogue-pagination .page-numbers.prev, .catalogue-pagination .page-numbers.next {
  border: none;
  min-width: auto;
  padding: 0;
}
.catalogue-pagination .page-numbers.prev svg, .catalogue-pagination .page-numbers.next svg {
  display: block;
}
.catalogue-pagination .page-numbers.prev:hover, .catalogue-pagination .page-numbers.next:hover {
  color: #ff8c42;
}
.catalogue-pagination .page-numbers.dots {
  border: none;
  min-width: auto;
}

.catalogue-empty {
  text-align: center;
  padding: 100px 20px;
}
.catalogue-empty svg {
  margin-bottom: 20px;
  color: #ccc;
}
.catalogue-empty p {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
}
.catalogue-empty .btn {
  display: inline-block;
}

.catalogue-toolbar {
  padding-bottom: 30px;
}
.catalogue-toolbar .toolbar-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.type-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.type-button {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.type-button:hover {
  border-color: #b9b9b9;
}
.type-button.is-active {
  background-color: #202020;
  color: #fff;
  border-color: #202020;
}

.filters-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.filters-trigger:hover {
  border-color: #b9b9b9;
}
.filters-trigger svg {
  flex-shrink: 0;
}
.filters-trigger .filters-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background-color: #ff8c42;
  border-radius: 10px;
}

.active-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.active-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 13px;
  color: #202020;
  background-color: #f7f5f0;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.active-filter-tag:hover {
  background-color: #fee2e2;
  color: #dc2626;
}
.active-filter-tag svg {
  flex-shrink: 0;
  opacity: 0.6;
}

.active-filters__clear {
  font-size: 13px;
  color: #666;
  text-decoration: underline;
  margin-left: 8px;
}
.active-filters__clear:hover {
  color: #ff8c42;
}

.filters-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(3px);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.filters-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.filters-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 380px;
  height: 100vh;
  height: 100dvh;
  background-color: #fff;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.admin-bar .filters-sidebar {
  top: 32px;
  height: calc(100dvh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .filters-sidebar {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}
.filters-sidebar.is-open {
  transform: translateX(0);
}
@media screen and (max-width: 480px) {
  .filters-sidebar {
    max-width: 100%;
  }
}
.filters-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}
.filters-sidebar__title {
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  margin: 0;
}
.filters-sidebar__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f7f5f0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: #202020;
  transition: all 0.2s ease;
}
.filters-sidebar__close:hover {
  background-color: rgb(238.1304347826, 233.9130434783, 223.3695652174);
}
.filters-sidebar__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.filters-sidebar__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
}
.filters-sidebar__footer {
  display: flex;
  gap: 12px;
  padding: 20px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #f7f5f0;
  flex-shrink: 0;
}
.filters-sidebar__footer .btn {
  flex: 1;
  text-align: center;
  justify-content: center;
}
.filters-sidebar__footer .btn--small {
  padding: 12px 20px;
  font-size: 14px;
}

.filters-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.filters-group:last-child {
  border-bottom: none;
}
.filters-group__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}
.filters-group__toggle:hover .filters-group__title,
.filters-group__toggle:hover .filters-group__arrow {
  color: #ff8c42;
}
.filters-group__title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  margin: 0;
  transition: color 0.2s ease;
}
.filters-group__arrow {
  flex-shrink: 0;
  color: #999;
  transition: transform 0.3s ease, color 0.2s ease;
}
.filters-group__options {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease;
  padding-bottom: 0;
}
.filters-group.is-open .filters-group__title,
.filters-group.is-open .filters-group__arrow {
  color: #ff8c42;
}
.filters-group.is-open .filters-group__arrow {
  transform: rotate(180deg);
}
.filters-group.is-open .filters-group__options {
  max-height: 500px;
  padding-bottom: 16px;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.filter-option:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.filter-option.is-active {
  background-color: rgba(255, 140, 66, 0.08);
}
.filter-option input[type=checkbox],
.filter-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filter-option::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.filter-option:has(input[type=radio])::before {
  border-radius: 50%;
}
.filter-option:has(input:checked)::before {
  border-color: #ff8c42;
  background-color: #ff8c42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}
.filter-option__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}
.filter-option__label {
  flex: 1;
  font-size: 14px;
  color: #202020;
}
.filter-option__count {
  font-size: 12px;
  color: #999;
}

body.filters-open {
  overflow: hidden;
}

.single-produit {
  background-color: #fff;
  min-height: 100vh;
}

.produit-hero .breadcrumb {
  margin-bottom: 20px;
}

.produit-hero {
  padding: 80px 0 80px;
  background-color: #f7f5f0;
}

body.admin-bar .produit-hero {
  padding: 110px 0 80px;
}

.produit-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 100%;
}
.produit-main > * {
  min-width: 0;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .produit-main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.produit-gallery {
  position: sticky;
  top: 70px;
  width: 100%;
  min-width: 0;
  align-self: start;
  max-height: calc(100vh - 60px);
}
body.admin-bar .produit-gallery {
  top: 100px;
}
@media screen and (max-width: 992px) {
  .produit-gallery {
    position: static;
    max-height: none;
  }
}
.produit-gallery__main {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
.produit-gallery__main.swiper {
  width: 100%;
  max-width: 100%;
}
.produit-gallery__main .swiper-wrapper {
  width: 100%;
}
.produit-gallery__main .swiper-slide {
  width: 100% !important;
  aspect-ratio: 1;
  background-color: #eae8e4;
  border-radius: 20px;
  overflow: hidden;
}
.produit-gallery__main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.produit-gallery__thumbs {
  width: 100%;
  overflow: hidden;
}
.produit-gallery__thumbs.swiper {
  width: 100%;
}
.produit-gallery__thumbs .swiper-slide {
  width: 90px !important;
  height: auto;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.25s ease;
  overflow: hidden;
}
.produit-gallery__thumbs .swiper-slide:hover, .produit-gallery__thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.produit-gallery__thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.produit-gallery__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 3/4;
  background-color: #eae8e4;
  color: #bbb;
}

.produit-info__title {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 6px;
  line-height: 1.2;
}
.produit-info__ref {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.produit-info__excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 12px;
}
.produit-info__desc-link {
  display: inline-block;
  font-size: 13px;
  color: #ff8c42;
  text-decoration: none;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
}
.produit-info__desc-link:hover {
  text-decoration: underline;
}
.produit-info__colors {
  margin-bottom: 24px;
}
.produit-info__colors .colors-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.produit-info__colors .colors-label {
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.produit-info__colors .colors-selected {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}
.produit-info__colors .colors-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  max-width: 100%;
}
.produit-info__colors .color-swatch {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  padding: 0;
  outline: none;
  flex-shrink: 0;
}
.produit-info__colors .color-swatch::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.produit-info__colors .color-swatch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.produit-info__colors .color-swatch:hover {
  transform: scale(1.15);
}
.produit-info__colors .color-swatch:focus-visible {
  outline: 2px solid #ff8c42;
  outline-offset: 2px;
}
.produit-info__colors .color-swatch.active::after {
  transform: translate(-50%, -50%) scale(1);
}
.produit-info__sizes {
  margin-bottom: 24px;
}
.produit-info__sizes .sizes-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.produit-info__sizes .sizes-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.produit-info__sizes .size-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 35px;
  padding: 0px 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.produit-info__sizes .size-btn:hover {
  border-color: #202020;
}
.produit-info__sizes .size-btn.active {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}
.produit-info__sizes .sizes-quantities {
  margin-top: 16px;
  background-color: #f7f5f0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.produit-info__sizes .sizes-quantities__table {
  width: 100%;
  border-collapse: collapse;
}
.produit-info__sizes .sizes-quantities__table th,
.produit-info__sizes .sizes-quantities__table td {
  padding: 10px 15px;
  text-align: left;
}
.produit-info__sizes .sizes-quantities__table #sizes-quantities-body td {
  padding: 5px 15px;
}
.produit-info__sizes .sizes-quantities__table thead {
  background-color: rgba(0, 0, 0, 0.03);
}
.produit-info__sizes .sizes-quantities__table thead th {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}
.produit-info__sizes .sizes-quantities__table tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.produit-info__sizes .sizes-quantities__table .size-cell {
  font-size: 14px;
  font-weight: 600;
  color: #202020;
  width: 50%;
}
.produit-info__sizes .sizes-quantities__table .qty-cell {
  width: 50%;
}
.produit-info__sizes .sizes-quantities__table tfoot {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.produit-info__sizes .sizes-quantities__table tfoot td {
  font-size: 13px;
  font-weight: 600;
  color: #202020;
}
.produit-info__sizes .sizes-quantities__total td:last-child {
  color: #ff8c42;
}
.produit-info__sizes .size-qty-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.produit-info__sizes .size-qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.produit-info__sizes .size-qty-btn svg {
  stroke: #202020;
}
.produit-info__sizes .size-qty-btn:hover {
  border-color: #202020;
  background-color: rgb(247.35, 247.35, 247.35);
}
.produit-info__sizes .size-qty-input {
  width: 60px;
  height: 32px;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.produit-info__sizes .size-qty-input:focus {
  outline: none;
  border-color: #ff8c42;
}
.produit-info__sizes .size-qty-input {
  -moz-appearance: textfield;
}
.produit-info__sizes .size-qty-input::-webkit-outer-spin-button, .produit-info__sizes .size-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.produit-info__sizes .quantity-minimum {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
}
.produit-info__sourcing {
  margin-bottom: 24px;
}
.produit-info__sourcing .sourcing-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.produit-info__sourcing .sourcing-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.produit-info__sourcing .sourcing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.2s ease;
}
.produit-info__sourcing .sourcing-btn:hover {
  border-color: #202020;
}
.produit-info__sourcing .sourcing-btn.active {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}
.produit-info__quantity {
  margin-bottom: 28px;
}
.produit-info__quantity .quantity-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.produit-info__quantity .quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.produit-info__quantity .quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #f7f5f0;
  border: none;
  cursor: pointer;
  color: #202020;
  transition: background-color 0.2s ease;
}
.produit-info__quantity .quantity-btn:hover {
  background-color: rgb(238.1304347826, 233.9130434783, 223.3695652174);
}
.produit-info__quantity .quantity-btn:active {
  background-color: rgb(229.2608695652, 222.8260869565, 206.7391304348);
}
.produit-info__quantity .quantity-input {
  width: 70px;
  height: 44px;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  background-color: #fff;
  -moz-appearance: textfield;
}
.produit-info__quantity .quantity-input::-webkit-outer-spin-button, .produit-info__quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.produit-info__quantity .quantity-input:focus {
  outline: none;
}
.produit-info__quantity .quantity-minimum {
  margin-top: 10px;
  font-size: 13px;
  color: #ff8c42;
  display: flex;
  align-items: center;
  gap: 6px;
}
.produit-info__quantity .quantity-minimum::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ff8c42;
  border-radius: 50%;
}
.produit-info__pricing {
  margin-bottom: 24px;
}

.sourcing-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255, 140, 66, 0.08) 0%, rgba(255, 140, 66, 0.04) 100%);
  border: 1px solid rgba(255, 140, 66, 0.15);
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  .sourcing-badge {
    gap: 12px;
  }
}
.sourcing-badge__content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.sourcing-badge__lieu {
  font-size: 15px;
  font-weight: 600;
  color: #ff8c42;
}
.sourcing-badge__co2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6px 12px;
  border-radius: 20px;
}
.sourcing-badge__co2 svg {
  color: #ff8c42;
  flex-shrink: 0;
}
.sourcing-badge__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #ff8c42;
  text-decoration: none;
  padding: 8px 14px;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.sourcing-badge__link:hover {
  background-color: #ff8c42;
  color: #fff;
}
.sourcing-badge__link:hover svg {
  stroke: #fff;
}
.sourcing-badge__link svg {
  flex-shrink: 0;
  transition: stroke 0.2s ease;
}

.required {
  color: #e53935;
  font-weight: 400;
}

.field-error {
  display: none;
  margin-top: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: #c62828;
  font-weight: 500;
  background-color: #ffebee;
  border: 1px solid #ef9a9a;
  border-radius: 6px;
}

.produit-info__pricing {
  margin-bottom: 28px;
}
.produit-info__pricing .pricing-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.produit-info__pricing .pricing-label .required {
  color: #e53935;
  text-transform: none;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.pricing-card {
  position: relative;
  background: linear-gradient(135deg, #f7f5f0 0%, rgb(243.452173913, 240.5652173913, 233.347826087) 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 12px 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pricing-card.active {
  border-color: #ff8c42;
  background: linear-gradient(135deg, rgba(255, 140, 66, 0.08) 0%, rgba(255, 140, 66, 0.04) 100%);
}
.pricing-card.active .pricing-card__check {
  opacity: 1;
  transform: scale(1);
}
.pricing-card:hover:not(.pricing-card--devis):not(.disabled) {
  border-color: rgba(255, 140, 66, 0.5);
}
.pricing-card.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background: #f7f5f0;
}
.pricing-card.disabled:hover {
  border-color: rgba(0, 0, 0, 0.06);
}
.pricing-card.disabled .pricing-card__check {
  display: none;
}
.pricing-card.disabled .pricing-card__label {
  color: #999;
}
.pricing-card__check {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.pricing-card__check svg {
  width: 18px;
  height: 18px;
}
.pricing-card__check g {
  stroke: #ff8c42;
}
.pricing-card__label {
  font-family: "Roboto";
  font-weight: 600;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ff8c42;
  margin-bottom: 4px;
}
.pricing-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  margin-bottom: 2px;
}
.pricing-card__amount {
  font-size: 20px;
  font-weight: 600;
  color: #202020;
  line-height: 1;
}
.pricing-card__currency {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.pricing-card__unit {
  font-size: 11px;
  color: #999;
}
.pricing-card__devis {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.pricing-card__unavailable {
  display: block;
  font-size: 11px;
  color: #999;
  font-style: italic;
  margin-top: 4px;
}
.pricing-card--devis {
  grid-column: 1/-1;
  cursor: default;
  background: linear-gradient(135deg, rgba(255, 140, 66, 0.08) 0%, rgba(255, 140, 66, 0.04) 100%);
  border-color: rgba(255, 140, 66, 0.15);
}
.pricing-card--devis:hover {
  border-color: rgba(255, 140, 66, 0.15);
}
.pricing-card__devis-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #ff8c42;
  margin-bottom: 4px;
}
.pricing-card__devis-text {
  font-size: 13px;
  color: #666;
}

.produit-info__cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.produit-info__cta .btn {
  flex: 1;
  min-width: 210px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.produit-info__cta svg {
  width: 25px;
  height: auto;
}

.produit-info__description {
  margin-bottom: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.produit-info__description .description-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #202020;
  margin-bottom: 16px;
}
.produit-info__description .description-content {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
.produit-info__description .description-content p {
  margin-bottom: 12px;
}
.produit-info__description .description-content p:last-child {
  margin-bottom: 0;
}
.produit-info__description .description-content ul,
.produit-info__description .description-content ol {
  margin-bottom: 12px;
  padding-left: 20px;
}
.produit-info__description .description-content li {
  margin-bottom: 6px;
}

.produit-info__certifications {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.produit-info__certifications .certifications-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #202020;
  margin-bottom: 20px;
}
.produit-info__certifications .certifications-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .produit-info__certifications .certifications-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .produit-info__certifications .certifications-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.produit-info__certifications .certification-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.produit-info__certifications .certification-logo {
  width: 130px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produit-info__certifications .certification-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.produit-info__certifications .certification-name {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.btn--primary {
  background-color: #ff8c42;
  border-color: #ff8c42;
  color: #fff;
}
.btn--primary:hover {
  background-color: rgb(255, 171.0317460317, 117);
}
.btn--secondary {
  background-color: transparent;
  border-color: #202020;
  color: #202020;
}
.btn--secondary:hover {
  background-color: #202020;
  color: #fff;
}
.btn--large {
  padding: 16px 32px;
}

.produit-personnalisation {
  padding: 60px 0;
  background-color: #fff;
}
.produit-personnalisation .section-title {
  font-size: 24px;
  font-weight: 300;
  color: #202020;
  margin-bottom: 30px;
  text-align: center;
}

.zones-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.zones-grid .zone-badge {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background-color: #f7f5f0;
  border-radius: 100px;
  font-size: 14px;
  color: #202020;
  font-weight: 500;
}

.produit-info__personnalisation {
  margin-bottom: 24px;
}
.produit-info__personnalisation .personnalisation-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.produit-info__personnalisation .personnalisation-optional {
  font-size: 11px;
  color: #999;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  margin-left: 6px;
}
.produit-info__personnalisation #open-perso-popup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  cursor: pointer;
  transition: all 0.2s ease;
}
.produit-info__personnalisation #open-perso-popup svg {
  flex-shrink: 0;
}
.produit-info__personnalisation #open-perso-popup:hover {
  border-color: #202020;
}

.personnalisation-summary {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px;
  background-color: rgba(255, 140, 66, 0.06);
  border: 1px solid rgba(255, 140, 66, 0.15);
  border-radius: 10px;
  margin-top: 12px;
}

.perso-summary__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.perso-summary__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.perso-summary__label {
  font-size: 15px;
  font-weight: 600;
  color: #ff8c42;
}
.perso-summary__emplacements {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 8px;
}
.perso-summary__emplacements::-webkit-scrollbar {
  width: 4px;
}
.perso-summary__emplacements::-webkit-scrollbar-track {
  background: transparent;
}
.perso-summary__emplacements::-webkit-scrollbar-thumb {
  background-color: rgba(255, 140, 66, 0.3);
  border-radius: 4px;
}
.perso-summary__emplacements.has-scroll::after {
  content: "";
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  margin-top: -25px;
  background: linear-gradient(to bottom, transparent, rgba(255, 140, 66, 0.06));
  pointer-events: none;
  display: block;
}
.perso-summary__zone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 8px 12px;
  background-color: rgba(255, 140, 66, 0.06);
  border-radius: 6px;
  font-size: 13px;
}
.perso-summary__zone-name {
  font-weight: 600;
  color: #202020;
}
.perso-summary__zone-file {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ff8c42;
  font-size: 12px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.perso-summary__zone-file svg {
  flex-shrink: 0;
}
.perso-summary__zone-comment {
  flex-basis: 100%;
  font-size: 12px;
  color: #666;
  font-style: italic;
}
.perso-summary__file {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #ff8c42;
}
.perso-summary__file svg {
  flex-shrink: 0;
}
.perso-summary__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 4px;
  padding: 8px 14px;
  background: #fff;
  border: none;
  border-radius: 6px;
  color: #ff8c42;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.perso-summary__edit:hover {
  background-color: #ff8c42;
  color: #fff;
}

.perso-popup {
  max-width: 480px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}
.perso-popup .cart-popup__content {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.perso-popup__view--config {
  transition: opacity 0.3s ease;
}
.perso-popup__view--config:not(.is-visible) {
  opacity: 0;
  pointer-events: none;
}
.perso-popup__view--preview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.perso-popup__view--preview.is-visible {
  opacity: 1;
  visibility: visible;
  overflow-y: unset;
}
.perso-popup__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.perso-popup__footer .btn {
  flex: 1 1 auto;
  min-width: 120px;
}
@media screen and (max-width: 400px) {
  .perso-popup__footer .btn {
    flex: 1 1 100%;
  }
}

.perso-preview-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

#perso-toggle-view {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#perso-toggle-view svg {
  flex-shrink: 0;
}

.perso-popup--multizones {
  max-width: 520px;
}

.perso-intro {
  font-size: 14px;
  color: #666;
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.perso-zones {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.perso-zone {
  border: 1px solid #f7f5f0;
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.perso-zone:hover {
  border-color: rgba(255, 140, 66, 0.3);
}
.perso-zone.is-active {
  border-color: #ff8c42;
  box-shadow: 0 0 0 1px rgba(255, 140, 66, 0.2);
}
.perso-zone:has(input[type=checkbox]:checked) {
  border-color: #ff8c42;
  box-shadow: 0 0 0 1px rgba(255, 140, 66, 0.2);
}
.perso-zone__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #f7f5f0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.perso-zone:hover .perso-zone__header {
  background-color: rgba(255, 140, 66, 0.05);
}
.perso-zone.is-active .perso-zone__header {
  background-color: rgba(255, 140, 66, 0.05);
}
.perso-zone:has(input[type=checkbox]:checked) .perso-zone__header {
  background-color: rgba(255, 140, 66, 0.05);
  color: #ff8c42;
}
.perso-zone__toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  flex: 1;
}
.perso-zone__toggle input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.perso-zone__checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: relative;
}
.perso-zone__checkbox::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
input:checked + .perso-zone__checkbox {
  background-color: #ff8c42;
  border-color: #ff8c42;
}
input:checked + .perso-zone__checkbox::after {
  opacity: 1;
}
.perso-zone__name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  transition: color 0.2s ease;
}
.perso-zone.is-active .perso-zone__name, .perso-zone:has(input[type=checkbox]:checked) .perso-zone__name {
  color: #ff8c42;
}
.perso-zone__arrow {
  width: 24px;
  height: 24px;
  color: #999;
  transition: transform 0.3s ease, color 0.2s ease;
  flex-shrink: 0;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
}
.perso-zone__arrow:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: #666;
}
.perso-zone.is-active .perso-zone__arrow {
  color: #ff8c42;
}
.perso-zone:has(input[type=checkbox]:checked) .perso-zone__arrow {
  color: #ff8c42;
}
.perso-zone__content {
  padding: 16px;
  border-top: 1px solid #eee;
  background-color: #fff;
}
.perso-zone__upload {
  margin-bottom: 16px;
}
.perso-zone__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.perso-zone__label .optional {
  font-weight: 400;
  text-transform: none;
  color: #aaa;
}
.perso-zone__comment {
  margin-top: 0;
}
.perso-zone__textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 13px;
  font-family: inherit;
  resize: vertical;
  min-height: 60px;
  transition: border-color 0.2s ease;
}
.perso-zone__textarea:focus {
  outline: none;
  border-color: #ff8c42;
}
.perso-zone__textarea::-moz-placeholder {
  color: #aaa;
}
.perso-zone__textarea::placeholder {
  color: #aaa;
}
.perso-zone .perso-upload {
  min-height: 80px;
  padding: 16px;
}
.perso-zone .perso-upload__empty svg {
  width: 24px;
  height: 24px;
}
.perso-zone .perso-upload__empty span:first-of-type {
  font-size: 13px;
}

.tracabilite-popup {
  max-width: 900px;
  width: 95vw;
  height: 85vh;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .tracabilite-popup {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }
}
.tracabilite-popup__content {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 0;
}
.tracabilite-popup__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #f7f5f0;
  color: #666;
  z-index: 1;
}
.tracabilite-popup__loading .spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #ddd;
  border-top-color: #ff8c42;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.tracabilite-popup iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
}

.perso-section {
  margin-bottom: 24px;
}
.perso-section:last-child {
  margin-bottom: 0;
}
.perso-section__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.perso-emplacements {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.perso-emplacement {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.perso-emplacement input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.perso-emplacement::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.perso-emplacement__text {
  flex: 1;
  font-size: 14px;
  color: #202020;
}
.perso-emplacement:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.perso-emplacement:hover::before {
  border-color: #aaa;
}
.perso-emplacement:has(input:checked) {
  background-color: rgba(255, 140, 66, 0.08);
}
.perso-emplacement:has(input:checked)::before {
  border-color: #ff8c42;
  background-color: #ff8c42;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.perso-upload {
  position: relative;
  border: 2px dashed #ddd;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.perso-upload:hover, .perso-upload.is-dragover {
  border-color: #ff8c42;
  background-color: rgba(255, 140, 66, 0.03);
}
.perso-upload__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #666;
}
.perso-upload__empty svg {
  color: #bbb;
}
.perso-upload__empty span:first-of-type {
  font-size: 14px;
  font-weight: 500;
}
.perso-upload__hint {
  font-size: 12px;
  color: #999;
}
.perso-upload__file {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  background-color: rgba(255, 140, 66, 0.08);
  border-radius: 8px;
}
.perso-upload__file svg:first-child {
  color: #ff8c42;
  flex-shrink: 0;
}
.perso-upload__filename {
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  word-break: break-all;
}
.perso-upload__view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #999;
  transition: all 0.2s ease;
  flex-shrink: 0;
  text-decoration: none;
}
.perso-upload__view:hover {
  background-color: rgba(255, 140, 66, 0.15);
  color: #ff8c42;
}
.perso-upload__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #999;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.perso-upload__remove:hover {
  background-color: #fee2e2;
  color: #dc2626;
}
.perso-upload__loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  color: #666;
  font-size: 14px;
  z-index: 2;
}
.perso-upload__loading .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-top-color: #ff8c42;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.perso-upload__error {
  padding: 10px 14px;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #dc2626;
  font-size: 13px;
  margin-top: 12px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.perso-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  resize: vertical;
  min-height: 80px;
  transition: border-color 0.2s ease;
}
.perso-textarea:focus {
  outline: none;
  border-color: #ff8c42;
}
.perso-textarea::-moz-placeholder {
  color: #999;
}
.perso-textarea::placeholder {
  color: #999;
}

.panier-page {
  background-color: #fff;
  min-height: 100vh;
}

.panier-header {
  margin-top: 61px;
  padding: 40px 0 30px;
}
.panier-header .panier-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 8px;
}
.panier-header .panier-subtitle {
  font-size: 15px;
  color: #666;
}

.panier-content {
  padding-bottom: 60px;
}

.panier-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background-color: #f7f5f0;
  border-radius: 16px;
}
.panier-empty svg {
  color: #ccc;
  margin-bottom: 24px;
}
.panier-empty h2 {
  font-size: 22px;
  font-weight: 400;
  color: #202020;
  margin-bottom: 12px;
}
.panier-empty p {
  font-size: 15px;
  color: #666;
  margin-bottom: 24px;
  max-width: 400px;
}

.panier-items {
  background-color: #fff;
}

.panier-table-header {
  display: grid;
  grid-template-columns: 2fr 2.5fr 90px 50px;
  gap: 16px;
  padding: 16px 20px;
  background-color: #f7f5f0;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
}
@media screen and (max-width: 768px) {
  .panier-table-header {
    display: none;
  }
}

.panier-items-list {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: none;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 768px) {
  .panier-items-list {
    border: none;
  }
}

.panier-item {
  display: grid;
  grid-template-columns: 2fr 2.5fr 90px 50px;
  gap: 16px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.panier-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .panier-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    margin: 0;
    margin-bottom: 8px;
    background-color: #f7f5f0;
    border-radius: 12px;
    border-bottom: none;
  }
  .panier-item:last-child {
    margin-bottom: 0;
  }
}
.panier-item__product {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .panier-item__product {
    padding-right: 40px;
  }
}
.panier-item__color {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .panier-item__color {
    width: 44px;
    height: 44px;
  }
}
.panier-item__image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .panier-item__image {
    width: 50px;
    height: 50px;
  }
}
.panier-item__info {
  flex: 1;
  min-width: 0;
}
.panier-item__title {
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 4px;
}
.panier-item__title a {
  color: #202020;
  text-decoration: none;
  transition: color 0.2s ease;
}
.panier-item__title a:hover {
  color: #ff8c42;
}
@media screen and (max-width: 768px) {
  .panier-item__title {
    font-size: 14px;
    white-space: normal;
    line-height: 1.3;
  }
}
.panier-item__ref {
  font-size: 12px;
  color: #999;
}
.panier-item__details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .panier-item__details {
    gap: 6px;
  }
}
.panier-item__details .detail-tag {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 12px;
  background-color: #f7f5f0;
  border-radius: 6px;
  font-size: 13px;
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 768px) {
  .panier-item__details .detail-tag {
    padding: 6px 10px;
    font-size: 12px;
    background-color: #fff;
  }
}
.panier-item__details .detail-tag .detail-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #999;
  margin-bottom: 2px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .panier-item__details .detail-tag .detail-label {
    font-size: 9px;
  }
}
.panier-item__details .detail-tag--mode {
  background-color: rgba(255, 140, 66, 0.1);
  color: #ff8c42;
  font-weight: 600;
}
.panier-item__details .detail-tag--mode .detail-label {
  color: rgba(255, 140, 66, 0.7);
}
.panier-item__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .panier-item__quantity {
    width: 100%;
    justify-content: center;
    padding: 12px 0 0;
    margin-top: 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
}
.panier-item__quantity .qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #f7f5f0;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  color: #202020;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .panier-item__quantity .qty-btn {
    width: 36px;
    height: 36px;
    background-color: #fff;
  }
}
.panier-item__quantity .qty-btn:hover {
  border-color: #202020;
  background-color: #202020;
  color: #fff;
}
.panier-item__quantity .qty-value {
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  min-width: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .panier-item__quantity .qty-value {
    font-size: 16px;
    min-width: 40px;
  }
}
.panier-item__actions {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .panier-item__actions {
    position: absolute;
    top: 12px;
    right: 12px;
  }
}
.panier-item__actions .remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #999;
  border-radius: 6px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .panier-item__actions .remove-btn {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.04);
  }
}
.panier-item__actions .remove-btn:hover {
  background-color: #fee2e2;
  color: #dc2626;
}

.panier-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  padding: 15px 15px 15px 25px;
  background-color: #f7f5f0;
  border-radius: 12px;
}
@media screen and (max-width: 600px) {
  .panier-summary {
    flex-direction: column;
    text-align: center;
  }
}
.panier-summary__count {
  font-size: 15px;
  color: #666;
}
.panier-summary__count #total-items {
  font-weight: 600;
  color: #202020;
}
.panier-summary__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .panier-summary__actions {
    width: 100%;
    justify-content: center;
  }
}

.panier-form {
  padding: 60px 0 80px;
  background-color: #f7f5f0;
  margin-top: 40px;
}
.panier-form .section-title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 300;
  color: #202020;
  margin-bottom: 8px;
  text-align: center;
}
.panier-form .section-subtitle {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

.devis-form {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 600px) {
  .devis-form {
    padding: 24px 20px;
  }
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-group--full {
  grid-column: 1/-1;
}
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 8px;
}
.form-group label .required {
  color: #e53935;
}
.form-group label .optional {
  font-weight: 400;
  color: #999;
  font-size: 12px;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}
.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ff8c42;
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #aaa;
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group textarea::placeholder {
  color: #aaa;
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group input[type=file] {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  background-color: #f7f5f0;
  border: 2px dashed #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.form-group input[type=file]:hover {
  border-color: #ff8c42;
}
.form-group .form-hint {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}

.form-footer {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}
.form-footer .form-legal {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
.form-footer .form-legal a {
  color: #ff8c42;
  text-decoration: none;
}
.form-footer .form-legal a:hover {
  text-decoration: underline;
}

.btn--outline {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #202020;
}
.btn--outline:hover {
  border-color: #202020;
  background-color: #202020;
  color: #fff;
}

.produit-info__cart-feedback {
  position: fixed;
  top: 90px;
  right: 30px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
  border-radius: 12px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 40px rgba(4, 120, 87, 0.3), 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateX(calc(100% + 60px));
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  pointer-events: none;
}
body.admin-bar .produit-info__cart-feedback {
  top: 122px;
}
@media screen and (max-width: 768px) {
  .produit-info__cart-feedback {
    top: auto;
    bottom: 20px;
    right: 16px;
    left: 16px;
    justify-content: center;
    transform: translateY(calc(100% + 40px));
  }
  body.admin-bar .produit-info__cart-feedback {
    top: auto;
    bottom: 20px;
  }
}
.produit-info__cart-feedback.is-visible {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .produit-info__cart-feedback.is-visible {
    transform: translateY(0);
  }
}
.produit-info__cart-feedback.is-hiding {
  transform: translateX(calc(100% + 60px));
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .produit-info__cart-feedback.is-hiding {
    transform: translateY(calc(100% + 40px));
  }
}
.produit-info__cart-feedback .toast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
}
.produit-info__cart-feedback .toast-icon svg {
  width: 16px;
  height: 16px;
  stroke: white;
  stroke-width: 3;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: checkmark 0.4s ease 0.2s forwards;
}
.produit-info__cart-feedback .toast-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.produit-info__cart-feedback .toast-title {
  font-weight: 600;
  font-size: 14px;
}
.produit-info__cart-feedback .toast-subtitle {
  font-size: 12px;
  opacity: 0.85;
}
.produit-info__cart-feedback .toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
.produit-info__cart-feedback .toast-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  transform-origin: left;
  animation: progress 3s linear forwards;
}

@keyframes checkmark {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes progress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.header-cart {
  position: relative;
}
.header-cart .cart-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  color: #202020;
  transition: color 0.2s ease;
}
.header-cart .cart-trigger:hover {
  color: #ff8c42;
}
.header-cart .cart-count {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #ff8c42;
  border-radius: 8px;
}
@media screen and (min-width: 769px) and (hover: hover) {
  .header-cart:hover .mini-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
  .header-cart.cart-touch-open .mini-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.mini-cart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 400px;
  max-height: 480px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .mini-cart {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .mini-cart::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mini-cart {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 80vh;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
  }
  .mini-cart.is-open {
    transform: translateY(0);
  }
}
.mini-cart__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mini-cart__title {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  margin: 0;
}
.mini-cart__close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.mini-cart__close:hover {
  background-color: #f7f5f0;
  color: #202020;
}
@media screen and (max-width: 768px) {
  .mini-cart__close {
    display: flex;
  }
}
.mini-cart__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.mini-cart__empty svg {
  color: #ccc;
  margin-bottom: 12px;
}
.mini-cart__empty p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.mini-cart__items {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
}
.mini-cart__items:empty {
  display: none;
}
.mini-cart__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background-color: #f7f5f0;
  border-radius: 8px;
  margin-bottom: 8px;
}
.mini-cart__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mini-cart__item {
    gap: 8px;
    padding: 10px 12px;
  }
}
.mini-cart__item-color {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.mini-cart__item-image {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  flex-shrink: 0;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.mini-cart__item-info {
  flex: 1;
  min-width: 0;
}
.mini-cart__item-title {
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-cart__item-title a {
  color: inherit;
  text-decoration: none;
}
.mini-cart__item-title a:hover {
  color: #ff8c42;
}
.mini-cart__item-details {
  font-size: 11px;
  color: #666;
}
.mini-cart__item-mode {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ff8c42;
  background-color: rgba(255, 140, 66, 0.1);
  border-radius: 4px;
}
.mini-cart__item-qty {
  font-size: 12px;
  font-weight: 600;
  color: #202020;
  white-space: nowrap;
}
.mini-cart__item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #999;
  border-radius: 6px;
  flex-shrink: 0;
  margin-left: 4px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .mini-cart__item-remove {
    width: 32px;
    height: 32px;
  }
}
.mini-cart__item-remove:hover {
  background-color: #fee2e2;
  color: #dc2626;
}
.mini-cart__more {
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 8px;
  font-style: italic;
}
.mini-cart__footer {
  padding: 16px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background-color: #f7f5f0;
  border-radius: 0 0 12px 12px;
}
@media screen and (max-width: 768px) {
  .mini-cart__footer {
    border-radius: 0;
    padding-bottom: 24px;
  }
}
.mini-cart__total {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  text-align: center;
}
.mini-cart__total span {
  font-weight: 600;
  color: #202020;
}
.mini-cart__actions {
  display: flex;
  gap: 8px;
}
.mini-cart__actions .btn {
  flex: 1;
  text-align: center;
  justify-content: center;
}
.mini-cart__actions .btn--small {
  padding: 10px 16px;
  font-size: 13px;
}

.mini-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mini-cart-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

#add-to-cart-btn {
  transition: all 0.3s ease;
}
#add-to-cart-btn.added {
  background-color: #047857;
  border-color: #047857;
}

.cart-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.cart-popup-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.cart-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: 90%;
  max-width: 420px;
  max-height: 80vh;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cart-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.cart-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  min-height: 77px;
}
.cart-popup__title {
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  margin: 0;
}
.cart-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #f7f5f0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cart-popup__close svg {
  stroke: #202020;
}
.cart-popup__close:hover {
  background-color: rgb(238.1304347826, 233.9130434783, 223.3695652174);
}
.cart-popup__content {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}
.cart-popup__table {
  width: 100%;
  border-collapse: collapse;
}
.cart-popup__table thead th {
  padding: 12px 0;
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.cart-popup__table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-popup__table tbody tr:last-child {
  border-bottom: none;
}
.cart-popup__table .popup-size-cell {
  padding: 16px 0;
  font-size: 15px;
  font-weight: 600;
  color: #202020;
}
.cart-popup__table .popup-qty-cell {
  padding: 16px 0;
  text-align: right;
}
.cart-popup__footer {
  padding: 16px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #f7f5f0;
}
.cart-popup__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #202020;
}
.cart-popup__total span:last-child {
  color: #ff8c42;
}

.popup-min-info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
  background-color: rgba(255, 140, 66, 0.08);
  border-radius: 8px;
  font-size: 13px;
  color: #666;
}
.popup-min-info svg {
  flex-shrink: 0;
  stroke: #ff8c42;
}
.popup-min-info strong {
  color: #ff8c42;
  font-weight: 600;
}

.popup-qty-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.popup-qty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.popup-qty-btn svg {
  stroke: #202020;
}
.popup-qty-btn:hover:not(:disabled) {
  border-color: #202020;
  background-color: rgb(247.35, 247.35, 247.35);
}
.popup-qty-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.popup-qty-value {
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #202020;
}

.popup-row--new {
  opacity: 0.6;
}
.popup-row--new .popup-size-cell {
  font-weight: 400;
}
.popup-row--new .popup-qty-value {
  color: #999;
}
.popup-row--new:hover {
  opacity: 1;
  background-color: rgba(255, 140, 66, 0.04);
}

.popup-size-new {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ff8c42;
  background-color: rgba(255, 140, 66, 0.1);
  border-radius: 4px;
}

.tailles-more {
  color: #999;
}

.detail-tag--clickable {
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-family: inherit;
}
.detail-tag--clickable .detail-value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.detail-tag--clickable .detail-tag__icon {
  opacity: 0.5;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.detail-tag--clickable:hover {
  background-color: rgba(255, 140, 66, 0.15);
  border-color: rgba(255, 140, 66, 0.3);
}
.detail-tag--clickable:hover .detail-tag__icon {
  opacity: 1;
  transform: translateX(2px);
}

.qty-total {
  font-size: 14px;
  font-weight: 600;
  color: #202020;
}

.cart-popup__error {
  padding: 10px 16px;
  margin-bottom: 12px;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #dc2626;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  animation: slideIn 0.3s ease;
}
.cart-popup__error.fade-out {
  animation: fadeOut 0.3s ease forwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.perso-popup {
  max-width: 480px;
}
.perso-popup__content {
  padding: 20px 24px;
}

.perso-detail {
  margin-bottom: 20px;
}
.perso-detail:last-child {
  margin-bottom: 0;
}
.perso-detail__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.perso-detail__value {
  font-size: 14px;
  color: #202020;
}
.perso-detail__comment {
  background-color: #f7f5f0;
  padding: 12px 14px;
  border-radius: 8px;
  line-height: 1.5;
}

.perso-badge {
  display: inline-block;
  padding: 6px 12px;
  background-color: rgba(255, 140, 66, 0.1);
  color: #ff8c42;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  margin-right: 6px;
  margin-bottom: 6px;
}

.perso-file-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background-color: #f7f5f0;
  border-radius: 8px;
  color: #202020;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.perso-file-link:hover {
  background-color: rgba(255, 140, 66, 0.1);
  color: #ff8c42;
}
.perso-file-link svg:last-child {
  opacity: 0.5;
}

.detail-tag--perso {
  background-color: rgba(255, 140, 66, 0.08);
}
.detail-tag--perso .detail-label {
  color: #ff8c42;
}
.detail-tag--perso:hover {
  background-color: rgba(255, 140, 66, 0.15);
}

.detail-tag--none {
  opacity: 0.7;
}
.detail-tag--none .detail-value {
  color: #999;
}

.mode-popup {
  max-width: 420px;
}
.mode-popup__content {
  padding: 20px 24px;
}
.mode-popup__footer {
  display: flex;
  gap: 12px;
  padding: 16px 24px;
}
.mode-popup__footer .btn {
  flex: 1;
  justify-content: center;
}

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

.mode-option {
  display: flex;
  align-items: flex-start;
  padding: 16px 20px;
  background-color: #f7f5f0;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mode-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mode-option__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mode-option__title {
  font-size: 15px;
  font-weight: 600;
  color: #202020;
}
.mode-option__desc {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}
.mode-option:hover {
  border-color: rgba(255, 140, 66, 0.3);
  background-color: rgba(255, 140, 66, 0.05);
}
.mode-option.is-selected {
  border-color: #ff8c42;
  background-color: rgba(255, 140, 66, 0.08);
}
.mode-option.is-selected .mode-option__title {
  color: #ff8c42;
}

.devis-success {
  text-align: center;
  padding: 60px 40px;
}
.devis-success svg {
  margin-bottom: 20px;
}
.devis-success h3 {
  font-size: 24px;
  font-weight: 600;
  color: #047857;
  margin-bottom: 12px;
}
.devis-success p {
  font-size: 15px;
  color: #666;
  margin-bottom: 8px;
}
.devis-success .devis-reference {
  font-size: 16px;
  color: #202020;
  margin: 20px 0;
  padding: 12px 20px;
  background-color: #f7f5f0;
  border-radius: 8px;
  display: inline-block;
}
.devis-success .devis-reference strong {
  color: #ff8c42;
}
.devis-success .btn {
  margin-top: 20px;
}

.devis-error {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  margin-bottom: 20px;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #dc2626;
  font-size: 14px;
  font-weight: 500;
  animation: slideIn 0.3s ease;
}
.devis-error svg {
  flex-shrink: 0;
}
.devis-error.fade-out {
  animation: fadeOut 0.3s ease forwards;
}

.devis-form button[type=submit] .spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}
.devis-form button[type=submit]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.block-newsletter .block-newsletter__inner {
  background-color: #ddd8cf;
  border-radius: 16px;
  padding: 60px 50px;
  text-align: center;
  overflow: hidden;
}
.block-newsletter .block-newsletter__overtitle {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ff8c42;
  margin-bottom: 12px;
}
.block-newsletter .block-newsletter__title {
  font-size: 32px;
  font-weight: 600;
  color: #202020;
  margin: 0 0 12px;
  line-height: 1.2;
  font-family: "Roboto";
  font-weight: 600;
}
.block-newsletter .block-newsletter__description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(32, 32, 32, 0.6);
  margin: 0 auto 32px;
  max-width: 480px;
}
.block-newsletter .block-newsletter__form .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.block-newsletter .block-newsletter__form .newsletter-field-group {
  display: flex;
  justify-content: center;
  width: 100%;
}
.block-newsletter .block-newsletter__form input[type=email],
.block-newsletter .block-newsletter__form .wpcf7-email,
.block-newsletter .block-newsletter__form input[type=submit],
.block-newsletter .block-newsletter__form .wpcf7-submit {
  box-sizing: border-box;
  height: 50px;
}
.block-newsletter .block-newsletter__form input[type=email],
.block-newsletter .block-newsletter__form .wpcf7-email {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  font-size: 15px;
  font-family: "Roboto", Arial, sans-serif;
  border: 1px solid rgba(32, 32, 32, 0.1);
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #eae8e4;
  color: #202020;
  outline: none;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
}
.block-newsletter .block-newsletter__form input[type=email]::-moz-placeholder, .block-newsletter .block-newsletter__form .wpcf7-email::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
.block-newsletter .block-newsletter__form input[type=email]::placeholder,
.block-newsletter .block-newsletter__form .wpcf7-email::placeholder {
  color: rgba(32, 32, 32, 0.5);
}
.block-newsletter .block-newsletter__form input[type=email]:focus,
.block-newsletter .block-newsletter__form .wpcf7-email:focus {
  border-color: #ff8c42;
}
.block-newsletter .block-newsletter__form input[type=submit],
.block-newsletter .block-newsletter__form .wpcf7-submit {
  padding: 0 32px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  -webkit-appearance: none;
}
.block-newsletter .block-newsletter__form input[type=submit]:hover,
.block-newsletter .block-newsletter__form .wpcf7-submit:hover {
  background-color: rgb(255, 115.1746031746, 25.2);
  border-color: rgb(255, 115.1746031746, 25.2);
}
.block-newsletter .block-newsletter__form .newsletter-acceptance {
  max-width: 480px;
  margin: 4px auto 0;
  text-align: left;
}
.block-newsletter .block-newsletter__form .newsletter-acceptance .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.block-newsletter .block-newsletter__form .newsletter-acceptance .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.block-newsletter .block-newsletter__form .newsletter-acceptance .wpcf7-acceptance input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #ff8c42;
  cursor: pointer;
}
.block-newsletter .block-newsletter__form .newsletter-acceptance .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(32, 32, 32, 0.5);
}
.block-newsletter .block-newsletter__form .newsletter-acceptance .wpcf7-acceptance .wpcf7-list-item-label a {
  color: #ff8c42;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.block-newsletter .block-newsletter__form .newsletter-acceptance .wpcf7-acceptance .wpcf7-list-item-label a:hover {
  color: rgb(255, 108.9682539683, 15);
}
.block-newsletter .block-newsletter__form .wpcf7-response-output {
  font-size: 14px;
  padding: 14px 24px;
  border-radius: 8px;
  margin: 16px auto 0;
  border: none;
  color: #fff;
  background-color: #7a9e7e;
}
.block-newsletter .block-newsletter__form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
}
.block-newsletter .block-newsletter__form .wpcf7 form.failed .wpcf7-response-output,
.block-newsletter .block-newsletter__form .wpcf7 form.aborted .wpcf7-response-output,
.block-newsletter .block-newsletter__form .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #d64545;
  border: none;
}
.block-newsletter .block-newsletter__form .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #d64545;
  margin-top: 4px;
}
.block-newsletter .block-newsletter__form .wpcf7-spinner {
  display: none;
}
.block-newsletter .block-newsletter__notice {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(32, 32, 32, 0.38);
  margin: 20px auto 0;
  max-width: 480px;
}
.block-newsletter .block-newsletter__notice svg {
  width: 13px;
  height: 13px;
  vertical-align: -2px;
  margin-right: 4px;
  color: rgba(32, 32, 32, 0.3);
}

@media screen and (max-width: 768px) {
  .block-newsletter .block-newsletter__inner {
    padding: 40px 24px;
    border-radius: 12px;
  }
  .block-newsletter .block-newsletter__inner .block-newsletter__title {
    font-size: 26px;
  }
  .block-newsletter .block-newsletter__inner .block-newsletter__description {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .block-newsletter .block-newsletter__inner .block-newsletter__form .newsletter-field-group {
    flex-direction: column;
    gap: 12px;
  }
  .block-newsletter .block-newsletter__inner .block-newsletter__form input[type=email],
  .block-newsletter .block-newsletter__inner .block-newsletter__form .wpcf7-email {
    width: 100%;
    border-right: 1px solid rgba(32, 32, 32, 0.1);
    border-radius: 8px;
    height: 50px;
    text-align: center;
  }
  .block-newsletter .block-newsletter__inner .block-newsletter__form input[type=email]::-moz-placeholder, .block-newsletter .block-newsletter__inner .block-newsletter__form .wpcf7-email::-moz-placeholder {
    text-align: center;
  }
  .block-newsletter .block-newsletter__inner .block-newsletter__form input[type=email]::placeholder,
  .block-newsletter .block-newsletter__inner .block-newsletter__form .wpcf7-email::placeholder {
    text-align: center;
  }
  .block-newsletter .block-newsletter__inner .block-newsletter__form input[type=email]:focus,
  .block-newsletter .block-newsletter__inner .block-newsletter__form .wpcf7-email:focus {
    border-color: #ff8c42;
  }
  .block-newsletter .block-newsletter__inner .block-newsletter__form input[type=submit],
  .block-newsletter .block-newsletter__inner .block-newsletter__form .wpcf7-submit {
    border-radius: 8px;
    width: 100%;
    height: 50px;
    text-align: center;
  }
}
.block-partners {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.block-partners::before, .block-partners::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.block-partners::before {
  left: 0;
  background: linear-gradient(to right, #ddd8cf 0%, transparent 100%);
}
.block-partners::after {
  right: 0;
  background: linear-gradient(to left, #ddd8cf 0%, transparent 100%);
}

.block-partners__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: partners-scroll 30s linear infinite;
}

.block-partners__slide-group {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-right: 60px;
}

.block-partners__item {
  flex-shrink: 0;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-partners__item img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.block-partners__item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes partners-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .block-partners::before, .block-partners::after {
    width: 40px;
  }
  .block-partners__slide-group {
    gap: 40px;
    padding-right: 40px;
  }
  .block-partners__item {
    width: 100px;
  }
  .block-partners__item img {
    max-height: 45px;
  }
}
.section-landing-hero .default-ban {
  background-color: rgba(0, 0, 0, 0.25);
}
.section-landing-hero .landing-hero .content .titles .subtitle {
  color: #ff8c42;
}
.section-landing-hero .landing-hero .btn-container {
  margin-top: 20px;
}
.section-landing-hero .landing-hero .btn-container .btn {
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 8px;
  background-color: #ff8c42;
  border-color: #ff8c42;
  animation: landing-pulse 2.5s ease-in-out infinite;
}
.section-landing-hero .landing-hero .btn-container .btn:hover {
  background-color: rgb(255, 155.5158730159, 91.5);
  border-color: rgb(255, 171.0317460317, 117);
}

@keyframes landing-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 140, 66, 0.4);
  }
  50% {
    box-shadow: 0 0 0 12px rgba(255, 140, 66, 0);
  }
}
.section-landing-intro {
  background-color: #f7f5f0;
}

.section-landing-steps {
  background-color: #ddd8cf;
}
.section-landing-steps .default-steps {
  max-width: 600px;
  margin: 0 auto;
}

.section-landing-form {
  background-color: #f7f5f0;
}
.section-landing-form .block-title-container h2 {
  color: #202020;
}
.section-landing-form .block-title-container h3 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(32, 32, 32, 0.6);
  line-height: 1.6;
  max-width: 520px;
  margin: 8px auto 0;
}
.section-landing-form .wpcf7 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .section-landing-form .wpcf7 {
    padding: 0 15px;
  }
}
.section-landing-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  background-color: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .section-landing-form .wpcf7-form {
    padding: 24px 20px;
  }
}
.section-landing-form .wpcf7-form .field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 768px) {
  .section-landing-form .wpcf7-form .field-group {
    grid-template-columns: 1fr;
  }
}
.section-landing-form .wpcf7-form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 0;
}
.section-landing-form .wpcf7-form label span.mandatory {
  color: #dc2626;
}
.section-landing-form .wpcf7-form input[type=text],
.section-landing-form .wpcf7-form input[type=email],
.section-landing-form .wpcf7-form input[type=tel],
.section-landing-form .wpcf7-form select {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  margin-top: 8px;
}
.section-landing-form .wpcf7-form input[type=text]:focus,
.section-landing-form .wpcf7-form input[type=email]:focus,
.section-landing-form .wpcf7-form input[type=tel]:focus,
.section-landing-form .wpcf7-form select:focus {
  outline: none;
  border-color: #ff8c42;
}
.section-landing-form .wpcf7-form input[type=text]::-moz-placeholder, .section-landing-form .wpcf7-form input[type=email]::-moz-placeholder, .section-landing-form .wpcf7-form input[type=tel]::-moz-placeholder, .section-landing-form .wpcf7-form select::-moz-placeholder {
  color: #aaa;
}
.section-landing-form .wpcf7-form input[type=text]::placeholder,
.section-landing-form .wpcf7-form input[type=email]::placeholder,
.section-landing-form .wpcf7-form input[type=tel]::placeholder,
.section-landing-form .wpcf7-form select::placeholder {
  color: #aaa;
}
.section-landing-form .wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.2s ease;
  resize: vertical;
  min-height: 120px;
  margin-top: 8px;
}
.section-landing-form .wpcf7-form textarea:focus {
  outline: none;
  border-color: #ff8c42;
}
.section-landing-form .wpcf7-form textarea::-moz-placeholder {
  color: #aaa;
}
.section-landing-form .wpcf7-form textarea::placeholder {
  color: #aaa;
}
.section-landing-form .wpcf7-form .newsletter-acceptance {
  margin-top: 4px;
}
.section-landing-form .wpcf7-form .wpcf7-acceptance {
  display: block;
}
.section-landing-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.section-landing-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
  margin-top: 0;
}
.section-landing-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label a {
  color: #ff8c42;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section-landing-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label a:hover {
  color: rgb(255, 124.4841269841, 40.5);
}
.section-landing-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #ff8c42;
  cursor: pointer;
}
.section-landing-form .wpcf7-form input[type=submit] {
  display: block;
  width: 100%;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.section-landing-form .wpcf7-form input[type=submit]:hover {
  background-color: rgb(255, 155.5158730159, 91.5);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.section-landing-form .wpcf7-form input[type=submit]:active {
  box-shadow: none;
  transform: translateY(0);
}
.section-landing-form .wpcf7-form input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.section-landing-form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.section-landing-form .wpcf7-form .legal-notice {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: #999;
  text-align: center;
}
.section-landing-form .wpcf7-form .legal-notice a {
  color: #ff8c42;
  text-decoration: none;
}
.section-landing-form .wpcf7-form .legal-notice a:hover {
  text-decoration: underline;
}
.section-landing-form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e53935;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.4;
}
.section-landing-form .wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 14px;
}
.section-landing-form .wpcf7-form.invalid .wpcf7-response-output {
  border-color: #fecaca;
  background-color: #fef2f2;
  color: #dc2626;
}
.section-landing-form .wpcf7-form.sent .wpcf7-response-output {
  border-color: #a7f3d0;
  background-color: #ecfdf5;
  color: #047857;
}

.section-landing-reassurance {
  background-color: #ddd8cf;
}

.popup-guide-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  isolation: isolate;
}
.popup-guide-block *,
.popup-guide-block *::before,
.popup-guide-block *::after {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .popup-guide-block {
    padding: 12px;
  }
}
.popup-guide-block.is-visible {
  display: flex;
  animation: popupGuideFadeIn 0.25s ease-out;
}
.popup-guide-block.is-closing {
  animation: popupGuideFadeOut 0.5s ease-out forwards;
}
.popup-guide-block.is-success .popup-guide-image,
.popup-guide-block.is-success .popup-guide-title,
.popup-guide-block.is-success .popup-guide-text,
.popup-guide-block.is-success .popup-guide-form,
.popup-guide-block.is-success .popup-guide-error {
  display: none !important;
}
.popup-guide-block.is-success .popup-guide-inner {
  padding: 60px 40px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .popup-guide-block.is-success .popup-guide-inner {
    padding: 50px 24px;
    min-height: 180px;
  }
}
.popup-guide-block.is-success .popup-guide-thanks {
  padding: 0;
  width: 100%;
}
.popup-guide-block .popup-guide-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.popup-guide-block .popup-guide-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  max-width: 560px;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  overflow-x: hidden !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  padding: 0 0 32px;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-inner {
    width: 100%;
    max-width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 14px;
    padding-bottom: 24px;
  }
}
.popup-guide-block .popup-guide-image {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}
.popup-guide-block .popup-guide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-image {
    aspect-ratio: 16/9;
  }
}
.popup-guide-block .popup-guide-title,
.popup-guide-block .popup-guide-text,
.popup-guide-block .popup-guide-form,
.popup-guide-block .popup-guide-thanks {
  padding-left: 36px;
  padding-right: 36px;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-title,
  .popup-guide-block .popup-guide-text,
  .popup-guide-block .popup-guide-form,
  .popup-guide-block .popup-guide-thanks {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.popup-guide-block .popup-guide-title {
  padding-top: 28px;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-title {
    padding-top: 20px;
  }
}
.popup-guide-block .popup-guide-inner > .popup-guide-close + .popup-guide-title,
.popup-guide-block .popup-guide-inner > .popup-guide-close + .popup-guide-text {
  padding-top: 40px;
}
.popup-guide-block .popup-guide-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 9px;
  background-color: rgba(255, 255, 255, 0.92);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 2;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-close {
    width: 44px;
    height: 44px;
    padding: 11px;
    top: 10px;
    right: 10px;
  }
}
.popup-guide-block .popup-guide-close img {
  width: 100%;
  height: 100%;
  display: block;
}
.popup-guide-block .popup-guide-close:hover {
  background-color: #fff;
}
.popup-guide-block .popup-guide-title {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.25;
  color: #202020;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-title {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 10px;
    padding-right: 44px;
  }
}
.popup-guide-block .popup-guide-text {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(32, 32, 32, 0.75);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-text {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.popup-guide-block .popup-guide-text p {
  margin: 0 0 8px;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-form .popup-guide-native-form {
    row-gap: 12px;
  }
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  min-width: 0;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-form .popup-guide-native-form .field-group {
    gap: 10px;
  }
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .field-group > * {
  min-width: 0;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=text],
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=email] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 11px 14px;
  font-size: 14px;
  color: #202020;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.2s ease;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-form .popup-guide-native-form input[type=text],
  .popup-guide-block .popup-guide-form .popup-guide-native-form input[type=email] {
    font-size: 16px;
    padding: 11px 12px;
  }
}
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=text]:focus,
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=email]:focus {
  outline: none;
  border-color: #ff8c42;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=text]::-moz-placeholder, .popup-guide-block .popup-guide-form .popup-guide-native-form input[type=email]::-moz-placeholder {
  color: #aaa;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=text]::placeholder,
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=email]::placeholder {
  color: #aaa;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=text].is-invalid,
.popup-guide-block .popup-guide-form .popup-guide-native-form input[type=email].is-invalid {
  border-color: #dc2626;
  background-color: #fef2f2;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .field-error {
  display: block;
  font-size: 11px;
  color: #dc2626;
  margin-top: 4px;
  min-height: 0;
  line-height: 1.3;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .field-error:empty {
  display: none;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
  line-height: 1.4;
  margin: 4px 0 0;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-acceptance a {
  color: #ff8c42;
  text-decoration: underline;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-acceptance a:hover {
  text-decoration: none;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-acceptance input[type=checkbox] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
  accent-color: #ff8c42;
  cursor: pointer;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-acceptance input[type=checkbox].is-invalid {
  outline: 2px solid #dc2626;
  outline-offset: 2px;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-submit {
  display: block;
  width: 100%;
  padding: 14px 24px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #ff8c42;
  border: 1px solid #ff8c42;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-submit {
    padding: 15px 24px;
    min-height: 48px;
  }
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-submit:hover {
  background-color: rgb(255, 155.5158730159, 91.5);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.popup-guide-block .popup-guide-form .popup-guide-native-form .popup-guide-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.popup-guide-block .popup-guide-thanks {
  padding: 30px 10px;
  text-align: center;
}
.popup-guide-block .popup-guide-thanks p {
  margin: 0;
  font-size: 16px;
  color: #7a9e7e;
  font-weight: 500;
  line-height: 1.5;
}
.popup-guide-block .popup-guide-error {
  margin-top: 14px;
  padding: 14px 16px;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
}
.popup-guide-block .popup-guide-error p {
  margin: 0;
  font-size: 13px;
  color: #dc2626;
  line-height: 1.5;
}
.popup-guide-block .popup-guide-inner > .popup-guide-error {
  margin-left: 36px;
  margin-right: 36px;
}
@media (max-width: 768px) {
  .popup-guide-block .popup-guide-inner > .popup-guide-error {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@keyframes popupGuideFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupGuideFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
body.popup-guide-locked {
  overflow: hidden;
  touch-action: none;
}

html.popup-guide-locked {
  overflow: hidden;
}

.catalogue-seo-content {
  padding: 60px 0 40px;
  border-top: 1px solid #e8e8e8;
}
.catalogue-seo-content .seo-doublecol {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  padding: 50px 0;
}
.catalogue-seo-content .seo-doublecol .seo-image,
.catalogue-seo-content .seo-doublecol .seo-text {
  flex: 1 1 0%;
}
.catalogue-seo-content .seo-doublecol .seo-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 1;
}
.catalogue-seo-content .seo-doublecol.img-right {
  flex-direction: row-reverse;
}
.catalogue-seo-content .seo-doublecol .seo-text h2 {
  margin-bottom: 16px;
}
.catalogue-seo-content .seo-doublecol .seo-text p {
  margin-bottom: 12px;
  line-height: 1.6;
}
.catalogue-seo-content .seo-doublecol .seo-text ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.catalogue-seo-content .seo-doublecol .seo-text li {
  margin-bottom: 6px;
  line-height: 1.5;
}
.catalogue-seo-content a {
  color: #ff8c42;
  text-decoration: none;
  font-weight: 500;
}
.catalogue-seo-content a:hover {
  text-decoration: underline;
}
.catalogue-seo-content .block-faqs.faq {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .catalogue-seo-content .seo-doublecol,
  .catalogue-seo-content .seo-doublecol.img-right {
    flex-direction: column;
    gap: 24px;
    padding: 30px 0;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Roboto";
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}
html:has(body.admin-bar) {
  scroll-padding-top: 92px;
}
@media only screen and (max-width: 782px) {
  html:has(body.admin-bar) {
    scroll-padding-top: 106px;
  }
}

::-moz-selection {
  background-color: rgba(176, 176, 176, 0.386);
}

::selection {
  background-color: rgba(176, 176, 176, 0.386);
}

a {
  outline: 0;
}

body.body-fixed {
  overflow: hidden;
}

.admin-bar {
  padding-top: 32px;
}
.admin-bar .site-navigation {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 46px;
  }
  .admin-bar .site-navigation {
    top: 46px;
  }
}/*# sourceMappingURL=style.css.map */