/* ============================================================
   SOLEA CLIMATISATION STYLES v1.0
   solea-climatisation-lyon.fr — CSS centralisé
   ============================================================ */

/* ---------- BREADCRUMB ---------- */
.sol-breadcrumb {
  padding: 12px 20px;
  background: var(--sol-light);
  font-size: 13px;
  color: #666;
}
.sol-breadcrumb a {
  color: var(--sol-dark);
  text-decoration: none;
}
.sol-breadcrumb a:hover {
  color: var(--sol-red);
  text-decoration: underline;
}
.sol-breadcrumb span {
  color: #999;
  margin: 0 6px;
}

/* ---------- FONT IMPORT ---------- */
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');

/* ---------- RESET / BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }

:root {
  --sol-red: #d0232b;
  --sol-red-hover: #b01e25;
  --sol-dark: #1a1a2e;
  --sol-text: #333;
  --sol-light: #f5f7fa;
  --sol-border: #e0e4e8;
  --sol-white: #fff;
  --sol-blue: #0b3d91;
  --sol-green: #1a8a4a;
  --sol-orange: #e8841a;
}

/* ---------- TYPOGRAPHY — LARGE DESKTOP (2048+) ---------- */
@media (min-width: 2048px) {
  .sol-page h1 { font-size: 52px; }
  .sol-page h2 { font-size: 38px; }
  .sol-page h3 { font-size: 28px; }
  .sol-page h4 { font-size: 24px; }
  .sol-page h5 { font-size: 20px; }
  .sol-page h6 { font-size: 18px; }
  .sol-page p,
  .sol-page li,
  .sol-page td,
  .sol-page th { font-size: 18px; }
}

/* ---------- TYPOGRAPHY — SMALL DESKTOP (1024–2047) ---------- */
@media (min-width: 1024px) and (max-width: 2047px) {
  .sol-page h1 { font-size: 44px; }
  .sol-page h2 { font-size: 34px; }
  .sol-page h3 { font-size: 26px; }
  .sol-page h4 { font-size: 22px; }
  .sol-page h5 { font-size: 19px; }
  .sol-page h6 { font-size: 17px; }
  .sol-page p,
  .sol-page li,
  .sol-page td,
  .sol-page th { font-size: 17px; }
}

/* ---------- TYPOGRAPHY — TABLET (768–1023) ---------- */
@media (min-width: 768px) and (max-width: 1023px) {
  .sol-page h1 { font-size: 36px; }
  .sol-page h2 { font-size: 28px; }
  .sol-page h3 { font-size: 24px; }
  .sol-page h4 { font-size: 20px; }
  .sol-page h5 { font-size: 18px; }
  .sol-page h6 { font-size: 16px; }
  .sol-page p,
  .sol-page li,
  .sol-page td,
  .sol-page th { font-size: 16px; }
}

/* ---------- TYPOGRAPHY — SMARTPHONE (0–767) ---------- */
@media (max-width: 767px) {
  .sol-page h1 { font-size: 30px; }
  .sol-page h2 { font-size: 24px; }
  .sol-page h3 { font-size: 20px; }
  .sol-page h4 { font-size: 18px; }
  .sol-page h5 { font-size: 16px; }
  .sol-page h6 { font-size: 15px; }
  .sol-page p,
  .sol-page li,
  .sol-page td,
  .sol-page th { font-size: 15px; }
}

