/* Header page Liens utiles */ .resi-links-header  {
  background: #ffffff !important;
  padding: 60px 0 0 !important;
}

.resi-links-header .title_h1  {
  background: #ffffff !important;
  padding: 15px 0 15px;
}

.resi-links-header .title_h1 h1  {
  color: #12384a !important;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.resi-links-header .title_h4  {
  background: #f6f9fb !important;
  padding: 22px 0;
}

.resi-links-header .title_h4 h4  {
  color: #496474 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 900px;
  margin: 0;
}

.resi-links-header nav  {
  background: #ffffff !important;
  padding-bottom: 18px;
}

.resi-links-header .breadcrumb-custom  {
  background: transparent !important;
  padding-left: 0;
  margin-bottom: 0;
}

.resi-links-header .breadcrumb-item, .resi-links-header .breadcrumb-item span  {
  color: #496474 !important;
}

.resi-links-header .breadcrumb-item a, .resi-links-header .breadcrumb-item a span  {
  color: #1596bf !important;
  font-weight: 700;
  text-decoration: none;
}

.resi-links-header .breadcrumb-item a:hover span  {
  color: #12384a !important;
}
/* Page Liens utiles */ .resi-links-page  {
  background: #f6f9fb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.resi-links-page .container  {
  max-width: 1180px;
}
/* Hero */ .resi-links-hero  {
  background: linear-gradient(135deg, #ffffff 0%, #eef7fb 100%);
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 18px 45px rgba(12, 46, 67, 0.08);
  border: 1px solid rgba(19, 89, 122, 0.08);
}

.resi-links-badge  {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(21, 150, 191, 0.12);
  color: #0d6f92 !important;
  font-size: 14px;
  font-weight: 700;
}

.resi-links-badge i  {
  color: #0d86ad !important;
}

.resi-links-hero h2  {
  margin-bottom: 18px;
  color: #12384a !important;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 800;
}

.resi-links-hero p  {
  margin: 0;
  color: #496474 !important;
  font-size: 18px;
  line-height: 1.75;
}
/* Focus */ .resi-links-focus  {
  background: #12384a;
  color: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 16px 35px rgba(18, 56, 74, 0.22);
}

.resi-links-focus span  {
  display: inline-block;
  margin-bottom: 12px;
  color: #6ed0ef !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.resi-links-focus h3  {
  margin-bottom: 12px;
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 800;
}

.resi-links-focus p  {
  margin: 0;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 15px;
  line-height: 1.7;
}
/* Panel annuaire */ .resi-links-panel  {
  margin-top: 45px;
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(12, 46, 67, 0.08);
  border: 1px solid rgba(19, 89, 122, 0.08);
}

.resi-links-panel-title  {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 32px;
  background: #12384a;
  color: #ffffff;
}

.resi-links-panel-title i  {
  color: #6ed0ef !important;
  font-size: 22px;
}

.resi-links-panel-title h2  {
  margin: 0;
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 800;
}

.resi-links-item  {
  display: flex;
  gap: 24px;
  padding: 34px;
}

.resi-links-icon  {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: rgba(21, 150, 191, 0.12);
  color: #0d86ad !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.resi-links-content h3  {
  margin-bottom: 12px;
  color: #12384a !important;
  font-size: 25px;
  font-weight: 800;
}

.resi-links-content p  {
  margin-bottom: 22px;
  color: #496474 !important;
  font-size: 16px;
  line-height: 1.75;
}

.resi-links-button  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #1596bf;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}

.resi-links-button:hover, .resi-links-button:focus  {
  background: #12384a;
  color: #ffffff !important;
  text-decoration: none;
  transform: translateY(-2px);
}
/* Cartes */ .resi-links-grid  {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 32px;
}

.resi-links-card  {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 14px 35px rgba(12, 46, 67, 0.07);
  border: 1px solid rgba(19, 89, 122, 0.08);
}

.resi-links-card i  {
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: rgba(21, 150, 191, 0.12);
  color: #0d86ad !important;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.resi-links-card h3  {
  margin-bottom: 12px;
  color: #12384a !important;
  font-size: 21px;
  font-weight: 800;
}

.resi-links-card p  {
  margin: 0;
  color: #496474 !important;
  font-size: 15px;
  line-height: 1.7;
}
/* Bloc information */ .resi-links-info  {
  margin-top: 32px;
  padding: 38px;
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 14px 35px rgba(12, 46, 67, 0.07);
  border-left: 6px solid #1596bf;
}

.resi-links-info h2  {
  margin-bottom: 18px;
  color: #12384a !important;
  font-size: 28px;
  font-weight: 800;
}

.resi-links-info p  {
  color: #496474 !important;
  font-size: 16px;
  line-height: 1.8;
}

.resi-links-info p:last-child  {
  margin-bottom: 0;
}
/* Responsive */ @media (max-width: 991px)  {
  .resi-links-hero  {
    padding: 34px;
  }
  .resi-links-hero h2  {
    font-size: 30px;
  }
  .resi-links-grid  {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px)  {
  .resi-links-header .title_h1 h1  {
    font-size: 32px;
  }
  .resi-links-header .title_h4 h4  {
    font-size: 16px;
  }
  .resi-links-hero, .resi-links-info  {
    padding: 26px;
    border-radius: 22px;
  }
  .resi-links-hero h2  {
    font-size: 26px;
  }
  .resi-links-item  {
    flex-direction: column;
    padding: 26px;
  }
  .resi-links-panel-title  {
    padding: 22px 24px;
  }
  .resi-links-panel-title h2  {
    font-size: 21px;
  }
}