/* ==========================================================================
   SOLUTIS — CSS conforme au cahier des charges
   Couleur principale : #4738DE | Rouge labels : #EC1C24 | Font : Poppins
   ========================================================================== */

:root {
  --blue: #4738de;
  --blue-dark: #3228b0;
  --blue-light: #ecedfc;
  --green: #c2f66e;
  --green-hover: #aee85a;
  --red: #ec1c24;
  --bg-nav: #ecedfc;
  --text: #1a2340;
  --text-light: #6b7280;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  --radius: 18px;
  --radius-pill: 100px;
}

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

body {
  font-family:
    "Poppins",
    -apple-system,
    sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--white);
}

/* Images et médias responsives par défaut (y compris contenus DXPR/Drupal) */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   TOPBAR — logo + Trustpilot + CTA + Espace client (fond blanc)
   ========================================================================== */
/* Logo topbar */
/* Partie droite */
/* Trustpilot */
/* CTA Demande de rappel */
/* Espace client */
/* Admin fix topbar */
body.user-logged-in .sol-topbar {
  position: relative !important;
  top: auto !important;
  z-index: 10 !important;
}

/* --- Variante 2 : fond blanc pur --- */
/* --- Variante 3 : fond bleu #4738DE --- */
/* --- Variante 4 : fond sombre #0f1724 --- */
/* Espace client blanc (variantes foncées) */
/* ==========================================================================
.hero {
  position: relative;
  padding: 25px 0 16px 0;
}

/* Vague PNG en fond */
.hero__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  z-index: 0;
  pointer-events: none;
}
.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

/* 2 colonnes : texte et visuels avec largeur similaire */
/* --- Colonne gauche : texte prend toute la hauteur --- */
.hero__accent {
  color: var(--blue);
}
.hero__desc {
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 400;
  color: black;
  line-height: 1.7;
}

/* --- Colonne droite --- */
/* ===================== Galerie photos interactive ===================== */
.hero__gallery {
  display: flex;
  gap: 12px;
  align-items: stretch;
  height: 420px;
}

.hero__photo {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  flex: 1;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Photo active = grande */
/* Photo inactive = petite (les 2 autres se partagent le reste) */
.hero__photo:not(.hero__photo--active) {
  flex: 1;
}

.hero__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Label en bas de chaque photo */
.hero__photo-label {
  position: absolute;
  bottom: 12px;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.hero__photo-label-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
}
.hero__photo-label-text {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  line-height: 1.3;
  white-space: normal;
}

/* ===================== 6 blocs services — pleine largeur, sans bordure ===================== */
.hero__services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.hero__service-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 18px;
  min-height: 64px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border: none;
}
.hero__service-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex-shrink: 0;
}
.hero__service-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--red);
  line-height: 1.3;
}

/* ==========================================================================
   BLOC REASSURANCE 2 COLONNES (style maquetté)
   ========================================================================== */
/* carré bleu #ECEDFC (recettage) */
.sol-reassure__text {
  margin-top: 30px; /* espace entre fond violet et texte libre */
  background: transparent;
}
.sol-reassure__text .sol-reassure__paragraph:first-child {
  margin-top: 55px;
}
.sol-reassure__row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 50px 0;
}
.sol-reassure__row + .sol-reassure__row {
  border-top: 1px solid rgba(71, 56, 222, 0.18);
}
.sol-reassure__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.sol-reassure__row-text {
  font-family: "Poppins", sans-serif;
  color: var(--blue);
}
.sol-reassure__row-text--stacked {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sol-reassure__row-heading {
  font-family: "Manrope", sans-serif;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 0;
}
.sol-reassure__paragraph {
  font-size: 13.5px;
  line-height: 1.7;
  color: #374151;
}
.sol-reassure__link {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text);
  text-transform: capitalize;
}
.sol-reassure__link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   BLOC NOTRE SERVICE PATRIMONIAL
   ========================================================================== */
.bg-light {
  background: #f9f9f9;
}

/* Alternance stricte des blocs produits (maquette) */
.bg-light.py-5 .bloc-produits {
  border-radius: 24px !important;
  padding: 34px 28px;
  border: 1.5px solid transparent;
}

.bg-light.py-5 .bloc-produits:nth-of-type(odd) {
  background: #4738de;
  color: #fff;
}

.bg-light.py-5 .bloc-produits:nth-of-type(even) {
  background: #fff;
  color: #111827;
  border-color: #6a5dff;
}

.bg-light.py-5 .bloc-produits:nth-of-type(odd) h3 {
  color: #ccff4f;
}

.bg-light.py-5 .bloc-produits:nth-of-type(even) h3 {
  color: #ec1c24;
}

.bg-light.py-5 .bloc-produits:nth-of-type(odd) p,
.bg-light.py-5 .bloc-produits:nth-of-type(odd) span {
  color: #fff;
}

.bg-light.py-5 .bloc-produits:nth-of-type(even) p,
.bg-light.py-5 .bloc-produits:nth-of-type(even) span {
  color: #111827;
}

.bg-light.py-5 .bloc-produits .btn.btn-primary {
  border: none;
  border-radius: 999px;
  font-weight: 600;
}

.bg-light.py-5 .bloc-produits:nth-of-type(odd) .btn.btn-primary {
  background: #bff574;
  color: #4738de;
}

.bg-light.py-5 .bloc-produits:nth-of-type(even) .btn.btn-primary {
  background: #ec1c24;
  color: #fff;
}

.bg-light.py-5 .bloc-produits .row {
  align-items: center;
}

.bg-light.py-5 .bloc-produits .col-7 {
  margin-top: 0 !important;
}

.bg-light.py-5 .bloc-produits img {
  width: 100%;
  max-width: 300px;
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .bg-light.py-5 .bloc-produits {
    padding: 24px 18px;
  }

  .bg-light.py-5 .bloc-produits .col-1,
  .bg-light.py-5 .bloc-produits .col-7,
  .bg-light.py-5 .bloc-produits .col-4 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .bg-light.py-5 .bloc-produits .col-4 {
    margin-top: 14px;
  }

  .bg-light.py-5 .bloc-produits .btn.btn-primary {
    float: none !important;
    width: 100%;
    margin-top: 12px !important;
  }
}

.sol-patrimonial__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Colonne visuelle */
.sol-patrimonial__media {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: 340px;
}

.sol-patrimonial__image {
  border-radius: 20px;
  overflow: hidden;
  background-color: #e5e7eb;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.sol-patrimonial__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Image principale (Maison) */
.sol-patrimonial__image--main {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 250px;
  z-index: 1;
}

/* Image secondaire (Personnes) — chevauchement */
.sol-patrimonial__image--secondary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 200px;
  z-index: 2;
}

/* Colonne texte */
.sol-patrimonial__content {
  padding-left: 20px;
}
.sol-patrimonial__text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.85;
  color: #374151;
  margin: 0 0 32px;
  text-align: left;
}
.sol-patrimonial__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 999px;
  background: #4738de;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  box-shadow: 0 4px 16px rgba(71, 56, 222, 0.3);
}
.sol-patrimonial__cta:hover {
  background: #3228b0;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .sol-patrimonial__layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .sol-patrimonial__media {
    margin: 0 auto 40px;
    max-width: 450px;
    height: 300px;
  }
  .sol-patrimonial__image--main {
    width: 68%;
    height: 220px;
  }
  .sol-patrimonial__image--secondary {
    width: 58%;
    height: 170px;
  }
  .sol-patrimonial__content {
    padding-left: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .sol-patrimonial__text {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .sol-patrimonial {
    padding: 60px 20px 80px;
  }
  .sol-patrimonial__title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .sol-patrimonial__media {
    height: 260px;
  }
  .sol-patrimonial__image--main {
    width: 72%;
    height: 190px;
  }
  .sol-patrimonial__image--secondary {
    width: 58%;
    height: 150px;
    border-width: 5px;
  }
}

/* ==========================================================================
   BLOC TÉMOIGNAGES (NOUVEAU)
   ========================================================================== */
.sol-testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sol-testimonials__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 70px;
  align-items: center;
}

.sol-testimonials__col-title {
  display: flex;
  align-items: center;
}

.sol-testimonials__card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 52px;
  border: 1px solid #d9ddff; /* Violet très clair comme la maquette */
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.sol-testimonials__content {
  margin-bottom: 32px;
}
.sol-testimonials__text {
  font-size: 13.5px;
  line-height: 1.8;
  color: #4b5563;
}

.sol-testimonials__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e7eb;
  padding-top: 22px;
}

.sol-testimonials__info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sol-testimonials__index {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}
.sol-testimonials__meta {
  display: flex;
  flex-direction: column;
}
.sol-testimonials__author {
  font-size: 15px;
  font-weight: 700;
  color: #4738de; /* Nom en violet */
}
.sol-testimonials__date {
  font-size: 11px;
  color: #6b7280;
}

