/* Style global du site Nettispher P.H.S */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    background-color: #ffffff;
    color: #212529;
    line-height: 1.7;
    padding-top: 0 !important;
}

/* NAVBAR AJUSTÉE */
.navbar {
    transition: all 0.3s ease;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    min-height: 10px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.navbar .nav-link {
    color: #0b64b2;
    font-weight: 500;
    margin: 0 8px;
    transition: color 0.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #083b6c;
}

.navbar-brand {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
}

.logo {
    height: 90px;
    max-height: 90px;
}
.hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Hero section (accueil) */
#hero-carousel .hero {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;       /* ✅ ajout */
  padding-top: 0;      /* ✅ ajout */
}

#hero-carousel .hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(11, 100, 178, 0.2);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero h1 {
  font-weight: 700;
  font-size: 3rem;
}

.hero p {
  font-size: 1.2rem;
}

/* Boutons principaux */
.btn-primary {
    background-color: #0b64b2;
    border: none;
}

.btn-primary:hover {
    background-color: #094f8a;
}

/* Sections */
section {
    padding: 60px 0;
}

/* Animations personnalisées */
[data-aos] {
    transition-duration: 0.8s !important;
}



/* --- Devis (layout ) --- */
.contact-card { background:#fff; }
.contact-block + .contact-block { margin-top: 14px; }
.contact-sep {
  border-top: 1px solid #e6e6e6;
  margin: 14px 0;
}
.devis-form .form-control {
  border-radius: .375rem;
  border-color: #d9dfe6;
}
.devis-form .form-control:focus {
  border-color: #0b64b2;
  box-shadow: 0 0 0 .2rem rgba(11,100,178,.15);
}

/* === Amélioration visibilité page Devis === */
.devis-form-title,
.devis-form h5 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #0b64b2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.devis-form h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #0056e0;
}

.devis-form p.text-muted {
    font-size: 0.95rem;
    color: #555 !important;
}

.devis-form {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.devis-form .form-label {
    font-weight: 500;
    color: #222;
}

.form-check-label {
    color: #333;
}

.devis-form .form-control {
    border: 1px solid #ccc;
    background: #fafafa;
    transition: all 0.2s ease-in-out;
}

.devis-form .form-control:focus {
    background: #fff;
    border-color: #0b64b2;
    box-shadow: 0 0 0 .2rem rgba(11,100,178,.15);
}

.devis-form button.btn {
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 20px;
    letter-spacing: 0.3px;
}

.devis-form button.btn-primary {
    background-color: #0b64b2;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.devis-form button.btn-primary:hover {
    background-color: #084c8a;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 10px rgba(11, 100, 178, 0.3);
}

.devis-form button.btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(11, 100, 178, 0.2);
}

/* === Page Contact === */
.contact-card {
  background: #fff;
}
.contact-image img {
  border-radius: 6px;
}
.contact-form .form-control {
  border-color: #ddd;
  border-radius: .375rem;
  background: #fafafa;
}
.contact-form .form-control:focus {
  background: #fff;
  border-color: #0b64b2;
  box-shadow: 0 0 0 .2rem rgba(11,100,178,.15);
}
.contact-form button {
  font-weight: 600;
  transition: all .3s ease;
}
.contact-form button:hover {
  background-color: #084c8a;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(11,100,178,.3);
}


