body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

header {
  position: relative;
  overflow: hidden;
}

.tifaifai::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/aimeho-tifaifai.svg) no-repeat center / cover;
  z-index: -9;
  opacity: 0.04;
  filter: brightness(0) saturate(100%);
}

header::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 85dvh;
  top: 0px;
  left: 0px;
  border-bottom-left-radius: 50% 200px;
  background-color: #bb6225;
  border-bottom-right-radius: 50% 200px;
  transform: translate(-5%, -20%);
  z-index: -9;
}


.bg-aimeho-orange {
  background-color: #bb6225;
}

.bg-aimeho-gray {
  background-color: #d7d0c3;
}

.bg-aimeho-blue {
  background-color: #a2b1a5;
}

.bg-aimeho-yellow {
  background-color: #c99312;
}

.bg-aimeho-green {
  background-color: #676737;
}

.bg-aimeho-marron {
  background-color: #85774f;
}

.btn-aimeho-orange {
      background-color: #bb6225;
      border-color: #bb6225;
      color: #D7D0C4;
}

.btn-aimeho-orange:hover {
      background-color: #aa551d;
      border-color: #bb6225;
}

.btn-aimeho-gray {
      background-color: #d7d0c3;
      border-color: #d7d0c3;
}

.btn-aimeho-blue {
      background-color: #a2b1a5;
      border-color: #a2b1a5;
}

.btn-aimeho-yellow {
      background-color: #c99312;
      border-color: #c99312;
}

.btn-aimeho-green {
      background-color: #676737;
      border-color: #676737;
}

.btn-aimeho-marron {
      background-color: #85774f;
      border-color: #85774f;
}

.text-aimeho-light {
  color: #D7D0C4;
}

.frise-yellow {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), 
                    url(https://api.aimeho-tahiti.com/galleries/SVwcB0Rol0c0WhpdzMGvbJH68BY32THLKnk3gokK.svg);
}

.frise-white {
  position: relative;
}

.frise-white::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  background-image: url(https://api.aimeho-tahiti.com/galleries/Xx44XohLYj4jNEujqKPFu5QhlQ5utF4wlNF6dIaa.svg);
  background-repeat: repeat-x;
  background-position: center;
  
  opacity: 0.7; /* Ajuste l'opacité comme tu le souhaites */
  z-index: 9;
}

.frise-mini::before {
  height: 100%;
  background-size: auto !important;
}

.frise-top::before {
background-repeat: repeat-x;
background-position: top center;
background-size: cover;
width: 100%;
top: 0;
}

.frise-bottom::before {
background-repeat: repeat-x;
background-position: bottom center;
background-size: cover;
width: 100%;
bottom: 0;
}

.h-100dvh { height: 100dvh; }
.w-100dvh { width: 100dvw; }

.rounded-aimeho {
  border-radius: 14px;
  overflow: hidden;
}

.package-box-content {
  margin-top: -240px;
  z-index: -9;
  padding: 300px 0 80px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  color: #D7D0C4;
}

.sectionTitle {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-link, .nav-link:hover {
  color: #D7D0C4;
}

.nav-link:hover {
  font-weight: bold;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #D7D0C4;
  font-weight: bolder;
}

.slogan {
  font-size: 4rem;
  color: #D7D0C4;
  text-align: center;
  line-height: 55px;
}

.fillParent {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  width: 100dvw;
  overflow-x: hidden;
}

.hidden {
  opacity: 0 !important;
  transition: opacity 0.5s ease-out; /* Transition douce lorsque l'élément devient visible */
}

.animate__animated {
  opacity: 1;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5); /* Change la couleur de la bordure du bouton */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.marginTop {
  margin-top: 76px;
}

#pageTitleWrapper{
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  margin: 76px 0 0 0;
  padding: 70px 0 0 0;
}

.product-title {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-weight: bolder;
}

.product-title a {
  text-decoration: none;
  color: #fff;
}

.gradient-overlay {
  position: relative;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.gradient-overlay::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

/* .gradient-overlay:hover::after {
  height: 30%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
} */

.hover-zoom img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.hover-zoom:hover img {
  transform: scale(1.3);
}

.step-timeline {
  display: block;
  float: left;
  text-align: right;
  font-size: 2rem;
  width: 97px;
  margin: 0 20px 0 0;
  transition: all 0.5s ease-in-out;
}

.step-title {
  position: relative;
  font-weight: bolder;
  color: #ebd3c6;
}

.step-title.active {
  position: relative;
  color: #bb6225;
}

.step-title.active .step-timeline {
  font-size: 3rem;
}

.step-title.active h3 {
  font-size: 30px;
}

.slide {
  position: relative;
  width: 100%;
  height: calc( 100dvh - 76px);
}

.slide-content {
  position: absolute;
  right: -2000px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  background: #ebd3c6;
  height: calc( 100dvh - 76px );
}

.slide-content.active {
  right: 0px;
}

#slide-content-1 {
  background: url('../img/common/prism-aimeho-tahiti.jpg') no-repeat center / cover;
}

#slide-content-2 {
  background: url('../img/common/passion-partAG.jpg') no-repeat center / cover;
}

#slide-content-3 {
  background: url('../img/common/fenua-smart.jpg') no-repeat center / cover;
}

#slide-content-4 {
  background: url('../img/common/made-in-fenua-aimeho.jpg') no-repeat center / cover;
}

#slide-content-5 {
  background: url('../img/common/mataiea-aimeho-tahiti.jpg') no-repeat center / cover;
}

.slide-content .content {
  position: absolute;
  bottom: 130px;
  left: 100px;
  width: 40%;
  z-index: 99;
  color: #fff;
}
.step-title-mobile{
  position: relative;
  font-weight: bolder;
  color: #ebd3c6;
  display: none !important;
}

.btn-step{
  float: right;
  display: none;
}

@media only screen and (max-width: 600px) {
  .slide-content .content {
    position: absolute;
    bottom: 50px;
    left: 20px;
    right: 20px;
    width: auto;
    z-index: 99;
    color: #fff;
  }
  .step-section{
    display: none;
  }
  .pageTitle{
    margin-top: 3rem;
  }
  .step-title-mobile {
    display: initial !important;
  }
  
  .step-title-mobile.active {
    position: relative;
    /* color: #bb6225; */
  }
  
  .step-title-mobile.active .step-timeline-mobile {
    font-size: 3rem;
  }
  
  .step-title-mobile.active h3 {
    font-size: 30px;
  }

  .step-timeline{
    width: auto;
  }
  .btn-step{
    display: initial;
  }
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #BB6225;
  --bs-dropdown-link-active-color: #EBD3C6;
}

.pointer {
  cursor: pointer;
}

.breadcrumb-product {
  text-transform: uppercase;
}

.breadcrumb-product a {
  text-decoration: none;
  color: #000;
}