.elementor-5824 .elementor-element.elementor-element-b78be43{--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;}.elementor-5824 .elementor-element.elementor-element-b78be43:not(.elementor-motion-effects-element-type-background), .elementor-5824 .elementor-element.elementor-element-b78be43 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-889c05d );}.elementor-5824 .elementor-element.elementor-element-597f406{--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;}.elementor-5824 .elementor-element.elementor-element-e7d540b{--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;}.elementor-5824 .elementor-element.elementor-element-4f33996{--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;}.elementor-5824 .elementor-element.elementor-element-4f33996:not(.elementor-motion-effects-element-type-background), .elementor-5824 .elementor-element.elementor-element-4f33996 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-889c05d );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ef15fa7 *//* ============================================
   PEM Communication — Section CTA (Compacte)
   Fond : #B9CEFF
   Compatible Elementor
   ============================================ */

/* --- FONT ---
   <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
   ------------ */

/* ============================================
   CONTENEUR PRINCIPAL
   ============================================ */
.pem-cta {
  padding: 56px 5%;
  position: relative;
  overflow: hidden;
}

.pem-cta *,
.pem-cta *::before,
.pem-cta *::after {
  box-sizing: border-box;
}

.pem-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ============================================
   LABEL — "PASSONS À L'ACTION"
   ============================================ */
.pem-cta__label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}

.pem-cta__label::before,
.pem-cta__label::after {
  content: '';
  width: 40px;
  height: 1.5px;
  background: rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}

/* ============================================
   TITRE
   ============================================ */
.pem-cta__title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 18px 0;
}

.pem-cta__title span {
  color: #2563EB;
}

/* ============================================
   PARAGRAPHE
   ============================================ */
.pem-cta__text {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.65);
  max-width: 620px;
  margin: 0 auto 28px auto;
}

/* ============================================
   BOUTONS
   ============================================ */
.pem-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

/* Bouton principal */
.pem-cta__btn-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: #000000 !important;
  color: #ffffff !important;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.pem-cta__btn-main:hover {
  background: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  text-decoration: none !important;
}

.pem-cta__btn-main *,
.pem-cta__btn-main svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.pem-cta__btn-main .pem-arrow {
  transition: transform 0.3s ease;
}

.pem-cta__btn-main:hover .pem-arrow {
  transform: translateX(4px);
}

/* Bouton secondaire */
.pem-cta__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #000000 !important;
  color: #ffffff !important;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.pem-cta__btn-secondary:hover {
  background: #1a1a1a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  text-decoration: none !important;
}

.pem-cta__btn-secondary *,
.pem-cta__btn-secondary svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

/* ============================================
   SÉPARATEUR
   ============================================ */
.pem-cta__divider {
  width: 100%;
  max-width: 700px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px auto;
}

/* ============================================
   RÉASSURANCE
   ============================================ */
.pem-cta__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.pem-cta__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.pem-cta__trust-dot {
  width: 6px;
  height: 6px;
  background: #2563EB;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ============================================
   OVERRIDES ELEMENTOR
   ============================================ */
.elementor-section.pem-cta-section {
  padding: 0 !important;
  margin: 0 !important;
}

.elementor-section.pem-cta-section > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}

/* ============================================
   RESPONSIVE — TABLETTE
   ============================================ */
@media (max-width: 1024px) {
  .pem-cta {
    padding: 48px 5%;
  }

  .pem-cta__trust {
    gap: 24px;
  }
}

/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */
@media (max-width: 640px) {
  .pem-cta {
    padding: 40px 6%;
  }

  .pem-cta__title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .pem-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 24px;
  }

  .pem-cta__btn-main,
  .pem-cta__btn-secondary {
    justify-content: center;
    text-align: center;
  }

  .pem-cta__trust {
    flex-direction: column;
    gap: 12px;
  }

  .pem-cta__label::before,
  .pem-cta__label::after {
    width: 24px;
  }
}/* End custom CSS */