/* Global Styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
  }
  
  /* Navbar */
  .navbar {
    background-color: #173144;
  }
  
  .navbar a {
    color: #fff !important;
  }
  
  .navbar a:hover {
    color: #f1f1f1 !important;
  }
  
  .navbar-toggler-icon {
    background-color: #fff;
  }

  .logo-navbar {
  max-height: 60px;
  width: auto;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.btn-call {
  background-color: #173144;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}
.btn-call:hover {
  background-color: #0f2235;
}
  
  /* Hero Section */
  .hero {
    background: url('https://via.placeholder.com/1500x600/173144/ffffff?text=Votre+Image+de+Fond') no-repeat center center;
    background-size: cover;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .hero h1 {
    font-size: 4rem;
    font-weight: bold;
  }
  
  .hero p {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  
  .hero .btn {
    font-size: 1.2rem;
    padding: 10px 30px;
    background-color: #173144;
    border: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
  }
  
  .hero .btn:hover {
    background-color: #4e7a7d;
  }
  
  /* Section Service */
  .card-body {
    padding: 1.5rem;
  }
  
  .card-title {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .card-text {
    font-size: 1rem;
    color: #666;
  }
  
  /* Footer */
  footer {
    background-color: #173144;
    color: #fff;
  }
  
  footer p {
    margin-bottom: 0;
    font-size: 1rem;
  }
  
  /* Contact Form */
  form input, form textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  
  form input:focus, form textarea:focus {
    border-color: #173144;
    outline: none;
  }
  
  form button {
    background-color: #173144;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
  }
  
  form button:hover {
    background-color: #4e7a7d;
  }
  
  /* AOS Animations */
  [data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  
  [data-aos="fade-up"] {
    transform: translateY(50px);
  }
  
  [data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 0.6s;
  }
  
  /* Customizing Page Specific Elements */
  .bg-light {
    background-color: #f1f1f1 !important;
  }
  
  .text-primary {
    color: #173144 !important;
  }










  /* --- FOOTER MAGIC --- */
.footer-magic {
    position: relative;
    overflow: hidden;
    background: linear-gradient(270deg, #173144, #1e3c5d, #2a527a, #173144);
    background-size: 800% 800%;
    animation: bgWave 15s ease infinite;
  }
  
  @keyframes bgWave {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  /* --- Glow effect on text --- */
  .footer-glow {
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 10px rgba(255,255,255,0.3), 0 0 20px rgba(0,191,255,0.2);
  }
  
  /* --- Animated social icons --- */
  .icon-footer {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  .icon-footer:hover {
    transform: scale(1.2) rotate(5deg);
    filter: brightness(1.3) drop-shadow(0 0 5px rgba(255,255,255,0.6));
  }
  
  /* --- Footer links --- */
  .footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-link:hover {
    color: #00bfff;
    text-decoration: underline;
  }






  .hero-apropos {
    background: linear-gradient(rgba(23, 49, 68, 0.8), rgba(23, 49, 68, 0.8)),
                url('bg-texture.jpg') center/cover no-repeat;
    height: 300px;
  }
  
  .value-card {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }
  .value-card:hover {
    transform: translateY(-5px);
  }




.hero-apropos {
  background: linear-gradient(rgba(23, 49, 68, 0.8), rgba(23, 49, 68, 0.8)),
              url('bg-texture.jpg') center/cover no-repeat;
  height: 300px;
}

.footer-link {
  color: white;
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
  color: #ccc;
}



/* --- CONTACT MODERNE --- */

.contact-section {
  background: linear-gradient(135deg, #e8f0f5, #ffffff);
}

.contact-box {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 2rem;
}

.contact-icon {
  color: #173144;
  margin-right: 10px;
  font-size: 1.3rem;
}

/* Amélioration formulaire contact */
form .form-control:focus,
form .form-select:focus {
  border-color: #173144;
  box-shadow: 0 0 0 0.25rem rgba(23, 49, 68, 0.25);
}

form .btn-primary {
  background-color: #173144;
  border: none;
}

form .btn-primary:hover {
  background-color: #0f2234;
}

/* Lien icônes sociales */
.contact-box a:hover {
  opacity: 0.8;
  transition: 0.3s;
}


/*--FORMULAIRE*/

form .form-control, form .form-select, form textarea {
  border-radius: 8px;
  border: 1px solid #ccc;
}

form .form-control:focus, form .form-select:focus, form textarea:focus {
  border-color: #173144;
  box-shadow: 0 0 0 0.2rem rgba(23,49,68,0.2);
}

button[type="submit"]:hover {
  background-color: #0f2234;
}

/*--HERO APROPOS--*/

.apropos-chic {
  background-color: #fff;
  color: #173144;
}

.apropos-title {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif; /* ou la police que tu utilises */
}

.apropos-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
  color: #333;
}



/*--SERVICES--*/
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.service-card img {
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-card:hover img {
  transform: scale(1.08);
}
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.service-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.service-card img {
  height: 200px;
  object-fit: cover;
}
.btn-services {
  background-color: #173144;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-services:hover {
  background-color: #0f2235;
  transform: translateY(-2px);
}




/* Slide-up animation */
.slide-up-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.service-card:hover .slide-up-text {
  opacity: 1;
  transform: translateY(0);
}