/* ---------- GLOBAL TYPO ---------- */
.sol-page h1, .sol-page h2, .sol-page h3,
.sol-page h4, .sol-page h5, .sol-page h6 {
  font-family: 'Gabarito', sans-serif;
  font-weight: 700;
  color: var(--sol-dark);
  line-height: 1.25;
  margin: 0 0 16px 0;
}
.sol-page p {
  color: var(--sol-text);
  line-height: 1.7;
  margin: 0 0 16px 0;
}
.sol-page ul, .sol-page ol {
  margin: 0 0 16px 0;
  padding-left: 20px;
}
.sol-page li {
  color: var(--sol-text);
  line-height: 1.7;
  margin-bottom: 6px;
}
.sol-page strong { font-weight: 700; }
.sol-page h2,
.single-content h2,
h2.kt-adv-heading,
.entry-content h2,
.wp-block-kadence-advancedheading,
body h2 { 
  margin-bottom: 32px !important; 
  margin-top: 8px !important;
  padding-bottom: 0 !important;
  font-size: 34px !important;
  font-family: 'Gabarito', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
@media (max-width: 767px) {
  body h2 { font-size: 24px !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body h2 { font-size: 28px !important; }
}

/* ---------- LAYOUT ---------- */
.sol-section {
  width: 100%;
  padding: 60px 20px;
}
.sol-section--alt {
  background: var(--sol-light);
}
.sol-section--dark {
  background: var(--sol-dark);
  color: var(--sol-white);
}
.sol-section--dark h2,
.sol-section--dark h3,
.sol-section--dark p,
.sol-section--dark li {
  color: var(--sol-white);
}
.sol-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.sol-section__intro {
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
}

/* ---------- HERO ---------- */
.sol-hero:first-child,
.entry-content > .wp-block-html:first-child .sol-hero,
.single-content > .wp-block-html:first-child .sol-hero {
  margin-top: -20px !important;
}
.sol-hero {
  width: 100%;
  padding: 80px 20px 70px;
  background: linear-gradient(135deg, var(--sol-dark) 0%, #0f2027 100%);
  text-align: center;
  color: var(--sol-white);
}
.sol-hero__badge {
  display: inline-block;
  background: var(--sol-red);
  color: var(--sol-white);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sol-hero h1 {
  color: var(--sol-white);
  margin-bottom: 20px;
}
.sol-hero__subtitle {
  color: rgba(255,255,255,0.85);
  max-width: 700px;
  margin: 0 auto 32px;
}
.sol-hero__ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sol-hero { padding: 50px 16px 45px; }
}
/* hero alignment handled inline */
.sol-hero h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.sol-hero__subtitle {
  max-width: 800px;
}
.sol-hero,
.sol-hero .sol-wrap,
.sol-hero p,
.sol-hero li,
.sol-hero span,
.sol-hero div {
  color: rgba(255,255,255,0.9) !important;
}
.sol-hero h1 {
  color: #fff !important;
}
.sol-hero strong {
  color: #fff !important;
}
.sol-hero .sol-hero__badge {
  color: #fff !important;
}

/* ---------- CTA BUTTONS ---------- */
.sol-cta {
  display: inline-block;
  background: var(--sol-red);
  color: var(--sol-white);
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: background 0.25s, transform 0.2s;
  text-align: center;
}
.sol-cta:hover {
  background: var(--sol-red-hover);
  transform: translateY(-2px);
  color: var(--sol-white);
}
.sol-cta--outline {
  background: transparent;
  border: 2px solid var(--sol-white);
  color: var(--sol-white);
}
.sol-cta--outline:hover {
  background: rgba(255,255,255,0.15);
  color: var(--sol-white);
}

/* ---------- SERPENTIN GRID (image + texte) ---------- */
.sol-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
  margin-bottom: 48px;
}
.sol-grid__img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.sol-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.sol-grid--reverse .sol-grid__img { order: 2; }
.sol-grid--reverse .sol-grid__text { order: 1; }
.sol-grid__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sol-grid { gap: 40px; }
}
@media (max-width: 767px) {
  .sol-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sol-grid__img { min-height: 220px; border-radius: 10px; }
  .sol-grid__img img { border-radius: 10px; }
  .sol-grid--reverse .sol-grid__img { order: 0; }
  .sol-grid--reverse .sol-grid__text { order: 0; }
  .sol-grid__text { padding: 0; }
}

/* ---------- STEPS ---------- */
.sol-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 32px 0;
}
.sol-step {
  background: var(--sol-white);
  border-radius: 10px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  text-align: center;
  position: relative;
}
.sol-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--sol-red);
  color: var(--sol-white);
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sol-steps { grid-template-columns: 1fr; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sol-steps { grid-template-columns: 1fr; gap: 20px; }
}

