/* Override Nixo green with AGM-TEC orange */
:root {
  --agm-orange: #ec6c2b;
}
.btn-bg1,
.default-btn.btn-bg1,
.get-btn,
.play-btn,
.accordion-title.active {
  color: #ffffff !important;
  border-color: #ec6c2b !important;
  background-color: #ec6c2b !important;
}
/* Hover des titres: orange AGM-TEC pour lisibilite sur sections claires */
.theme-dark h2:hover,
.theme-dark h2:hover a,
.theme-dark h3:hover,
.theme-dark h3:hover a,
.theme-dark h3 a:hover {
  color: #d85a1f !important;
  border-color: transparent !important;
  background-color: transparent !important;
}
.footer-list a:hover,
.footer-list-two a:hover {
  color: #ffffff !important;
  border-color: transparent !important;
  background-color: transparent !important;
}
.theme-dark h2 a:hover,
.theme-dark h3 a:hover,
h2 a:hover,
h3 a:hover,
.section-title h2:hover,
.section-title h2 a:hover,
.desc_title:hover,
.desc_title a:hover,
.blog-article h3 a:hover,
.blog-item h3 a:hover,
.blog-widget-area h3 a:hover,
.product-infor-name:hover,
.product-infor-name a:hover,
.tf-product-info-heading h1:hover,
.tf-product-info-heading h1 a:hover,
#caracteristiques h3:hover,
#caracteristiques h3 a:hover,
#description h3:hover,
#description h3 a:hover,
#utilisation h3:hover,
#utilisation h3 a:hover,
#comparatif h3:hover,
#comparatif h3 a:hover {
  color: #d85a1f !important;
}
.get-btn:hover,
.default-btn.btn-bg1:hover,
.submit-btn.btn-bg1:hover {
  background: #d85a1f !important;
  border-color: #d85a1f !important;
}
.border-radius-5.btn-bg1 { background: linear-gradient(120deg, #ff8b49, #ec6c2b) !important; }

/* Logo AGM : effet lumineux au survol */
/* Logo : léger flash au survol (pas de soulèvement) */
.agm-logo-link {
  display: inline-block;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.agm-logo-link:hover {
  opacity: 1;
}
.agm-logo-link .agm-logo {
  transition: filter 0.25s ease;
  display: block;
}
.agm-logo-link:hover .agm-logo {
  filter: brightness(1.15);
}

/* Preloader : logo orange sur fond sombre, sans spinner vert */
.agm-preloader,
#preloader.agm-preloader {
  background-color: #1a1a1a !important;
}
.agm-preloader .into-preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.agm-preloader .agm-preloader-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 180px;
  width: auto;
  height: auto;
  max-height: 80px;
  object-fit: contain;
  animation: agm-preloader-pulse 1.2s ease-in-out infinite;
}
@keyframes agm-preloader-pulse {
  0%, 100% { opacity: 0.85; }
  50% { opacity: 1; }
}

/* Pages légales */
.legal-page h1 { color: #ffffff; }
.legal-page h2 { color: #ffffff; margin-top: 1.5rem; font-size: 1.25rem; }
.legal-page .text-muted { color: #b9b9b9 !important; }
.legal-page a:not(.default-btn) { color: #ec6c2b; text-decoration: underline; }

/* Badge Avis Google : en bas à gauche, 25px du bas, plus grand (visible après acceptation cookies) */
.google-reviews-badge {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.google-reviews-badge.show {
  opacity: 1;
  pointer-events: auto;
}
.agmtec-google-badge {
  display: inline-block;
  transition: transform 0.25s ease;
}
.agmtec-google-badge:hover {
  transform: scale(1.08);
}
.agmtec-google-badge img {
  width: 110px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  display: block;
  transition: box-shadow 0.25s ease;
}
.agmtec-google-badge:hover img {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

/* Bandeau cookies en bas à gauche */
.cookie-banner {
  position: fixed;
  left: 0.8rem;
  bottom: 0.8rem;
  max-width: 420px;
  padding: 0.7rem 0.9rem;
  background: rgba(0, 0, 0, 0.92);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.8rem;
  color: #f5f5f5;
  display: none;
  align-items: center;
  gap: 0.7rem;
  z-index: 60;
}
.cookie-banner.show {
  display: flex;
}
.cookie-banner-text { flex: 1; }
.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.cookie-banner-button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: #ec6c2b;
  color: #ffffff;
  font-size: 0.78rem;
  white-space: nowrap;
}
.cookie-banner-button-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #111111 !important;
}
.cookie-banner-button-secondary:hover,
.cookie-banner-button-secondary:focus {
  color: #111111 !important;
}
.cookie-banner-link {
  color: #ffffff !important;
  font-size: 0.75rem;
  text-decoration: underline;
}

/* FAQ : questions en H3 + bouton full width */
.faq-accordion .accordion .accordion-question {
  margin: 0;
}
.faq-accordion .accordion .accordion-title {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

/* Fake commandes (toast) */
.fake-order-toast {
  position: fixed;
  right: 0.8rem;
  bottom: 0.8rem;
  max-width: 260px;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  font-size: 0.8rem;
  color: #f5f5f5;
  display: none;
  z-index: 50;
}
.fake-order-toast.show {
  display: block;
  animation: agm-toast-in 0.4s ease-out;
}
.fake-order-heading { font-weight: 600; margin-bottom: 0.2rem; }
.fake-order-meta { font-size: 0.74rem; color: #b9b9b9; margin-top: 0.2rem; }
@keyframes agm-toast-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 640px) {
  .fake-order-toast { left: 0.8rem; right: 0.8rem; max-width: none; }
  .cookie-banner { left: 0.6rem; right: 0.6rem; max-width: none; }
  .google-reviews-badge { left: 15px; bottom: 15px; }
  .agmtec-google-badge img { width: 90px; }
}

/* Top header : fond moins noir */
.top-header-bg {
  background-color: #ec6c2b !important;
}
.top-header .header-left-card ul li,
.top-header .header-left-card ul li span,
.top-header .header-left-card ul li a,
.top-header .header-left-card ul li .head-icon i,
.top-header .agm-top-right-links a,
.top-header .agm-top-right-links a i {
  color: #ffffff !important;
}
.top-header .header-left-card ul li a:hover,
.top-header .header-left-card ul li:hover span,
.top-header .header-left-card ul li:hover .head-icon i,
.top-header .agm-top-right-links a:hover,
.top-header .agm-top-right-links a:hover i {
  color: #111111 !important;
}

/* Top bar mobile : uniquement mail et téléphone */
@media (max-width: 991px) {
  .top-header .header-left-card ul li:first-child {
    display: none !important;
  }
  .top-header .top-right.agm-top-right-links {
    display: none !important;
  }
  .top-header .header-left .header-left-card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
    margin: 0;
    padding: 0.5rem 0;
  }
  .top-header .header-left .header-left-card ul li {
    margin: 0;
  }
}

/* Cartes articles (home) : image au-dessus + effet au survol */
.agm-blog-card .agm-blog-card-img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
  aspect-ratio: 1 / 1;
}
.agm-blog-card .agm-blog-card-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.agm-blog-card a:hover .agm-blog-card-img img {
  transform: scale(1.05);
  filter: brightness(1.08);
}
.agm-blog-card .content h3 a { color: inherit; }
.agm-blog-card .content h3 a:hover { color: #d85a1f !important; }

/* Page article : texte justifié */
.blog-article .article-content,
.blog-article .article-content p,
.blog-article .article-content .blockquote p,
.blog-article .article-content ul li {
  text-align: justify;
}
.blog-article .article-content h3 {
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Page article : pas de vert, blockquote orange clair */
.blog-article .article-content .blockquote {
  background-color: rgba(236, 108, 43, 0.12);
  border-left: 4px solid #ec6c2b;
}
.theme-dark .blog-article .article-content .blockquote {
  background-color: rgba(236, 108, 43, 0.15);
}
.side-bar-widget .widget-popular-post .item .thumb img {
  width: 100px;
  height: 80px;
  object-fit: cover;
  display: block;
}

/* Dropdown Informations : visible au clic (Bootstrap 5 .show) */
.main-nav nav .navbar-nav .nav-item .dropdown-menu.show {
  transform: scaleY(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a,
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #111111 !important;
  background: #ffffff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #111111 !important;
  background: #f5f5f5 !important;
}

/* Liens haut droite : Catalogue + Panier */
.agm-top-right-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.agm-top-right-links a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.agm-top-right-links a:hover {
  color: #ffffff;
  opacity: 0.9;
}
.agm-top-right-links a i {
  margin-right: 5px;
  font-size: 14px;
}

/* Sticky header */
.sticky-nav .main-nav {
  top: 0;
  background-color: #1d1d1d;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* Menu : hover blanc (pas d’orange) */
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .nav-link:hover,
.theme-dark .main-nav nav .navbar-nav .nav-item a:hover,
.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #ffffff !important;
  opacity: 0.9;
}
.main-nav.main-nav-bottom {
  background: rgba(18, 18, 18, 0.72);
  backdrop-filter: blur(2px);
}
.main-nav nav .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}
.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item:hover a i {
  color: #ffffff !important;
}

/* Liens en blanc (sauf boutons et nav) */
.theme-dark a:not(.default-btn):not(.get-btn):not(.play-btn):not(.nav-link):not(.navbar-brand) {
  color: rgb(255 255 255);
  text-decoration: none;
}
.theme-dark a:not(.default-btn):not(.get-btn):not(.play-btn):not(.nav-link):hover {
  color: rgb(255 255 255) !important;
}

/* Labels de section : style premium discret (distinct des CTA) */
.section-title span {
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 12px;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: 0.08em;
  border-radius: 999px;
  display: inline-block;
}
.section-title .sp-color1 {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  margin-bottom: 12px;
}
.section-title h2 {
  margin-top: 0;
}

/* Services : lien au hover en blanc */
.theme-dark .services-item h3 a,
.theme-dark .services-item h3 a:hover {
  color: rgb(255 255 255) !important;
  text-decoration: underline;
}

/* CTA : deux boutons côte à côte sur desktop */
.cta-buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cta-buttons-ou {
  margin: 0 0.5rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta-buttons-row {
    flex-direction: column;
  }
  .cta-buttons-ou { margin: 0.25rem 0; }
}

/* FAQ accordion : contours orange, bords arrondis */
.faq-accordion .accordion .accordion-title {
  padding: 15px 60px 12px 20px;
  color: #444444;
  text-decoration: none;
  position: relative;
  background-color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid rgb(236 108 43);
  border-radius: 10px;
}
.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  border-color: #ec6c2b;
}

/* Bouton play vidéo – orange comme le logo */
.banner-area .play-btn-area .play-btn-area-into .play-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 70px;
  height: 70px;
  background-color: #ef7130;
  opacity: 0.5;
  border-radius: 50px;
}
.banner-area .play-btn-area .play-btn-area-into .play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.banner-area .play-btn-area .play-btn-area-into .play-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Footer : fond #252525 */
.footer-top.pt-100.pb-70,
.footer-area .footer-top {
  background-color: #252525;
}

/* Blog / actualités : style du span (date, meta) dans les cartes */
.blog-item .content span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  display: block;
}

/* Fiche produit : fil d’Ariane sous le header (éviter chevauchement logo) */
/* Fil d'Ariane fiche produit : dans la section (sous le padding-top), plus de chevauchement */
.agm-breadcrumb {
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  padding-top: 2.25rem;
}
.agm-breadcrumb a {
  color: #ec6c2b;
  text-decoration: none;
}
.agm-breadcrumb a:hover {
  text-decoration: underline;
}
.theme-dark .agm-breadcrumb a {
  color: #ec6c2b;
}
.agm-breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.85);
}
.theme-dark .agm-breadcrumb span:last-child {
  color: rgba(255, 255, 255, 0.9);
}
.agm-breadcrumb-sep {
  margin: 0 0.4rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Fiche produit : espace haut et bas sur PC */
.section-product-single.tf-main-product.section-image-zoom {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-product-single.tf-main-product.section-image-zoom {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* Fiche produit : catégorie au-dessus du titre en orange */
.section-product-single .product-infor-cate,
.tf-product-info-list .product-infor-cate {
  color: #ec6c2b !important;
  padding-bottom: 15px;
}

/* Fiche produit : bloc prix avec overlay et "Prix selon options" en orange */
.tf-product-info-list .agm-price-block {
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: rgba(236, 108, 43, 0.08);
  border: 1px solid rgba(236, 108, 43, 0.25);
}
.theme-dark .tf-product-info-list .agm-price-block {
  background: rgba(236, 108, 43, 0.12);
  border-color: rgba(236, 108, 43, 0.35);
}
.tf-product-info-list .agm-price-block .price-on-sale {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
.tf-product-info-list .agm-price-option-label {
  margin: 0;
  font-size: 0.85rem;
  color: #ec6c2b !important;
  font-weight: 500;
}

/* Sélecteur de variantes produit avec recalcul du prix */
.agm-variant-selector {
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(236, 108, 43, 0.25);
  border-radius: 10px;
  background: rgba(236, 108, 43, 0.06);
}
.theme-dark .agm-variant-selector {
  border-color: rgba(236, 108, 43, 0.35);
  background: rgba(236, 108, 43, 0.1);
}
.agm-variant-title {
  margin: 0 0 0.7rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.agm-variant-group {
  margin-bottom: 0.65rem;
}
.agm-variant-group:last-of-type {
  margin-bottom: 0.4rem;
}
.agm-variant-group-label {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #d7d7d7;
}
.agm-variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.agm-variant-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(216, 90, 31, 0.55);
  border-radius: 0;
  background: rgba(216, 90, 31, 0.12);
  color: #7a3111;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.agm-variant-option:hover {
  color: #5f250d;
  border-color: #d85a1f;
  background: rgba(216, 90, 31, 0.2);
}
.agm-variant-option.is-active {
  color: #ffffff;
  border-color: #bf4e19;
  background: #d85a1f;
}
.agm-variant-option-link {
  border-color: rgba(191, 78, 25, 0.7);
  color: #8b3612;
}
.agm-variant-option-link:hover {
  border-color: #bf4e19;
  color: #6f2b0f;
  background: rgba(216, 90, 31, 0.24);
}
.agm-variant-option[disabled] {
  cursor: default;
  opacity: 0.45;
}
.agm-variant-summary {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: #d0d0d0;
}
@media (max-width: 767px) {
  .agm-variant-option {
    width: 100%;
    justify-content: flex-start;
  }
}
.tf-product-info-list .tf-btn.animate-btn i.bx,
.nav-btn .default-btn i.bx {
  margin-right: 0.4rem;
  font-size: 1.1em;
}

/* Classe texte secondaire (fiche produit, etc.) */
.cl-text-2 {
  color: #babdbf !important;
}

/* 4 configurations en 2x2 (pas 3+1) */
.tf-product-volume-discount .list-volume-discount-thumbnail {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px;
  overflow: visible;
  max-width: 100%;
}
@media (max-width: 576px) {
  .tf-product-volume-discount .list-volume-discount-thumbnail {
    grid-template-columns: 1fr !important;
  }
}

/* Bouton Ajouter au panier : orange + espace au-dessus */
.tf-product-volume-discount .tf-btn.animate-btn,
.section-product-single .tf-btn.animate-btn {
  margin-top: 30px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  background: linear-gradient(120deg, #ff8b49, #ec6c2b) !important;
  border-color: #ec6c2b !important;
  color: #ffffff !important;
}
.tf-product-volume-discount .tf-btn.animate-btn:hover,
.section-product-single .tf-btn.animate-btn:hover {
  opacity: 0.9;
  color: #ffffff !important;
}

/* Barre d’onglets En savoir +, Fiche, etc. : layout propre */
.agm-product-info-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.05rem;
  margin-bottom: 1.25rem;
  clear: both;
  justify-content: center;
  text-align: center;
}
.agm-product-info-tabs .agm-info-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(120deg, #ff8b49, #ec6c2b);
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s;
  flex: 0 1 auto;
  white-space: nowrap;
}
.agm-product-info-tabs .agm-info-tab:hover {
  opacity: 0.9;
  color: #ffffff;
}
.agm-product-info-tabs .agm-info-tab i { font-size: 1rem; }

/* Livraison / SAV : bloc dédié au-dessus du tableau, bien séparé */
.agm-delivery-block.tf-product-delivery-return {
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0.75rem 0;
}

/* Bloc caractéristiques (8 specs) : grille lisible, pas de trait au-dessus */
.agm-product-specs {
  width: 100%;
  clear: both;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-top: 0;
  overflow: visible;
}
.agm-product-specs .agm-specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 1.5rem;
  overflow: visible;
}
@media (max-width: 991px) {
  .agm-product-specs .agm-specs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .agm-product-specs .agm-specs-grid { grid-template-columns: 1fr; }
}
.agm-spec-item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.75rem 0.5rem;
  min-height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
}
.theme-dark .agm-spec-item {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}
.agm-spec-title {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #888;
  line-height: 1.2;
}
.agm-spec-value {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
  word-break: break-word;
}
.theme-dark .agm-spec-value { color: #e0e0e0; }
.theme-dark .agm-spec-title { color: #b0b0b0; }

/* Livraison / SAV et bandeau paiement : sous la grille, sans recouvrir */
.tf-product-info-list .tf-product-trust-seal {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
}
.theme-dark .tf-product-info-list .tf-product-trust-seal {
  background: #28c97e;
}
.tf-product-info-list .tf-product-trust-seal .text-seal {
  margin: 0;
  color: #ffffff;
  font-size: 0.9rem;
}
.tf-product-info-list .tf-product-trust-seal .agm-trust-seal-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.tf-product-info-list .tf-product-trust-seal .agm-trust-seal-link:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

/* Onglets Description / Caractéristiques techniques : bordure active orange */
.tab-btn-wrap-v1 .tf-btn-tab.active {
  border-color: #ec6c2b !important;
  color: #ec6c2b !important;
}

/* Bouton fixe côté droit : Catalogue Camera Inspection (masqué sur mobile) */
.agm-side-catalogue-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ec6c2b;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 18px;
  border-radius: 12px 0 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  z-index: 995;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.agm-side-catalogue-btn:hover {
  background: #d85a1f;
  color: #ffffff;
  padding-right: 22px;
}
@media (max-width: 991px) {
  .agm-side-catalogue-btn {
    display: none;
  }
}

/* Partenaires / références : bandeau logos en bas de home */
.agm-partners-area {
  background-color: #111111;
  padding-top: 70px;
}
.agm-partners-strip {
  overflow: hidden;
  padding: 1.5rem 0 1rem;
}
.agm-partners-track {
  display: flex;
  align-items: center;
  padding-top: 25px;
  gap: 1rem 1.5rem;
  animation: agm-partners-scroll 35s linear infinite;
}
.agm-partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.25s ease;
  flex: 0 0 20%;
}
.agm-partner-logo img {
  max-height: 120px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.9;
}
.agm-partner-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  background: rgba(236, 108, 43, 0.15);
}
.agm-partner-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 575px) {
  .agm-partner-logo img {
    max-height: 120px;
  }
}
@keyframes agm-partners-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Badge paiement sécurisé sous le bouton de la fiche produit */
.agm-payment-badge-wrap {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.agm-payment-badge {
  max-width: 90%;
  padding-top: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.25));
  transition: filter 0.25s ease, transform 0.25s ease;
}
.agm-payment-badge-wrap:hover .agm-payment-badge {
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.4));
  transform: translateY(-1px);
}

