#img-principal-bg {
  min-height: 780px;
  width: 100%;
  position: relative;
  left: 0px;
  top: 0px;
  opacity: 1;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.bg-perso-smooth {
  background-color: rgb(25, 26, 51, 1);
}

.section-personalite {
  min-height: 285px;
  align-items: flex-end !important;
  display: flex !important;
  background-image: url(/img/hero/bg-perso.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.testimonial-area {
  background-image: url(/img/hero/bg-perso-galeria.webp);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.support-company-area {
  background-image: url(/img/about/about_remake1.jpg);
  background-position: bottom;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.services-area-perso {
  position: relative;
  box-shadow: 0 4px 15px rgba(17, 25, 48, 0.98);
}

.services-area-perso img {
  width: 100%;
}

.position-image-slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  #img-principal-bg {
    min-height: 400px;
  }

  .carousel-item {
    height: 250px;
  }
}

@media (max-width: 991px) {
  .section-personalite {
    min-height: 235px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #img-principal-bg {
    min-height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #img-principal-bg {
    min-height: 600px;
  }

  .carousel-item {
    height: 500px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .carousel-item {
    height: 550px;
  }
}

@media (min-width: 1200px) {
  .carousel-item {
    height: 780px;
  }
}

.card.perso {
  min-height: 500px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
  background-image: url(/img/hero/bg-perso.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.carousel-indicators {
  z-index: 5 !important;
}

.content-gif-read-plus {
  width: 100%;
  height: 80px;
  background-color: rgba(7, 11, 17, 0.8);
  position: absolute;
  bottom: -10px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(7, 11, 17, 0.2);
  display: flex;
  justify-content: center;
  flex-direction: row;
  z-index: 5;
}

.content-click {
  width: 70px;
  height: 30px;
  background-color: #fff;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid #070b11;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}