/**
 * Styles spécifiques pour centrer le Service Client et le Téléphone dans la colonne 2
 * entre le logo et la barre de recherche
 */

/* Ajustement de la colonne 2 pour contenir Service Client et Téléphone */
.flex-header-col.flex-header-col2 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
  min-width: 200px !important;
  text-align: center !important;
}

/* Style pour le bloc de service client */
.flex-header-col2 .service-client {
  margin-bottom: 5px !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  width: 100% !important;
}

/* Style pour le bloc de téléphone */
.flex-header-col2 .phone-block {
  white-space: nowrap !important;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.2 !important;
  text-align: center !important;
  width: 100% !important;
}

/* Style pour l'icône de téléphone */
.flex-header-col2 .phone-block i {
  margin-right: 5px !important;
  vertical-align: middle !important;
}

/* Ajustement de l'espacement entre le logo et la colonne 2 */
.flex-header-logo {
  margin-right: 10px !important;
}

/* Ajustement de l'espacement entre la colonne 2 et la barre de recherche */
.flex-header-col-center {
  margin-left: 10px !important;
}
