/* ============================================
   FOOTER
   ============================================ */
.footer-light {
  font-size: 1.1rem;
  position: relative;
  background-image: url("images/footer.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.footer-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.footer-light .container,
.footer-light .subfooter {
  position: relative;
  z-index: 2;
}

.footer-light .widget ul {
  padding-left: 0;
  list-style: none;
}

.footer-light .widget ul li a {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}

.footer-light .widget ul li a:visited {
  color: inherit;
}

.footer-light .widget ul li a:hover {
  font-weight: 600;
}

.footer-light .widget .fw-bold.text-dark a {
  color: inherit;
  text-decoration: none;
}

.footer-light .widget .fw-bold.text-dark a:visited {
  color: inherit;
}

.footer-light .widget .fw-bold.text-dark a:hover {
  font-weight: 600;
}

.col-lg-4 {
  width: 33.333%;
  flex: 0 0 auto;
}

.footer-light .widget .fw-bold.text-dark i {
  width: 24px;
}

.footer-light,
.footer-light .widget,
.footer-light .widget h5,
.footer-light .widget a,
.footer-light .widget .fw-bold.text-dark,
.subfooter,
.subfooter a,
.subfooter .menu-simple li a {
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* ============================================
   VIDEO SECTION (HOME)
   ============================================ */
.video-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section .sw-caption {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 10;
}

.video-section .container {
  width: 100%;
}

.video-section .sw-text-wrapper {
  text-align: left;
}

.video-section .subtitle {
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.video-section .slider-title {
  font-size: 3.5rem;
  line-height: 1.2;
}

.video-section .slider-title span {
  font-size: 4rem;
}

.video-section .slider-teaser {
  font-size: 1.1rem;
  opacity: 0.9;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .video-section .slider-title {
    font-size: 2.5rem;
  }
  .video-section .slider-title span {
    font-size: 3rem;
  }
  .video-section .col-lg-6.offset-lg-6 {
    width: 70%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .video-section {
    min-height: 100vh;
    align-items: flex-end;
    padding-bottom: 100px;
  }
  .video-section .sw-caption .container .row .col-lg-6.offset-lg-6 {
    display: none;
  }
  .video-section .sw-caption .container .row {
    justify-content: center;
    text-align: center;
  }
  .video-section img[src*="flowers-crop.png"] {
    width: 80% !important;
    height: auto !important;
    bottom: 20px !important;
  }
}

/* ============================================
   LOGOS HEADER
   ============================================ */
header #logo {
  position: relative;
  display: inline-block;
  width: auto;
}

header #logo img {
  max-height: 100%;
  width: auto;
}

header #logo .logo-main {
  display: block;
}

header #logo .logo-scroll {
  display: none;
}

header.smaller #logo .logo-main {
  display: none;
}

header.smaller #logo .logo-scroll {
  display: block;
}

@media (max-width: 767px) {
  header #logo .logo-mobile {
    display: block;
  }
  header #logo .logo-main {
    display: none;
  }
  header.smaller #logo .logo-mobile {
    display: none;
  }
  header.smaller #logo .logo-scroll {
    display: block;
  }
}

/* ============================================
   POLICES DU SITE
   ============================================ */
/* Stigma Display pour les titres */
@font-face {
  font-family: "Stigma Display";
  src:
    url("Stigma Display Typeface.otf") format("opentype"),
    url("Stigma Display Typeface.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Poppins pour le texte */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/* Titres en Stigma Display */
h1,
h2,
h3,
h4,
h5,
h6,
.slider-title,
.subtitle,
.widget h5,
#de-subheader h3 {
  font-family: "Stigma Display", serif !important;
  font-weight: normal;
}

/* Texte courant en Poppins */
body,
p,
.menu-item,
.btn-main,
.widget,
.footer-light,
.contact-coords,
.contact-form h3,
.widget-post .d-content h4 {
  font-family: "Poppins", sans-serif !important;
}

/* Ajustement spécifique pour le menu */
#mainmenu li a {
  font-family: "Poppins", sans-serif !important;
}
/* ============================================
   MENU PRINCIPAL
   ============================================ */
#mainmenu li a {
  font-family: "Stigma Display", serif !important;
  font-size: 24px !important;
  font-weight: normal !important;
  color: #ffffff;
  text-transform: none !important;
  letter-spacing: 1px;
}

