@font-face {
  font-family: 'Remora';
  src: url("../css/fonts/Remora_Sans_W2_Light_2.otf") format("truetype");
  font-weight:bolder;
  font-display: swap;
}
@font-face {
  font-family: 'Remora Bold';
  src: url("../css/fonts/Remora_Sans_W5_Bold_3.otf") format("truetype");
  font-weight:bolder;
  font-display: swap;
} 
@font-face {
  font-family: 'Silybrown';
  src: url("../css/fonts/Silybrown.otf") format("truetype");
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header {
  background-color: rgb(255, 255, 255);
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 25px 5px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  position: fixed;
  width: 100%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content; /* ou fixe comme 80%, 960px, etc. */
  max-width: 90%;
  z-index: 1000;
}

.scrolled .header {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.15);
}

body {
  background-color: #F6E5E6;
  font-family: 'Remora Sans', sans-serif;
  margin: 0;
  padding: 0;
}

.container-site {
  font-family: 'Remora';
  margin: 0.7cm;
  border-radius: 20px;
  padding: 0;
}

a.nav-link{
  color: #000;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: nowrap !important;        /* never wrap to next line */
}

.nav-link:hover{
  color: #E37F90;
}
@media (max-width : 1117px){
  .Logo-header{
    max-width: 150px;
  }
  .banner-title{
    top: 40% ;
  }
}

.btn:hover {
  animation: btn-pop 0.4s cubic-bezier(.2,1,.3,1);
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

#langDropdown::after {
  margin-left: 0.3rem;
  vertical-align: middle;
  border-top: 0.4em solid #E37F90;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.dropdown-text{
  color: #e695a2;
}

.dropdown-item{
  color: #e695a2;
}

.custom-menu {
  width: 80vw;           
  max-width: 300px;      
  height: 100vh;         
  background-image: url("../images/BG_sidebar.webp");
  background-repeat: no-repeat;
  background-position: center center;  
  background-size: cover;              
  border-radius: 0;
}

.custom-menu .nav-link {
  color: #333;
  font-size: 1rem;
  font-family: 'Remora Bold';
  margin-bottom: 1rem;
}
.custom-menu .nav-link:hover {
  opacity: 0.8;
}

.offcanvas-backdrop.show {
  background-color: rgba(0, 0, 0, 0.5);
}

.navbar-toggler .icon {
  width: 24px;
  height: auto;
}

.navbar-toggler {
  background: none;
  padding: 0;
}

#mobileNav {
  transition: height 0.3s ease;
}

.dropdown-text {
    color: #E37F90;
}

.dropdown-item {
    color: #E37F90;
}

@media (max-width: 767px) {
  .Logo-header{
     max-width: 100px; }
}

.Logo-mobile{
   max-width: 180px; 
   height: auto;
}

@media (max-width: 1200px) {
  nav .nav-link { font-size: 1rem; }
}
@media (max-width: 1090px) {
  .Logo-header{
     max-width: 80px; }
  nav .nav-link { font-size: 1rem; }
}

@media (max-width: 1100px) {
  .Logo-header{
     max-width: 80px; }
  nav .nav-link { font-size: 1rem; }
}

@media (max-width: 992px) {
  .Logo-header{
     max-width: 70px; }
  nav .nav-link { font-size: 1rem; }

}

@media (max-width: 876px) {
  .Logo-header{
     max-width: 60px; }
  nav .nav-link { font-size: 0.8rem; 
  }
}

@media (max-width: 820px) {
  .Logo-header{
     max-width: 60px; }
  nav .nav-link { font-size: 1rem; 
  }
  .btn{
    padding: 5px;
    border-radius: 5px;
  }
  
}

@media (max-width: 793px) {
  .Logo-header{
     max-width: 60px; }
  nav .nav-link { font-size: 0.8rem; 
  }
  .header{
    width:80%
    }
}

.banner-title {
  position: absolute;
  left: 55px;
  top: 40%;
  transform: translateY(-45%);
  width: 95%;
  max-width: 550px;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.2;
  font-family: 'Remora Bold';
  color: #E37F90;
  -webkit-text-stroke: 1.5px #FDE6EA;
  
  
  pointer-events: none;
  z-index: 2;
}

