.elementor-kit-5{--e-global-color-primary:#7D345D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#ED2626;--e-global-color-732d132:#1A1A2E;--e-global-color-5398daf:#F7F2F5;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================================
   SITE & SENS — CSS Global Kit Elementor
   À coller dans : Elementor > Kit de site > CSS personnalisé
   ============================================================ */

/* ── 1. Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* ── 2. Variables globales ── */
:root {
  --prune:  #7d345d;
  --rouge:  #ed2626;
  --encre:  #1a1a2e;
  --creme:  #f7f2f5;
  --blanc:  #fdfcfa;
  --border: rgba(125,52,93,0.2);
}

/* ── 3. Reset & base ── */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'DM Sans', sans-serif; background: var(--blanc); color: var(--encre); }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; }
em { font-style: italic; color: var(--rouge); }
a { transition: color .2s, border-color .2s; }

/* ── 4. Header sticky ── */
.site-header,
header.site-header,
.elementor-location-header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 999;
  background: rgba(253,252,250,0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: background .3s;
}

/* ── 5. Hero ── */
.ss-hero { padding-top: 80px !important; }
.ss-hero .elementor-widget-text-editor p { margin: 0; }

/* ── 6. Stats bar ── */
.ss-stats .elementor-column:not(:last-child) .elementor-widget-wrap {
  border-right: 1px solid rgba(255,255,255,0.2);
}
.ss-stats .elementor-widget-heading .elementor-heading-title { line-height: 1; }

/* ── 7. Expertises — hover cards ── */
.ss-expertise-card {
  transition: background .3s;
  padding: 4px;
  border-radius: 0;
}
.elementor-column:hover .ss-expertise-card {
  background: var(--encre);
}
.elementor-column:hover .ss-expertise-card .elementor-heading-title,
.elementor-column:hover .ss-expertise-card div[style*="color:#1a1a2e"],
.elementor-column:hover .ss-expertise-card div[style*="color: #1a1a2e"] {
  color: var(--rouge) !important;
}
.elementor-column:hover .ss-expertise-card div[style*="color:#777"] {
  color: rgba(253,252,250,0.6) !important;
}
/* Grille séparateur 1px */
.ss-expertises .elementor-row {
  gap: 1px;
  background: rgba(125,52,93,0.15);
}
.ss-expertises .elementor-column { background: #fdfcfa; }

/* ── 8. Prestations — hover cards ── */
.ss-service-card {
  transition: transform .2s, box-shadow .2s;
}
.ss-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(26,26,46,0.1);
}

/* ── 9. Clients — hover cards ── */
.ss-clients .elementor-row {
  gap: 1px;
  background: rgba(125,52,93,0.15);
}
.ss-clients .elementor-column {
  background: rgba(255,255,255,0.03);
  transition: background .3s;
}
.ss-clients .elementor-column:hover {
  background: rgba(125,52,93,0.1);
}

/* ── 10. À propos — badge position ── */
.ss-about .elementor-column:first-child { overflow: visible !important; }

/* ── 11. Process — ligne de connexion ── */
.ss-process .elementor-row {
  position: relative;
}
.ss-process .elementor-row::after {
  content: '';
  position: absolute;
  top: 27px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, var(--rouge) 0%, rgba(237,38,38,0.15) 100%);
  pointer-events: none;
  z-index: 0;
}
.ss-process .elementor-column { position: relative; z-index: 1; }

/* ── 12. Boutons globaux ── */
.elementor-button {
  border-radius: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform .2s, box-shadow .2s !important;
}
.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(237,38,38,0.3) !important;
}

/* ── 13. Formulaire contact ── */
.ss-contact input:focus,
.ss-contact select:focus,
.ss-contact textarea:focus {
  border-color: var(--prune) !important;
  outline: none;
}
.elementor-form .elementor-field-group input,
.elementor-form .elementor-field-group select,
.elementor-form .elementor-field-group textarea {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(125,52,93,0.25) !important;
  color: #fdfcfa !important;
  border-radius: 0 !important;
  font-family: 'DM Sans', sans-serif !important;
}
.elementor-form .elementor-field-group label {
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: rgba(253,252,250,0.4) !important;
  font-family: 'DM Sans', sans-serif !important;
}
.elementor-form .elementor-button {
  background: var(--rouge) !important;
  color: #fff !important;
  border-radius: 0 !important;
}

/* ── 14. Animations scroll reveal ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ss-hero .elementor-widget,
.ss-expertises .elementor-widget,
.ss-prestations .elementor-widget,
.ss-about .elementor-widget {
  animation: fadeInUp .6s ease both;
}
.ss-hero .elementor-widget:nth-child(2) { animation-delay: .1s; }
.ss-hero .elementor-widget:nth-child(3) { animation-delay: .2s; }
.ss-hero .elementor-widget:nth-child(4) { animation-delay: .3s; }
.ss-hero .elementor-widget:nth-child(5) { animation-delay: .4s; }

/* ── 15. Footer ── */
footer.site-footer,
.elementor-location-footer {
  background: #080810 !important;
  border-top: 1px solid rgba(125,52,93,0.1);
}
footer a { color: rgba(253,252,250,0.3) !important; font-size: 12px; letter-spacing: 1px; }
footer a:hover { color: var(--prune) !important; }

/* ── 16. Responsive mobile ── */
@media (max-width: 1024px) {
  .ss-stats .elementor-column:not(:last-child) .elementor-widget-wrap {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .ss-process .elementor-row::after { display: none; }
}
@media (max-width: 767px) {
  .ss-hero .elementor-column:last-child { display: none; }
  .elementor-section .elementor-container { padding-left: 24px !important; padding-right: 24px !important; }
}/* End custom CSS */