.elementor-kit-63{--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;--e-global-typography-382d710-font-family:"Inter";--e-global-typography-382d710-font-size:20px;--e-global-typography-382d710-font-weight:600;--e-global-typography-382d710-line-height:1.4em;--e-global-typography-39d959f-font-family:"Inter";--e-global-typography-39d959f-font-size:20px;--e-global-typography-39d959f-font-weight:500;--e-global-typography-39d959f-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.elementor-kit-63 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-63{--e-global-typography-382d710-font-size:18px;--e-global-typography-39d959f-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-63{--e-global-typography-382d710-font-size:16px;--e-global-typography-39d959f-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Supprime les marges par défaut des paragraphes dans Elementor */
.elementor-widget-text-editor p:last-child,
.elementor-text-editor p:last-child {
    margin-bottom: 0 !important;
}
/* Supprime aussi pour les autres éléments texte */
.elementor-widget-text-editor > .elementor-widget-container > *:last-child,
.elementor-text-editor > *:last-child {
    margin-bottom: 0 !important;
}
/* Contrôle l'espace entre paragraphes */
.elementor-widget-text-editor p,
.elementor-text-editor p {
    margin-bottom: 15px; /* Ajustez selon vos besoins */
}
.elementor-widget-text-editor p:last-child,
.elementor-text-editor p:last-child {
    margin-bottom: 0 !important;
}
/* Supprimer le padding des conteneurs flexbox dans Post Content */
.elementor-widget-theme-post-content .e-con-inner {
    padding: 0 !important;
}
.elementor-widget-theme-post-content .e-con-boxed {
    padding: 0 !important;
}
/* Réinitialiser les marges des widgets heading dans Post Content */
.elementor-widget-theme-post-content .elementor-widget-heading {
    margin: 0 !important;
    padding: 0 !important;
}
/* Espacement uniquement sur le titre lui-même si nécessaire */
.elementor-widget-theme-post-content .elementor-heading-title {
    margin: 1rem 0 !important;
    padding: 0 !important;
}
/* Carte - layout basique */
.my-activity-card {
  background: 
#ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
/* Image : couvrir le haut */
.my-activity-card .my-activity-image img {
  width:100%;
  height:200px;
  object-fit:cover;
  display:block;
  transition: transform .28s ease;
}
/* Card hover : zoom image + renforcement ombre */
.my-activity-card:hover,
.my-activity-card:focus-within {
  transform: translateY(-0px);
  box-shadow: 0 16px 40px rgba(0, 107, 91, 0.12);
}
.my-activity-card:hover .my-activity-image img,
.my-activity-card:focus-within .my-activity-image img {
  transform: scale(1.06);
}
/* CTA look (bouton non-lié, juste stylé) */
.my-activity-cta.elementor-button {
  background-color:
#0b74de;
  color:#fff;
  padding:10px 16px;
  border-radius:8px;
  text-decoration:none;
}
/* Infos ligne (picto + texte) */
.my-activity-meta {
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:10px;
  font-size:0.95rem;
  color:#444;
}
/* UX : pointer pour toute la carte */
.my-activity-card[data-has-link="true"] { cursor:pointer; }
/* Accessibility focus outline */
.my-activity-card:focus {
  outline: 3px solid rgba(11,116,222,0.18);
  outline-offset: 4px;
}
/* Small screens: image height smaller */
@media (max-width:600px){
  .my-activity-card .my-activity-image img { height:160px; }
}
/* Texte ACF sans marges parasites */
.text-clean p {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.text-clean p:last-child {
  margin-bottom: 0;
}
/* Supprime le padding invisible sur toutes les icônes */
.elementor-icon,
.elementor-icon-box-icon,
.elementor-icon i,
.elementor-icon svg {
  line-height: 1;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Pour les Icon Box spécifiquement */
.elementor-icon-box-wrapper {
  display: flex;
  align-items: center;
}
/* Card Sanuk Page Accueil */
.pillar-card {
  background: white;
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,133,111,0.12);
}
.pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #00856F;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.pillar-card:hover::before { transform: scaleX(1); }
.pillar-number {
  position: absolute; top: 20px; right: 20px;
  font-size: 2.8rem; font-family: 'Libre Baskerville', serif;
  color: #00856F; opacity: 0.07; line-height: 1;
}
.pillar-icon {
  font-size: 1.5rem;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #E0F0EC;
  border-radius: 12px;
}
.pillar-title { font-family: 'Libre Baskerville', serif; font-size: 1.15rem; color: #1a2e28; margin-bottom: 10px; }
.pillar-text { font-family: 'Inter', sans-serif; font-size: 0.88rem; line-height: 1.7; color: #6b8c82; font-weight: 300; }/* End custom CSS */