/* ---------- Comparatif gamme Tubicam® (fiche produit) ---------- */
.agm-comparison-section {
  padding: 3rem 0 4rem;
}
.agm-comparison-container {
  margin: 0;
  overflow-x: auto;
}
.agm-comparison-title {
  color: #ec6c2b;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.theme-dark .agm-comparison-title {
  color: #ec6c2b;
}
.agm-comparison-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.agm-comparison-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 0.9rem;
}
.theme-dark .agm-comparison-table {
  background: #252525;
}
.agm-comparison-table th,
.agm-comparison-table td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}
.theme-dark .agm-comparison-table th,
.theme-dark .agm-comparison-table td {
  border-color: rgba(255, 255, 255, 0.12);
  color: #e0e0e0;
}
.agm-comparison-images-row td {
  padding: 15px 10px;
  vertical-align: bottom;
  background: #fafafa;
}
.theme-dark .agm-comparison-images-row td {
  background: #2a2a2a;
}
.agm-comparison-images-row a {
  display: block;
  text-decoration: none;
}
.agm-comparison-images-row img {
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}
.agm-comparison-images-row a:hover img {
  opacity: 0.85;
}
.agm-comparison-head-row {
  background: #ec6c2b;
  color: #ffffff;
}
.agm-comparison-head-row th {
  padding: 14px 10px;
  font-weight: 600;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.2);
}
.agm-comparison-head-row th:first-child {
  text-align: left;
}
.agm-comparison-head-row a {
  color: #ffffff;
  text-decoration: none;
}
.agm-comparison-head-row a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.agm-canalisation-comparison tr > *:nth-child(3) {
  background: rgba(236, 108, 43, 0.16) !important;
}

.agm-canalisation-comparison .agm-comparison-images-row td:nth-child(3) img {
  box-shadow: 0 0 0 2px rgba(236, 108, 43, 0.3);
}

.agm-comp-label {
  text-align: left !important;
  font-weight: 600;
  color: #333;
}
.theme-dark .agm-comp-label {
  color: #e8e8e8;
}
.agm-comparison-table tbody tr.agm-comp-alt td {
  background: rgba(0, 0, 0, 0.04);
}
.theme-dark .agm-comparison-table tbody tr.agm-comp-alt td {
  background: rgba(255, 255, 255, 0.04);
}
.agm-comp-muted {
  color: #999 !important;
}
.theme-dark .agm-comp-muted {
  color: #666 !important;
}
.agm-comp-highlight {
  color: #ec6c2b !important;
  font-weight: 600;
}
.agm-comparison-cta {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(236, 108, 43, 0.12);
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(236, 108, 43, 0.3);
}
.theme-dark .agm-comparison-cta {
  background: rgba(236, 108, 43, 0.15);
  border-color: rgba(236, 108, 43, 0.4);
}
.agm-comparison-cta p {
  margin: 0;
  color: #333;
  font-size: 1rem;
}
.theme-dark .agm-comparison-cta p {
  color: #e8e8e8;
}
.agm-cta-highlight {
  color: #ec6c2b;
  font-weight: 700;
}
.agm-comparison-cta a {
  color: #ec6c2b;
  text-decoration: none;
  font-weight: 600;
}
.agm-comparison-cta a:hover {
  text-decoration: underline;
}
.theme-dark .agm-comparison-cta a {
  color: #ff8b49;
}

/* Bouton "Voir la page comparatif" : plus d’air sous le tableau */
.agm-comparison-btn-wrap {
  margin-top: 0 !important;
  padding-top: 28px;
}

/* Fiche produit : H1 unique (SEO), rendu proche de l’ancien titre */
.tf-product-info-heading h1.product-infor-name {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: inherit;
}
@media (min-width: 768px) {
  .tf-product-info-heading h1.product-infor-name {
    font-size: 1.5rem;
  }
}

/* Badge "Livraison en 24 h" à côté de la catégorie produit */
.agm-badge-24h {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  padding: 2px 7px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  background: #28c97e;
  color: #0b1a10;
  white-space: nowrap;
}

/* Étiquette cliquable fiche PDF (à côté du badge 24 h) */
.agm-badge-fiche-pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  margin-left: 0.45rem;
  padding: 2px 8px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  color: #ffffff !important;
  background: linear-gradient(120deg, #ff8b49 0%, #ec6c2b 100%);
  box-shadow: 0 0 0 0 rgba(236, 108, 43, 0.55);
  animation: agm-fiche-badge-pulse 1.8s ease-in-out infinite;
  transition: filter 0.2s ease;
}
.agm-badge-fiche-pdf:hover {
  filter: brightness(1.06);
  color: #ffffff !important;
}
.agm-badge-fiche-pdf i {
  font-size: 0.85rem;
}
@keyframes agm-fiche-badge-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(236, 108, 43, 0.5);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(236, 108, 43, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(122, 60, 255, 0);
  }
}

