@font-face {
  font-family: 'Helvetica Neue';
  src: url('/fonts/helvetica-neue.woff2') format('woff2'),
       url('/fonts/helvetica-neue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Fonts */
:root {
  /* --default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  --heading-font: Arial, sans-serif;
  --default-font: Arial, sans-serif;

  --nav-font: "Lato",  sans-serif;
  --principal-font:  font-family: 'Playfair Display', serif;

}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #212529; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #2d465e; /* Color for headings, subheadings and title throughout the website */
  /* --accent-color: #34bf49; Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --accent-color:hsl(334, 100%, 40%);
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  ---purple-color:hsl(334, 100%, 40%);
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */


/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f3f4f4;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  /* font-family: var(--principal-font); */
  font-family: 'Roboto', sans-serif;
}

a {
  color: black;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, grey, transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--principal-font);
}

.success_message{
  color: var(--accent-color);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# text-marquee
--------------------------------------------------------------*/
#text-marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #f8f9fa; /* Couleur de fond */
  border: none;
  position: fixed; /* Assure que le texte reste en haut */
  top: 0; /* Place le conteneur en haut de la page */
  z-index: 100; /* Plus élevé pour s'assurer qu'il est au-dessus du header */
}


#text-marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scrollText 30s linear infinite;
}

#text-marquee span {
  display: inline-block;
  margin-right: 50px; /* Espacement entre les textes */
  font-size: 16px;
  
  color: #333;
}

@keyframes scrollText {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

@media only screen and (max-width: 768px) {

}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
header {
  position: relative;
  font-family: var(--principal-font);
}

.custom-navbar {
  display: flex;
  justify-content: space-between;
  align-items: right;
  position: fixed;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s, color 0.3s;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.731); */
}


.custom-navbar-transparent {
  background-color: rgba(203, 201, 201, 0.237);
  color: black;
  font-size: 15px;
  
}

.custom-bg-light {
  background-color: #fff;
  color: black;
}

.top-bar {
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Ensure space between logo and icons */
}

.badge
{
  background-color:rgb(209, 185, 164);
  color: black;
}

/* Logo styles */
.top-bar .logo {
  justify-content: start;
  display: flex;
  align-items: center;
  position: relative;
  width: 110px;
  height: 0px;
  top:30px;
  left: -70px;
  border: 2px solid black; /* Cercle extérieur */
  border-radius: 50%; /* Forme circulaire */
  margin-bottom: 73px; /* Espace entre le logo et "Paris" */
}


/* Premier B (inversé) */
.top-bar .logo .b.first, .logo-mobile .b.first {
  font-family: Arial, sans-serif;
  
  font-size: 80px;
  color: black;
  position: absolute;
  transform: scaleX(-1); /* Inverse le "B" horizontalement */
  z-index: 2; /* Au-dessus du cercle */
  left: 17px; /* Ajustement horizontal */
}

/* Deuxième B */
.top-bar .logo .b.second,  .logo-mobile .b.second{
  font-family: Arial, sans-serif;
  
  font-size: 80px;
  color: black;
  position: absolute;
  left: 35px; /* Ajustement horizontal pour entourer le premier */
  z-index: 1;
}

/* Style pour le texte "Paris" */
/* .top-bar .logo .paris, .logo-mobile .paris {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: black;
  margin-left: 25px;
  margin-top: 70px; 
} */


/* Icons styles */
.top-bar .icons {
  justify-content: end;
  display: flex;
  gap: 15px; /* Space between icons */
}

.custom-navbar ul {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10%;
  padding-top: 15px;
  list-style: none;
  margin-left: 0;
  left: -10%;
  display: flex;
  font-size: 11px;
  margin-bottom: 1px;

}

.custom-navbar ul li {
  padding-left: 20px;
  margin-top: 10px;
  padding-bottom: 15px;
}

.custom-navbar ul li a {
  color: inherit;
  text-decoration: none;
}

/* .custom-navbar ul li a:hover {
   text-decoration: underline; 
   color:  #2a2329; 
} */


/* Barre underline qui fait toute la largeur de la navigation */
.custom-navbar-nav {
  position: relative;

  /* border-bottom: 1px solid var(--accent-color, #007bff);Barre underline */
}

/* Style des éléments de menu */
.custom-navbar-nav li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

/* Curseur pointant vers le bas avec une flèche blanche et des bordures grises */
.custom-nav-link::after {
  content: '';
  position: absolute;
  bottom: -1px; /* Distance par rapport au texte */
  left: 65%; /* Positionnement horizontal */
  transform: translateX(-50%);
  border-left: 6px solid transparent; /* Bordure grise (gauche) */
  border-right: 6px solid transparent; /* Bordure grise (droite) */
  border-bottom: 6px solid var(--accent-color); /* Pointe transparente */
  opacity: 0;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}


/* Curseur avec icône pointant vers le haut  */
/* .custom-nav-link::after {
  content: '\f077'; 
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900; 
  position: absolute;
  top: 145%; 
  left: 71%; 
  transform: translateX(-100%); 
  font-size: 21px; 
  color: var(--accent-color);
  opacity: 0;
  transition: opacity 0.3s ease, top 0.3s ease;
} */

/* Optionnel : Apparition de l'icône au survol */
.custom-nav-link:hover::after {
  opacity: 1;
  top: 7px; /* Déplace l'icône un peu plus bas lors du survol */
}


/* Par défaut, le menu est masqué */
.custom-nav-item .dropdown-menu {
  display: none; /* Menu caché par défaut */
}
.custom-hamburger {
  display: none; /* Caché par défaut sur les écrans larges */
  cursor: pointer;
  padding: 35px 10px

}


/* Lorsque la classe .show est ajoutée, le menu est affiché */
.custom-nav-item .dropdown-menu.show {
  display: flex; /* Le menu devient visible */
}


.dropdown-menu {
  display: none; /* Masqué par défaut */
  position: absolute;
  top: 30px; /* Placé en-dessous du bouton */
  left: 50%; /* Point de départ au centre de la page */
  transform: translateX(-50%); /* Centre le menu sur la largeur de la page */
  width: 1900px; /* Largeur augmentée */
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  padding: 10px 550px;
  display: flex;
  flex-wrap: wrap; /* Les colonnes s'adaptent à la largeur */
  border-radius: 8px;
}

/* Colonnes du menu */
.dropdown-column {
  flex: 1 1 25%; /* Ajusté pour plus d'équilibre avec la largeur augmentée */
  padding: 10px; /* Espacement entre les colonnes */
}

