
/* Iris Computing — modernisation légère 2026
   Surcouche uniquement : aucun contenu métier n'est modifié. */

:root {
  --iris-blue: #29afd6;
  --iris-blue-dark: #188aad;
  --iris-ink: #212121;
  --iris-muted: #6f7880;
  --iris-soft: #f5f8fa;
  --iris-border: #e4ebef;
  --iris-white: #fff;
}

html { scroll-behavior: smooth; }

body {
  color: var(--iris-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  width: min(1170px, calc(100% - 40px));
}

/* Barre supérieure */
.header-top {
  background: #182126;
  padding: 10px 0;
}

.w3layouts-address ul li,
.w3layouts-address ul li a {
  color: #eef5f7;
}

.w3layouts-address ul li i {
  color: var(--iris-blue);
}

.agileinfo-social-grids {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.iris-client-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 1;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.iris-client-link i {
  color: var(--iris-blue);
  font-size: 15px;
}

.iris-client-link:hover,
.iris-client-link:focus {
  background: rgba(41,175,214,.14);
  border-color: var(--iris-blue);
  transform: translateY(-1px);
}

/* Navigation */
.header {
  background: rgba(255,255,255,.98);
  box-shadow: 0 8px 24px rgba(17,34,43,.07);
}

.navbar-default {
  border: 0;
  background: transparent;
}

.navbar-brand h1,
.logo h1 {
  letter-spacing: -.5px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  letter-spacing: .1px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  color: var(--iris-blue);
}

/* Titres / sections */
.about-heading,
.banner-bottom,
.services,
.pricing,
.contact,
.team {
  position: relative;
}

.about-heading h2,
.w3agile-map h3,
.agile-footer-grid h4 {
  letter-spacing: -.35px;
}

.about-heading h2 span,
.w3agile-map h3 span,
.agile-footer-grid h4 span {
  color: var(--iris-blue);
}

/* Cartes et blocs */
.services-grid,
.pricing-grid,
.contact-form-left,
.contact-form-right,
.team-grid,
.w3layouts-about-grid {
  border-radius: 12px;
}

.pricing-grid,
.services-grid,
.contact-form-left,
.contact-form-right {
  transition: transform .2s ease, box-shadow .2s ease;
}

.pricing-grid:hover,
.services-grid:hover {
  transform: translateY(-3px);
}

/* Boutons */
.button a,
.more a,
input[type="submit"],
button,
.btn {
  border-radius: 7px;
}

.button a,
.more a {
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button a:hover,
.more a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(41,175,214,.18);
}

/* Carte */
.w3agile-map {
  margin-top: 45px;
}

.w3agile-map iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(17,34,43,.10);
}

/* Footer */
.footer {
  background: #182126;
}

.agile-footer-grids {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.agile-footer-grid {
  margin-bottom: 22px;
}

.agile-footer-grid p {
  color: #cbd5da;
  line-height: 1.75;
}

.popular-grid img {
  border-radius: 7px;
}

.copyright {
  border-top: 1px solid rgba(255,255,255,.09);
  margin-top: 14px;
  padding-top: 22px;
}

.copyright p {
  color: #b9c5ca;
}

.copyright a {
  color: var(--iris-blue);
}

/* Navilog Consent — adaptation Iris Computing */
#navilog-consent-root .nc-banner,
#navilog-consent-root .nc-modal {
  border-color: rgba(41,175,214,.26);
}

#navilog-consent-root .nc-btn {
  background: var(--iris-blue);
  border-color: var(--iris-blue);
  color: #fff;
}

#navilog-consent-root .nc-btn:hover,
#navilog-consent-root .nc-btn:focus {
  background: var(--iris-blue-dark);
  border-color: var(--iris-blue-dark);
}

#navilog-consent-root .nc-btn-secondary {
  background: #fff;
  color: var(--iris-blue-dark);
}

#navilog-consent-root .nc-btn-secondary:hover,
#navilog-consent-root .nc-btn-secondary:focus {
  background: #f1fbfe;
}

#navilog-consent-root .nc-pref input {
  accent-color: var(--iris-blue);
}

#navilog-consent-root .nc-links a,
#navilog-consent-root .nc-manage {
  color: var(--iris-blue-dark);
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 28px, 1170px);
  }

  .header-top .container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .w3layouts-address,
  .agileinfo-social-grids {
    float: none !important;
    width: 100%;
  }

  .agileinfo-social-grids {
    justify-content: flex-start;
  }

  .iris-client-link {
    padding: 8px 12px;
  }

  .agile-footer-grids {
    display: block;
  }

  .w3agile-map iframe {
    min-height: 330px;
  }
}


/* Navigation : contraste sur survol et page active */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff !important;
}
