/* ===============================
   HOMEPAGE SAKURA - STYLE GLOBAL
   =============================== */

:root {
  --sakura-lin-rose: #e7dfe4;
  --sakura-rose: #a25d76;
  --sakura-blanc: #f9f3f7;
  --sakura-noir: #1f1f1f;
  --sakura-texte: #4a4a4a;
}

/* Typo générale */
body {
  font-family: "Montserrat", sans-serif;
  color: var(--sakura-texte);
}

/* Header */
.site-header,
.navbar,
.elementor-location-header {
  background: transparent;
  z-index: 999;
}

.site-header a,
.navbar a,
.elementor-nav-menu a {
  color: #ffffff !important;
  font-weight: 500;
}

/* Hero homepage */

.home-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
}

.home-hero .elementor-container,
.home-hero .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}

.home-hero h1 {
  color: #ffffff;
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 500;
  line-height: 1.05;
  max-width: 850px;
}

.home-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
  max-width: 680px;
}

/* Boutons */
.sakura-btn,
.elementor-button {
  border-radius: 999px !important;
  padding: 14px 28px !important;
  font-weight: 600 !important;
  transition: all 0.25s ease;
}

.sakura-btn-primary .elementor-button,
.elementor-button {
  background: var(--sakura-beige) !important;
  color: var(--sakura-noir) !important;
}

.sakura-btn-secondary .elementor-button {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
}

.elementor-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Sections */
.sakura-section {
  padding: 90px 6%;
}

.sakura-section-light {
  background: #e7dfe4;
}

.sakura-section h2 {
  color: var(--sakura-noir);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.2;
}
/* Cartes type Aurora */
.sakura-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 34px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
}

.sakura-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,0.09);
}

.sakura-card h3 {
  color: var(--sakura-rose);
  font-size: 24px;
  font-weight: 500;
}

.sakura-card p {
  font-size: 16px;
  line-height: 1.7;
}
border: 1px solid rgba(0,0,0,0.04);

.sakura-service-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.sakura-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.28);
  z-index: 1;
}

.sakura-service-card h3 {
  position: relative;
  z-index: 2;
  color: white;
}

/* Responsive mobile */
@media (max-width: 768px) {
  .home-hero {
    min-height: 85vh;
    padding: 120px 24px 70px;
  }

  .home-hero h1 {
    font-size: 38px;
  }

  .sakura-section {
    padding: 60px 24px;
  }

  .sakura-card {
    padding: 26px;
  }
}
.carte-image-pleine {
    height: 560px;
    overflow: hidden;
    border-radius: 40px;
}

.carte-image-pleine .elementor-widget-image,
.carte-image-pleine .elementor-widget-container,
.carte-image-pleine img {
    width: 100%;
    height: 100%;
}

.carte-image-pleine img {
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 40px;
}
/* Fond global */
body,
.site,
.site-content {
    background-color: #ffffff!important;
}

/* Sections Elementor */
.elementor-section,
.elementor-container {
    background-color: transparent !important;
}

/* Cartes / blocs */
.elementor-column > .elementor-widget-wrap,
.elementor-testimonial-wrapper,
.elementor-testimonial-content,
.elementor-icon-box-wrapper {
    background-color: #E7DFE4 !important;
    border-radius: 30px;
}

/* Titres */
h1, h2, h3, h4 {
    color: #A25D76 !important;
}

/* Textes */
p, li, span, a {
    color: #A25D76 !important;
}

/* Boutons */
.elementor-button {
    background-color: #e7dfe4 !important;
    color: #A25D76 !important;
    border-radius: 30px;
}

/* Hover boutons */
.elementor-button:hover {
    background-color: #A25D76 !important;
    color: white !important;
}

/* Citations témoignages */
.elementor-testimonial__icon {
    color: rgba(162, 93, 118, 0.25) !important;
}
/* Cartes témoignages blanches */
.elementor-testimonial-wrapper,
.elementor-testimonial-content,
.elementor-testimonial__content,
.elementor-column > .elementor-widget-wrap {
    background-color: #ffffff !important;
    border-radius: 20px;
}

/* Texte dans les cartes */
.elementor-testimonial-name,
.elementor-testimonial-job,
.elementor-testimonial-text,
.elementor-testimonial-meta {
    color: #A25D76 !important;
}

/* Icône citation */
.elementor-testimonial__icon {
    color: rgba(162, 93, 118, 0.25) !important;
}

/* Section avis : fond lin sur toute la largeur */
.avis-section {
    background-color: #e7dfe4 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 60px 0 !important;
}

/* Contenu centré dans la section */
.avis-section > .elementor-container,
.avis-section > .e-con-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Rectangles avis blancs + arrondis */
.avis-section .elementor-testimonial-wrapper,
.avis-section .elementor-testimonial-content,
.avis-section .elementor-testimonial__content {
    background-color: #ffffff !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

/* Textes Sakura */
.avis-section,
.avis-section p,
.avis-section span,
.avis-section h2,
.avis-section h3 {
    color: #A25D76 !important;
}
.avis-card {
    background: #ffffff !important;
    border-radius: 24px !important;
    overflow: hidden !important;
}

.avis-card > *,
.avis-card .elementor-widget-container {
    background: transparent !important;
}
/* Section cabinet : fond lin rosé sur toute la largeur */
.cabinet-section {
    background-color: #e7dfe4 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 60px 0 !important;
}