.elementor-kit-6{--e-global-color-primary:#B8902A;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#5A5A5A;--e-global-color-accent:#D4AC4A;--e-global-color-5f348a2:#B8902A;--e-global-color-b9d9c90:#D4AC4A;--e-global-color-f7b888c:#F0E4C0;--e-global-color-2844e60:#1A1A1A;--e-global-color-a24b115:#2C2C2C;--e-global-color-2fa6279:#5A5A5A;--e-global-color-7572fdf:#FAF7F0;--e-global-color-abf97f4:#F0EAD8;--e-global-color-334465f:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Jost", Sans-serif;font-size:1rem;font-weight:300;line-height:1.7;}.elementor-kit-6 h1{font-size:2.5rem;line-height:1.2;}.elementor-kit-6 h2{font-size:1.75rem;line-height:1.3;}.elementor-kit-6 h3{font-size:1.25rem;line-height:1.5;}.elementor-kit-6 h4{font-size:1rem;line-height:1.6;}.elementor-kit-6 h5{font-size:0.875rem;line-height:1.5;}.elementor-kit-6 h6{font-size:0.75rem;line-height:1.4;}.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-6 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 *//* ============================================================
   INTÉGRA CONCEPTS — CSS PERSONNALISÉ ELEMENTOR
   À coller dans : Apparence → Personnaliser → CSS additionnel
   OU dans : Elementor → Site Settings → Custom CSS
   ============================================================ */

/* --- Variables ------------------------------------------------ */
:root {
  --ic-black:      #1A1A1A;
  --ic-black-soft: #2C2C2C;
  --ic-gold:       #B8902A;
  --ic-gold-light: #D4AC4A;
  --ic-gold-pale:  #F0E4C0;
  --ic-cream:      #FAF7F0;
  --ic-cream-mid:  #F0EAD8;
  --ic-white:      #FFFFFF;
  --ic-gray:       #5A5A5A;

  /* --- Typographie fluide ------------------------------------ */
  --ic-font-body: 'Jost', sans-serif;
  --ic-font-heading: 'Cormorant Garamond', serif;

  --ic-fs-body: 1rem;
  --ic-fs-h1: clamp(2.25rem, 4vw, 3.125rem);
  --ic-fs-h2: clamp(1.75rem, 3vw, 2rem);
  --ic-fs-h3: clamp(1.375rem, 2.2vw, 1.625rem);
  --ic-fs-h4: clamp(1.125rem, 1.8vw, 1.25rem);
  --ic-fs-small: clamp(0.75rem, 1vw, 0.875rem);

  --ic-lh-body: 1.8;
  --ic-lh-h1: 1.1;
  --ic-lh-h2: 1.2;
  --ic-lh-h3: 1.3;
  --ic-lh-h4: 1.4;
}

/* --- Typographie globale -------------------------------------- */
/* Google Fonts : idéalement chargées via Elementor > Site Settings > Global Fonts */
html {
  font-size: 16px;
}

body,
.elementor-widget-text-editor {
  font-family: var(--ic-font-body);
  font-size: var(--ic-fs-body);
  line-height: var(--ic-lh-body);
  font-weight: 300;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: var(--ic-font-heading);
  line-height: 1.2;
}

/* --- Navigation ----------------------------------------------- */
.ic-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.ic-logo {
  height: 44px;
  object-fit: contain;
}

.ic-nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ic-nav-links a {
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ic-black-soft);
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  transition: color 0.2s;
}

.ic-nav-links a:hover {
  color: var(--ic-gold);
}

.ic-nav-cta {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ic-white) !important;
  background: var(--ic-gold);
  padding: 10px 22px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  transition: background 0.2s;
}

.ic-nav-cta:hover {
  background: var(--ic-gold-light);
  color: var(--ic-white) !important;
}

