/* Reset et typographie */
body {
  background-color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* Container max-width */
.section .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Titres et sous-titres */
h1.title {
  color: #004080;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem !important;}

p.subtitle.nos-specialisations {
  font-weight: 600;
  font-size: 1.7rem;
  color: #0066cc;
  text-align: center;
  margin-bottom: 2rem;
}

.title.is-4 {
  margin-bottom: 1rem;
  border-bottom: 2px solid #004080;
  padding-bottom: 0.3rem;
  color: #004080;
}

.subtitle.is-6 {
  font-weight: 600;
  font-size: 1.1rem;
  color: #0077cc;
  margin-top: 1em;
  margin-bottom: 1rem;
  padding-top: 1.5rem;
}

/* Listes */
ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}
ul li {
  margin-bottom: 0.5rem;
}

/* Images réduites et centrées */
.alt-img {
  width: 70%;        
  max-width: 500px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

/* Colonnes alternées */
.column.img-column {
  order: 1;
}
.column.text-column {
  order: 2;
}
.alt-section.alt-right .column.img-column {
  order: 2;
}
.alt-section.alt-right .column.text-column {
  order: 1;
}

/* Navbar */
.navbar.has-background-link {
  background-color: #004080 !important;
}
.navbar-item.has-text-white {
  font-weight: 600;
  margin-right: 1rem;
}
.navbar-item.has-text-white:hover {
  background-color: #003366;
  color: #fff !important;
}
.navbar-menu.is-active {
  background-color: #004080;
}

/* Sections */
.alt-section {
  padding: 3rem 0;
}

.why-choose .why-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.why-choose .subtitle.is-6 {
  color: #004080;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.why-choose p {
  color: #333;
  line-height: 1.5;
}

/* Footer */
.footer {
  padding: 2rem 1.5rem;
  font-size: 0.9rem;
  color: #555;
  background-color: #e8e8e8;
  border-top: 1px solid #ccc;
  text-align: center;
}
.footer a {
  color: #004080;
  font-weight: 600;
}
.footer a:hover {
  text-decoration: underline;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .alt-section .columns {
    flex-direction: column !important;
  }
  .alt-img {
    width: 50%;
    margin: 0 auto 1rem auto;
  }
}
