.qui-sommes-nous {
  position: relative;
  padding: 60px 20px;
  background-image: url('/images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(0, 0, 0); /* keep text readable */
    overflow: hidden; /* contain the pseudo-element */
}

.qui-sommes-nous .container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.qui-sommes-nous .text h2 {
  font-size: 32px;
  color: #0b3b5a;
  margin-bottom: 15px;
}

.qui-sommes-nous .text p {
  margin-bottom: 14px;
  color: #333;
  line-height: 1.6;
}

.qui-sommes-nous ul {
  margin: 10px 0 20px;
  padding-left: 20px;
}

.qui-sommes-nous ul li {
  margin-bottom: 8px;
}

.qui-sommes-nous .footer-text {
  font-size: 14px;
  color: #666;
}

.qui-sommes-nous .image img {
  max-width: 260px;
  height: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .qui-sommes-nous .container {
    flex-direction: column;
    text-align: center;
  }

  .qui-sommes-nous .image img {
    margin-top: 20px;
  }
}
 .bg-image {
    position: absolute;
      top: 0;
      left: 0;
      height: 60vh;
      width: 100%;
      
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      transition: opacity 1s ease-in-out;
      z-index: -1;
      opacity: 0;
      overflow: hidden; /* needed for the pseudo-element */
    }
    .cover-container {
      
      height: 50vh;


    }