    /*:root {
    --color-bg-primary: #e8f1ff;
    --color-text-primary: #0a192f;
    --color-accent: #1f6feb;
    --color-bg-footer: #0a192f;
    --color-text-footer: #f1f1f1;
  }


    body {
      background-color: #F8FAFC;
      color: #0F172A;
      font-family: 'Segoe UI', sans-serif;
    }
    h1, h2, h5 {
      color: #F8FAFC;
    }
    .btn-accent {
      background-color: #38BDF8;
      color: white;
      border: none;
    }
    .btn-accent:hover {
      background-color: #0284C7;
    }
    .project-card {
      border-radius: 1rem;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
    }
    .project-card:hover {
      transform: scale(1.02);
    }
    .form-control, .form-control:focus {
      background-color: #ffffff;
      border-color: #ccc;
      box-shadow: none;
    }
    .hero-section { 
      background-color: #0F172A;
      margin-top: 62px;
    }
.nav-grn {
  font-size: 1.8rem;
}
nav-header {
  background-color: #F1F5F9;
}

    .btn-accent {
  background-color: #38BDF8;
  color: white;
  border: none;
}
.btn-accent:hover {
  background-color: #0284C7;
}



.section-dev {
    background-color: var(--color-bg-primary);
    color: var(--color-text-primary);
}

.section-dev h1,
.section-dev h2 {
    color: var(--color-accent);
}

body footer,
body footer a,
body footer p {
    color: #f1f1f1 !important;
}

footer {
    background-color: var(--color-bg-footer);
    color: #f1f1f1 ;
    padding: 20px 0;
}

footer a {
  color: #f1f1f1 !important;
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover,
footer a:focus,
footer a:active {
  color: #ffffff !important;
  text-decoration: underline;
}








.fixed-contact-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1050; /* au-dessus du reste 
  border-radius: 50px;
  padding: 12px 25px;
  box-shadow: 0 4px 10px rgba(3, 169, 244, 0.4);
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.fixed-contact-btn:hover {
  background-color: #0284C7;
  box-shadow: 0 6px 15px rgba(2, 132, 199, 0.6);
}

/* Navbar background clair 
.navbar-light {
  background-color: #F1F5F9 !important;
}

/* Liens de navigation 
.navbar-nav .nav-link {
  color: #0284C7; /* Bleu clair 
  font-weight: 600;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #0369A1; /* Bleu foncé au hover 
  text-decoration: underline;
}

/* Bouton toggler personnalisé 
.navbar-toggler {
  border: 1px solid #0284C7;
}

.navbar-toggler-icon {
  filter: invert(40%) sepia(80%) saturate(500%) hue-rotate(180deg);
}

/* Marque (logo texte) 
.navbar-brand {
  color: #0284C7;
}

.navbar-brand:hover {
  color: #0369A1;
  text-decoration: none;
}
/* Ombre uniquement après scroll 
.shadow-on-scroll {
  transition: box-shadow 0.3s ease;
}

.shadow-visible {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}*/

:root {
  --color-bg-primary: #e8f1ff;    /* Bleu clair très doux */
  --color-text-primary: #0a192f;  /* Bleu marine foncé */
  --color-accent: #1f6feb;        /* Bleu vif */
  --color-bg-footer: #0a192f;     /* Fond footer bleu marine foncé */
  --color-text-footer: #f1f1f1;   /* Texte clair pour footer */
}

/* Reset / Base */
html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/* Titres */
h1, h2, h3, h4 h5 {
  color: var(--color-text-primary);
}

p {
  color: var(--color-bg-footer);
}


/* Liens */
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: var(--color-bg-footer); /* Un bleu plus foncé au hover */
  text-decoration: none;
}
.nav-grn {
  font-size: 1.8rem;
}
  .hero-section { 
    margin-top: 62px;
  }
.nav-header {
  background-color:var(--color-bg-footer);
  text-decoration: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-header a {
  color: var(--color-text-footer) !important;
}
.nav-header a:hover {
  color: var(--color-accent) !important;
}
/* Sections avec fond primaire */
.bg-primary, .bg-primary.bg-opacity-50 {
  background-color: var(--color-bg-primary) !important;
  color: var(--color-text-primary) !important;
}

/* Boutons (Bootstrap déjà utilise sa propre couleur, mais tu peux personnaliser) */
.btn-primary {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}



.pack-starter  {
  background-color: #28a745; /* vert */
  color: white;
  padding: 5px 10px;
}
.btn-offer-starter {
  background-color: #28a745;
  color: white;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  padding: 0px 10px;
  border: none;
}
.pack-standard {
  background-color: #007bff; /* bleu */
  color: white;
  padding: 5px 10px;
}
.btn-offer-standard {
  background-color: #007bff;
  color: white;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  padding: 0px 10px;
  border: none;
}
.pack-premium {
  background-color: #fd7e14; /* orange */
  color: white;
  padding: 5px 10px;
}
.btn-offer-premium {
  background-color: #fd7e14;
  color: white;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  padding: 0px 10px;
  border: none;
}

.pack-starter ul,
.pack-standard ul,
.pack-premium ul {
  list-style: none;
  padding-left: 0;
}

.pack-starter li::before,
.pack-standard li::before,
.pack-premium li::before {
  content: "✔️";
  margin-right: 8px;
  color: white;
}


.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--color-bg-footer);
  border-color: #0d4ec7;
}

/*formulaire*/
.border-form {
  border: 2px solid var(--color-text-footer);
}

.font-form {
  background-color:var(--color-bg-primary);
}


/* Footer */
footer {
  background-color: var(--color-bg-footer);
  color: var(--color-text-footer);
  font-size: 1.2rem;
  text-align: center;
}
.content {
  flex: 1; /* pousse le footer en bas si pas assez de contenu */
}
footer p {
  color: var(--color-text-footer);
}

footer a {
  color: var(--color-text-footer);
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer a:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

/* Container text centering */
.text-center {
  text-align: center !important;
}

/* Animation fade-in for scroll (tu peux garder ton JS) */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-on-scroll.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Liste sans style par défaut */
ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* Liste avec emojis comme bullets */
ul li {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* Pour les sections de ton site */
.section-dev {
  background-color: var(--color-bg-primary);
  color: var(--color-text-primary);
}

/* Classes supplémentaires pour accentuer certains textes */
.text-accent {
  color: var(--color-accent);
}






