/* ———————————————————————————————— STYLE GLOBAL SANTÉ HOLISTIQUE – VERSION STABLE (remplace tout l'ancien CSS additionnel) ———————————————————————————————— *//* Liens classiques et boutons plats harmonisés */.sh-btn,.wp-block-button .wp-block-button__link.sh-btn,.wp-block-button__link.sh-btn{display:inline-block;padding:.65rem 1rem;border:1px solid #c7d8c7;border-radius:.35rem;background:transparent;color:#0a0a0a;text-decoration:none;font-weight:600;box-shadow:none;transition:all 0.2s ease-in-out}.sh-btn:hover,.wp-block-button .wp-block-button__link.sh-btn:hover{text-decoration:underline}/* Liens de navigation interne (FAQ,suites,etc.) */.sh-next .sh-link{display:inline-block;padding:.25rem 0;font-weight:600;text-decoration:none}.sh-next .sh-link:hover{text-decoration:underline}/* Accessibilité :meilleure lisibilité du focus clavier */a:focus,button:focus{outline:2px solid #8cc98c;outline-offset:2px}/* Harmonisation vidéo + liste de liens sous la vidéo */.sh-video-wrapper{position:relative;width:100%;max-width:900px;margin:1rem auto 1.25rem;aspect-ratio:16/9}.sh-video-wrapper iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:.5rem}.sh-links{margin:1rem 0 1.5rem;padding-left:1rem}.sh-links li{margin:.25rem 0;line-height:1.5}.sh-links a{text-decoration:none;font-weight:600;color:#0044d0}.sh-links a:hover{text-decoration:underline;color:#00695c}/* Grille liens chaînes YouTube (Accueil) */.sh-grid-yt{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0 2rem}.sh-card{display:block;border:1px solid #c7d8c7;border-radius:.6rem;padding:1rem;background:#fff;text-decoration:none;transition:all 0.25s ease}.sh-card:hover{background:#f8fbf8;border-color:#9bc79b;transform:translateY(-3px)}.sh-card h3{margin:.25rem 0;font-size:1.1rem;color:#214d29}.sh-card p{margin:0;color:#333;font-size:.95rem}.sh-video-wrapper{margin-bottom:1.5rem}.sh-video-wrapper__frame{position:relative;width:100%;max-width:900px;margin:1rem auto 1.25rem;aspect-ratio:16/9}.sh-video-wrapper__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:.5rem}.sh-links{display:block;margin-bottom:2rem}.sh-links a{margin:0 .5rem;font-weight:600}/* Accueil – bandeau sous H1 */.sh-hero{margin:1.5rem 0 2rem;padding:1.25rem;background:rgba(0,0,0,0.02);border-radius:14px}.sh-hero__inner{max-width:920px;margin:0 auto}.sh-eyebrow{letter-spacing:.06em;text-transform:uppercase;font-size:.85rem;opacity:.8;margin:0 0 .25rem}.sh-hero__title{margin:.25rem 0 .5rem;line-height:1.2}.sh-hero__lead{font-size:1.05rem;line-height:1.7;margin:.5rem 0 1rem}.sh-hero__cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.sh-btn{display:inline-block;padding:.65rem 1rem;border-radius:999px;text-decoration:none;font-weight:600;border:1px solid transparent}.sh-btn--primary{background:#0b7;color:#fff}.sh-btn--primary:focus{outline:2px solid #096}.sh-btn--ghost{background:#fff;border-color:#cfd8dc;color:#111}.sh-btn--ghost:hover{border-color:#90a4ae}/* Mobile */@media (max-width:640px){.sh-hero{padding:1rem}.sh-hero__lead{font-size:1rem}.sh-btn{width:100%;text-align:center}}/* Lien "Politique de confidentialité" sous formulaire de contact */.sh-privacy-link{text-align:center;font-size:0.9rem;color:#2f4f4f;/* gris-vert doux */margin-top:2em;font-family:"Lato","Open Sans",sans-serif}.sh-privacy-link a{color:#3b7d57;/* vert Santé Holistique */text-decoration:none;font-weight:600;transition:color 0.3s ease}.sh-privacy-link a:hover{color:#c6a656;/* doré lumineux survol */text-decoration:underline}.footer-privacy a:hover{color:#b89e5b !important;text-decoration:underline}.sh-btn{display:inline-flex;align-items:center;justify-content:center;padding:0.75rem 1.6rem;border-radius:999px;background:#2f7d32;/* vert "santé" */color:#ffffff;font-weight:600;text-decoration:none;border:none;box-shadow:0 4px 10px rgba(0,0,0,0.15);transition:transform 0.15s ease,box-shadow 0.15s ease,background 0.15s ease}.sh-btn:hover{background:#256428;transform:translateY(-1px);box-shadow:0 6px 14px rgba(0,0,0,0.18)}.sh-btn--outline{background:transparent;color:#2f7d32;border:2px solid #2f7d32;box-shadow:none}.sh-btn--outline:hover{background:#2f7d32;color:#ffffff}/* === Centrage automatique de tous les boutons SANTÉ HOLISTIQUE === */.sh-btn{display:inline-flex !important;justify-content:center;align-items:center;margin-left:auto !important;margin-right:auto !important;text-align:center !important}/* Correction pour les blocs WordPress Buttons */.wp-block-buttons{display:flex !important;justify-content:center !important;width:100%}/* Correction pour un bouton isolé dans un bloc */.wp-block-button{text-align:center !important;margin-left:auto !important;margin-right:auto !important}/* Hero Accueil – texte un peu plus grand */.sh-hero__inner{font-size:1.08rem}/* Titre du hero un peu plus présent */.sh-hero__title{font-size:clamp(2.2rem,2.6vw + 1.1rem,2.9rem)}/* Liste des points forts :aérer un peu */.sh-hero__highlights{margin:1rem 0 1.5rem;padding-left:1.2rem}.sh-hero__highlights li{margin-bottom:0.35rem}/* Centrer tous les boutons WordPress sur le site */.wp-block-buttons{justify-content:center !important;text-align:center !important}/* Centrer aussi chaque bouton individuellement si un thème force la gauche */.wp-block-button{margin-left:auto !important;margin-right:auto !important}/* Centrer tous les blocs de boutons WordPress */.wp-block-buttons{justify-content:center !important;display:flex !important}/* Centrer les boutons individuels */.wp-block-button{margin-left:auto !important;margin-right:auto !important}/* Centrer les boutons du bloc HTML d'introduction */.sh-hero__cta{display:flex !important;justify-content:center !important;gap:1.2rem !important;width:100% !important;text-align:center !important}/* S'assurer que les liens se comportent bien comme des boutons centrables */.sh-btn{display:inline-flex !important;justify-content:center !important;align-items:center !important;text-align:center !important}/* ======== CENTRAGE GLOBAL DES BOUTONS ======== */.sh-intro__cta{display:flex !important;justify-content:center !important;align-items:center !important;gap:20px !important;flex-wrap:wrap;margin-top:25px}/* ======== STYLE PREMIUM DES BOUTONS ======== */.sh-btn{display:inline-block;padding:14px 28px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none !important;transition:all 0.25s ease;text-align:center}/* Bouton principal */.sh-btn--primary{background-color:#1a7f5a;color:#ffffff !important;border:2px solid #1a7f5a}.sh-btn--primary:hover{background-color:#0f5a3e;color:#ffffff !important;border-color:#0f5a3e}/* Bouton secondaire */.sh-btn--ghost{background-color:transparent;border:2px solid #1a7f5a;color:#1a7f5a !important}.sh-btn--ghost:hover{background-color:#1a7f5a;color:#ffffff !important}/* ======== CORRECTION SPÉCIALE OCEANWP & GUTENBERG ======== */.sh-intro .wp-block-buttons,.sh-intro .wp-block-button{text-align:center !important}.sh-intro .wp-block-button__link{margin:0 auto !important}