header.smaller #mainmenu li a {
  color: #333333;
}

#mainmenu li a:hover {
  color: #c78f7f;
}

#mainmenu li ul {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#mainmenu li ul li a {
  color: #333333;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
}

#mainmenu li ul li a:hover {
  color: #c78f7f;
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  #mainmenu li a {
    color: #333333;
  }
  header.transparent #mainmenu li a {
    color: #ffffff;
  }
  #mainmenu li a,
  #mainmenu li a:visited,
  #mainmenu li a:hover,
  #mainmenu li a:active,
  #mainmenu li a:focus {
    color: #ffffff !important;
    background-color: transparent !important;
  }
}

/* ============================================
   MENU DEROULANT - Z-INDEX
   ============================================ */
header {
  z-index: 1000;
  position: relative;
}

#mainmenu li ul {
  z-index: 1001;
  position: absolute;
}

.video-section {
  z-index: 1;
}

/* ============================================
   SUBHEADER (bandeau des pages)
   ============================================ */
#de-subheader {
  background-image: url("images/footer.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  margin-top: 0 !important;
  padding: 0 !important;
  height: 300px !important;
}

#de-subheader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#de-subheader .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

#de-subheader .row {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 20px 30px;
  margin-top: 20px !important;
}

#de-subheader .crumb,
#de-subheader h3 {
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  color: #ffffff;
}

#de-subheader h3 {
  margin-bottom: 0;
}

#de-subheader .crumb {
  margin: 0;
}

#de-subheader .crumb li {
  display: inline-block;
  color: #ffffff;
}

#de-subheader .crumb li a {
  color: #ffffff;
  text-decoration: none;
}

#de-subheader .crumb li.active {
  color: #ffffff;
  opacity: 0.8;
}

#de-subheader .crumb li + li:before {
  content: "/";
  padding: 0 10px;
  color: #ffffff;
}

#de-subheader .text-lg-end {
  text-align: right;
}

@media (max-width: 767px) {
  #de-subheader {
    min-height: 300px !important;
  }
  #de-subheader .row {
    padding: 10px 10px;
    margin-top: 30px !important;
  }
  #de-subheader .text-lg-end {
    text-align: left;
    margin-top: 10px;
  }
  #de-subheader h3 {
    margin-bottom: 10px;
  }
}

/* ============================================
   FORMULAIRE DE CONTACT
   ============================================ */
.contact-form {
  background: transparent;
  padding: 10px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-control {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: #d4a373;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 8px 20px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.95);
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-form .btn-main {
  background: #d4a373;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
}

.contact-form .btn-main:hover {
  background: #b8834f;
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-form h3 {
  font-family: "Stoke", serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #db6a5a;
  margin-bottom: 30px;
  line-height: 1.3;
}

/* ============================================
   COORDONNÉES CONTACT
   ============================================ */
.contact-coords {
  font-size: 1.2rem;
  line-height: 1.8;
}

.contact-coords .fw-bold.text-dark {
  font-size: 1.1rem;
  margin-top: 15px;
}

.contact-coords a[href^="mailto"],
.contact-coords a[href^="tel"],
.contact-coords a[href^="mailto"]:link,
.contact-coords a[href^="mailto"]:visited,
.contact-coords a[href^="tel"]:link,
.contact-coords a[href^="tel"]:visited {
  color: #555555 !important;
  text-decoration: none !important;
  font-weight: normal;
}

.contact-coords a[href^="mailto"]:hover,
.contact-coords a[href^="tel"]:hover {
  color: #555555 !important;
  text-decoration: none !important;
  font-weight: 600;
}

/* ============================================
   WIDGET NOS PRESTATIONS
   ============================================ */
.widget-post h4:first-of-type {
  font-size: 1.8rem;
  color: #92726a;
  font-weight: 400;
  margin-bottom: 20px;
}

.widget-post .de-bloglist-type-1 {
  padding: 0;
  margin: 0;
}

.widget-post .de-bloglist-type-1 li {
  display: table !important;
  width: 100%;
  margin-bottom: 20px;
}

.widget-post .de-bloglist-type-1 li a {
  display: table-row !important;
  text-decoration: none;
}

.widget-post .de-bloglist-type-1 .d-image {
  display: table-cell !important;
  vertical-align: middle !important;
  width: 70px;
  padding-right: 15px;
}

.widget-post .de-bloglist-type-1 .d-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.widget-post .de-bloglist-type-1 .d-content {
  display: table-cell !important;
  vertical-align: middle !important;
}

.widget-post .de-bloglist-type-1 .d-content h4 {
  font-size: 1.3rem;
  color: #db6a5a;
  margin: 0;
}

/* ============================================
   BOUTON PRENDRE RENDEZ-VOUS - MARGE MOBILE
   ============================================ */
@media (max-width: 767px) {
  .btn-main {
    margin-bottom: 30px;
    display: inline-block;
  }
}
/* ============================================
   HEADER TRANSPARENT (NON STICKY)
   ============================================ */
header:not(.smaller) {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header:not(.smaller) #mainmenu li a {
  color: #ffffff !important;
}

header:not(.smaller) #logo .logo-main {
  display: block !important;
}

header:not(.smaller) #logo .logo-scroll {
  display: none !important;
}
/* ============================================
   SOUS-MENU PRESTATIONS - TEXTE NOIR TOUJOURS
   ============================================ */
#mainmenu li ul li a,
#mainmenu li ul li a:link,
#mainmenu li ul li a:visited,
#mainmenu li ul li a:active {
  color: #000000 !important;
  font-weight: normal !important;
}

