.icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}
.icon-row .icon-item {
  flex: 1;
  min-width: 150px;
  max-width: 220px;
  text-align: center;
}
.icon-row .icon-item .material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eaf1fb;
  color: #014672;
  font-size: 30px;
  margin-bottom: 12px;
}
.icon-row .icon-item .title {
  font-weight: 700;
  color: #014672;
  margin-bottom: 6px;
  font-size: 0.95rem;
}
.icon-row .icon-item .desc {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.4;
}

.apropos-container .intro-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.apropos-container .intro-text p {
  margin-bottom: 12px;
}
.apropos-container .histoire-section .histoire-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}
.apropos-container .histoire-section .histoire-container > * {
  flex: 1;
}
.apropos-container .histoire-section .histoire-left h2 {
  text-align: left;
}
.apropos-container .histoire-section .histoire-left .histoire-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.apropos-container .histoire-section .histoire-left .histoire-item .material-symbols-outlined {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #eaf1fb;
  color: #014672;
  font-size: 24px;
}
.apropos-container .histoire-section .histoire-left .histoire-item .txt {
  font-size: 0.9rem;
  line-height: 1.5;
}
.apropos-container .histoire-section .histoire-right {
  position: relative;
}
.apropos-container .histoire-section .histoire-right img {
  width: 100%;
  border-radius: 15px;
  display: block;
}
.apropos-container .histoire-section .histoire-right .quote-card {
  position: relative;
  margin: -50px 25px 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(1, 70, 114, 0.15);
  padding: 20px 25px;
}
.apropos-container .histoire-section .histoire-right .quote-card .quote-mark {
  font-size: 2rem;
  color: #014672;
  line-height: 1;
}
.apropos-container .histoire-section .histoire-right .quote-card p {
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.apropos-container .histoire-section .histoire-right .quote-card .author {
  font-weight: 600;
  color: #014672;
  font-size: 0.85rem;
}
.apropos-container .webapp-section .webapp-container .webapp-intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.apropos-container .webapp-section .webapp-container .webapp-intro .webapp-logo {
  max-width: 200px;
  height: auto;
}
.apropos-container .webapp-section .webapp-container .webapp-intro .txt {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .apropos-container .histoire-section .histoire-container {
    flex-direction: column;
  }
  .apropos-container .histoire-section .histoire-right .quote-card {
    margin: -30px 15px 0;
  }
  .apropos-container .webapp-section .webapp-intro {
    flex-direction: column;
    text-align: center;
  }
  .apropos-container .icon-row .icon-item {
    min-width: 45%;
  }
}
@media (max-width: 480px) {
  .apropos-container .icon-row .icon-item {
    min-width: 100%;
  }
}

/*# sourceMappingURL=apropos.css.map */