.sol-testimonials__nav {
  display: flex;
  gap: 10px;
}
.sol-testimonials__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccff4f; /* Vert fluo */
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  color: #111827;
}
.sol-testimonials__arrow:hover {
  background: #b2e63e;
  transform: translateY(-1px);
}
.sol-testimonials__arrow svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1024px) {
  .sol-testimonials__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .sol-testimonials__col-title {
    justify-content: center;
  }
  .sol-testimonials__title {
    text-align: center;
    font-size: 32px;
  }
  .sol-testimonials__card {
    padding: 36px 32px;
  }
}
@media (max-width: 640px) {
  .sol-testimonials {
    padding: 60px 20px 70px;
  }
  .sol-testimonials__card {
    padding: 28px 22px;
    border-radius: 20px;
  }
  .sol-testimonials__footer {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .sol-testimonials__nav {
    align-self: flex-end;
  }
}

/* ==========================================================================
   BLOC PRESSE (NOUVEAU)
   ========================================================================== */
.sol-press__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sol-press__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.sol-press__item {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sol-press__item img {
  max-height: 60px; /* Taille uniforme des logos */
  width: auto;
  object-fit: contain;
  /* Optionnel: filtre gris si l'image n'est pas déjà noir/blanc, sinon laisser normal */
  /* filter: grayscale(100%); opacity: 0.8; */
}

@media (max-width: 900px) {
  .sol-press__grid {
    justify-content: center;
    gap: 30px 50px;
  }
}
@media (max-width: 640px) {
  .sol-press__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .sol-press__item img {
    max-height: 32px;
  }
}

/* ==========================================================================
   BLOC CONTACT — "On parle ensemble !"
   ========================================================================== */
.sol-contact {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  /* même fond que le reste de la page pour un bloc “posé” */
  background: #f9f9f9;
}

/* Image de fond plein écran */
.sol-contact__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}

.sol-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 0px;
  display: flex;
  align-items: center;
}

/* Carte formulaire flottante */
.sol-contact__card {
  background: #4738de;
  border-radius: 0;
  padding: 52px 48px;
  max-width: 460px;
  width: 100%;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.sol-contact__title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 10px;
}
.sol-contact__desc {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.6;
  margin: 0 0 28px;
}

/* Labels du formulaire Drupal */
/* Inputs */
/* Bouton Envoyez */
/* Messages Drupal dans le form */
.sol-contact .messages {
  margin: 16px 0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .sol-contact__inner {
    padding: 48px 32px;
  }
  .sol-contact__card {
    max-width: 440px;
    padding: 40px 34px;
  }
}
@media (max-width: 768px) {
  .sol-contact {
    min-height: auto;
  }
  .sol-contact__inner {
    padding: 40px 20px;
    justify-content: center;
  }
  .sol-contact__card {
    max-width: 100%;
  }
  .sol-contact__form .form-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .sol-contact__title {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .sol-contact__card {
    padding: 32px 22px;
    border-radius: 18px;
  }
}

/* ==========================================================================
   BLOC FAQ — "Une question à propos de Solutis ?"
   ========================================================================== */
.sol-faq__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sol-faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 60px;
  align-items: flex-start;
}

.sol-faq__col-left {
  padding-top: 10px;
}
.sol-faq__cta {
  display: inline-block;
  padding: 11px 26px;
  border-radius: 999px;
  background: #4738de;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.sol-faq__cta:hover {
  background: #3228b0;
}

.sol-faq__col-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sol-faq__item {
  background: #e4e6ff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  transition:
    background 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.sol-faq__item:hover {
  background: #e4e5ff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.sol-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  text-align: left;
}
.sol-faq__chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #000;
  width: 20px;
  height: 20px;
}
.sol-faq__question[aria-expanded="true"] .sol-faq__chevron {
  transform: rotate(180deg);
}

.sol-faq__answer {
  padding: 0 22px 18px;
}
.sol-faq__answer p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

@media (max-width: 1024px) {
  .sol-faq__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .sol-faq__col-left {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .sol-faq {
    padding: 60px 20px 72px;
  }
  .sol-faq__title {
    font-size: 24px;
  }
  .sol-faq__question {
    font-size: 13px;
    padding: 14px 16px;
  }
}

/* ==========================================================================
   BLOC ACTUALITÉS
   ========================================================================== */
.sol-news__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sol-news__badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ec1c24;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  align-self: flex-start;
}
.sol-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}
.sol-news__card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.sol-news__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
}
.sol-news__card-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.sol-news__card-body {
  padding: 16px 18px 18px;
}
.sol-news__card-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 10px 0 0;
}
.sol-news__card-title a {
  color: inherit;
  text-decoration: none;
}
.sol-news__card-title a:hover {
  text-decoration: underline;
}
.sol-news__more {
  text-align: center;
}
.sol-news__more-btn {
  display: inline-block;
  padding: 11px 32px;
  border-radius: 999px;
  background: #4738de;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.sol-news__more-btn:hover {
  background: #3228b0;
}

@media (max-width: 1024px) {
  .sol-news__top {
    grid-template-columns: 1fr;
  }
  .sol-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .sol-news {
    padding: 64px 20px 80px;
  }
  .sol-news__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BLOC OUTILS DE CALCULS
   ========================================================================== */
.sol-tools__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 32px;
}
.sol-tools__card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 26px 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}
.sol-tools__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
.sol-tools__grid:hover .sol-tools__card--active {
  border-color: #e5e7eb;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}
.sol-tools__grid:hover .sol-tools__card:hover {
  border-color: rgba(236, 28, 36, 0.5);
  box-shadow: 0 18px 40px rgba(236, 28, 36, 0.12);
}
.sol-tools__icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.sol-tools__label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4738de;
  text-align: center;
}
@media (max-width: 1024px) {
  .sol-tools {
    padding: 64px 24px 80px;
  }
  .sol-tools__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .sol-tools {
    padding: 48px 16px 64px;
  }
  .sol-tools__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BLOC PARTENAIRES (slider infini)
   ========================================================================== */
.sol-partners__marquee {
  position: relative;
  overflow: hidden;
}
.sol-partners__track {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: sol-partners-scroll 28s linear infinite;
}
.sol-partners__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
}
.sol-partners__item img {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(15, 23, 42, 0.16));
}
@keyframes sol-partners-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .sol-partners {
    padding: 56px 24px 72px;
  }
  .sol-partners__track {
    gap: 32px;
    animation-duration: 24s;
  }
}
@media (max-width: 640px) {
  .sol-partners {
    padding: 48px 16px 64px;
  }
  .sol-partners__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .sol-partners__item img {
    max-height: 40px;
  }
}

/* ==========================================================================
   BLOC PRODUITS
   ========================================================================== */
/* ---- Carte : 3 colonnes ---- */
/* TYPE 1 : Fond Violet */
/* TYPE 2 : Fond Blanc + Bordure Rouge */
/* TYPE 3 : Fond Blanc + Bordure Bleue/Grise */
/* ---- Colonne 1 : index ---- */
/* ---- Colonne 2 : texte ---- */
/* Couleurs titres */
/* Liste liens */
/* Puces sur fond blanc */
/* ---- Colonne 3 : Média (Image + Bouton DESSOUS) ---- */
/* Image normale dans le flux */
/* Bouton CTA */
/* Couleurs CTA */
/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .sol-products__card {
    grid-template-columns: 40px 1fr 340px; /* Réduit colonne image */
    padding: 36px 32px;
    gap: 24px;
  }
}

@media (max-width: 900px) {
  /* Passage en mode vertical tablette/mobile */
  .sol-products__card {
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    gap: 24px;
  }

  .sol-products__col--index {
    width: 100%;
    margin-bottom: -10px; /* Remonte un peu */
  }

  .sol-products__col--content {
    width: 100%;
  }

  .sol-products__col--media {
    width: 100%;
    margin-top: 10px;
    align-items: stretch; /* Bouton pleine largeur mobile */
  }

  .sol-products__col--media img {
    max-height: 220px;
    width: 100%;
  }

  .sol-products__cta {
    max-width: none; /* Pleine largeur sur mobile */
  }
}

@media (max-width: 640px) {
  .sol-products {
    padding: 48px 16px 64px;
  }
  .sol-products__card {
    padding: 24px 20px;
    border-radius: 20px;
  }
  .sol-products__heading {
    font-size: 20px;
  }
  .sol-products__text {
    font-size: 13.5px;
  }
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* --- Tablette large (≤ 1280px) --- */
@media (max-width: 1280px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .hero__title {
    font-size: 42px;
  }
  .hero__gallery {
    height: 400px;
  }
  .sol-navbar--light {
    padding: 0 20px;
  }
  .sol-navbar--light .sol-navbar__links a {
    padding: 8px 14px;
    font-size: 0.78rem;
  }
}

/* --- Tablette (≤ 1024px) --- */
@media (max-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 32px 160px;
  }
  .hero__left {
    padding-top: 0;
  }
  .hero__title {
    font-size: 38px;
  }
  .hero__desc {
    max-width: 600px;
  }
  .hero__gallery {
    height: 360px;
  }
  .sol-navbar--light .sol-navbar__links {
    gap: 5px;
    flex-wrap: wrap;
  }
  .sol-navbar--light .sol-navbar__links a {
    padding: 7px 12px;
    font-size: 0.74rem;
  }
  .sol-topbar__inner {
    padding: 0 24px;
  }
}