#mainmenu li ul li a:hover {
  color: #db6a5a !important;

  background-color: #f5f5f5 !important;
}
/* ============================================
   TAILLE DU TEXTE (PARAGRAPHES)
   ============================================ */
p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333 !important;
  text-align: justify;
}
h2 {
  color: #db6a5a !important;
}
.service-card h4 {
  color: #db6a5a;
  font-weight: 600;
}
/* ============================================
   FOOTER - COLONNE 2 : LIENS SUR UNE LIGNE
   ============================================ */
.footer-light .col-lg-4.col-sm-12 .widget ul li a {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .footer-light .col-lg-4.col-sm-12 .widget ul li a {
    white-space: normal;
  }
}
/* ============================================
   SLOGAN HOME - SUR UNE LIGNE
   ============================================ */
.video-section .slider-title span {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .video-section .slider-title span {
    white-space: normal;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  /* Mobile non sticky : logo clair sur vidéo */
  header:not(.smaller) #logo .logo-mobile {
    display: block !important;
  }
  header:not(.smaller) #logo .logo-main {
    display: none !important;
  }
  header:not(.smaller) #logo .logo-scroll {
    display: none !important;
  }

  /* Mobile sticky : logo noir */
  header.smaller #logo .logo-mobile {
    display: none !important;
  }
  header.smaller #logo .logo-scroll {
    display: block !important;
  }
  header.smaller #logo .logo-main {
    display: none !important;
  }
}
/* ============================================
   MENU MOBILE - FOND ET COULEURS
   ============================================ */
@media (max-width: 767px) {
  /* Fond du menu mobile quand il est ouvert */
  header.menu-open .header-col-mid {
    background-color: #8b5a2b !important; /* Marron */
    position: fixed !important;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    z-index: 999;
  }

  /* Liens du menu mobile */
  #mainmenu li a {
    color: #ffffff !important;
  }

  /* Sous-menu mobile */
  #mainmenu li ul {
    background-color: #6b3a1b !important;
    position: relative !important;
    width: 100%;
  }

  #mainmenu li ul li a {
    color: #ffffff !important;
  }
}
/* ============================================
   FILTRE ORANGE SUR VIDEO HOME
   ============================================ */
.video-section video {
  filter: sepia(0.6) hue-rotate(345deg) saturate(2.8);
}
/* ============================================
   BOUTONS - STYLE
   ============================================ */