.banner-title p {
  white-space: normal;
  margin: .2em 0;
}

.mobile-banner {
  position: absolute;
  top: 75%;      
  left: 0;
  width: 100%;
  z-index: 0;    
}
 
.left-banner{
  position: relative;
    z-index: 1;
    width: max-content;
    
}
  
@media (max-width: 767.98px) {
  .banner-title {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    -webkit-text-stroke: 1px #FDE6EA;
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
  }
  .left-banner{
     margin-left: -0.5% !important;
     width: 101.2% !important;  
      max-width: none !important;
  }
 
}

/*MELTY DIVIDER*/
.container-fluid.position-relative img {
  display: block;
  width: 100%;
  height: auto;
}

.histoire-section {
  background-color: #ffffff;
  border-top-right-radius: 114px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 114px;
  border-bottom-left-radius: 0px;  
  position: relative;
  margin-top: 0px;           
  padding: 3rem 0rem 0rem;          
}

.histoire-title {
  font-family: 'Remora Bold', sans-serif;
  font-size: 3rem;            
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 1rem;          
  -webkit-text-stroke: 4px rgb(244 145 154);  
  text-shadow:
    -1px -1px 0 rgb(244 145 154),
     1px  1px 0 rgb(244 145 154);
}

.histoire-texts {
  max-width: 800px !important;
  margin: 0 auto 1rem;
  padding: 0 2rem;  
}

.histoire-texts p {
   max-width: 900px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.75rem;
}

.melty-divider {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}


.melty-divider img {
  display: block;
  width: 179%;
  height: auto;}

.overlay-title {
  position: absolute;
  top: 44%;               /* nudge up/down to taste */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;               
  text-align: center !important;         
  overflow: hidden !important;         
  text-overflow: ellipsis !important;  
  font-size: clamp(1.5rem, 5vw, 3.5rem);
  font-family: 'Remora Bold', sans-serif;
  font-weight: 800;
  color: #ffffff;
  -webkit-text-stroke: 4px rgb(244 145 154);
  text-shadow: -1px -1px 0 rgb(244 145 154);
  z-index: 2;
}
@media (max-width:890px) {

  

  .histoire-title {
    -webkit-text-stroke: 1.5px #E37F90;
    margin-bottom: 1rem;
  }

  .histoire-texts p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .overlay-title {
    -webkit-text-stroke: 0.5px #E37F90;
    top: 74%;
    font-size: clamp(0.7rem, 5vw, 1.5rem);
    
  }}

@media (max-width: 767.98px) {

  .histoire-section {
    margin-top: 290px;         
    padding: 1rem 0rem 0rem;   
  }

  .histoire-title {
    font-size: 2.3rem !important;   
    -webkit-text-stroke: 1px #E37F90;
    text-shadow: -1px -1px 0 #E37F90;
    margin-bottom: 1rem;
  }

  .histoire-texts p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    width: 100%;
  }

  .overlay-title {
    -webkit-text-stroke: 0.5px #E37F90;
    top: 76px;
    font-size:37px;
  }

  .melty-divider {
  margin-bottom: 0 !important;
  z-index: 2;
}
}

.image-wrap {
  height: 397px;          
  overflow: hidden;
}

.image-wrap img {
  height: 400px;
  width: auto;
  object-fit: cover;       
}

.product-label {
  font-family: "Remora Bold";          
  width: 100%;        
  font-size: 1.5rem;                    
  display: flex;             
  align-items: center;        
  justify-content: center; 
  font-weight: 600;
  text-transform: uppercase;
  color: #e695a2;             
  margin: 0;                
}

.product-card img {
  display: block;                  
  transition: transform 0.3s ease; 
  transform-origin: center bottom; 
}

.product-card:hover img {
  transform: translateY(-8px) scale(1.05);
}

.product-card{
  border-radius: 317px;
  transition: all ease-in-out 0.3s;
  margin-top: 20px;
  margin-right: 20px;
}

.pink-panel {
    background-color: rgb(228,127,144);
    border-radius: 50px;
    text-align: left;
    color: white;
    font-weight: 700;
    min-height: 100%;
    padding-left: 6rem !important;
}

