.elementor-1215 .elementor-element.elementor-element-e3b0ee1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5677f11 *//* ============================================
   CTA Stéphane Delgado — SEO & GEO
   ============================================ */

/* Reset liens dans le CTA */
.sd-cta a,
.sd-cta a:hover,
.sd-cta a:focus,
.sd-cta a:visited {
  text-decoration: none;
}

/* SECTION */
.sd-cta {
  background: linear-gradient(135deg, #1a3a5c 0%, #1F4979 50%, #2a5fa0 100%);
  border-radius: 24px;
  margin: 60px auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}

/* CONTAINER FLEX */
.sd-cta__inner {
  display: flex;
  align-items: stretch;
  min-height: 380px;
}

/* ---- TEXTE (gauche) ---- */
.sd-cta__text {
  flex: 1 1 55%;
  padding: 50px 40px 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* Badge */
.sd-cta__badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  width: fit-content;
}

/* Titre */
.sd-cta__title {
  color: #ffffff !important;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

/* Description */
.sd-cta__desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 30px 0;
  max-width: 540px;
}

.sd-cta__desc strong {
  color: #ffffff;
}

/* Boutons */
.sd-cta__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.sd-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-decoration: none !important;
  border: none;
}

.sd-cta__btn--primary {
  background: #ffffff;
  color: #1F4979;
}

.sd-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  background: #f0f4f8;
  color: #1F4979;
}

.sd-cta__btn--secondary {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.sd-cta__btn--secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  color: #ffffff;
}

/* Ligne de confiance */
.sd-cta__trust {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

/* ---- PHOTO (droite) ---- */
.sd-cta__photo {
  flex: 0 0 40%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  min-height: 100%;
}

.sd-cta__photo img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  /* La photo dépasse légèrement en bas pour l'effet premium */
  margin-bottom: -8px;
  position: relative;
  z-index: 1;
}

/* ---- RESPONSIVE ---- */

/* Tablette */
@media (max-width: 960px) {
  .sd-cta__text {
    flex: 1 1 60%;
    padding: 40px 30px;
  }

  .sd-cta__photo {
    flex: 0 0 35%;
  }

  .sd-cta__title {
    font-size: 28px;
  }

  .sd-cta__photo img {
    max-width: 320px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .sd-cta {
    margin: 30px 15px;
    border-radius: 20px;
  }

  .sd-cta__inner {
    flex-direction: column;
    min-height: auto;
  }

  .sd-cta__text {
    padding: 35px 25px 25px;
    text-align: center;
    align-items: center;
  }

  .sd-cta__title {
    font-size: 26px;
  }

  .sd-cta__title br {
    display: none;
  }

  .sd-cta__desc {
    font-size: 15px;
    max-width: 100%;
  }

  .sd-cta__buttons {
    justify-content: center;
    width: 100%;
  }

  .sd-cta__btn {
    padding: 13px 28px;
    font-size: 14px;
  }

  .sd-cta__photo {
    flex: none;
    width: 100%;
    justify-content: center;
    overflow: hidden;
  }

  .sd-cta__photo img {
    max-width: 280px;
    margin-bottom: -4px;
  }

  .sd-cta__trust {
    text-align: center;
  }
}

/* Petit mobile */
@media (max-width: 480px) {
  .sd-cta__text {
    padding: 30px 20px 20px;
  }

  .sd-cta__title {
    font-size: 22px;
  }

  .sd-cta__buttons {
    flex-direction: column;
    gap: 10px;
  }

  .sd-cta__btn {
    width: 100%;
  }
}/* End custom CSS */