.btn-main {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  background-color: var(--secondary-color, #db6a5a) !important;
  padding: 10px 25px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease;
}

.btn-main:hover {
  background-color: var(--primary-color, #b85c4a) !important;
  transform: translateY(-2px);
}
/* ============================================
   SLOGAN HOME - ESPACEMENT
   ============================================ */
.video-section .slider-title span {
  letter-spacing: 1px;
}
/* ============================================
   CITATION - POLICE STIGMA
   ============================================ */
.jarallax p {
  font-family: "Stigma Display", serif !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: 200;
}
/* ============================================
   FILTRE NOIR SUR IMAGE JARALLAX
   ============================================ */
.jarallax-img {
  filter: brightness(0.6) sepia(0.1);
}
/* ============================================
   VIGNETTES DECO - ESPRIT
   ============================================ */
.vignette-deco img {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  filter: sepia(0.6) hue-rotate(345deg) saturate(2.8);
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.vignette-deco img:hover {
  transform: scale(1.05);
}

/* Mobile : une seule image (au hasard via CSS = première) */
@media (max-width: 767px) {
  .row.g-4.mt-4 .col-6 {
    display: none;
  }
  .row.g-4.mt-4 .col-6:first-child {
    display: block;
    width: 100%;
    text-align: center;
  }
  .vignette-deco img {
    max-width: 80%;
    margin: 0 auto;
  }
}
/* ============================================
   WIDGET PRESTATIONS - AJOUT LOGO
   ============================================ */
.widget-post {
  margin-top: 80px;
}

/* ============================================
   WIDGET PRESTATIONS - LOGO CENTRE
   ============================================ */
.widget-logo {
  width: 60%;
  margin: 0 auto 30px auto;
  display: block;
}
/* ============================================
   COULEUR TITRES SOINS ENERGETIQUES
   ============================================ */
h3 {
  color: #f58d79;
}
/* ============================================
   BOX-SHADOW SUR TOUTES LES IMAGES
   ============================================ */
img:not(.jarallax-img):not(.rounded-20px):not(.shadow-soft):not(.circle):not(.hover-scale-1-2):not(.widget-logo):not(
    .logo-main
  ):not(.logo-scroll):not(.logo-mobile) {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
/* ============================================
   ESPRIT - IMAGE PRINCIPALE
   ============================================ */
#content section:first-of-type .rounded-20px {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.vignette-deco img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
/* ============================================
   MASSAGES - IMAGE PRINCIPALE
   ============================================ */
#content section:first-of-type .rounded-20px {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} /* ============================================
   QUISUISJE - IMAGES ET CARDS
   ============================================ */
/* Box-shadow sur les images des blocs */
#content section:first-of-type .rounded-20px,
#content section:first-of-type .shadow-soft img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* Box-shadow sur les cards des prestations en bas de page */
.service-card {
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* Les images des cards ont déjà la box-shadow via le style inline */
/* ============================================
   SOINS ENERGETIQUES - IMAGE PRINCIPALE
   ============================================ */
#content section:first-of-type .rounded-20px {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* ============================================
   FOOTER - LOGO : PAS DE BOX-SHADOW
   ============================================ */
.footer-light img {
  box-shadow: none !important;
}
/* ============================================
   FOOTER - LOGO : PAS DE BOX-SHADOW (FORCE)
   ============================================ */
.footer-light img,
footer img,
footer .footer-light img,
.footer-light .col-lg-4.col-sm-6:first-child img {
  box-shadow: none !important;
}

/* ============================================
   FOOTER - CACHER LOGO SUR MOBILE
   ============================================ */
@media (max-width: 767px) {
  .footer-light .col-lg-4.col-sm-6:first-child {
    display: none !important;
  }
}
/* ============================================
   BOX-SHADOW SUR TOUTES LES IMAGES (SAUF EXCEPTIONS)
   ============================================ */
img:not(.jarallax-img):not(.rounded-20px):not(.shadow-soft):not(.circle):not(.hover-scale-1-2):not(.widget-logo):not(
    .logo-main
  ):not(.logo-scroll):not(.logo-mobile):not(footer img):not(.footer-light img) {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

/* ============================================
   IMAGES PRINCIPALES - BOX-SHADOW
   ============================================ */
#content section:first-of-type .rounded-20px,
#content section:first-of-type .shadow-soft img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ============================================
   VIGNETTES DECO - ESPRIT
   ============================================ */
.vignette-deco img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

/* ============================================
   CARDS PRESTATIONS
   ============================================ */
.service-card {
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* ============================================
   FOOTER - PAS DE BOX-SHADOWNI CACHER LOGO MOBILE
   ============================================ */
footer img,
.footer-light img,
.footer-light .col-lg-4.col-sm-6:first-child img {
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .footer-light .col-lg-4.col-sm-6:first-child {
    display: none !important;
  }
}