.pink-panel h4, .pink-panel h5 {
  font-weight: 800;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  color: rgb(228,127,144);
  font-family: 'Remora Bold';
  -webkit-text-stroke: 3px white;
  text-shadow: 
      -1px -1px 0 white,
}

.pink-panel h5 {
  font-size: 3.2rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.pink-panel p {
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.future-locations {
  font-weight: 600;
  font-size: 1.5rem;
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 2rem;
  flex-wrap: wrap;
  padding-left: 0.2rem;
}

.future-locations span {
  margin-bottom: 0;
}
section.Nos-crem {
  padding-left: 1rem ;
  padding-right: 1rem ;
  padding-bottom: 3rem;
}

@media (max-width: 767px) {
  .pink-panel {
    width: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0rem !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;    
    justify-content: center;           
    padding: 2rem 1rem !important;    
    text-align: center;
    margin-top: -10px;
    border-radius: 0%;
    z-index: 999;
  }
  
  section.Nos-crem {
    padding-left: 0rem ;
    padding-right: 0rem ;
    margin-top: -7rem ;
    padding-top: 0 ;
  }
  
  .mamie-img{
    margin-top: -4.7rem ;
  }
  
  .pink-panel h4,
  
  .pink-panel h5 {
    width: 100%;
    font-size: 1.6rem !important;
    margin: 0.5rem 0;
    -webkit-text-stroke: 1px white;
     margin-bottom:1.3rem !important; 
  }

  .pink-panel p {
    font-size: 1rem !important;
  }

  .future-locations {
    display: flex;
    font-size: 1rem !important;
    flex-direction: column;
    align-items: center;  
    gap: 0.5rem;
    margin-top: 0.5rem;
    width: 100%;
}

}
.melty-wrapper {
  display: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.melty-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.melty-top-wrapper {
  position: relative;
  top: 30px;
  margin-bottom: 0px;
  z-index: 2;
  padding: 0rem 0rem 0rem;
}

.melty-bottom-wrapper {
  margin-top: -25px;
  z-index: 2;
}

.sticky-wrap {
  margin-top: -10px;
  padding: 0;
  z-index: 1;
  position: relative;
}

@media (max-width: 767.98px) {
  .melty-wrapper {
    display: block;
  }
}

.slogan {
  display: none;
  font-family: 'Silybrown' !important;
  color: #e695a2;
  font-size: 80px;
  padding-bottom: 2rem;
}


@media (max-width: 767px) {
  .slogan{
    font-size: 30px;
  }
  .product-card{
  margin-right: 0px;
}
}

.footer-top {
  height: 200px;
  background-color: #E37F90;
  border-radius: 40px;
  padding: 2rem 4rem;
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
  margin-bottom: -2rem;
}

.footer-top .d-flex {
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.footer-top .footer-nav {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.footer-nav .nav-item a {
  font-weight: 500;
  font-size: 0.9rem;
  font-family: 'Remora';
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-social span {
  font-weight: 600;
  color: white;
  font-size: 0.9rem;
}

.footer-social img {
  transition: transform 0.3s ease;
}

.footer-social a:hover img {
  transform: scale(1.2);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding-top: -4rem;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem !important;  
  align-items: flex-end !important;
  margin-top: -1%;
  height: 100px;
}

.G-footer {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: -2.2rem !important;
  
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .Logo-footer{
    align-items: center;      /* center everything horizontally */
    text-align: center;
    max-width: 110%;
  }
  .footer-top {
    height: 300px;
    flex-direction: column;
    text-align: center;
  
    margin-top: 0rem;
    margin-bottom: -3rem;
  }

  .footer-top .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .footer-top .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;

  }

  .footer-social {
    
    align-items: center;
    gap: 0.5rem;
    flex-direction: row !important;
  }

  .footer-social span {
    font-size: 0.85rem;
    
  }

  .footer-bottom {
    font-size: 0.6rem;
    flex-direction: row; 
    gap: 0.3rem;
    margin-top: -10% !important;
    height: 100px;
     padding-bottom: 0rem !important;  
     align-items: flex-end !important;  
   
  }
}

.footer-nav .nav-item a {
  font-family: 'Remora';
  font-weight: 500;
  font-size: 0.9rem;
}
