/*
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 .main_menu {
	padding: 0px;
}
/*
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
    width: 60%;
    float: right;
    margin-bottom: 30px;
}*/

#footer {
	position: initial;
}

#footer p, a {
	font-size: 15px;
}

#socket {
	position: initial;
}

.copyright {
	width: 100%;
}

.copyright a {
	font-size: 11px;
}

.tris-contact-widget li div p {
	margin: 0px 0px 15px 0px;
}

#home-services {
	z-index: 1;
}

ul.tris-contact-widget img {
  margin-top: 0 !important;
}


@media only screen and (max-width: 767px) {
	.responsive #top #header_main>.container .main_menu .av-main-nav>li>a {
		padding: 0px 20px;
	}
}

@media only screen and (min-width: 990px) {
	div#main {
		padding-bottom: 0px;
	}
}