/* Bloc partage social — pages Actualités / salons / événements */
.cp-social-share {
  margin: 1rem 0 1.25rem;
  padding: 0;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.cp-social-share__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.cp-social-share__title {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5e6b7a;
  margin-bottom: 0.55rem;
}

.cp-social-share__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.cp-social-share a.cp-social-btn,
.cp-social-share button.cp-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 194, 168, 0.35) !important;
  text-decoration: none;
  color: #00a896 !important;
  background: #fff !important;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
  box-sizing: border-box;
}

.cp-social-share a.cp-social-btn:hover,
.cp-social-share a.cp-social-btn:focus,
.cp-social-share button.cp-social-btn:hover,
.cp-social-share button.cp-social-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(10, 14, 39, 0.1);
  border-color: #00c2a8 !important;
  color: #0a0e27 !important;
  outline: none;
}

.cp-social-share a.cp-social-btn:focus-visible,
.cp-social-share button.cp-social-btn:focus-visible {
  outline: 2px solid #00c2a8;
  outline-offset: 2px;
}

.cp-social-share .cp-social-btn--native {
  background: #0a0e27 !important;
  color: #fff !important;
  border-color: #0a0e27 !important;
}

.cp-social-share .cp-social-letter {
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.cp-social-share .cp-social-btn svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: currentColor;
  display: block;
}

/* Sous la bannière principale des pages salon / événement : rangée centrée */
.cp-social-share.cp-social-share--event-below-banner {
  margin: 0.5rem auto 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.cp-social-share.cp-social-share--event-below-banner .cp-social-share__row {
  justify-content: center !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .cp-social-share a.cp-social-btn,
  .cp-social-share button.cp-social-btn {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.95rem;
  }
}
