.elementor-kit-1224{--e-global-color-primary:#E91E63;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF4081;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, #0D0D0D 0%, #FF4E75 100%);}.elementor-kit-1224 button,.elementor-kit-1224 input[type="button"],.elementor-kit-1224 input[type="submit"],.elementor-kit-1224 .elementor-button{background-color:#E91E63;color:#FFFFFF;}.elementor-kit-1224 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 🌙 1. Fond Dégradé + Brume Légère */
body {
    background: linear-gradient(180deg, #0D0D0D, #8A2BE2, #E91E63);
    background-attachment: fixed;
    font-family: 'Raleway', sans-serif;
}

/* Brume douce pour effet rêveur */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 0.2;
    z-index: -1;
}

/* ✨ 2. Harmonisation des Textes et Visibilité */
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    color: #FFFFFF !important;
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
}

p, span, li {
    font-family: 'Raleway', sans-serif;
    color: #F2F2F2 !important;
    font-size: 18px;
    text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.3);
}

/* Texte plus élégant et espacé */
h1 {
    font-size: 50px;
    font-weight: bold;
}

h2 {
    font-size: 38px;
    font-weight: semi-bold;
}

p {
    line-height: 1.8;
}

/* Effet de glow pour les textes sombres */
.glow-text {
    color: #FFFFFF !important;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.7);
}

/* 🎭 3. Animation Douce des Textes au Scroll */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 💖 4. Styles des Boutons Romantiques */
button, .btn {
    background: linear-gradient(45deg, #E91E63, #8A2BE2);
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 14px 28px;
    border-radius: 30px;
    border: none;
    box-shadow: 0px 5px 20px rgba(233, 30, 99, 0.6);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-size: 16px;
}

button:hover, .btn:hover {
    background: linear-gradient(45deg, #8A2BE2, #E91E63);
    transform: scale(1.07);
    box-shadow: 0px 8px 25px rgba(233, 30, 99, 0.8);
}

/* 🌌 5. Effet flottant du header */
header {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    border-radius: 12px;
}

/* 📸 6. Animation Douce sur les Images */
img {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

img:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* 📖 7. Effet "flip" sur l'eBook */
.ebook-container {
    perspective: 1000px;
}

.ebook {
    transform: rotateY(0deg);
    transition: transform 1s;
}

.ebook:hover {
    transform: rotateY(10deg);
}
/* 📌 Réduction de la taille du logo */
.site-logo img {
    max-width: 160px !important; /* Ajuste la taille du logo */
    height: auto !important; /* Garde les proportions */
}

/* 📌 Aligner le logo à gauche */
.site-header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important; /* Aligne à gauche */
    padding-left: 20px; /* Ajoute un petit espace à gauche */
}

/* 📌 Ajuster l’alignement du menu (si besoin) */
.site-navigation {
    margin-left: auto !important; /* Déplace le menu à droite */
}

/* 📌 Ajustement pour les petits écrans */
@media (max-width: 768px) {
    .site-header {
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .site-logo img {
        max-width: 120px !important; /* Réduit encore plus sur mobile */
    }
}/* End custom CSS */