.elementor-2464 .elementor-element.elementor-element-040d4df > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2464 .elementor-element.elementor-element-040d4df > .elementor-container{max-width:2000px;}.elementor-2464 .elementor-element.elementor-element-040d4df{padding:15px 20px 15px 20px;}.elementor-2464 .elementor-element.elementor-element-88da572.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}/* Start custom CSS for shortcode, class: .elementor-element-366130a *//* =============================================
   BOUTON ADHÉRER — CTA rose plein
   ============================================= */

.aestc-hm__item.aestc-hm__item--adherer {
  background: #E42572;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 8px rgba(228, 37, 114, 0.25);
  text-decoration: none;
}

.aestc-hm__item.aestc-hm__item--adherer:hover,
.aestc-hm__item.aestc-hm__item--adherer:focus-visible {
  background: #c91e63;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(228, 37, 114, 0.35);
  color: #ffffff !important;
}

.aestc-hm__item.aestc-hm__item--adherer:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(228, 37, 114, 0.2);
}

/* L'emoji dans le bouton adhérer */
.aestc-hm__item.aestc-hm__item--adherer .aestc-hm__i {
  font-size: 16px;
}

/* Responsive — petit écran : un peu plus compact */
@media (max-width: 380px) {
  .aestc-hm__item.aestc-hm__item--adherer {
    font-size: 14px;
    padding: 12px 14px;
  }
}/* End custom CSS */