/* ---------- TABLE ---------- */
.sol-table-wrap {
  width: 100%;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
  display: block;
  max-width: 100%;
}
.sol-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 550px;
  white-space: nowrap;
}
.sol-table th {
  background: var(--sol-dark);
  color: var(--sol-white);
  padding: 14px 16px;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.sol-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--sol-border);
}
.sol-table tbody tr:nth-child(even) {
  background: var(--sol-light);
}
.sol-table tbody tr:hover {
  background: #e8ecf0;
}
@media (max-width: 767px) {
  .sol-table-wrap {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--sol-border);
    border-radius: 8px;
  }
  .sol-table {
    min-width: 500px;
  }
  .sol-table th,
  .sol-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
}

/* ---------- INFO CARDS ---------- */
.sol-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 32px 0;
}
.sol-card {
  background: var(--sol-white);
  border-radius: 10px;
  padding: 28px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border-left: 4px solid var(--sol-red);
}
.sol-card h3 { margin-bottom: 10px; }
@media (max-width: 767px) {
  .sol-cards { grid-template-columns: 1fr; }
}

/* ---------- HIGHLIGHT BOX ---------- */
.sol-highlight {
  background: #fef3f3;
  border-left: 4px solid var(--sol-red);
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}
.sol-highlight--blue {
  background: #eef4fc;
  border-left-color: var(--sol-blue);
}
.sol-highlight--green {
  background: #eef8f2;
  border-left-color: var(--sol-green);
}
.sol-highlight p:last-child { margin-bottom: 0; }
.sol-highlight h3 { color: var(--sol-dark); margin-bottom: 12px !important; }
.sol-highlight--green h3 { color: #155d34; }
.sol-highlight--blue h3 { color: #0b3d91; }

/* ---------- STAT BOXES ---------- */
.sol-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 32px 0;
}
.sol-stat {
  text-align: center;
  padding: 24px 12px;
  background: var(--sol-white);
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.sol-stat__num {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: var(--sol-red);
  line-height: 1.1;
  margin-bottom: 8px;
}
.sol-stat__label {
  font-size: 14px;
  color: var(--sol-text);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sol-stats { grid-template-columns: repeat(2, 1fr); }
  .sol-stat__num { font-size: 28px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sol-stats { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- FAQ ---------- */
.sol-faq { margin: 24px 0; }
.sol-faq__item {
  border: 1px solid var(--sol-border);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.sol-faq__q {
  width: 100%;
  background: var(--sol-white) !important;
  border: none;
  padding: 18px 48px 18px 20px;
  text-align: left;
  font-weight: 700;
  font-size: 17px;
  color: var(--sol-dark) !important;
  cursor: pointer;
  position: relative;
  font-family: 'Gabarito', sans-serif;
  line-height: 1.4;
}
.sol-faq__q:hover,
.sol-faq__q:focus,
.sol-faq__q:active {
  background: var(--sol-white) !important;
  color: var(--sol-dark) !important;
}
.sol-faq__q::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
  color: var(--sol-red);
  transition: transform 0.3s;
}
.sol-faq__q[aria-expanded="true"]::after {
  content: '\2212';
}
.sol-faq__a {
  display: none;
  padding: 0 20px 20px;
  background: var(--sol-white);
}
.sol-faq__a.sol-faq__a--open {
  display: block;
}
.sol-faq__a a.sol-cta {
  margin-top: 12px;
  font-size: 14px;
  padding: 10px 20px;
}

/* ---------- TARIFS LIST ---------- */
.sol-tarifs {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.sol-tarifs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--sol-border);
  flex-wrap: wrap;
  gap: 8px;
}
.sol-tarifs__label { font-weight: 600; }
.sol-tarifs__price {
  font-weight: 800;
  color: var(--sol-red);
  white-space: nowrap;
}
.sol-grid__text .sol-tarifs { margin-top: 12px; }
.sol-grid__text .sol-tarifs li { padding: 10px 0; }

/* ---------- ZONE / VILLES ---------- */
.sol-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0;
}
.sol-zone-item {
  display: block;
  background: var(--sol-white);
  padding: 18px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-decoration: none;
  color: var(--sol-dark);
  font-weight: 600;
  transition: box-shadow 0.2s, transform 0.2s;
  text-align: center;
}
.sol-zone-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transform: translateY(-2px);
  color: var(--sol-red);
}
a.sol-zone-item::after {
  content: ' →';
  color: var(--sol-red);
  font-weight: 700;
}
@media (max-width: 767px) {
  .sol-zone-grid,
  .sol-zone-grid[style] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .sol-zone-item {
    padding: 14px 12px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sol-zone-grid[style*="repeat(5"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.sol-zone-cta {
  text-align: center;
  margin-top: 24px;
}

/* ---------- CHECKLIST STYLED ---------- */
.sol-checklist {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.sol-checklist li {
  padding: 6px 0 6px 28px;
  position: relative;
}
.sol-checklist li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--sol-green);
  font-weight: 800;
  font-size: 16px;
}
.sol-checklist--cross li::before {
  content: '\2717';
  color: var(--sol-red);
}

/* ---------- BADGE / TAG ---------- */
.sol-badge {
  display: inline-block;
  background: var(--sol-red);
  color: var(--sol-white);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

/* ---------- SEPARATOR ---------- */
.sol-sep {
  width: 60px;
  height: 4px;
  background: var(--sol-red);
  border: none;
  margin: 20px auto 28px;
  border-radius: 2px;
}
.sol-sep--left { margin-left: 0; }

/* ---------- NOTE / DISCLAIMER ---------- */
.sol-note {
  background: #fef9e7;
  border-left: 4px solid var(--sol-orange);
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 24px 0;
}
.sol-note p:last-child { margin-bottom: 0 !important; }

/* ---------- TEXT SHADOW ---------- */
.sol-text-shadow {
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* ---------- CTA GROUP ---------- */
.sol-cta-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

/* ---------- GRID SPACING ---------- */
.sol-grid + .sol-grid { margin-top: 32px; }
.sol-grid:last-child { margin-bottom: 0; }

/* ---------- BRANDS / MARQUES ---------- */
.bX9Q47A5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
  border-radius: 10px;
  padding: 10px;
  background: var(--sol-white);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.bX9Q47A5:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.bX9Q47A5 img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .bX9Q47A5 {
    padding: 8px;
  }
  [style*="grid-template-columns:repeat(5"] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [style*="grid-template-columns:repeat(5"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.bX9Q47A6 {
  display: block;
  text-align: center;
  margin-top: auto;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--sol-red);
  text-decoration: none;
  transition: color 0.2s;
}
.bX9Q47A6:hover {
  color: var(--sol-red-hover);
  text-decoration: underline;
}

/* ---------- CONTACT SECTION ---------- */
#contact.sol-section--dark {
  background-image: linear-gradient(rgba(26,26,46,0.92),rgba(26,26,46,0.92)),url('https://solea-climatisation-lyon.fr/wp-content/uploads/2026/01/background-pac.webp') !important;
  background-size: cover !important;
  background-position: center !important;
}
#contact.sol-section--dark h2,
#contact.sol-section--dark p,
#contact.sol-section--dark label {
  color: #fff !important;
}
#contact.sol-section--dark p {
  color: rgba(255,255,255,0.85) !important;
}

/* ---------- HEADING MARGIN RESET ---------- */
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  margin: 0 0 30px 0 !important;
  margin-bottom: 30px !important;
}

/* ---------- DEPANNAGE — PANNES GRID 3+2 ---------- */
.sol-pannes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 0;
}
.sol-panne {
  background: var(--sol-white);
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  text-align: center;
}
.sol-panne__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
  color: var(--sol-white);
}
.sol-panne__icon--blue { background: var(--sol-blue); }
.sol-panne__icon--red { background: var(--sol-red); }
.sol-panne__icon--orange { background: var(--sol-orange); }
.sol-panne__icon--green { background: var(--sol-green); }
.sol-panne__icon--dark { background: var(--sol-dark); }
.sol-panne h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.sol-panne p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}
.sol-pannes--row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .sol-pannes { grid-template-columns: 1fr; }
  .sol-pannes--row2 { grid-template-columns: 1fr; max-width: 100%; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sol-pannes { grid-template-columns: repeat(2, 1fr); }
  .sol-pannes--row2 { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- DEPANNAGE — SERPENTIN ACCORDÉON ---------- */
.sol-serp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: stretch;
}
.sol-serp--reverse .sol-serp__img { order: 2; }
.sol-serp--reverse .sol-serp__content { order: 1; }
.sol-serp__img {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
.sol-serp__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}
.sol-serp__content h2 {
  margin-bottom: 24px;
}
.sol-accordion {
  margin: 0;
}
.sol-accordion__item {
  border: 1px solid var(--sol-border);
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.sol-accordion__trigger {
  width: 100%;
  background: var(--sol-white) !important;
  border: none;
  padding: 16px 44px 16px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: var(--sol-dark) !important;
  cursor: pointer;
  position: relative;
  font-family: 'Gabarito', sans-serif;
  line-height: 1.4;
}
.sol-accordion__trigger:hover,
.sol-accordion__trigger:focus,
.sol-accordion__trigger:active {
  background: var(--sol-white) !important;
  color: var(--sol-dark) !important;
}
.sol-accordion__item {
  box-shadow: none !important;
}
.sol-accordion__item:hover {
  box-shadow: none !important;
}
.sol-accordion__trigger:hover {
  box-shadow: none !important;
}
.sol-accordion__trigger::after {
  content: '+';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: var(--sol-red);
}
.sol-accordion__trigger[aria-expanded="true"]::after {
  content: '\2212';
}
.sol-accordion__panel {
  display: none;
  padding: 0 18px 18px;
  background: var(--sol-white);
}
.sol-accordion__panel.sol-accordion__panel--open {
  display: block;
}
.sol-accordion__panel ul {
  padding-left: 18px;
}
.sol-accordion__panel li {
  font-size: 15px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .sol-serp {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sol-serp--reverse .sol-serp__img { order: 0; }
  .sol-serp--reverse .sol-serp__content { order: 0; }
  .sol-serp__img {
    position: relative;
    min-height: 250px;
  }
  .sol-serp__img img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 250px;
    object-fit: cover;
  }
}

/* ---------- DEPANNAGE — CTA BAND ---------- */
.sol-cta-band {
  background: var(--sol-red);
  padding: 40px 20px;
  text-align: center;
}
.sol-cta-band h2 {
  color: var(--sol-white);
  margin-bottom: 8px;
}
.sol-cta-band p {
  color: rgba(255,255,255,0.85);
  margin-bottom: 20px;
}
.sol-cta-band .sol-cta {
  background: var(--sol-white);
  color: var(--sol-red);
  font-weight: 800;
}
.sol-cta-band .sol-cta:hover {
  background: #f0f0f0;
  color: var(--sol-red-hover);
}

/* ---------- HOMEPAGE COMPARATIF CAROUSEL ---------- */
.sol-carousel-wrap {
  position: relative;
  overflow: hidden;
}
.sol-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
}
.sol-carousel::-webkit-scrollbar { display: none; }
.sol-carousel .F4K9X2 {
  flex: 0 0 calc(33.333% - 16px);
  scroll-snap-align: start;
  min-width: 280px;
}
.sol-carousel-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.sol-carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--sol-dark);
  background: var(--sol-white);
  color: var(--sol-dark);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.sol-carousel-btn:hover {
  background: var(--sol-dark);
  color: var(--sol-white);
}
@media (max-width: 767px) {
  .sol-carousel .F4K9X2 {
    flex: 0 0 85%;
    min-width: 0;
  }
  .sol-carousel {
    scroll-snap-type: x mandatory;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sol-carousel .F4K9X2 {
    flex: 0 0 calc(50% - 12px);
  }
}
/* ---------- COMPARATIF CARDS EQUAL WIDTH ---------- */
.F4K9X2 {
  max-width: 100% !important;
  width: 100% !important;
}

/* ---------- HOMEPAGE SERVICES 3-GRID — cards equal height ---------- */
.solea-cta-wrap {
  margin-top: auto !important;
  padding-top: 20px;
}

/* ---------- HOMEPAGE SERVICES 3-GRID ---------- */
@media (max-width: 767px) {
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns: repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  [style*="grid-template-columns:repeat(3,1fr)"],
  [style*="grid-template-columns: repeat(3,1fr)"] {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ---------- ENTREPOT PAGE ---------- */
.sol-hero--entrepot {
  background: linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),url('https://solea-climatisation-lyon.fr/wp-content/uploads/2026/01/background-climatisation.webp') center/cover no-repeat;
}
.sol-hero--entrepot .sol-hero__badge {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  text-align: left;
  background: rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 24px 32px;
  max-width: 700px;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .sol-hero--entrepot .sol-hero__badge {
    grid-template-columns: 1fr;
    padding: 16px 20px;
  }
}
.sol-cta-band--entrepot {
  background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url('https://solea-climatisation-lyon.fr/wp-content/uploads/2026/01/background-pac.webp') center/cover no-repeat;
}
.sol-panne--bordered {
  border-top: 4px solid #F7A400;
}
.sol-aides-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
.sol-aides-list li {
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}
.sol-aides-list li::before {
  content: '\2705';
  position: absolute;
  left: 0;
  top: 0;
}

/* ---------- ENTREPOT FORM ---------- */
#form-entrepot {
  display: grid;
  gap: 16px;
}
#form-entrepot input[type="text"],
#form-entrepot input[type="email"],
#form-entrepot input[type="tel"],
#form-entrepot input[type="number"],
#form-entrepot select,
#form-entrepot textarea {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
}
#form-entrepot textarea {
  resize: vertical;
}
#form-entrepot .sol-hp {
  position: absolute;
  left: -9999px;
}
#form-entrepot .sol-captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
#form-entrepot .sol-captcha-row label {
  font-size: 14px;
}
#form-entrepot .sol-captcha-row input {
  width: 80px;
}

