/*
Theme Name: Évasion Intérieure
Theme URI: https://evasioninterieure.fr
Author: Évasion Intérieure
Description: Thème WordPress natif pour Évasion Intérieure, optimisé pour Gutenberg et SumUp Bookings.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: evasion-interieure
*/

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
a { text-underline-offset: .18em; }
.wp-block-button__link { transition: transform .2s ease, background-color .2s ease; }
.wp-block-button__link:hover { transform: translateY(-2px); }
.ei-card { height: 100%; box-sizing: border-box; }
.ei-hero { min-height: 720px; }
@media (max-width: 781px) {
  .ei-hero { min-height: 620px; }
  .ei-hero-panel { padding: 28px !important; }
}