/* Bouton téléchargement fiche PDF — fiche produit Scopicam */
.agm-pdf-download-cta {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.agm-pdf-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.9rem 1.15rem;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.25;
  color: #fff !important;
  text-decoration: none !important;
  background: linear-gradient(125deg, #ff8b49 0%, #ec6c2b 55%, #d85a1f 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(236, 108, 43, 0.35);
  transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.agm-pdf-download-btn:hover {
  filter: brightness(1.06);
  box-shadow: 0 8px 26px rgba(236, 108, 43, 0.45);
  color: #fff !important;
}
.agm-pdf-download-btn i {
  font-size: 1.45rem;
  flex-shrink: 0;
}

/* Bannières pleine largeur entre blocs — fiche produit Scopicam */
.agm-produit-banner {
  --agm-banner-h: clamp(160px, 26vw, 300px);
  width: 100%;
  height: var(--agm-banner-h);
  min-height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
  margin: 0;
  overflow: hidden;
}
.agm-produit-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(26, 26, 26, 0.2) 45%,
    rgba(236, 108, 43, 0.22) 100%
  );
  z-index: 0;
  pointer-events: none;
}
.agm-produit-banner--scopicam {
  margin-top: -2px;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  background-image: url("/landing-hub/public/assets/images/scopicam-banniere.jpg");
  animation: agm-banner-ken 22s ease-in-out infinite alternate;
}
.agm-produit-banner--inspection::before {
  background: linear-gradient(
    -105deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(26, 26, 26, 0.35) 50%,
    rgba(236, 108, 43, 0.18) 100%
  );
}
.agm-produit-banner--inspection {
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 88%);
  background-image: url("/landing-hub/public/assets/images/inspectioncamera.jpg");
  animation: agm-banner-ken 26s ease-in-out infinite alternate-reverse;
}
@keyframes agm-banner-ken {
  0% {
    background-position: 50% 42%;
  }
  100% {
    background-position: 50% 58%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agm-produit-banner--scopicam,
  .agm-produit-banner--inspection {
    animation: none;
  }
}
@media (max-width: 767px) {
  .agm-produit-banner {
    --agm-banner-h: clamp(140px, 38vw, 220px);
  }
  .agm-produit-banner--scopicam {
    clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
  }
  .agm-produit-banner--inspection {
    clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 94%);
  }
}

/* Produits recommandés (3 blocs) en bas de fiche produit */
.agm-related-products {
  padding: 0.5rem 0 3.5rem;
}
.agm-related-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
}

/* Fiche produit endoscope (1 image unique) */
.agm-product-single-image {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #131313;
}
.agm-product-single-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.agm-secteur-card {
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.agm-secteur-card-img {
  background: #1a1a1a;
}
.agm-secteur-card-img img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.agm-secteur-card h3 {
  margin: 18px 22px 8px;
  font-size: 1.25rem;
}
.agm-secteur-card p {
  margin: 0 22px 22px;
}
html.theme-dark .agm-secteur-card {
  background: #fff !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}
html.theme-dark .agm-secteur-card-img {
  background: #f4f4f4 !important;
}
.agm-range-card-img-link {
  display: block;
  margin: -24px -24px 18px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  background: #131313;
}
.agm-range-card-img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.agm-range-card-img-link:hover .agm-range-card-img {
  transform: scale(1.04);
}
html.theme-dark .agm-range-card-img-link {
  background: #f4f4f4 !important;
}
.agm-product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.agm-product-gallery-thumb {
  display: block;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #131313;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.agm-product-gallery-thumb:hover,
.agm-product-gallery-thumb:focus-visible {
  border-color: var(--bg-primary, #d63438);
  transform: translateY(-2px);
  outline: none;
}
.agm-product-gallery-thumb.is-active {
  border-color: var(--bg-primary, #d63438);
  box-shadow: 0 0 0 2px rgba(214, 52, 56, 0.25);
}
.agm-product-gallery-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media (max-width: 575px) {
  .agm-product-gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
html.theme-dark .agm-product-gallery-thumb {
  background: #f4f4f4 !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
}
html.theme-dark .agm-product-gallery-thumb.is-active {
  border-color: var(--bg-primary, #d63438) !important;
}
.agm-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .agm-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .agm-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.agm-related-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.agm-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.7);
  border-color: rgba(236, 108, 43, 0.7);
}
.agm-related-image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111111;
}
.agm-related-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.agm-related-card:hover .agm-related-image-wrap img {
  transform: scale(1.05);
}
.agm-related-content {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.agm-related-name {
  font-size: 0.98rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.agm-related-subtitle {
  font-size: 0.82rem;
  color: #babdbf;
  margin: 0;
}
.agm-related-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ec6c2b;
  margin: 0.15rem 0 0.3rem;
}
.agm-related-text {
  font-size: 0.8rem;
  color: #d0d2d4;
  margin: 0;
}

/* ---------- Landing camera-endoscope.com (home Scopicam / endoscopes) ---------- */
.agm-edu-section .agm-edu-text,
.agm-accessoires-intro {
  text-align: justify;
  color: #babdbf;
  line-height: 1.65;
}
.agm-edu-list {
  color: #babdbf;
  padding-left: 1.25rem;
}
.agm-edu-list li {
  margin-bottom: 0.35rem;
}
.agm-reassurance-grid .agm-reassurance-card {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.25rem 1.1rem;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.agm-reassurance-grid .agm-reassurance-card:hover {
  border-color: rgba(236, 108, 43, 0.45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
}
.agm-reassurance-card i {
  font-size: 2rem;
  color: #ec6c2b;
  margin-bottom: 0.75rem;
  display: block;
}
.agm-reassurance-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}
.agm-reassurance-card p {
  font-size: 0.88rem;
  color: #babdbf;
  margin: 0;
  line-height: 1.55;
}
.agm-endoscope-range-title {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.35rem;
}
.agm-endoscope-range-sub {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}
.agm-endoscope-range-sub a {
  color: #ec6c2b;
  text-decoration: none;
}
.agm-endoscope-range-sub a:hover {
  text-decoration: underline;
}
.agm-endoscope-range-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .agm-endoscope-range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .agm-endoscope-range-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.agm-endoscope-range-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.agm-endoscope-range-card:hover {
  transform: translateY(-3px);
  border-color: rgba(236, 108, 43, 0.55);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
}
.agm-endoscope-range-card--featured {
  border-color: rgba(236, 108, 43, 0.45);
  box-shadow: 0 0 0 1px rgba(236, 108, 43, 0.2);
}
.agm-endoscope-range-img {
  aspect-ratio: 1;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agm-endoscope-range-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
}
/* Superposition : le parent flex de .agm-endoscope-range-img alignait les 2 img en ligne — on neutralise avec block + position */
.agm-endoscope-range-img.agm-endoscope-range-img--hover-swap {
  display: block;
  position: relative;
  overflow: hidden;
}
.agm-endoscope-range-img--hover-swap .agm-endoscope-range-img__base {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  box-sizing: border-box;
}
.agm-endoscope-range-img--hover-swap .agm-endoscope-range-img__hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5rem;
  box-sizing: border-box;
  display: block;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.agm-endoscope-range-card:hover .agm-endoscope-range-img--hover-swap .agm-endoscope-range-img__hover {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .agm-endoscope-range-img--hover-swap .agm-endoscope-range-img__hover {
    transition: none;
  }
}
.agm-endoscope-range-name {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0.85rem 0.85rem 0.25rem;
  line-height: 1.35;
}
.agm-endoscope-range-price {
  font-size: 0.82rem;
  color: #ec6c2b;
  font-weight: 600;
  margin: 0;
  padding: 0 0.85rem 1rem;
}
.agm-endoscope-range-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: #ec6c2b;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
}
.agm-accessoires-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 1199px) {
  .agm-accessoires-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .agm-accessoires-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 479px) {
  .agm-accessoires-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.agm-accessoires-card {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.agm-accessoires-card:hover {
  border-color: rgba(236, 108, 43, 0.5);
  transform: translateY(-2px);
}
.agm-accessoires-img-wrap {
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agm-accessoires-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
}
.agm-accessoires-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0.65rem 0.65rem 0.25rem;
  line-height: 1.35;
}
.agm-accessoires-price {
  font-size: 0.78rem;
  color: #ec6c2b;
  font-weight: 600;
  margin: 0;
  padding: 0 0.65rem 0.85rem;
}
.agm-video-cards {
  max-width: 960px;
  margin: 0 auto;
}
.agm-video-cards > [class*="col-"] {
  display: flex;
}
.agm-video-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  width: 100%;
  padding: 1.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(145deg, rgba(236, 108, 43, 0.15), rgba(0, 0, 0, 0.4));
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.agm-video-card-thumb {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.agm-video-card-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.agm-video-card-thumb--channel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.04);
}
.agm-video-card-thumb--channel img {
  width: 120px;
}
.agm-video-card:hover {
  transform: translateY(-2px);
  border-color: rgba(236, 108, 43, 0.55);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.agm-video-card-play {
  font-size: 2.5rem;
  color: #ec6c2b;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.agm-video-card-title {
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}

.agm-product-long-description {
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.agm-description-image-wrap {
  border-radius: 10px;
  overflow: hidden;
  align-self: flex-start;
}
.agm-description-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.agm-description-split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 1.25rem;
  align-items: start;
}
@media (max-width: 991px) {
  .agm-description-split {
    grid-template-columns: 1fr;
  }
}

.agm-usage-video-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 1.25rem;
  padding: 0.35rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.35);
}

.agm-usage-video-wrap iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .agm-usage-video-wrap iframe {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .agm-usage-video-wrap iframe {
    min-height: 220px;
  }
}

/* Footer : pseudo-titres non sémantiques */
.footer-widget .footer-widget-title {
  margin: 0 0 22px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
/* Tableau 2 colonnes fiche Scopicam */
.agm-scopicam-spec-table .agm-comparison-table.agm-simple-spec-table {
  min-width: 0;
  width: 100%;
}
.agm-simple-spec-table td.agm-comp-label {
  width: 38%;
}
.agm-simple-spec-table td:last-child {
  text-align: left !important;
}

/* ---------- Pages comparatif / videos endoscopes ---------- */
.agm-endoscope-page-hero {
  padding: 7.5rem 0 2.25rem;
  background: linear-gradient(180deg, rgba(236, 108, 43, 0.2), rgba(0, 0, 0, 0));
}
.agm-endoscope-page-hero h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
}
.agm-endoscope-page-hero p {
  color: #babdbf;
  margin: 0;
  max-width: 56rem;
}
.agm-endoscope-page-section {
  padding: 0.25rem 0 2.5rem;
}
.agm-endoscope-section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}
.agm-endoscope-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 991px) {
  .agm-endoscope-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .agm-endoscope-compare-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.agm-endoscope-compare-card {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem 1rem 0.85rem;
}
.agm-endoscope-compare-card h2 {
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0.5rem;
}
.agm-endoscope-compare-card ul {
  margin: 0;
  padding-left: 1rem;
}
.agm-endoscope-compare-card li {
  color: #babdbf;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}
.agm-endoscope-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.agm-endoscope-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}
.agm-endoscope-table th,
.agm-endoscope-table td {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px;
  font-size: 0.84rem;
}
.agm-endoscope-table thead th {
  background: #ec6c2b;
  color: #fff;
  text-align: left;
}
.agm-endoscope-table tbody td {
  color: #e4e4e4;
}
.agm-videos-model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 767px) {
  .agm-videos-model-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.agm-videos-model-card {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem;
}
.agm-videos-model-card h2 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0.25rem;
}
.agm-videos-model-sub {
  color: #ec6c2b;
  font-size: 0.86rem;
  margin-bottom: 0.55rem;
}
.agm-videos-model-specs {
  margin: 0 0 0.75rem;
  padding-left: 1rem;
}
.agm-videos-model-specs li {
  color: #babdbf;
  font-size: 0.84rem;
  margin-bottom: 0.25rem;
}
.agm-videos-model-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.agm-videos-model-links .default-btn {
  padding: 9px 14px;
  font-size: 0.78rem;
}

/* Bloc variations de prix Scopicam */
.agm-scopicam-variants {
  margin: 0.9rem 0 1rem;
}
.agm-scopicam-variants h6 {
  color: #fff;
  font-weight: 600;
}
.agm-scopicam-variants-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}
.agm-scopicam-variants-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}
.agm-scopicam-variants-table th,
.agm-scopicam-variants-table td {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 10px;
  font-size: 0.8rem;
}
.agm-scopicam-variants-table th {
  background: rgba(236, 108, 43, 0.2);
  color: #fff;
  text-align: left;
}
.agm-scopicam-variants-table td {
  color: #dcdcdc;
}