/* --- Eyebrow / Labels ----------------------------------------- */
.ic-eyebrow .elementor-heading-title,
.ic-section-label .elementor-heading-title,
.ic-mv-label .elementor-heading-title {
  font-size: var(--ic-fs-small) !important;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ic-gold) !important;
  font-weight: 500;
  font-family: 'Jost', sans-serif !important;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ic-section-label .elementor-heading-title::before,
.ic-eyebrow .elementor-heading-title::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--ic-gold);
  flex-shrink: 0;
}

/* --- Titres principales --------------------------------------- */
.ic-hero-title .elementor-heading-title {
  font-family: var(--ic-font-heading) !important;
  font-size: var(--ic-fs-h1) !important;
  font-weight: 300 !important;
  line-height: var(--ic-lh-h1) !important;
  color: var(--ic-black) !important;
}
em {
    font-style: italic;
    color: var(--ic-gold);
}
.ic-hero-title .elementor-heading-title em {
  font-style: italic;
  color: var(--ic-gold);
}

.ic-section-title .elementor-heading-title {
  font-family: var(--ic-font-heading) !important;
  font-size: var(--ic-fs-h2) !important;
  font-weight: 300 !important;
  line-height: var(--ic-lh-h2) !important;
  color: var(--ic-black) !important;
}

/* --- Hero sous-texte ------------------------------------------ */
.ic-hero-sub p {
  font-size: 1rem;
  color: var(--ic-gray);
  line-height: var(--ic-lh-body);
  max-width: 340px;
  font-weight: 300;
  font-family: 'Jost', sans-serif;
}

/* --- Bouton sombre -------------------------------------------- */
.ic-btn-dark .elementor-button {
  background: var(--ic-black) !important;
  color: var(--ic-gold-pale) !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-family: 'Jost', sans-serif !important;
  border-radius: 0 !important;
  padding: 13px 30px !important;
  border: none !important;
  transition: background 0.2s !important;
}

.ic-btn-dark .elementor-button:hover {
  background: var(--ic-black-soft) !important;
}

/* --- Hero visual (colonne droite) ----------------------------- */
.ic-hero-visual {
  position: relative;
  overflow: hidden;
}

.ic-hero-visual::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: var(--ic-gold);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: 1;
}

.ic-placeholder-label .elementor-heading-title {
  font-size: var(--ic-fs-small) !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ic-gold) !important;
  opacity: 0.7;
  font-family: 'Jost', sans-serif !important;
}

/* --- À propos : colonne visuelle ------------------------------ */
.ic-about-visual-col {
  position: relative;
}

.ic-about-visual-col::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: var(--ic-gold);
}

.ic-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Corps texte À propos ------------------------------------- */
.ic-body-text p {
  color: var(--ic-gray);
  line-height: var(--ic-lh-body);
  font-size: 1rem;
  font-weight: 300;
  font-family: 'Jost', sans-serif;
  margin-bottom: 14px;
}

/* --- Stats ---------------------------------------------------- */
.ic-stat-row {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 0.5px solid rgba(184, 144, 42, 0.2);
}

.ic-stat {
  border-left: 2px solid var(--ic-gold);
  padding-left: 14px;
}

.ic-stat-num {
  font-family: var(--ic-font-heading);
  font-size: var(--ic-fs-h3);
  font-weight: 500;
  color: var(--ic-black);
  line-height: 1;
}

.ic-stat-desc {
  font-size: var(--ic-fs-small);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ic-gold);
  margin-top: 4px;
  font-family: 'Jost', sans-serif;
}

/* --- Mission & Vision ----------------------------------------- */
.ic-mv-block {
  position: relative;
}

.ic-mv-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: var(--ic-gold);
}

.ic-mv-left {
  border-right: 0.5px solid rgba(184, 144, 42, 0.2);
}

.ic-mv-label .elementor-heading-title {
  font-size: 0.75rem !important;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ic-gold) !important;
  font-weight: 500;
  font-family: 'Jost', sans-serif !important;
}

