/* =========================================================
   RESILINER - PAGE CONTACT
   Formulaire : [*contact_form*]
   Carte : [*init_map*]
   ========================================================= */ .resi-contact-page  {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
  color: #195a5e;
}

.resi-contact-page::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 143, 187, 0.16) 0%, rgba(83, 143, 187, 0) 70%);
  pointer-events: none;
}

.resi-contact-page::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.14) 0%, rgba(27, 133, 143, 0) 72%);
  pointer-events: none;
}

.resi-contact-page > .container  {
  position: relative;
  z-index: 1;
}

.resi-contact-page h2, .resi-contact-page h3  {
  color: #04292b;
  font-weight: 800;
  line-height: 1.25;
}

.resi-contact-page p, .resi-contact-page li  {
  color: #195a5e;
  line-height: 1.7;
}

.resi-contact-lead  {
  font-size: 1.08rem;
}
/* Hero */ .resi-contact-hero  {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #04292b 0%, #195a5e 52%, #076ca0 100%);
  box-shadow: 0 20px 60px rgba(4, 41, 43, 0.14);
}

.resi-contact-hero::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.resi-contact-hero::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108, 179, 175, 0.22) 0%, rgba(108, 179, 175, 0) 72%);
  pointer-events: none;
}

.resi-contact-hero > .row  {
  position: relative;
  z-index: 1;
}

.resi-contact-hero h2  {
  color: #ffffff;
}

.resi-contact-hero p  {
  color: rgba(255, 255, 255, 0.88);
}
/* Badge */ .resi-contact-badge  {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(7, 108, 160, 0.08);
  color: #076ca0;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.resi-contact-badge i  {
  color: #1b858f;
}

.resi-contact-hero .resi-contact-badge  {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.resi-contact-hero .resi-contact-badge i  {
  color: #6cb3af;
}
/* Mini cards */ .resi-contact-mini-card  {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.resi-contact-mini-card:hover  {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.14);
}

.resi-contact-mini-icon  {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #538fbb 0%, #6cb3af 100%);
  color: #ffffff;
  font-size: 1.15rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.resi-contact-mini-card h3  {
  color: #ffffff;
  font-size: 1.05rem;
}

.resi-contact-mini-card p  {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
}
/* Cards */ .resi-contact-card  {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(83, 143, 187, 0.12);
  box-shadow: 0 14px 40px rgba(4, 41, 43, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.resi-contact-card:hover  {
  transform: translateY(-4px);
  border-color: rgba(7, 108, 160, 0.22);
  box-shadow: 0 18px 46px rgba(4, 41, 43, 0.1);
}

.resi-contact-card::after  {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -65px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27, 133, 143, 0.1) 0%, rgba(27, 133, 143, 0) 70%);
  pointer-events: none;
}

.resi-contact-card > *  {
  position: relative;
  z-index: 1;
}

.resi-contact-highlight  {
  background: linear-gradient(135deg, rgba(83, 143, 187, 0.08) 0%, rgba(27, 133, 143, 0.08) 100%);
}
/* Infos */ .resi-contact-info-list  {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.resi-contact-info-item  {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.resi-contact-icon  {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  color: #ffffff;
  font-size: 1.1rem;
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
}

.resi-contact-info-item h3  {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.resi-contact-info-item a  {
  color: #076ca0;
  font-weight: 700;
  text-decoration: none;
}

.resi-contact-info-item a:hover, .resi-contact-info-item a:focus  {
  color: #1b858f;
  text-decoration: none;
}
/* Listes */ .resi-contact-list  {
  padding-left: 0;
  list-style: none;
}

.resi-contact-list li  {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.resi-contact-list li:last-child  {
  margin-bottom: 0;
}

.resi-contact-list li::before  {
  content: "\f058";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1b858f;
}
/* Formulaire injecté */ .resi-contact-form-card form, .resi-contact-form-card .form, .resi-contact-form-card .contact-form  {
  margin-top: 10px;
}

.resi-contact-form-card label  {
  color: #04292b;
  font-weight: 700;
  font-size: 0.92rem;
}

.resi-contact-form-card input, .resi-contact-form-card select, .resi-contact-form-card textarea, .resi-contact-form-card .form-control  {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(83, 143, 187, 0.22);
  color: #195a5e;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.resi-contact-form-card textarea, .resi-contact-form-card textarea.form-control  {
  min-height: 150px;
  resize: vertical;
}

.resi-contact-form-card input:focus, .resi-contact-form-card select:focus, .resi-contact-form-card textarea:focus, .resi-contact-form-card .form-control:focus  {
  border-color: #076ca0;
  box-shadow: 0 0 0 0.2rem rgba(7, 108, 160, 0.12);
}

.resi-contact-form-card input::placeholder, .resi-contact-form-card textarea::placeholder  {
  color: rgba(25, 90, 94, 0.52);
}

.resi-contact-form-card button, .resi-contact-form-card input[type="submit"], .resi-contact-form-card .btn-primary  {
  border: 0;
  border-radius: 999px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #076ca0 0%, #1b858f 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(7, 108, 160, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.resi-contact-form-card button:hover, .resi-contact-form-card input[type="submit"]:hover, .resi-contact-form-card .btn-primary:hover  {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(7, 108, 160, 0.28);
}
/* Map */ .resi-contact-map-wrap  {
  overflow: hidden;
  min-height: 320px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fbfc 0%, #ffffff 100%);
  border: 1px solid rgba(83, 143, 187, 0.12);
}

.resi-contact-map-wrap iframe, .resi-contact-map-wrap .map, .resi-contact-map-wrap > div  {
  width: 100%;
  min-height: 320px;
}
/* Commitment */ .resi-contact-commitment  {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, #04292b 0%, #195a5e 52%, #076ca0 100%);
  box-shadow: 0 20px 60px rgba(4, 41, 43, 0.14);
}

.resi-contact-commitment::before  {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.resi-contact-commitment::after  {
  content: "";
  position: absolute;
  bottom: -140px;
  left: -120px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(108, 179, 175, 0.22) 0%, rgba(108, 179, 175, 0) 72%);
  pointer-events: none;
}

.resi-contact-commitment > .row  {
  position: relative;
  z-index: 1;
}

.resi-contact-commitment h2  {
  color: #ffffff;
}

.resi-contact-commitment p, .resi-contact-commitment li  {
  color: rgba(255, 255, 255, 0.88);
}

.resi-contact-list-light li::before  {
  color: #6cb3af;
}
/* Responsive */ @media (max-width: 991.98px)  {
  .resi-contact-hero  {
    padding: 32px;
  }
  .resi-contact-card, .resi-contact-commitment  {
    padding: 28px;
  }
}

@media (max-width: 767.98px)  {
  .resi-contact-hero, .resi-contact-card, .resi-contact-commitment  {
    padding: 22px;
    border-radius: 20px;
  }
  .resi-contact-info-item  {
    gap: 14px;
  }
  .resi-contact-icon, .resi-contact-mini-icon  {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
  .resi-contact-map-wrap, .resi-contact-map-wrap iframe, .resi-contact-map-wrap .map, .resi-contact-map-wrap > div  {
    min-height: 260px;
  }
}

@media (max-width: 575.98px)  {
  .resi-contact-page h2, .resi-contact-hero h2, .resi-contact-commitment h2  {
    font-size: 1.55rem;
  }
  .resi-contact-mini-card h3, .resi-contact-info-item h3  {
    font-size: 1.02rem;
  }
  .resi-contact-list li  {
    padding-left: 28px;
  }
}