.accueil-consulter-container {
    height: fit-content;
    width: 100%;
    background-image: url(../img/horizontal-shot-field-beautiful-purple-english-lavender-flowers-colorful-cloudy-sky.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3rem 1rem;
box-sizing: border-box;
position: relative;
}

.accueil-consulter {
    margin: auto;
    height: fit-content;
    max-width: 600px;
    width: 100%;
   padding: 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.347);

/* 
  background-color: transparent; */
  backdrop-filter: blur(8px);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  

  }

  .accueil-consulter h2 {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 1rem;
  
  }


  /* vague */
  .custom-shape-divider-top-1712677996 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

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

.custom-shape-divider-top-1712677996 .shape-fill {
    fill: #76c1b5;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1712677996 svg {
        width: calc(100% + 1.3px);
        height: 18px;
    }
}