.dropdown-column-one{
  padding-left: 20%;
}
/* Liens dans le menu */
.dropdown-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  margin-bottom: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Images dans les liens */
.dropdown-img {
  width: 70px; /* Augmenté pour une meilleure visibilité */
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}

/* Texte des liens */
.dropdown-text {
  font-size: 16px;
  
  color: #333;
}

/* Survol des liens */
.dropdown-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: black;
}

/* Affichage du menu au survol */
.custom-nav-item:hover .dropdown-menu {
  display: flex; /* Affiche le menu */
}

/* Assure que le dropdown s'affiche quand on survole */
.custom-nav-item:hover .dropdown-menu {
  display: flex; /* Affiche le menu dropdown */
}


.custom-hamburger-icon {
  top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 20px;
  height: 20px;
 
}

.custom-hamburger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: transform 0.8s, opacity 0.3s;

}

.custom-hamburger-icon span:nth-child(2) {
  margin: 0 0;
  

}

.custom-hamburger-icon.custom-close span:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg);
 
  
}

.custom-hamburger-icon.custom-close span:nth-child(2) {
  opacity: 0;
}

.custom-hamburger-icon.custom-close span:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg);
 
}

.contact-mobile{
  display: none;
}
.logo-mobile{
  display: none;
}
.mobile{
  display: none;
}

@media (max-width: 768px) {
    .mobile{
      display: inline;
    }
  
    .custom-nav-link:hover::after {
      opacity: 0;
      top: 7px; /* Déplace l'icône un peu plus bas lors du survol */
    }
    
    /* Logo styles */
    .logo-mobile {
      display:inline;
      left: 2px;
      justify-content: start;
      display: flex;
      align-items: center;
      position: relative;
      width: 69px;
      height: 0px;
      top:23px;
      border: 2px solid black; /* Cercle extérieur */
      border-radius: 50%; /* Forme circulaire */
      margin-bottom: 0; /* Espace entre le logo et "Paris" */
    }

    .logo-mobile .b.first {
      font-family: Arial, sans-serif;
      
      font-size:45px;
      color: black;
      position: absolute;
      transform: scaleX(-1); /* Inverse le "B" horizontalement */
      z-index: 1; /* Au-dessus du cercle */
      left: 3px; /* Ajustement horizontal */
    }
  
    /* Deuxième B */
  .logo-mobile .b.second{
    font-family: Arial, sans-serif;
    
    font-size: 45px;
    color: black;
    position: absolute;
    left: 12px; /* Ajustement horizontal pour entourer le premier */
    z-index: 1;
    }
    
    /* Style pour le texte "Paris" */
  /* .logo-mobile .paris {
      margin-top: 45px;
      font-size: 13px;
      margin-left: 22px;
    }
   */
    .top-bar
    {
      margin: 15px 0;
      margin-left: 50%;
    }
    .top-bar .contact, .top-bar .logo{
      display: none;
    }
    .contact-mobile{
      display: block;
    }
    .custom-navbar ul {
      display: none;
      flex-direction: column;
      padding-right: 0; 
      background-color: white;
      position: absolute;
      right: 0;
      z-index: 999;
      opacity: 0;
      overflow-y: scroll; /* Active le scroll  */
      transition: opacity 0.15s, visibility 0.6s;
      width: 89%;
  }
 

  
  .custom-navbar ul.custom-show {
      display: flex;
      opacity: 1;
      visibility: visible;
      gap: 0;
      height: 100%;
      position: fixed;
      overflow-y:scroll; /* Permet le scroll */
      max-height: 100vh; /* Empêche le débordement */
  }

  

  .custom-navbar ul li {
      margin: 10px 0;
      padding-right: 15px; /* Alignement à droite */
      position: relative;
      border-bottom: 1px solid #ccc; /* Ajoute une ligne entre chaque élément */
      padding-bottom: 10px; /* Espacement pour séparer visuellement */
      text-align: right; /* Texte aligné à droite */
      
  }
  
  .custom-navbar ul li:last-child {
      border-bottom: none; /* Supprime la ligne après le dernier élément */
  }

  .custom-navbar ul li:hover::after {
      content: "+"; /* Ajoute le "+" au survol */
      position: absolute;
      margin-left: 15px; /* Place le "+" à gauche */
      margin-top: -4px;
      font-size: 18px;
      
      color: #333; /* Couleur du "+" */
  }
  
    .custom-hamburger {
      display: block; /* Affiché uniquement en mode responsive */

      padding: 15px 10px
    
    }
    
  }
  
  .custom-hamburger-icon span {
    background-color: black;
  }

 .pink{
   color: var(--accent-color);
 }

/* Media queries pour écrans responsives */

/* Écrans très petits (≤ 576px) */
@media (max-width: 576px) {
  .dropdown-menu {
    flex-direction: column; /* Colonnes deviennent des rangées */
    padding: 100px;
    padding-top: 0;
    margin-left: 100px;
    max-width:500px; /* Menu prend toute la largeur */
  }
  .dropdown-column {
    flex: 1 1 100%; /* Chaque colonne prend toute la largeur */
  }
  .dropdown-img {
    width: 50px; /* Réduction des images */
    height: 50px;
  }
  .dropdown-text {
    font-size: 14px;
  }
}

/* Écrans petits (577px à 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .dropdown-menu {
    width: 90%; /* Menu occupe 90% de la largeur */
  }
  .dropdown-column {
    flex: 1 1 50%; /* Deux colonnes par ligne */
  }
}

/* Écrans moyens (769px à 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .dropdown-menu {
    margin-top: 60px;
    width: 90%; /* Menu occupe 90% de la largeur */
  }
  /* .dropdown-column {
    flex: 1 1 33.33%; 
    Trois colonnes par ligne
  } */
}

/* Écrans grands (1025px à 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {

}

/* Écrans très grands (1441px et plus) */
@media (min-width: 1441px) {

}
/* Style commun pour les deux barres de recherche */
.search-container-mobile,
.search-container-desktop {
  padding: 0;
  border-radius: 5px;
  display: none; /* Par défaut, elles sont cachées */
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  background-color: transparent;
  border: none;
  font-size: 11px;
}

/* Spécifique pour la barre mobile */
@media only screen and (max-width: 750px) {
  .search-container-mobile {
    display: flex; /* Visible uniquement sur les petits écrans */
    margin-right: 50px;
    margin-bottom: 71px;
    
  }
  #search-button-mobile{
    padding: 5px 10px;

  }
  .fa-search{
    color: #000;
  }
  .search-container-desktop {
    display: none; /* Cachée sur les petits écrans */
  }
}

