.elementor-kit-9{--e-global-color-primary:#F26419;--e-global-color-secondary:#2D2D2D;--e-global-color-text:#4A4540;--e-global-color-accent:#C94E0D;--e-global-color-c14a824:#1A1A1A;--e-global-color-544e375:#FAF7F2;--e-global-color-bc9bfe6:#F5F2ED;--e-global-color-86a571b:#FF8C42;--e-global-color-72a8924:#FFF0E6;--e-global-color-a1b9fc9:#9A9088;--e-global-color-f7aa93f:#2D8A4E;--e-global-color-d349c70:#5C35CC;--e-global-color-8c5cb52:#FFFFFF;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow Condensed";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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-9 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 *//* ═══════════════════════════════════════
   CLL MÉDIA-WEB — CSS GLOBAL
   Version 2025
═══════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  --cll-orange:     #F26419;
  --cll-orange-dk:  #C94E0D;
  --cll-orange-lt:  #FF8C42;
  --cll-orange-xs:  #FFF0E6;
  --cll-dark:       #1A1A1A;
  --cll-anthracite: #2D2D2D;
  --cll-cream:      #FAF7F2;
  --cll-off-white:  #F5F2ED;
  --cll-gray-lt:    #E8E4DF;
  --cll-gray-mid:   #9A9088;
  --cll-gray-txt:   #4A4540;
  --cll-white:      #FFFFFF;
  --cll-green:      #2D8A4E;
  --cll-purple:     #5C35CC;
}

/* ── BASE BODY ── */
body {
  font-family: 'Barlow', sans-serif !important;
  background-color: var(--cll-cream) !important;
  color: var(--cll-gray-txt) !important;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow Condensed', sans-serif !important;
}

/* ── SCROLLBAR ORANGE ── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--cll-cream); }
::-webkit-scrollbar-thumb {
  background: var(--cll-orange);
  border-radius: 3px;
}

/* ── SCROLL REVEAL ── */
.cll-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease;
}
.cll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.cll-delay-1 { transition-delay: .1s; }
.cll-delay-2 { transition-delay: .2s; }
.cll-delay-3 { transition-delay: .3s; }
.cll-delay-4 { transition-delay: .4s; }

/* ── DIVIDER ORANGE ── */
.cll-divider {
  height: 2px;
  background: linear-gradient(90deg, var(--cll-orange) 0%, transparent 100%);
}

/* ── BOUTON PRIMAIRE ── */
.cll-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--cll-orange);
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 4px;
  border: 2px solid var(--cll-orange);
  transition: all .25s;
  cursor: pointer;
}
.cll-btn-primary:hover {
  background: var(--cll-orange-dk);
  border-color: var(--cll-orange-dk);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(242,100,25,.35);
}

/* ── BOUTON SECONDAIRE ── */
.cll-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff !important;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 4px;
  border: 2px solid rgba(255,255,255,.25);
  transition: all .25s;
  cursor: pointer;
}
.cll-btn-secondary:hover {
  border-color: var(--cll-orange);
  color: var(--cll-orange) !important;
  transform: translateY(-2px);
}

/* ── SECTION LABEL ── */
.cll-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cll-orange);
  margin-bottom: 16px;
}
.cll-section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cll-orange);
}

/* ── WHATSAPP FLOAT ── */
.cll-whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.4);
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.cll-whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 32px rgba(37,211,102,.5);
}
.cll-whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: white;
}/* End custom CSS */