/*
Theme Name: Hello UU
Theme URI: https://www.duuble-u.com/
Author: Duuble U
Author URI: https://www.duuble-u.com/
Description: Personalized by Duuble U – Where enchanted elegance meets solid craftsmanship, because your site deserves a whisper of magic and a foundation of steel.
Version: 1.4.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 8.0
Template: hello-elementor
Text Domain: hello-uu
Tags: elementor, minimal, child-theme
Donate link: https://buymeacoffee.com/duubleu
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* =============================================================================
   Effet Ken Burns — classe utilitaire .uu_zoomout
   Utilisé sur les sections hero avec background-image Elementor.
   ============================================================================= */

.uu_zoomout {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	animation: kenBurnsZoomOut 5s ease-in-out forwards;
}

@keyframes kenBurnsZoomOut {
	0%   { background-size: 105%; }
	100% { background-size: 100%; }
}

