/* Language Flags */
.language-flags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.language-flags a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s;
}
.language-flags a:hover {
  transform: scale(1.1);
}
.language-flags a img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.language-flags a.active img {
  outline: 2px solid rgba(255, 255, 255, .9);
  outline-offset: 2px;
}
.mobile-language-flags {
  margin-top: 12px;
  justify-content: center;
}

/* Masquer la barre Google Translate par défaut */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

/* Overrides de lisibilité: texte noir visible dans Témoignages */
.testimonial-section-three .sec-title .title,
.testimonial-block-three .text,
.testimonial-block-three .info .title,
.testimonial-block-three .info .title span {
  color: #051b05 !important;
}

/* Section héro Témoignages: Titre et contenu en blanc */
.testimonial-section-three .sec-title .title,
.testimonial-section-three .testimonial-slider-three .testimonial-block-three .text,
.testimonial-section-three .testimonial-slider-three .testimonial-block-three .info .title,
.testimonial-section-three .testimonial-slider-three .testimonial-block-three .info .title span {
  color: #ffffff !important;
}

/* Ensure buttons are clickable */
.testimonial-section-three .sec-title .btn-wrp {
  position: relative;
  z-index: 10;
}
