.elementor-kit-5{--e-global-color-primary:#ad4717;--e-global-color-secondary:#073c28;--e-global-color-text:#333333;--e-global-color-accent:#f5f5f5;--e-global-color-color_white:#ffffff;--e-global-color-color_bg_light:#f5f5f5;--e-global-color-color_border:#e0e0e0;--e-global-color-color_text_light:#666666;--e-global-color-color_text_muted:#999999;--e-global-color-color_overlay:#073c28;--e-global-color-color_footer:#0d0d0d;--e-global-color-color_brick_hover:#c4521e;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-size:58px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.7em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:0.5px;--e-global-typography-typo_h3-font-family:"Red Hat Display";--e-global-typography-typo_h3-font-size:24px;--e-global-typography-typo_h3-font-weight:600;--e-global-typography-typo_h3-line-height:1.3em;--e-global-typography-typo_h4-font-family:"Red Hat Display";--e-global-typography-typo_h4-font-size:20px;--e-global-typography-typo_h4-font-weight:600;--e-global-typography-typo_tag-font-family:"Inter";--e-global-typography-typo_tag-font-size:14px;--e-global-typography-typo_tag-font-weight:700;--e-global-typography-typo_tag-text-transform:uppercase;--e-global-typography-typo_tag-letter-spacing:2px;--e-global-typography-typo_caption-font-family:"Inter";--e-global-typography-typo_caption-font-size:14px;--e-global-typography-typo_caption-font-weight:400;--e-global-typography-typo_caption-line-height:1.5em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.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);}.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-kit-5{--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:15px;--e-global-typography-typo_h3-font-size:22px;--e-global-typography-typo_h4-font-size:18px;--e-global-typography-typo_tag-font-size:13px;--e-global-typography-typo_caption-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:38px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;--e-global-typography-typo_h3-font-size:20px;--e-global-typography-typo_h4-font-size:17px;--e-global-typography-typo_tag-font-size:13px;--e-global-typography-typo_caption-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== INSPIRATION RÉSINE — VARIABLES CSS GLOBALES ===== */
:root {
  --ir-primary:       #ad4717;
  --ir-primary-hover: #c4521e;
  --ir-secondary:     #073c28;
  --ir-text:          #333333;
  --ir-text-light:    #666666;
  --ir-text-muted:    #999999;
  --ir-white:         #ffffff;
  --ir-light:         #f5f5f5;
  --ir-border:        #e0e0e0;
  --ir-footer:        #0d0d0d;
  --ir-overlay:       rgba(7, 60, 40, 0.65);
  --ir-shadow:        0 4px 6px rgba(0,0,0,0.10);
  --ir-shadow-hover:  0 8px 24px rgba(0,0,0,0.15);
  --ir-radius:        0px;
  --ir-transition:    all 0.2s ease-in-out;
}
body, p, li, a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ir-text);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 600;
  color: var(--ir-secondary);
  line-height: 1.2;
}
h1 { font-size: 58px; font-weight: 700; }
h2 { font-size: 38px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
.elementor-button {
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
}
@keyframes irFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
  h1 { font-size: 48px; }
  h2 { font-size: 28px; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  body, p, li, a { font-size: 16px; }
}
@media (max-width: 767px) {
  h1 { font-size: 38px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 17px; }
  body, p, li, a { font-size: 14px; }
}
/* Alignement ligne directrice : padding conteneurs */
.e-con > .e-con-inner {
  max-width: 1280px;
  margin: 0 auto;
}/* End custom CSS */