/* Spécifique pour la barre desktop */
@media only screen and (min-width: 751px) {
  .search-container-desktop {
    display: flex; /* Visible uniquement sur les grands écrans */
  }

  .search-container-mobile {
    display: none; /* Cachée sur les grands écrans */
    
  }
}

/* Style pour le bouton de recherche */
#search-button-mobile, #search-button-desktop {
  background-color: transparent;
  color: black;
  border: none;
  padding: 5px 10px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 5px;
}

#search-button-mobile, #search-button-desktop i {
  color: black;
  font-size: 16px;
}

#search-button-mobile, #search-button-desktop i:hover {
  color: grey;
}

/* Style pour la modale des résultats */
.search-results-modal {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 80%;
  max-height: 80vh;
  overflow-y: auto;
  z-index: 1000;
}

.search-result-item {
  margin-bottom: 15px;
}

.search-result-item img {
  max-width: 100px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.search-result-item h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.search-result-item p {
  margin: 0 0 10px;
}


@media only screen and (max-device-width: 750px) {

  .search-container{
    display: flex;
    bottom: 75px;
    position: absolute;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    align-items: center;
    background-color:white;
    font-size: 11px;
  }

  li a {

      font-size: 11px;
      }
      
  li a:hover {
      font-size: 11px;

      
      }

  a {

  font-size: 11px;
  }
          
  a:hover {
      font-size: 11px;
  
  }

  
}
/*--------------------------------------------------------------
# s- Header slider
--------------------------------------------------------------*/
/* Global Reset */

/* Slider Container */
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; /* Plein écran */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa; /* Couleur neutre */
}

/* Slider */
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

/* Slides */
.slide {
  flex: 1 0 100%;
  min-width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* Content */
.content {
  color: #fff;
  
  padding: 20px;
  /* background: rgba(0, 0, 0, 0.5); Fond semi-transparent */
  border-radius: 8px;
  max-width: 500px;
}
.slide .content {
  position: relative; /* Position relative pour permettre aux enfants d'être positionnés avec précision */
  width: 100%;
  height: 100%; /* S'étend sur toute la hauteur de la slide */
  display: flex;
  flex-direction: column; /* Organise les éléments verticalement */
  justify-content: space-between; /* Répartit le `<h1>` en haut et le `<p>` en bas */
  align-items: center; /* Centre horizontalement les éléments */
  text-align: center; /* Centre le texte */
}

.slide .content h1 {
  
  font-size: 2.5rem;
  margin: 0; /* Supprime les marges par défaut */
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 40%; /* Espace du haut de la slide */
  color: #fff; /* Contraste pour lisibilité */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Amélioration de la lisibilité */
}

.slide .content p {
  font-size: 1.2rem;
  margin: 0; /* Supprime les marges par défaut */
  margin-bottom: 20%; /* Espace du bas de la slide */
  line-height: 1.5;
  color: black; /* Contraste pour lisibilité */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); /* Amélioration de la lisibilité */
}

.cta-btn {
  margin-bottom: 100px;
  display: inline-block;
  padding: 10px 20px;
  background: transparent; /* Couleur orange semi-transparente */
  color:black; /* Texte blanc pour contraste */
  text-decoration: none;
  font-size: 1rem;
  
  border-radius: 4px;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-top: 15px; /* Espacement au-dessus du bouton */
}



.cta-btn:hover {
  color: white;
  background: #ff7f50; /* Couleur légèrement plus foncée au survol */
  transform: scale(1.05); /* Zoom léger pour effet interactif */

}

/* Slider Controls */
.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.slider-controls button {
  pointer-events: all;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.slider-controls button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.color-light{
  color: #fff !important;
}
.slide-1 {
  background-image: url('../img/serumpeeling.png');
}

.slide-2 {
  background-image: url('../img/avantapres.png');
  
  
}

.slide-3 {
  
  background-image: url('../img/bb_hero.png');
}
.slide-4 {
  background-image: url('../img/hydra.png');
}
.slide-5 {
  
  background-image: url('../img/peeling.jpg');

}
.prev {
  margin-left: 10px;
}

.next {
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .slider-container {
    margin-top: 50px;
    height: 70vh; /* Plein écran */
   
  }
  .slider-controls button {
    margin-top: 150px;
  }
  .slide  .content h1 {
      margin-top: 50%;
      font-size: 1.8rem;
  }

  .slide  .content p {
      margin-top: 25px;
      font-size: 1rem;
  }

  .cta-btn {
      margin-bottom: 330px;
      font-size: 0.9rem;
  }
}



/*--------------------------------------------------------------
# sample
--------------------------------------------------------------*/

.img-sample{
  width: 60px;
}
.sample {
  position: relative;
  width: 100%;
  height: 400px; /* Hauteur de la bannière */
  background-color:rgb(97, 27, 91); /* Couleur de fond de la bannière */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
}

.message {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px;
}

.message h1 {
  font-size: 2.5rem;
  margin: 0;
  color: white;
  
}

.message p {
  font-size: 1.25rem;
}

.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* Ignorer les événements de souris pour les bulles */
}

.bubble {
  position: absolute;
  width: 80px; /* Taille des bulles */
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: bubbleAnimation 10s ease-in-out infinite;
}

.bubble:nth-child(1) {
  animation-delay: 0s;
}

.bubble:nth-child(2) {
  animation-delay: 2s;
}

.bubble:nth-child(3) {
  animation-delay: 4s;
}