/* --- Tablette portrait (≤ 900px) : menu burger --- */
@media (max-width: 900px) {
  .sol-navbar__burger {
    display: flex;
  }
  .sol-navbar--light .sol-navbar__links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--blue-light);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    flex-wrap: nowrap;
  }
  .sol-navbar--light.is-open .sol-navbar__links {
    display: flex;
  }
  .sol-navbar--light .sol-navbar__links li {
    width: 100%;
  }
  .sol-navbar--light .sol-navbar__links a {
    width: 100%;
    justify-content: flex-start;
  }

  .sol-topbar__trustpilot {
    display: none;
  }
  .sol-topbar__inner {
    padding: 0 20px;
    gap: 12px;
  }

  .hero__inner {
    padding: 32px 24px 120px;
  }
  .hero__title {
    font-size: 34px;
  }
  .hero__gallery {
    height: 320px;
  }
}

/* --- Mobile (≤ 640px) --- */
@media (max-width: 640px) {
  /* On masque la vague en mobile pour plus de lisibilité */
  .hero__bg {
    display: none;
  }

  .sol-topbar__cta {
    display: none;
  }
  .sol-topbar__inner {
    gap: 8px;
  }

  .hero__inner {
    padding: 24px 16px 80px;
  }
  .hero__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .hero__desc {
    font-size: 0.88rem;
  }
.hero__gallery {
        height: 300px;
        gap: 12px;
    }
  .hero__photo-label {
    padding: 6px 10px;
    bottom: 8px;
    left: 6px;
    right: 6px;
  }
  .hero__photo-label-text {
    font-size: 11px;
  }
  .hero__services {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .hero__service-text {
    font-size: 14px;
  }

  .sol-navbar--light {
    height: 60px;
  }
  .sol-navbar__logo-img {
    height: 34px;
  }
  .sol-navbar--light .sol-navbar__links {
    top: 60px;
  }
}

/* ==========================================================================
   ANIMATIONS ET AMÉLIORATIONS
   ========================================================================== */

/* Animation fade-in pour les sections */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero,
.sol-reassure,
.sol-patrimonial,
.sol-testimonials,
.sol-press,
.sol-contact,
.sol-faq {
  animation: fadeInUp 0.6s ease-out;
}

/* Hover effects améliorés */
.hero__service-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero__service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Amélioration des boutons */
/* Amélioration de la galerie hero */
.hero__photo {
  position: relative;
}

.hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hero__photo:hover::after {
  opacity: 1;
}

.hero__photo-label {
  transition: transform 0.3s ease;
}

.hero__photo:hover .hero__photo-label {
  transform: translateY(-4px);
}

/* Amélioration des cartes témoignages */
.sol-testimonials__card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.sol-testimonials__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.1);
}

/* Animation des logos presse */
.sol-press__item img {
  transition: all 0.3s ease;
  filter: grayscale(100%) opacity(0.6);
}

.sol-press__item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}

/* Amélioration du formulaire de contact */
.sol-contact__form input:focus,
/* Scroll reveal pour les éléments */
@media (prefers-reduced-motion: no-preference) {
  .sol-reassure__row,
  .sol-news__card,
  .sol-faq__item {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
  }

  .sol-reassure__row:nth-child(1) {
    animation-delay: 0.1s;
  }
  .sol-reassure__row:nth-child(2) {
    animation-delay: 0.2s;
  }
  .sol-reassure__row:nth-child(3) {
    animation-delay: 0.3s;
  }

  .sol-news__card:nth-child(1) {
    animation-delay: 0.1s;
  }
  .sol-news__card:nth-child(2) {
    animation-delay: 0.2s;
  }
  .sol-news__card:nth-child(3) {
    animation-delay: 0.3s;
  }

  .sol-faq__item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .sol-faq__item:nth-child(2) {
    animation-delay: 0.2s;
  }
  .sol-faq__item:nth-child(3) {
    animation-delay: 0.3s;
  }
}

/* Footer styles — définis dans footer.css */

/* Accessibilité améliorée */
.sol-faq__question:focus,
.hero__service-item:focus,
.sol-testimonials__arrow:focus {
  outline: 3px solid #4738de;
  outline-offset: 2px;
}

/* Mode sombre (si activé) */
@media (prefers-color-scheme: dark) {
  :root {
    --text: #e5e7eb;
    --text-light: #9ca3af;
  }
}

/* Homepage V1 alignements maquette : produits + avis responsive */
.hp-product {
  display: grid;
  grid-template-columns: 70px 1fr 360px;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #4a3ee0;
  padding: 22px;
  margin-bottom: 18px;
}
.hp-product--blue {
  background: #4738de;
  color: #fff;
  border-color: #4738de;
}
.hp-product--white {
  background: #fff;
  color: #111a3a;
}
.hp-product__meta {
  font-weight: 600;
  font-size: 24px;
}
.hp-product__content h3 {
  margin: 4px 0 12px;
  font-size: 38px;
}
.hp-product--white .hp-product__content h3 {
  color: #2a2fbb;
}
.hp-product__content p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
}
.hp-product__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-product__content li {
  font-size: 12px;
  margin: 4px 0;
}
.hp-product__content li::before {
  content: "> ";
}
.hp-product__media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 4px;
}
.hp-product__media a {
  margin-top: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  background: #b9ef62;
  color: #3831cf;
}
.hp-product--white .hp-product__media a {
  background: #ef2f45;
  color: #fff;
}

