/* --- Témoignages : carte & typo --- */
.ez-testimonials{position:relative;margin:32px auto;max-width:1200px}
.testimonial{background:#2a2a2a;color:#eee;border-radius:16px;padding:20px;box-shadow:0 6px 18px rgba(0,0,0,.25),min-height: 320px;}
.testimonial__txt{margin:10px 0 14px;font-size:16px;line-height:1.6;color:#e8e8e8}
.testimonial__who{margin:0 0 10px;color:#cfcfcf}
.rt-wrap{min-height:2rem;font-size:1.2em}

/* --- Icônes notes --- */
.rt{display:flex;gap:6px;line-height:1}
.rt-ico{width:18px;height:18px;display:inline-block}
.ez-testimonials .rt--star .rt-full,
.ez-testimonials .rt--star .rt-half{color:#ffb703}
.ez-testimonials .rt--star .rt-empty{color:#777}
.ez-testimonials .rt--smiley .rt-full,
.ez-testimonials .rt--smiley .rt-half,
.ez-testimonials .room__meta-item--rating{color:#e53935!important}
.ez-testimonials .rt--smiley .rt-empty{color:#777!important}
/* remplissages forcés (si besoin) */
.ez-testimonials .rt--star .rt-full path{fill:#e53935!important;stroke:none!important}
.ez-testimonials .rt--smiley .rt-full circle:first-of-type{fill:#e53935!important}

/* Bullets */
.glide__bullets{position:absolute;left:0;right:0;bottom:-6px;display:flex;gap:.5rem;justify-content:center;z-index:3}
.glide__bullet{width:10px;height:10px;border-radius:999px;border:0;background:#ffffff88;cursor:pointer}
.glide__bullet--active{background:#fff}

/* Flèches custom (g-modern) */
.g-modern .g-arrows{
    position:absolute;left:50%;transform:translateX(-50%);
    width:200px;display:flex;justify-content:space-between;align-items:center;z-index:5
}
.g-arrow{position:relative;display:block;width:64px;height:28px;cursor:pointer;text-decoration:none;line-height:0;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;color:#fff;transition:filter .2s ease,transform .15s ease}
.g-arrow>span{position:absolute;top:50%;left:16px;right:10px;height:2px;background:#fff;transform:translateY(-50%);display:block}
.g-arrow--right>span{left:10px;right:16px}
.g-arrow--left::before{content:"";position:absolute;top:50%;left:8px;width:12px;height:12px;transform:translateY(-50%) rotate(45deg);border-left:2px solid #fff;border-bottom:2px solid #fff}
.g-arrow--right::before{content:"";position:absolute;top:50%;right:8px;width:12px;height:12px;transform:translateY(-50%) rotate(-45deg);border-right:2px solid #fff;border-bottom:2px solid #fff}
.g-arrow:hover{filter:brightness(1.1);transform:translateY(-1px)}
.g-arrow:active{transform:translateY(0)}
.g-slash{display:block;width:2px;height:56px;background:linear-gradient(180deg,#fff0,#ffffff80,#fff0);transform:rotate(20deg);opacity:.7;pointer-events:none}
@media (max-width:640px){.g-slash{height:44px}}

/* ESCAPE / ACCUEIL : colonne + séparateur centré */
.ez-testimonials .room__meta{display:flex;justify-content:center;align-items:flex-start;gap:32px;margin-top:12px;position:relative}
.ez-testimonials .room__meta-item{display:flex;flex-direction:column;align-items:center;text-align:center}
.ez-testimonials .room__meta-item-label{margin-top:6px;font-size:12px;text-transform:uppercase;opacity:.85;text-align:center}
.ez-testimonials .room__meta::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:rgba(255,255,255,.15)}
/* Supprime les séparateurs du thème si présents */
.ez-testimonials .room__meta--lg::before,
.ez-testimonials .room__meta--lg::after{content:none!important;display:none!important}