/* ---------- B2B PRO CARDS ---------- */
.sol-b2b-card {
  background: var(--sol-light) !important;
  border-radius: 12px;
  padding: 28px 16px;
  text-align: center;
  text-decoration: none;
  color: var(--sol-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.25s, box-shadow 0.25s;
  border: 2px solid transparent;
}
.sol-b2b-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  border-color: var(--sol-red);
  color: var(--sol-dark);
}
.sol-b2b-card strong {
  font-size: 15px;
}
.sol-b2b-card span {
  font-size: 13px;
  color: #666;
}
.sol-b2b-card::after {
  content: 'En savoir plus →';
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sol-red);
}

/* ---------- B2B GRID RESPONSIVE ---------- */
@media (max-width: 767px) {
  .sol-b2b-card {
    padding: 20px 12px;
  }
  div[style*="grid-template-columns:repeat(5,1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  div[style*="grid-template-columns:repeat(5,1fr)"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* ---------- ALL SECTION CONTAINERS ---------- */
.single-content section,
.entry-content section,
body .wp-block-html section,
body section.sol-section,
body section.sol-hero,
body section.sol-cta-band,
body section[style],
body section[class] {
  padding: 80px 20px !important;
}
.kP93X8aL {
  padding: 50px 20px 40px !important;
}
.single-content section > div:first-child,
.entry-content section > div:first-child,
body .sol-wrap,
body .sx92481736,
body .Qp7Zx2,
body .rZ91kQ4,
body .zK7p91Q5 {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body .sx92481737,
body .sx92481738 {
  max-width: 1400px !important;
}
body .V8cR2L {
  max-width: 1400px !important;
  margin: 0 auto !important;
}
body .C9X4K2 > h2,
body .rZ91kQ2 > h2,
body .zK7p91Q2 > h2,
body .zK7p91Q2 > p {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ---------- RESPONSIVE HELPERS ---------- */
@media (max-width: 767px) {
  .sol-section { padding: 40px 16px; }
  .sol-hero { padding: 40px 16px; }
  .sol-cards { gap: 16px; }
  .sol-card { padding: 20px 16px; }
}
