/*
Theme Name: Medicora Child
Theme URI: https://medicora.keydesign.xyz/
Description: Doctor & Medical Clinic Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: medicora
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: medicora-child
*/

/* ------------------------------------------------------------------
   Lisibilité — taille du texte courant sur tablette et mobile
   ------------------------------------------------------------------
   medicora-global (global.css) force --font-size-paragraphs à 14px
   sous 1024px, alors que :root déclare 16px. 14px est trop petit
   pour la patientèle du cabinet (migraine photophobe, troubles
   visuels, patients âgés). On rétablit 16px sur les deux paliers.
   ------------------------------------------------------------------ */
@media (max-width: 1024px) {
  body { --font-size-paragraphs: 16px; }
}


/* ------------------------------------------------------------------
   Pied de page — copyright client + crédit agence
   ------------------------------------------------------------------ */
.bp-copyright {
  margin: 0;
  text-align: center;
}

.bp-agency {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1;
}

.bp-agency a {
  text-decoration: none;
}

.bp-agency a:hover,
.bp-agency a:focus-visible {
  text-decoration: underline;
}

/* Coeur — double battement, calqué sur le crédit agence maison */
.bp-heart {
  width: 1em;
  height: 1em;
  flex: none;
  fill: var(--e-global-color-primary, #2C2E9E);
  transform-origin: center;
  animation: bp-heartbeat 1.5s ease-in-out infinite;
}

@keyframes bp-heartbeat {
    0% { transform: scale(1); }
   10% { transform: scale(1.28); }
   20% { transform: scale(1); }
   30% { transform: scale(1.22); }
   42% { transform: scale(1); }
  100% { transform: scale(1); }
}

/* Site médical : l'animation est désactivée pour les visiteurs qui
   demandent une réduction des animations (migraine, troubles
   vestibulaires, photosensibilité). Le coeur reste affiché. */
@media (prefers-reduced-motion: reduce) {
  .bp-heart { animation: none; }
}

/* keydesign-framework.css applique « font-size: inherit » sur
   .elementor-widget-text-editor p (spécificité 0,1,1), ce qui écrase
   .bp-agency (0,1,0). On repasse devant avec 0,2,1. */
.elementor-widget-text-editor p.bp-agency {
  font-size: 14px;
}