@keyframes bubbleAnimation {
  0% {
      transform: scale(0.5);
      opacity: 1;
      top: 100%;
      left: 50%;
  }
  50% {
      transform: scale(1.2);
      opacity: 0.6;
      top: 30%;
      left: 50%;
  }
  100% {
      transform: scale(0);
      opacity: 0;
      top: -20%;
      left: 50%;
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  .sample-offert{
    padding-top: 200px !important;
  }
  .message h1 {
      font-size: 2rem;
  }

  .message p {
      font-size: 1rem;
  }

  .bubble {
      width: 60px;
      height: 60px;
  }
}

/*--------------------------------------------------------------
# Google map
--------------------------------------------------------------*/
/* Wrapper pour maintenir un ratio fixe */
.map-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

/* Iframe responsive */
.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Style pour le lien */
.map_google a {
  font-size: 1rem;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
}

.map_google a:hover {
  color: #0056b3;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background-color: var(--background-color);
  color: var(--default-color);
  padding: 60px 0;
  font-size: 14px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
}

.footer a {
  color: var(--default-color) !important;
}

.footer a:hover {
  color: var(--accent-color);
}

.footer .copyright {
  margin-top: 50px;
  position: relative;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
}

.footer .copyright p,
.footer .copyright .credits {
  margin: 2px 0;
}

.footer .btn-learn-more {
  background-color: var(--accent-color);
  border-radius: 30px;
  padding: 8px 30px;
  border: 2px solid transparent;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
  color: var(--contrast-color) !important;
}

.footer .btn-learn-more:hover {
  border-color: var(--accent-color);
  background-color: transparent;
  color: var(--accent-color) !important;
}

.footer .widget .widget-heading {
  font-size: 15px;
  color: var(--heading-color);
  margin-bottom: 20px;
}

.footer .widget ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer .widget ul li a {
  color: color-mix(in srgb, var(--heading-color), transparent 50%);
}

.footer .widget ul li a:hover {
  text-decoration: none;
  color: var(--heading-color);
}

.footer .widget .footer-blog-entry .date {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 12px;
}

.footer .social-icons li {
  display: inline-block;
}

.footer .social-icons li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .social-icons li a span {
  color: color-mix(in srgb, var(--heading-color), transparent 0%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
}

.footer .social-icons li a:hover {
  background: var(--accent-color);
}

.footer .social-icons li a:hover span {
  color: var(--contrast-color);
}

.footer .social-icons li:first-child a {
  padding-left: 0;
}

.footer .footer-subscribe form {
  position: relative;
}

.footer .footer-subscribe .form-control {
  font-size: 14px;
  height: 42px;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 40%);
  background: none;
  color: var(--heading-color);
  padding-right: 40px;
}

.footer .footer-subscribe .form-control:focus {
  border-color: color-mix(in srgb, var(--default-color), transparent 10%);
  box-shadow: none;
}

.footer .footer-subscribe .form-control::placeholder {
  color: color-mix(in srgb, var(--heading-color), transparent 60%);
}

.footer .footer-subscribe .btn-link {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  background-color: none;
  border-color: none;
  position: absolute;
  line-height: 0;
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  top: 20px;
  right: 10px;
  transform: translateY(-50%) rotate(0deg);
}

.footer .footer-subscribe .btn-link:hover,
.footer .footer-subscribe .btn-link:focus,
.footer .footer-subscribe .btn-link:active {
  text-decoration: none;
}
.footer .payment-methods {
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background-color: #f4f4f4;
  transition: all 0.6s ease-out;
}

/* #preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: black transparent black transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
} */
#preloader:after {
  margin-top: 100px;
  content: "";
  position: fixed;
  top: 60%; /* Positionnez cette valeur en fonction de la taille de votre image */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px; /* Ajustez la taille de l'image */
  height: 150px; /* Ajustez la taille de l'image */
  background-image: url('../img/logo.png'); /* Remplacez par l'URL de votre image */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  position: relative;
}

.page-title h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 5px 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: ">";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 22px;
  
  margin-bottom: 0;
}

.section-title p {
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
/* About Section */
.about .btn-get-started {
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  border: none;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about .btn-get-started:hover {
  background-color: transparent;
  color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.about h1, .about h2, .about h3 {
  color: var(--heading-color);
  
}

.about p, .about ul li {
  line-height: 1.8;
  color: var(--default-color);
}

.about ul li::before {
  content: "✔ ";
  color: var(--accent-color);
  
  margin-right: 5px;
}

.about img, .about video {
  border-radius: 15px;
}

.about .text-primary {
  color: var(--accent-color);
}

.about .text-muted {
  color: var(--default-color-light);
}

.about .ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.about .ratio video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/



#services .post-content{
  margin-top: 125px;
}

#services .post-content .author .pic{
  max-width: 90px;
  width: 100%;
}
#services .post-content .add-to-cart {
  margin-top: 11px;
}
#services .image-container {
  position: relative;
  width: 100%; 
  height: auto; 
  overflow: hidden; /* Assurez-vous que le conteneur masque tout débordement */
}

#services .image-container .default-image,
#services .image-container .hover-image {
  width: 100%; 
  height: auto; 
  border-radius: 0;
  display: block; /* Assurez-vous que les images sont des blocs pour éviter les espaces */
}

#services .image-container .default-image {
  position: relative;
  z-index: 1;
  opacity: 1;
}

#services .image-container .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Assurez-vous que l'image de survol a la même largeur */
  height: 100%; /* Assurez-vous que l'image de survol a la même hauteur */
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease; 
}

#services .image-container:hover .default-image {
  opacity: 0;
}

#services .image-container:hover .hover-image {
  opacity: 1;
}
/* Modal Styles */
#cartModal_index .modal-dialog {
  max-width: 500px;
  margin: 30px auto;
}

#cartModal_index .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

#cartModal_index .modal-title {
  font-size: 1.5rem;
  
}

#cartModal_index .modal-body {
  padding: 20px;
}

#cartModal_index .modal-body #modal-product-details {
  margin-bottom: 20px;
}

#cartModal_index .modal-body #modal-product-details img {
  border-radius: 5px;
}

#cartModal_index .modal-body #modal-product-details h5 {
  margin: 0;
  font-size: 1.2rem;
}

#cartModal_index .modal-body #modal-product-details p {
  margin: 5px 0;
  font-size: 1rem;
  color: #555;
}

#cartModal_index .cart-item-quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

#cartModal_index .cart-item-quantity button {
  background-color: black;
  border: 2px solid black;
  color: white;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

#cartModal_index .cart-item-quantity button:hover {
  background-color: var(--accent-color);
  border: 2px solid transparent;
}

#cartModal_index .cart-item-quantity input[type="number"] {
  width: 60px;
  height: 40px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 0 10px;
}

#cartModal_index .btn-close {
  color: black;
  background-color: transparent;
}
/* Modal Footer Buttons */
#cartModal_index .modal-footer {
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
}

#cartModal_index .modal-footer .btn-secondary {
  background-color: transparent;
  border: black 2px;
}

#cartModal_index .modal-footer .btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

#cartModal_index .modal-footer .btn-primary {
  background-color: black;
  border: 2px solid black;
  color: white;
}

#cartModal_index .modal-footer .btn-primary:hover {
  background-color: var(--accent-color);
  border: 2px solid transparent;
}

/* Total Price */
#modal-total-price {
  font-size: 1.2rem;
  
  text-align: right;
  margin-top: 10px;
}

