.elementor-kit-1460{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1460 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);}@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 */.ss-contact-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
  border-radius: 24px;
  overflow: hidden;
  font-family: inherit;
}

/* GAUCHE */
.ss-contact-left {
  background-color: #144f2e;
  color: #ffffff;
  padding: 50px;
  flex: 1;
}

.ss-contact-left h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ss-contact-left p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.ss-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.ss-icon {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
}

.ss-contact-item span {
  display: block;
  font-size: 11px;
  opacity: 0.7;
  letter-spacing: 1px;
}

.ss-contact-item strong {
  font-size: 15px;
}

/* DROITE */
.ss-contact-right {
  background-color: #f2b705;
  color: #144f2e;
  padding: 50px;
  flex: 1;
  text-align: center;
}

.ss-big-icon {
  width: 70px;
  height: 70px;
  background-color: #144f2e;
  color: #f2b705;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 25px;
}

.ss-contact-right h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.ss-contact-right p {
  font-size: 15px;
  margin-bottom: 30px;
}

.ss-whatsapp-btn {
  display: inline-block;
  background-color: #144f2e;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}

.ss-whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.ss-contact-right small {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ss-contact-wrapper {
    flex-direction: column;
  }

  .ss-contact-left,
  .ss-contact-right {
    padding: 30px 25px;
  }

  .ss-contact-left h2 {
    font-size: 28px;
  }

  .ss-contact-right h3 {
    font-size: 22px;
  }
}
.ss-animated-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  max-width: 900px;
  margin: 40px auto;
  text-align: center;

  /* Dégradé couleurs */
  background: linear-gradient(
    90deg,
    #1f7a3a,
    #f2b705,
    #c62828,
    #1f7a3a
  );
  background-size: 300% 100%;

  /* Texte en dégradé */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

  /* Animations */
  animation:
    ss-gradient-move 4s linear infinite,
    ss-slide-in 1.2s ease-out forwards;
}

/* Animation du dégradé */
@keyframes ss-gradient-move {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

/* Animation gauche → droite */
@keyframes ss-slide-in {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .ss-animated-text {
    font-size: 16px;
    padding: 0 20px;
  }
}
.ss-devis-wrapper {
  max-width: 900px;
  margin: 40px auto;
  font-family: inherit;
}

/* HEADER */
.ss-devis-header {
  background: linear-gradient(135deg, #0f172a, #144f2e);
  color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}

.ss-back {
  display: inline-block;
  color: #cbd5e1;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 14px;
}

.ss-devis-header h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #ffffff
}

.ss-devis-header p {
  font-size: 16px;
  opacity: 0.85;
}

/* FORM */
.ss-devis-form {
  background: #ffffff;
}

.ss-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.ss-form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ss-form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0f172a;
}

.ss-form-group input,
.ss-form-group select,
.ss-form-group textarea {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  outline: none;
}

.ss-form-group textarea {
  min-height: 110px;
  resize: vertical;
}

.ss-form-group input:focus,
.ss-form-group select:focus,
.ss-form-group textarea:focus {
  border-color: #144f2e;
}

/* BOUTON */
.ss-submit-btn {
  width: 100%;
  background: #f2b705;
  color: #144f2e;
  border: none;
  padding: 18px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 14px;
  cursor: pointer;
  margin-top: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ss-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.ss-note {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #64748b;
  margin-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ss-form-row {
    flex-direction: column;
  }

  .ss-devis-header h2 {
    font-size: 24px;
  }
}/* End custom CSS */