.a-propos-top-container {
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
}

.a-propos-title {
  height: 30vh;
  width: 100%;
  background-image: url(../img/beautiful-field-with-yellow-flowers.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.title-fader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(255, 255, 255, 0.269); */
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.412);

  position: relative;
}

.a-propos-title h1 {
  font-size: 45px;
  color: #0a2c19;
}

.a-propos-top {
  height: 50vh;
  width: 100%;
  max-width: 1450px;
  display: flex;
  box-sizing: border-box;
  margin: auto;
  gap: 1rem;
  padding: 1rem;
}


.a-propos-top-left .logo {
  width: 100%;
  height: auto;
}



.a-propos-photo {
  max-height: 100%;
  border-radius: 5px;
}



/** For mobile devices **/
@media (max-width: 800px) {

    .a-propos-title h1 {
        font-size: 30px;
      }

    .a-propos-top {
       flex-direction: column;
       height: fit-content;
      }

  .a-propos-top-container {
    width: 100%;
    /* flex-direction: column; */
  }

  .a-propos-top-left .logo {
    width: 100%;
    height: auto;
  }
  
  
  
  .a-propos-photo {
    max-height: 100%;
    max-width: 90%;
    border-radius: 5px;
  }
}

/* séparateur */

.custom-shape-divider-bottom-1712752779 {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1712752779 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 31px;
}

.custom-shape-divider-bottom-1712752779 .shape-fill {
  fill: #f7f7f7;
}
