.elementor-kit-12{--e-global-color-primary:#4CA87D;--e-global-color-secondary:#666666;--e-global-color-text:#212121;--e-global-color-accent:#4CA87D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;font-size:18px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:#FFFFFF;font-family:"Roboto", Sans-serif;}.elementor-kit-12 h1{font-family:"Roboto", Sans-serif;}.elementor-kit-12 h2{font-family:"Roboto", Sans-serif;font-size:30px;}.elementor-kit-12 h3{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:500;}.elementor-kit-12 h4{font-family:"Roboto", Sans-serif;}.elementor-kit-12 h5{font-family:"Roboto", Sans-serif;}.elementor-kit-12 h6{font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    margin: 0;
}

body, html {
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}


@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.elementor-button {
    text-align: inherit;
}

#breadcrumbs {
    margin: 0;
}

/* NAVBAR */
    .elementor-widget-nav-menu .elementor-nav-menu .sub-menu a {
  color:#212121;
}

    .elementor-widget-nav-menu .elementor-nav-menu .sub-menu a:hover {
  color:#fff;
}

/* LANG SWITCHER */
/* Style du menu déroulant Polylang */
#lang_choice_pll {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  background: none;
  padding: 8px 12px;
  position: relative;
}

#lang_choice_pll img {
  width: 20px;
  height: auto;
  display: inline-block;
}

#lang_choice_pll:after {
  content: '▼';
  font-size: 12px;
  margin-left: 6px;
  color: #333;
}

.widget_polylang .lang-item {
  display: none; 
}



/* HOME */
/* HERO - Pagination Swiper personnalisée */
/* Pagination principale (positionnée sous le bouton) */
.swiper-pagination {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  position: absolute !important;
  bottom: 100px !important;
  left: 125px !important;
  width: auto !important;
  padding: 25px !important;
  z-index: 10 !important;
}

/* Bullets : barres horizontales fines */
.swiper-pagination-bullet {
  width: 40px !important;
  height: 5px !important;
  border-radius: 2px !important;
  opacity: 0.4 !important;
  margin: 0 6px !important;
  transition: all 0.3s ease !important;
}

/* Bullet active légèrement plus haute */
.swiper-pagination-bullet-active {
  opacity: 1 !important;
  height: 7px !important;
}

.elementor-slide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1; 
}

.elementor-slide-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/07/white-arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  flex-shrink: 0;
  margin-left: 20px;
}

.swiper-container-diapositive .swiper-wrapper {
  cursor: auto !important;
}

/* === Responsive === */

@media (max-width: 1440px) {
    .swiper-pagination {
    bottom: 105px !important;
  }
}

/* Tablettes */
@media (max-width: 1024px) {
  .swiper-pagination {
    left: 10px !important;
    transform: scale(0.8) !important;
  }
}

/* Mobiles */
@media (max-width: 768px) {
  .swiper-pagination {
    position: relative !important;
    bottom: 50px !important;
    left: 0 !important;
    justify-content: center !important;
    transform: scale(0.5) !important;
  }
  .elementor-slide-button::after {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
}

/* Icone flèche bouton */
.elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center; 
  gap: 0.5em; 
}

.elementor-button .elementor-button-icon {
  display: flex; 
  align-items: center;
}
.elementor-button .elementor-button-icon svg {
  width: 32px;
  height: 32px;
}

@media (min-width: 768px) {
  .elementor-button .elementor-button-icon svg {
    width: 28px;
    height: 28px;
  }
}

/* Template produit */
.section-specs .e-n-tabs-heading {
    gap: 0 !important;
    --n-tabs-title-padding-inline-start: 1px;
}

.section-specs p {
    margin: 0;
}

/* Section article HOME */  

.elementor-posts-container {
  display: flex;
  gap: 50px;
}

.elementor-posts-container .elementor-post:nth-child(1) {
  flex: 2;
}

.elementor-posts-container .elementor-post:nth-child(2) {
  flex: 1;
}

.elementor-widget-posts .elementor-post__thumbnail img {
  height: 400px;
  object-fit: cover;
}

.elementor-widget-posts .elementor-post__text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.elementor-posts-container.elementor-posts-masonry {
    align-items: flex-end !important;
}




/* === TABLEAU COMPARATIF PRODUITS === */

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-comparatif {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-family: inherit;
  text-align: center;
}

/* -- Cellules globales -- */
.table-comparatif th,
.table-comparatif td {
  padding: 12px;
  border-right: 2px solid rgba(112, 112, 112, 0.1);
  font-size: 18px;
}

/* -- En-tête -- */
.table-comparatif thead th {
  background-color: rgba(76, 168, 125, 0.2); /* vert clair */
  font-weight: 600;
  color: #4CA87D;
  font-size: 20px;
}

/* -- Centrer uniquement la cellule du nom de la gamme (haut gauche) -- */
.table-comparatif thead tr:first-child th:first-child {
  text-align: center;
}

/* -- Alignement à gauche des libellés (1re colonne) -- */
.table-comparatif th:first-child,
.table-comparatif td:first-child {
  text-align: left;
}

/* -- Supprimer la bordure droite sur la dernière colonne -- */
.table-comparatif thead th:last-child,
.table-comparatif tbody td:last-child {
  border-right: none;
}

/* -- Lignes alternées (zébrage) -- */
.table-comparatif tbody tr:nth-child(even) {
  background-color: #F9F9F9;
}

/* -- Images dans les cellules -- */
.table-comparatif img {
  width: 20px;
  height: auto;
}

.table-comparatif th img {
  width: 50px;
  margin-bottom: 5px;
}

/* -- Responsive mobile -- */
@media (max-width: 768px) {
  .table-comparatif th,
  .table-comparatif td {
    padding: 8px;
    font-size: 13px;
  }

  .table-comparatif th img {
    width: 40px;
  }
}

/* Liste article page gamme */
.produits-gamme-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
  max-width: 100%;
}

.produit-card {
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 75px;
}

.produit-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #F9F9F9;
  border-radius: 10px !important;
  object-fit: contain;
  padding: 20px;
  margin-bottom: 1rem;
}

.produit-card h3 {
  font-size: 30px;
  margin: 0 0 0.25rem;
  text-align: left;
}

.produit-sous-titre .produit-spec {
    font-size: 0.75em;
    display: block;
}


.produit-sous-titre {
  font-size: 18px;
  color: #666;
  text-align: left;
  margin-bottom: 0.75rem;
  line-height: 1.6rem;
}

.btn-decouvrir {
  text-decoration: none;
  color: #212121 !important;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
}

.arrow-image {
  margin-left: 10px; 
  vertical-align: middle;
}

/* Limiter à 4 colonnes max sur les grands écrans */
@media (min-width: 1024px) {
  .produits-gamme-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 2 colonnes sur tablette */
@media (max-width: 1023px) {
  .produits-gamme-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 1 colonne sur mobile */
@media (max-width: 640px) {
  .produits-gamme-grid {
    grid-template-columns: 1fr;
  }
}

/* FICHE PRODUIT */
img.etic-cert {
    width: 104px;
    height: 104px;
    filter: grayscale(1);
}/* End custom CSS */