/* Ajustements pour le contenu dynamique */

/* Sélecteur de langue (barre principale de l'en-tête, toujours visible) */
.header-lang {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
}
.header-lang > i {
  color: var(--pbmit-global-color);
  font-size: 18px;
  margin-right: 2px;
}
.header-lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 36px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .04em;
  color: var(--pbmit-secondary-color);
  border: 1px solid #d6dbe4;
  border-radius: 4px;
  transition: all .2s ease;
}
.header-lang a:hover {
  color: var(--pbmit-global-color);
  border-color: var(--pbmit-global-color);
}
.header-lang a.active {
  color: #fff;
  background: var(--pbmit-global-color);
  border-color: var(--pbmit-global-color);
}
@media (max-width: 1199px) {
  /* Mobile : FR / ES posé juste à gauche du bouton menu, sans modifier la mise en page du thème */
  .header-style-5 .site-header-menu:not(.sticky-header) {
    position: relative;
  }
  .header-lang-mobile {
    position: absolute;
    top: 50%;
    right: 78px;
    transform: translateY(-50%);
    padding: 0;
    z-index: 5;
  }
}
@media (max-width: 575px) {
  .header-lang-mobile {
    gap: 4px;
    right: 76px;
  }
  .header-lang > i {
    display: none;
  }
  .header-lang a {
    min-width: 34px;
    height: 32px;
    font-size: 13px;
  }
}

/* Liens e-mail du bandeau supérieur */
.pbmit-pre-header-left a {
  color: inherit;
}
.pbmit-pre-header-left a:hover {
  color: var(--pbmit-white-color);
}

/* Encadrés « Nous offrons le meilleur service » de même hauteur */
.offer-row > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}
.offer-row .pbmit-miconheading-style-18,
.offer-row .pbmit-ihbox-style-18,
.offer-row .pbmit-ihbox-style-18 .pbmit-ihbox-box {
  width: 100%;
  height: 100%;
}

/* Cartes services de la page Services */
.services-grid > [class*="col-"] {
  margin-bottom: 30px;
}

/* Devise vide dans les offres */
.pbminfotech-ptable-symbol:empty {
  display: none;
}

/* Retour du formulaire de contact */
.contact-form .message-status .alert {
  margin-top: 20px;
  margin-bottom: 0;
}

/* Messages « aucun contenu » */
.pbmit-empty-state {
  text-align: center;
  padding: 40px 0;
  color: #777;
}

/* Timeline : image facultative */
.pbmit-timeline-image img {
  max-width: 100%;
}