.ic-mv-title .elementor-heading-title {
  font-family: var(--ic-font-heading) !important;
  font-size: var(--ic-fs-h3) !important;
  font-weight: 300 !important;
  color: var(--ic-white) !important;
  font-style: italic;
  line-height: var(--ic-lh-h3) !important;
}

.ic-mv-body p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: var(--ic-lh-body);
  font-weight: 300;
  font-family: 'Jost', sans-serif;
}

/* --- Services : cartes --------------------------------------- */
.ic-service-card {
  transition: border-color 0.2s;
}

.ic-service-card:hover {
  border-color: var(--ic-gold) !important;
}

.ic-svc-icon-wrap {
  width: 44px;
  height: 44px;
  background: var(--ic-gold-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.ic-svc-title .elementor-heading-title {
  font-family: var(--ic-font-heading) !important;
  font-size: var(--ic-fs-h4) !important;
  font-weight: 500 !important;
  color: var(--ic-black) !important;
  margin-bottom: 10px;
}

.ic-svc-desc p {
  font-size: 0.9375rem;
  color: var(--ic-gray);
  line-height: 1.8;
  font-family: 'Jost', sans-serif;
}

/* --- Contact : infos ----------------------------------------- */
.ic-label-light .elementor-heading-title {
  color: var(--ic-gold) !important;
}

.ic-contact-title .elementor-heading-title {
  font-family: var(--ic-font-heading) !important;
  font-size: var(--ic-fs-h2) !important;
  font-weight: 300 !important;
  color: var(--ic-white) !important;
  line-height: var(--ic-lh-h2) !important;
}

.ic-contact-desc p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: var(--ic-lh-body);
  font-family: 'Jost', sans-serif;
  margin-bottom: 28px;
}

.ic-contact-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ic-contact-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ic-contact-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ic-gold);
  font-weight: 500;
  min-width: 70px;
  padding-top: 3px;
  font-family: 'Jost', sans-serif;
}

.ic-contact-val {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Jost', sans-serif;
}

/* --- Contact : formulaire ------------------------------------ */
.ic-form .elementor-field-label {
  font-size: 0.75rem !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ic-black-soft) !important;
  font-weight: 500;
  font-family: 'Jost', sans-serif !important;
}

.ic-form .elementor-field-textual,
.ic-form textarea.elementor-field-textual {
  border: 0.5px solid rgba(184, 144, 42, 0.3) !important;
  background: var(--ic-white) !important;
  font-family: var(--ic-font-body) !important;
  font-size: 1rem !important;
  color: var(--ic-black) !important;
  font-weight: 300 !important;
  border-radius: 0 !important;
  padding: 11px 14px !important;
}

.ic-form .elementor-field-textual:focus {
  border-color: var(--ic-gold) !important;
  outline: none !important;
}

.ic-form .elementor-button {
  background: var(--ic-gold) !important;
  color: var(--ic-black) !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-family: 'Jost', sans-serif !important;
  border-radius: 0 !important;
  padding: 14px !important;
  width: 100%;
  border: none !important;
  transition: background 0.2s !important;
}

.ic-form .elementor-button:hover {
  background: var(--ic-gold-light) !important;
}

/* --- Responsive ---------------------------------------------- */
@media (max-width: 768px) {
  .ic-hero-section .elementor-col-50,
  .ic-about-section .elementor-col-50,
  .ic-mv-section .elementor-col-50,
  .ic-contact-section .elementor-col-50 {
    width: 100% !important;
  }

  .ic-hero-title .elementor-heading-title {
    font-size: clamp(2rem, 8vw, 2.5rem) !important;
  }

  .ic-navbar {
    flex-direction: column;
    gap: 16px;
  }

  .ic-nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .ic-stat-row {
    flex-wrap: wrap;
    gap: 16px;
  }

  .ic-mv-left {
    border-right: none;
    border-bottom: 0.5px solid rgba(184, 144, 42, 0.2);
  }

  .ic-services-section .elementor-col-33 {
    width: 100% !important;
  }
}/* End custom CSS */