/* General Button Styles */
.btn-outline-secondary {
  border: 1px solid #6c757d;
  color: #6c757d;
}

.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: white;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  #cartModal_index .modal-dialog {
    max-width: 90%;
  }

  #cartModal_index .modal-body #modal-product-details img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  #cartModal_index .modal-body #modal-product-details h5 {
    font-size: 1rem;
  }

  #cartModal_index .modal-body #modal-product-details p {
    font-size: 0.9rem;
  }

  #cartModal_index .cart-item-quantity input[type="number"] {
    width: 50px;
    height: 35px;
  }

  #cartModal_index .cart-item-quantity button {
    width: 35px;
    height: 35px;
    font-size: 1rem;
    line-height: 35px;
  }
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
  padding-top: 60px;
}

.stats .content-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: var(--default-color);
}

.stats .lead {
  line-height: 1.6;
  font-size: 18px;
  font-weight: normal;
  color: var(--default-color);
}

.stats .content-title {
  color: var(--heading-color);
  font-size: 22px;
  margin-bottom: 30px;
}

.stats p {
  line-height: 1.7;
  color: var(--default-color);
}

.stats .btn-get-started {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 30px;
  padding: 8px 30px;
  border: 2px solid transparent;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}

.stats .btn-get-started:hover {
  border-color: var(--accent-color);
  background-color: transparent;
  color: var(--accent-color);
}

.stats .count-numbers .number {
  font-size: 1.8rem;
  color: var(--heading-color);
  position: relative;
  display: block;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

.stats .count-numbers .number:after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--accent-color);
}


/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.product-posts .title-wrap {
  padding-bottom: 30px;
}

.product-posts .content-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: var(--default-color);
}

.product-posts .content-title {
  color: var(--heading-color);
  font-size: 22px;
  margin-bottom: 30px;
}

.product-posts .post-entry .thumb {
  margin-bottom: 20px;
}

.product-posts .post-entry .thumb img {
  transition: 0.3s all ease;
}

.product-posts .post-entry .thumb:hover img {
  opacity: 0.8;
}

.product-posts .post-entry .meta {
  font-size: 12px;
  margin-bottom: 20px;
}

.product-posts .post-entry .meta .cat {
  text-transform: uppercase;
  font-weight: normal;
  color: var(--heading-color);
}

.product-posts .post-entry .meta .date {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

.product-posts .post-entry .post-content {
  padding-left: 30px;
  padding-right: 30px;
}

.product-posts .post-entry .post-content h3 {
  font-size: 18px;
  line-height: 1.2;
}

.product-posts .post-entry .post-content h3 a {
  color: var(--heading-color);
}

.product-posts .post-entry .post-content h3 a:hover {
  color: var(--accent-color);
}

.product-posts .author .pic {
  flex: 0 0 50px;
  margin-right: 20px;
}

.product-posts .author .author-name {
  line-height: 1.3;
}

.product-posts .author .author-name strong {
  color: var(--heading-color);
  font-weight: normal;
}

.product-posts .author .author-name span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
.tabs .service-item .service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 4px;
  position: relative;
  color: var(--accent-color);
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  margin-right: 20px;
  font-size: 16px;
}

.tabs .service-item .service-contents h3 {
  font-size: 16px;
  color: var(--heading-color);
}

.tabs .service-item.link {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 7px;
}

.tabs .service-item.link .service-contents {
  color: var(--default-color);
}

.tabs .service-item.link .service-contents *:last-child {
  margin-bottom: 0;
}

.tabs .service-item.link:hover {
  background: color-mix(in srgb, var(--default-color), transparent 96%);
}

.tabs .service-item.link:hover .service-icon {
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
}

.tabs .service-item.link.active {
  background: var(--surface-color);
}

.tabs .service-item.link.active .service-icon {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 .content-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: var(--default-color);
}

.services-2 .content-title {
  color: var(--heading-color);
  font-size: 22px;
  margin-bottom: 30px;
}

.services-2 p {
  line-height: 1.7;
  color: var(--default-color);
}

.services-2 .lead {
  line-height: 1.6;
  font-size: 18px;
  font-weight: normal;
  color: var(--default-color);
}

.services-2 .btn-get-started {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 30px;
  padding: 8px 30px;
  border: 2px solid transparent;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
}

.services-2 .btn-get-started:hover {
  border-color: var(--accent-color);
  background-color: transparent;
  color: var(--accent-color);
}

.services-2 .services-item .services-icon {
  color: var(--accent-color);
  margin-bottom: 20px;
}

.services-2 .services-item .services-icon i {
  font-size: 48px;
}

.services-2 .services-item h3 {
  font-size: 17px;
  /* font-weight: 400; */
  color: var(--heading-color);
}

/*-----------------------------------
   FAQ Section - Accordéon Styles
-------------------------------------*/

.faq .content-subtitle {
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  color: var(--default-color);
}

.faq .content-title {
  color: var(--heading-color);
  font-size: 22px;
  margin-bottom: 30px;
}

.faq p {
  line-height: 1.7;
  color: var(--default-color);
}

.faq .custom-accordion .accordion-item {
  background-color: var(--surface-color);
  margin-bottom: 0;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.faq .custom-accordion .accordion-item .btn-link {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  text-align: left;
  color: var(--default-color);
  border: none;
  padding-left: 40px;
  position: relative;
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
}

.faq .custom-accordion .accordion-item .btn-link:before {
  content: "\f282";
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.faq .custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
  color: var(--accent-color);
}

.faq .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
  content: "\f286";
  color: var(--accent-color);
}

.faq .custom-accordion .accordion-item .accordion-body {
  display: none; /* Masqué par défaut */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.faq .custom-accordion .accordion-item .accordion-body.show {
  display: block; /* Affiché lorsqu'ouvert */
  opacity: 1;
}

.faq .custom-accordion .accordion-item .btn-link:hover {
  color: var(--accent-color); /* Effet de survol uniquement sur le bouton */
  text-decoration: underline;
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials p {
  line-height: 1.7;
  color: var(--default-color);
}

.testimonials .testimonial {
  max-width: 500px;
  text-align: center;
  margin-bottom: 30px;
}

.testimonials .testimonial .name {
  font-size: 18px;
  color: var(--heading-color);
}

.testimonials .testimonial .img-wrap img {
  margin: 0 auto;
  width: 70px;
  border-radius: 50%;
}

.testimonials .swiper-pagination {
  position: absolute;
  bottom: 0px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: color-mix(in srgb, var(--default-color) 65%, transparent);
  opacity: 0.3;
}

.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--accent-color);
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  /* font-weight: 600; */
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*/
.main-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
}