/* =========================================================
   Inversion globale des couleurs (hors orange AGM-TEC)
   Objectif: basculer le site du theme sombre vers clair.
   ========================================================= */
html.theme-dark,
html.theme-dark body {
  background: #ffffff !important;
  color: #111111 !important;
}

html.theme-dark p,
html.theme-dark li,
html.theme-dark span,
html.theme-dark small,
html.theme-dark label,
html.theme-dark .cl-text,
html.theme-dark .cl-text-2,
html.theme-dark .text-muted {
  color: #222222 !important;
}

html.theme-dark h1,
html.theme-dark h2,
html.theme-dark h3,
html.theme-dark h4,
html.theme-dark h5,
html.theme-dark h6,
html.theme-dark .section-title h2,
html.theme-dark .footer-widget .footer-widget-title {
  color: #111111 !important;
}

html.theme-dark .top-header-bg,
html.theme-dark .main-nav.main-nav-bottom,
html.theme-dark .sticky-nav .main-nav,
html.theme-dark .footer-top.pt-100.pb-70,
html.theme-dark .footer-area .footer-top,
html.theme-dark .agm-partners-area,
html.theme-dark .agm-preloader,
html.theme-dark #preloader.agm-preloader,
html.theme-dark .cookie-banner,
html.theme-dark .fake-order-toast {
  background: #ffffff !important;
  color: #111111 !important;
  border-color: rgba(0, 0, 0, 0.14) !important;
}

html.theme-dark .agm-preloader .agm-preloader-logo {
  filter: none !important;
}

html.theme-dark .main-nav nav .navbar-nav .nav-item .nav-link,
html.theme-dark .main-nav nav .navbar-nav .nav-item a,
html.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a,
html.theme-dark .agm-top-right-links a,
html.theme-dark .footer-list a,
html.theme-dark .footer-list-two a,
html.theme-dark a:not(.default-btn):not(.get-btn):not(.play-btn):not(.tf-btn):not(.btn-bg1):not(.agm-side-catalogue-btn):not(.agm-badge-fiche-pdf):not(.agm-pdf-download-btn):not(.agm-hero-btn):not(.agm-hero-btn-primary):not(.agm-range-card-cta):not(.agm-range-btn-solid):not(.agm-about-btn-solid):not(.agm-about-btn-ghost):not(.agm-orange-btn):not(.agm-anchor-pill):not(.agm-product-trust-card-anchor):not(.agm-cta-xl):not(.agm-cta-xl-primary):not(.agm-cta-xl-ghost) {
  color: #111111 !important;
  text-shadow: none !important;
}

html.theme-dark .main-nav nav .navbar-nav .nav-item a:hover,
html.theme-dark .main-nav nav .navbar-nav .nav-item .nav-link:hover,
html.theme-dark .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
html.theme-dark .agm-top-right-links a:hover {
  color: #111111 !important;
  opacity: 0.75;
}

html.theme-dark .services-item:not(.agm-service-card),
html.theme-dark .agm-related-card,
html.theme-dark .agm-reassurance-grid .agm-reassurance-card,
html.theme-dark .agm-endoscope-range-card,
html.theme-dark .agm-accessoires-card,
html.theme-dark .agm-video-card,
html.theme-dark .agm-product-long-description,
html.theme-dark .agm-usage-video-wrap,
html.theme-dark .agm-endoscope-compare-card,
html.theme-dark .agm-videos-model-card,
html.theme-dark .agm-comparison-table,
html.theme-dark .agm-comparison-images-row td,
html.theme-dark .agm-spec-item {
  background: #ffffff !important;
  color: #111111 !important;
  border-color: rgba(0, 0, 0, 0.14) !important;
  box-shadow: none !important;
}

html.theme-dark .agm-endoscope-page-hero {
  background: linear-gradient(180deg, rgba(236, 108, 43, 0.16), rgba(255, 255, 255, 0.92)) !important;
}

html.theme-dark .agm-comp-label,
html.theme-dark .agm-comp-muted,
html.theme-dark .agm-spec-title,
html.theme-dark .agm-spec-value,
html.theme-dark .agm-related-subtitle,
html.theme-dark .agm-related-text,
html.theme-dark .agm-edu-section .agm-edu-text,
html.theme-dark .agm-accessoires-intro,
html.theme-dark .agm-edu-list,
html.theme-dark .agm-endoscope-page-hero p,
html.theme-dark .agm-endoscope-compare-card li,
html.theme-dark .agm-videos-model-specs li,
html.theme-dark .agm-scopicam-variants-table td {
  color: #222222 !important;
}

html.theme-dark .agm-comparison-table th,
html.theme-dark .agm-comparison-table td,
html.theme-dark .agm-endoscope-table th,
html.theme-dark .agm-endoscope-table td,
html.theme-dark .agm-scopicam-variants-table th,
html.theme-dark .agm-scopicam-variants-table td {
  border-color: rgba(0, 0, 0, 0.14) !important;
}

/* Tableaux comparatifs: textes en noir pour la lisibilite */
.agm-comparison-table td,
.agm-comparison-table .agm-comp-label,
.agm-comparison-table .agm-comp-muted,
.agm-comparison-table a,
.agm-endoscope-table td,
.agm-scopicam-variants-table td,
html.theme-dark .agm-comparison-table td,
html.theme-dark .agm-comparison-table .agm-comp-label,
html.theme-dark .agm-comparison-table .agm-comp-muted,
html.theme-dark .agm-comparison-table a,
html.theme-dark .agm-endoscope-table td,
html.theme-dark .agm-scopicam-variants-table td {
  color: #111111 !important;
}

/* Onglet Caracteristiques (page produit): titres de colonnes en orange */
#caracteristiques .agm-comparison-table thead th,
html.theme-dark #caracteristiques .agm-comparison-table thead th {
  color: #d85a1f !important;
}

html.theme-dark .agm-product-single-image,
html.theme-dark .agm-endoscope-range-img,
html.theme-dark .agm-related-image-wrap {
  background: #f4f4f4 !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
}

/* Hero section: remplacer le separateur arrondi par un biais */
.banner-area .banner-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(60px, 9vw, 120px);
  z-index: 2;
  pointer-events: none;
}
.banner-area .banner-bottom .banner-bottom1,
.banner-area .banner-bottom .banner-bottom2 {
  display: none !important;
}
.banner-area .banner-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  clip-path: polygon(0 38%, 100% 0, 100% 100%, 0 100%);
}

/* Hero canalisation: bloc texte orange a gauche, image a droite */
.agm-banner-split .container {
  position: relative;
  z-index: 3;
}
.agm-banner-split .agm-banner-split-wrap {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  align-items: stretch;
  gap: 1.25rem;
  padding-top: clamp(110px, 10vw, 165px);
  padding-bottom: clamp(130px, 12vw, 200px);
}
.agm-banner-split .agm-banner-split-text {
  display: flex;
  align-items: center;
}
.agm-banner-split .agm-banner-split-text .banner-content {
  width: 100%;
  text-align: left;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border-radius: 14px;
  background: rgba(236, 108, 43, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}
.agm-banner-split .banner-content span,
.agm-banner-split .banner-content h1,
.agm-banner-split .banner-content p {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}
.agm-banner-split .banner-content h1 {
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  margin-bottom: 0.5rem;
}
.agm-banner-split .banner-content p {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  margin-bottom: 1rem;
}
.agm-banner-split .banner-content .get-btn {
  background: #d85a1f !important;
  color: #ffffff !important;
  border-color: #d85a1f !important;
}
.agm-banner-split .banner-content .get-btn:hover {
  background: #bf4e19 !important;
  border-color: #bf4e19 !important;
}
.agm-banner-split .agm-banner-split-media {
  display: flex;
  align-items: center;
  position: relative;
}
.agm-banner-split .agm-banner-split-media picture,
.agm-banner-split .agm-banner-split-media img {
  width: 100%;
  display: block;
}
.agm-banner-split .agm-banner-split-media img {
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.agm-banner-split .agm-hero-video-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(236, 108, 43, 0.94);
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.92);
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, background 0.2s ease;
}
.agm-banner-split .agm-hero-video-cta i {
  font-size: 2rem;
  margin-left: 2px;
}
.agm-banner-split .agm-hero-video-cta:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: #d85a1f;
  color: #ffffff !important;
}
.agm-banner-split {
  background-image: url("/landing-hub/public/assets/images/2026/camera-canalisation-agm-tec.webp") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #f6f6f6;
}
.agm-banner-split .agm-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}
.agm-banner-split .agm-hero-cta-row .get-btn,
.agm-banner-split .agm-hero-cta-row .default-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.agm-banner-split .agm-hero-cta-row .default-btn.btn-bg1 {
  background: #ffffff !important;
  color: #ec6c2b !important;
  border: 1px solid #ffffff !important;
}
.agm-banner-split .agm-hero-cta-row .default-btn.btn-bg1:hover {
  background: #fff4ec !important;
  color: #d85a1f !important;
  border-color: #fff4ec !important;
}
@media (min-width: 992px) {
  .agm-banner-split .agm-hero-cta-row {
    flex-wrap: nowrap;
  }
}

/* Labels de section: orange fonce avec effet glassmorphism */
.section-title span,
.section-title .sp-color1,
.agm-featured-product-content .sp-color1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  background: rgba(191, 78, 25, 0.78) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  backdrop-filter: blur(8px) saturate(125%);
  -webkit-backdrop-filter: blur(8px) saturate(125%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 8px 20px rgba(120, 46, 11, 0.25);
  letter-spacing: 0.08em;
}
html.theme-dark .section-title span,
html.theme-dark .section-title .sp-color1 {
  background: rgba(191, 78, 25, 0.78) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  backdrop-filter: blur(8px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(125%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 8px 20px rgba(120, 46, 11, 0.25) !important;
}

/* Section Applications metier: 4 blocs fixes (2x2), palette orange/blanc/noir */
.agm-services-grid .agm-service-card {
  height: 100%;
  padding: 1.6rem 1.35rem 1.35rem;
  background: #ffffff !important;
  border: none !important;
  border-radius: 12px;
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.16),
    0 3px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.agm-services-grid .agm-service-card i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 0.85rem;
  border-radius: 12px;
  background: rgba(236, 108, 43, 0.14) !important;
  color: #ec6c2b !important;
  font-size: 2rem;
}
.agm-services-grid .agm-service-card h3,
.agm-services-grid .agm-service-card h3 a {
  color: #111111 !important;
}
.agm-services-grid .agm-service-card p {
  color: #222222 !important;
}
.what-did-right-img {
  border-radius: 12px;
  overflow: hidden;
}
.what-did-right-img img {
  border-radius: 12px;
}

/* Fiche produit: supprimer l'espace blanc sous l'image principale */
.section-product-single.tf-main-product.section-image-zoom .product-thumbs-slider .tf-product-media-main,
.section-product-single.tf-main-product.section-image-zoom .product-thumbs-slider .tf-product-media-main .swiper-wrapper,
.section-product-single.tf-main-product.section-image-zoom .product-thumbs-slider .tf-product-media-main .swiper-slide,
.section-product-single.tf-main-product.section-image-zoom .product-thumbs-slider .tf-product-media-main .item {
  height: auto !important;
  min-height: 0 !important;
}
.section-product-single.tf-main-product.section-image-zoom .product-thumbs-slider .tf-product-media-main .item img {
  height: auto !important;
  width: 100%;
  object-fit: contain;
  display: block;
}
.services-area .container {
  max-width: 980px;
  padding-left: clamp(18px, 3.2vw, 44px);
  padding-right: clamp(18px, 3.2vw, 44px);
}
.agm-services-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem !important;
}
.agm-services-grid > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: initial !important;
  padding: 0 !important;
}
@media (max-width: 640px) {
  .agm-services-grid {
    grid-template-columns: 1fr;
  }
}

