/* ========================================
   SECTION MON APPROCHE
   ======================================== */

.approche-section {
  position: relative;
  overflow: hidden;
  min-height: 1000px;
  padding: 0;
  margin: 0;
  width: 100vw;
}

.approche-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1000px;
  z-index: 1;
  overflow: hidden;
}

.approche-slider {
  position: relative;
  width: 100vw;
  height: 1000px;
  margin: 0;
  padding: 0;
}

.approche-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1000px;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  opacity: 0;
  margin: 0;
  padding: 0;
}

.container_approche {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: auto;
  color: white;
  padding-top: 130px;
  margin-left: 50px;
  margin-top: 0;
}

.approche-content {
  max-width: 610px;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}

.approche-title {
  font-size: 20px;
  font-family: "Antarctica", "Arial", sans-serif;
  margin-bottom: 20px;
  text-align: left;
  color: white;
}

.approche-text-content {
  max-width: 610px;
}

.approche-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: left;
  font-family: "Antarctica", "Arial", sans-serif;
  color: white;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* Règles anti-agrandissement pour desktop uniquement */
@media (min-width: 769px) {
  .approche-text {
    font-size: 1.2rem !important;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }
}

.approche-text:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .container_approche {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .approche-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .approche-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .approche-section {
    margin: 0;
    width: 100%;
  }

  .container_approche {
    margin-left: 15px;
    margin-right: 15px;
    padding: 85px 0;
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 15px;
  }

  .approche-title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .approche-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 15px;
    margin-right: 15px;
  }
}
