/* ---------- GLOBAL ---------- */
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #F9F5EF;
  color: #0B1F3A;
}

html {
  scroll-behavior: smooth;
}

/* ---------- NAVBAR ---------- */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 2rem;
  background-color: #0B1F3A;
  color: #F9F5EF;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* --- Logo --- */
.logo img {
  height: 100px;
  width: auto;
}

.navbar-center ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.navbar-center a {
  color: #F9F5EF;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.navbar-center a:hover {
  text-decoration: underline;
}

/* --- Language --- */
.language-switch {
  display: flex;
  gap: 0.5rem;
  font-size: 2rem;
  align-items: center;
  margin-left: 2rem;
}

.language-switch a {
  text-decoration: none;
  color: #F9F5EF;
  transition: transform 0.2s ease;
}

.language-switch a:hover {
  transform: scale(1.15);
}


/* ---------- HERO SECTION ---------- */
.hero {
  text-align: center;
  padding: 5vh 2rem;
  background-color: #0B1F3A;
  color: #F9F5EF;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 999px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-turquoise {
  background-color: #4ED6CB;
  color: #0B1F3A;
  box-shadow: 0 2px 6px rgba(11, 31, 58, 0.1);
}

.btn-turquoise:hover {
  background-color: #3bbfb6;
  transform: translateY(-2px);
}


/* ---------- SECTION HEADERS ---------- */
.section-title-dark {
  background-color: #0B1F3A;
  color: #F9F5EF;
  text-align: center;
  padding: 1.5rem 2rem 1rem;
}

.section-title-dark h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin: 0;
}

.section-title-light {
  background-color: #F9F5EF;
  color: #0B1F3A;
  text-align: center;
  padding: 1.5rem 2rem 1rem;
}

.section-title-light h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin: 0;
}


.section-divide-dark {
  background-color: #0B1F3A;
  color: #F9F5EF;
  text-align: center;
  padding: 1.5rem 2rem 1rem;
}

.section-divide-dark h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  margin: 0;
}


/* ---------- SECTION CONTENT ---------- */
.section-content-light {
  background-color: #F9F5EF;
  color: #0B1F3A;
  padding: 2rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

.section-content-dark {
  background-color: #0B1F3A;
  color: #F9F5EF;
  padding: 2rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

.section-content-large-dark {
  background-color: #0B1F3A;
  color: #F9F5EF;
  padding: 2rem 2rem;
  max-width: 2000px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

.section-content-stories-large-dark {
  background-color: #0B1F3A;
  color: #0B1F3A;
  padding: 2rem 2rem;
  max-width: 2000px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
}

.section-content-contact {
  background-color: #0B1F3A;
  color: #F9F5EF;
  padding: 2rem 2rem;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
}


/* ---------- TEMOIGNAGES ---------- */
.temoignages-body {
  background-color: #0B1F3A;
  padding: 4rem 2rem;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.testimonial {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(11, 31, 58, 0.05);
}

.testimonial img {
  width: 120px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.testimonial h3 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  color: #0B1F3A;
}

.testimonial .subtitle {
  font-size: 1rem;
  color: #6A7B8C;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.testimonial p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.btn-small {
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  align-self: flex-start;
  margin-top: 0.5rem;
}


.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
}

.testimonial-header h3,
.testimonial-header .subtitle {
  margin: 0;
}



/* ---------- CONTACT FORM ---------- */
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form label {
  font-weight: 600;
  margin-top: 1rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.8rem;
  border: 1px solid #D8CBB5;
  border-radius: 5px;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  width: 100%;
}

.contact-form button {
  align-self: flex-start;
  margin-top: 1rem;
}


/* ---------- image underconstruction ---------- */
.underconstruction {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.underconstruction img {
  height: 200px;
  width: auto;
}



/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .logo img {
    height: 60px;
    width: auto;
  }

  .navbar-center ul {
    flex-direction: column;
    gap: 1rem;
  }

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

  .section-title h2 {
    font-size: 2rem;
  }
}

/* Responsive hamburger menu */
.menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0.5rem;
}

.menu-icon span {
  height: 3px;
  width: 25px;
  background: #F9F5EF;
  margin: 4px 0;
  border-radius: 3px;
}

/* Desktop nav */
.navbar-center {
  display: flex;
}

.navbar-center ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.navbar-center a {
  color: #F9F5EF;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .menu-icon {
    display: flex;
  }

  .navbar-center {
    display: none;
    width: 100%;
  }

  .navbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-toggle:checked + .menu-icon + .navbar-center {
    display: block;
  }

  .navbar-center ul {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
    background-color: #0B1F3A;
  }

  .language-switch {
    margin-left: auto;
    padding-right: 1rem;
  }
}

/* Responsive hamburger menu */
.menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 0.5rem;
}

.menu-icon span {
  height: 3px;
  width: 25px;
  background: #F9F5EF;
  margin: 4px 0;
  border-radius: 3px;
}

/* Desktop nav */
.navbar-center {
  display: flex;
}

.navbar-center ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.navbar-center a {
  color: #F9F5EF;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .menu-icon {
    display: flex;
  }

  .navbar-center {
    display: none;
    width: 100%;
  }

  .navbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-toggle:checked + .menu-icon + .navbar-center {
    display: block;
  }

  .navbar-center ul {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
    background-color: #0B1F3A;
  }

  .language-switch {
    margin-left: auto;
    padding-right: 1rem;
  }
}

/* Correction overflow témoignages sur petit écran */
@media (max-width: 768px) {
  .testimonial {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .testimonial img {
    margin-bottom: 1rem;
  }

  .testimonial-header {
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }

  .testimonial-header .btn-small {
    align-self: center;
  }

  .testimonial-content {
    width: 100%;
  }
}