.form-container {
  margin-top: 100px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.form-box {
  flex: 1;
  padding: 20px;
  border-right: 1px solid #e0e0e0;
}

.form-box:last-child {
  border-right: none;
}

h2 {
  margin-bottom: 20px;
  color: #333;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .form-container {
      flex-direction: column;
      gap: 50px; /* Augmenter l'espace entre les blocs en mode empilé */
  }

  .form-box {
      border-right: none; /* Supprimer la bordure en mode empilé */
  }
}
/*--------------------------------------------------------------
# Compte
--------------------------------------------------------------*/
.account-page {
  display: flex;
  min-height: 100vh;
}

.sidebar-user {
  width: 250px;
  background-color: #f4f4f4;
  padding: 20px;
  border-right: 1px solid #ddd;
}

.sidebar-user h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.sidebar-user .menu {
  margin-top: 100px;
  list-style: none;
  padding: 0;
}

.sidebar-user .menu li {
  margin-bottom: 10px;
}

.sidebar-user .menu li a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
}

.sidebar-user .menu li a:hover {
  color: #007BFF;
}

.main-content {
  margin-top: 150px;
  flex: 1;
  padding: 20px;
  background-color: #fff;
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

/* .portfolio-details .swiper-wrapper {
  height: auto;
} */
.rose{

  border-radius: 8px;
}


.video-fluid {
  width: 100%; /* La vidéo occupe toute la largeur du conteneur */
  height: auto; /* La hauteur s'ajuste automatiquement pour maintenir les proportions */
  border-radius: 8px; /* Optionnel : arrondir les coins de la vidéo */

}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .portfolio-details .swiper-button-prev,
  .portfolio-details .swiper-button-next {
    display: none;
  }
}

.portfolio-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  /* font-weight: 700; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.portfolio-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.portfolio-details .portfolio-info ul strong {
  text-transform: uppercase;
  /* font-weight: 400; */
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.portfolio-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  /* font-weight: 700; */
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team h3 {
  font-size: 20px;
}

.team .team h3 a {
  color: var(--heading-color);
}

.team .team .pic {
  margin-bottom: 30px;
}

.team .team .pic img {
  border-radius: 4px;
}

.team .team .position {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
}

.team p {
  line-height: 1.7;
  color: var(--default-color);
}

.team .more {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}

.team .more span {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: transparent;
  color: var(--contrast-color);
  line-height: 1.6;
  text-align: center;
  transition: 0.3s all ease;
}

.team .more span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team .more:hover {
  color: var(--contrast-color);
}

.team .more:hover span {
  background: var(--accent-color);
}

.team .more.dark {
  color: var(--default-color);
}

.team .more.dark>span {
  color: var(--default-color);
}

.team .more.dark:hover {
  color: var(--accent-color);
}

.team .more.dark:hover span {
  color: var(--contrast-color);
  background: var(--accent-color);
}

/* .team .swiper-wrapper {
  height: auto;
} */

/* .team .slider-nav a {
  width: 40px;
  height: 40px;
  position: relative;
  background: var(--accent-color);
  border-radius: 4px;
  transition: 0.2s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .slider-nav a i {
  color: var(--contrast-color);
}

.team .slider-nav a:hover {
  background-color: color-mix(in srgb, var(--accent-color) 90%, white 15%);
}

.team .slider-nav a:first-child {
  margin-right: 5px;
} */

/*--------------------------------------------------------------
# Blog Posts 2 Section
--------------------------------------------------------------*/
.blog-posts-2 article {
  height: 100%;
}

.blog-posts-2 .post-img {
  max-height: 440px;
  overflow: hidden;
}

.blog-posts-2 .title {
  font-size: 20px;
  /* font-weight: 700; */
  padding: 0;
  margin: 5px 0;
}

.blog-posts-2 .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog-posts-2 .title a:hover {
  color: var(--accent-color);
}

.blog-posts-2 .meta-top {
  margin-top: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts-2 .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-posts-2 .meta-top i {
  font-size: 24px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.blog-posts-2 .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  /* font-weight: 700; */
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/



/* Sidebar */
.sidebar {
  background-color: #fff;
  padding: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.sidebar h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
}

.sidebar ul {
  list-style-type: none;
  padding: 0;
}

.sidebar ul li {
  margin: 10px 0;
}

.sidebar ul li a {
  text-decoration: none;
  color: #007bff;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}

.sidebar h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #333;
}

/* Main Content */
.contact-info {
  margin-top: 40px;
}

.contact-info h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 16px;
  line-height: 1.6;
}

.links {
  margin-top: 40px;
}

.links h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.links ul {
  list-style-type: none;
  padding: 0;
}

.links ul li {
  margin: 10px 0;
}

.links ul li a {
  text-decoration: none;
  color: #007bff;
  font-size: 16px;
}

.links ul li a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .sidebar {
      display: none;
  }

  .col-md-9 {
      padding: 20px;
  }

  .container-fluid {
      padding: 0;
  }
}

.contact .info {
  background-color: var(--surface-color);
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contact .info h3 {
  /* font-weight: 600; */
  font-size: 24px;
}

.contact .info p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 30px;
  font-size: 15px;
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.contact .info-item i {
  font-size: 24px;
  color: var(--accent-color);
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  /* font-weight: 600; */
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 290px;
}

.contact .php-email-form button[type=submit] {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 0;
  padding: 13px 50px;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, black 15%);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  margin: 60px 0 30px 0;
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  /* font-weight: 600; */
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid var(--accent-color);
}