/* Section videos: fond orange + separateur decoratif + CTA blanc */
.agm-videos-endoscope {
  position: relative;
  background: linear-gradient(160deg, #ec6c2b 0%, #d85a1f 100%);
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
}
.agm-videos-endoscope::before,
.agm-videos-endoscope::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 72px;
  background: #ffffff;
  z-index: 0;
}
.agm-videos-endoscope::before {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 100%);
  transform: translateY(-1px);
}
.agm-videos-endoscope::after {
  bottom: 0;
  clip-path: polygon(0 65%, 100% 0, 100% 100%, 0 100%);
  transform: translateY(1px);
}
.agm-videos-endoscope .container {
  position: relative;
  z-index: 1;
}
.agm-videos-endoscope .section-title h2,
.agm-videos-endoscope .section-title p,
.agm-videos-endoscope .section-title a {
  color: #ffffff !important;
}
.agm-videos-endoscope .section-title h2 {
  color: #ffffff !important;
}
html.theme-dark .agm-videos-endoscope .section-title h2,
.agm-videos-endoscope .section-title.text-center h2 {
  color: #ffffff !important;
}
.agm-videos-endoscope .agm-video-card {
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}
.agm-videos-endoscope .agm-video-card-title {
  color: #111111 !important;
}
.agm-videos-endoscope .agm-video-card-play {
  color: #d85a1f !important;
}
.agm-videos-endoscope .default-btn.btn-bg1 {
  background: #ffffff !important;
  color: #d85a1f !important;
  border: 1px solid #ffffff !important;
}
.agm-videos-endoscope .default-btn.btn-bg1:hover {
  background: #fff4ec !important;
  color: #bf4e19 !important;
  border-color: #fff4ec !important;
}

/* Section reassurance: fond orange + titre blanc */
.agm-reassurance-section {
  background: linear-gradient(160deg, #ec6c2b 0%, #d85a1f 100%);
}
.agm-reassurance-section .section-title {
  padding-top: clamp(1.2rem, 3vw, 2.2rem);
}
.agm-reassurance-section .section-title h2,
html.theme-dark .agm-reassurance-section .section-title h2 {
  color: #ffffff !important;
}

/* Page A propos: texte hero en blanc */
.inner-banner.inner-bg6 .inner-title h1,
.inner-banner.inner-bg6 .inner-title ul li,
.inner-banner.inner-bg6 .inner-title ul li a,
.inner-banner.inner-bg6 .inner-title p {
  color: #ffffff !important;
}
.inner-banner.inner-bg6 .inner-title * {
  color: #ffffff !important;
}
.inner-banner.inner-bg6 .inner-title ul li::before {
  color: #ffffff !important;
}
html.theme-dark .inner-banner.inner-bg6 .inner-title h1,
html.theme-dark .inner-banner.inner-bg6 .inner-title h2,
html.theme-dark .inner-banner.inner-bg6 .inner-title h3,
html.theme-dark .inner-banner.inner-bg6 .inner-title p,
html.theme-dark .inner-banner.inner-bg6 .inner-title span,
html.theme-dark .inner-banner.inner-bg6 .inner-title ul li,
html.theme-dark .inner-banner.inner-bg6 .inner-title ul li a,
html.theme-dark .inner-banner.inner-bg6 .inner-title ul li::before,
.inner-banner.inner-bg6 .inner-title h1,
.inner-banner.inner-bg6 .inner-title h2,
.inner-banner.inner-bg6 .inner-title h3,
.inner-banner.inner-bg6 .inner-title p,
.inner-banner.inner-bg6 .inner-title span,
.inner-banner.inner-bg6 .inner-title ul li,
.inner-banner.inner-bg6 .inner-title ul li a,
.inner-banner.inner-bg6 .inner-title ul li::before {
  color: #ffffff !important;
}

/* Blog + pages internes: garantir hero lisible en blanc */
.inner-banner .inner-title h1,
.inner-banner .inner-title h2,
.inner-banner .inner-title h3,
.inner-banner .inner-title p,
.inner-banner .inner-title span,
.inner-banner .inner-title ul li,
.inner-banner .inner-title ul li a,
.inner-banner .inner-title ul li::before {
  color: #ffffff !important;
}

/* Hero article individuel: verrouiller le blanc */
.agm-article-hero .inner-title h1,
.agm-article-hero .inner-title h2,
.agm-article-hero .inner-title h3,
.agm-article-hero .inner-title p,
.agm-article-hero .inner-title span,
.agm-article-hero .inner-title ul li,
.agm-article-hero .inner-title ul li a,
.agm-article-hero .inner-title ul li::before {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Override final: breadcrumb hero (inclut "Accueil") toujours en blanc */
html.theme-dark .inner-banner .inner-title ul li,
html.theme-dark .inner-banner .inner-title ul li a,
html.theme-dark .inner-banner .inner-title ul li a:hover,
html.theme-dark .inner-banner .inner-title ul li::before,
html.theme-dark .inner-banner .inner-title ul li:first-child a,
html.theme-dark .inner-banner .inner-title ul li:first-child {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}

/* Reassurance sections: espace haut + titre blanc (override final) */
.agm-reassurance-section .section-title {
  padding-top: clamp(1.8rem, 4.2vw, 3rem) !important;
}
.agm-reassurance-section .section-title h2,
html.theme-dark .agm-reassurance-section .section-title h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Espace entre section produit phare et section blog */
.blog-widget-area#actualites {
  margin-top: 1.75rem;
}

/* Produit phare: layout image gauche + contenu a droite */
.agm-featured-product-section {
  padding-top: clamp(2.2rem, 5vw, 4rem);
  padding-bottom: clamp(2.4rem, 5vw, 4.2rem);
}
.agm-featured-product-grid {
  max-width: 1080px;
  margin: 0 auto;
}
.agm-featured-product-image-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}
.agm-featured-product-image-wrap img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.agm-featured-product-content {
  text-align: left;
}
.agm-featured-product-content .sp-color1 {
  margin-bottom: 0.8rem;
}
.agm-featured-product-content h2 {
  margin-bottom: 0.85rem;
}
.agm-featured-product-content h2:hover,
.agm-featured-product-content h2:hover a,
.agm-featured-product-content h2 a:hover {
  color: #d85a1f !important;
}
.agm-featured-product-content p {
  margin-bottom: 1.15rem;
}
.agm-featured-product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.agm-featured-product-cta-row .default-btn i {
  margin-right: 0.4rem;
  font-size: 1.05em;
}
@media (max-width: 991px) {
  .agm-featured-product-content {
    text-align: center;
  }
  .agm-featured-product-content .sp-color1 {
    margin-left: auto;
    margin-right: auto;
  }
  .agm-featured-product-cta-row {
    justify-content: center;
  }
}

