/*
Theme Name: The7 Child
Theme URI: https://dream-theme.com/the7/
Description: Thème enfant The7 – Anaëlle
Author: Ton Nom
Author URI: https://ton-site.fr
Template: dt-the7
Version: 1.0
*/

/* ================================
   POLICES
   ================================ */




/* =====================================================
   HERO ANAËLLE – version namespacée
   2025-12-19 11:32
   ===================================================== */

.anaelle-hero {
    position: relative;
    min-height: 420px;
    background-color: #b79780;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Voile léger */
.anaelle-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.anaelle-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 720px;
    padding: 40px 30px;
}

/* ===== TITRE ===== */
.anaelle-hero-title {
    font-family: 'amatic sc';
    font-weight: 700;
    font-size: clamp(48px, 6vw, 72px);
    line-height: 1.05;
    margin: 0 0 20px;
    letter-spacing: 1px;
}

/* ===== SOUS-TITRE ===== */
.anaelle-hero-subtitle {
        font-family: 'amatic sc';
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* ===== BOUTON ===== */
.anaelle-hero-btn {
    display: inline-block;
    font-family: "playfair-display", serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #1f1f1f;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.anaelle-hero-btn:hover {
    background-color: #000;
    transform: translateY(-1px);
}