.widget-item {
  margin-bottom: 30px;
  background-color: color-mix(in srgb, var(--default-color), transparent 98%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding: 30px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.blog-author-widget img {
  max-width: 160px;
}

.blog-author-widget h4 {
  /* font-weight: 600; */
  font-size: 24px;
  margin: 15px 0 0 0;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author-widget .social-links {
  margin: 5px 0;
}

.blog-author-widget .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin: 0 3px;
  font-size: 18px;
}

.blog-author-widget .social-links a:hover {
  color: var(--accent-color);
}

.blog-author-widget p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 10px 0 0 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.recent-posts-widget .post-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item h4 {
  font-size: 16px;
  /* font-weight: 600; */
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Shipping 
--------------------------------------------------------------*/
.shipping-options {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.shipping-option {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.shipping-logo {
  width: 50px;  /* Taille du logo */
  height: auto;
  margin-right: 10px; /* Espacement entre l'image et le texte */
}

.shipping-option label {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

.shipping-option input[type="radio"] {
  display: none;  /* Cacher les boutons radio pour les rendre plus propres */
}

.shipping-option input[type="radio"]:checked + label {
  
  color: #007bff; /* Couleur bleue quand l'option est sélectionnée */
}

button {
  margin-top: 20px;
}

#promo-code {
  margin-top: 10px;
}

#promo-error {
    color: red;
    margin-top: 5px;
    font-size: 0.9em;
}















#message-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(334, 100%, 40%); /* Background color */
    padding: 2px;
    height: 35px;
    color: white;
    font-size: 11px;
    text-align: center;
    transition: opacity 0.5s ease, height 0.5s ease;
    border-bottom: white;
}

#message-container .alert {
    margin: 0; /* No extra margin */
    flex: 1; /* Ensure the alert takes full width inside the container */
}

#message-container.hide   {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;

}
.close{
    font-size: 12px;
    margin-top:3px;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: hsl(305, 56%, 24%);
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 1000;
}

.cookie-banner p {
    margin: 0;
    padding-right: 15px;
}

.cookie-banner button {
    margin: 5px;
}




 /* Style de la bannière des cookies */
 #cookieBanner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: hsl(305, 56%, 24%);
    color: white;
    padding: 20px;
    text-align: center;
    display: none; /* Initialement caché */
}
#cookieBanner button {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: transparent;
    color:white;
    border: none;
    cursor: pointer;
}
#cookieBanner button.decline {
    background-color: transparent;
    color: white;
    border: none;
    
}
#cookieBanner button.decline:hover {
    border-color: white;
    
}
#cookieBanner button.accept:hover{
  border-color: white;
  
}
/* Style de la bannière de newsletter */
#newsletterBanner {
    position: fixed;
    bottom: 60px; /* Juste au-dessus de la bannière des cookies */
    right: 20px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: none; /* Initialement caché */
}
#newsletterBanner button {
    margin: 5px;
    padding: 5px 10px;
    background-color: transparent;
    color: black;
    border-color: black;
    cursor: pointer;
}
#newsletterBanner button.close {
    background-color: transparent;
    color: black;
    border-color: black;
}




.image-container {
  top: 100px;
  position: relative;
  overflow: hidden;
  flex: 1;
  padding-right: 20px;
  cursor: zoom-in; /* Changer le curseur pour indiquer un zoom */
}

.image-container img {
  max-width: 100%;
  border-radius: 10px;
  display: block;
}

.image-container::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 200%; /* Ajustez cette valeur pour le niveau de zoom */
  background-position: center;
  display: none; /* Caché par défaut */
  z-index: 10; /* Superpose le zoom */
}

.image-container:hover::before {
  display: block; /* Affiche le zoom au survol */
}


.details-container {
  top: 150px;
  flex: 2;
  display: flex;
  flex-direction: column;
}
.details-container h1 {
  margin-top: 0;
}
.price {
  font-size: 1.5em;
  color: black;
  margin: 10px 0;
}
.quantity-selector {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.quantity-selector button {
  /* background-color: transparent; */
  color:black;
  border-color: black;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1em;
}
.quantity-selector input {
  margin-top: 15px;
  width: 50px;
  text-align: center;
  font-size: 1em;
  padding: 5px;
}
.payment-info, .shipping-info, .certification-info {
  margin: 10px 0;
}
.description {
  margin-top: 20px;
}
.description h2 {
  margin-bottom: 10px;
}
.description p {
  margin-bottom: 10px;
}

.rounded{
  border-radius: 5px;
}

/*---------------------------------
3.2.1. Product Page
/---------------------------------*/
/* Conteneur principal pour l'image principale */
.main-image {
  margin-top: 33px;
  position: relative; /* Nécessaire pour les ajustements futurs si besoin */
  overflow: hidden; /* Empêche le débordement de l'image lors du zoom */
  border-radius: 5px; /* Arrondir légèrement les coins */
  max-height: 700px; /* Limite la hauteur */
}

/* Image principale avec zoom */
.main-image img {
  width: 100%; /* Prend toute la largeur du conteneur */
  height: auto; /* Respecte le ratio de l'image */
  object-fit: cover; /* Ajuste l'image au conteneur */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animation fluide pour le zoom */
  border-radius: 5px; /* Arrondi les coins */
}

/* Effet de zoom au survol */
.main-image:hover img {
  transform: scale(1.1); /* Agrandir légèrement l'image (10%) */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Ajouter une ombre subtile lors du zoom */
}

/* Conteneur des images secondaires */
.image-thumbnails {
  max-width: 100px; /* Largeur maximale des miniatures */
}

.image-thumbnails img {
  margin-top: 100px;
  cursor: pointer; /* Curseur cliquable */
  border: 2px solid transparent; /* Bordure par défaut */
  transition: border 0.3s ease, transform 0.3s ease; /* Animation fluide */
  width: 100%; /* Ajuste à la largeur du conteneur */
  height: auto; /* Respecte le ratio de l'image */
  margin-bottom: 10px; /* Espacement entre les miniatures */
}

/* Zoom léger sur les miniatures au survol */
.image-thumbnails img:hover {
  transform: scale(1.05); /* Zoom léger (5%) */
  border: 2px solid transparent; /* Bordure bleue au survol */
}



.image-thumbnails img:hover {
  border: 2px solid transparent; /* Bordure bleue au survol */
}

.main-image img {

  margin-top: 100px;
  width: 100%; /* Prend toute la largeur du conteneur */
  height: 100%; /* Respecte le ratio de l'image */
  object-fit: cover; /* Recadre l'image si nécessaire */
  border: 1px solid #ddd; /* Ajoute une bordure discrète */
  border-radius: 5px; /* Arrondit légèrement les coins */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ajoute une ombre subtile */
}

/* Conteneur principal des images et de la description */
.image-container {
  display: flex; /* Alignement horizontal */
  gap: 15px; /* Espacement entre les images secondaires et l'image principale */
  align-items: flex-start; /* Aligner les éléments au début */
}

.details-container {
  padding: 20px; /* Espacement interne */
}

.details-container h1 {
  font-size: 24px; /* Taille du titre */
  margin-bottom: 10px; /* Espacement en bas */
}

.details-container .price {
  font-size: 20px; /* Taille du prix */
  color: #202225; /* Couleur bleue pour le prix */
   /* Met en gras */
  margin-top: 15px; /* Espacement au-dessus */
}

.details-container button {
  margin-top: 15px; /* Espacement au-dessus des boutons */
}

/* Responsiveness */
@media (max-width: 768px) {

  .image-thumbnails img {
    margin-top: 20px;

  }
  .main-image img {
    margin-top: 20px;
    width: 100%; /* Prend toute la largeur du conteneur */
    height: 80%; /* Respecte le ratio de l'image */

  }
  
  .image-container {
      flex-direction: column; /* Aligner les images verticalement sur les petits écrans */
  }

  .image-thumbnails {
      flex-direction: row; /* Aligner les images secondaires horizontalement sur mobile */
      justify-content: center;
      max-width: 100%; /* Étendre la largeur */
  }

  .image-thumbnails img {
      margin-bottom: 0; /* Retirer l'espacement vertical */
      margin-right: 10px; /* Ajouter un espacement horizontal */
  }
}


/*---------------------------------
3.2.2. Cart Page
/---------------------------------*/
/* Conteneur des produits */
#cart-items .cart-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

#cart-items img {
  max-width: 100px;
  border-radius: 8px;
  margin-right: 15px;
}

