* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #222;
  scroll-behavior: smooth;
}

/* NAVBAR */
.navbar {
  position: fixed;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
  z-index: 1000;
}

.navbar.scrolled {
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(10px);
}

.logo {
  font-weight: 800;
  font-size: 2rem;
  color: white;
  letter-spacing: 2px;
}

nav a {
  color: white;
  margin-left: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

nav a:hover {
  color: #0080d0;
}

.hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: linear-gradient(135deg, #003d7a 0%, #0056b3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  height: 100%;
}

.hero-logo img {
  max-width: 600px;
  max-height: 500px;
  width: auto;
  height: auto;
  object-fit: contain;
  animation: fadeIn 1.5s ease forwards;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.hero-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: 600;
}

.phone-icon {
  color: #ff2d2d;
  font-size: 1.8rem;
}

.hero-phone a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.hero-phone a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* SECTIONS */
.section {
  padding: 120px 20px;
  text-align: center;
}

.section h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #222;
}

.section.light {
  background: url("img/img.png") center/cover no-repeat;
  position: relative;
  padding: 200px 20px !important;
}

.section.light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 0;
}

.section.light > * {
  position: relative;
  z-index: 1;
}

.horaires-container {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.horaires-column {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  text-align: left;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 61, 122, 0.15);
}

.horaires-column h3 {
  font-size: 1.4rem;
  color: #003d7a;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}

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

.horaires-column li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 0.95rem;
}

.horaires-column li:last-child {
  border-bottom: none;
}

.horaires-column strong {
  color: #003d7a;
  font-weight: 600;
  display: inline-block;
  min-width: 100px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  width: 280px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-8px);
}

.map-container iframe {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  border: none;
}

.address {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 20px 0 40px 0;
  color: #003d7a;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin: 60px 0;
}

.contact-item {
  text-align: center;
}

.contact-item h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #222;
}

.contact-item p {
  font-size: 1.1rem;
}

.contact-item a {
  color: #003d7a;
  text-decoration: none;
  transition: 0.3s;
}

.contact-item a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.social-media {
  margin-top: 80px;
  padding-top: 60px;
  border-top: 2px solid #eee;
}

.social-media h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #222;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}

.social-links a:hover {
  transform: translateY(-3px);
}

.social-links svg {
  width: 24px;
  height: 24px;
}

.social-links img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

footer {
  background: linear-gradient(135deg, #003d7a 0%, #0056b3 100%);
  color: white;
  padding: 60px 20px 20px;
  margin-top: 80px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.footer-section {
  text-align: left;
}

.footer-section h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer-section h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer-section p {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 10px;
  opacity: 0.95;
}

.footer-section a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}

.footer-section a:hover {
  color: #ff9500;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  opacity: 0.9;
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
  .logo {
    font-size: 1.2rem;
  }

  nav a {
    margin-left: 15px;
    font-size: 0.9rem;
  }

  .hero-phone {
    font-size: 1rem;
    gap: 8px;
  }

  .phone-icon {
    font-size: 1.4rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-section {
    text-align: center;
  }

  .footer-section h3 {
    font-size: 1.4rem;
  }

  .footer-section h4 {
    font-size: 1rem;
  }

  .footer-section p {
    font-size: 0.85rem;
  }

  .hero {
    height: 50vh;
  }

  .hero-logo img {
    max-width: 80%;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
    max-width: 350px;
  }

  .contact-info {
    flex-direction: column;
    gap: 30px;
  }

  .social-links {
    gap: 20px;
  }

  .social-links a {
    display: inline-flex;
  }

  .social-links img {
    width: 40px;
    height: 40px;
  }

  .section.light {
    padding: 150px 20px !important;
  }

  .horaires-container {
    gap: 30px;
  }

  .horaires-column {
    max-width: 100%;
  }
}