.qui-sommes-nous-page {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.qui-sommes-nous-page p {
  line-height: 1.6;
}

.qui-sommes-nous-page h1, .qui-sommes-nous-page h2, .qui-sommes-nous-page h3 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #333;
}

.qui-sommes-nous-page h2 span {
  color: #3928df; /* Purple color used in titles */
}

.qsn-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Hero Section */
.qsn-hero {
  background: #f9f9fa;
  padding: 60px 0;
}

.qsn-hero .qsn-container {
  display: flex;
  gap: 40px;
  align-items: center;
}

.qsn-hero__content {
  flex: 1;
}

.qsn-hero__content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.qsn-hero__orias {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}

.orias-img {
  max-width: 120px;
}

.orias-text {
  color: #e30613; /* Red color */
  font-size: 1.1rem;
}

.orias-legal {
  font-size: 0.85rem;
  color: #666;
}

.orias-link {
  font-size: 0.85rem;
  color: #333;
  text-decoration: underline;
}

.qsn-hero__images {
  flex: 1;
  position: relative;
}

.image-grid {
  position: relative;
  height: 400px;
}

.image-grid img {
  border-radius: 12px;
  position: absolute;
  object-fit: cover;
}

.img-top-left {
  width: 50%;
  height: 200px;
  top: 0;
  left: 0;
}

.img-top-right {
  width: 45%;
  height: 250px;
  top: -30px;
  right: 0;
}

.img-bottom {
  width: 80%;
  height: 180px;
  bottom: 0;
  left: 10%;
}

.badge-experience {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3928df;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 10;
}

.badge-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.badge-text {
  font-size: 1rem;
  font-weight: 500;
}

/* Activite Section */
.qsn-activite {
  padding: 60px 0;
}

.qsn-activite h2 {
  text-align: center;
  margin-bottom: 40px;
}

.qsn-activite__text {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
}

.qsn-activite__btn-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.btn-red {
  background: #e30613;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.btn-round {
  border-radius: 30px;
}

.btn-red:hover {
  background: #c00510;
  color: #fff;
}

.qsn-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.qsn-card {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.qsn-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.qsn-card__content {
  padding: 20px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
}

/* Prestations Section */
.qsn-prestations {
  background: #f9f9fa;
  padding: 60px 0;
}

.qsn-prestations h2 {
  text-align: center;
  margin-bottom: 30px;
}

.qsn-prestations p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px;
}

.red-bullets {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.red-bullets li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.red-bullets li::before {
  content: "•";
  color: #e30613;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: -5px;
}

/* Remuneration Section */
.qsn-remuneration {
  background: #3928df;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.qsn-remuneration h2 {
  color: #fff;
  margin-bottom: 30px;
}

.qsn-remuneration p {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Avis clients Section */
.qsn-avis .qsn-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.qsn-avis__content {
  flex: 1;
}

.qsn-avis__trustpilot {
  flex: 1;
  display: flex;
  justify-content: center;
}

.trustpilot-widget-placeholder {
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.tp-fallback {
  text-align: center;
  font-family: sans-serif;
  color: #00b67a;
  font-size: 24px;
}
.tp-fallback i {
  color: #00b67a;
}

/* Responsable et engagée Section */
.qsn-rse {
  background: #f9f9fa;
  padding: 60px 0;
}

.qsn-rse h2 {
  margin-bottom: 50px;
}

.qsn-rse__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

.rse-icon {
  width: 60px;
  height: 60px;
  background: #3928df;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 20px;
}

.rse-item p {
  font-size: 0.9rem;
  color: #555;
}

/* Dates Section */
.qsn-dates {
  padding: 80px 0;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 50px auto 0;
}

.timeline-track {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3928df;
}

.timeline-items {
  display: flex;
  justify-content: space-between;
}

.timeline-item {
  position: relative;
  width: 14%;
  text-align: center;
  padding-top: 30px;
}

.timeline-item .year {
  color: #e30613;
  font-weight: 700;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item .dot {
  width: 14px;
  height: 14px;
  background: #3928df;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item p {
  font-size: 0.8rem;
  color: #555;
  margin-top: 10px;
}

/* Securite Section */
.qsn-securite {
  background: #f9f9fa;
}

.qsn-securite .qsn-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.qsn-securite__text {
  flex: 1;
}

.qsn-securite__img {
  flex: 1;
}

.qsn-securite__img img {
  width: 100%;
  border-radius: 12px;
}

/* Liens annexes Section */
.qsn-liens {
  padding: 60px 0;
}

.liens-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.lien-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.lien-box:hover {
  border-color: #3928df;
  box-shadow: 0 4px 15px rgba(57, 40, 223, 0.1);
}

.lien-box i {
  color: #3928df;
}

/* Responsive */
@media (max-width: 992px) {
  .qsn-hero .qsn-container, 
  .qsn-avis .qsn-container, 
  .qsn-securite .qsn-container {
    flex-direction: column;
  }
  
  .qsn-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .qsn-rse__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .timeline-items {
    flex-direction: column;
  }
  
  .timeline-track {
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
  }
  
  .timeline-item {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-top: 0;
    margin-bottom: 30px;
  }
  
  .timeline-item .year {
    top: -5px;
    left: 50px;
    transform: none;
  }
  
  .timeline-item .dot {
    top: 0;
    left: 14px;
    transform: none;
  }
}

@media (max-width: 768px) {
  .qsn-rse__grid, .liens-grid {
    grid-template-columns: 1fr;
  }
  
  .qsn-cards {
    grid-template-columns: 1fr;
  }
}