/* Typographie homogène avec la bannière */
p, a, h2 {
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

/* ====== SECTION CONTACT ====== */
.contact-banner {
  background: linear-gradient(to bottom, #2b66b1, #173d7a);
  letter-spacing: 0.3px;
}

.contact-banner .container {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.contact-banner h2 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.contact-banner p {
  font-size: 0.95rem;
}

.navbar-nav .nav-link.active {
  color: #1da1f2;
  font-weight: 700;
}

.navbar-nav .nav-link.active::after {
  width: 100%;
}
.secteur-img {
  height: 275px;
  width: 80%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.secteur-img1 {
  height: 350px;
  width: 100%;
  transform: scale(1); /* dézoom à 90% */
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.texte-justifie {
  text-align: justify;
}
.services-section {
  background-color: #e0f0f7; /* bleu très clair */
}

.services-section .card {
  border: none;
}

.services-section .card-header {
  font-weight: 600;
  font-size: 1.1rem;
}

.services-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-section .img-fluid {
  height: auto;
  max-height: 150px;
  object-fit: cover;
}

.services-section p {
  text-align: center;
}

.services-section .list-group-item {
  font-size: 0.95rem;
}

.custom-margin-top {
  margin-top:70px !important;

}
.icon-secteur {
  height: 50px;
  margin-bottom: 8px;
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.hover-shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.transition {
  transition: all 0.3s ease;
}
.services-clean {
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  text-align: center;
  color: #0d6efd;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}

.service-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.service-column {
  padding: 30px;
  border-radius: 10px;
  flex: 1 1 300px;
  max-width: 500px;
  border: 1px solid #e0e0e0;
  background-color: transparent; /* supprimé le fond blanc */
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.service-column h3 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 10px;
}

.service-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-column li {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.service-column i {
  color: #0d6efd;
  margin-right: 10px;
  font-size: 1rem;
}
.section-pro {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.container-pro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.text-pro {
  flex: 1 1 550px;
}

.text-pro h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.text-pro h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.text-pro p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.image-pro {
  flex: 1 1 400px;
  text-align: center;
}

.image-pro img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.bloc-fete {
  background-color: #f5f5f5;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.container-fete {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.image-fete {
  flex: 0 0 640px;
  text-align: center;
}

.image-fete img {
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.text-fete {
  flex: 1 1 520px;
}

.text-fete h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.text-fete p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}
.bloc-demenagement {
  background-color: transparent;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.container-demenagement {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.text-demenagement {
  flex: 1 1 520px;
}

.text-demenagement h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.text-demenagement p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

.image-demenagement {
  flex: 1 1 480px;
  text-align: center;
}

.image-demenagement img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.bloc-exterieur {
  background-color: transparent;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.container-exterieur {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.text-exterieur {
  flex: 1 1 520px;
}

.text-exterieur h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.text-exterieur p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.image-exterieur {
  flex: 1 1 480px;
  text-align: center;
}

.image-exterieur img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.bloc-industriel {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.container-industriel {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.image-industriel {
  flex: 1 1 500px;
  text-align: center;
}

.image-industriel img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.text-industriel {
  flex: 1 1 580px;
}

.text-industriel h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.text-industriel p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

.liste-prestations {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.liste-prestations li {
  font-size: 1rem;
  margin-bottom: 10px;
}
.btn-devis {
  display: inline-block;
  background-color: #38b6ff;
  color: white;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-devis:hover {
  background-color: #2a9ad4;
}
.bloc-commerces {
  background-color: #fff; /* fond blanc */
  padding: 60px 20px;
}

.container-commerces {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.texte-commerces {
  flex: 1 1 50%;
  min-width: 300px;
}

.texte-justifie p {
  text-align: justify;
}

.service-list {
  padding-left: 0;
  list-style: none;
}

.service-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.image-commerces {
  flex: 1 1 45%;
  min-width: 300px;
}

.image-commerces img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.bloc-collectivites {
  background-color: #fff;
  padding: 60px 20px;
}

.container-collectivites {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.image-collectivites {
  flex: 1 1 45%;
  min-width: 300px;
}

.image-collectivites img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.texte-collectivites {
  flex: 1 1 50%;
  min-width: 300px;
}

.service-list {
  list-style: none;
  padding-left: 0;
}

.service-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
/* Limiter l'effet du style uniquement à la zone de login */
/* Fond global de la page */
.login-container-wrapper {
  background: linear-gradient(135deg, #e3f2fd, #ffffff);
  min-height: calc(100vh - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
}

/* Bloc formulaire */
.login-container {
  background-color: #ffffff;
  padding: 40px 35px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 400px;
  font-family: 'Poppins', sans-serif;
  animation: fadeIn 0.6s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Titre */
.login-container h2 {
  text-align: center;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 30px;
}

/* Champs avec icône */
.login-container .form-input {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  transition: border 0.3s;
}

.login-container .form-input:focus-within {
  border-color: #007bff;
}

.login-container .form-input i {
  color: #007bff;
  font-size: 18px;
  margin-right: 10px;
}

.login-container .form-input input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 15px;
  color: #333;
}

/* Checkbox Afficher le mot de passe */
.login-container .show-password {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.login-container .show-password input {
  margin-right: 6px;
}

/* Bouton Connexion */
.login-container .login-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.login-container .login-btn:hover {
  background: linear-gradient(135deg, #0056b3, #003c80);
}
.toggle-eye {
  font-size: 18px;
  color: #666;
}
/* Réduction de la hauteur de la bannière contact */
.contact-banner .container {
  padding-top: 1rem !important;  /* avant : py-3 ≈ 1.5rem */
  padding-bottom: 1rem !important;
}
.header-mentions {
  background-color: #2b66b1;
  color: white;
  text-align: left;
  padding: 60px 80px 40px 80px;
}

.header-mentions h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

.mentions-container {
  max-width: 950px;
  margin: 50px auto;
  padding: 20px 40px;
}

h2 {
  color: #173d7a;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

p {
  margin-bottom: 1rem;
  text-align: justify;
}

a {
  color: #2b66b1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.update-box {
  background-color: #e9f0f9;
  border-left: 4px solid #2b66b1;
  padding: 10px 15px;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #173d7a;
  text-align: right;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .header-mentions {
    padding: 40px 20px;
  }

  .mentions-container {
    padding: 20px;
  }
}


/* Bande bleue RGPD */
.header-rgpd {
  background-color: #2b66b1;
  color: white;
  text-align: left;
  padding: 60px 80px 40px 80px;
}

.header-rgpd h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

/* Contenu */
.rgpd-container {
  max-width: 950px;
  margin: 50px auto;
  padding: 20px 40px;
}

h2 {
  color: #173d7a;
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

p {
  margin-bottom: 1rem;
  text-align: justify;
}

ul {
  margin-top: 0.5rem;
  margin-left: 30px;
}

a {
  color: #2b66b1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.update-box {
  background-color: #e9f0f9;
  border-left: 4px solid #2b66b1;
  padding: 10px 15px;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #173d7a;
  text-align: right;
  border-radius: 5px;
}

.btn-retour {
  background-color: #173d7a;
  border: none;
}

.btn-retour:hover {
  background-color: #0f2a53;
}

@media (max-width: 768px) {
  .header-rgpd {
    padding: 40px 20px;
  }
  .rgpd-container {
    padding: 20px;
  }
}
.header-plan {
  background-color: #2B66B1;
  color: white;
  padding: 60px 80px;
  text-align: left;
}

.header-plan h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

.header-plan .breadcrumb {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #eaf4ff;
}

.container h2 {
  color: #173d7a;
  font-weight: 600;
}

ul li {
  margin: 10px 0;
}

ul li a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}

ul li a:hover {
  text-decoration: underline;
}
.header-intervention {
  background-color: #2b66b1;
  color: white;
  padding: 60px 30px;
  text-align: center;
}

.header-intervention h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.header-intervention .lead {
  margin-top: 10px;
  font-size: 1.1rem;
}

.intervention-process h2 {
  color: #173d7a;
  font-weight: 600;
  margin-bottom: 30px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.step h3 {
  font-size: 1.25rem;
  color: #2b66b1;
  font-weight: 600;
}

.step p {
  text-align: justify;
}

@media (min-width: 768px) {
  .steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}


/* Sidebar */
.sidebar {
  width: 240px;
  height: 100vh;
  background-color: #173d7a;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
}

.sidebar-header {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.sidebar .nav-link {
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  background-color: #2b66b1;
  color: #fff;
}

.content {
  margin-left: 250px;
  padding: 2rem;
}

/* Banner */
.welcome-banner {
  background: linear-gradient(90deg, #2b66b1, #1e4d89);
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

/* Cards */
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.card h4 {
  color: #173d7a;
}

.btn-primary {
  background-color: #2b66b1;
  border: none;
}

.btn-primary:hover {
  background-color: #1e4d89;
}
.sidebar-header img {
  height: 50px;
  margin-right: 6px;
}
.image-nettoyage {
 

  height: 270px;
  width: 100%;
  transform: scale(1); /* dézoom à 90% */
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);  
}
.presentation-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.presentation-section .bloc-texte {
  flex: 1 1 48%;
}

.presentation-section img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.footer-gsp {
  background-color: #0D1D3A; /* Bleu foncé identique au modèle */
  position: relative;
  padding-top: 30px im;   /* augmente ici */
  padding-bottom: 30px; /* augmente ici */
}

.footer-logo {
  height: 45px; /* Ajuste selon la taille souhaitée */
}

.footer-right a:hover {
  text-decoration: underline;
}

/* Bouton retour en haut */
.back-to-top {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
  border-radius: 3px;
  color: white;
  transition: 0.2s ease;
}

.back-to-top:hover {
  background: rgba(255, 255, 255, 0.3);
}
section.container {
    overflow-x: hidden;
}
/* ===== SECTION RÉFÉRENCES ===== */

.references-section {
    padding-top: 50px;
    padding-bottom: 60px;
    min-height: 60vh;
}

.references-section p {
    color: #444;
}

.reference-card {
    border: none !important;
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reference-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}

.reference-card h5 {
    font-weight: 600;
    color: #0b64b2;
}

.reference-card p {
    font-size: 0.95rem;
    color: #555;
}
main {
    flex: 1 0 auto;
}
/* ===== MESSAGE CLIENT ===== */
.client-message h2 {
    font-size: 1.9rem;
    color: #222;
}

.client-message p {
    font-size: 1.05rem;
    color: #555;
}


/* ===== BANNIÈRE DEVIS ===== */
.devis-banner {
    background-image: url('../img/bg3.jpg'); /* mets ton image */
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    position: relative;
}

.devis-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
}

.devis-banner > div {
    position: relative;
    z-index: 2;
}

.devis-banner h2 {
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

.btn-devis-banner {
    background-color: #38b6ff;
    color: white;
    font-size: 1.1rem;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-devis-banner:hover {
    background-color: #288ec7;
}

/* ======================================================
 SECTION CONTACT PREMIUM 
========================================================= */

.contact-call {
    margin: 0;
    padding: 0;
}

/* Bande du haut */
.contact-call-top {
    background: #3a5fa2; /* Bleu supérieur */
    padding: 50px 20px;
    color: white;
}

.btn-contact-call {
    border: 2px solid white;
    color: white;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-contact-call:hover {
    background: white;
    color: #3a5fa2;
}

/* Bande du bas */
.contact-call-bottom {
    background: #1f3a63; /* Bleu foncé */
}

.contact-call-bottom i {
    color: white;
}

.contact-call-bottom span,
.contact-call-bottom strong {
    color: white;
}

.contact-call-bottom div {
    color: white;
}

/* Responsivité */
@media (max-width: 768px) {
    .contact-call-top {
        flex-direction: column;
        text-align: center;
    }

    .contact-call-top .ms-4 {
        margin-left: 0 !important;
        margin-top: 20px;
    }
}
.footer-contact a {
  color: white !important;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}


/* ======================================================
 page d'accueil client 
========================================================= */

body {
  background-color: #f8f9fa;
}

.sidebar {
  width: 260px;
  min-height: 100vh;
  background-color: #001f3f;
  color: white;
}

.sidebar .nav-link {
  color: #ccc;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
  background-color: #004080;
  color: #fff;
}

.content {
  flex-grow: 1;
  padding: 30px;
}

.card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border: none;
}

.card-header {
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}
