/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2026 | 15:54:20 */
/*** Global Font ***/
.page-id-380244,
.page-id-380244 button,
.page-id-380244 input,
.page-id-380244 select,
.page-id-380244 textarea {
  font-family: 'Montserrat', Arial, sans-serif !important;
}

/*** Template ***/
.page-id-380244 header,
.page-id-380244 footer {
  display: none !important;
}

/*** Header ***/
.custom-header-r {
  display: flex;
  align-items: center;
  gap: 18px;
}

.custom-header-badge {
  font-size: 12px;
  font-weight: 600;
  color: #EC6408;
  background: #FEE0BC;
  padding: 5px 14px;
  border-radius: 20px;
  letter-spacing: 0.2px;
}

.custom-header-cta {
  display: inline-block;
  background: #EC6408;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.custom-header-cta:hover {
  background: #d45a06;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(236, 100, 8, 0.2);
}

.hero-t {
  color: #ffffff;
}

.hero-ey {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(236, 100, 8, 0.12);
  border: 1px solid rgba(236, 100, 8, 0.25);
  padding: 6px 16px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
  color: #FEE0BC;
  margin-bottom: 22px;
}

.hero-ey strong {
  color: #EC6408;
  font-weight: 700;
}

.hero-h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
  margin-top: 0;
  color: #ffffff;
}

.hero-h1 em {
  font-style: normal;
  color: #EC6408;
}

/*** Hero ***/
.hero-sub {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0px !important; /* Marge supprimée ici ! */
  max-width: 520px;
}

.hero-ll {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .hero-h1 { 
      font-size: 26px; 
  }
  .hero-sub { 
      font-size: 15px; 
  }
}

/*** Demo form ***/
.demo-form-box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #EC6408; 
  max-width: 450px;
}

.demo-header {
  margin-bottom: 20px !important;
}

.demo-title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #2D3748 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.demo-subtitle {
  font-size: 14px !important;
  color: #718096 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.form-landing-page .elementor-field-group {
    margin-bottom: 15px !important;
}

.form-landing-page .elementor-field-group > label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #2D3748 !important;
    margin-bottom: 6px !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

.form-landing-page .elementor-field-group input,
.form-landing-page .elementor-field-group select {
    background-color: #FAF8F6 !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 6px !important;
    padding: 10px 15px !important;
    color: #4A5568 !important;
    font-size: 14px !important;
    font-family: inherit;
    height: auto !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.form-landing-page .elementor-field-group input:focus,
.form-landing-page .elementor-field-group select:focus {
    background-color: #ffffff !important;
    border-color: #EC6408 !important;
    outline: none !important;
}

.form-landing-page .elementor-button {
    background-color: #EC6408 !important;
    color: #ffffff !important;
    padding: 14px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-top : -15px !important;
    width: 100% !important;
    line-height: 1.2 !important;
    transition: background-color 0.3s ease;
}

.form-landing-page .elementor-button-text {
    text-transform: none !important;
}

.form-landing-page .elementor-button:hover {
    background-color: #d15606 !important;
}

@media (max-width: 768px) {
    .form-landing-page .elementor-button-text  {
        font-size: 12px !important;
    }
}

.demo-footer-container {
  text-align: center;
  margin-top: 16px;
}

.demo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: #718096;
}

.demo-footer svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: none;
  stroke: #38A169;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-footer span {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .demo-footer {
    font-size: 10px;
    gap: 5px;
  }
  
  .demo-footer svg {
    width: 14px;
    height: 14px;
  }
}

/*** Titles & texts ***/
.st {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #EC6408;
  margin-bottom: 8px;
}

.sh {
  font-size: 30px;
  font-weight: 800;
  color: #423435;
  line-height: 1.2;
  margin: 0 0 12px 0;
}

@media (max-width: 768px) {
  .sh {
    font-size: 24px;
  }
}

.sc {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sd {
  font-size: 16px;
  color: #656565;
  line-height: 1.6;
  max-width: 620px;
  margin: 0;
}

@media (max-width: 768px) {
  .sh {
    font-size: 24px;
  }
}

.sl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #EC6408;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: gap 0.2s;
}

.sl:hover {
  color : #ec6408;
}

.titre-cta {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 12px 0;
  text-align: center;
}

.desc-cta {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.68);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
}

@media (max-width: 768px) {
  .titre-cta { 
    font-size: 24px; 
  }
}

/*** Timeline ***/
.sg2 { 
  display: grid; 
  grid-template-columns: repeat(4,1fr); 
  gap: 28px; 
  position: relative; 
}

.sg2::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  background: linear-gradient(90deg, #EC6408, #F6AD83);
}

.sp { 
  text-align: center; 
  position: relative; 
  z-index: 1; 
}

.sp-n {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #423435;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  margin: 0 auto 12px;
  box-shadow: 0 4px 14px rgba(66,52,53,0.2);
  border: 3px solid #EC6408;
}

.sp h4 { 
  font-size: 15px; 
  font-weight: 700; 
  margin-bottom: 4px; 
  color: #423435; 
}

.sp p { 
  font-size: 14px; 
  line-height: 24px;
  color: #656565; 
}

@media (max-width: 1024px) {
  .sg2 { 
    grid-template-columns: repeat(2,1fr); 
    gap: 20px; 
  }
  .sg2::before { 
    display: none; 
  }
}

@media (max-width: 768px) {
  .sg2 { 
    grid-template-columns: 1fr; 
  }
}

/*** Blocs ***/
.landing-page-card {
    border-radius: 6px !important;
  border-left: 3px solid #EC6408 !important;
  box-shadow: 0 1px 4px rgba(66, 52, 53, 0.06) !important;
}

.ft:hover {
  border-color: #EC6408 !important;
  box-shadow: 0 8px 28px rgba(66, 52, 53, 0.1) !important;
  transform: translateY(-3px) !important;
}

/*** Buttons ***/
.bb {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 14px 21px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s;
}

.bo {
  background: #EC6408;
  color: #ffffff;
}

.bo:hover {
  background: #d45a06;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(236, 100, 8, 0.35);
}

/*** Fixed CTA ***/
.fixed-actions-container {
  position: fixed;
  bottom: 80px;
  right: 1px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.fixed-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.fixed-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-demo {
  background-color: #EC6408;
  color: #ffffff !important;
}

.btn-demo:hover {
  background-color: #d15606 !important;
  color: #ffffff !important;
}

.icon-sparkle {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.text-desktop {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text-mobile {
  display: none;
}

@media (max-width: 768px) {
  .fixed-actions-container {
    display : none !important;
  }
}