@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css";

.section_middle_padding {
  padding: 1.5rem !important;
  margin: 1.5rem !important;
}

.section-light-blue.section-light-blue {
  background-color: #cfd8e6 !important;
}

.section-green.section-green {
  background-color: #408c26 !important;
}

.text1 {
  color: #000 !important;
  font-family: open sans, sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem !important;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
}

.text2 {
  color: #fff !important;
  font-family: open sans, sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem !important;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
}

.titre2 {
  color: #fff4d6 !important;
  font-size: 2.5rem !important;
}

.titre2-col {
  color: #fff4d6 !important;
  font-size: 1.7rem !important;
}

.titre1 {
  font-size: 2.5rem !important;
  margin-top: 1rem !important;
  padding-top: 2rem !important;
  margin-bottom: 1rem;
  padding-bottom: 2rem !important;
}

.titre-card {
  color: #000 !important;
  font-size: 1.7rem !important;
}

.sous-titre-blanc {
  color: #fff !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  font-size: 1.6rem !important;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
}

.is-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}

.is-illustration img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.card-icon {
  margin: 2rem auto !important;
  color: #566c94 !important;
}

html {
  scroll-behavior: smooth;
}

.button.secondary-btn {
  outline: none;
  border-color: #4b6188;
  background-color: #566c94;
  color: #fff;
  transition: all 0.5s;
}

.button.secondary-btn:hover {
  color: #fff;
}

.button.secondary-btn.raised:hover {
  box-shadow: 0 14px 26px -12px #566c94, 0 4px 23px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(243, 146, 0, 0.2) !important;
  opacity: 0.8;
}

.button.secondary-btn.btn-outlined {
  border-color: #566c94;
  color: #566c94;
  background-color: initial;
}

.button.secondary-btn.btn-outlined:hover {
  color: #fff;
  background-color: #566c94;
}

.card-approche {
  border-radius: 10px !important;
  box-shadow: #26394d 0 20px 30px -10px;
  background-color: #fcfcfc !important;
}

.approach-section {
  position: relative;
  padding-top: 4.5rem !important;
  padding-bottom: 5rem !important;
  background: #ffffff;
}

.approach-title-wrap {
  max-width: 40rem;
  margin: 0 auto 1rem !important;
  padding: 0 1rem 2.5rem !important;
}

.approach-kicker {
  display: inline-flex;
  width: 6rem;
  height: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #408c26 0%, #566c94 100%);
  box-shadow: 0 10px 30px rgba(86, 108, 148, 0.2);
}

.approach-title-wrap .title {
  color: #132238;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.approach-grid {
  margin-top: 0.5rem;
  margin-left: -0.55rem;
  margin-right: -0.55rem;
}

.approach-column {
  display: flex;
  padding: 0.55rem;
}

.approach-column .card-approche {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(86, 108, 148, 0.12);
  border-radius: 28px !important;
  box-shadow: 0 20px 45px rgba(19, 34, 56, 0.08) !important;
  background: #ffffff !important;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.approach-column .card-approche::before {
  content: none;
}

.approach-column .card-approche:hover {
  transform: translateY(-10px);
  border-color: rgba(86, 108, 148, 0.26);
  box-shadow: 0 28px 60px rgba(19, 34, 56, 0.14) !important;
}

.approach-column .card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2rem 1.75rem 1.9rem;
  text-align: left !important;
}

.approach-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

.approach-column .card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 !important;
  flex: 0 0 4.5rem;
  border-radius: 1.35rem;
  background: linear-gradient(135deg, #f4f8ff 0%, #e8eff8 100%);
  color: #3f5e8d !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 14px 30px rgba(86, 108, 148, 0.16);
}

.approach-column .card-icon i {
  font-size: 2rem !important;
}

.approach-column .titre-card {
  min-height: 0;
  margin-bottom: 0 !important;
  color: #132238 !important;
  font-size: 1.55rem !important;
  line-height: 1.15;
  letter-spacing: -0.02em;
  flex: 1 1 auto;
}

.approach-column .text1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #314255 !important;
  font-size: 1.03rem !important;
  line-height: 1.75;
}

#partenaires {
  position: relative;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

#partenaires > .container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

#partenaires .columns {
  margin: 0;
  align-items: center;
}

#partenaires .columns > .column {
  display: flex;
}

#partenaires .columns > .column:first-child {
  align-items: center;
}

#partenaires .columns > .column:first-child > div {
  width: 100%;
  max-width: 43rem;
  padding: 0 3rem 0 0;
}

#partenaires .columns > .column:first-child > div::before {
  content: "Partenaires";
  display: inline-flex;
  margin-bottom: 1.1rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(19, 34, 56, 0.16);
  color: #355170;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#partenaires h1 {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #132238 !important;
  font-size: 2.5rem !important;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

#partenaires p.text1 {
  max-width: 42rem;
  margin-top: 0 !important;
  margin-bottom: 1.1rem !important;
  color: #24384f !important;
  font-size: 1.02rem !important;
  line-height: 1.72;
}

#partenaires .is-illustration {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border: 1px solid rgba(19, 34, 56, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.35);
}

#partenaires .illustration-img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  .approach-section {
    padding-top: 3.5rem !important;
    padding-bottom: 4rem !important;
  }

  .approach-title-wrap {
    padding-bottom: 2rem !important;
  }

  .approach-column .titre-card {
    min-height: auto;
  }

  #partenaires {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  #partenaires .columns > .column:first-child > div {
    padding: 0 2rem 0 0;
  }

  #partenaires h1 {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .section_middle_padding {
    padding: 1rem !important;
    margin: 0.5rem !important;
  }

  .approach-title-wrap .title {
    font-size: 2.25rem !important;
  }

  .approach-column .card-content {
    padding: 1.5rem 1.35rem;
  }

  .approach-card-head {
    gap: 0.85rem;
    margin-bottom: 0.9rem;
  }

  .approach-column .card-icon {
    width: 4rem;
    height: 4rem;
    flex-basis: 4rem;
  }

  .approach-column .titre-card {
    font-size: 1.35rem !important;
  }

  .approach-column .card-approche:hover {
    transform: none;
  }

  #partenaires {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  #partenaires .columns {
    row-gap: 1.5rem;
  }

  #partenaires .columns > .column:first-child > div {
    padding: 0;
    max-width: none;
  }

  #partenaires h1 {
    font-size: 2.25rem !important;
  }

  #partenaires p.text1 {
    font-size: 0.98rem !important;
    line-height: 1.65;
  }

  #partenaires .is-illustration {
    padding: 1rem;
    border-radius: 18px;
  }
}
