.acueil-top-container {
  height: 90vh;
  position: relative;
  display: flex;
  justify-content: center;
  /* background-color: #54AF84; */
  background-color: #76c1b5;
  box-sizing: border-box;
  /* padding-top: 2rem; */
}

.accueil-top {
  height: 100%;
  width: 100%;
  /* max-width: 1450px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../img/1000_F_229229629_SG1onkxKKG0eCWt4TEMpX0oQu9hb395M.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.block-left {
  height: fit-content;
  width: fit-content;
  /* background-color: #7DB51D; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  /* transform: translateY(-10px); */
  background-color: rgba(255, 255, 255, 0.558);
  border-radius: 10px;

  backdrop-filter: blur(3px);
  box-sizing: border-box;
  
  padding: 1rem;
}

.block-left h1 {
  font-size: 45px;
  text-align: center;
}

.block-left sub {
  text-align: center;
  font-size: 20px;
}

.block-left strong {
  font-weight: bolder;
}

.block-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-right-logo {
  height: 80%;
  transform: translateY(-50px);
}

/*effet diviseur vague */

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

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

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

/** For mobile devices **/
@media (max-width: 800px) {
  .custom-shape-divider-bottom-1712066799 svg {
    width: calc(100% + 1.3px);
    height: 65px;
  }

  .acueil-top-container {
    height: 85vh;

  }

  .accueil-top {
    justify-content: start;
  }

  .block-left {
    margin-top: 2rem;
  }

  .block-left h1 {
    font-size: 25px;
  }

  .block-left sub {
    text-align: center;
    font-size: 19px;
  }

  .block-right-logo {
    height: 80%;
    max-width: 80%;
    transform: translateY(-25px);
  }
}

@media (max-width: 800px) and (orientation: landscape) {
  /* .accueil-top {
      height: 100%;
      width: 90%;
      max-width: 1450px;
      display: flex;
      flex-direction: row;
        
    }

    .block-left, .block-right {
      height: 100%;
      width: 50%;
     
    } */
}