.sol-testimonials__layout {
  gap: 42px;
}
.sol-testimonials__card {
  max-width: 760px;
}
@media (max-width: 980px) {
  .hp-product {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hp-product__meta {
    font-size: 18px;
  }
  .hp-product__content h3 {
    font-size: 30px;
  }
  .hp-product__media img {
    height: 220px;
  }
  .sol-testimonials__title {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .hp-products {
    padding: 38px 0 54px;
  }
  .hp-products__title {
    font-size: 34px;
  }
  .hp-product {
    padding: 16px;
    border-radius: 14px;
  }
  .hp-product__content h3 {
    font-size: 26px;
  }
  .hp-product__content p {
    font-size: 14px;
  }
  .hp-product__content li {
    font-size: 13px;
  }
  .hp-product__media a {
    width: 100%;
  }
  .sol-testimonials__layout {
    grid-template-columns: 1fr;
  }
  .sol-testimonials__title {
    font-size: 32px;
  }
}
/* === Homepage pixel-pass (PDF) : Nos produits + Nos témoignages === */
.hp-product {
  display: grid;
  grid-template-columns: 72px 1fr 420px;
  align-items: start;
  gap: 26px;
  border-radius: 20px;
  padding: 24px 24px 26px;
  margin-bottom: 24px;
}
.hp-product--blue {
  background: #4738de;
  border: 1px solid #4738de;
  color: #fff;
}
.hp-product--white {
  background: #fff;
  border: 1.5px solid #6c61ec;
  color: #10193e;
}
.hp-product__meta {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
.hp-product__content h3 {
  margin: 8px 0 12px;
  font-size: 44px;
  line-height: 1.06;
  font-weight: 500;
  color: #b9ef62;
}
.hp-product--white .hp-product__content h3 {
  color: #ef2538;
}
.hp-product:nth-child(7) .hp-product__content h3,
.hp-product:nth-child(9) .hp-product__content h3,
.hp-product:nth-child(11) .hp-product__content h3 {
  color: #b9ef62;
}
.hp-product__content p {
  margin: 0 0 14px;
  font-size: 13.4px;
  line-height: 1.56;
}
.hp-product__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hp-product__content li {
  margin: 3px 0;
  font-size: 11.6px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.hp-product__content li::before {
  content: "› ";
  margin-right: 2px;
}
.hp-product__media {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hp-product__media img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  border-radius: 3px;
}
.hp-product__media a {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 11.7px;
  font-weight: 700;
  color: #4338d8;
  background: #b9ef62;
  white-space: nowrap;
}
.hp-product--white .hp-product__media a {
  background: #ee2336;
  color: #fff;
}

.sol-testimonials__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 22px;
}
.sol-testimonials__layout {
  display: grid;
  grid-template-columns: 1fr 700px;
  gap: 38px;
  align-items: start;
}
.sol-testimonials__card {
  background: #fff;
  border: 1.5px solid #6055e8;
  border-radius: 20px;
  padding: 34px 40px 26px;
}
.sol-testimonials__text {
  margin: 0;
  color: #20294a;
  font-size: 15px;
  line-height: 1.45;
}
.sol-testimonials__footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sol-testimonials__info {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.sol-testimonials__index {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.sol-testimonials__slash,
.sol-testimonials__total {
  font-size: 16px;
  color: #7a7f95;
  margin-bottom: 3px;
}
.sol-testimonials__meta {
  margin-left: 14px;
}
.sol-testimonials__author {
  color: #4d42dc;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
.sol-testimonials__date {
  margin-top: 4px;
  font-size: 12px;
  color: #7d8298;
}
.sol-testimonials__nav {
  display: flex;
  gap: 10px;
}
.sol-testimonials__arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  background: #b9ef62;
  color: #483ed8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .hp-product {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hp-product__meta {
    font-size: 24px;
  }
  .hp-product__content h3 {
    font-size: 34px;
  }
  .hp-product__media {
    align-items: stretch;
  }
  .hp-product__media img {
    height: 240px;
  }
  .hp-product__media a {
    width: 100%;
  }

  .sol-testimonials__layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .sol-testimonials__title {
    margin-top: 0;
    font-size: 42px;
  }
}

@media (max-width: 700px) {
  .hp-products {
    padding: 42px 0 52px;
  }
  .hp-products__title {
    font-size: 34px;
    margin-bottom: 22px;
  }
  .hp-product {
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 14px;
  }
  .hp-product__content h3 {
    font-size: 30px;
  }
  .hp-product__content p {
    font-size: 14px;
  }
  .hp-product__content li {
    font-size: 12.5px;
  }
  .hp-product__media img {
    height: 210px;
  }

  .sol-testimonials {
    padding: 52px 0 58px;
  }
  .sol-testimonials__title {
    font-size: 34px;
  }
  .sol-testimonials__card {
    padding: 20px 18px;
    border-radius: 14px;
  }
  .sol-testimonials__text {
    font-size: 14px;
  }
  .sol-testimonials__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .sol-testimonials__author {
    font-size: 20px;
  }
}
/* --- Pixel-tuning strict maquette (typo + produits + avis) --- */
.hp-products,
.hp-product {
  grid-template-columns: 82px 1fr 430px;
  border-radius: 20px;
  padding: 20px 24px 24px;
  gap: 22px;
}

.hp-product__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2px;
  line-height: 1;
}

.hp-product__content h3 {
  font-size: 58px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 8px 0 10px;
}

.hp-product--title-lime .hp-product__content h3 {
  color: #b8ef63;
}
.hp-product--title-red .hp-product__content h3 {
  color: #ef2237;
}
.hp-product--title-blue .hp-product__content h3 {
  color: #4639df;
}

.hp-product__content p {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 10px;
}

.hp-product__content li {
  font-size: 11.8px;
  line-height: 1.35;
  margin: 4px 0;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hp-product__media img {
  height: 244px;
}

.hp-product__media a {
  min-height: 48px;
  font-size: 13px;
  padding: 0 28px;
  font-weight: 600;
}

.sol-testimonials,
.sol-testimonials__layout {
  grid-template-columns: 1fr 760px;
  gap: 46px;
}

.sol-testimonials__card {
  border: 1px solid #5f55e8;
  border-radius: 20px;
  padding: 34px 40px 24px;
}

.sol-testimonials__text {
  font-size: 39px;
  line-height: 1.26;
  color: #0f1a45;
}

.sol-testimonials__footer {
  border-top: 1px solid #d4d8e5;
  padding-top: 18px;
  margin-top: 26px;
}

.sol-testimonials__index {
  font-size: 52px;
  font-weight: 600;
  color: #0d1c47;
}

.sol-testimonials__slash,
.sol-testimonials__total {
  font-size: 33px;
  margin-bottom: 8px;
}

.sol-testimonials__author {
  font-size: 47px;
  color: #4a40e0;
  font-weight: 600;
}

.sol-testimonials__date {
  font-size: 19px;
  color: #7d8398;
}

.sol-testimonials__arrow {
  width: 46px;
  height: 46px;
}

@media (max-width: 1200px) {
  .hp-product {
    grid-template-columns: 70px 1fr 360px;
  }
  .hp-product__content h3 {
    font-size: 44px;
  }
  .hp-product__content p {
    font-size: 14px;
  }

  .sol-testimonials__layout {
    grid-template-columns: 1fr;
  }
  .sol-testimonials__title {
    font-size: 56px;
    margin-top: 0;
  }
  .sol-testimonials__text {
    font-size: 17px;
  }
  .sol-testimonials__author {
    font-size: 32px;
  }
}

@media (max-width: 760px) {
  .hp-products__title {
    font-size: 36px;
  }
  .hp-product {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 12px;
  }
  .hp-product__meta {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
  .hp-product__num {
    font-size: 26px;
  }
  .hp-product__slash {
    font-size: 30px;
    margin-top: 0;
  }
  .hp-product__content h3 {
    font-size: 34px;
  }
  .hp-product__content p {
    font-size: 14px;
  }
  .hp-product__media img {
    height: 210px;
  }
  .hp-product__media a {
    width: 100%;
  }

  .sol-testimonials {
    padding: 54px 0 60px;
  }
  .sol-testimonials__title {
    font-size: 42px;
  }
  .sol-testimonials__card {
    padding: 20px 18px;
    border-radius: 14px;
  }
  .sol-testimonials__text {
    font-size: 14px;
  }
  .sol-testimonials__index {
    font-size: 36px;
  }
  .sol-testimonials__slash,
  .sol-testimonials__total {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .sol-testimonials__author {
    font-size: 28px;
  }
  .sol-testimonials__date {
    font-size: 13px;
  }
}
/* Fix typo sizes testimonials (fine text like PDF) */
.sol-testimonials__text {
  font-size: 15px !important;
  line-height: 1.42 !important;
}
.sol-testimonials__author {
  font-size: 40px !important;
}
.sol-testimonials__date {
  font-size: 14px !important;
}
.sol-testimonials__slash,
.sol-testimonials__total {
  font-size: 30px !important;
}
@media (max-width: 1200px) {
  .sol-testimonials__author {
    font-size: 30px !important;
  }
}
@media (max-width: 760px) {
  .sol-testimonials__author {
    font-size: 24px !important;
  }
}
/* Hotfix taille typo homepage (réduction immédiate) */
.hp-product__meta .hp-product__num {
  font-size: 35px !important;
}
.hp-product__meta .hp-product__slash {
  font-size: 52px !important;
}
.hp-product__content h3 {
  font-size: 46px !important;
  line-height: 1.04 !important;
}
.hp-product__content p {
  font-size: 13px !important;
  line-height: 1.5 !important;
}
.hp-product__content li {
  font-size: 12px !important;
}
.hp-product__media a {
  font-size: 12px !important;
  min-height: 44px !important;
}

.sol-testimonials__text {
  font-size: 15px !important;
  line-height: 1.42 !important;
}
.sol-testimonials__index {
  font-size: 46px !important;
}
.sol-testimonials__slash,
.sol-testimonials__total {
  font-size: 28px !important;
}
.sol-testimonials__author {
  font-size: 40px !important;
}
.sol-testimonials__date {
  font-size: 14px !important;
}

@media (max-width: 1200px) {
  .hp-product__content h3 {
    font-size: 34px !important;
  }
  .sol-testimonials__title {
    font-size: 44px !important;
  }
  .sol-testimonials__author {
    font-size: 28px !important;
  }
}
@media (max-width: 760px) {
  .hp-products__title {
    font-size: 34px !important;
  }
  .hp-product__meta .hp-product__num {
    font-size: 24px !important;
  }
  .hp-product__meta .hp-product__slash {
    font-size: 30px !important;
  }
  .hp-product__content h3 {
    font-size: 28px !important;
  }
  .sol-testimonials__title {
    font-size: 34px !important;
  }
  .sol-testimonials__author {
    font-size: 22px !important;
  }
}

/* Homepage lock V2: reduce oversized text and match PDF balance */
.hp-product__content h3 {
  font-family: "Manrope", sans-serif !important;
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em !important;
}

.hp-product__content p {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.hp-product__content li {
  font-family: "Poppins", sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

.hp-product {
  grid-template-columns: 86px 1fr 448px !important;
  gap: 28px !important;
  padding: 36px 30px 30px !important;
  border-radius: 28px !important;
}

.hp-product__meta {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 6px !important;
  line-height: 1 !important;
}

.hp-product__media img {
  height: 370px !important;
}

.sol-testimonials__text {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}

.sol-testimonials__index {
  font-size: 46px !important;
}

.sol-testimonials__slash,
.sol-testimonials__total {
  font-size: 28px !important;
}

.sol-testimonials__author {
  font-family: "Manrope", sans-serif !important;
  font-size: 40px !important;
  font-weight: 600 !important;
}

.sol-testimonials__date {
  font-size: 14px !important;
}

@media (max-width: 1200px) {
  .hp-products__title {
    font-size: 42px !important;
  }
  .hp-product__content h3 {
    font-size: 34px !important;
  }
  .sol-testimonials__title {
    font-size: 48px !important;
  }
  .sol-testimonials__author {
    font-size: 30px !important;
  }
}

@media (max-width: 760px) {
  .hp-products__title {
    font-size: 32px !important;
  }
  .hp-product__content h3 {
    font-size: 28px !important;
  }
  .hp-product__content p {
    font-size: 14px !important;
  }
  .sol-testimonials__title {
    font-size: 38px !important;
  }
  .sol-testimonials__author {
    font-size: 24px !important;
  }
  .hp-product {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }
  /* Mobile : aligner le texte des produits à gauche (recettage) */
  .hp-product__content,
  .hp-product__content h3,
  .hp-product__content p,
  .hp-product__content ul {
    text-align: left !important;
  }
  .hp-product__meta {
    align-items: baseline !important;
  }
  .hp-product__num {
    font-size: 24px !important;
  }
  .hp-product__slash {
    font-size: 26px !important;
    margin-top: 0 !important;
  }
  .hp-product__media img {
    height: 210px !important;
  }
}

/* Exact match pass for first product card (reference screenshot) */
.hp-product--rac-ref .hp-product__meta {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 8px !important;
  line-height: 1 !important;
  margin-top: 2px !important;
}

.hp-product--rac-ref .hp-product__content h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 52px !important;
  font-weight: 600 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.01em !important;
  color: #bff574 !important;
  margin: 6px 0 12px !important;
}

.hp-product--rac-ref .hp-product__content p {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.38 !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  max-width: 860px !important;
  margin: 0 0 12px !important;
}

.hp-product--rac-ref .hp-product__content ul {
  margin-top: 8px !important;
}

.hp-product--rac-ref .hp-product__content li {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 6px 0 !important;
  text-transform: uppercase !important;
}

.hp-product--rac-ref .hp-product__content li::before {
  color: #ffffff !important;
}

.hp-product--rac-ref .hp-product__media {
  justify-content: flex-start !important;
  align-items: stretch !important;
}

.hp-product--rac-ref .hp-product__media img {
  width: 100% !important;
  height: 370px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.hp-product--rac-ref .hp-product__media a {
  width: 100% !important;
  max-width: 300px !important;
  margin: 14px 0 0 auto !important;
  min-height: 54px !important;
  border-radius: 999px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background: #bff574 !important;
  color: #4738de !important;
  padding: 0 24px !important;
}

@media (max-width: 1200px) {
  .hp-product--rac-ref {
    grid-template-columns: 74px 1fr 360px !important;
    padding: 24px 22px !important;
  }
  .hp-product--rac-ref .hp-product__num {
    font-size: 30px !important;
  }
  .hp-product--rac-ref .hp-product__slash {
    font-size: 58px !important;
    margin-top: -4px !important;
  }
  .hp-product--rac-ref .hp-product__content h3 {
    font-size: 40px !important;
  }
  .hp-product--rac-ref .hp-product__content p {
    font-size: 15px !important;
  }
  .hp-product--rac-ref .hp-product__content li {
    font-size: 11.5px !important;
  }
  .hp-product--rac-ref .hp-product__media img {
    height: 300px !important;
  }
  .hp-product--rac-ref .hp-product__media a {
    font-size: 16px !important;
    min-height: 48px !important;
  }
}

@media (max-width: 760px) {
  .hp-product--rac-ref {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }
  .hp-product--rac-ref .hp-product__meta {
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 8px !important;
    margin-top: 0 !important;
  }
  .hp-product--rac-ref .hp-product__num {
    font-size: 24px !important;
  }
  .hp-product--rac-ref .hp-product__slash {
    font-size: 32px !important;
    line-height: 1 !important;
    margin-top: 0 !important;
  }
  .hp-product--rac-ref .hp-product__content h3 {
    font-size: 40px !important;
    margin: 0 0 8px !important;
  }
  .hp-product--rac-ref .hp-product__content p {
    font-size: 16px !important;
  }
  .hp-product--rac-ref .hp-product__content li {
    font-size: 14px !important;
    margin: 4px 0 !important;
  }
  .hp-product--rac-ref .hp-product__media img {
    height: 210px !important;
  }
  .hp-product--rac-ref .hp-product__media a {
    width: 100% !important;
    max-width: none !important;
    font-size: 14px !important;
    min-height: 44px !important;
  }
}

/* Final lock: index style "01/" like reference and apply to all product cards */
.hp-product__meta {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 4px !important;
  line-height: 1 !important;
  margin-top: 2px !important;
}

.hp-product__content h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 56px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
}

.hp-product__content p,
.hp-product__content li {
  font-family: "Poppins", sans-serif !important;
}

/* Remove oversized custom slash style on the first card */
@media (max-width: 1200px) {
  .hp-product__num,
  .hp-product__slash {
    font-size: 30px !important;
  }
  .hp-product__content h3 {
    font-size: 42px !important;
  }
}

@media (max-width: 760px) {
  .hp-product__num,
  .hp-product__slash {
    font-size: 24px !important;
  }
  .hp-product__content h3 {
    font-size: 34px !important;
  }
}

/* Coherence pass: align products typography with global page scale */
.hp-product__num,
.hp-product__slash,
.hp-product--rac-ref .hp-product__num,
.hp-product--rac-ref .hp-product__meta {
  gap: 2px !important;
  margin-top: 0 !important;
}

.hp-product__content h3,
.hp-product--rac-ref .hp-product__content h3 {
  font-family: "Manrope", sans-serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.hp-product__content p,
.hp-product--rac-ref .hp-product__content p {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.hp-product__content li,
.hp-product--rac-ref .hp-product__content li {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
}

@media (max-width: 1200px) {
  .hp-product__num,
  .hp-product__slash,
  .hp-product--rac-ref .hp-product__num,
  .hp-product--rac-ref .hp-product__slash {
    font-size: 18px !important;
  }
  .hp-product__content h3,
  .hp-product--rac-ref .hp-product__content h3 {
    font-size: 28px !important;
  }
  .hp-product__content p,
  .hp-product--rac-ref .hp-product__content p {
    font-size: 15px !important;
  }
}

@media (max-width: 760px) {
  .hp-product__num,
  .hp-product__slash,
  .hp-product--rac-ref .hp-product__num,
  .hp-product--rac-ref .hp-product__slash {
    font-size: 16px !important;
  }
  .hp-product__content h3,
  .hp-product--rac-ref .hp-product__content h3 {
    font-size: 24px !important;
  }
  .hp-product__content p,
  .hp-product--rac-ref .hp-product__content p {
    font-size: 14px !important;
  }
  .hp-product__content li,
  .hp-product--rac-ref .hp-product__content li {
    font-size: 11px !important;
  }
}

/* Ultimate lock: normalize product cards to match reference and avoid slash oversize */
.hp-products .hp-product__meta,
.hp-products .hp-product--rac-ref .hp-product__meta {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 2px !important;
  margin-top: 0 !important;
  line-height: 1 !important;
}

.hp-products .hp-product__num,
.hp-products .hp-product__slash,
.hp-products .hp-product--rac-ref .hp-product__num,
.hp-products .hp-product--rac-ref .hp-product__content h3 {
  font-family: "Manrope", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  margin: 2px 0 12px !important;
}

.hp-products .hp-product__content p,
.hp-products .hp-product--rac-ref .hp-product__content p {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.hp-products .hp-product__content li,
.hp-products .hp-product--rac-ref .hp-product__content li {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin: 4px 0 !important;
}

@media (max-width: 760px) {
  .hp-products .hp-product__num,
  .hp-products .hp-product__slash,
  .hp-products .hp-product--rac-ref .hp-product__num,
  .hp-products .hp-product--rac-ref .hp-product__slash {
    font-size: 16px !important;
  }
  .hp-products .hp-product__content h3,
  .hp-products .hp-product--rac-ref .hp-product__content h3 {
    font-size: 22px !important;
  }
  .hp-products .hp-product__content p,
  .hp-products .hp-product--rac-ref .hp-product__content p {
    font-size: 14px !important;
  }
}

/* Homepage products final: aligned with PDF/PNG references, class-based to avoid nth-child drift */
.hp-products .hp-product {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) 560px !important;
  gap: 34px !important;
  align-items: start !important;
  width: 100% !important;
  min-height: 420px !important;
  padding: 42px 64px 34px 36px !important;
  margin: 0 0 32px !important;
  border-radius: 26px !important;
  box-shadow: none !important;
}

.hp-products .hp-product--blue {
  background: #4738de !important;
  border: 1px solid #4738de !important;
  color: #ffffff !important;
}

.hp-products .hp-product--white {
  background: #ffffff !important;
  border: 1px solid #4738de !important;
  color: #0b173d !important;
}

.hp-products .hp-product__meta {
  display: block !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.hp-products .hp-product--blue .hp-product__meta {
  color: #ffffff !important;
}
.hp-products .hp-product--white .hp-product__meta {
  color: #0b173d !important;
}

.hp-products .hp-product__content {
  max-width: 690px !important;
  padding-top: 22px !important;
}

.hp-products .hp-product__content h3 {
  font-family: "Manrope", sans-serif !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  margin: 0 0 28px !important;
}

.hp-products .hp-product--blue .hp-product__content h3 {
  color: #bff574 !important;
}

.hp-products article:nth-of-type(2) .hp-product__content h3 {
  color: #ec1c24 !important;
}

.hp-products article:nth-of-type(4) .hp-product__content h3,
.hp-products article:nth-of-type(6) .hp-product__content h3 {
  color: #4738de !important;
}

.hp-products .hp-product__content p {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
  margin: 0 0 20px !important;
  max-width: 680px !important;
}

.hp-products .hp-product__content ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hp-products .hp-product__content li {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase !important;
}

.hp-products .hp-product__content li::before {
  content: "›" !important;
  display: inline-block !important;
  margin-right: 8px !important;
  font-weight: 500 !important;
}

.hp-products .hp-product__media {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  width: 100% !important;
  padding-top: 10px !important;
}

.hp-products .hp-product__media img {
  display: block !important;
  width: 100% !important;
  height: 360px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.hp-products .hp-product__media a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 292px !important;
  min-height: 56px !important;
  margin: 22px 0 0 auto !important;
  padding: 0 32px !important;
  border-radius: 999px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.hp-products .hp-product--blue .hp-product__media a {
  background: #bff574 !important;
  color: #4738de !important;
}

.hp-products .hp-product--white .hp-product__media a {
  background: #ec1c24 !important;
  color: #ffffff !important;
}

@media (max-width: 1280px) {
  .hp-products__inner {
    padding: 0 32px !important;
  }
  .hp-products .hp-product {
    grid-template-columns: 62px minmax(0, 1fr) 420px !important;
    gap: 24px !important;
    padding: 32px !important;
  }
  .hp-products .hp-product__content {
    padding-top: 10px !important;
  }
  .hp-products .hp-product__content h3 {
    font-size: 28px !important;
    margin-bottom: 18px !important;
  }
  .hp-products .hp-product__content p {
    font-size: 14px !important;
  }
  .hp-products .hp-product__content li {
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }
  .hp-products .hp-product__media img {
    height: 300px !important;
  }
}

@media (max-width: 900px) {
  .hp-products {
    padding: 42px 0 56px !important;
  }
  .hp-products__inner {
    padding: 0 18px !important;
  }
  .hp-products__title {
    font-size: 30px !important;
    margin-bottom: 24px !important;
  }
  .hp-products .hp-product {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    min-height: 0 !important;
    padding: 22px !important;
    border-radius: 18px !important;
    margin-bottom: 18px !important;
  }
  .hp-products .hp-product__meta {
    font-size: 20px !important;
  }
  .hp-products .hp-product__content {
    max-width: none !important;
    padding-top: 0 !important;
  }
  .hp-products .hp-product__content h3 {
    font-size: 26px !important;
    margin-bottom: 14px !important;
  }
  .hp-products .hp-product__content p {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }
  .hp-products .hp-product__content li {
    font-size: 12px !important;
    margin-bottom: 7px !important;
  }
  .hp-products .hp-product__media {
    align-items: stretch !important;
    padding-top: 4px !important;
  }
  .hp-products .hp-product__media img {
    height: auto !important;
    aspect-ratio: 1.45 / 1 !important;
  }
  .hp-products .hp-product__media a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin-top: 14px !important;
    font-size: 14px !important;
  }
}

/* Homepage lower sections: PDF-aligned service, testimonials, press, contact and FAQ */
.sol-faq__inner {
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 72px !important;
}

.sol-patrimonial__layout {
  display: grid !important;
  grid-template-columns: 1fr 0.78fr !important;
  align-items: center !important;
  gap: 92px !important;
}

.sol-patrimonial__media {
  position: relative !important;
  height: 470px !important;
}

.sol-patrimonial__image {
  position: absolute !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.sol-patrimonial__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.sol-patrimonial__image--main {
  left: 0 !important;
  top: 0 !important;
  width: 520px !important;
  height: 380px !important;
}

.sol-patrimonial__image--secondary {
  right: 18px !important;
  bottom: 0 !important;
  width: 520px !important;
  height: 300px !important;
  border: 0 !important;
}

.sol-patrimonial__content {
  max-width: 600px !important;
}

.sol-patrimonial__text {
  font-family: "Poppins", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.52 !important;
  color: #12172a !important;
  margin: 0 0 42px !important;
}

.sol-patrimonial__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 64px !important;
  padding: 0 38px !important;
  border-radius: 999px !important;
  background: #4738de !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.sol-testimonials__layout {
  display: grid !important;
  grid-template-columns: 0.78fr 1fr !important;
  gap: 76px !important;
  align-items: center !important;
}

.sol-testimonials__card {
  max-width: none !important;
  border: 1px solid #4738de !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  padding: 62px 72px 54px !important;
  box-shadow: 0 10px 16px rgba(24, 21, 91, 0.08) !important;
}

.sol-testimonials__text {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #101629 !important;
  margin: 0 !important;
}

.sol-testimonials__footer {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  border: 0 !important;
  margin-top: 58px !important;
  padding-top: 0 !important;
}

.sol-testimonials__info {
  display: grid !important;
  grid-template-columns: auto auto auto 1fr !important;
  align-items: end !important;
  column-gap: 16px !important;
}

.sol-testimonials__index {
  font-family: "Poppins", sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.sol-testimonials__slash {
  width: 42px !important;
  height: 1px !important;
  overflow: hidden !important;
  background: #101629 !important;
  margin-bottom: 7px !important;
}

.sol-testimonials__total {
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  line-height: 1 !important;
  color: #202020 !important;
  margin-bottom: 3px !important;
}

.sol-testimonials__author {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #4738de !important;
}

.sol-testimonials__date {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px !important;
  color: #68708b !important;
  margin-top: 6px !important;
}

.sol-testimonials__nav {
  display: flex;
  gap: 16px !important;
}

.sol-testimonials__arrow {
  width: 56px !important;
  height: 56px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #bff574 !important;
  color: #4738de !important;
}

.sol-press__grid {
  display: grid !important;
  grid-template-columns: 160px 180px 160px 180px 130px 160px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 38px !important;
  flex-wrap: nowrap !important;
}

.sol-press__item {
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.sol-press__item img {
  max-width: 100% !important;
  max-height: 150px !important;
  object-fit: contain !important;
  filter: none !important;
}

@media (max-width: 1180px) {
  .sol-press__grid {
    grid-template-columns: repeat(3, minmax(140px, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .sol-press__grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr)) !important;
    gap: 28px !important;
  }
}

.sol-contact {
  min-height: 720px !important;
  padding: 78px 0 !important;
  background: #ececec !important;
}

.sol-contact__bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.sol-contact__inner {
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 72px !important;
}

.sol-contact__card {
  width: 640px !important;
  max-width: 100% !important;
  background: #4738de !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  padding: 32px 36px 34px !important;
  box-shadow: none !important;
}

.sol-contact__title {
  font-family: "Manrope", sans-serif !important;
  font-size: 48px !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  margin: 0 0 24px !important;
  color: #ffffff !important;
}

.sol-contact__desc {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  color: #ffffff !important;
  margin: 0 0 22px !important;
}

.sol-contact .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.sol-faq__layout {
  display: grid !important;
  grid-template-columns: 0.62fr 1fr !important;
  gap: 88px !important;
  align-items: start !important;
}

.sol-faq__cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 30px !important;
  border-radius: 999px !important;
  background: #4738de !important;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.sol-faq__col-right {
  display: grid !important;
  gap: 12px !important;
}

.sol-faq__item {
  border: 0 !important;
  background: transparent !important;
}

.sol-faq__question {
  width: 100% !important;
  min-height: 62px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #e4e6ff !important;
  color: #101629 !important;
  padding: 0 22px !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: left !important;
}

@media (max-width: 1100px) {
  .sol-patrimonial__inner,
  .sol-testimonials__inner,
  .sol-press__inner,
  .sol-faq__inner,
  .sol-contact__inner {
    padding: 0 28px !important;
  }
  .sol-patrimonial__layout,
  .sol-testimonials__layout,
  .sol-faq__layout {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
  .sol-patrimonial__media {
    height: 400px !important;
  }
  .sol-patrimonial__image--main {
    width: 58% !important;
    height: 300px !important;
  }
  .sol-patrimonial__image--secondary {
    width: 58% !important;
    height: 250px !important;
  }
  .sol-contact__card {
    width: 620px !important;
  }
}

@media (max-width: 700px) {
  .sol-patrimonial,
  .sol-testimonials,
  .sol-press,
  .sol-faq {
    padding: 54px 0 !important;
  }
  .sol-patrimonial .title,
  .sol-testimonials__title,
  .sol-press__title {
    font-size: 32px !important;
    margin-bottom: 28px !important;
  }
  .sol-patrimonial__media {
    height: auto !important;
    display: grid !important;
    gap: 14px !important;
  }
  .sol-patrimonial__image,
  .sol-patrimonial__image--main,
  .sol-patrimonial__image--secondary {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.25 / 1 !important;
  }
  .sol-testimonials__card {
    padding: 28px 22px !important;
  }
  .sol-testimonials__footer {
    display: grid !important;
    gap: 18px !important;
    margin-top: 28px !important;
  }
  .sol-contact {
    min-height: 0 !important;
    padding: 36px 0 !important;
  }
  .sol-contact__card {
    width: 100% !important;
    padding: 24px 18px !important;
  }
  .sol-contact__title {
    font-size: 34px !important;
  }
  .sol-contact__form {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .sol-contact__form .form-item,
  .sol-contact__form .js-form-item {
    display: block !important;
  }
  .sol-contact__form label {
    margin: 0 0 6px !important;
  }
  .sol-contact__form .form-actions {
    grid-column: auto !important;
  }
  .sol-faq__title {
    font-size: 30px !important;
  }
}

/* Homepage final polish: contact form and FAQ accordion */
.sol-contact {
  min-height: 650px !important;
  padding: 0 !important;
  background: #d9d9d9 !important;
}

.sol-contact__bg {
  object-position: center right !important;
}

.sol-contact__inner {
  max-width: 1480px !important;
  min-height: 650px !important;
  padding: 36px 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.sol-contact__card {
  width: min(100%, 1010px) !important;
  padding: 48px 58px 48px !important;
  background: #4738de !important;
}

.sol-contact__title {
  font-family: "Poppins", sans-serif !important;
  font-size: 52px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  margin: 0 0 18px !important;
}

.sol-contact__desc {
  max-width: 650px !important;
  font-size: 17px !important;
  line-height: 1.35 !important;
  margin: 0 0 24px !important;
}

.sol-faq__item {
  border-radius: 18px !important;
  background: #e4e6ff !important;
  overflow: hidden !important;
  box-shadow: none !important;
}

.sol-faq__item.is-open {
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(71, 56, 222, 0.12) !important;
}

.sol-faq__question {
  background: #e4e6ff !important;
  border-radius: 18px !important;
  min-height: 58px !important;
  padding: 0 24px !important;
}

.sol-faq__item.is-open .sol-faq__question {
  border-radius: 18px 18px 0 0 !important;
  background: #e4e6ff !important;
}

.sol-faq__answer {
  padding: 18px 24px 22px !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(71, 56, 222, 0.14) !important;
}

.sol-faq__answer p {
  max-width: 680px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #222743 !important;
}

@media (max-width: 900px) {
  .sol-contact__inner {
    min-height: 0 !important;
    padding: 28px 18px !important;
  }
  .sol-contact__card {
    padding: 32px 22px !important;
  }
  .sol-contact__title {
    font-size: 38px !important;
  }
  .sol-contact__desc {
    font-size: 15px !important;
  }
  .sol-contact__form {
    grid-template-columns: 1fr !important;
    max-width: none !important;
    gap: 10px !important;
  }
  .sol-contact__form .form-item,
  .sol-contact__form .js-form-item {
    display: block !important;
  }
  .sol-contact__form label {
    display: block !important;
    margin: 0 0 6px !important;
  }
  .sol-contact__form .form-actions {
    grid-column: auto !important;
  }
}

/* Patrimonial media: match the overlapping image layout from the desktop mockup. */
.sol-patrimonial__media {
  position: relative !important;
  width: min(100%, 760px) !important;
  height: 520px !important;
  overflow: visible !important;
}

.sol-patrimonial__image {
  position: absolute !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 26px !important;
  box-shadow: none !important;
}

.sol-patrimonial__image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.sol-patrimonial__image--main {
  top: 0 !important;
  left: 0 !important;
  width: 520px !important;
  height: 390px !important;
  z-index: 1 !important;
}

.sol-patrimonial__image--secondary {
  right: 0 !important;
  bottom: 0 !important;
  width: 520px !important;
  height: 300px !important;
  z-index: 2 !important;
}

@media (max-width: 900px) {
  .sol-patrimonial__media {
    width: 100% !important;
    height: auto !important;
    display: grid !important;
    gap: 16px !important;
  }

  .sol-patrimonial__image,
  .sol-patrimonial__image--main,
  .sol-patrimonial__image--secondary {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.35 / 1 !important;
  }
}

/* Patrimonial final layout: plain background and reference-like photo overlap. */
.sol-patrimonial__layout {
  grid-template-columns: minmax(0, 680px) minmax(360px, 1fr) !important;
  align-items: center !important;
  gap: clamp(86px, 8vw, 132px) !important;
}

.sol-patrimonial__media {
  width: min(100%, 680px) !important;
  height: 430px !important;
  overflow: visible !important;
}

.sol-patrimonial__image--main {
  top: 0 !important;
  left: 0 !important;
  width: min(54vw, 455px) !important;
  height: 350px !important;
  z-index: 1 !important;
}

.sol-patrimonial__image--secondary {
  top: 165px !important;
  right: auto !important;
  bottom: auto !important;
  left: clamp(230px, 27vw, 285px) !important;
  width: min(42vw, 455px) !important;
  height: 265px !important;
  z-index: 2 !important;
}

@media (max-width: 1100px) {
  .sol-patrimonial__layout {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .sol-patrimonial__media {
    width: min(100%, 820px) !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 900px) {
  .sol-patrimonial__media {
    height: auto !important;
    display: grid !important;
    gap: 16px !important;
  }

  .sol-patrimonial__image--main,
  .sol-patrimonial__image--secondary {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.35 / 1 !important;
  }
}

/* Reassurance responsive: keep trust cards readable on tablet and mobile. */
@media (max-width: 1024px) {
  .sol-reassure {
    padding: 64px 28px 76px !important;
  }

  .sol-reassure__inner {
    max-width: 760px !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .sol-reassure__col--left .sol-reassure__title,
  .sol-reassure__title {
    margin-bottom: 24px !important;
  }

  .sol-reassure__text {
    margin-top: 18px !important;
  }

  .sol-reassure__text .sol-reassure__paragraph:first-child {
    margin-top: 22px !important;
  }
}

@media (max-width: 640px) {
  .sol-reassure {
    padding: 48px 16px 58px !important;
  }

  .sol-reassure__title {
    font-size: 28px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }

  .sol-reassure__row {
    grid-template-columns: 38px 1fr !important;
    gap: 14px !important;
    align-items: flex-start !important;
    padding: 22px 0 !important;
  }

  .sol-reassure__icon img {
    width: 38px !important;
    height: 38px !important;
  }

  .sol-reassure__row-heading {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .sol-reassure__paragraph {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .sol-reassure__text {
    margin-top: 8px !important;
  }

  .sol-reassure__link {
    font-size: 13px !important;
  }
}

@media (max-width: 420px) {
  .sol-reassure__row {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .sol-reassure__icon img {
    width: 34px !important;
    height: 34px !important;
  }
}

/* Contact form correction: hide honeypot and restore mockup proportions */
.sol-contact__inner {
  max-width: 1240px !important;
  padding: 22px 24px 34px !important;
}

.sol-contact__card {
  width: 632px !important;
  max-width: calc(100vw - 48px) !important;
  min-height: 572px !important;
  padding: 28px 34px 30px !important;
}

.sol-contact__title {
  font-size: 48px !important;
  line-height: 1.1 !important;
  margin-bottom: 18px !important;
}

.sol-contact__desc {
  max-width: 520px !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  margin-bottom: 18px !important;
}

@media (max-width: 700px) {
  .sol-contact__card {
    width: 100% !important;
    min-height: 0 !important;
  }

  .sol-contact__form {
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }

  .sol-contact__form .form-item:not(.form-item-website),
  .sol-contact__form .js-form-item:not(.js-form-item-website) {
    display: block !important;
  }
}

/* Final homepage responsive fixes: products, contact and patrimonial spacing. */
.sol-patrimonial__layout {
  grid-template-columns: minmax(0, 610px) minmax(380px, 1fr) !important;
  gap: clamp(120px, 10vw, 170px) !important;
}

.sol-patrimonial__media {
  width: min(100%, 610px) !important;
  height: 398px !important;
}

.sol-patrimonial__image--main {
  width: min(48vw, 420px) !important;
  height: 315px !important;
}

.sol-patrimonial__image--secondary {
  top: 145px !important;
  left: clamp(205px, 23vw, 245px) !important;
  width: min(38vw, 420px) !important;
  height: 245px !important;
}

.sol-products__card,
.sol-products__col--content,
@media (max-width: 1100px) {
  .sol-patrimonial__layout {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .sol-patrimonial__media {
    width: min(100%, 610px) !important;
  }
}

@media (max-width: 700px) {
  .sol-products {
    padding-inline: 14px !important;
    overflow-x: hidden !important;
  }

  .sol-products__card {
    width: 100% !important;
    padding: 22px 16px !important;
    gap: 18px !important;
  }

  .sol-products__col--content {
    margin-top: 0 !important;
    gap: 12px !important;
  }

  .sol-products__col--media {
    gap: 20px !important;
  }

  .sol-products__col--media img {
    max-height: 210px !important;
  }

  .sol-products__links a {
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0.02em !important;
  }

  .sol-contact {
    overflow-x: hidden !important;
  }

  /* Mobile : enlever la photo de background derrière "On parle ensemble" (recettage) */
  .sol-contact__bg {
    display: none !important;
  }
  .sol-contact__inner {
    width: 100% !important;
    max-width: none !important;
    padding: 24px 14px !important;
    justify-content: center !important;
  }

  .sol-contact__card {
    width: 100% !important;
    max-width: 420px !important;
    min-height: 0 !important;
    padding: 28px 20px 30px !important;
    overflow: hidden !important;
  }

  .sol-contact__title {
    font-size: clamp(34px, 11vw, 44px) !important;
    line-height: 1.08 !important;
  }

  .sol-contact__desc {
    font-size: 15px !important;
    line-height: 1.38 !important;
  }

  .sol-contact__form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
  }

  .sol-contact__form .form-item:not(.form-item-website),
  .sol-contact__form .js-form-item:not(.js-form-item-website) {
    display: block !important;
    min-width: 0 !important;
  }

  .sol-contact__form label {
    display: block !important;
    margin: 0 0 7px !important;
    white-space: normal !important;
  }

  .sol-contact__input,
  .sol-contact__textarea,
  .sol-contact__form input[type="text"],
  .sol-contact__form input[type="email"],
  .sol-contact__form input[type="tel"],
  .sol-contact__form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .sol-contact__form .form-actions {
    grid-column: 1 !important;
    justify-content: center !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 420px) {
  .sol-contact__card {
    padding-inline: 18px !important;
  }

  .sol-contact__title {
    font-size: clamp(32px, 12vw, 40px) !important;
  }
}

/* Mobile hardening: keep products centered and patrimonial photos in the flow. */
@media (max-width: 700px) {
  .sol-products__card {
    align-items: center !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  .sol-products__col--index,
  .sol-products__col--content,
  .sol-products__col--media {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }

  .sol-products__links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-inline: auto !important;
  }

  .sol-products__links li {
    width: 100% !important;
    max-width: 260px !important;
    padding-left: 0 !important;
    text-align: center !important;
  }

  .sol-products__links li::before {
    position: static !important;
    display: inline-block !important;
    margin-right: 6px !important;
  }

  .sol-products__col--media img {
    width: 100% !important;
    max-width: 280px !important;
    margin-inline: auto !important;
  }

  .sol-products__cta {
    width: 100% !important;
    max-width: 280px !important;
    margin-inline: auto !important;
  }

  .sol-patrimonial__layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .sol-patrimonial__media {
    display: grid !important;
    width: 100% !important;
    max-width: 310px !important;
    height: auto !important;
    gap: 16px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  .sol-patrimonial__image,
  .sol-patrimonial__image--main,
  .sol-patrimonial__image--secondary {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 310px !important;
    height: auto !important;
    aspect-ratio: 1.35 / 1 !important;
    margin: 0 auto !important;
  }

  .sol-patrimonial__content {
    width: 100% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .sol-patrimonial__text {
    text-align: center !important;
  }
}

/* Real homepage products block: final mobile containment for hp-products. */
@media (max-width: 700px) {
  .hp-products {
    width: 100% !important;
    max-width: 100vw !important;
    padding: 42px 0 56px !important;
    overflow-x: hidden !important;
  }

  .hp-products,
  .hp-products * {
    box-sizing: border-box !important;
  }

  .hp-products__inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
  }

  .hp-products__title {
    text-align: center !important;
    font-size: 30px !important;
    line-height: 1.12 !important;
  }

  .hp-products .hp-product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto 18px !important;
    padding: 22px 18px !important;
    gap: 16px !important;
    overflow: hidden !important;
    text-align: center !important;
    justify-items: center !important;
  }

  .hp-products .hp-product__meta,
  .hp-products .hp-product__content,
  .hp-products .hp-product__media {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .hp-products .hp-product__content h3 {
    max-width: 100% !important;
    font-size: clamp(24px, 8vw, 30px) !important;
    line-height: 1.12 !important;
    text-align: center !important;
    overflow-wrap: anywhere !important;
  }

  .hp-products .hp-product__content p {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: auto !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .hp-products .hp-product__content ul {
    width: 100% !important;
    max-width: 280px !important;
    margin: 14px auto 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .hp-products .hp-product__content li {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .hp-products .hp-product__content li::before {
    position: static !important;
    display: inline-block !important;
    margin-right: 6px !important;
  }

  .hp-products .hp-product__media img {
    width: 100% !important;
    max-width: 280px !important;
    height: auto !important;
    max-height: 210px !important;
    object-fit: cover !important;
    margin: 0 auto 16px !important;
  }

  .hp-products .hp-product__media a {
    width: 100% !important;
    max-width: 280px !important;
    min-height: 46px !important;
    margin: 0 auto !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

@media (max-width: 360px) {
  .hp-products__inner {
    padding-inline: 12px !important;
  }

  .hp-products .hp-product {
    padding-inline: 14px !important;
  }

  .hp-products .hp-product__content p {
    font-size: 13px !important;
  }
}

/* Product lists are real internal links; keep the original card look. */
.hp-products .hp-product__content li a {
  color: inherit !important;
  text-decoration: none !important;
}

.hp-products .hp-product__content li a:hover,
.hp-products .hp-product__content li a:focus-visible {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Homepage testimonials: keep line breaks when navigating. */
.sol-testimonials__text {
  white-space: pre-line;
}

/* Fix H2 Typography — cahier des charges : Manrope 48px SemiBold (600) */
h2,
h2.title,
.sol-reassure__title,
.hp-products__title,
.sol-patrimonial .title,
.sol-testimonials__title,
.sol-press__title,
.sol-contact__title,
.sol-faq__title,
.sol-news__title,
.sol-news__main-title,
.sol-tools__title,
@media (min-width: 992px) {
  h2,
  h2.title,
  .sol-reassure__title,
  .hp-products__title,
  .sol-patrimonial .title,
  .sol-testimonials__title,
  .sol-press__title,
  .sol-contact__title,
  .sol-faq__title,
  .sol-news__title,
  .sol-news__main-title,
  .sol-tools__title,
  .sol-partners__title {
    text-align: left !important;
    font-size: 48px !important;
    color: var(--blue, #1b2342) !important;
    line-height: 1.2 !important;
    margin-bottom: 32px !important;
  }
}

/* ajout lee */
h1,
h2,
h3,
h4 {
  font-family: "Manrope", sans-serif !important;
  line-height: 1.2 !important;
}

.mt-section {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.title-h2 {
  color: #282828 !important;
  font-size: 48px !important;
  margin-bottom: 70px !important;
}

.title-h1 {
  font-family: "Manrope", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #282828;
}

.hp-product--blue ul li a {
  color: white !important;
}

.hp-product--white ul li a {
  color: black !important;
}

.title-produit {
  margin-top: 30px !important;
}

.title-produit-green {
  color: var(--green) !important;
}

.title-produit-red {
  color: var(--red) !important;
}

.title-produit-blue {
  color: var(--blue) !important;
}
.title-produit-white {
  color: white !important;
}

.produit-list a {
  text-decoration: none !important;
}

.sol-reassure-block1,.sol-reassure-block2 {
  background-color: var(--blue-light) !important;
    padding: 20px;
    border-radius: 25px;
}

.sol-reassure-block2 .sol-reassure__row {
  padding:20px 0!important;
}

/* responsive lee */
@media (max-width: 768px) {
  .title-h1 {
    font-size: 40px!important;
  }

  .title-h2 {
    font-size: 35px!important;
  }

  .sol-reassure__row{
    display:block;
  }

  .sol-reassure__icon{
    text-align:center;
  }

  .sol-reassure__row-text--stacked{
    margin-top: 20px;
    text-align:center;
  }

  .sol-reassure__text{
    text-align:center;
  }

  .sol-contact {
    min-height: 650px !important;
    padding: 0 !important;
    background: var(--blue) !important;
}

    .sol-contact__inner {
padding:0!important
    }

    .sol-contact__form .form-actions {
    margin: 20px 50px 0 0;
    text-align: center;
}

.hero__photo-label {
  display: block;
  text-align: center;
  height:100px;
  padding-top:20px;
}

.hero__photo-label-text{
  margin-top: 15px;
  display: block;
}

.bg-wave{
  background-color:var(--blue);
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

    
}
