/* =============================
   BLOC TEXTE + PHOTO PAGE D'ACCUEIL
   ============================= */
.ps_customtext table td {
    background-color: #f0f4ee !important;
}

@media (max-width: 768px) {
    .ps_customtext table,
    .ps_customtext table tbody,
    .ps_customtext table tr {
        display: block !important;
        width: 100% !important;
    }
    .ps_customtext table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 20px !important;
    }
    .ps_customtext table td img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        border-radius: 0 !important;
    }
}

/* CARROUSEL AVIS MOBILE */
@media (max-width: 768px) {
    .avis-container {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        padding-bottom: 12px !important;
        justify-content: flex-start !important;
    }
    .avis-card {
        min-width: 260px !important;
        max-width: 260px !important;
        scroll-snap-align: start !important;
        flex-shrink: 0 !important;
    }
}

/* STYLE REASSURANCE */

.lsv-reassurance {
  background-image: url('https://www.lasardineverte.com/themes/furniture/assets/img/reassur.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 5/1;
}

@media (max-width: 768px) {
  .lsv-reassurance {
    background-image: url('https://www.lasardineverte.com/themes/furniture/assets/img/reassur_mobile.png');
    width: 100%;
    aspect-ratio: 2/1;
  }
}