/*
Theme Name: Reno Cardan
Author: Tris informatique
Author URI: https://www.trisinformatique.com
Version: 7.1.3
Template: enfold
*/

.header-infos{
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;              /* passe en 2 lignes si besoin */
  background: #f8f8f8;
  width: 60%;
}

#header-infos.header-infos {
    width: 60%;
    padding: 15px;
}

.header-infos img {
    margin: 0px 0px 0px 30px;
}

.header-infos__item{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 260px;             /* évite que ça devienne illisible */
}

.header-infos__icon{
  width: 48px;                  /* tu peux garder 64 si tu veux */
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.header-infos__text{
  line-height: 1.35;
  font-size: 13px;
}

/* Optionnel: rendre les liens plus “propres” */
.header-infos__text a{
  text-decoration: none;
}
.header-infos__text a:hover{
  text-decoration: underline;
}

/* Responsive: empiler en colonne sur petit écran */
@media (max-width: 768px){
  .header-infos{
    gap: 16px;
  }
  .header-infos__item{
    width: 100%;
    min-width: 0;
  }
}

.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
    width: 60%;
    float: right;
    margin-bottom: 30px;
}