#cart-items .cart-item-details h4 {
  margin: 0;
  font-size: 1.25rem;
}

#cart-items .cart-item-quantity {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

#cart-items .cart-item-quantity button {
  background-color: transparent;
  color: black;
  border-color: black;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0 5px;
}

#cart-items .cart-item-quantity input {
  width: 60px;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

/* Card résumé */
.card {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.btn-checkout {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 4px;
}

.btn-checkout:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

/* Publicités */
.ad-banner {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  font-size: 0.95rem;
  color: #555;
  background: #f9f9f9;
}

.ad-banner p {
  margin: 0;
  
}

/* Responsive */
@media (max-width: 768px) {
  /* Conteneur des produits */
  #cart-items .cart-item {

    padding: 15px 20px;

  }

  .card {
      margin-top: 20px;
  }
}

/*---------------------------------
3.2.3. Checkout Page
/---------------------------------*/
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 5px;
  
}
input[type="text"], input[type="email"], input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 1px;
}
button {
  background-color: transparent;
  color: black;
  border-color: black;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 1px;
  cursor: pointer;
}
button:hover {
  background-color: black;
  color: white;
  border-color: white;
}

.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 5px;
  
}
input[type="text"], input[type="email"], input[type="password"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
button {
  background-color: transparent;
  color: black;
  border-color: black;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}
button:hover {
  background-color: black;
  color:white;
  border-color:white;
}
.btn-secondary {
  background-color: transparent;
  color:black;
  border-color:black;
}
.btn-secondary:hover {
  background-color: black;
  color: white;
  border-color: white;
}
.error-message {
  color: red;
  margin-top: 10px;
}


#specific-comments {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

#specific-comments h2 {
    color: #333;
    margin-bottom: 20px;
}

.product-comments h3 {
    color: #555;
    margin-bottom: 15px;
}

.comment {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.comment p {
    margin: 0 0 5px;
    font-size: 16px;
    color: #444;
}

.comment strong {
    color: #000;
}

.comment p:last-child {
    font-size: 18px;
    color: #FFD700; /* Couleur or pour les étoiles */
    margin-top: 10px;
}

a {
    
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}




/*---------------------------------
3.2.4. Confirmation Page
/---------------------------------*/

/* Conteneur principal */

/*---------------------------------
3.2.5. Offre Page
/---------------------------------*/
.hero-savons {
  position: relative;
  background-image: url('../img/bb_hero.png');
  background-size: cover;
  background-position: center;
  height: 50vh;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.hero-bain {
  background: url('../img/bain.png') center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.hero-section-offres {
  background: url('../img/offres.png') center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.hero-soins{
  background: url('../img/soins.png') center/cover no-repeat;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.hero-title {
  font-size: 3em;
  
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 1.5em;
  margin-top: 10px;
}

.coffrets-section {
  padding: 50px 20px;
  background-color: transparent;
}

.section-title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
}

.coffrets-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.coffret-card {
  background:transparent ;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  overflow: hidden;
  width: 300px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}


.coffret-card img  {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.coffret-title {
  font-size: 1.5em;
  text-align: center;
  margin: 15px 0;
}

.coffret-description {
  text-align: center;
  color: #555;
}


/* Section Offres */
.offres-section {
padding: 50px 20px;
background-color: transparent;
text-align: center;
}

.section-title {
font-size: 2rem;
margin-bottom: 20px;
}

/* Grille des offres */
.offres-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Adaptatif */
  gap: 20px;
  justify-content: center;
}

/* Carte d'une offre */
.offre-card {
  background: transparent;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease-in-out;
  position: relative; /* Pour positionner l’étiquette promo */
}

.offre-card:hover {
  transform: scale(1.05);
}

/* Étiquette promo en haut à gauche */
/* Étiquette promo en coin */
/* Étiquette promo en coin (améliorée) */
.offre-promo {
    position: absolute;
    top: 24%;
    left: -7%;
    background: linear-gradient(45deg, #2a27275e, #6e54547b); /* Dégradé rouge intense */
    color: white;
    font-size: 11px; /* Augmenter la taille */
    
    padding: 8px 20px;
    transform: rotate(-45deg);
    transform-origin: top left;
    z-index: 10;
    text-transform: uppercase;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Ombre plus marquée */
    border-radius: 5px; /* Légers arrondis */
}
.offre-promo-index{
  position: absolute;
  top: -3%;
  left: -5%;
  background: linear-gradient(45deg, #2a27275e, #6e54547b); /* Dégradé rouge intense */
  color: white;
  font-size: 11px; /* Augmenter la taille */
  
  padding: 8px 20px;
  transform-origin: top left;
  z-index: 10;
  text-transform: uppercase;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3); /* Ombre plus marquée */
  border-radius: 5px; /* Légers arrondis */
}


/* Image des offres (proportionnelle & responsive) */
.offre-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* Garde une bonne proportion */
  object-fit: cover; /* Coupe l’image pour éviter la distorsion */
  border-radius: 10px 10px 0 0;
}

/* Titre et description */
.offre-title {
  font-size: 1.5rem;
  margin: 10px 0;
}

.offre-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}


/* Pagination */
.pagination {
margin-top: 20px;
}

.pagination .btn {
margin: 5px;
font-size: 1rem;
}



/* Responsive Design */
@media (max-width: 768px) {
  .offres-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* S'adapte sur mobile */
  }
  .offre-promo {
    top: 21%;
   
  }


}