/* FAQ: fond blanc + effet ombre pour detacher du fond de section */
.faq-accordion .accordion .accordion-item {
  background: #ffffff !important;
  border: none !important;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-accordion .accordion .accordion-title,
.theme-dark .faq-accordion .accordion .accordion-title {
  background: #ffffff !important;
  color: #111111 !important;
  border: none !important;
}
.faq-accordion .accordion .accordion-title.active,
.theme-dark .faq-accordion .accordion .accordion-title.active {
  background: #ec6c2b !important;
  color: #ffffff !important;
}
.faq-accordion .accordion .accordion-content,
.theme-dark .faq-accordion .accordion .accordion-content {
  background: #ffffff !important;
  color: #222222 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* FAQ: image de fond + overlay pour adoucir le contraste */
.faq-area {
  position: relative;
  background-image: url("/landing-hub/public/assets/images/2026/camera-inspection-canalisation-plombier-maison-tubicam-r23-hd.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.faq-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  z-index: 0;
}
.faq-area > .container {
  position: relative;
  z-index: 1;
}
.faq-area .section-title {
  padding-top: clamp(1.4rem, 3.8vw, 2.6rem);
}
.agm-banner-split .play-btn-area {
  display: none;
}
@media (max-width: 991px) {
  .agm-banner-split .agm-banner-split-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .agm-banner-split .agm-banner-split-media img {
    max-height: 360px;
  }
  .agm-banner-split .agm-hero-video-cta {
    width: 64px;
    height: 64px;
  }
  .agm-banner-split .agm-hero-cta-row {
    flex-direction: row;
    align-items: center;
  }
}

/* Top bar - override final: fond orange, texte/icones blancs, hover noir */
html.theme-dark .top-header,
html.theme-dark .top-header-bg,
.top-header,
.top-header-bg {
  background: #ec6c2b !important;
}
html.theme-dark .top-header .header-left-card ul li,
html.theme-dark .top-header .header-left-card ul li span,
html.theme-dark .top-header .header-left-card ul li a,
html.theme-dark .top-header .header-left-card ul li .head-icon i,
html.theme-dark .top-header .top-right a,
html.theme-dark .top-header .top-right a i,
html.theme-dark .top-header .agm-top-right-links a,
html.theme-dark .top-header .agm-top-right-links a i,
.top-header .header-left-card ul li,
.top-header .header-left-card ul li span,
.top-header .header-left-card ul li a,
.top-header .header-left-card ul li .head-icon i,
.top-header .top-right a,
.top-header .top-right a i,
.top-header .agm-top-right-links a,
.top-header .agm-top-right-links a i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
html.theme-dark .top-header .header-left-card ul li a:hover,
html.theme-dark .top-header .header-left-card ul li:hover span,
html.theme-dark .top-header .header-left-card ul li:hover .head-icon i,
html.theme-dark .top-header .top-right a:hover,
html.theme-dark .top-header .top-right a:hover i,
html.theme-dark .top-header .agm-top-right-links a:hover,
html.theme-dark .top-header .agm-top-right-links a:hover i,
.top-header .header-left-card ul li a:hover,
.top-header .header-left-card ul li:hover span,
.top-header .header-left-card ul li:hover .head-icon i,
.top-header .top-right a:hover,
.top-header .top-right a:hover i,
.top-header .agm-top-right-links a:hover,
.top-header .agm-top-right-links a:hover i {
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
}
html.theme-dark .top-header .header-left .header-left-card ul li::before,
html.theme-dark .top-header .top-right .top-right-login::before,
.top-header .header-left .header-left-card ul li::before,
.top-header .top-right .top-right-login::before {
  background: rgba(255, 255, 255, 0.45) !important;
}
html.theme-dark .top-header .header-left-card ul li .head-icon i,
.top-header .header-left-card ul li .head-icon i {
  margin-right: 6px;
}
html.theme-dark .top-header .header-left .header-left-card ul li,
.top-header .header-left .header-left-card ul li {
  padding-left: 20px !important;
}
html.theme-dark .top-header .header-left .header-left-card ul li > span,
html.theme-dark .top-header .header-left .header-left-card ul li > a,
.top-header .header-left .header-left-card ul li > span,
.top-header .header-left .header-left-card ul li > a {
  margin-left: 6px !important;
}

/* =========================================================================
   Hero camera-verticale.com (refonte 2026) — split layout + carrousel produits
   ========================================================================= */
.agm-hero-verticale {
  position: relative;
  padding: 90px 0 70px;
  background: #f5f7fa !important;
  background-image: none !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}
html.theme-dark .agm-hero-verticale { background: #f5f7fa !important; background-image: none !important; }
.agm-hero-verticale::before,
.agm-hero-verticale::after { display: none !important; content: none !important; background: none !important; }
.agm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .agm-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .agm-hero-verticale { padding: 60px 0 80px; }
}

/* Conteneur blanc du contenu texte */
.agm-hero-text {
  background: #fff;
  border-radius: 24px;
  padding: 40px 40px 36px;
  box-shadow: 0 30px 60px -25px rgba(20, 20, 60, 0.18), 0 12px 30px -18px rgba(20, 20, 60, 0.12);
  border: 1px solid rgba(20, 20, 60, 0.06);
}
@media (max-width: 575.98px) {
  .agm-hero-text { padding: 28px 24px 26px; border-radius: 20px; }
}

/* Left column */
.agm-hero-eyebrow {
  display: inline-block;
  background: #fff3da;
  color: #b56a00;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.agm-hero-title {
  font-size: clamp(2.1rem, 1.4rem + 2.2vw, 3.6rem);
  line-height: 1.08;
  font-weight: 800;
  color: #111;
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}
.agm-hero-title-accent { color: #f15a24; }
.agm-hero-subtitle {
  color: #4a4a4a;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 540px;
}
.agm-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
.agm-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: 1px solid transparent;
}
.agm-hero-btn i { font-size: 1.2em; line-height: 1; }
a.agm-hero-btn.agm-hero-btn-primary,
html a.agm-hero-btn.agm-hero-btn-primary,
html.theme-dark a.agm-hero-btn.agm-hero-btn-primary,
html.theme-light a.agm-hero-btn.agm-hero-btn-primary {
  background: #f15a24;
  color: #fff !important;
  text-shadow: none !important;
  box-shadow: 0 10px 22px -10px rgba(241, 90, 36, 0.55);
}
a.agm-hero-btn.agm-hero-btn-primary:hover,
a.agm-hero-btn.agm-hero-btn-primary:focus,
html.theme-dark a.agm-hero-btn.agm-hero-btn-primary:hover,
html.theme-dark a.agm-hero-btn.agm-hero-btn-primary:focus {
  background: #d54818;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -10px rgba(213, 72, 24, 0.7);
}
a.agm-hero-btn.agm-hero-btn-primary i,
html.theme-dark a.agm-hero-btn.agm-hero-btn-primary i { color: #fff !important; }
.agm-hero-btn-ghost {
  background: #fff;
  color: #111 !important;
  border-color: #111;
}
.agm-hero-btn-ghost:hover,
.agm-hero-btn-ghost:focus {
  background: #fafafa;
  color: #111 !important;
  border-color: #111;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -12px rgba(20, 20, 60, 0.18);
}
.agm-hero-btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f15a24 !important;
  color: #fff !important;
}
.agm-hero-btn-play i,
.agm-hero-btn-play i::before {
  color: #fff !important;
}
.agm-hero-btn-ghost:hover .agm-hero-btn-play,
.agm-hero-btn-ghost:focus .agm-hero-btn-play {
  background: #f15a24 !important;
  color: #fff !important;
}
.agm-hero-btn-ghost:hover .agm-hero-btn-play i,
.agm-hero-btn-ghost:focus .agm-hero-btn-play i { color: #fff !important; }

.agm-hero-stats {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 0;
  margin: 0;
}
.agm-hero-stats li {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.agm-hero-stats strong {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.01em;
}
.agm-hero-stats span { color: #6c6c6c; font-size: 0.9rem; }

/* Right column carousel */
.agm-hero-carousel {
  position: relative;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 60px -25px rgba(20, 20, 60, 0.18), 0 12px 30px -18px rgba(20, 20, 60, 0.12);
  padding: 18px 18px 70px;
}
.agm-hero-carousel-stage {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef2f6, #d9dfe8);
  aspect-ratio: 4 / 3;
}
.agm-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}
.agm-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.agm-hero-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}
.agm-hero-slide-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agm-hero-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 14px;
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.18);
  z-index: 2;
}
.agm-hero-badge-tl { top: 18px; left: -10px; }
.agm-hero-badge-br { bottom: 18px; right: -10px; }
.agm-hero-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 10px;
  background: #fff3da;
  color: #b56a00;
  font-size: 1.1rem;
}
.agm-hero-badge-br .agm-hero-badge-icon { background: #e8f7ec; color: #1a8538; }
.agm-hero-badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.agm-hero-badge-label { color: #6c6c6c; font-size: 0.78rem; }
.agm-hero-badge-value { color: #111; font-size: 0.95rem; font-weight: 700; }

.agm-hero-slide-caption {
  position: absolute;
  bottom: -56px;
  left: 0; right: 0;
  text-align: center;
  font-weight: 600;
  color: #111;
}
.agm-hero-slide-caption a {
  color: #111;
  text-decoration: none;
  font-size: 1rem;
  display: block;
}
.agm-hero-slide-caption a:hover { color: #f15a24; }
.agm-hero-slide-caption span {
  display: block;
  color: #6c6c6c;
  font-weight: 400;
  font-size: 0.85rem;
  margin-top: 2px;
}

.agm-hero-carousel-dots {
  position: absolute;
  bottom: 16px;
  left: 0; right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.agm-hero-dot {
  width: 8px; height: 8px;
  border: 0;
  border-radius: 50%;
  background: #d6d9de;
  cursor: pointer;
  padding: 0;
  transition: width 0.3s ease, background 0.3s ease;
}
.agm-hero-dot:hover { background: #aab0ba; }
.agm-hero-dot.is-active { background: #f15a24; width: 22px; border-radius: 4px; }
.agm-hero-dot:focus-visible { outline: 2px solid #f15a24; outline-offset: 3px; }

@media (max-width: 575px) {
  .agm-hero-badge { padding: 8px 12px; }
  .agm-hero-badge-tl { top: 12px; left: 8px; }
  .agm-hero-badge-br { bottom: 12px; right: 8px; }
  .agm-hero-stats { gap: 22px; }
  .agm-hero-stats strong { font-size: 1.35rem; }
}

/* Hide ancien play-btn flottant si encore present sur d'autres pages */
.agm-hero-verticale .play-btn-area { display: none; }

/* Barre d'info collee sous la hero camera-verticale.com */
.agm-hero-infobar {
  background: #fff;
  border-top: 1px solid rgba(20, 20, 60, 0.08);
  border-bottom: 1px solid rgba(20, 20, 60, 0.08);
  margin-top: 0;
}
.agm-hero-infobar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.agm-hero-infobar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  position: relative;
  transition: background 0.25s ease, transform 0.25s ease;
  cursor: default;
}
.agm-hero-infobar-item + .agm-hero-infobar-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px; bottom: 18px;
  width: 1px;
  background: rgba(20, 20, 60, 0.08);
}
.agm-hero-infobar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 12px;
  background: #fff3da;
  color: #f15a24;
  font-size: 1.35rem;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease, transform 0.3s ease;
}
.agm-hero-infobar-text { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.agm-hero-infobar-text strong {
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.agm-hero-infobar-text span {
  color: #6c6c6c;
  font-size: 0.82rem;
  margin-top: 3px;
}
.agm-hero-infobar-item:hover {
  background: #fafbfd;
  transform: translateY(-1px);
}
.agm-hero-infobar-item:hover .agm-hero-infobar-icon {
  background: #f15a24;
  color: #fff;
  transform: rotate(-6deg) scale(1.05);
}
.agm-hero-infobar-item:hover .agm-hero-infobar-text strong { color: #f15a24; }

@media (max-width: 991.98px) {
  .agm-hero-infobar-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agm-hero-infobar-item:nth-child(3)::before { display: none; }
  .agm-hero-infobar-item:nth-child(odd)::before { display: none; }
}
@media (max-width: 575px) {
  .agm-hero-infobar-list { grid-template-columns: 1fr; }
  .agm-hero-infobar-item::before { display: none !important; }
  .agm-hero-infobar-item + .agm-hero-infobar-item {
    border-top: 1px solid rgba(20, 20, 60, 0.08);
  }
}

/* Espacement de la section "Applications metier" sur home camera-verticale.com */
.services-area.agm-services-verticale {
  padding-top: 100px !important;
  padding-bottom: 110px !important;
  margin-top: 0 !important;
}
.services-area.agm-services-verticale .section-title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.services-area.agm-services-verticale .section-title .sp-color1 {
  margin-bottom: 18px !important;
}
.services-area.agm-services-verticale .section-title h2 {
  margin-top: 12px !important;
}
.services-area.agm-services-verticale .agm-services-grid.pt-45 {
  padding-top: 35px !important;
}
@media (max-width: 991.98px) {
  .services-area.agm-services-verticale {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }
}

/* =========================================================================
   Section "Trois cameras de forage Verticam" (refonte 2026)
   ========================================================================= */
.agm-range-section {
  padding: 80px 0 90px;
  background: #ffffff;
}
html.theme-dark .agm-range-section { background: #ffffff; }

.agm-range-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
.agm-range-header-left { max-width: 640px; }
.agm-range-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(20, 20, 60, 0.14);
  border-radius: 999px;
  color: #4a4a4a;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 18px;
  background: #fff;
}
.agm-range-title {
  font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.8rem);
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.agm-range-title sup { font-size: 0.5em; top: -0.7em; color: #f15a24; }
.agm-range-subtitle {
  color: #5a5a5a;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.agm-range-header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}
.agm-range-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.agm-range-btn-soft {
  background: #fff3da;
  color: #b56a00;
}
.agm-range-btn-soft:hover {
  background: #ffe2b5;
  color: #8a4f00;
  transform: translateY(-1px);
}
.agm-range-btn-solid {
  background: #f15a24;
  color: #fff;
  box-shadow: 0 8px 18px -10px rgba(241, 90, 36, 0.55);
}
.agm-range-btn-solid:hover {
  background: #d54818;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -10px rgba(213, 72, 24, 0.65);
}

@media (max-width: 991.98px) {
  .agm-range-header { flex-direction: column; align-items: flex-start; gap: 24px; }
  .agm-range-section { padding: 60px 0 70px; }
}

/* Grille produits */
.agm-range-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
@media (max-width: 991.98px) {
  .agm-range-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .agm-range-grid { grid-template-columns: 1fr; }
}

/* Card */
.agm-range-card-v2 {
  position: relative;
  background: #fff;
  border: 1px solid rgba(20, 20, 60, 0.10);
  border-radius: 22px;
  padding: 22px 22px 28px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.agm-range-card-v2:hover {
  box-shadow: 0 25px 50px -25px rgba(20, 20, 60, 0.18);
  transform: translateY(-4px);
  border-color: rgba(241, 90, 36, 0.28);
}

.agm-range-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: #fff3da;
  color: #b56a00;
  border: 1px solid #ffe2b5;
}
.agm-range-card-badge-blue {
  background: #e6efff;
  color: #1a4dac;
  border-color: #c7d8f7;
}
.agm-range-card-badge-green {
  background: #e8f7ec;
  color: #1a8538;
  border-color: #c8e9d0;
}
.agm-range-card-badge-orange {
  background: #ffe7d8;
  color: #c0431a;
  border-color: #ffd1b6;
}

.agm-range-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafc;
  border-radius: 16px;
  padding: 30px 18px;
  min-height: 260px;
  margin-bottom: 22px;
  overflow: hidden;
}
.agm-range-card-media img {
  display: block;
  max-width: 100%;
  max-height: 240px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.45s ease;
}
.agm-range-card-v2:hover .agm-range-card-media img { transform: scale(1.04); }

.agm-range-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.agm-range-card-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #111;
  margin: 0;
  letter-spacing: -0.01em;
}
.agm-range-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.agm-range-card-title a:hover { color: #f15a24; }
.agm-range-card-desc {
  color: #5a5a5a;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  min-height: calc(0.95rem * 1.55 * 2);
}
.agm-range-card-price {
  margin: 6px 0 14px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.agm-range-card-price strong {
  color: #111;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.agm-range-card-price span {
  color: #9a9a9a;
  font-size: 0.95rem;
}
.agm-range-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 13px 18px;
  background: #f15a24;
  color: #fff !important;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.agm-range-card-cta i { font-size: 1.2em; color: #fff !important; transition: transform 0.25s ease; }
.agm-range-card-cta:hover,
.agm-range-card-cta:focus {
  background: #d54818;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -12px rgba(213, 72, 24, 0.55);
}
.agm-range-card-cta:hover i,
.agm-range-card-cta:focus i { color: #fff !important; transform: translateX(3px); }

html.theme-dark .agm-range-card-v2 { background: #fff !important; border-color: rgba(20, 20, 60, 0.10) !important; }
html.theme-dark .agm-range-card-media { background: #fafafc !important; }

/* =========================================================================
   Carrousel videos (home camera-verticale.com)
   ========================================================================= */
.agm-videos-section {
  padding: 80px 0 90px;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
  position: relative;
}
html.theme-dark .agm-videos-section {
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
}
.agm-videos-head {
  text-align: center;
  margin-bottom: 48px;
}
.agm-videos-eyebrow {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background: #fff3da;
  color: #b56a00;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 14px;
}
.agm-videos-title {
  font-size: clamp(1.8rem, 1.3rem + 1.4vw, 2.6rem);
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
  margin: 0;
}

.agm-videos-carousel {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 575.98px) {
  .agm-videos-carousel { padding: 0; }
}

.agm-videos-viewport {
  overflow: hidden;
  margin: 0 -12px;
  padding: 4px 12px;
}
.agm-videos-track {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
/* Si exactement 2 slides : on centre la rangee pour eviter l'effet "colle a gauche" */
.agm-videos-track:has(> .agm-videos-slide:nth-child(2):last-child) {
  justify-content: center;
}
.agm-videos-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}
@media (max-width: 991.98px) {
  .agm-videos-slide { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 575.98px) {
  .agm-videos-slide { flex-basis: 100%; }
}

/* Card */
.agm-videos-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(20, 20, 60, 0.08);
  padding: 18px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
}
.agm-videos-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px -25px rgba(20, 20, 60, 0.18);
  border-color: rgba(241, 90, 36, 0.28);
}
.agm-videos-card-thumb {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
  margin-bottom: 16px;
}
.agm-videos-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.agm-videos-card:hover .agm-videos-card-thumb img { transform: scale(1.04); }
.agm-videos-card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #f15a24;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.4);
  transition: background 0.25s ease, color 0.25s ease, transform 0.3s ease;
}
.agm-videos-card:hover .agm-videos-card-play {
  background: #f15a24;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.06);
}
.agm-videos-card-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  text-align: center;
  line-height: 1.4;
  padding: 4px 6px 6px;
  min-height: calc(1rem * 1.4 * 2);
}
.agm-videos-card:hover .agm-videos-card-title { color: #f15a24; }

/* Arrows */
.agm-videos-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(20, 20, 60, 0.10);
  background: #fff;
  color: #111;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 12px 24px -12px rgba(20, 20, 60, 0.18);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.agm-videos-arrow:hover { background: #f15a24; color: #fff; border-color: #f15a24; transform: translateY(-50%) scale(1.05); }
.agm-videos-arrow:focus-visible { outline: 2px solid #f15a24; outline-offset: 3px; }
.agm-videos-arrow:disabled,
.agm-videos-arrow[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.agm-videos-arrow-prev { left: 0; }
.agm-videos-arrow-next { right: 0; }
@media (max-width: 575.98px) {
  .agm-videos-arrow { display: none !important; }
}

/* Dots */
.agm-videos-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.agm-videos-dot {
  width: 8px; height: 8px;
  border: 0;
  border-radius: 50%;
  background: #d6d9de;
  cursor: pointer;
  padding: 0;
  transition: width 0.3s ease, background 0.3s ease;
}
.agm-videos-dot:hover { background: #aab0ba; }
.agm-videos-dot.is-active { background: #f15a24; width: 22px; border-radius: 4px; }
.agm-videos-dot:focus-visible { outline: 2px solid #f15a24; outline-offset: 3px; }

/* CTA bottom */
.agm-videos-cta { text-align: center; margin-top: 36px; }
.agm-videos-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  border: 1px solid rgba(20, 20, 60, 0.14);
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.agm-videos-cta-btn i { font-size: 1.2em; transition: transform 0.25s ease; }
.agm-videos-cta-btn:hover {
  background: #f15a24;
  border-color: #f15a24;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -12px rgba(241, 90, 36, 0.55);
}
.agm-videos-cta-btn:hover i { transform: translateX(3px); }

html.theme-dark .agm-videos-card { background: #fff !important; border-color: rgba(20, 20, 60, 0.08) !important; }
html.theme-dark .agm-videos-arrow { background: #fff !important; color: #111 !important; border-color: rgba(20, 20, 60, 0.10) !important; }
html.theme-dark .agm-videos-arrow:hover { background: #f15a24 !important; color: #fff !important; border-color: #f15a24 !important; }
html.theme-dark .agm-videos-cta-btn { background: #fff !important; color: #111 !important; border-color: rgba(20, 20, 60, 0.14) !important; }
html.theme-dark .agm-videos-cta-btn:hover { background: #f15a24 !important; color: #fff !important; border-color: #f15a24 !important; }

/* =========================================================================
   Section "AGM-TEC" sur home camera-verticale.com (refonte 2026)
   Layout asymetrique : grosse card sombre 7/12 + 3 stats verticales 5/12
   ========================================================================= */
.agm-about-section {
  padding: 90px 0 100px;
  background: #f5f7fa;
  position: relative;
}
html.theme-dark .agm-about-section { background: #f5f7fa; }

.agm-about-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 56px;
}
.agm-about-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff3da;
  color: #b56a00;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.agm-about-title {
  font-size: clamp(1.85rem, 1.3rem + 1.6vw, 2.7rem);
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0;
  max-width: 540px;
}
.agm-about-title-accent { color: #f15a24; }
.agm-about-head-text {
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 991.98px) {
  .agm-about-section { padding: 60px 0 70px; }
  .agm-about-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
}

/* Grille principale 7 / 5 */
.agm-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 28px;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .agm-about-grid { grid-template-columns: 1fr; gap: 22px; }
}

/* Card sombre principale */
.agm-about-card-main {
  position: relative;
  background: linear-gradient(135deg, #0f1320 0%, #1a2236 100%);
  color: #fff;
  border-radius: 24px;
  padding: 40px 40px 36px;
  overflow: hidden;
  isolation: isolate;
}
.agm-about-card-deco {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 90, 36, 0.6) 0%, rgba(241, 90, 36, 0) 70%);
  filter: blur(20px);
  z-index: 0;
  pointer-events: none;
}
.agm-about-card-main::after {
  content: '';
  position: absolute;
  left: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
  pointer-events: none;
}
.agm-about-card-main-body { position: relative; z-index: 1; }
.agm-about-card-main-title {
  font-size: clamp(1.4rem, 1.1rem + 0.8vw, 1.85rem);
  font-weight: 800;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  color: #ffffff !important;
}
.agm-about-card-main-desc {
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 22px;
  max-width: 560px;
  opacity: 0.92;
}
.agm-about-checklist {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
}
.agm-about-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff !important;
  font-size: 0.94rem;
  line-height: 1.45;
}
.agm-about-checklist li i {
  color: #f15a24;
  font-size: 1.15em;
  margin-top: 2px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .agm-about-checklist { grid-template-columns: 1fr; }
  .agm-about-card-main { padding: 30px 24px 28px; border-radius: 20px; }
}

.agm-about-card-main-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.agm-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.agm-about-btn i { font-size: 1.2em; transition: transform 0.25s ease; }
.agm-about-btn-solid {
  background: #f15a24;
  color: #fff;
  box-shadow: 0 10px 22px -10px rgba(241, 90, 36, 0.6);
}
.agm-about-btn-solid:hover {
  background: #d54818;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -10px rgba(213, 72, 24, 0.7);
}
.agm-about-btn-ghost,
html a.agm-about-btn-ghost,
html.theme-dark a.agm-about-btn-ghost {
  background: transparent;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.32);
  text-shadow: none !important;
}
.agm-about-btn-ghost:hover,
.agm-about-btn-ghost:focus,
html.theme-dark a.agm-about-btn-ghost:hover,
html.theme-dark a.agm-about-btn-ghost:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.6);
}
.agm-about-btn-ghost i,
.agm-about-btn-ghost i::before,
html.theme-dark a.agm-about-btn-ghost i,
html.theme-dark a.agm-about-btn-ghost i::before { color: #ffffff !important; }
.agm-about-btn-ghost:hover i,
.agm-about-btn-ghost:focus i { transform: translateX(3px); }

/* Stats verticales */
.agm-about-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.agm-about-stat {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid rgba(20, 20, 60, 0.08);
  border-radius: 18px;
  padding: 22px 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  flex: 1;
}
.agm-about-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px -20px rgba(20, 20, 60, 0.18);
  border-color: rgba(241, 90, 36, 0.28);
}
.agm-about-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: #fff3da;
  color: #f15a24;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.agm-about-stat-body { display: flex; flex-direction: column; min-width: 0; }
.agm-about-stat-value {
  font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2rem);
  font-weight: 800;
  color: #f15a24;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.agm-about-stat-label {
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 4px;
}
.agm-about-stat-body p {
  color: #6c6c6c;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 8px 0 0;
}

html.theme-dark .agm-about-stat { background: #fff !important; border-color: rgba(20, 20, 60, 0.08) !important; }
html.theme-dark .agm-about-card-main { background: linear-gradient(135deg, #0f1320 0%, #1a2236 100%) !important; color: #fff !important; }
html.theme-dark .agm-about-card-main-title { color: #fff !important; }

/* =========================================================================
   REGLE GLOBALE camera-verticale.com : fond orange = texte blanc TOUJOURS
   (tous themes, tous etats, tous navigateurs)
   ========================================================================= */
html a.agm-hero-btn-primary,
html a.agm-hero-btn-primary:link,
html a.agm-hero-btn-primary:visited,
html a.agm-hero-btn-primary:hover,
html a.agm-hero-btn-primary:focus,
html a.agm-hero-btn-primary:active,
html a.agm-range-card-cta,
html a.agm-range-card-cta:link,
html a.agm-range-card-cta:visited,
html a.agm-range-card-cta:hover,
html a.agm-range-card-cta:focus,
html a.agm-range-card-cta:active,
html a.agm-range-btn-solid,
html a.agm-range-btn-solid:hover,
html a.agm-range-btn-solid:focus,
html a.agm-about-btn-solid,
html a.agm-about-btn-solid:hover,
html a.agm-about-btn-solid:focus,
html a.agm-orange-btn,
html a.agm-orange-btn:hover,
html a.agm-orange-btn:focus,
html.theme-dark a.agm-hero-btn-primary,
html.theme-dark a.agm-hero-btn-primary:hover,
html.theme-dark a.agm-range-card-cta,
html.theme-dark a.agm-range-card-cta:hover,
html.theme-dark a.agm-range-btn-solid,
html.theme-dark a.agm-range-btn-solid:hover,
html.theme-dark a.agm-about-btn-solid,
html.theme-dark a.agm-about-btn-solid:hover,
html.theme-dark a.agm-orange-btn,
html.theme-dark a.agm-orange-btn:hover {
  color: #ffffff !important;
  text-shadow: none !important;
}
html a.agm-hero-btn-primary i,
html a.agm-range-card-cta i,
html a.agm-range-btn-solid i,
html a.agm-about-btn-solid i,
html a.agm-orange-btn i,
html.theme-dark a.agm-hero-btn-primary i,
html.theme-dark a.agm-range-card-cta i,
html.theme-dark a.agm-range-btn-solid i,
html.theme-dark a.agm-about-btn-solid i,
html.theme-dark a.agm-orange-btn i {
  color: #ffffff !important;
}

/* =========================================================================
   Section "AGM-TEC" home camera-verticale.com : tous les textes du bloc
   sombre forces en blanc (anti-override theme-dark Nixo)
   ========================================================================= */
.agm-about-card-main,
.agm-about-card-main p,
.agm-about-card-main h3,
.agm-about-card-main li,
.agm-about-card-main span:not(.agm-about-stat-value):not(.agm-about-stat-label):not(.agm-about-stat-icon):not(.agm-about-eyebrow),
.agm-about-card-main strong,
html.theme-dark .agm-about-card-main,
html.theme-dark .agm-about-card-main p,
html.theme-dark .agm-about-card-main h3,
html.theme-dark .agm-about-card-main li,
html.theme-dark .agm-about-card-main span,
html.theme-dark .agm-about-card-main strong {
  color: #ffffff !important;
  text-shadow: none !important;
}
/* Les checks oranges restent oranges */
.agm-about-card-main .agm-about-checklist li i,
html.theme-dark .agm-about-card-main .agm-about-checklist li i { color: #f15a24 !important; }

/* =========================================================================
   Section "Notre savoir-faire" home camera-verticale.com (refonte 2026)
   Fond orange, eyebrow pill blanche, H2 blanc, 4 cards blanches avec hover
   ========================================================================= */
.agm-savoirfaire-section {
  position: relative;
  padding: 90px 0 100px;
  background: linear-gradient(135deg, #f15a24 0%, #ec6c2b 50%, #d54818 100%);
  overflow: hidden;
}
.agm-savoirfaire-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0) 35%),
    radial-gradient(circle at 92% 80%, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
}
.agm-savoirfaire-section > .container { position: relative; z-index: 1; }

.agm-savoirfaire-head {
  text-align: center;
  margin-bottom: 48px;
}
.agm-savoirfaire-eyebrow {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.agm-savoirfaire-title {
  font-size: clamp(1.8rem, 1.2rem + 1.8vw, 2.6rem);
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 auto;
  max-width: 780px;
  text-shadow: none !important;
}

.agm-savoirfaire-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
@media (max-width: 991.98px) {
  .agm-savoirfaire-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agm-savoirfaire-section { padding: 60px 0 70px; }
}
@media (max-width: 575.98px) {
  .agm-savoirfaire-grid { grid-template-columns: 1fr; }
}

.agm-savoirfaire-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px 24px 26px;
  box-shadow: 0 14px 30px -18px rgba(0, 0, 0, 0.25);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  isolation: isolate;
}
.agm-savoirfaire-card::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f15a24, #ff8b49);
  border-radius: 0 0 18px 18px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: 1;
}
.agm-savoirfaire-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px -22px rgba(0, 0, 0, 0.4);
}
.agm-savoirfaire-card:hover::before { transform: scaleX(1); }

.agm-savoirfaire-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #fff3da;
  color: #f15a24 !important;
  font-size: 1.45rem;
  margin-bottom: 6px;
  transition: background 0.3s ease, color 0.3s ease, transform 0.4s ease;
}
.agm-savoirfaire-icon i { color: #f15a24 !important; transition: transform 0.4s ease; }
.agm-savoirfaire-card:hover .agm-savoirfaire-icon {
  background: #f15a24;
  color: #ffffff !important;
  transform: rotate(-6deg) scale(1.05);
}
.agm-savoirfaire-card:hover .agm-savoirfaire-icon i { color: #ffffff !important; }

.agm-savoirfaire-card-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #111111 !important;
  margin: 0;
  letter-spacing: -0.01em;
  text-shadow: none !important;
}
.agm-savoirfaire-card-desc {
  color: #4a4a4a !important;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
  text-shadow: none !important;
}

/* Force theme-dark : la section doit garder son fond orange et ses cards blanches */
html.theme-dark .agm-savoirfaire-section { background: linear-gradient(135deg, #f15a24 0%, #ec6c2b 50%, #d54818 100%) !important; }
html.theme-dark .agm-savoirfaire-card { background: #ffffff !important; border-color: rgba(255, 255, 255, 0.5) !important; }
html.theme-dark .agm-savoirfaire-card-title { color: #111111 !important; }
html.theme-dark .agm-savoirfaire-card-desc { color: #4a4a4a !important; }
html.theme-dark .agm-savoirfaire-eyebrow { color: #ffffff !important; background: rgba(0, 0, 0, 0.18) !important; }
html.theme-dark .agm-savoirfaire-title { color: #ffffff !important; }
html.theme-dark .agm-savoirfaire-icon { background: #fff3da !important; color: #f15a24 !important; }
html.theme-dark .agm-savoirfaire-icon i { color: #f15a24 !important; }
html.theme-dark .agm-savoirfaire-card:hover .agm-savoirfaire-icon { background: #f15a24 !important; color: #ffffff !important; }
html.theme-dark .agm-savoirfaire-card:hover .agm-savoirfaire-icon i { color: #ffffff !important; }

/* =========================================================================
   Page produit Verticam (refonte 2026)
   Gauche : galerie photos + bouton "Voir la video" UNIQUEMENT
   Droite : description, prix, quickspecs, CTAs, livraison, SAV, ancres
   ========================================================================= */
.agm-product-hero-row { margin-bottom: 48px; }
.agm-product-media-only {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Bouton "Voir la video" sous la galerie */
.agm-product-video-cta {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
.agm-product-video-btn,
html a.agm-product-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px 12px 12px;
  border-radius: 999px;
  background: #fff;
  color: #111111 !important;
  border: 1px solid rgba(20, 20, 60, 0.12);
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.agm-product-video-btn:hover,
.agm-product-video-btn:focus,
html a.agm-product-video-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px -16px rgba(20, 20, 60, 0.25);
  border-color: rgba(241, 90, 36, 0.35);
  color: #111111 !important;
}
.agm-product-video-btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f15a24 !important;
  color: #ffffff !important;
  font-size: 1rem;
  flex-shrink: 0;
}
.agm-product-video-btn-play i,
.agm-product-video-btn-play i::before { color: #ffffff !important; }

/* Bloc "Caracteristiques rapides" (grid 3x2 desktop, 2x3 tablette, 1x6 mobile) */
.agm-product-quickspecs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 18px;
  padding: 22px 0 24px;
  margin: 24px 0 8px;
  border-top: 1px solid rgba(20, 20, 60, 0.08);
  border-bottom: 1px solid rgba(20, 20, 60, 0.08);
}
@media (max-width: 991.98px) {
  .agm-product-quickspecs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .agm-product-quickspecs { grid-template-columns: 1fr; gap: 12px; }
}
.agm-product-quickspec {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}
.agm-product-quickspec-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff3da;
  color: #f15a24 !important;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.agm-product-quickspec-icon i,
.agm-product-quickspec-icon i::before { color: #f15a24 !important; }
.agm-product-quickspec-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.agm-product-quickspec-label {
  color: #6c6c6c !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.agm-product-quickspec-value {
  color: #111111 !important;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 2px;
}

/* Reference SKU dans le bloc prix */
.agm-price-sku {
  font-size: 0.85rem;
  color: #6c6c6c !important;
  margin: 8px 0 0;
}
.agm-price-sku strong { color: #111111 !important; font-weight: 700; }

/* Theme dark : conserver les couleurs */
html.theme-dark .agm-product-quickspec-label { color: #6c6c6c !important; }
html.theme-dark .agm-product-quickspec-value { color: #111111 !important; }
html.theme-dark .agm-product-quickspec-icon { background: #fff3da !important; color: #f15a24 !important; }
html.theme-dark .agm-product-quickspec-icon i { color: #f15a24 !important; }
html.theme-dark a.agm-product-video-btn { background: #fff !important; color: #111111 !important; }
html.theme-dark .agm-product-video-btn-play { background: #f15a24 !important; color: #fff !important; }

/* =========================================================================
   Onglet "Accessoires" sur la page produit Verticam
   ========================================================================= */
.agm-product-accessoires-grid {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 767.98px) {
  .agm-product-accessoires-grid { grid-template-columns: 1fr; }
}
.agm-product-accessoires-grid > li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid rgba(20, 20, 60, 0.08);
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.agm-product-accessoires-grid > li:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -16px rgba(20, 20, 60, 0.18);
  border-color: rgba(241, 90, 36, 0.28);
}
.agm-product-accessoires-grid > li > div { min-width: 0; flex: 1; }
.agm-product-accessoires-grid > li strong {
  display: block;
  color: #111111 !important;
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.3;
}
.agm-product-accessoires-grid > li p {
  color: #4a4a4a !important;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}
.agm-product-accessoire-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff3da;
  color: #f15a24 !important;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.agm-product-accessoire-icon i,
.agm-product-accessoire-icon i::before { color: #f15a24 !important; }

.agm-product-accessoires-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Theme dark : conserve fond blanc cards et texte fonce */
html.theme-dark .agm-product-accessoires-grid > li { background: #ffffff !important; border-color: rgba(20, 20, 60, 0.08) !important; }
html.theme-dark .agm-product-accessoires-grid > li strong { color: #111111 !important; }
html.theme-dark .agm-product-accessoires-grid > li p { color: #4a4a4a !important; }
html.theme-dark .agm-product-accessoire-icon { background: #fff3da !important; color: #f15a24 !important; }
html.theme-dark .agm-product-accessoire-icon i { color: #f15a24 !important; }

/* =========================================================================
   Menu d'ancres en pills (boutons orange) sur la page produit Verticam
   ========================================================================= */
.agm-anchor-menu-pills {
  margin: 22px 0 18px;
}
.agm-anchor-menu-pills > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.agm-anchor-menu-pills > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.agm-anchor-menu-pills > ul > li::before { content: none !important; }

a.agm-anchor-pill,
html a.agm-anchor-pill,
html.theme-dark a.agm-anchor-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 12px;
  background: #f15a24;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-shadow: none !important;
  line-height: 1.2;
  white-space: nowrap;
}
a.agm-anchor-pill:hover,
a.agm-anchor-pill:focus,
html.theme-dark a.agm-anchor-pill:hover,
html.theme-dark a.agm-anchor-pill:focus {
  background: #d54818;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -12px rgba(213, 72, 24, 0.55);
}
a.agm-anchor-pill i,
a.agm-anchor-pill i::before,
html.theme-dark a.agm-anchor-pill i,
html.theme-dark a.agm-anchor-pill i::before {
  color: #ffffff !important;
  font-size: 1.1em;
}
@media (max-width: 575.98px) {
  a.agm-anchor-pill { font-size: 0.85rem; padding: 9px 13px; }
}

/* =========================================================================
   Cards "Trust / Livraison / Garantie / PDF" sur la page produit Verticam
   ========================================================================= */
.agm-product-trust-cards {
  list-style: none;
  margin: 18px 0 12px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 575.98px) {
  .agm-product-trust-cards { grid-template-columns: 1fr; }
}

.agm-product-trust-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid rgba(20, 20, 60, 0.08);
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  min-width: 0;
}
.agm-product-trust-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px -16px rgba(20, 20, 60, 0.18);
  border-color: rgba(241, 90, 36, 0.28);
}
.agm-product-trust-card-link { padding: 0; }
.agm-product-trust-card-link .agm-product-trust-card-anchor {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  width: 100%;
  text-decoration: none !important;
  color: inherit !important;
  text-shadow: none !important;
}
html a.agm-product-trust-card-anchor,
html a.agm-product-trust-card-anchor:hover,
html.theme-dark a.agm-product-trust-card-anchor,
html.theme-dark a.agm-product-trust-card-anchor:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.agm-product-trust-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff3da;
  color: #f15a24 !important;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.agm-product-trust-card-icon i,
.agm-product-trust-card-icon i::before { color: #f15a24 !important; }

.agm-product-trust-card-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.agm-product-trust-card-title {
  color: #111111 !important;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}
.agm-product-trust-card-sub {
  color: #6c6c6c !important;
  font-size: 0.82rem;
  margin-top: 2px;
  line-height: 1.3;
}

/* Mini ligne contact telephone + email sous les cards */
.agm-product-trust-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 12px 0 0;
  font-size: 0.88rem;
  color: #4a4a4a !important;
}
.agm-product-trust-contact i {
  color: #f15a24 !important;
  font-size: 1.05em;
  vertical-align: middle;
}
.agm-product-trust-contact a {
  color: #111111 !important;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed rgba(20, 20, 60, 0.2);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.agm-product-trust-contact a:hover { color: #f15a24 !important; border-bottom-color: #f15a24; }
.agm-product-trust-sep { color: rgba(20, 20, 60, 0.2); }

/* Theme dark : cards blanches gardees */
html.theme-dark .agm-product-trust-card { background: #ffffff !important; border-color: rgba(20, 20, 60, 0.08) !important; }
html.theme-dark .agm-product-trust-card-title { color: #111111 !important; }
html.theme-dark .agm-product-trust-card-sub { color: #6c6c6c !important; }
html.theme-dark .agm-product-trust-card-icon { background: #fff3da !important; color: #f15a24 !important; }
html.theme-dark .agm-product-trust-card-icon i { color: #f15a24 !important; }
html.theme-dark .agm-product-trust-contact { color: #4a4a4a !important; }
html.theme-dark .agm-product-trust-contact a { color: #111111 !important; }
html.theme-dark .agm-product-trust-contact a:hover { color: #f15a24 !important; }
