/* ============================================
   style-climer.css — Styles personnalisés Climer France
   ============================================ */

/* --- Header --- */
header {
  opacity: 1 !important;
  background: #fff;
}

header img {
  height: 32px;
}

/* --- Liens --- */
a {
  color: #80b006;
}

.nav-link {
  color: #333;
}

.nav-link:hover {
  color: #80b006;
}

.dark {
  color: #333 !important;
}

/* --- Sidebar --- */
.reference {
  margin-bottom: 24px;
}

.sidebar {
  position: sticky;
  height: stretch;
  color: #333;
}

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: sticky;
    top: 48px;
  }

  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
}

.sidebar .nav-link.active {
  color: #80b006;
}

.sidebar-heading {
  font-size: 0.75rem;
}

/* --- Icônes Bootstrap --- */
.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -0.125em;
  fill: currentColor;
}

.bi::before {
  display: contents !important;
  content: "";
  vertical-align: -0.875em !important;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

/* --- Composants produit --- */
.feature {
  display: flex;
  align-items: center;
}

.feature p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.feature i {
  margin-right: 6px;
}

.certifications {
  display: flex;
}

.certif {
  align-content: center;
  margin-right: 12px;
}

.certif img {
  height: 32px;
}

.warrant {
  font-size: 12px;
}

.warrant span {
  text-transform: uppercase;
  font-weight: 600;
}

.warrant p {
  font-weight: 300;
  margin: 0;
}

.product-img {
  background-color: whitesmoke;
  float: right;
  height: 350px;
  overflow: hidden;
}

.carder {
  display: flex;
}

/* --- Navbar --- */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fff;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
}

/* --- Liens avec icône --- */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: #80b006;
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* --- Utilitaires --- */
.big-icon {
  margin-right: 20px;
}

.big-icon-xl {
  margin-right: 24px;
}

.fixed {
  position: fixed;
}

.center {
  text-align: center;
}

/* --- Navigation défilante --- */
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* --- Tableau stylisé --- */
.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.styled-table thead {
  background-color: #f2f2f2;
  font-weight: bold;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 5px 14px;
  border-bottom: 1px solid #e0e0e0;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.styled-table tbody tr:hover {
  background-color: #f1f1f1;
}

.product{
  height: 350px;
}

.btn-primary{
  background-color: #80b006 ;
  border: none;
}
.text-bg-primary{
  background-color: #80b006 !important;
}

.bi-big{
  width: 1.5rem;
  height: 1.5rem;
}